DataSet1.xsd
Upload User: chinafred
Upload Date: 2007-08-14
Package Size: 10127k
Code Size: 2k
Category:

ADO-ODBC

Development Platform:

C#

  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="zh-CN">
  4.     <xs:complexType>
  5.       <xs:choice maxOccurs="unbounded">
  6.         <xs:element name="Customers">
  7.           <xs:complexType>
  8.             <xs:sequence>
  9.               <xs:element name="CustomerID" type="xs:string" />
  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:sequence>
  21.           </xs:complexType>
  22.         </xs:element>
  23.       </xs:choice>
  24.     </xs:complexType>
  25.     <xs:unique name="Constraint1" msdata:PrimaryKey="true">
  26.       <xs:selector xpath=".//mstns:Customers" />
  27.       <xs:field xpath="mstns:CustomerID" />
  28.     </xs:unique>
  29.   </xs:element>
  30. </xs:schema>