blob: a9ea6cc6217466bf83ebed2a482132a7572c731b [file] [log] [blame]
Daniel Veillard1aefc862004-03-04 11:40:48 +00001<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>