Mini Kabibi Habibi

Current Path : C:/Users/Public/Documents/DXperience 13.1 Demos/WinForms/CS/LayoutMainDemo/
Upload File :
Current File : C:/Users/Public/Documents/DXperience 13.1 Demos/WinForms/CS/LayoutMainDemo/dsEmployees.xsd

<?xml version="1.0" standalone="yes" ?>
<xs:schema id="dsEmployees" targetNamespace="http://www.tempuri.org/dsEmployees.xsd" xmlns:mstns="http://www.tempuri.org/dsEmployees.xsd" xmlns="http://www.tempuri.org/dsEmployees.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" attributeFormDefault="qualified" elementFormDefault="qualified">
	<xs:element name="dsEmployees" msdata:IsDataSet="true">
		<xs:complexType>
			<xs:choice maxOccurs="unbounded">
				<xs:element name="Employees">
					<xs:complexType>
						<xs:sequence>
							<xs:element name="Address" type="xs:string" minOccurs="0" />
							<xs:element name="BirthDate" type="xs:dateTime" minOccurs="0" />
							<xs:element name="City" type="xs:string" minOccurs="0" />
							<xs:element name="Country" type="xs:string" minOccurs="0" />
							<xs:element name="EmployeeID" msdata:AutoIncrement="true" type="xs:int" />
							<xs:element name="Extension" type="xs:string" minOccurs="0" />
							<xs:element name="FirstName" type="xs:string" minOccurs="0" />
							<xs:element name="HireDate" type="xs:dateTime" minOccurs="0" />
							<xs:element name="HomePhone" type="xs:string" minOccurs="0" />
							<xs:element name="LastName" type="xs:string" minOccurs="0" />
							<xs:element name="Notes" type="xs:string" minOccurs="0" />
							<xs:element name="Photo" type="xs:base64Binary" minOccurs="0" />
							<xs:element name="PostalCode" type="xs:string" minOccurs="0" />
							<xs:element name="Region" type="xs:string" minOccurs="0" />
							<xs:element name="ReportsTo" type="xs:int" minOccurs="0" />
							<xs:element name="Title" type="xs:string" minOccurs="0" />
							<xs:element name="TitleOfCourtesy" type="xs:string" minOccurs="0" />
							<xs:element name="FullName" type="xs:string" minOccurs="0" msdata:Expression="FirstName + ' ' + LastName" />
						</xs:sequence>
					</xs:complexType>
				</xs:element>
			</xs:choice>
		</xs:complexType>
		<xs:unique name="Constraint1" msdata:PrimaryKey="true">
			<xs:selector xpath=".//mstns:Employees" />
			<xs:field xpath="mstns:EmployeeID" />
		</xs:unique>
	</xs:element>
</xs:schema>