**** Merged from MCS ****
[mono-project.git] / mcs / class / System.XML / Test / XmlFiles / XsdValidation / 4.xsd
blob246544a644fabd1d434f9f18b374f095882d6f80
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:choice minOccurs="0" maxOccurs="2">
10 <xs:element name="child1" />
11 <xs:element name="child2" maxOccurs="2" />
12 </xs:choice>
13 </xs:complexType>
14 </xs:element>
16 </xs:schema>