Files
XML_Data_Parsing/libxml2/test/schemas/mixed1_0.xsd
T

8 lines
225 B
XML
Raw Normal View History

2026-07-19 22:48:13 +08:00
<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>