| 12345678910111213141516171819202122 |
- <?xml version="1.0" standalone="yes"?>
- <!-- Note that the msdata namespace is incorrect (even mofifying any URI), however Root is regarded as dataset element under MS.NET -->
- <xsd:schema id="Root" xmlns=""
- xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="INCORRECT!!!-urn:schemas-microsoft-
- com:xml-msdata">
- <xsd:element name="Root" msdata:IsDataSet="true">
- <xsd:complexType>
- <xsd:choice maxOccurs="unbounded">
- <xsd:element name="Region">
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element name="RegionID" type="xsd:string"
- minOccurs="0" />
- <xsd:element name="RegionDescription" type="xsd:string"
- minOccurs="0" />
- </xsd:sequence>
- </xsd:complexType>
- </xsd:element>
- </xsd:choice>
- </xsd:complexType>
- </xsd:element>
- </xsd:schema>
|