android13/external/libxml2/test/schemas/mixed1_0.xsd

8 lines
225 B
XML

<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>