Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libxml2
/
6f9b0878c00c2b74ad6d7fddab031f27576880dc
/
.
/
test
/
schemas
/
mixed1_0.xsd
blob: a9ea6cc6217466bf83ebed2a482132a7572c731b [
file
] [
log
] [
blame
]
<xs:schema
xmlns:xs
=
'http://www.w3.org/2001/XMLSchema'
>
<xs:element
name
=
'my'
>
<xs:complexType
mixed
=
'true'
>
<xs:attribute
name
=
'myattr'
type
=
'xs:string'
use
=
'required'
/>
</xs:complexType>
</xs:element>
</xs:schema>