DataSet1.xsd
上传用户:lxycoco
上传日期:2022-07-21
资源大小:38457k
文件大小:2k
- <?xml version="1.0" standalone="yes"?>
- <xs:schema id="DataSet1" targetNamespace="http://www.tempuri.org/DataSet1.xsd" xmlns:mstns="http://www.tempuri.org/DataSet1.xsd" xmlns="http://www.tempuri.org/DataSet1.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" attributeFormDefault="qualified" elementFormDefault="qualified">
- <xs:element name="DataSet1" msdata:IsDataSet="true" msdata:Locale="en-GB">
- <xs:complexType>
- <xs:choice maxOccurs="unbounded">
- <xs:element name="Suppliers">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="SupplierID" msdata:ReadOnly="true" msdata:AutoIncrement="true" type="xs:int" />
- <xs:element name="CompanyName" type="xs:string" />
- <xs:element name="ContactName" type="xs:string" minOccurs="0" />
- <xs:element name="ContactTitle" type="xs:string" minOccurs="0" />
- <xs:element name="Address" type="xs:string" minOccurs="0" />
- <xs:element name="City" type="xs:string" minOccurs="0" />
- <xs:element name="Region" type="xs:string" minOccurs="0" />
- <xs:element name="PostalCode" type="xs:string" minOccurs="0" />
- <xs:element name="Country" type="xs:string" minOccurs="0" />
- <xs:element name="Phone" type="xs:string" minOccurs="0" />
- <xs:element name="Fax" type="xs:string" minOccurs="0" />
- <xs:element name="HomePage" type="xs:string" minOccurs="0" />
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- </xs:choice>
- </xs:complexType>
- <xs:unique name="Constraint1" msdata:PrimaryKey="true">
- <xs:selector xpath=".//mstns:Suppliers" />
- <xs:field xpath="mstns:SupplierID" />
- </xs:unique>
- </xs:element>
- </xs:schema>