xref: /aosp_15_r20/external/libxml2/test/schemas/mixed1_0.xsd (revision 7c5688314b92172186c154356a6374bf7684c3ca)
1<xs:schema xmlns:xs='http://www.w3.org/2001/XMLSchema'>
2 <xs:element name='my'>
3  <xs:complexType mixed='true'>
4   <xs:attribute name='myattr' type='xs:string' use='required'/>
5  </xs:complexType>
6 </xs:element>
7</xs:schema>
8