(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / class / System.XML / Test / XmlFiles / xsd / 2.xsd
blob7e640228c0a7b45b37eda1a877389329c6f936f5
1 <xs:schema
2 xmlns:xs="http://www.w3.org/2001/XMLSchema"
3 xmlns="urn:bar"
4 targetNamespace="urn:bar"
7 <!-- just for flag deserialization -->
8 <xs:element name="Foo" type="xs:string" block="extension" />
9 <xs:element name="Bar" type="xs:string" block="extension restriction" />
11 </xs:schema>