40 lines
4.4 KiB
XML
40 lines
4.4 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<xs:schema id="OrgData" targetNamespace="http://tempuri.org/OrgData.xsd" xmlns:mstns="http://tempuri.org/OrgData.xsd" xmlns="http://tempuri.org/OrgData.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:msprop="urn:schemas-microsoft-com:xml-msprop" attributeFormDefault="qualified" elementFormDefault="qualified">
|
||
|
<xs:annotation>
|
||
|
<xs:appinfo source="urn:schemas-microsoft-com:xml-msdatasource">
|
||
|
<DataSource DefaultConnectionIndex="0" FunctionsComponentName="QueriesTableAdapter" Modifier="AutoLayout, AnsiClass, Class, Public" SchemaSerializationMode="IncludeSchema" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||
|
<Connections />
|
||
|
<Tables />
|
||
|
<Sources />
|
||
|
</DataSource>
|
||
|
</xs:appinfo>
|
||
|
</xs:annotation>
|
||
|
<xs:element name="OrgData" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:Generator_UserDSName="OrgData" msprop:Generator_DataSetName="OrgData">
|
||
|
<xs:complexType>
|
||
|
<xs:choice minOccurs="0" maxOccurs="unbounded">
|
||
|
<xs:element name="OrgDetails" msprop:Generator_UserTableName="OrgDetails" msprop:Generator_RowDeletedName="OrgDetailsRowDeleted" msprop:Generator_RowChangedName="OrgDetailsRowChanged" msprop:Generator_RowClassName="OrgDetailsRow" msprop:Generator_RowChangingName="OrgDetailsRowChanging" msprop:Generator_RowEvArgName="OrgDetailsRowChangeEvent" msprop:Generator_RowEvHandlerName="OrgDetailsRowChangeEventHandler" msprop:Generator_TableClassName="OrgDetailsDataTable" msprop:Generator_TableVarName="tableOrgDetails" msprop:Generator_RowDeletingName="OrgDetailsRowDeleting" msprop:Generator_TablePropName="OrgDetails">
|
||
|
<xs:complexType>
|
||
|
<xs:sequence>
|
||
|
<xs:element name="EmployeeID" msprop:Generator_UserColumnName="EmployeeID" msprop:Generator_ColumnPropNameInRow="EmployeeID" msprop:Generator_ColumnVarNameInTable="columnEmployeeID" msprop:Generator_ColumnPropNameInTable="EmployeeIDColumn" type="xs:string" />
|
||
|
<xs:element name="EmployeeName" msprop:Generator_UserColumnName="EmployeeName" msprop:Generator_ColumnPropNameInRow="EmployeeName" msprop:Generator_ColumnVarNameInTable="columnEmployeeName" msprop:Generator_ColumnPropNameInTable="EmployeeNameColumn" type="xs:string" minOccurs="0" />
|
||
|
<xs:element name="BossEmployeeID" msprop:Generator_UserColumnName="BossEmployeeID" msprop:Generator_ColumnPropNameInRow="BossEmployeeID" msprop:Generator_ColumnVarNameInTable="columnBossEmployeeID" msprop:Generator_ColumnPropNameInTable="BossEmployeeIDColumn" type="xs:string" minOccurs="0" />
|
||
|
<xs:element name="EmployeeTitle" msprop:Generator_UserColumnName="EmployeeTitle" msprop:Generator_ColumnVarNameInTable="columnEmployeeTitle" msprop:Generator_ColumnPropNameInRow="EmployeeTitle" msprop:Generator_ColumnPropNameInTable="EmployeeTitleColumn" type="xs:string" minOccurs="0" />
|
||
|
<xs:element name="NodeID" msprop:Generator_UserColumnName="NodeID" msprop:Generator_ColumnPropNameInRow="NodeID" msprop:Generator_ColumnVarNameInTable="columnNodeID" msprop:Generator_ColumnPropNameInTable="NodeIDColumn" type="xs:string" minOccurs="0" />
|
||
|
</xs:sequence>
|
||
|
</xs:complexType>
|
||
|
</xs:element>
|
||
|
<xs:element name="DataTable1" msprop:Generator_UserTableName="DataTable1" msprop:Generator_RowDeletedName="DataTable1RowDeleted" msprop:Generator_TableClassName="DataTable1DataTable" msprop:Generator_RowChangedName="DataTable1RowChanged" msprop:Generator_RowClassName="DataTable1Row" msprop:Generator_RowChangingName="DataTable1RowChanging" msprop:Generator_RowEvArgName="DataTable1RowChangeEvent" msprop:Generator_RowEvHandlerName="DataTable1RowChangeEventHandler" msprop:Generator_TablePropName="DataTable1" msprop:Generator_TableVarName="tableDataTable1" msprop:Generator_RowDeletingName="DataTable1RowDeleting">
|
||
|
<xs:complexType>
|
||
|
<xs:sequence>
|
||
|
<xs:element name="text" msprop:Generator_UserColumnName="text" msprop:Generator_ColumnPropNameInRow="text" msprop:Generator_ColumnVarNameInTable="columntext" msprop:Generator_ColumnPropNameInTable="textColumn" type="xs:string" minOccurs="0" />
|
||
|
</xs:sequence>
|
||
|
</xs:complexType>
|
||
|
</xs:element>
|
||
|
</xs:choice>
|
||
|
</xs:complexType>
|
||
|
<xs:unique name="Constraint1" msdata:PrimaryKey="true">
|
||
|
<xs:selector xpath=".//mstns:OrgDetails" />
|
||
|
<xs:field xpath="mstns:EmployeeID" />
|
||
|
</xs:unique>
|
||
|
</xs:element>
|
||
|
</xs:schema>
|