**** Merged from MCS ****
[mono-project.git] / mcs / class / System.Data / Test / System.Data / schemas / test004.xsd
blob1734a74bf68a92f475231cd567aee5c77d4881f4
1 <xs:schema xmlns:xs='http://www.w3.org/2001/XMLSchema'>
2 <xs:element name='foo' type='st' />
3 <xs:simpleType name='st'>
4 <xs:restriction base='xs:string'>
5 <xs:maxLength value='5' />
6 </xs:restriction>
7 </xs:simpleType>
8 </xs:schema>