Product.xsd
上传用户:lxycoco
上传日期:2022-07-21
资源大小:38457k
文件大小:1k
- <?xml version="1.0" encoding="utf-8" ?>
- <xs:schema id="Products" targetNamespace="http://tempuri.org/XMLSchema1.xsd" elementFormDefault="qualified" xmlns="http://tempuri.org/XMLSchema1.xsd" xmlns:mstns="http://tempuri.org/XMLSchema1.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
- <xs:element name="Product">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="ProductID" msdata:ReadOnly="true" msdata:AutoIncrement="true" type="xs:int" />
- <xs:element name="ProductName" type="xs:string" />
- <xs:element name="SupplierID" type="xs:int" minOccurs="0" />
- <xs:element name="CategoryID" type="xs:int" minOccurs="0" />
- <xs:element name="QuantityPerUnit" type="xs:string" minOccurs="0" />
- <xs:element name="UnitPrice" type="xs:decimal" minOccurs="0" />
- <xs:element name="UnitsInStock" type="xs:short" minOccurs="0" />
- <xs:element name="UnitsOnOrder" type="xs:short" minOccurs="0" />
- <xs:element name="ReorderLevel" type="xs:short" minOccurs="0" />
- <xs:element name="Discontinued" type="xs:boolean" />
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- </xs:schema>