summaryrefslogtreecommitdiffstats
path: root/libxml2/test/schemas/mixed0_0.xsd
blob: a82226ec14c5e102f2b8e81ce335e2be190e709e (plain)
1
2
3
4
5
<xs:schema xmlns:xs='http://www.w3.org/2001/XMLSchema'>
 <xs:element name='my'>
  <xs:complexType mixed='true'/>
 </xs:element>
</xs:schema>