Welcome to mirror list, hosted at ThFree Co, Russian Federation.

datatypesTest.xsd « xsd « XmlFiles « Test « System.XML « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 50fb15c3740411334f2057635d570bb0d2b33f14 (plain)
1
2
3
4
5
6
7
8
9
10
11
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
    xmlns="urn:bar" targetNamespace="urn:bar">
  <xs:element name="e00">
    <xs:complexType>
    </xs:complexType>
  </xs:element>
  <xs:element name="e4" type="xs:string" />
  <xs:element name="e1" type="xs:normalizedString" />
  <xs:element name="e2" type="xs:token" />
  <xs:element name="e3" type="xs:language" />
</xs:schema>