DataSet1.xsd
上传用户:miknos
上传日期:2022-04-30
资源大小:802k
文件大小:1k
- <?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="zh-CN">
- <xs:complexType>
- <xs:choice maxOccurs="unbounded">
- <xs:element name="production">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="pid" type="xs:int" minOccurs="0" />
- <xs:element name="pname" type="xs:string" minOccurs="0" />
- <xs:element name="price" type="xs:int" minOccurs="0" />
- <xs:element name="totle" type="xs:int" minOccurs="0" />
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- </xs:choice>
- </xs:complexType>
- </xs:element>
- </xs:schema>