DataSet1.xsd
上传用户:lxycoco
上传日期:2022-07-21
资源大小:38457k
文件大小:2k
源码类别:

C#编程

开发平台:

Others

  1. <?xml version="1.0" standalone="yes"?>
  2. <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">
  3.   <xs:element name="DataSet1" msdata:IsDataSet="true" msdata:Locale="en-GB">
  4.     <xs:complexType>
  5.       <xs:choice maxOccurs="unbounded">
  6.         <xs:element name="Suppliers">
  7.           <xs:complexType>
  8.             <xs:sequence>
  9.               <xs:element name="SupplierID" msdata:ReadOnly="true" msdata:AutoIncrement="true" type="xs:int" />
  10.               <xs:element name="CompanyName" type="xs:string" />
  11.               <xs:element name="ContactName" type="xs:string" minOccurs="0" />
  12.               <xs:element name="ContactTitle" type="xs:string" minOccurs="0" />
  13.               <xs:element name="Address" type="xs:string" minOccurs="0" />
  14.               <xs:element name="City" type="xs:string" minOccurs="0" />
  15.               <xs:element name="Region" type="xs:string" minOccurs="0" />
  16.               <xs:element name="PostalCode" type="xs:string" minOccurs="0" />
  17.               <xs:element name="Country" type="xs:string" minOccurs="0" />
  18.               <xs:element name="Phone" type="xs:string" minOccurs="0" />
  19.               <xs:element name="Fax" type="xs:string" minOccurs="0" />
  20.               <xs:element name="HomePage" type="xs:string" minOccurs="0" />
  21.             </xs:sequence>
  22.           </xs:complexType>
  23.         </xs:element>
  24.       </xs:choice>
  25.     </xs:complexType>
  26.     <xs:unique name="Constraint1" msdata:PrimaryKey="true">
  27.       <xs:selector xpath=".//mstns:Suppliers" />
  28.       <xs:field xpath="mstns:SupplierID" />
  29.     </xs:unique>
  30.   </xs:element>
  31. </xs:schema>