EchoTex_Payroll/HRM.UI/PayrollDataSet/SAPIntegrationDataSet.xsd

29 lines
3.5 KiB
XML
Raw Normal View History

2024-10-14 10:01:49 +06:00
<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="SAPIntegrationDataSet" targetNamespace="http://tempuri.org/SAPIntegrationDataSet.xsd" xmlns:mstns="http://tempuri.org/SAPIntegrationDataSet.xsd" xmlns="http://tempuri.org/SAPIntegrationDataSet.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="SAPIntegrationDataSet" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="true" msprop:Generator_DataSetName="SAPIntegrationDataSet" msprop:Generator_UserDSName="SAPIntegrationDataSet">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="dtRecievedSAPData" msprop:Generator_TableClassName="dtRecievedSAPDataDataTable" msprop:Generator_TableVarName="tabledtRecievedSAPData" msprop:Generator_RowChangedName="dtRecievedSAPDataRowChanged" msprop:Generator_TablePropName="dtRecievedSAPData" msprop:Generator_RowDeletingName="dtRecievedSAPDataRowDeleting" msprop:Generator_RowChangingName="dtRecievedSAPDataRowChanging" msprop:Generator_RowEvHandlerName="dtRecievedSAPDataRowChangeEventHandler" msprop:Generator_RowDeletedName="dtRecievedSAPDataRowDeleted" msprop:Generator_RowClassName="dtRecievedSAPDataRow" msprop:Generator_UserTableName="dtRecievedSAPData" msprop:Generator_RowEvArgName="dtRecievedSAPDataRowChangeEvent">
<xs:complexType>
<xs:sequence>
<xs:element name="BatchNo" msprop:Generator_ColumnVarNameInTable="columnBatchNo" msprop:Generator_ColumnPropNameInRow="BatchNo" msprop:Generator_ColumnPropNameInTable="BatchNoColumn" msprop:Generator_UserColumnName="BatchNo" type="xs:string" minOccurs="0" />
<xs:element name="SuccessfactorID" msprop:Generator_ColumnVarNameInTable="columnSuccessfactorID" msprop:Generator_ColumnPropNameInRow="SuccessfactorID" msprop:Generator_ColumnPropNameInTable="SuccessfactorIDColumn" msprop:Generator_UserColumnName="SuccessfactorID" type="xs:string" minOccurs="0" />
<xs:element name="Name" msprop:Generator_ColumnVarNameInTable="columnName" msprop:Generator_ColumnPropNameInRow="Name" msprop:Generator_ColumnPropNameInTable="NameColumn" msprop:Generator_UserColumnName="Name" type="xs:string" minOccurs="0" />
<xs:element name="Designation" msprop:Generator_ColumnVarNameInTable="columnDesignation" msprop:Generator_ColumnPropNameInRow="Designation" msprop:Generator_ColumnPropNameInTable="DesignationColumn" msprop:Generator_UserColumnName="Designation" type="xs:string" minOccurs="0" />
<xs:element name="Department" msprop:Generator_ColumnVarNameInTable="columnDepartment" msprop:Generator_ColumnPropNameInRow="Department" msprop:Generator_ColumnPropNameInTable="DepartmentColumn" msprop:Generator_UserColumnName="Department" type="xs:string" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
</xs:schema>