DataSet1.xsd 845 B

12345678910111213141516
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <xs:schema id="DataSet1"
  3. targetNamespace="http://tempuri.org/DataSet1.xsd"
  4. elementFormDefault="qualified"
  5. attributeFormDefault="qualified"
  6. xmlns="http://tempuri.org/DataSet1.xsd"
  7. xmlns:mstns="http://tempuri.org/DataSet1.xsd"
  8. xmlns:xs="http://www.w3.org/2001/XMLSchema"
  9. xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"
  10. xmlns:msprop="urn:schemas-microsoft-com:xml-msprop">
  11. <xs:element name="DataSet1" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="true">
  12. <xs:complexType>
  13. <xs:choice minOccurs="0" maxOccurs="unbounded"></xs:choice>
  14. </xs:complexType>
  15. </xs:element>
  16. </xs:schema>