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

6 lines
141 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:element>
</xs:schema>