Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libxml2
/
b16cc96a8cd5ca92d61b336392f48f558a24f18b
/
.
/
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>