(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / class / System.XML / Test / XmlFiles / XsdValidation / 2.xsd
blobfb14218655e89b0520bd5f6c9f0985f0154ba6e2
1 <xs:schema
2 elementFormDefault="qualified"
3 xmlns:xs='http://www.w3.org/2001/XMLSchema'
4 xmlns="urn:foo"
5 targetNamespace="urn:foo">
7 <xs:element name="root">
8 <xs:complexType>
9 <xs:sequence>
10 <xs:element name="child" minOccurs="1" maxOccurs="2" />
11 </xs:sequence>
12 </xs:complexType>
13 </xs:element>
15 </xs:schema>