1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-27 04:55:04 +03:00
libxml2/test/schemas/mixed1_0.xsd
Daniel Veillard 1aefc862f3 applied patch from Adam Dickmeiss for mixed content added his regression
* xmlschemas.c: applied patch from Adam Dickmeiss for mixed content
* test/schemas/mixed* result/schemas/mixed*: added his regression
  tests too.
Daniel
2004-03-04 11:40:48 +00:00

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>