Sign in
fuchsia
/
third_party
/
libxml2
/
0ddb21c46ca6ac5297ff5f6537480de8463223ea
/
.
/
test
/
schemas
/
all1_0.xsd
blob: 28fee0eb9b9c01cf71e73c61d7f636987489486a [
file
] [
log
] [
blame
]
<?
xml version
=
"1.0"
?>
<xs:schema
xmlns:xs
=
"http://www.w3.org/2001/XMLSchema"
>
<xs:complexType
name
=
"A"
>
<xs:all>
<xs:element
name
=
"b"
type
=
"xs:string"
minOccurs
=
"0"
/>
</xs:all>
</xs:complexType>
<xs:element
name
=
"a"
type
=
"A"
/>
</xs:schema>