source:
vbox/trunk/src/libs/libxml2-2.9.14/test/schemas/mixed1_0.xsd@
101563
Last change on this file since 101563 was 95312, checked in by , 3 years ago | |
---|---|
File size: 225 bytes |
Line | |
---|---|
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> |
Note:
See TracBrowser
for help on using the repository browser.