DataSet1.xsd
上传用户:miknos
上传日期:2022-04-30
资源大小:802k
文件大小:1k
源码类别:

百货/超市行业

开发平台:

Visual 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="production">
  7.           <xs:complexType>
  8.             <xs:sequence>
  9.               <xs:element name="pid" type="xs:int" minOccurs="0" />
  10.               <xs:element name="pname" type="xs:string" minOccurs="0" />
  11.               <xs:element name="price" type="xs:int" minOccurs="0" />
  12.               <xs:element name="totle" type="xs:int" minOccurs="0" />
  13.             </xs:sequence>
  14.           </xs:complexType>
  15.         </xs:element>
  16.       </xs:choice>
  17.     </xs:complexType>
  18.   </xs:element>
  19. </xs:schema>