region.xsd 877 B

12345678910111213141516171819202122
  1. <?xml version="1.0" standalone="yes"?>
  2. <!-- Note that the msdata namespace is incorrect (even mofifying any URI), however Root is regarded as dataset element under MS.NET -->
  3. <xsd:schema id="Root" xmlns=""
  4. xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="INCORRECT!!!-urn:schemas-microsoft-
  5. com:xml-msdata">
  6. <xsd:element name="Root" msdata:IsDataSet="true">
  7. <xsd:complexType>
  8. <xsd:choice maxOccurs="unbounded">
  9. <xsd:element name="Region">
  10. <xsd:complexType>
  11. <xsd:sequence>
  12. <xsd:element name="RegionID" type="xsd:string"
  13. minOccurs="0" />
  14. <xsd:element name="RegionDescription" type="xsd:string"
  15. minOccurs="0" />
  16. </xsd:sequence>
  17. </xsd:complexType>
  18. </xsd:element>
  19. </xsd:choice>
  20. </xsd:complexType>
  21. </xsd:element>
  22. </xsd:schema>