Sign in
nest-open-source
/
nest-learning-thermostat
/
5.0
/
libxml2
/
refs/heads/master
/
.
/
libxml2-2.7.7
/
test
/
schemas
/
all1_0.xsd
blob: 28fee0eb9b9c01cf71e73c61d7f636987489486a [
file
] [
log
] [
blame
] [
edit
]
<?
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>