Mini Kabibi Habibi

Current Path : C:/Users/Public/Documents/DXperience 13.1 Demos/WinForms/VB/ChartsMainDemo/Modules/
Upload File :
Current File : C:/Users/Public/Documents/DXperience 13.1 Demos/WinForms/VB/ChartsMainDemo/Modules/DS.xsd

<?xml version="1.0" standalone="yes" ?>
<xs:schema id="DS" targetNamespace="http://www.tempuri.org/DS.xsd" xmlns:mstns="http://www.tempuri.org/DS.xsd" xmlns="http://www.tempuri.org/DS.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" attributeFormDefault="qualified" elementFormDefault="qualified">
	<xs:element name="DS" msdata:IsDataSet="true">
		<xs:complexType>
			<xs:choice maxOccurs="unbounded">
				<xs:element name="Categories">
					<xs:complexType>
						<xs:sequence>
							<xs:element name="CategoryID" msdata:AutoIncrement="true" type="xs:int" />
							<xs:element name="CategoryName" type="xs:string" minOccurs="0" />
							<xs:element name="Description" type="xs:string" minOccurs="0" />
							<xs:element name="Picture" type="xs:base64Binary" minOccurs="0" />
						</xs:sequence>
					</xs:complexType>
				</xs:element>
				<xs:element name="Products">
					<xs:complexType>
						<xs:sequence>
							<xs:element name="CategoryID" type="xs:int" minOccurs="0" />
							<xs:element name="Discontinued" type="xs:boolean" minOccurs="0" />
							<xs:element name="EAN13" type="xs:string" minOccurs="0" />
							<xs:element name="ProductID" msdata:AutoIncrement="true" type="xs:int" />
							<xs:element name="ProductName" type="xs:string" minOccurs="0" />
							<xs:element name="QuantityPerUnit" type="xs:string" minOccurs="0" />
							<xs:element name="ReorderLevel" type="xs:short" minOccurs="0" />
							<xs:element name="SupplierID" type="xs:int" 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:sequence>
					</xs:complexType>
				</xs:element>
			</xs:choice>
		</xs:complexType>
		<xs:unique name="CategoriesKey" msdata:PrimaryKey="true">
			<xs:selector xpath=".//mstns:Categories" />
			<xs:field xpath="mstns:CategoryID" />
		</xs:unique>
		<xs:unique name="ProductsKey" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
			<xs:selector xpath=".//mstns:Products" />
			<xs:field xpath="mstns:ProductID" />
		</xs:unique>
		<xs:keyref name="CategoriesProducts" refer="mstns:CategoriesKey">
			<xs:selector xpath=".//mstns:Products" />
			<xs:field xpath="mstns:CategoryID" />
		</xs:keyref>
	</xs:element>
</xs:schema>