CEL_Payroll/Payroll.Report/PayrollDataSet/dsCompany.xsd

705 lines
156 KiB
XML
Raw Permalink Normal View History

2024-09-17 14:30:13 +06:00
<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="dsCompany" targetNamespace="http://tempuri.org/dsCompany.xsd" xmlns:mstns="http://tempuri.org/dsCompany.xsd" xmlns="http://tempuri.org/dsCompany.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="dsCompany" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="true" msprop:Generator_DataSetName="dsCompany" msprop:Generator_UserDSName="dsCompany">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="ComapnyInformation" msprop:Generator_UserTableName="ComapnyInformation" msprop:Generator_RowEvArgName="ComapnyInformationRowChangeEvent" msprop:Generator_TableVarName="tableComapnyInformation" msprop:Generator_TablePropName="ComapnyInformation" msprop:Generator_RowDeletingName="ComapnyInformationRowDeleting" msprop:Generator_RowChangingName="ComapnyInformationRowChanging" msprop:Generator_RowDeletedName="ComapnyInformationRowDeleted" msprop:Generator_RowEvHandlerName="ComapnyInformationRowChangeEventHandler" msprop:Generator_TableClassName="ComapnyInformationDataTable" msprop:Generator_RowChangedName="ComapnyInformationRowChanged" msprop:Generator_RowClassName="ComapnyInformationRow">
<xs:complexType>
<xs:sequence>
<xs:element name="Address" msprop:Generator_ColumnVarNameInTable="columnAddress" msprop:Generator_ColumnPropNameInRow="Address" msprop:Generator_ColumnPropNameInTable="AddressColumn" msprop:Generator_UserColumnName="Address" type="xs:string" default="&quot;ACME&quot;" 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="Email" msprop:Generator_ColumnVarNameInTable="columnEmail" msprop:Generator_ColumnPropNameInRow="Email" msprop:Generator_ColumnPropNameInTable="EmailColumn" msprop:Generator_UserColumnName="Email" type="xs:string" minOccurs="0" />
<xs:element name="Web" msprop:Generator_ColumnVarNameInTable="columnWeb" msprop:Generator_ColumnPropNameInRow="Web" msprop:Generator_ColumnPropNameInTable="WebColumn" msprop:Generator_UserColumnName="Web" type="xs:string" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="DepartmentWiseManpower" msprop:Generator_UserTableName="DepartmentWiseManpower" msprop:Generator_RowEvArgName="DepartmentWiseManpowerRowChangeEvent" msprop:Generator_TableVarName="tableDepartmentWiseManpower" msprop:Generator_TablePropName="DepartmentWiseManpower" msprop:Generator_RowDeletingName="DepartmentWiseManpowerRowDeleting" msprop:Generator_RowChangingName="DepartmentWiseManpowerRowChanging" msprop:Generator_RowDeletedName="DepartmentWiseManpowerRowDeleted" msprop:Generator_RowEvHandlerName="DepartmentWiseManpowerRowChangeEventHandler" msprop:Generator_TableClassName="DepartmentWiseManpowerDataTable" msprop:Generator_RowChangedName="DepartmentWiseManpowerRowChanged" msprop:Generator_RowClassName="DepartmentWiseManpowerRow">
<xs:complexType>
<xs:sequence>
<xs:element name="Unit" msprop:Generator_ColumnVarNameInTable="columnUnit" msprop:Generator_ColumnPropNameInRow="Unit" msprop:Generator_ColumnPropNameInTable="UnitColumn" msprop:Generator_UserColumnName="Unit" 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:element name="Grade" msprop:Generator_ColumnVarNameInTable="columnGrade" msprop:Generator_ColumnPropNameInRow="Grade" msprop:Generator_ColumnPropNameInTable="GradeColumn" msprop:Generator_UserColumnName="Grade" type="xs:string" minOccurs="0" />
<xs:element name="Manpower" msprop:Generator_ColumnVarNameInTable="columnManpower" msprop:Generator_ColumnPropNameInRow="Manpower" msprop:Generator_ColumnPropNameInTable="ManpowerColumn" msprop:Generator_UserColumnName="Manpower" type="xs:int" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="BankAdvice" msprop:Generator_UserTableName="BankAdvice" msprop:Generator_RowEvArgName="BankAdviceRowChangeEvent" msprop:Generator_TableVarName="tableBankAdvice" msprop:Generator_TablePropName="BankAdvice" msprop:Generator_RowDeletingName="BankAdviceRowDeleting" msprop:Generator_RowChangingName="BankAdviceRowChanging" msprop:Generator_RowDeletedName="BankAdviceRowDeleted" msprop:Generator_RowEvHandlerName="BankAdviceRowChangeEventHandler" msprop:Generator_TableClassName="BankAdviceDataTable" msprop:Generator_RowChangedName="BankAdviceRowChanged" msprop:Generator_RowClassName="BankAdviceRow">
<xs:complexType>
<xs:sequence>
<xs:element name="EmpNo" msprop:Generator_ColumnVarNameInTable="columnEmpNo" msprop:Generator_ColumnPropNameInRow="EmpNo" msprop:Generator_ColumnPropNameInTable="EmpNoColumn" msprop:Generator_UserColumnName="EmpNo" type="xs:string" minOccurs="0" />
<xs:element name="EmpName" msprop:Generator_ColumnVarNameInTable="columnEmpName" msprop:Generator_ColumnPropNameInRow="EmpName" msprop:Generator_ColumnPropNameInTable="EmpNameColumn" msprop:Generator_UserColumnName="EmpName" type="xs:string" minOccurs="0" />
<xs:element name="AccountNo" msprop:Generator_ColumnVarNameInTable="columnAccountNo" msprop:Generator_ColumnPropNameInRow="AccountNo" msprop:Generator_ColumnPropNameInTable="AccountNoColumn" msprop:Generator_UserColumnName="AccountNo" type="xs:string" minOccurs="0" />
<xs:element name="Amount" msprop:Generator_ColumnVarNameInTable="columnAmount" msprop:Generator_ColumnPropNameInRow="Amount" msprop:Generator_ColumnPropNameInTable="AmountColumn" msprop:Generator_UserColumnName="Amount" type="xs:double" minOccurs="0" />
<xs:element name="SalaryMonth" msprop:Generator_ColumnVarNameInTable="columnSalaryMonth" msprop:Generator_ColumnPropNameInRow="SalaryMonth" msprop:Generator_ColumnPropNameInTable="SalaryMonthColumn" msprop:Generator_UserColumnName="SalaryMonth" type="xs:dateTime" minOccurs="0" />
<xs:element name="Email" msprop:Generator_ColumnVarNameInTable="columnEmail" msprop:Generator_ColumnPropNameInRow="Email" msprop:Generator_ColumnPropNameInTable="EmailColumn" msprop:Generator_UserColumnName="Email" type="xs:string" minOccurs="0" />
<xs:element name="SLNo" msprop:Generator_ColumnVarNameInTable="columnSLNo" msprop:Generator_ColumnPropNameInRow="SLNo" msprop:Generator_ColumnPropNameInTable="SLNoColumn" msprop:Generator_UserColumnName="SLNo" type="xs:string" minOccurs="0" />
<xs:element name="Maintenance" msprop:Generator_ColumnVarNameInTable="columnMaintenance" msprop:Generator_ColumnPropNameInRow="Maintenance" msprop:Generator_ColumnPropNameInTable="MaintenanceColumn" msprop:Generator_UserColumnName="Maintenance" type="xs:string" minOccurs="0" />
<xs:element name="Currency" msprop:Generator_ColumnVarNameInTable="columnCurrency" msprop:Generator_ColumnPropNameInRow="Currency" msprop:Generator_ColumnPropNameInTable="CurrencyColumn" msprop:Generator_UserColumnName="Currency" type="xs:string" minOccurs="0" />
<xs:element name="Method" msprop:Generator_ColumnVarNameInTable="columnMethod" msprop:Generator_ColumnPropNameInRow="Method" msprop:Generator_ColumnPropNameInTable="MethodColumn" msprop:Generator_UserColumnName="Method" type="xs:string" minOccurs="0" />
<xs:element name="Cheque" msprop:Generator_ColumnVarNameInTable="columnCheque" msprop:Generator_ColumnPropNameInRow="Cheque" msprop:Generator_ColumnPropNameInTable="ChequeColumn" msprop:Generator_UserColumnName="Cheque" type="xs:string" minOccurs="0" />
<xs:element name="DeNomination" msprop:Generator_ColumnVarNameInTable="columnDeNomination" msprop:Generator_ColumnPropNameInRow="DeNomination" msprop:Generator_ColumnPropNameInTable="DeNominationColumn" msprop:Generator_UserColumnName="DeNomination" type="xs:string" minOccurs="0" />
<xs:element name="Bank" msprop:Generator_ColumnVarNameInTable="columnBank" msprop:Generator_ColumnPropNameInRow="Bank" msprop:Generator_ColumnPropNameInTable="BankColumn" msprop:Generator_UserColumnName="Bank" type="xs:string" minOccurs="0" />
<xs:element name="Branch" msprop:Generator_ColumnVarNameInTable="columnBranch" msprop:Generator_ColumnPropNameInRow="Branch" msprop:Generator_ColumnPropNameInTable="BranchColumn" msprop:Generator_UserColumnName="Branch" type="xs:string" minOccurs="0" />
<xs:element name="Remarks" msprop:Generator_ColumnVarNameInTable="columnRemarks" msprop:Generator_ColumnPropNameInRow="Remarks" msprop:Generator_ColumnPropNameInTable="RemarksColumn" msprop:Generator_UserColumnName="Remarks" type="xs:string" minOccurs="0" />
<xs:element name="SenderAccNo" msprop:Generator_ColumnVarNameInTable="columnSenderAccNo" msprop:Generator_ColumnPropNameInRow="SenderAccNo" msprop:Generator_ColumnPropNameInTable="SenderAccNoColumn" msprop:Generator_UserColumnName="SenderAccNo" type="xs:string" minOccurs="0" />
<xs:element name="BankRouting" msprop:Generator_ColumnVarNameInTable="columnBankRouting" msprop:Generator_ColumnPropNameInRow="BankRouting" msprop:Generator_ColumnPropNameInTable="BankRoutingColumn" msprop:Generator_UserColumnName="BankRouting" type="xs:string" minOccurs="0" />
<xs:element name="AccType" msprop:Generator_ColumnVarNameInTable="columnAccType" msprop:Generator_ColumnPropNameInRow="AccType" msprop:Generator_ColumnPropNameInTable="AccTypeColumn" msprop:Generator_UserColumnName="AccType" type="xs:string" minOccurs="0" />
<xs:element name="CostCenter" msprop:Generator_ColumnVarNameInTable="columnCostCenter" msprop:Generator_ColumnPropNameInRow="CostCenter" msprop:Generator_ColumnPropNameInTable="CostCenterColumn" msprop:Generator_UserColumnName="CostCenter" type="xs:string" minOccurs="0" />
<xs:element name="ProcessDate" msprop:Generator_ColumnVarNameInTable="columnProcessDate" msprop:Generator_ColumnPropNameInRow="ProcessDate" msprop:Generator_ColumnPropNameInTable="ProcessDateColumn" msprop:Generator_UserColumnName="ProcessDate" type="xs:string" minOccurs="0" />
<xs:element name="AmountInWord" msprop:Generator_ColumnVarNameInTable="columnAmountInWord" msprop:Generator_ColumnPropNameInRow="AmountInWord" msprop:Generator_ColumnPropNameInTable="AmountInWordColumn" msprop:Generator_UserColumnName="AmountInWord" type="xs:string" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="BankAdviceLetter" msprop:Generator_UserTableName="BankAdviceLetter" msprop:Generator_RowEvArgName="BankAdviceLetterRowChangeEvent" msprop:Generator_TableVarName="tableBankAdviceLetter" msprop:Generator_TablePropName="BankAdviceLetter" msprop:Generator_RowDeletingName="BankAdviceLetterRowDeleting" msprop:Generator_RowChangingName="BankAdviceLetterRowChanging" msprop:Generator_RowDeletedName="BankAdviceLetterRowDeleted" msprop:Generator_RowEvHandlerName="BankAdviceLetterRowChangeEventHandler" msprop:Generator_TableClassName="BankAdviceLetterDataTable" msprop:Generator_RowChangedName="BankAdviceLetterRowChanged" msprop:Generator_RowClassName="BankAdviceLetterRow">
<xs:complexType>
<xs:sequence>
<xs:element name="RefNo" msprop:Generator_ColumnVarNameInTable="columnRefNo" msprop:Generator_ColumnPropNameInRow="RefNo" msprop:Generator_ColumnPropNameInTable="RefNoColumn" msprop:Generator_UserColumnName="RefNo" type="xs:string" minOccurs="0" />
<xs:element name="Date_Taka" msprop:Generator_ColumnVarNameInTable="columnDate_Taka" msprop:Generator_ColumnPropNameInRow="Date_Taka" msprop:Generator_ColumnPropNameInTable="Date_TakaColumn" msprop:Generator_UserColumnName="Date_Taka" type="xs:string" minOccurs="0" />
<xs:element name="AccountNo" msprop:Generator_ColumnVarNameInTable="columnAccountNo" msprop:Generator_ColumnPropNameInRow="AccountNo" msprop:Generator_ColumnPropNameInTable="AccountNoColumn" msprop:Generator_UserColumnName="AccountNo" type="xs:string" minOccurs="0" />
<xs:element name="DivName" msprop:Generator_ColumnVarNameInTable="columnDivName" msprop:Generator_ColumnPropNameInRow="DivName" msprop:Generator_ColumnPropNameInTable="DivNameColumn" msprop:Generator_UserColumnName="DivName" type="xs:string" minOccurs="0" />
<xs:element name="PrintDate" msprop:Generator_ColumnVarNameInTable="columnPrintDate" msprop:Generator_ColumnPropNameInRow="PrintDate" msprop:Generator_ColumnPropNameInTable="PrintDateColumn" msprop:Generator_UserColumnName="PrintDate" type="xs:string" minOccurs="0" />
<xs:element name="BankName" msprop:Generator_ColumnVarNameInTable="columnBankName" msprop:Generator_ColumnPropNameInRow="BankName" msprop:Generator_ColumnPropNameInTable="BankNameColumn" msprop:Generator_UserColumnName="BankName" type="xs:string" minOccurs="0" />
<xs:element name="MonthYear" msprop:Generator_ColumnVarNameInTable="columnMonthYear" msprop:Generator_ColumnPropNameInRow="MonthYear" msprop:Generator_ColumnPropNameInTable="MonthYearColumn" msprop:Generator_UserColumnName="MonthYear" type="xs:string" minOccurs="0" />
<xs:element name="sTaka" msprop:Generator_ColumnVarNameInTable="columnsTaka" msprop:Generator_ColumnPropNameInRow="sTaka" msprop:Generator_ColumnPropNameInTable="sTakaColumn" msprop:Generator_UserColumnName="sTaka" type="xs:string" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="BankAdviceParameters" msprop:Generator_UserTableName="BankAdviceParameters" msprop:Generator_RowEvArgName="BankAdviceParametersRowChangeEvent" msprop:Generator_TableVarName="tableBankAdviceParameters" msprop:Generator_TablePropName="BankAdviceParameters" msprop:Generator_RowDeletingName="BankAdviceParametersRowDeleting" msprop:Generator_RowChangingName="BankAdviceParametersRowChanging" msprop:Generator_RowDeletedName="BankAdviceParametersRowDeleted" msprop:Generator_RowEvHandlerName="BankAdviceParametersRowChangeEventHandler" msprop:Generator_TableClassName="BankAdviceParametersDataTable" msprop:Generator_RowChangedName="BankAdviceParametersRowChanged" msprop:Generator_RowClassName="BankAdviceParametersRow">
<xs:complexType>
<xs:sequence>
<xs:element name="OrderingCustomer" msprop:Generator_ColumnVarNameInTable="columnOrderingCustomer" msprop:Generator_ColumnPropNameInRow="OrderingCustomer" msprop:Generator_ColumnPropNameInTable="OrderingCustomerColumn" msprop:Generator_UserColumnName="OrderingCustomer" type="xs:string" minOccurs="0" />
<xs:element name="DAccountID" msprop:Generator_ColumnVarNameInTable="columnDAccountID" msprop:Generator_ColumnPropNameInRow="DAccountID" msprop:Generator_ColumnPropNameInTable="DAccountIDColumn" msprop:Generator_UserColumnName="DAccountID" type="xs:string" minOccurs="0" />
<xs:element name="DAccountNo" msprop:Generator_ColumnVarNameInTable="columnDAccountNo" msprop:Generator_ColumnPropNameInRow="DAccountNo" msprop:Generator_ColumnPropNameInTable="DAccountNoColumn" msprop:Generator_UserColumnName="DAccountNo" type="xs:string" minOccurs="0" />
<xs:element name="Date" msprop:Generator_ColumnVarNameInTable="columnDate" msprop:Generator_ColumnPropNameInRow="Date" msprop:Generator_ColumnPropNameInTable="DateColumn" msprop:Generator_UserColumnName="Date" type="xs:string" minOccurs="0" />
<xs:element name="MapTable" msprop:Generator_ColumnVarNameInTable="columnMapTable" msprop:Generator_ColumnPropNameInRow="MapTable" msprop:Generator_ColumnPropNameInTable="MapTableColumn" msprop:Generator_UserColumnName="MapTable" type="xs:string" minOccurs="0" />
<xs:element name="Field" msprop:Generator_ColumnVarNameInTable="columnField" msprop:Generator_ColumnPropNameInRow="Field" msprop:Generator_ColumnPropNameInTable="FieldColumn" msprop:Generator_UserColumnName="Field" type="xs:string" minOccurs="0" />
<xs:element name="PaymentReference" msprop:Generator_ColumnVarNameInTable="columnPaymentReference" msprop:Generator_ColumnPropNameInRow="PaymentReference" msprop:Generator_ColumnPropNameInTable="PaymentReferenceColumn" msprop:Generator_UserColumnName="PaymentReference" type="xs:string" minOccurs="0" />
<xs:element name="TransactionAmount" msprop:Generator_ColumnVarNameInTable="columnTransactionAmount" msprop:Generator_ColumnPropNameInRow="TransactionAmount" msprop:Generator_ColumnPropNameInTable="TransactionAmountColumn" msprop:Generator_UserColumnName="TransactionAmount" type="xs:double" minOccurs="0" />
<xs:element name="PayeesAccNo" msprop:Generator_ColumnVarNameInTable="columnPayeesAccNo" msprop:Generator_ColumnPropNameInRow="PayeesAccNo" msprop:Generator_ColumnPropNameInTable="PayeesAccNoColumn" msprop:Generator_UserColumnName="PayeesAccNo" type="xs:string" minOccurs="0" />
<xs:element name="AccName" msprop:Generator_ColumnVarNameInTable="columnAccName" msprop:Generator_ColumnPropNameInRow="AccName" msprop:Generator_ColumnPropNameInTable="AccNameColumn" msprop:Generator_UserColumnName="AccName" type="xs:string" minOccurs="0" />
<xs:element name="PayRef1" msprop:Generator_ColumnVarNameInTable="columnPayRef1" msprop:Generator_ColumnPropNameInRow="PayRef1" msprop:Generator_ColumnPropNameInTable="PayRef1Column" msprop:Generator_UserColumnName="PayRef1" type="xs:string" minOccurs="0" />
<xs:element name="PayRef2" msprop:Generator_ColumnVarNameInTable="columnPayRef2" msprop:Generator_ColumnPropNameInRow="PayRef2" msprop:Generator_ColumnPropNameInTable="PayRef2Column" msprop:Generator_UserColumnName="PayRef2" type="xs:string" minOccurs="0" />
<xs:element name="PayRef3" msprop:Generator_ColumnVarNameInTable="columnPayRef3" msprop:Generator_ColumnPropNameInRow="PayRef3" msprop:Generator_ColumnPropNameInTable="PayRef3Column" msprop:Generator_UserColumnName="PayRef3" type="xs:string" minOccurs="0" />
<xs:element name="PayRef4" msprop:Generator_ColumnVarNameInTable="columnPayRef4" msprop:Generator_ColumnPropNameInRow="PayRef4" msprop:Generator_ColumnPropNameInTable="PayRef4Column" msprop:Generator_UserColumnName="PayRef4" type="xs:string" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="DtAgeRange" msprop:Generator_UserTableName="DtAgeRange" msprop:Generator_RowEvArgName="DtAgeRangeRowChangeEvent" msprop:Generator_TableVarName="tableDtAgeRange" msprop:Generator_TablePropName="DtAgeRange" msprop:Generator_RowDeletingName="DtAgeRangeRowDeleting" msprop:Generator_RowChangingName="DtAgeRangeRowChanging" msprop:Generator_RowDeletedName="DtAgeRangeRowDeleted" msprop:Generator_RowEvHandlerName="DtAgeRangeRowChangeEventHandler" msprop:Generator_TableClassName="DtAgeRangeDataTable" msprop:Generator_RowChangedName="DtAgeRangeRowChanged" msprop:Generator_RowClassName="DtAgeRangeRow">
<xs:complexType>
<xs:sequence>
<xs:element name="Description" msprop:Generator_ColumnVarNameInTable="columnDescription" msprop:Generator_ColumnPropNameInRow="Description" msprop:Generator_ColumnPropNameInTable="DescriptionColumn" msprop:Generator_UserColumnName="Description" type="xs:string" minOccurs="0" />
<xs:element name="mgt" msprop:Generator_ColumnVarNameInTable="columnmgt" msprop:Generator_ColumnPropNameInRow="mgt" msprop:Generator_ColumnPropNameInTable="mgtColumn" msprop:Generator_UserColumnName="mgt" type="xs:int" minOccurs="0" />
<xs:element name="nonmgt" msprop:Generator_ColumnVarNameInTable="columnnonmgt" msprop:Generator_ColumnPropNameInRow="nonmgt" msprop:Generator_ColumnPropNameInTable="nonmgtColumn" msprop:Generator_UserColumnName="nonmgt" type="xs:int" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="dtQualificationWiseManpower" msprop:Generator_UserTableName="dtQualificationWiseManpower" msprop:Generator_RowEvArgName="dtQualificationWiseManpowerRowChangeEvent" msprop:Generator_TableVarName="tabledtQualificationWiseManpower" msprop:Generator_TablePropName="dtQualificationWiseManpower" msprop:Generator_RowDeletingName="dtQualificationWiseManpowerRowDeleting" msprop:Generator_RowChangingName="dtQualificationWiseManpowerRowChanging" msprop:Generator_RowDeletedName="dtQualificationWiseManpowerRowDeleted" msprop:Generator_RowEvHandlerName="dtQualificationWiseManpowerRowChangeEventHandler" msprop:Generator_TableClassName="dtQualificationWiseManpowerDataTable" msprop:Generator_RowChangedName="dtQualificationWiseManpowerRowChanged" msprop:Generator_RowClassName="dtQualificationWiseManpowerRow">
<xs:complexType>
<xs:sequence>
<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:element name="Qualification" msprop:Generator_ColumnVarNameInTable="columnQualification" msprop:Generator_ColumnPropNameInRow="Qualification" msprop:Generator_ColumnPropNameInTable="QualificationColumn" msprop:Generator_UserColumnName="Qualification" type="xs:string" minOccurs="0" />
<xs:element name="Manpower" msprop:Generator_ColumnVarNameInTable="columnManpower" msprop:Generator_ColumnPropNameInRow="Manpower" msprop:Generator_ColumnPropNameInTable="ManpowerColumn" msprop:Generator_UserColumnName="Manpower" type="xs:int" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="EmployeeMasterData" msprop:Generator_UserTableName="EmployeeMasterData" msprop:Generator_RowEvArgName="EmployeeMasterDataRowChangeEvent" msprop:Generator_TableVarName="tableEmployeeMasterData" msprop:Generator_TablePropName="EmployeeMasterData" msprop:Generator_RowDeletingName="EmployeeMasterDataRowDeleting" msprop:Generator_RowChangingName="EmployeeMasterDataRowChanging" msprop:Generator_RowDeletedName="EmployeeMasterDataRowDeleted" msprop:Generator_RowEvHandlerName="EmployeeMasterDataRowChangeEventHandler" msprop:Generator_TableClassName="EmployeeMasterDataDataTable" msprop:Generator_RowChangedName="EmployeeMasterDataRowChanged" msprop:Generator_RowClassName="EmployeeMasterDataRow">
<xs:complexType>
<xs:sequence>
<xs:element name="EmpNo" msprop:Generator_ColumnVarNameInTable="columnEmpNo" msprop:Generator_ColumnPropNameInRow="EmpNo" msprop:Generator_ColumnPropNameInTable="EmpNoColumn" msprop:Generator_UserColumnName="EmpNo" 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="Grade" msprop:Generator_ColumnVarNameInTable="columnGrade" msprop:Generator_ColumnPropNameInRow="Grade" msprop:Generator_ColumnPropNameInTable="GradeColumn" msprop:Generator_UserColumnName="Grade" 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: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="BirthDate" msprop:Generator_ColumnVarNameInTable="columnBirthDate" msprop:Generator_ColumnPropNameInRow="BirthDate" msprop:Generator_ColumnPropNameInTable="BirthDateColumn" msprop:Generator_UserColumnName="BirthDate" type="xs:string" minOccurs="0" />
<xs:element name="JoiningDate" msprop:Generator_ColumnVarNameInTable="columnJoiningDate" msprop:Generator_ColumnPropNameInRow="JoiningDate" msprop:Generator_ColumnPropNameInTable="JoiningDateColumn" msprop:Generator_UserColumnName="JoiningDate" type="xs:string" minOccurs="0" />
<xs:element name="ConfirmDate" msprop:Generator_ColumnVarNameInTable="columnConfirmDate" msprop:Generator_ColumnPropNameInRow="ConfirmDate" msprop:Generator_ColumnPropNameInTable="ConfirmDateColumn" msprop:Generator_UserColumnName="ConfirmDate" type="xs:string" minOccurs="0" />
<xs:element name="ConfirmationPending" msprop:Generator_ColumnVarNameInTable="columnConfirmationPending" msprop:Generator_ColumnPropNameInRow="ConfirmationPending" msprop:Generator_ColumnPropNameInTable="ConfirmationPendingColumn" msprop:Generator_UserColumnName="ConfirmationPending" type="xs:string" minOccurs="0" />
<xs:element name="NoOfPromotion" msprop:Generator_ColumnVarNameInTable="columnNoOfPromotion" msprop:Generator_ColumnPropNameInRow="NoOfPromotion" msprop:Generator_ColumnPropNameInTable="NoOfPromotionColumn" msprop:Generator_UserColumnName="NoOfPromotion" type="xs:int" minOccurs="0" />
<xs:element name="LastPromotionDate" msprop:Generator_ColumnVarNameInTable="columnLastPromotionDate" msprop:Generator_ColumnPropNameInRow="LastPromotionDate" msprop:Generator_ColumnPropNameInTable="LastPromotionDateColumn" msprop:Generator_UserColumnName="LastPromotionDate" type="xs:string" minOccurs="0" />
<xs:element name="Gender" msprop:Generator_ColumnVarNameInTable="columnGender" msprop:Generator_ColumnPropNameInRow="Gender" msprop:Generator_ColumnPropNameInTable="GenderColumn" msprop:Generator_UserColumnName="Gender" type="xs:string" minOccurs="0" />
<xs:element name="RetirementDate" msprop:Generator_ColumnVarNameInTable="columnRetirementDate" msprop:Generator_ColumnPropNameInRow="RetirementDate" msprop:Generator_ColumnPropNameInTable="RetirementDateColumn" msprop:Generator_UserColumnName="RetirementDate" type="xs:string" minOccurs="0" />
<xs:element name="PastExperience" msprop:Generator_ColumnVarNameInTable="columnPastExperience" msprop:Generator_ColumnPropNameInRow="PastExperience" msprop:Generator_ColumnPropNameInTable="PastExperienceColumn" msprop:Generator_UserColumnName="PastExperience" type="xs:string" minOccurs="0" />
<xs:element name="LastAcademicDegree" msprop:Generator_ColumnVarNameInTable="columnLastAcademicDegree" msprop:Generator_ColumnPropNameInRow="LastAcademicDegree" msprop:Generator_ColumnPropNameInTable="LastAcademicDegreeColumn" msprop:Generator_UserColumnName="LastAcademicDegree" type="xs:string" minOccurs="0" />
<xs:element name="LastAcademicSpecialization" msprop:Generator_ColumnVarNameInTable="columnLastAcademicSpecialization" msprop:Generator_ColumnPropNameInRow="LastAcademicSpecialization" msprop:Generator_ColumnPropNameInTable="LastAcademicSpecializationColumn" msprop:Generator_UserColumnName="LastAcademicSpecialization" type="xs:string" minOccurs="0" />
<xs:element name="ProfessionalDegree" msprop:Generator_ColumnVarNameInTable="columnProfessionalDegree" msprop:Generator_ColumnPropNameInRow="ProfessionalDegree" msprop:Generator_ColumnPropNameInTable="ProfessionalDegreeColumn" msprop:Generator_UserColumnName="ProfessionalDegree" type="xs:string" minOccurs="0" />
<xs:element name="Nominee1" msprop:Generator_ColumnVarNameInTable="columnNominee1" msprop:Generator_ColumnPropNameInRow="Nominee1" msprop:Generator_ColumnPropNameInTable="Nominee1Column" msprop:Generator_UserColumnName="Nominee1" type="xs:string" minOccurs="0" />
<xs:element name="Nominee1NaID" msprop:Generator_ColumnVarNameInTable="columnNominee1NaID" msprop:Generator_ColumnPropNameInRow="Nominee1NaID" msprop:Generator_ColumnPropNameInTable="Nominee1NaIDColumn" msprop:Generator_UserColumnName="Nominee1NaID" type="xs:string" minOccurs="0" />
<xs:element name="Nominee2" msprop:Generator_ColumnVarNameInTable="columnNominee2" msprop:Generator_ColumnPropNameInRow="Nominee2" msprop:Generator_ColumnPropNameInTable="Nominee2Column" msprop:Generator_UserColumnName="Nominee2" type="xs:string" minOccurs="0" />
<xs:element name="Nominee2NaID" msprop:Generator_ColumnVarNameInTable="columnNominee2NaID" msprop:Generator_ColumnPropNameInRow="Nominee2NaID" msprop:Generator_ColumnPropNameInTable="Nominee2NaIDColumn" msprop:Generator_UserColumnName="Nominee2NaID" type="xs:string" minOccurs="0" />
<xs:element name="Email" msprop:Generator_ColumnVarNameInTable="columnEmail" msprop:Generator_ColumnPropNameInRow="Email" msprop:Generator_ColumnPropNameInTable="EmailColumn" msprop:Generator_UserColumnName="Email" type="xs:string" minOccurs="0" />
<xs:element name="ContactNo" msprop:Generator_ColumnVarNameInTable="columnContactNo" msprop:Generator_ColumnPropNameInRow="ContactNo" msprop:Generator_ColumnPropNameInTable="ContactNoColumn" msprop:Generator_UserColumnName="ContactNo" type="xs:string" minOccurs="0" />
<xs:element name="EmargencyConNo" msprop:Generator_ColumnVarNameInTable="columnEmargencyConNo" msprop:Generator_ColumnPropNameInRow="EmargencyConNo" msprop:Generator_ColumnPropNameInTable="EmargencyConNoColumn" msprop:Generator_UserColumnName="EmargencyConNo" type="xs:string" minOccurs="0" />
<xs:element name="ParmanentAddress" msprop:Generator_ColumnVarNameInTable="columnParmanentAddress" msprop:Generator_ColumnPropNameInRow="ParmanentAddress" msprop:Generator_ColumnPropNameInTable="ParmanentAddressColumn" msprop:Generator_UserColumnName="ParmanentAddress" type="xs:string" minOccurs="0" />
<xs:element name="PresentAddress" msprop:Generator_ColumnVarNameInTable="columnPresentAddress" msprop:Generator_ColumnPropNameInRow="PresentAddress" msprop:Generator_ColumnPropNameInTable="PresentAddressColumn" msprop:Generator_UserColumnName="PresentAddress" type="xs:string" minOccurs="0" />
<xs:element name="FathersName" msprop:Generator_ColumnVarNameInTable="columnFathersName" msprop:Generator_ColumnPropNameInRow="FathersName" msprop:Generator_ColumnPropNameInTable="FathersNameColumn" msprop:Generator_UserColumnName="FathersName" type="xs:string" minOccurs="0" />
<xs:element name="MothersName" msprop:Generator_ColumnVarNameInTable="columnMothersName" msprop:Generator_ColumnPropNameInRow="MothersName" msprop:Generator_ColumnPropNameInTable="MothersNameColumn" msprop:Generator_UserColumnName="MothersName" type="xs:string" minOccurs="0" />
<xs:element name="SpouseName" msprop:Generator_ColumnVarNameInTable="columnSpouseName" msprop:Generator_ColumnPropNameInRow="SpouseName" msprop:Generator_ColumnPropNameInTable="SpouseNameColumn" msprop:Generator_UserColumnName="SpouseName" type="xs:string" minOccurs="0" />
<xs:element name="NationalID" msprop:Generator_ColumnVarNameInTable="columnNationalID" msprop:Generator_ColumnPropNameInRow="NationalID" msprop:Generator_ColumnPropNameInTable="NationalIDColumn" msprop:Generator_UserColumnName="NationalID" type="xs:string" minOccurs="0" />
<xs:element name="WorkPlaceAndTRCode" msprop:Generator_ColumnVarNameInTable="columnWorkPlaceAndTRCode" msprop:Generator_ColumnPropNameInRow="WorkPlaceAndTRCode" msprop:Generator_ColumnPropNameInTable="WorkPlaceAndTRCodeColumn" msprop:Generator_UserColumnName="WorkPlaceAndTRCode" type="xs:string" minOccurs="0" />
<xs:element name="LastIssueDateofMobile" msprop:Generator_ColumnVarNameInTable="columnLastIssueDateofMobile" msprop:Generator_ColumnPropNameInRow="LastIssueDateofMobile" msprop:Generator_ColumnPropNameInTable="LastIssueDateofMobileColumn" msprop:Generator_UserColumnName="LastIssueDateofMobile" type="xs:string" minOccurs="0" />
<xs:element name="BankAccNo1" msprop:Generator_ColumnVarNameInTable="columnBankAccNo1" msprop:Generator_ColumnPropNameInRow="BankAccNo1" msprop:Generator_ColumnPropNameInTable="BankAccNo1Column" msprop:Generator_UserColumnName="BankAccNo1" type="xs:string" minOccurs="0" />
<xs:element name="BankAccNo2" msprop:Generator_ColumnVarNameInTable="columnBankAccNo2" msprop:Generator_ColumnPropNameInRow="BankAccNo2" msprop:Generator_ColumnPropNameInTable="BankAccNo2Column" msprop:Generator_UserColumnName="BankAccNo2" type="xs:string" minOccurs="0" />
<xs:element name="ItemDescription" msprop:Generator_ColumnVarNameInTable="columnItemDescription" msprop:Generator_ColumnPropNameInRow="ItemDescription" msprop:Generator_ColumnPropNameInTable="ItemDescriptionColumn" msprop:Generator_UserColumnName="ItemDescription" type="xs:string" minOccurs="0" />
<xs:element name="ItemAmount" msprop:Generator_ColumnVarNameInTable="columnItemAmount" msprop:Generator_ColumnPropNameInRow="ItemAmount" msprop:Generator_ColumnPropNameInTable="ItemAmountColumn" msprop:Generator_UserColumnName="ItemAmount" type="xs:double" minOccurs="0" />
<xs:element name="SLNo" msprop:Generator_ColumnVarNameInTable="columnSLNo" msprop:Generator_ColumnPropNameInRow="SLNo" msprop:Generator_ColumnPropNameInTable="SLNoColumn" msprop:Generator_UserColumnName="SLNo" type="xs:string" minOccurs="0" />
<xs:element name="GroupDescription" msprop:Generator_ColumnVarNameInTable="columnGroupDescription" msprop:Generator_ColumnPropNameInRow="GroupDescription" msprop:Generator_ColumnPropNameInTable="GroupDescriptionColumn" msprop:Generator_UserColumnName="GroupDescription" type="xs:string" minOccurs="0" />
<xs:element name="DeptCode" msprop:Generator_ColumnVarNameInTable="columnDeptCode" msprop:Generator_ColumnPropNameInRow="DeptCode" msprop:Generator_ColumnPropNameInTable="DeptCodeColumn" msprop:Generator_UserColumnName="DeptCode" type="xs:string" minOccurs="0" />
<xs:element name="Unit" msprop:Generator_ColumnVarNameInTable="columnUnit" msprop:Generator_ColumnPropNameInRow="Unit" msprop:Generator_ColumnPropNameInTable="UnitColumn" msprop:Generator_UserColumnName="Unit" type="xs:string" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="DTProvidentFund" msprop:Generator_UserTableName="DTProvidentFund" msprop:Generator_RowEvArgName="DTProvidentFundRowChangeEvent" msprop:Generator_TableVarName="tableDTProvidentFund" msprop:Generator_TablePropName="DTProvidentFund" msprop:Generator_RowDeletingName="DTProvidentFundRowDeleting" msprop:Generator_RowChangingName="DTProvidentFundRowChanging" msprop:Generator_RowDeletedName="DTProvidentFundRowDeleted" msprop:Generator_RowEvHandlerName="DTProvidentFundRowChangeEventHandler" msprop:Generator_TableClassName="DTProvidentFundDataTable" msprop:Generator_RowChangedName="DTProvidentFundRowChanged" msprop:Generator_RowClassName="DTProvidentFundRow">
<xs:complexType>
<xs:sequence>
<xs:element name="Unit" msprop:Generator_ColumnVarNameInTable="columnUnit" msprop:Generator_ColumnPropNameInRow="Unit" msprop:Generator_ColumnPropNameInTable="UnitColumn" msprop:Generator_UserColumnName="Unit" 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:element name="CompanyContri" msprop:Generator_ColumnVarNameInTable="columnCompanyContri" msprop:Generator_ColumnPropNameInRow="CompanyContri" msprop:Generator_ColumnPropNameInTable="CompanyContriColumn" msprop:Generator_UserColumnName="CompanyContri" type="xs:double" minOccurs="0" />
<xs:element name="EmpContri" msprop:Generator_ColumnVarNameInTable="columnEmpContri" msprop:Generator_ColumnPropNameInRow="EmpContri" msprop:Generator_ColumnPropNameInTable="EmpContriColumn" msprop:Generator_UserColumnName="EmpContri" type="xs:double" minOccurs="0" />
<xs:element name="PFLoan" msprop:Generator_ColumnVarNameInTable="columnPFLoan" msprop:Generator_ColumnPropNameInRow="PFLoan" msprop:Generator_ColumnPropNameInTable="PFLoanColumn" msprop:Generator_UserColumnName="PFLoan" type="xs:double" minOccurs="0" />
<xs:element name="LoanInterest" msprop:Generator_ColumnVarNameInTable="columnLoanInterest" msprop:Generator_ColumnPropNameInRow="LoanInterest" msprop:Generator_ColumnPropNameInTable="LoanInterestColumn" msprop:Generator_UserColumnName="LoanInterest" type="xs:double" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="SalarySheet" msprop:Generator_UserTableName="SalarySheet" msprop:Generator_RowEvArgName="SalarySheetRowChangeEvent" msprop:Generator_TableVarName="tableSalarySheet" msprop:Generator_TablePropName="SalarySheet" msprop:Generator_RowDeletingName="SalarySheetRowDeleting" msprop:Generator_RowChangingName="SalarySheetRowChanging" msprop:Generator_RowDeletedName="SalarySheetRowDeleted" msprop:Generator_RowEvHandlerName="SalarySheetRowChangeEventHandler" msprop:Generator_TableClassName="SalarySheetDataTable" msprop:Generator_RowChangedName="SalarySheetRowChanged" msprop:Generator_RowClassName="SalarySheetRow">
<xs:complexType>
<xs:sequence>
<xs:element name="EmpNo" msprop:Generator_ColumnVarNameInTable="columnEmpNo" msprop:Generator_ColumnPropNameInRow="EmpNo" msprop:Generator_ColumnPropNameInTable="EmpNoColumn" msprop:Generator_UserColumnName="EmpNo" type="xs:string" minOccurs="0" />
<xs:element name="EmpName" msprop:Generator_ColumnVarNameInTable="columnEmpName" msprop:Generator_ColumnPropNameInRow="EmpName" msprop:Generator_ColumnPropNameInTable="EmpNameColumn" msprop:Generator_UserColumnName="EmpName" type="xs:string" minOccurs="0" />
<xs:element name="Grade" msprop:Generator_ColumnVarNameInTable="columnGrade" msprop:Generator_ColumnPropNameInRow="Grade" msprop:Generator_ColumnPropNameInTable="GradeColumn" msprop:Generator_UserColumnName="Grade" 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:element name="ItemCode" msprop:Generator_ColumnVarNameInTable="columnItemCode" msprop:Generator_ColumnPropNameInRow="ItemCode" msprop:Generator_ColumnPropNameInTable="ItemCodeColumn" msprop:Generator_UserColumnName="ItemCode" type="xs:string" minOccurs="0" />
<xs:element name="Description" msprop:Generator_ColumnVarNameInTable="columnDescription" msprop:Generator_ColumnPropNameInRow="Description" msprop:Generator_ColumnPropNameInTable="DescriptionColumn" msprop:Generator_UserColumnName="Description" type="xs:string" minOccurs="0" />
<xs:element name="Amount" msprop:Generator_ColumnVarNameInTable="columnAmount" msprop:Generator_ColumnPropNameInRow="Amount" msprop:Generator_ColumnPropNameInTable="AmountColumn" msprop:Generator_UserColumnName="Amount" type="xs:double" minOccurs="0" />
<xs:element name="RowSequence" msprop:Generator_ColumnVarNameInTable="columnRowSequence" msprop:Generator_ColumnPropNameInRow="RowSequence" msprop:Generator_ColumnPropNameInTable="RowSequenceColumn" msprop:Generator_UserColumnName="RowSequence" type="xs:string" minOccurs="0" />
<xs:element name="SalaryMonth" msprop:Generator_ColumnVarNameInTable="columnSalaryMonth" msprop:Generator_ColumnPropNameInRow="SalaryMonth" msprop:Generator_ColumnPropNameInTable="SalaryMonthColumn" msprop:Generator_UserColumnName="SalaryMonth" type="xs:dateTime" minOccurs="0" />
<xs:element name="TotalGross" msprop:Generator_ColumnVarNameInTable="columnTotalGross" msprop:Generator_ColumnPropNameInRow="TotalGross" msprop:Generator_ColumnPropNameInTable="TotalGrossColumn" msprop:Generator_UserColumnName="TotalGross" type="xs:double" minOccurs="0" />
<xs:element name="TotalDeduct" msprop:Generator_ColumnVarNameInTable="columnTotalDeduct" msprop:Generator_ColumnPropNameInRow="TotalDeduct" msprop:Generator_ColumnPropNameInTable="TotalDeductColumn" msprop:Generator_UserColumnName="TotalDeduct" type="xs:string" minOccurs="0" />
<xs:element name="NetPay" msprop:Generator_ColumnVarNameInTable="columnNetPay" msprop:Generator_ColumnPropNameInRow="NetPay" msprop:Generator_ColumnPropNameInTable="NetPayColumn" msprop:Generator_UserColumnName="NetPay" type="xs:string" minOccurs="0" />
<xs:element name="SLNo" msprop:Generator_ColumnVarNameInTable="columnSLNo" msprop:Generator_ColumnPropNameInRow="SLNo" msprop:Generator_ColumnPropNameInTable="SLNoColumn" msprop:Generator_UserColumnName="SLNo" type="xs:string" minOccurs="0" />
<xs:element name="Status" msprop:Generator_ColumnVarNameInTable="columnStatus" msprop:Generator_ColumnPropNameInRow="Status" msprop:Generator_ColumnPropNameInTable="StatusColumn" msprop:Generator_UserColumnName="Status" type="xs:string" minOccurs="0" />
<xs:element name="GCode" msprop:Generator_ColumnVarNameInTable="columnGCode" msprop:Generator_ColumnPropNameInRow="GCode" msprop:Generator_ColumnPropNameInTable="GCodeColumn" msprop:Generator_UserColumnName="GCode" type="xs:string" minOccurs="0" />
<xs:element name="CCDes" msprop:Generator_ColumnVarNameInTable="columnCCDes" msprop:Generator_ColumnPropNameInRow="CCDes" msprop:Generator_ColumnPropNameInTable="CCDesColumn" msprop:Generator_UserColumnName="CCDes" 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="JoiningDate" msprop:Generator_ColumnVarNameInTable="columnJoiningDate" msprop:Generator_ColumnPropNameInRow="JoiningDate" msprop:Generator_ColumnPropNameInTable="JoiningDateColumn" msprop:Generator_UserColumnName="JoiningDate" type="xs:dateTime" minOccurs="0" />
<xs:element name="DeductAmount" msprop:Generator_ColumnVarNameInTable="columnDeductAmount" msprop:Generator_ColumnPropNameInRow="DeductAmount" msprop:Generator_ColumnPropNameInTable="DeductAmountColumn" msprop:Generator_UserColumnName="DeductAmount" type="xs:double" minOccurs="0" />
<xs:element name="ShowBorder" msprop:Generator_ColumnVarNameInTable="columnShowBorder" msprop:Generator_ColumnPropNameInRow="ShowBorder" msprop:Generator_ColumnPropNameInTable="ShowBorderColumn" msprop:Generator_UserColumnName="ShowBorder" type="xs:string" minOccurs="0" />
<xs:element name="Font" msprop:Generator_ColumnVarNameInTable="columnFont" msprop:Generator_ColumnPropNameInRow="Font" msprop:Generator_ColumnPropNameInTable="FontColumn" msprop:Generator_UserColumnName="Font" type="xs:string" minOccurs="0" />
<xs:element name="SalaryDate" msprop:Generator_ColumnVarNameInTable="columnSalaryDate" msprop:Generator_ColumnPropNameInRow="SalaryDate" msprop:Generator_ColumnPropNameInTable="SalaryDateColumn" msprop:Generator_UserColumnName="SalaryDate" type="xs:string" minOccurs="0" />
<xs:element name="AccountNo" msprop:Generator_ColumnVarNameInTable="columnAccountNo" msprop:Generator_ColumnPropNameInRow="AccountNo" msprop:Generator_ColumnPropNameInTable="AccountNoColumn" msprop:Generator_UserColumnName="AccountNo" type="xs:string" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="SalarySummary" msprop:Generator_UserTableName="SalarySummary" msprop:Generator_RowEvArgName="SalarySummaryRowChangeEvent" msprop:Generator_TableVarName="tableSalarySummary" msprop:Generator_TablePropName="SalarySummary" msprop:Generator_RowDeletingName="SalarySummaryRowDeleting" msprop:Generator_RowChangingName="SalarySummaryRowChanging" msprop:Generator_RowDeletedName="SalarySummaryRowDeleted" msprop:Generator_RowEvHandlerName="SalarySummaryRowChangeEventHandler" msprop:Generator_TableClassName="SalarySummaryDataTable" msprop:Generator_RowChangedName="SalarySummaryRowChanged" msprop:Generator_RowClassName="SalarySummaryRow">
<xs:complexType>
<xs:sequence>
<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:element name="SalaryItems" msprop:Generator_ColumnVarNameInTable="columnSalaryItems" msprop:Generator_ColumnPropNameInRow="SalaryItems" msprop:Generator_ColumnPropNameInTable="SalaryItemsColumn" msprop:Generator_UserColumnName="SalaryItems" type="xs:string" minOccurs="0" />
<xs:element name="ItemValue" msprop:Generator_ColumnVarNameInTable="columnItemValue" msprop:Generator_ColumnPropNameInRow="ItemValue" msprop:Generator_ColumnPropNameInTable="ItemValueColumn" msprop:Generator_UserColumnName="ItemValue" type="xs:double" minOccurs="0" />
<xs:element name="Unit" msprop:Generator_ColumnVarNameInTable="columnUnit" msprop:Generator_ColumnPropNameInRow="Unit" msprop:Generator_ColumnPropNameInTable="UnitColumn" msprop:Generator_UserColumnName="Unit" type="xs:string" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="dtCashAdvice" msprop:Generator_UserTableName="dtCashAdvice" msprop:Generator_RowEvArgName="dtCashAdviceRowChangeEvent" msprop:Generator_TableVarName="tabledtCashAdvice" msprop:Generator_TablePropName="dtCashAdvice" msprop:Generator_RowDeletingName="dtCashAdviceRowDeleting" msprop:Generator_RowChangingName="dtCashAdviceRowChanging" msprop:Generator_RowDeletedName="dtCashAdviceRowDeleted" msprop:Generator_RowEvHandlerName="dtCashAdviceRowChangeEventHandler" msprop:Generator_TableClassName="dtCashAdviceDataTable" msprop:Generator_RowChangedName="dtCashAdviceRowChanged" msprop:Generator_RowClassName="dtCashAdviceRow">
<xs:complexType>
<xs:sequence>
<xs:element name="SLNO" msprop:Generator_ColumnVarNameInTable="columnSLNO" msprop:Generator_ColumnPropNameInRow="SLNO" msprop:Generator_ColumnPropNameInTable="SLNOColumn" msprop:Generator_UserColumnName="SLNO" type="xs:short" minOccurs="0" />
<xs:element name="EmployeeID" msprop:Generator_ColumnVarNameInTable="columnEmployeeID" msprop:Generator_ColumnPropNameInRow="EmployeeID" msprop:Generator_ColumnPropNameInTable="EmployeeIDColumn" msprop:Generator_UserColumnName="EmployeeID" type="xs:string" minOccurs="0" />
<xs:element name="EmployeeName" msprop:Generator_ColumnVarNameInTable="columnEmployeeName" msprop:Generator_ColumnPropNameInRow="EmployeeName" msprop:Generator_ColumnPropNameInTable="EmployeeNameColumn" msprop:Generator_UserColumnName="EmployeeName" type="xs:string" minOccurs="0" />
<xs:element name="Item" msprop:Generator_ColumnVarNameInTable="columnItem" msprop:Generator_ColumnPropNameInRow="Item" msprop:Generator_ColumnPropNameInTable="ItemColumn" msprop:Generator_UserColumnName="Item" type="xs:string" minOccurs="0" />
<xs:element name="ItemAmount" msprop:Generator_ColumnVarNameInTable="columnItemAmount" msprop:Generator_ColumnPropNameInRow="ItemAmount" msprop:Generator_ColumnPropNameInTable="ItemAmountColumn" msprop:Generator_UserColumnName="ItemAmount" type="xs:double" minOccurs="0" />
<xs:element name="SerialNo" msprop:Generator_ColumnVarNameInTable="columnSerialNo" msprop:Generator_ColumnPropNameInRow="SerialNo" msprop:Generator_ColumnPropNameInTable="SerialNoColumn" msprop:Generator_UserColumnName="SerialNo" type="xs:short" minOccurs="0" />
<xs:element name="Location" msprop:Generator_ColumnVarNameInTable="columnLocation" msprop:Generator_ColumnPropNameInRow="Location" msprop:Generator_ColumnPropNameInTable="LocationColumn" msprop:Generator_UserColumnName="Location" type="xs:string" minOccurs="0" />
<xs:element name="CostCenter" msprop:Generator_ColumnVarNameInTable="columnCostCenter" msprop:Generator_ColumnPropNameInRow="CostCenter" msprop:Generator_ColumnPropNameInTable="CostCenterColumn" msprop:Generator_UserColumnName="CostCenter" type="xs:string" minOccurs="0" />
<xs:element name="SequenceNo" msprop:Generator_ColumnVarNameInTable="columnSequenceNo" msprop:Generator_ColumnPropNameInRow="SequenceNo" msprop:Generator_ColumnPropNameInTable="SequenceNoColumn" msprop:Generator_UserColumnName="SequenceNo" type="xs:int" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="StuffListWithoutSalary" msprop:Generator_UserTableName="StuffListWithoutSalary" msprop:Generator_RowEvArgName="StuffListWithoutSalaryRowChangeEvent" msprop:Generator_TableVarName="tableStuffListWithoutSalary" msprop:Generator_TablePropName="StuffListWithoutSalary" msprop:Generator_RowDeletingName="StuffListWithoutSalaryRowDeleting" msprop:Generator_RowChangingName="StuffListWithoutSalaryRowChanging" msprop:Generator_RowDeletedName="StuffListWithoutSalaryRowDeleted" msprop:Generator_RowEvHandlerName="StuffListWithoutSalaryRowChangeEventHandler" msprop:Generator_TableClassName="StuffListWithoutSalaryDataTable" msprop:Generator_RowChangedName="StuffListWithoutSalaryRowChanged" msprop:Generator_RowClassName="StuffListWithoutSalaryRow">
<xs:complexType>
<xs:sequence>
<xs:element name="CostCenter" msprop:Generator_ColumnVarNameInTable="columnCostCenter" msprop:Generator_ColumnPropNameInRow="CostCenter" msprop:Generator_ColumnPropNameInTable="CostCenterColumn" msprop:Generator_UserColumnName="CostCenter" type="xs:string" minOccurs="0" />
<xs:element name="EmpNo" msprop:Generator_ColumnVarNameInTable="columnEmpNo" msprop:Generator_ColumnPropNameInRow="EmpNo" msprop:Generator_ColumnPropNameInTable="EmpNoColumn" msprop:Generator_UserColumnName="EmpNo" 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="DOJ" msprop:Generator_ColumnVarNameInTable="columnDOJ" msprop:Generator_ColumnPropNameInRow="DOJ" msprop:Generator_ColumnPropNameInTable="DOJColumn" msprop:Generator_UserColumnName="DOJ" 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: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="AccountNo" msprop:Generator_ColumnVarNameInTable="columnAccountNo" msprop:Generator_ColumnPropNameInRow="AccountNo" msprop:Generator_ColumnPropNameInTable="AccountNoColumn" msprop:Generator_UserColumnName="AccountNo" type="xs:string" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="DTMonthlyPF" msprop:Generator_UserTableName="DTMonthlyPF" msprop:Generator_RowEvArgName="DTMonthlyPFRowChangeEvent" msprop:Generator_TableVarName="tableDTMonthlyPF" msprop:Generator_TablePropName="DTMonthlyPF" msprop:Generator_RowDeletingName="DTMonthlyPFRowDeleting" msprop:Generator_RowChangingName="DTMonthlyPFRowChanging" msprop:Generator_RowDeletedName="DTMonthlyPFRowDeleted" msprop:Generator_RowEvHandlerName="DTMonthlyPFRowChangeEventHandler" msprop:Generator_TableClassName="DTMonthlyPFDataTable" msprop:Generator_RowChangedName="DTMonthlyPFRowChanged" msprop:Generator_RowClassName="DTMonthlyPFRow">
<xs:complexType>
<xs:sequence>
<xs:element name="CostCenter" msprop:Generator_ColumnVarNameInTable="columnCostCenter" msprop:Generator_ColumnPropNameInRow="CostCenter" msprop:Generator_ColumnPropNameInTable="CostCenterColumn" msprop:Generator_UserColumnName="CostCenter" type="xs:string" minOccurs="0" />
<xs:element name="EmployeeNo" msprop:Generator_ColumnVarNameInTable="columnEmployeeNo" msprop:Generator_ColumnPropNameInRow="EmployeeNo" msprop:Generator_ColumnPropNameInTable="EmployeeNoColumn" msprop:Generator_UserColumnName="EmployeeNo" 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="Doj" msprop:Generator_ColumnVarNameInTable="columnDoj" msprop:Generator_ColumnPropNameInRow="Doj" msprop:Generator_ColumnPropNameInTable="DojColumn" msprop:Generator_UserColumnName="Doj" 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:element name="TotalGross" msprop:Generator_ColumnVarNameInTable="columnTotalGross" msprop:Generator_ColumnPropNameInRow="TotalGross" msprop:Generator_ColumnPropNameInTable="TotalGrossColumn" msprop:Generator_UserColumnName="TotalGross" type="xs:double" minOccurs="0" />
<xs:element name="CPF" msprop:Generator_ColumnVarNameInTable="columnCPF" msprop:Generator_ColumnPropNameInRow="CPF" msprop:Generator_ColumnPropNameInTable="CPFColumn" msprop:Generator_UserColumnName="CPF" type="xs:double" minOccurs="0" />
<xs:element name="EPF" msprop:Generator_ColumnVarNameInTable="columnEPF" msprop:Generator_ColumnPropNameInRow="EPF" msprop:Generator_ColumnPropNameInTable="EPFColumn" msprop:Generator_UserColumnName="EPF" type="xs:double" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="DTOPI" msprop:Generator_UserTableName="DTOPI" msprop:Generator_RowEvArgName="DTOPIRowChangeEvent" msprop:Generator_TableVarName="tableDTOPI" msprop:Generator_TablePropName="DTOPI" msprop:Generator_RowDeletingName="DTOPIRowDeleting" msprop:Generator_RowChangingName="DTOPIRowChanging" msprop:Generator_RowDeletedName="DTOPIRowDeleted" msprop:Generator_RowEvHandlerName="DTOPIRowChangeEventHandler" msprop:Generator_TableClassName="DTOPIDataTable" msprop:Generator_RowChangedName="DTOPIRowChanged" msprop:Generator_RowClassName="DTOPIRow">
<xs:complexType>
<xs:sequence>
<xs:element name="EmpNo" msprop:Generator_ColumnVarNameInTable="columnEmpNo" msprop:Generator_ColumnPropNameInRow="EmpNo" msprop:Generator_ColumnPropNameInTable="EmpNoColumn" msprop:Generator_UserColumnName="EmpNo" 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="AccountNo" msprop:Generator_ColumnVarNameInTable="columnAccountNo" msprop:Generator_ColumnPropNameInRow="AccountNo" msprop:Generator_ColumnPropNameInTable="AccountNoColumn" msprop:Generator_UserColumnName="AccountNo" type="xs:string" minOccurs="0" />
<xs:element name="Amount" msprop:Generator_ColumnVarNameInTable="columnAmount" msprop:Generator_ColumnPropNameInRow="Amount" msprop:Generator_ColumnPropNameInTable="AmountColumn" msprop:Generator_UserColumnName="Amount" type="xs:double" 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="CostCenter" msprop:Generator_ColumnVarNameInTable="columnCostCenter" msprop:Generator_ColumnPropNameInRow="CostCenter" msprop:Generator_ColumnPropNameInTable="CostCenterColumn" msprop:Generator_UserColumnName="CostCenter" type="xs:string" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="SalaryComparison" msprop:Generator_UserTableName="SalaryComparison" msprop:Generator_RowEvArgName="SalaryComparisonRowChangeEvent" msprop:Generator_TableVarName="tableSalaryComparison" msprop:Generator_TablePropName="SalaryComparison" msprop:Generator_RowDeletingName="SalaryComparisonRowDeleting" msprop:Generator_RowChangingName="SalaryComparisonRowChanging" msprop:Generator_RowDeletedName="SalaryComparisonRowDeleted" msprop:Generator_RowEvHandlerName="SalaryComparisonRowChangeEventHandler" msprop:Generator_TableClassName="SalaryComparisonDataTable" msprop:Generator_RowChangedName="SalaryComparisonRowChanged" msprop:Generator_RowClassName="SalaryComparisonRow">
<xs:complexType>
<xs:sequence>
<xs:element name="EmpNo" msprop:Generator_ColumnVarNameInTable="columnEmpNo" msprop:Generator_ColumnPropNameInRow="EmpNo" msprop:Generator_ColumnPropNameInTable="EmpNoColumn" msprop:Generator_UserColumnName="EmpNo" 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="Grade" msprop:Generator_ColumnVarNameInTable="columnGrade" msprop:Generator_ColumnPropNameInRow="Grade" msprop:Generator_ColumnPropNameInTable="GradeColumn" msprop:Generator_UserColumnName="Grade" 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: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="CurSalary" msprop:Generator_ColumnVarNameInTable="columnCurSalary" msprop:Generator_ColumnPropNameInRow="CurSalary" msprop:Generator_ColumnPropNameInTable="CurSalaryColumn" msprop:Generator_UserColumnName="CurSalary" type="xs:double" minOccurs="0" />
<xs:element name="PrevSalary" msprop:Generator_ColumnVarNameInTable="columnPrevSalary" msprop:Generator_ColumnPropNameInRow="PrevSalary" msprop:Generator_ColumnPropNameInTable="PrevSalaryColumn" msprop:Generator_UserColumnName="PrevSalary" type="xs:double" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="ExperienceCertificate" msprop:Generator_UserTableName="ExperienceCertificate" msprop:Generator_RowEvArgName="ExperienceCertificateRowChangeEvent" msprop:Generator_TableVarName="tableExperienceCertificate" msprop:Generator_TablePropName="ExperienceCertificate" msprop:Generator_RowDeletingName="ExperienceCertificateRowDeleting" msprop:Generator_RowChangingName="ExperienceCertificateRowChanging" msprop:Generator_RowDeletedName="ExperienceCertificateRowDeleted" msprop:Generator_RowEvHandlerName="ExperienceCertificateRowChangeEventHandler" msprop:Generator_TableClassName="ExperienceCertificateDataTable" msprop:Generator_RowChangedName="ExperienceCertificateRowChanged" msprop:Generator_RowClassName="ExperienceCertificateRow">
<xs:complexType>
<xs:sequence>
<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="FathersName" msprop:Generator_ColumnVarNameInTable="columnFathersName" msprop:Generator_ColumnPropNameInRow="FathersName" msprop:Generator_ColumnPropNameInTable="FathersNameColumn" msprop:Generator_UserColumnName="FathersName" type="xs:string" minOccurs="0" />
<xs:element name="MothersName" msprop:Generator_ColumnVarNameInTable="columnMothersName" msprop:Generator_ColumnPropNameInRow="MothersName" msprop:Generator_ColumnPropNameInTable="MothersNameColumn" msprop:Generator_UserColumnName="MothersName" type="xs:string" minOccurs="0" />
<xs:element name="DOJ" msprop:Generator_ColumnVarNameInTable="columnDOJ" msprop:Generator_ColumnPropNameInRow="DOJ" msprop:Generator_ColumnPropNameInTable="DOJColumn" msprop:Generator_UserColumnName="DOJ" type="xs:string" minOccurs="0" />
<xs:element name="DOL" msprop:Generator_ColumnVarNameInTable="columnDOL" msprop:Generator_ColumnPropNameInRow="DOL" msprop:Generator_ColumnPropNameInTable="DOLColumn" msprop:Generator_UserColumnName="DOL" 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:element name="Gender" msprop:Generator_ColumnVarNameInTable="columnGender" msprop:Generator_ColumnPropNameInRow="Gender" msprop:Generator_ColumnPropNameInTable="GenderColumn" msprop:Generator_UserColumnName="Gender" type="xs:string" minOccurs="0" />
<xs:element name="SurName" msprop:Generator_ColumnVarNameInTable="columnSurName" msprop:Generator_ColumnPropNameInRow="SurName" msprop:Generator_ColumnPropNameInTable="SurNameColumn" msprop:Generator_UserColumnName="SurName" type="xs:string" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="BonusBankAdvice" msprop:Generator_UserTableName="BonusBankAdvice" msprop:Generator_RowEvArgName="BonusBankAdviceRowChangeEvent" msprop:Generator_TableVarName="tableBonusBankAdvice" msprop:Generator_TablePropName="BonusBankAdvice" msprop:Generator_RowDeletingName="BonusBankAdviceRowDeleting" msprop:Generator_RowChangingName="BonusBankAdviceRowChanging" msprop:Generator_RowDeletedName="BonusBankAdviceRowDeleted" msprop:Generator_RowEvHandlerName="BonusBankAdviceRowChangeEventHandler" msprop:Generator_TableClassName="BonusBankAdviceDataTable" msprop:Generator_RowChangedName="BonusBankAdviceRowChanged" msprop:Generator_RowClassName="BonusBankAdviceRow">
<xs:complexType>
<xs:sequence>
<xs:element name="EmpNo" msprop:Generator_ColumnVarNameInTable="columnEmpNo" msprop:Generator_ColumnPropNameInRow="EmpNo" msprop:Generator_ColumnPropNameInTable="EmpNoColumn" msprop:Generator_UserColumnName="EmpNo" 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="BonusAmount" msprop:Generator_ColumnVarNameInTable="columnBonusAmount" msprop:Generator_ColumnPropNameInRow="BonusAmount" msprop:Generator_ColumnPropNameInTable="BonusAmountColumn" msprop:Generator_UserColumnName="BonusAmount" type="xs:double" minOccurs="0" />
<xs:element name="SLNo" msprop:Generator_ColumnVarNameInTable="columnSLNo" msprop:Generator_ColumnPropNameInRow="SLNo" msprop:Generator_ColumnPropNameInTable="SLNoColumn" msprop:Generator_UserColumnName="SLNo" type="xs:string" minOccurs="0" />
<xs:element name="AccountNo" msprop:Generator_ColumnVarNameInTable="columnAccountNo" msprop:Generator_ColumnPropNameInRow="AccountNo" msprop:Generator_ColumnPropNameInTable="AccountNoColumn" msprop:Generator_UserColumnName="AccountNo" type="xs:string" minOccurs="0" />
<xs:element name="EmailAddress" msprop:Generator_ColumnVarNameInTable="columnEmailAddress" msprop:Generator_ColumnPropNameInRow="EmailAddress" msprop:Generator_ColumnPropNameInTable="EmailAddressColumn" msprop:Generator_UserColumnName="EmailAddress" type="xs:string" minOccurs="0" />
<xs:element name="BonusMonth" msprop:Generator_ColumnVarNameInTable="columnBonusMonth" msprop:Generator_ColumnPropNameInRow="BonusMonth" msprop:Generator_ColumnPropNameInTable="BonusMonthColumn" msprop:Generator_UserColumnName="BonusMonth" type="xs:dateTime" minOccurs="0" />
<xs:element name="CostCenter" msprop:Generator_ColumnVarNameInTable="columnCostCenter" msprop:Generator_ColumnPropNameInRow="CostCenter" msprop:Generator_ColumnPropNameInTable="CostCenterColumn" msprop:Generator_UserColumnName="CostCenter" type="xs:string" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="ManagersPTT" msprop:Generator_UserTableName="ManagersPTT" msprop:Generator_RowEvArgName="ManagersPTTRowChangeEvent" msprop:Generator_TableVarName="tableManagersPTT" msprop:Generator_TablePropName="ManagersPTT" msprop:Generator_RowDeletingName="ManagersPTTRowDeleting" msprop:Generator_RowChangingName="ManagersPTTRowChanging" msprop:Generator_RowDeletedName="ManagersPTTRowDeleted" msprop:Generator_RowEvHandlerName="ManagersPTTRowChangeEventHandler" msprop:Generator_TableClassName="ManagersPTTDataTable" msprop:Generator_RowChangedName="ManagersPTTRowChanged" msprop:Generator_RowClassName="ManagersPTTRow">
<xs:complexType>
<xs:sequence>
<xs:element name="EmpNo" msprop:Generator_ColumnVarNameInTable="columnEmpNo" msprop:Generator_ColumnPropNameInRow="EmpNo" msprop:Generator_ColumnPropNameInTable="EmpNoColumn" msprop:Generator_UserColumnName="EmpNo" 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="Department" msprop:Generator_ColumnVarNameInTable="columnDepartment" msprop:Generator_ColumnPropNameInRow="Department" msprop:Generator_ColumnPropNameInTable="DepartmentColumn" msprop:Generator_UserColumnName="Department" 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="MonthlyLimit" msprop:Generator_ColumnVarNameInTable="columnMonthlyLimit" msprop:Generator_ColumnPropNameInRow="MonthlyLimit" msprop:Generator_ColumnPropNameInTable="MonthlyLimitColumn" msprop:Generator_UserColumnName="MonthlyLimit" type="xs:double" minOccurs="0" />
<xs:element name="YearlyLimit" msprop:Generator_ColumnVarNameInTable="columnYearlyLimit" msprop:Generator_ColumnPropNameInRow="YearlyLimit" msprop:Generator_ColumnPropNameInTable="YearlyLimitColumn" msprop:Generator_UserColumnName="YearlyLimit" type="xs:double" minOccurs="0" />
<xs:element name="Jan" msprop:Generator_ColumnVarNameInTable="columnJan" msprop:Generator_ColumnPropNameInRow="Jan" msprop:Generator_ColumnPropNameInTable="JanColumn" msprop:Generator_UserColumnName="Jan" type="xs:double" minOccurs="0" />
<xs:element name="Feb" msprop:Generator_ColumnVarNameInTable="columnFeb" msprop:Generator_ColumnPropNameInRow="Feb" msprop:Generator_ColumnPropNameInTable="FebColumn" msprop:Generator_UserColumnName="Feb" type="xs:double" minOccurs="0" />
<xs:element name="Mar" msprop:Generator_ColumnVarNameInTable="columnMar" msprop:Generator_ColumnPropNameInRow="Mar" msprop:Generator_ColumnPropNameInTable="MarColumn" msprop:Generator_UserColumnName="Mar" type="xs:double" minOccurs="0" />
<xs:element name="Apr" msprop:Generator_ColumnVarNameInTable="columnApr" msprop:Generator_ColumnPropNameInRow="Apr" msprop:Generator_ColumnPropNameInTable="AprColumn" msprop:Generator_UserColumnName="Apr" type="xs:double" minOccurs="0" />
<xs:element name="May" msprop:Generator_ColumnVarNameInTable="columnMay" msprop:Generator_ColumnPropNameInRow="May" msprop:Generator_ColumnPropNameInTable="MayColumn" msprop:Generator_UserColumnName="May" type="xs:double" minOccurs="0" />
<xs:element name="June" msprop:Generator_ColumnVarNameInTable="columnJune" msprop:Generator_ColumnPropNameInRow="June" msprop:Generator_ColumnPropNameInTable="JuneColumn" msprop:Generator_UserColumnName="June" type="xs:double" minOccurs="0" />
<xs:element name="July" msprop:Generator_ColumnVarNameInTable="columnJuly" msprop:Generator_ColumnPropNameInRow="July" msprop:Generator_ColumnPropNameInTable="JulyColumn" msprop:Generator_UserColumnName="July" type="xs:double" minOccurs="0" />
<xs:element name="Aug" msprop:Generator_ColumnVarNameInTable="columnAug" msprop:Generator_ColumnPropNameInRow="Aug" msprop:Generator_ColumnPropNameInTable="AugColumn" msprop:Generator_UserColumnName="Aug" type="xs:double" minOccurs="0" />
<xs:element name="Sep" msprop:Generator_ColumnVarNameInTable="columnSep" msprop:Generator_ColumnPropNameInRow="Sep" msprop:Generator_ColumnPropNameInTable="SepColumn" msprop:Generator_UserColumnName="Sep" type="xs:double" minOccurs="0" />
<xs:element name="Oct" msprop:Generator_ColumnVarNameInTable="columnOct" msprop:Generator_ColumnPropNameInRow="Oct" msprop:Generator_ColumnPropNameInTable="OctColumn" msprop:Generator_UserColumnName="Oct" type="xs:double" minOccurs="0" />
<xs:element name="Nov" msprop:Generator_ColumnVarNameInTable="columnNov" msprop:Generator_ColumnPropNameInRow="Nov" msprop:Generator_ColumnPropNameInTable="NovColumn" msprop:Generator_UserColumnName="Nov" type="xs:double" minOccurs="0" />
<xs:element name="Dec" msprop:Generator_ColumnVarNameInTable="columnDec" msprop:Generator_ColumnPropNameInRow="Dec" msprop:Generator_ColumnPropNameInTable="DecColumn" msprop:Generator_UserColumnName="Dec" type="xs:double" minOccurs="0" />
<xs:element name="Balance" msprop:Generator_ColumnVarNameInTable="columnBalance" msprop:Generator_ColumnPropNameInRow="Balance" msprop:Generator_ColumnPropNameInTable="BalanceColumn" msprop:Generator_UserColumnName="Balance" type="xs:double" minOccurs="0" />
<xs:element name="Remarks" msprop:Generator_ColumnVarNameInTable="columnRemarks" msprop:Generator_ColumnPropNameInRow="Remarks" msprop:Generator_ColumnPropNameInTable="RemarksColumn" msprop:Generator_UserColumnName="Remarks" type="xs:string" minOccurs="0" />
<xs:element name="WorkPlace" msprop:Generator_ColumnVarNameInTable="columnWorkPlace" msprop:Generator_ColumnPropNameInRow="WorkPlace" msprop:Generator_ColumnPropNameInTable="WorkPlaceColumn" msprop:Generator_UserColumnName="WorkPlace" type="xs:string" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="DeptWiseCompany" msprop:Generator_UserTableName="DeptWiseCompany" msprop:Generator_RowEvArgName="DeptWiseCompanyRowChangeEvent" msprop:Generator_TableVarName="tableDeptWiseCompany" msprop:Generator_TablePropName="DeptWiseCompany" msprop:Generator_RowDeletingName="DeptWiseCompanyRowDeleting" msprop:Generator_RowChangingName="DeptWiseCompanyRowChanging" msprop:Generator_RowDeletedName="DeptWiseCompanyRowDeleted" msprop:Generator_RowEvHandlerName="DeptWiseCompanyRowChangeEventHandler" msprop:Generator_TableClassName="DeptWiseCompanyDataTable" msprop:Generator_RowChangedName="DeptWiseCompanyRowChanged" msprop:Generator_RowClassName="DeptWiseCompanyRow">
<xs:complexType>
<xs:sequence>
<xs:element name="EmpNo" msprop:Generator_ColumnVarNameInTable="columnEmpNo" msprop:Generator_ColumnPropNameInRow="EmpNo" msprop:Generator_ColumnPropNameInTable="EmpNoColumn" msprop:Generator_UserColumnName="EmpNo" 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="Grade" msprop:Generator_ColumnVarNameInTable="columnGrade" msprop:Generator_ColumnPropNameInRow="Grade" msprop:Generator_ColumnPropNameInTable="GradeColumn" msprop:Generator_UserColumnName="Grade" 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: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="DOJ" msprop:Generator_ColumnVarNameInTable="columnDOJ" msprop:Generator_ColumnPropNameInRow="DOJ" msprop:Generator_ColumnPropNameInTable="DOJColumn" msprop:Generator_UserColumnName="DOJ" type="xs:string" minOccurs="0" />
<xs:element name="DOB" msprop:Generator_ColumnVarNameInTable="columnDOB" msprop:Generator_ColumnPropNameInRow="DOB" msprop:Generator_ColumnPropNameInTable="DOBColumn" msprop:Generator_UserColumnName="DOB" type="xs:string" minOccurs="0" />
<xs:element name="DOP" msprop:Generator_ColumnVarNameInTable="columnDOP" msprop:Generator_ColumnPropNameInRow="DOP" msprop:Generator_ColumnPropNameInTable="DOPColumn" msprop:Generator_UserColumnName="DOP" type="xs:string" minOccurs="0" />
<xs:element name="BasicSalary" msprop:Generator_ColumnVarNameInTable="columnBasicSalary" msprop:Generator_ColumnPropNameInRow="BasicSalary" msprop:Generator_ColumnPropNameInTable="BasicSalaryColumn" msprop:Generator_UserColumnName="BasicSalary" type="xs:double" minOccurs="0" />
<xs:element name="HouseRent" msprop:Generator_ColumnVarNameInTable="columnHouseRent" msprop:Generator_ColumnPropNameInRow="HouseRent" msprop:Generator_ColumnPropNameInTable="HouseRentColumn" msprop:Generator_UserColumnName="HouseRent" type="xs:double" minOccurs="0" />
<xs:element name="Lunch" msprop:Generator_ColumnVarNameInTable="columnLunch" msprop:Generator_ColumnPropNameInRow="Lunch" msprop:Generator_ColumnPropNameInTable="LunchColumn" msprop:Generator_UserColumnName="Lunch" type="xs:double" minOccurs="0" />
<xs:element name="Bonus" msprop:Generator_ColumnVarNameInTable="columnBonus" msprop:Generator_ColumnPropNameInRow="Bonus" msprop:Generator_ColumnPropNameInTable="BonusColumn" msprop:Generator_UserColumnName="Bonus" type="xs:double" minOccurs="0" />
<xs:element name="LeaveEncash" msprop:Generator_ColumnVarNameInTable="columnLeaveEncash" msprop:Generator_ColumnPropNameInRow="LeaveEncash" msprop:Generator_ColumnPropNameInTable="LeaveEncashColumn" msprop:Generator_UserColumnName="LeaveEncash" type="xs:double" minOccurs="0" />
<xs:element name="CPF" msprop:Generator_ColumnVarNameInTable="columnCPF" msprop:Generator_ColumnPropNameInRow="CPF" msprop:Generator_ColumnPropNameInTable="CPFColumn" msprop:Generator_UserColumnName="CPF" type="xs:double" minOccurs="0" />
<xs:element name="Gratuity" msprop:Generator_ColumnVarNameInTable="columnGratuity" msprop:Generator_ColumnPropNameInRow="Gratuity" msprop:Generator_ColumnPropNameInTable="GratuityColumn" msprop:Generator_UserColumnName="Gratuity" type="xs:double" minOccurs="0" />
<xs:element name="Overtime" msprop:Generator_ColumnVarNameInTable="columnOvertime" msprop:Generator_ColumnPropNameInRow="Overtime" msprop:Generator_ColumnPropNameInTable="OvertimeColumn" msprop:Generator_UserColumnName="Overtime" type="xs:double" minOccurs="0" />
<xs:element name="Conveyance" msprop:Generator_ColumnVarNameInTable="columnConveyance" msprop:Generator_ColumnPropNameInRow="Conveyance" msprop:Generator_ColumnPropNameInTable="ConveyanceColumn" msprop:Generator_UserColumnName="Conveyance" type="xs:double" minOccurs="0" />
<xs:element name="Medical" msprop:Generator_ColumnVarNameInTable="columnMedical" msprop:Generator_ColumnPropNameInRow="Medical" msprop:Generator_ColumnPropNameInTable="MedicalColumn" msprop:Generator_UserColumnName="Medical" type="xs:double" minOccurs="0" />
<xs:element name="CasualWages" msprop:Generator_ColumnVarNameInTable="columnCasualWages" msprop:Generator_ColumnPropNameInRow="CasualWages" msprop:Generator_ColumnPropNameInTable="CasualWagesColumn" msprop:Generator_UserColumnName="CasualWages" type="xs:double" minOccurs="0" />
<xs:element name="YearHouseRent" msprop:Generator_ColumnVarNameInTable="columnYearHouseRent" msprop:Generator_ColumnPropNameInRow="YearHouseRent" msprop:Generator_ColumnPropNameInTable="YearHouseRentColumn" msprop:Generator_UserColumnName="YearHouseRent" type="xs:double" minOccurs="0" />
<xs:element name="YearConveyance" msprop:Generator_ColumnVarNameInTable="columnYearConveyance" msprop:Generator_ColumnPropNameInRow="YearConveyance" msprop:Generator_ColumnPropNameInTable="YearConveyanceColumn" msprop:Generator_UserColumnName="YearConveyance" type="xs:double" minOccurs="0" />
<xs:element name="YearLunch" msprop:Generator_ColumnVarNameInTable="columnYearLunch" msprop:Generator_ColumnPropNameInRow="YearLunch" msprop:Generator_ColumnPropNameInTable="YearLunchColumn" msprop:Generator_UserColumnName="YearLunch" type="xs:double" minOccurs="0" />
<xs:element name="YearMedical" msprop:Generator_ColumnVarNameInTable="columnYearMedical" msprop:Generator_ColumnPropNameInRow="YearMedical" msprop:Generator_ColumnPropNameInTable="YearMedicalColumn" msprop:Generator_UserColumnName="YearMedical" type="xs:double" minOccurs="0" />
<xs:element name="BankAccount" msprop:Generator_ColumnVarNameInTable="columnBankAccount" msprop:Generator_ColumnPropNameInRow="BankAccount" msprop:Generator_ColumnPropNameInTable="BankAccountColumn" msprop:Generator_UserColumnName="BankAccount" type="xs:string" minOccurs="0" />
<xs:element name="PaymentMode" msprop:Generator_ColumnVarNameInTable="columnPaymentMode" msprop:Generator_ColumnPropNameInRow="PaymentMode" msprop:Generator_ColumnPropNameInTable="PaymentModeColumn" msprop:Generator_UserColumnName="PaymentMode" type="xs:string" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="SalaryCertificate" msprop:Generator_UserTableName="SalaryCertificate" msprop:Generator_RowEvArgName="SalaryCertificateRowChangeEvent" msprop:Generator_TableVarName="tableSalaryCertificate" msprop:Generator_TablePropName="SalaryCertificate" msprop:Generator_RowDeletingName="SalaryCertificateRowDeleting" msprop:Generator_RowChangingName="SalaryCertificateRowChanging" msprop:Generator_RowDeletedName="SalaryCertificateRowDeleted" msprop:Generator_RowEvHandlerName="SalaryCertificateRowChangeEventHandler" msprop:Generator_TableClassName="SalaryCertificateDataTable" msprop:Generator_RowChangedName="SalaryCertificateRowChanged" msprop:Generator_RowClassName="SalaryCertificateRow">
<xs:complexType>
<xs:sequence>
<xs:element name="EmpName" msprop:Generator_ColumnVarNameInTable="columnEmpName" msprop:Generator_ColumnPropNameInRow="EmpName" msprop:Generator_ColumnPropNameInTable="EmpNameColumn" msprop:Generator_UserColumnName="EmpName" 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:element name="DOJ" msprop:Generator_ColumnVarNameInTable="columnDOJ" msprop:Generator_ColumnPropNameInRow="DOJ" msprop:Generator_ColumnPropNameInTable="DOJColumn" msprop:Generator_UserColumnName="DOJ" type="xs:string" minOccurs="0" />
<xs:element name="DOL" msprop:Generator_ColumnVarNameInTable="columnDOL" msprop:Generator_ColumnPropNameInRow="DOL" msprop:Generator_ColumnPropNameInTable="DOLColumn" msprop:Generator_UserColumnName="DOL" type="xs:string" minOccurs="0" />
<xs:element name="Salaries" msprop:Generator_ColumnVarNameInTable="columnSalaries" msprop:Generator_ColumnPropNameInRow="Salaries" msprop:Generator_ColumnPropNameInTable="SalariesColumn" msprop:Generator_UserColumnName="Salaries" type="xs:double" minOccurs="0" />
<xs:element name="Loan" msprop:Generator_ColumnVarNameInTable="columnLoan" msprop:Generator_ColumnPropNameInRow="Loan" msprop:Generator_ColumnPropNameInTable="LoanColumn" msprop:Generator_UserColumnName="Loan" type="xs:double" minOccurs="0" />
<xs:element name="TaxPF" msprop:Generator_ColumnVarNameInTable="columnTaxPF" msprop:Generator_ColumnPropNameInRow="TaxPF" msprop:Generator_ColumnPropNameInTable="TaxPFColumn" msprop:Generator_UserColumnName="TaxPF" type="xs:double" minOccurs="0" />
<xs:element name="BankName" msprop:Generator_ColumnVarNameInTable="columnBankName" msprop:Generator_ColumnPropNameInRow="BankName" msprop:Generator_ColumnPropNameInTable="BankNameColumn" msprop:Generator_UserColumnName="BankName" type="xs:string" minOccurs="0" />
<xs:element name="BankAddress" msprop:Generator_ColumnVarNameInTable="columnBankAddress" msprop:Generator_ColumnPropNameInRow="BankAddress" msprop:Generator_ColumnPropNameInTable="BankAddressColumn" msprop:Generator_UserColumnName="BankAddress" type="xs:string" minOccurs="0" />
<xs:element name="SalaryGroup" msprop:Generator_ColumnVarNameInTable="columnSalaryGroup" msprop:Generator_ColumnPropNameInRow="SalaryGroup" msprop:Generator_ColumnPropNameInTable="SalaryGroupColumn" msprop:Generator_UserColumnName="SalaryGroup" type="xs:string" minOccurs="0" />
<xs:element name="SalariesDescription" msprop:Generator_ColumnVarNameInTable="columnSalariesDescription" msprop:Generator_ColumnPropNameInRow="SalariesDescription" msprop:Generator_ColumnPropNameInTable="SalariesDescriptionColumn" msprop:Generator_UserColumnName="SalariesDescription" type="xs:string" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="LetterOfAccountIntro" msprop:Generator_UserTableName="LetterOfAccountIntro" msprop:Generator_RowEvArgName="LetterOfAccountIntroRowChangeEvent" msprop:Generator_TableVarName="tableLetterOfAccountIntro" msprop:Generator_TablePropName="LetterOfAccountIntro" msprop:Generator_RowDeletingName="LetterOfAccountIntroRowDeleting" msprop:Generator_RowChangingName="LetterOfAccountIntroRowChanging" msprop:Generator_RowDeletedName="LetterOfAccountIntroRowDeleted" msprop:Generator_RowEvHandlerName="LetterOfAccountIntroRowChangeEventHandler" msprop:Generator_TableClassName="LetterOfAccountIntroDataTable" msprop:Generator_RowChangedName="LetterOfAccountIntroRowChanged" msprop:Generator_RowClassName="LetterOfAccountIntroRow">
<xs:complexType>
<xs:sequence>
<xs:element name="CompanyName" msprop:Generator_ColumnVarNameInTable="columnCompanyName" msprop:Generator_ColumnPropNameInRow="CompanyName" msprop:Generator_ColumnPropNameInTable="CompanyNameColumn" msprop:Generator_UserColumnName="CompanyName" type="xs:string" minOccurs="0" />
<xs:element name="Country" msprop:Generator_ColumnVarNameInTable="columnCountry" msprop:Generator_ColumnPropNameInRow="Country" msprop:Generator_ColumnPropNameInTable="CountryColumn" msprop:Generator_UserColumnName="Country" type="xs:string" minOccurs="0" />
<xs:element name="EmpName" msprop:Generator_ColumnVarNameInTable="columnEmpName" msprop:Generator_ColumnPropNameInRow="EmpName" msprop:Generator_ColumnPropNameInTable="EmpNameColumn" msprop:Generator_UserColumnName="EmpName" type="xs:string" minOccurs="0" />
<xs:element name="DOB" msprop:Generator_ColumnVarNameInTable="columnDOB" msprop:Generator_ColumnPropNameInRow="DOB" msprop:Generator_ColumnPropNameInTable="DOBColumn" msprop:Generator_UserColumnName="DOB" type="xs:dateTime" minOccurs="0" />
<xs:element name="Address" msprop:Generator_ColumnVarNameInTable="columnAddress" msprop:Generator_ColumnPropNameInRow="Address" msprop:Generator_ColumnPropNameInTable="AddressColumn" msprop:Generator_UserColumnName="Address" type="xs:string" minOccurs="0" />
<xs:element name="DOJ" msprop:Generator_ColumnVarNameInTable="columnDOJ" msprop:Generator_ColumnPropNameInRow="DOJ" msprop:Generator_ColumnPropNameInTable="DOJColumn" msprop:Generator_UserColumnName="DOJ" type="xs:dateTime" 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="EmpType" msprop:Generator_ColumnVarNameInTable="columnEmpType" msprop:Generator_ColumnPropNameInRow="EmpType" msprop:Generator_ColumnPropNameInTable="EmpTypeColumn" msprop:Generator_UserColumnName="EmpType" type="xs:string" minOccurs="0" />
<xs:element name="EmpNo" msprop:Generator_ColumnVarNameInTable="columnEmpNo" msprop:Generator_ColumnPropNameInRow="EmpNo" msprop:Generator_ColumnPropNameInTable="EmpNoColumn" msprop:Generator_UserColumnName="EmpNo" type="xs:string" minOccurs="0" />
<xs:element name="Salary" msprop:Generator_ColumnVarNameInTable="columnSalary" msprop:Generator_ColumnPropNameInRow="Salary" msprop:Generator_ColumnPropNameInTable="SalaryColumn" msprop:Generator_UserColumnName="Salary" type="xs:double" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="DTFSS" msprop:Generator_UserTableName="DTFSS" msprop:Generator_RowEvArgName="DTFSSRowChangeEvent" msprop:Generator_TableVarName="tableDTFSS" msprop:Generator_TablePropName="DTFSS" msprop:Generator_RowDeletingName="DTFSSRowDeleting" msprop:Generator_RowChangingName="DTFSSRowChanging" msprop:Generator_RowDeletedName="DTFSSRowDeleted" msprop:Generator_RowEvHandlerName="DTFSSRowChangeEventHandler" msprop:Generator_TableClassName="DTFSSDataTable" msprop:Generator_RowChangedName="DTFSSRowChanged" msprop:Generator_RowClassName="DTFSSRow">
<xs:complexType>
<xs:sequence>
<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="EmpID" msprop:Generator_ColumnVarNameInTable="columnEmpID" msprop:Generator_ColumnPropNameInRow="EmpID" msprop:Generator_ColumnPropNameInTable="EmpIDColumn" msprop:Generator_UserColumnName="EmpID" 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="Dept" msprop:Generator_ColumnVarNameInTable="columnDept" msprop:Generator_ColumnPropNameInRow="Dept" msprop:Generator_ColumnPropNameInTable="DeptColumn" msprop:Generator_UserColumnName="Dept" type="xs:string" minOccurs="0" />
<xs:element name="MonthlyBasic" msprop:Generator_ColumnVarNameInTable="columnMonthlyBasic" msprop:Generator_ColumnPropNameInRow="MonthlyBasic" msprop:Generator_ColumnPropNameInTable="MonthlyBasicColumn" msprop:Generator_UserColumnName="MonthlyBasic" type="xs:double" minOccurs="0" />
<xs:element name="HouseRent" msprop:Generator_ColumnVarNameInTable="columnHouseRent" msprop:Generator_ColumnPropNameInRow="HouseRent" msprop:Generator_ColumnPropNameInTable="HouseRentColumn" msprop:Generator_UserColumnName="HouseRent" type="xs:double" minOccurs="0" />
<xs:element name="Special" msprop:Generator_ColumnVarNameInTable="columnSpecial" msprop:Generator_ColumnPropNameInRow="Special" msprop:Generator_ColumnPropNameInTable="SpecialColumn" msprop:Generator_UserColumnName="Special" type="xs:double" minOccurs="0" />
<xs:element name="TransPort" msprop:Generator_ColumnVarNameInTable="columnTransPort" msprop:Generator_ColumnPropNameInRow="TransPort" msprop:Generator_ColumnPropNameInTable="TransPortColumn" msprop:Generator_UserColumnName="TransPort" type="xs:double" minOccurs="0" />
<xs:element name="Medical" msprop:Generator_ColumnVarNameInTable="columnMedical" msprop:Generator_ColumnPropNameInRow="Medical" msprop:Generator_ColumnPropNameInTable="MedicalColumn" msprop:Generator_UserColumnName="Medical" type="xs:double" minOccurs="0" />
<xs:element name="Net" msprop:Generator_ColumnVarNameInTable="columnNet" msprop:Generator_ColumnPropNameInRow="Net" msprop:Generator_ColumnPropNameInTable="NetColumn" msprop:Generator_UserColumnName="Net" type="xs:double" minOccurs="0" />
<xs:element name="DOJ" msprop:Generator_ColumnVarNameInTable="columnDOJ" msprop:Generator_ColumnPropNameInRow="DOJ" msprop:Generator_ColumnPropNameInTable="DOJColumn" msprop:Generator_UserColumnName="DOJ" type="xs:string" minOccurs="0" />
<xs:element name="SeparationMode" msprop:Generator_ColumnVarNameInTable="columnSeparationMode" msprop:Generator_ColumnPropNameInRow="SeparationMode" msprop:Generator_ColumnPropNameInTable="SeparationModeColumn" msprop:Generator_UserColumnName="SeparationMode" type="xs:string" minOccurs="0" />
<xs:element name="EffectiveDateofResigne" msprop:Generator_ColumnVarNameInTable="columnEffectiveDateofResigne" msprop:Generator_ColumnPropNameInRow="EffectiveDateofResigne" msprop:Generator_ColumnPropNameInTable="EffectiveDateofResigneColumn" msprop:Generator_UserColumnName="EffectiveDateofResigne" type="xs:string" minOccurs="0" />
<xs:element name="RequiredPeriod" msprop:Generator_ColumnVarNameInTable="columnRequiredPeriod" msprop:Generator_ColumnPropNameInRow="RequiredPeriod" msprop:Generator_ColumnPropNameInTable="RequiredPeriodColumn" msprop:Generator_UserColumnName="RequiredPeriod" type="xs:int" minOccurs="0" />
<xs:element name="GivenPeriod" msprop:Generator_ColumnVarNameInTable="columnGivenPeriod" msprop:Generator_ColumnPropNameInRow="GivenPeriod" msprop:Generator_ColumnPropNameInTable="GivenPeriodColumn" msprop:Generator_UserColumnName="GivenPeriod" type="xs:int" minOccurs="0" />
<xs:element name="LastWorkingDay" msprop:Generator_ColumnVarNameInTable="columnLastWorkingDay" msprop:Generator_ColumnPropNameInRow="LastWorkingDay" msprop:Generator_ColumnPropNameInTable="LastWorkingDayColumn" msprop:Generator_UserColumnName="LastWorkingDay" type="xs:string" minOccurs="0" />
<xs:element name="TerminationDate" msprop:Generator_ColumnVarNameInTable="columnTerminationDate" msprop:Generator_ColumnPropNameInRow="TerminationDate" msprop:Generator_ColumnPropNameInTable="TerminationDateColumn" msprop:Generator_UserColumnName="TerminationDate" type="xs:string" minOccurs="0" />
<xs:element name="LengthOfService" msprop:Generator_ColumnVarNameInTable="columnLengthOfService" msprop:Generator_ColumnPropNameInRow="LengthOfService" msprop:Generator_ColumnPropNameInTable="LengthOfServiceColumn" msprop:Generator_UserColumnName="LengthOfService" type="xs:int" minOccurs="0" />
<xs:element name="Year" msprop:Generator_ColumnVarNameInTable="columnYear" msprop:Generator_ColumnPropNameInRow="Year" msprop:Generator_ColumnPropNameInTable="YearColumn" msprop:Generator_UserColumnName="Year" type="xs:double" minOccurs="0" />
<xs:element name="YearRound" msprop:Generator_ColumnVarNameInTable="columnYearRound" msprop:Generator_ColumnPropNameInRow="YearRound" msprop:Generator_ColumnPropNameInTable="YearRoundColumn" msprop:Generator_UserColumnName="YearRound" type="xs:string" minOccurs="0" />
<xs:element name="PFMembership" msprop:Generator_ColumnVarNameInTable="columnPFMembership" msprop:Generator_ColumnPropNameInRow="PFMembership" msprop:Generator_ColumnPropNameInTable="PFMembershipColumn" msprop:Generator_UserColumnName="PFMembership" type="xs:string" minOccurs="0" />
<xs:element name="MobileBill" msprop:Generator_ColumnVarNameInTable="columnMobileBill" msprop:Generator_ColumnPropNameInRow="MobileBill" msprop:Generator_ColumnPropNameInTable="MobileBillColumn" msprop:Generator_UserColumnName="MobileBill" type="xs:double" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="DTFSSItems" msprop:Generator_UserTableName="DTFSSItems" msprop:Generator_RowEvArgName="DTFSSItemsRowChangeEvent" msprop:Generator_TableVarName="tableDTFSSItems" msprop:Generator_TablePropName="DTFSSItems" msprop:Generator_RowDeletingName="DTFSSItemsRowDeleting" msprop:Generator_RowChangingName="DTFSSItemsRowChanging" msprop:Generator_RowDeletedName="DTFSSItemsRowDeleted" msprop:Generator_RowEvHandlerName="DTFSSItemsRowChangeEventHandler" msprop:Generator_TableClassName="DTFSSItemsDataTable" msprop:Generator_RowChangedName="DTFSSItemsRowChanged" msprop:Generator_RowClassName="DTFSSItemsRow">
<xs:complexType>
<xs:sequence>
<xs:element name="Description" msprop:Generator_ColumnVarNameInTable="columnDescription" msprop:Generator_ColumnPropNameInRow="Description" msprop:Generator_ColumnPropNameInTable="DescriptionColumn" msprop:Generator_UserColumnName="Description" type="xs:string" minOccurs="0" />
<xs:element name="Days" msprop:Generator_ColumnVarNameInTable="columnDays" msprop:Generator_ColumnPropNameInRow="Days" msprop:Generator_ColumnPropNameInTable="DaysColumn" msprop:Generator_UserColumnName="Days" type="xs:string" minOccurs="0" />
<xs:element name="Amount" msprop:Generator_ColumnVarNameInTable="columnAmount" msprop:Generator_ColumnPropNameInRow="Amount" msprop:Generator_ColumnPropNameInTable="AmountColumn" msprop:Generator_UserColumnName="Amount" type="xs:double" minOccurs="0" />
<xs:element name="Group" msprop:Generator_ColumnVarNameInTable="columnGroup" msprop:Generator_ColumnPropNameInRow="Group" msprop:Generator_ColumnPropNameInTable="GroupColumn" msprop:Generator_UserColumnName="Group" type="xs:string" minOccurs="0" />
<xs:element name="NetTotal" msprop:Generator_ColumnVarNameInTable="columnNetTotal" msprop:Generator_ColumnPropNameInRow="NetTotal" msprop:Generator_ColumnPropNameInTable="NetTotalColumn" msprop:Generator_UserColumnName="NetTotal" type="xs:double" minOccurs="0" />
<xs:element name="Sequence" msprop:Generator_ColumnVarNameInTable="columnSequence" msprop:Generator_ColumnPropNameInRow="Sequence" msprop:Generator_ColumnPropNameInTable="SequenceColumn" msprop:Generator_UserColumnName="Sequence" type="xs:int" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="PFException" msprop:Generator_UserTableName="PFException" msprop:Generator_RowEvArgName="PFExceptionRowChangeEvent" msprop:Generator_TableVarName="tablePFException" msprop:Generator_TablePropName="PFException" msprop:Generator_RowDeletingName="PFExceptionRowDeleting" msprop:Generator_RowChangingName="PFExceptionRowChanging" msprop:Generator_RowDeletedName="PFExceptionRowDeleted" msprop:Generator_RowEvHandlerName="PFExceptionRowChangeEventHandler" msprop:Generator_TableClassName="PFExceptionDataTable" msprop:Generator_RowChangedName="PFExceptionRowChanged" msprop:Generator_RowClassName="PFExceptionRow">
<xs:complexType>
<xs:sequence>
<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="Country" msprop:Generator_ColumnVarNameInTable="columnCountry" msprop:Generator_ColumnPropNameInRow="Country" msprop:Generator_ColumnPropNameInTable="CountryColumn" msprop:Generator_UserColumnName="Country" 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:element name="CostCenter" msprop:Generator_ColumnVarNameInTable="columnCostCenter" msprop:Generator_ColumnPropNameInRow="CostCenter" msprop:Generator_ColumnPropNameInTable="CostCenterColumn" msprop:Generator_UserColumnName="CostCenter" type="xs:string" minOccurs="0" />
<xs:element name="PFAmount" msprop:Generator_ColumnVarNameInTable="columnPFAmount" msprop:Generator_ColumnPropNameInRow="PFAmount" msprop:Generator_ColumnPropNameInTable="PFAmountColumn" msprop:Generator_UserColumnName="PFAmount" type="xs:double" minOccurs="0" />
<xs:element name="EmpNo" msprop:Generator_ColumnVarNameInTable="columnEmpNo" msprop:Generator_ColumnPropNameInRow="EmpNo" msprop:Generator_ColumnPropNameInTable="EmpNoColumn" msprop:Generator_UserColumnName="EmpNo" type="xs:string" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="NewPF" msprop:Generator_UserTableName="NewPF" msprop:Generator_RowEvArgName="NewPFRowChangeEvent" msprop:Generator_TableVarName="tableNewPF" msprop:Generator_TablePropName="NewPF" msprop:Generator_RowDeletingName="NewPFRowDeleting" msprop:Generator_RowChangingName="NewPFRowChanging" msprop:Generator_RowDeletedName="NewPFRowDeleted" msprop:Generator_RowEvHandlerName="NewPFRowChangeEventHandler" msprop:Generator_TableClassName="NewPFDataTable" msprop:Generator_RowChangedName="NewPFRowChanged" msprop:Generator_RowClassName="NewPFRow">
<xs:complexType>
<xs:sequence>
<xs:element name="EmpName" msprop:Generator_ColumnVarNameInTable="columnEmpName" msprop:Generator_ColumnPropNameInRow="EmpName" msprop:Generator_ColumnPropNameInTable="EmpNameColumn" msprop:Generator_UserColumnName="EmpName" type="xs:string" minOccurs="0" />
<xs:element name="JoiningDate" msprop:Generator_ColumnVarNameInTable="columnJoiningDate" msprop:Generator_ColumnPropNameInRow="JoiningDate" msprop:Generator_ColumnPropNameInTable="JoiningDateColumn" msprop:Generator_UserColumnName="JoiningDate" type="xs:string" minOccurs="0" />
<xs:element name="DoB" msprop:Generator_ColumnVarNameInTable="columnDoB" msprop:Generator_ColumnPropNameInRow="DoB" msprop:Generator_ColumnPropNameInTable="DoBColumn" msprop:Generator_UserColumnName="DoB" 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:element name="GrossSalary" msprop:Generator_ColumnVarNameInTable="columnGrossSalary" msprop:Generator_ColumnPropNameInRow="GrossSalary" msprop:Generator_ColumnPropNameInTable="GrossSalaryColumn" msprop:Generator_UserColumnName="GrossSalary" type="xs:double" minOccurs="0" />
<xs:element name="PFAmount" msprop:Generator_ColumnVarNameInTable="columnPFAmount" msprop:Generator_ColumnPropNameInRow="PFAmount" msprop:Generator_ColumnPropNameInTable="PFAmountColumn" msprop:Generator_UserColumnName="PFAmount" type="xs:double" minOccurs="0" />
<xs:element name="CPF" msprop:Generator_ColumnVarNameInTable="columnCPF" msprop:Generator_ColumnPropNameInRow="CPF" msprop:Generator_ColumnPropNameInTable="CPFColumn" msprop:Generator_UserColumnName="CPF" type="xs:double" minOccurs="0" />
<xs:element name="EPF" msprop:Generator_ColumnVarNameInTable="columnEPF" msprop:Generator_ColumnPropNameInRow="EPF" msprop:Generator_ColumnPropNameInTable="EPFColumn" msprop:Generator_UserColumnName="EPF" type="xs:double" minOccurs="0" />
<xs:element name="EmpNo" msprop:Generator_ColumnVarNameInTable="columnEmpNo" msprop:Generator_ColumnPropNameInRow="EmpNo" msprop:Generator_ColumnPropNameInTable="EmpNoColumn" msprop:Generator_UserColumnName="EmpNo" type="xs:string" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="MonthlySalaryRevision" msprop:Generator_UserTableName="MonthlySalaryRevision" msprop:Generator_RowEvArgName="MonthlySalaryRevisionRowChangeEvent" msprop:Generator_TableVarName="tableMonthlySalaryRevision" msprop:Generator_TablePropName="MonthlySalaryRevision" msprop:Generator_RowDeletingName="MonthlySalaryRevisionRowDeleting" msprop:Generator_RowChangingName="MonthlySalaryRevisionRowChanging" msprop:Generator_RowDeletedName="MonthlySalaryRevisionRowDeleted" msprop:Generator_RowEvHandlerName="MonthlySalaryRevisionRowChangeEventHandler" msprop:Generator_TableClassName="MonthlySalaryRevisionDataTable" msprop:Generator_RowChangedName="MonthlySalaryRevisionRowChanged" msprop:Generator_RowClassName="MonthlySalaryRevisionRow">
<xs:complexType>
<xs:sequence>
<xs:element name="EmpName" msprop:Generator_ColumnVarNameInTable="columnEmpName" msprop:Generator_ColumnPropNameInRow="EmpName" msprop:Generator_ColumnPropNameInTable="EmpNameColumn" msprop:Generator_UserColumnName="EmpName" type="xs:string" minOccurs="0" />
<xs:element name="JoiningDate" msprop:Generator_ColumnVarNameInTable="columnJoiningDate" msprop:Generator_ColumnPropNameInRow="JoiningDate" msprop:Generator_ColumnPropNameInTable="JoiningDateColumn" msprop:Generator_UserColumnName="JoiningDate" 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:element name="PreviousSalary" msprop:Generator_ColumnVarNameInTable="columnPreviousSalary" msprop:Generator_ColumnPropNameInRow="PreviousSalary" msprop:Generator_ColumnPropNameInTable="PreviousSalaryColumn" msprop:Generator_UserColumnName="PreviousSalary" type="xs:double" minOccurs="0" />
<xs:element name="RevisedSalary" msprop:Generator_ColumnVarNameInTable="columnRevisedSalary" msprop:Generator_ColumnPropNameInRow="RevisedSalary" msprop:Generator_ColumnPropNameInTable="RevisedSalaryColumn" msprop:Generator_UserColumnName="RevisedSalary" type="xs:double" minOccurs="0" />
<xs:element name="EmpNo" msprop:Generator_ColumnVarNameInTable="columnEmpNo" msprop:Generator_ColumnPropNameInRow="EmpNo" msprop:Generator_ColumnPropNameInTable="EmpNoColumn" msprop:Generator_UserColumnName="EmpNo" type="xs:string" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="EmployeePersonalInfo" msprop:Generator_UserTableName="EmployeePersonalInfo" msprop:Generator_RowEvArgName="EmployeePersonalInfoRowChangeEvent" msprop:Generator_TableVarName="tableEmployeePersonalInfo" msprop:Generator_TablePropName="EmployeePersonalInfo" msprop:Generator_RowDeletingName="EmployeePersonalInfoRowDeleting" msprop:Generator_RowChangingName="EmployeePersonalInfoRowChanging" msprop:Generator_RowDeletedName="EmployeePersonalInfoRowDeleted" msprop:Generator_RowEvHandlerName="EmployeePersonalInfoRowChangeEventHandler" msprop:Generator_TableClassName="EmployeePersonalInfoDataTable" msprop:Generator_RowChangedName="EmployeePersonalInfoRowChanged" msprop:Generator_RowClassName="EmployeePersonalInfoRow">
<xs:complexType>
<xs:sequence>
<xs:element name="EmpName" msprop:Generator_ColumnVarNameInTable="columnEmpName" msprop:Generator_ColumnPropNameInRow="EmpName" msprop:Generator_ColumnPropNameInTable="EmpNameColumn" msprop:Generator_UserColumnName="EmpName" type="xs:string" minOccurs="0" />
<xs:element name="EmpCode" msprop:Generator_ColumnVarNameInTable="columnEmpCode" msprop:Generator_ColumnPropNameInRow="EmpCode" msprop:Generator_ColumnPropNameInTable="EmpCodeColumn" msprop:Generator_UserColumnName="EmpCode" type="xs:string" minOccurs="0" />
<xs:element name="FatherName" msprop:Generator_ColumnVarNameInTable="columnFatherName" msprop:Generator_ColumnPropNameInRow="FatherName" msprop:Generator_ColumnPropNameInTable="FatherNameColumn" msprop:Generator_UserColumnName="FatherName" type="xs:string" minOccurs="0" />
<xs:element name="HusbandName" msprop:Generator_ColumnVarNameInTable="columnHusbandName" msprop:Generator_ColumnPropNameInRow="HusbandName" msprop:Generator_ColumnPropNameInTable="HusbandNameColumn" msprop:Generator_UserColumnName="HusbandName" type="xs:string" minOccurs="0" />
<xs:element name="MotherName" msprop:Generator_ColumnVarNameInTable="columnMotherName" msprop:Generator_ColumnPropNameInRow="MotherName" msprop:Generator_ColumnPropNameInTable="MotherNameColumn" msprop:Generator_UserColumnName="MotherName" type="xs:string" minOccurs="0" />
<xs:element name="VoterID" msprop:Generator_ColumnVarNameInTable="columnVoterID" msprop:Generator_ColumnPropNameInRow="VoterID" msprop:Generator_ColumnPropNameInTable="VoterIDColumn" msprop:Generator_UserColumnName="VoterID" type="xs:string" minOccurs="0" />
<xs:element name="BRN" msprop:Generator_ColumnVarNameInTable="columnBRN" msprop:Generator_ColumnPropNameInRow="BRN" msprop:Generator_ColumnPropNameInTable="BRNColumn" msprop:Generator_UserColumnName="BRN" type="xs:string" minOccurs="0" />
<xs:element name="Nationality" msprop:Generator_ColumnVarNameInTable="columnNationality" msprop:Generator_ColumnPropNameInRow="Nationality" msprop:Generator_ColumnPropNameInTable="NationalityColumn" msprop:Generator_UserColumnName="Nationality" type="xs:string" minOccurs="0" />
<xs:element name="DateofBirth" msprop:Generator_ColumnVarNameInTable="columnDateofBirth" msprop:Generator_ColumnPropNameInRow="DateofBirth" msprop:Generator_ColumnPropNameInTable="DateofBirthColumn" msprop:Generator_UserColumnName="DateofBirth" type="xs:string" minOccurs="0" />
<xs:element name="Gender" msprop:Generator_ColumnVarNameInTable="columnGender" msprop:Generator_ColumnPropNameInRow="Gender" msprop:Generator_ColumnPropNameInTable="GenderColumn" msprop:Generator_UserColumnName="Gender" type="xs:string" minOccurs="0" />
<xs:element name="MartialStatus" msprop:Generator_ColumnVarNameInTable="columnMartialStatus" msprop:Generator_ColumnPropNameInRow="MartialStatus" msprop:Generator_ColumnPropNameInTable="MartialStatusColumn" msprop:Generator_UserColumnName="MartialStatus" type="xs:string" minOccurs="0" />
<xs:element name="Religion" msprop:Generator_ColumnVarNameInTable="columnReligion" msprop:Generator_ColumnPropNameInRow="Religion" msprop:Generator_ColumnPropNameInTable="ReligionColumn" msprop:Generator_UserColumnName="Religion" type="xs:string" minOccurs="0" />
<xs:element name="Telephone1" msprop:Generator_ColumnVarNameInTable="columnTelephone1" msprop:Generator_ColumnPropNameInRow="Telephone1" msprop:Generator_ColumnPropNameInTable="Telephone1Column" msprop:Generator_UserColumnName="Telephone1" type="xs:string" minOccurs="0" />
<xs:element name="Telephone2" msprop:Generator_ColumnVarNameInTable="columnTelephone2" msprop:Generator_ColumnPropNameInRow="Telephone2" msprop:Generator_ColumnPropNameInTable="Telephone2Column" msprop:Generator_UserColumnName="Telephone2" type="xs:string" minOccurs="0" />
<xs:element name="FaxNumber" msprop:Generator_ColumnVarNameInTable="columnFaxNumber" msprop:Generator_ColumnPropNameInRow="FaxNumber" msprop:Generator_ColumnPropNameInTable="FaxNumberColumn" msprop:Generator_UserColumnName="FaxNumber" type="xs:string" minOccurs="0" />
<xs:element name="MobileNo" msprop:Generator_ColumnVarNameInTable="columnMobileNo" msprop:Generator_ColumnPropNameInRow="MobileNo" msprop:Generator_ColumnPropNameInTable="MobileNoColumn" msprop:Generator_UserColumnName="MobileNo" type="xs:string" minOccurs="0" />
<xs:element name="Email" msprop:Generator_ColumnVarNameInTable="columnEmail" msprop:Generator_ColumnPropNameInRow="Email" msprop:Generator_ColumnPropNameInTable="EmailColumn" msprop:Generator_UserColumnName="Email" type="xs:string" minOccurs="0" />
<xs:element name="VillagePA" msprop:Generator_ColumnVarNameInTable="columnVillagePA" msprop:Generator_ColumnPropNameInRow="VillagePA" msprop:Generator_ColumnPropNameInTable="VillagePAColumn" msprop:Generator_UserColumnName="VillagePA" type="xs:string" minOccurs="0" />
<xs:element name="PostOfficePA" msprop:Generator_ColumnVarNameInTable="columnPostOfficePA" msprop:Generator_ColumnPropNameInRow="PostOfficePA" msprop:Generator_ColumnPropNameInTable="PostOfficePAColumn" msprop:Generator_UserColumnName="PostOfficePA" type="xs:string" minOccurs="0" />
<xs:element name="ThanaPA" msprop:Generator_ColumnVarNameInTable="columnThanaPA" msprop:Generator_ColumnPropNameInRow="ThanaPA" msprop:Generator_ColumnPropNameInTable="ThanaPAColumn" msprop:Generator_UserColumnName="ThanaPA" type="xs:string" minOccurs="0" />
<xs:element name="DistrictPA" msprop:Generator_ColumnVarNameInTable="columnDistrictPA" msprop:Generator_ColumnPropNameInRow="DistrictPA" msprop:Generator_ColumnPropNameInTable="DistrictPAColumn" msprop:Generator_UserColumnName="DistrictPA" type="xs:string" minOccurs="0" />
<xs:element name="VillageTA" msprop:Generator_ColumnVarNameInTable="columnVillageTA" msprop:Generator_ColumnPropNameInRow="VillageTA" msprop:Generator_ColumnPropNameInTable="VillageTAColumn" msprop:Generator_UserColumnName="VillageTA" type="xs:string" minOccurs="0" />
<xs:element name="PostOfficeTA" msprop:Generator_ColumnVarNameInTable="columnPostOfficeTA" msprop:Generator_ColumnPropNameInRow="PostOfficeTA" msprop:Generator_ColumnPropNameInTable="PostOfficeTAColumn" msprop:Generator_UserColumnName="PostOfficeTA" type="xs:string" minOccurs="0" />
<xs:element name="ThanaTA" msprop:Generator_ColumnVarNameInTable="columnThanaTA" msprop:Generator_ColumnPropNameInRow="ThanaTA" msprop:Generator_ColumnPropNameInTable="ThanaTAColumn" msprop:Generator_UserColumnName="ThanaTA" type="xs:string" minOccurs="0" />
<xs:element name="DistrictTA" msprop:Generator_ColumnVarNameInTable="columnDistrictTA" msprop:Generator_ColumnPropNameInRow="DistrictTA" msprop:Generator_ColumnPropNameInTable="DistrictTAColumn" msprop:Generator_UserColumnName="DistrictTA" type="xs:string" minOccurs="0" />
<xs:element name="Company" msprop:Generator_ColumnVarNameInTable="columnCompany" msprop:Generator_ColumnPropNameInRow="Company" msprop:Generator_ColumnPropNameInTable="CompanyColumn" msprop:Generator_UserColumnName="Company" type="xs:string" minOccurs="0" />
<xs:element name="Division" msprop:Generator_ColumnVarNameInTable="columnDivision" msprop:Generator_ColumnPropNameInRow="Division" msprop:Generator_ColumnPropNameInTable="DivisionColumn" msprop:Generator_UserColumnName="Division" 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:element name="Section" msprop:Generator_ColumnVarNameInTable="columnSection" msprop:Generator_ColumnPropNameInRow="Section" msprop:Generator_ColumnPropNameInTable="SectionColumn" msprop:Generator_UserColumnName="Section" 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="Appointment" msprop:Generator_ColumnVarNameInTable="columnAppointment" msprop:Generator_ColumnPropNameInRow="Appointment" msprop:Generator_ColumnPropNameInTable="AppointmentColumn" msprop:Generator_UserColumnName="Appointment" type="xs:string" minOccurs="0" />
<xs:element name="Status" msprop:Generator_ColumnVarNameInTable="columnStatus" msprop:Generator_ColumnPropNameInRow="Status" msprop:Generator_ColumnPropNameInTable="StatusColumn" msprop:Generator_UserColumnName="Status" type="xs:string" minOccurs="0" />
<xs:element name="Grade" msprop:Generator_ColumnVarNameInTable="columnGrade" msprop:Generator_ColumnPropNameInRow="Grade" msprop:Generator_ColumnPropNameInTable="GradeColumn" msprop:Generator_UserColumnName="Grade" type="xs:string" minOccurs="0" />
<xs:element name="EmpPhotograph" msprop:Generator_ColumnVarNameInTable="columnEmpPhotograph" msprop:Generator_ColumnPropNameInRow="EmpPhotograph" msprop:Generator_ColumnPropNameInTable="EmpPhotographColumn" msprop:Generator_UserColumnName="EmpPhotograph" type="xs:string" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="EmployeeQualification" msprop:Generator_UserTableName="EmployeeQualification" msprop:Generator_RowEvArgName="EmployeeQualificationRowChangeEvent" msprop:Generator_TableVarName="tableEmployeeQualification" msprop:Generator_TablePropName="EmployeeQualification" msprop:Generator_RowDeletingName="EmployeeQualificationRowDeleting" msprop:Generator_RowChangingName="EmployeeQualificationRowChanging" msprop:Generator_RowDeletedName="EmployeeQualificationRowDeleted" msprop:Generator_RowEvHandlerName="EmployeeQualificationRowChangeEventHandler" msprop:Generator_TableClassName="EmployeeQualificationDataTable" msprop:Generator_RowChangedName="EmployeeQualificationRowChanged" msprop:Generator_RowClassName="EmployeeQualificationRow">
<xs:complexType>
<xs:sequence>
<xs:element name="EmpName" msprop:Generator_ColumnVarNameInTable="columnEmpName" msprop:Generator_ColumnPropNameInRow="EmpName" msprop:Generator_ColumnPropNameInTable="EmpNameColumn" msprop:Generator_UserColumnName="EmpName" type="xs:string" minOccurs="0" />
<xs:element name="EmpCode" msprop:Generator_ColumnVarNameInTable="columnEmpCode" msprop:Generator_ColumnPropNameInRow="EmpCode" msprop:Generator_ColumnPropNameInTable="EmpCodeColumn" msprop:Generator_UserColumnName="EmpCode" type="xs:string" minOccurs="0" />
<xs:element name="PSCcompletionDate" msprop:Generator_ColumnVarNameInTable="columnPSCcompletionDate" msprop:Generator_ColumnPropNameInRow="PSCcompletionDate" msprop:Generator_ColumnPropNameInTable="PSCcompletionDateColumn" msprop:Generator_UserColumnName="PSCcompletionDate" type="xs:dateTime" minOccurs="0" />
<xs:element name="JSEcompletionDate" msprop:Generator_ColumnVarNameInTable="columnJSEcompletionDate" msprop:Generator_ColumnPropNameInRow="JSEcompletionDate" msprop:Generator_ColumnPropNameInTable="JSEcompletionDateColumn" msprop:Generator_UserColumnName="JSEcompletionDate" type="xs:dateTime" minOccurs="0" />
<xs:element name="SSCcompletionDate" msprop:Generator_ColumnVarNameInTable="columnSSCcompletionDate" msprop:Generator_ColumnPropNameInRow="SSCcompletionDate" msprop:Generator_ColumnPropNameInTable="SSCcompletionDateColumn" msprop:Generator_UserColumnName="SSCcompletionDate" type="xs:dateTime" minOccurs="0" />
<xs:element name="HSCcompletionDate" msprop:Generator_ColumnVarNameInTable="columnHSCcompletionDate" msprop:Generator_ColumnPropNameInRow="HSCcompletionDate" msprop:Generator_ColumnPropNameInTable="HSCcompletionDateColumn" msprop:Generator_UserColumnName="HSCcompletionDate" type="xs:dateTime" minOccurs="0" />
<xs:element name="BAcompletionDate" msprop:Generator_ColumnVarNameInTable="columnBAcompletionDate" msprop:Generator_ColumnPropNameInRow="BAcompletionDate" msprop:Generator_ColumnPropNameInTable="BAcompletionDateColumn" msprop:Generator_UserColumnName="BAcompletionDate" type="xs:dateTime" minOccurs="0" />
<xs:element name="MAcompletionDate" msprop:Generator_ColumnVarNameInTable="columnMAcompletionDate" msprop:Generator_ColumnPropNameInRow="MAcompletionDate" msprop:Generator_ColumnPropNameInTable="MAcompletionDateColumn" msprop:Generator_UserColumnName="MAcompletionDate" type="xs:dateTime" minOccurs="0" />
<xs:element name="Qualification" msprop:Generator_ColumnVarNameInTable="columnQualification" msprop:Generator_ColumnPropNameInRow="Qualification" msprop:Generator_ColumnPropNameInTable="QualificationColumn" msprop:Generator_UserColumnName="Qualification" type="xs:string" minOccurs="0" />
<xs:element name="CompletionDate" msprop:Generator_ColumnVarNameInTable="columnCompletionDate" msprop:Generator_ColumnPropNameInRow="CompletionDate" msprop:Generator_ColumnPropNameInTable="CompletionDateColumn" msprop:Generator_UserColumnName="CompletionDate" type="xs:string" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="BankPaymentSummary" msprop:Generator_UserTableName="BankPaymentSummary" msprop:Generator_RowEvArgName="BankPaymentSummaryRowChangeEvent" msprop:Generator_TableVarName="tableBankPaymentSummary" msprop:Generator_TablePropName="BankPaymentSummary" msprop:Generator_RowDeletingName="BankPaymentSummaryRowDeleting" msprop:Generator_RowChangingName="BankPaymentSummaryRowChanging" msprop:Generator_RowDeletedName="BankPaymentSummaryRowDeleted" msprop:Generator_RowEvHandlerName="BankPaymentSummaryRowChangeEventHandler" msprop:Generator_TableClassName="BankPaymentSummaryDataTable" msprop:Generator_RowChangedName="BankPaymentSummaryRowChanged" msprop:Generator_RowClassName="BankPaymentSummaryRow">
<xs:complexType>
<xs:sequence>
<xs:element name="HSBC00" msprop:Generator_ColumnVarNameInTable="columnHSBC00" msprop:Generator_ColumnPropNameInRow="HSBC00" msprop:Generator_ColumnPropNameInTable="HSBC00Column" msprop:Generator_UserColumnName="HSBC00" type="xs:double" minOccurs="0" />
<xs:element name="HSBC01" msprop:Generator_ColumnVarNameInTable="columnHSBC01" msprop:Generator_ColumnPropNameInRow="HSBC01" msprop:Generator_ColumnPropNameInTable="HSBC01Column" msprop:Generator_UserColumnName="HSBC01" type="xs:double" minOccurs="0" />
<xs:element name="HSBC03" msprop:Generator_ColumnVarNameInTable="columnHSBC03" msprop:Generator_ColumnPropNameInRow="HSBC03" msprop:Generator_ColumnPropNameInTable="HSBC03Column" msprop:Generator_UserColumnName="HSBC03" type="xs:double" minOccurs="0" />
<xs:element name="HSBS04" msprop:Generator_ColumnVarNameInTable="columnHSBS04" msprop:Generator_ColumnPropNameInRow="HSBS04" msprop:Generator_ColumnPropNameInTable="HSBS04Column" msprop:Generator_UserColumnName="HSBS04" type="xs:double" minOccurs="0" />
<xs:element name="HSBC05" msprop:Generator_ColumnVarNameInTable="columnHSBC05" msprop:Generator_ColumnPropNameInRow="HSBC05" msprop:Generator_ColumnPropNameInTable="HSBC05Column" msprop:Generator_UserColumnName="HSBC05" type="xs:double" minOccurs="0" />
<xs:element name="HSBC06" msprop:Generator_ColumnVarNameInTable="columnHSBC06" msprop:Generator_ColumnPropNameInRow="HSBC06" msprop:Generator_ColumnPropNameInTable="HSBC06Column" msprop:Generator_UserColumnName="HSBC06" type="xs:double" minOccurs="0" />
<xs:element name="HSBC08" msprop:Generator_ColumnVarNameInTable="columnHSBC08" msprop:Generator_ColumnPropNameInRow="HSBC08" msprop:Generator_ColumnPropNameInTable="HSBC08Column" msprop:Generator_UserColumnName="HSBC08" type="xs:double" minOccurs="0" />
<xs:element name="HSBC09" msprop:Generator_ColumnVarNameInTable="columnHSBC09" msprop:Generator_ColumnPropNameInRow="HSBC09" msprop:Generator_ColumnPropNameInTable="HSBC09Column" msprop:Generator_UserColumnName="HSBC09" type="xs:double" minOccurs="0" />
<xs:element name="HSBC10" msprop:Generator_ColumnVarNameInTable="columnHSBC10" msprop:Generator_ColumnPropNameInRow="HSBC10" msprop:Generator_ColumnPropNameInTable="HSBC10Column" msprop:Generator_UserColumnName="HSBC10" type="xs:double" minOccurs="0" />
<xs:element name="HSBCU0" msprop:Generator_ColumnVarNameInTable="columnHSBCU0" msprop:Generator_ColumnPropNameInRow="HSBCU0" msprop:Generator_ColumnPropNameInTable="HSBCU0Column" msprop:Generator_UserColumnName="HSBCU0" type="xs:double" minOccurs="0" />
<xs:element name="HSBCU1" msprop:Generator_ColumnVarNameInTable="columnHSBCU1" msprop:Generator_ColumnPropNameInRow="HSBCU1" msprop:Generator_ColumnPropNameInTable="HSBCU1Column" msprop:Generator_UserColumnName="HSBCU1" type="xs:double" minOccurs="0" />
<xs:element name="HSBCU3" msprop:Generator_ColumnVarNameInTable="columnHSBCU3" msprop:Generator_ColumnPropNameInRow="HSBCU3" msprop:Generator_ColumnPropNameInTable="HSBCU3Column" msprop:Generator_UserColumnName="HSBCU3" type="xs:double" minOccurs="0" />
<xs:element name="HSBCU5" msprop:Generator_ColumnVarNameInTable="columnHSBCU5" msprop:Generator_ColumnPropNameInRow="HSBCU5" msprop:Generator_ColumnPropNameInTable="HSBCU5Column" msprop:Generator_UserColumnName="HSBCU5" type="xs:double" minOccurs="0" />
<xs:element name="HSBCU8" msprop:Generator_ColumnVarNameInTable="columnHSBCU8" msprop:Generator_ColumnPropNameInRow="HSBCU8" msprop:Generator_ColumnPropNameInTable="HSBCU8Column" msprop:Generator_UserColumnName="HSBCU8" type="xs:double" minOccurs="0" />
<xs:element name="HSBCU9" msprop:Generator_ColumnVarNameInTable="columnHSBCU9" msprop:Generator_ColumnPropNameInRow="HSBCU9" msprop:Generator_ColumnPropNameInTable="HSBCU9Column" msprop:Generator_UserColumnName="HSBCU9" type="xs:double" minOccurs="0" />
<xs:element name="HSBCU10" msprop:Generator_ColumnVarNameInTable="columnHSBCU10" msprop:Generator_ColumnPropNameInRow="HSBCU10" msprop:Generator_ColumnPropNameInTable="HSBCU10Column" msprop:Generator_UserColumnName="HSBCU10" type="xs:double" minOccurs="0" />
<xs:element name="Bank1" msprop:Generator_ColumnVarNameInTable="columnBank1" msprop:Generator_ColumnPropNameInRow="Bank1" msprop:Generator_ColumnPropNameInTable="Bank1Column" msprop:Generator_UserColumnName="Bank1" type="xs:string" minOccurs="0" />
<xs:element name="Bank2" msprop:Generator_ColumnVarNameInTable="columnBank2" msprop:Generator_ColumnPropNameInRow="Bank2" msprop:Generator_ColumnPropNameInTable="Bank2Column" msprop:Generator_UserColumnName="Bank2" type="xs:string" minOccurs="0" />
<xs:element name="Serial" msprop:Generator_ColumnVarNameInTable="columnSerial" msprop:Generator_ColumnPropNameInRow="Serial" msprop:Generator_ColumnPropNameInTable="SerialColumn" msprop:Generator_UserColumnName="Serial" type="xs:int" minOccurs="0" />
<xs:element name="Description" msprop:Generator_ColumnVarNameInTable="columnDescription" msprop:Generator_ColumnPropNameInRow="Description" msprop:Generator_ColumnPropNameInTable="DescriptionColumn" msprop:Generator_UserColumnName="Description" type="xs:string" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="BEFTNform" msprop:Generator_UserTableName="BEFTNform" msprop:Generator_RowEvArgName="BEFTNformRowChangeEvent" msprop:Generator_TableVarName="tableBEFTNform" msprop:Generator_TablePropName="BEFTNform" msprop:Generator_RowDeletingName="BEFTNformRowDeleting" msprop:Generator_RowChangingName="BEFTNformRowChanging" msprop:Generator_RowDeletedName="BEFTNformRowDeleted" msprop:Generator_RowEvHandlerName="BEFTNformRowChangeEventHandler" msprop:Generator_TableClassName="BEFTNformDataTable" msprop:Generator_RowChangedName="BEFTNformRowChanged" msprop:Generator_RowClassName="BEFTNformRow">
<xs:complexType>
<xs:sequence>
<xs:element name="EmpName" msprop:Generator_ColumnVarNameInTable="columnEmpName" msprop:Generator_ColumnPropNameInRow="EmpName" msprop:Generator_ColumnPropNameInTable="EmpNameColumn" msprop:Generator_UserColumnName="EmpName" type="xs:string" minOccurs="0" />
<xs:element name="EmpNo" msprop:Generator_ColumnVarNameInTable="columnEmpNo" msprop:Generator_ColumnPropNameInRow="EmpNo" msprop:Generator_ColumnPropNameInTable="EmpNoColumn" msprop:Generator_UserColumnName="EmpNo" type="xs:string" minOccurs="0" />
<xs:element name="SL" msprop:Generator_ColumnVarNameInTable="columnSL" msprop:Generator_ColumnPropNameInRow="SL" msprop:Generator_ColumnPropNameInTable="SLColumn" msprop:Generator_UserColumnName="SL" type="xs:string" minOccurs="0" />
<xs:element name="Amount" msprop:Generator_ColumnVarNameInTable="columnAmount" msprop:Generator_ColumnPropNameInRow="Amount" msprop:Generator_ColumnPropNameInTable="AmountColumn" msprop:Generator_UserColumnName="Amount" type="xs:double" minOccurs="0" />
<xs:element name="AccType" msprop:Generator_ColumnVarNameInTable="columnAccType" msprop:Generator_ColumnPropNameInRow="AccType" msprop:Generator_ColumnPropNameInTable="AccTypeColumn" msprop:Generator_UserColumnName="AccType" type="xs:string" minOccurs="0" />
<xs:element name="AccountNo" msprop:Generator_ColumnVarNameInTable="columnAccountNo" msprop:Generator_ColumnPropNameInRow="AccountNo" msprop:Generator_ColumnPropNameInTable="AccountNoColumn" msprop:Generator_UserColumnName="AccountNo" type="xs:string" minOccurs="0" />
<xs:element name="ReceiveBankCode" msprop:Generator_ColumnVarNameInTable="columnReceiveBankCode" msprop:Generator_ColumnPropNameInRow="ReceiveBankCode" msprop:Generator_ColumnPropNameInTable="ReceiveBankCodeColumn" msprop:Generator_UserColumnName="ReceiveBankCode" type="xs:string" minOccurs="0" />
<xs:element name="SenderAccNo" msprop:Generator_ColumnVarNameInTable="columnSenderAccNo" msprop:Generator_ColumnPropNameInRow="SenderAccNo" msprop:Generator_ColumnPropNameInTable="SenderAccNoColumn" msprop:Generator_UserColumnName="SenderAccNo" type="xs:string" minOccurs="0" />
<xs:element name="SalaryMonth" msprop:Generator_ColumnVarNameInTable="columnSalaryMonth" msprop:Generator_ColumnPropNameInRow="SalaryMonth" msprop:Generator_ColumnPropNameInTable="SalaryMonthColumn" msprop:Generator_UserColumnName="SalaryMonth" type="xs:string" minOccurs="0" />
<xs:element name="Col1" msprop:Generator_ColumnVarNameInTable="columnCol1" msprop:Generator_ColumnPropNameInRow="Col1" msprop:Generator_ColumnPropNameInTable="Col1Column" msprop:Generator_UserColumnName="Col1" type="xs:string" minOccurs="0" />
<xs:element name="Col2" msprop:Generator_ColumnVarNameInTable="columnCol2" msprop:Generator_ColumnPropNameInRow="Col2" msprop:Generator_ColumnPropNameInTable="Col2Column" msprop:Generator_UserColumnName="Col2" type="xs:string" minOccurs="0" />
<xs:element name="Col3" msprop:Generator_ColumnVarNameInTable="columnCol3" msprop:Generator_ColumnPropNameInRow="Col3" msprop:Generator_ColumnPropNameInTable="Col3Column" msprop:Generator_UserColumnName="Col3" type="xs:string" minOccurs="0" />
<xs:element name="Col4" msprop:Generator_ColumnVarNameInTable="columnCol4" msprop:Generator_ColumnPropNameInRow="Col4" msprop:Generator_ColumnPropNameInTable="Col4Column" msprop:Generator_UserColumnName="Col4" type="xs:string" minOccurs="0" />
<xs:element name="Col5" msprop:Generator_ColumnVarNameInTable="columnCol5" msprop:Generator_ColumnPropNameInRow="Col5" msprop:Generator_ColumnPropNameInTable="Col5Column" msprop:Generator_UserColumnName="Col5" type="xs:string" minOccurs="0" />
<xs:element name="Col6" msprop:Generator_ColumnVarNameInTable="columnCol6" msprop:Generator_ColumnPropNameInRow="Col6" msprop:Generator_ColumnPropNameInTable="Col6Column" msprop:Generator_UserColumnName="Col6" type="xs:string" minOccurs="0" />
<xs:element name="Col7" msprop:Generator_ColumnVarNameInTable="columnCol7" msprop:Generator_ColumnPropNameInRow="Col7" msprop:Generator_ColumnPropNameInTable="Col7Column" msprop:Generator_UserColumnName="Col7" type="xs:string" minOccurs="0" />
<xs:element name="Col8" msprop:Generator_ColumnVarNameInTable="columnCol8" msprop:Generator_ColumnPropNameInRow="Col8" msprop:Generator_ColumnPropNameInTable="Col8Column" msprop:Generator_UserColumnName="Col8" type="xs:string" minOccurs="0" />
<xs:element name="Col9" msprop:Generator_ColumnVarNameInTable="columnCol9" msprop:Generator_ColumnPropNameInRow="Col9" msprop:Generator_ColumnPropNameInTable="Col9Column" msprop:Generator_UserColumnName="Col9" type="xs:string" minOccurs="0" />
<xs:element name="Col10" msprop:Generator_ColumnVarNameInTable="columnCol10" msprop:Generator_ColumnPropNameInRow="Col10" msprop:Generator_ColumnPropNameInTable="Col10Column" msprop:Generator_UserColumnName="Col10" type="xs:string" minOccurs="0" />
<xs:element name="Col11" msprop:Generator_ColumnVarNameInTable="columnCol11" msprop:Generator_ColumnPropNameInRow="Col11" msprop:Generator_ColumnPropNameInTable="Col11Column" msprop:Generator_UserColumnName="Col11" type="xs:string" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="FormattedAmount" msprop:Generator_UserTableName="FormattedAmount" msprop:Generator_RowEvArgName="FormattedAmountRowChangeEvent" msprop:Generator_TableVarName="tableFormattedAmount" msprop:Generator_TablePropName="FormattedAmount" msprop:Generator_RowDeletingName="FormattedAmountRowDeleting" msprop:Generator_RowChangingName="FormattedAmountRowChanging" msprop:Generator_RowDeletedName="FormattedAmountRowDeleted" msprop:Generator_RowEvHandlerName="FormattedAmountRowChangeEventHandler" msprop:Generator_TableClassName="FormattedAmountDataTable" msprop:Generator_RowChangedName="FormattedAmountRowChanged" msprop:Generator_RowClassName="FormattedAmountRow">
<xs:complexType>
<xs:sequence>
<xs:element name="Col1" msprop:Generator_ColumnVarNameInTable="columnCol1" msprop:Generator_ColumnPropNameInRow="Col1" msprop:Generator_ColumnPropNameInTable="Col1Column" msprop:Generator_UserColumnName="Col1" type="xs:string" minOccurs="0" />
<xs:element name="Col2" msprop:Generator_ColumnVarNameInTable="columnCol2" msprop:Generator_ColumnPropNameInRow="Col2" msprop:Generator_ColumnPropNameInTable="Col2Column" msprop:Generator_UserColumnName="Col2" type="xs:string" minOccurs="0" />
<xs:element name="Col3" msprop:Generator_ColumnVarNameInTable="columnCol3" msprop:Generator_ColumnPropNameInRow="Col3" msprop:Generator_ColumnPropNameInTable="Col3Column" msprop:Generator_UserColumnName="Col3" type="xs:string" minOccurs="0" />
<xs:element name="Col4" msprop:Generator_ColumnVarNameInTable="columnCol4" msprop:Generator_ColumnPropNameInRow="Col4" msprop:Generator_ColumnPropNameInTable="Col4Column" msprop:Generator_UserColumnName="Col4" type="xs:string" minOccurs="0" />
<xs:element name="Col5" msprop:Generator_ColumnVarNameInTable="columnCol5" msprop:Generator_ColumnPropNameInRow="Col5" msprop:Generator_ColumnPropNameInTable="Col5Column" msprop:Generator_UserColumnName="Col5" type="xs:string" minOccurs="0" />
<xs:element name="Col6" msprop:Generator_ColumnVarNameInTable="columnCol6" msprop:Generator_ColumnPropNameInRow="Col6" msprop:Generator_ColumnPropNameInTable="Col6Column" msprop:Generator_UserColumnName="Col6" type="xs:string" minOccurs="0" />
<xs:element name="Col7" msprop:Generator_ColumnVarNameInTable="columnCol7" msprop:Generator_ColumnPropNameInRow="Col7" msprop:Generator_ColumnPropNameInTable="Col7Column" msprop:Generator_UserColumnName="Col7" type="xs:string" minOccurs="0" />
<xs:element name="Col8" msprop:Generator_ColumnVarNameInTable="columnCol8" msprop:Generator_ColumnPropNameInRow="Col8" msprop:Generator_ColumnPropNameInTable="Col8Column" msprop:Generator_UserColumnName="Col8" type="xs:string" minOccurs="0" />
<xs:element name="Col9" msprop:Generator_ColumnVarNameInTable="columnCol9" msprop:Generator_ColumnPropNameInRow="Col9" msprop:Generator_ColumnPropNameInTable="Col9Column" msprop:Generator_UserColumnName="Col9" type="xs:string" minOccurs="0" />
<xs:element name="Col10" msprop:Generator_ColumnVarNameInTable="columnCol10" msprop:Generator_ColumnPropNameInRow="Col10" msprop:Generator_ColumnPropNameInTable="Col10Column" msprop:Generator_UserColumnName="Col10" type="xs:string" minOccurs="0" />
<xs:element name="Col11" msprop:Generator_ColumnVarNameInTable="columnCol11" msprop:Generator_ColumnPropNameInRow="Col11" msprop:Generator_ColumnPropNameInTable="Col11Column" msprop:Generator_UserColumnName="Col11" type="xs:string" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="CashPaymentSummary" msprop:Generator_UserTableName="CashPaymentSummary" msprop:Generator_RowEvArgName="CashPaymentSummaryRowChangeEvent" msprop:Generator_TableVarName="tableCashPaymentSummary" msprop:Generator_TablePropName="CashPaymentSummary" msprop:Generator_RowDeletingName="CashPaymentSummaryRowDeleting" msprop:Generator_RowChangingName="CashPaymentSummaryRowChanging" msprop:Generator_RowDeletedName="CashPaymentSummaryRowDeleted" msprop:Generator_RowEvHandlerName="CashPaymentSummaryRowChangeEventHandler" msprop:Generator_TableClassName="CashPaymentSummaryDataTable" msprop:Generator_RowChangedName="CashPaymentSummaryRowChanged" msprop:Generator_RowClassName="CashPaymentSummaryRow">
<xs:complexType>
<xs:sequence>
<xs:element name="EmpCode" msprop:Generator_ColumnVarNameInTable="columnEmpCode" msprop:Generator_ColumnPropNameInRow="EmpCode" msprop:Generator_ColumnPropNameInTable="EmpCodeColumn" msprop:Generator_UserColumnName="EmpCode" 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="Department" msprop:Generator_ColumnVarNameInTable="columnDepartment" msprop:Generator_ColumnPropNameInRow="Department" msprop:Generator_ColumnPropNameInTable="DepartmentColumn" msprop:Generator_UserColumnName="Department" type="xs:string" minOccurs="0" />
<xs:element name="Unit" msprop:Generator_ColumnVarNameInTable="columnUnit" msprop:Generator_ColumnPropNameInRow="Unit" msprop:Generator_ColumnPropNameInTable="UnitColumn" msprop:Generator_UserColumnName="Unit" type="xs:string" minOccurs="0" />
<xs:element name="UnitName" msprop:Generator_ColumnVarNameInTable="columnUnitName" msprop:Generator_ColumnPropNameInRow="UnitName" msprop:Generator_ColumnPropNameInTable="UnitNameColumn" msprop:Generator_UserColumnName="UnitName" type="xs:string" minOccurs="0" />
<xs:element name="Amount" msprop:Generator_ColumnVarNameInTable="columnAmount" msprop:Generator_ColumnPropNameInRow="Amount" msprop:Generator_ColumnPropNameInTable="AmountColumn" msprop:Generator_UserColumnName="Amount" type="xs:double" 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:sequence>
</xs:complexType>
</xs:element>
<xs:element name="MonthlyWorkingHour" msprop:Generator_TableClassName="MonthlyWorkingHourDataTable" msprop:Generator_TableVarName="tableMonthlyWorkingHour" msprop:Generator_TablePropName="MonthlyWorkingHour" msprop:Generator_RowDeletingName="MonthlyWorkingHourRowDeleting" msprop:Generator_RowChangingName="MonthlyWorkingHourRowChanging" msprop:Generator_RowEvHandlerName="MonthlyWorkingHourRowChangeEventHandler" msprop:Generator_RowDeletedName="MonthlyWorkingHourRowDeleted" msprop:Generator_UserTableName="MonthlyWorkingHour" msprop:Generator_RowChangedName="MonthlyWorkingHourRowChanged" msprop:Generator_RowEvArgName="MonthlyWorkingHourRowChangeEvent" msprop:Generator_RowClassName="MonthlyWorkingHourRow">
<xs:complexType>
<xs:sequence>
<xs:element name="EmpNo" msprop:Generator_ColumnVarNameInTable="columnEmpNo" msprop:Generator_ColumnPropNameInRow="EmpNo" msprop:Generator_ColumnPropNameInTable="EmpNoColumn" msprop:Generator_UserColumnName="EmpNo" type="xs:string" minOccurs="0" />
<xs:element name="EmpName" msprop:Generator_ColumnVarNameInTable="columnEmpName" msprop:Generator_ColumnPropNameInRow="EmpName" msprop:Generator_ColumnPropNameInTable="EmpNameColumn" msprop:Generator_UserColumnName="EmpName" 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: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="Grade" msprop:Generator_ColumnVarNameInTable="columnGrade" msprop:Generator_ColumnPropNameInRow="Grade" msprop:Generator_ColumnPropNameInTable="GradeColumn" msprop:Generator_UserColumnName="Grade" type="xs:string" minOccurs="0" />
<xs:element name="Month" msprop:Generator_ColumnVarNameInTable="columnMonth" msprop:Generator_ColumnPropNameInRow="Month" msprop:Generator_ColumnPropNameInTable="MonthColumn" msprop:Generator_UserColumnName="Month" type="xs:string" minOccurs="0" />
<xs:element name="RegularHour" msprop:Generator_ColumnVarNameInTable="columnRegularHour" msprop:Generator_ColumnPropNameInRow="RegularHour" msprop:Generator_ColumnPropNameInTable="RegularHourColumn" msprop:Generator_UserColumnName="RegularHour" type="xs:double" minOccurs="0" />
<xs:element name="SpecialHour" msprop:Generator_ColumnVarNameInTable="columnSpecialHour" msprop:Generator_ColumnPropNameInRow="SpecialHour" msprop:Generator_ColumnPropNameInTable="SpecialHourColumn" msprop:Generator_UserColumnName="SpecialHour" type="xs:double" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="dtCapitalization" msprop:Generator_TableClassName="dtCapitalizationDataTable" msprop:Generator_TableVarName="tabledtCapitalization" msprop:Generator_TablePropName="dtCapitalization" msprop:Generator_RowDeletingName="dtCapitalizationRowDeleting" msprop:Generator_RowChangingName="dtCapitalizationRowChanging" msprop:Generator_RowEvHandlerName="dtCapitalizationRowChangeEventHandler" msprop:Generator_RowDeletedName="dtCapitalizationRowDeleted" msprop:Generator_UserTableName="dtCapitalization" msprop:Generator_RowChangedName="dtCapitalizationRowChanged" msprop:Generator_RowEvArgName="dtCapitalizationRowChangeEvent" msprop:Generator_RowClassName="dtCapitalizationRow">
<xs:complexType>
<xs:sequence>
<xs:element name="Upl" msdata:Caption="DataColumn1" msprop:Generator_ColumnVarNameInTable="columnUpl" msprop:Generator_ColumnPropNameInRow="Upl" msprop:Generator_ColumnPropNameInTable="UplColumn" msprop:Generator_UserColumnName="Upl" type="xs:string" minOccurs="0" />
<xs:element name="JU" msdata:Caption="DataColumn1" msprop:Generator_ColumnVarNameInTable="columnJU" msprop:Generator_ColumnPropNameInRow="JU" msprop:Generator_ColumnPropNameInTable="JUColumn" msprop:Generator_UserColumnName="JU" type="xs:string" minOccurs="0" />
<xs:element name="GLCode" msdata:Caption="DataColumn1" msprop:Generator_ColumnVarNameInTable="columnGLCode" msprop:Generator_ColumnPropNameInRow="GLCode" msprop:Generator_ColumnPropNameInTable="GLCodeColumn" msprop:Generator_UserColumnName="GLCode" type="xs:string" minOccurs="0" />
<xs:element name="RC" msdata:Caption="DataColumn1" msprop:Generator_ColumnVarNameInTable="columnRC" msprop:Generator_ColumnPropNameInRow="RC" msprop:Generator_ColumnPropNameInTable="RCColumn" msprop:Generator_UserColumnName="RC" type="xs:string" minOccurs="0" />
<xs:element name="Product" msdata:Caption="DataColumn1" msprop:Generator_ColumnVarNameInTable="columnProduct" msprop:Generator_ColumnPropNameInRow="Product" msprop:Generator_ColumnPropNameInTable="ProductColumn" msprop:Generator_UserColumnName="Product" type="xs:string" minOccurs="0" />
<xs:element name="Project" msprop:Generator_ColumnVarNameInTable="columnProject" msprop:Generator_ColumnPropNameInRow="Project" msprop:Generator_ColumnPropNameInTable="ProjectColumn" msprop:Generator_UserColumnName="Project" type="xs:string" minOccurs="0" />
<xs:element name="Motpart" msprop:Generator_ColumnVarNameInTable="columnMotpart" msprop:Generator_ColumnPropNameInRow="Motpart" msprop:Generator_ColumnPropNameInTable="MotpartColumn" msprop:Generator_UserColumnName="Motpart" type="xs:string" minOccurs="0" />
<xs:element name="FUNKSJON" msprop:Generator_ColumnVarNameInTable="columnFUNKSJON" msprop:Generator_ColumnPropNameInRow="FUNKSJON" msprop:Generator_ColumnPropNameInTable="FUNKSJONColumn" msprop:Generator_UserColumnName="FUNKSJON" type="xs:string" minOccurs="0" />
<xs:element name="System" msdata:Caption="DataColumn3" msprop:Generator_ColumnVarNameInTable="columnSystem" msprop:Generator_ColumnPropNameInRow="System" msprop:Generator_ColumnPropNameInTable="SystemColumn" msprop:Generator_UserColumnName="System" type="xs:string" minOccurs="0" />
<xs:element name="Reserve" msdata:Caption="DataColumn3" msprop:Generator_ColumnVarNameInTable="columnReserve" msprop:Generator_ColumnPropNameInRow="Reserve" msprop:Generator_ColumnPropNameInTable="ReserveColumn" msprop:Generator_UserColumnName="Reserve" type="xs:string" minOccurs="0" />
<xs:element name="Debit" msdata:Caption="DataColumn3" msprop:Generator_ColumnVarNameInTable="columnDebit" msprop:Generator_ColumnPropNameInRow="Debit" msprop:Generator_ColumnPropNameInTable="DebitColumn" msprop:Generator_UserColumnName="Debit" type="xs:string" minOccurs="0" />
<xs:element name="Credit" msdata:Caption="DataColumn3" msprop:Generator_ColumnVarNameInTable="columnCredit" msprop:Generator_ColumnPropNameInRow="Credit" msprop:Generator_ColumnPropNameInTable="CreditColumn" msprop:Generator_UserColumnName="Credit" type="xs:string" minOccurs="0" />
<xs:element name="Description" msprop:Generator_ColumnVarNameInTable="columnDescription" msprop:Generator_ColumnPropNameInRow="Description" msprop:Generator_ColumnPropNameInTable="DescriptionColumn" msprop:Generator_UserColumnName="Description" type="xs:string" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="dtRCAssignedEmp" msprop:Generator_TableClassName="dtRCAssignedEmpDataTable" msprop:Generator_TableVarName="tabledtRCAssignedEmp" msprop:Generator_TablePropName="dtRCAssignedEmp" msprop:Generator_RowDeletingName="dtRCAssignedEmpRowDeleting" msprop:Generator_RowChangingName="dtRCAssignedEmpRowChanging" msprop:Generator_RowEvHandlerName="dtRCAssignedEmpRowChangeEventHandler" msprop:Generator_RowDeletedName="dtRCAssignedEmpRowDeleted" msprop:Generator_UserTableName="dtRCAssignedEmp" msprop:Generator_RowChangedName="dtRCAssignedEmpRowChanged" msprop:Generator_RowEvArgName="dtRCAssignedEmpRowChangeEvent" msprop:Generator_RowClassName="dtRCAssignedEmpRow">
<xs:complexType>
<xs:sequence>
<xs:element name="DepartmentCode" msprop:Generator_ColumnVarNameInTable="columnDepartmentCode" msprop:Generator_ColumnPropNameInRow="DepartmentCode" msprop:Generator_ColumnPropNameInTable="DepartmentCodeColumn" msprop:Generator_UserColumnName="DepartmentCode" type="xs:string" minOccurs="0" />
<xs:element name="DepartmentName" msprop:Generator_ColumnVarNameInTable="columnDepartmentName" msprop:Generator_ColumnPropNameInRow="DepartmentName" msprop:Generator_ColumnPropNameInTable="DepartmentNameColumn" msprop:Generator_UserColumnName="DepartmentName" type="xs:string" minOccurs="0" />
<xs:element name="RCCode" msprop:Generator_ColumnVarNameInTable="columnRCCode" msprop:Generator_ColumnPropNameInRow="RCCode" msprop:Generator_ColumnPropNameInTable="RCCodeColumn" msprop:Generator_UserColumnName="RCCode" type="xs:string" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="dtRCNotAssignedEmp" msprop:Generator_TableClassName="dtRCNotAssignedEmpDataTable" msprop:Generator_TableVarName="tabledtRCNotAssignedEmp" msprop:Generator_TablePropName="dtRCNotAssignedEmp" msprop:Generator_RowDeletingName="dtRCNotAssignedEmpRowDeleting" msprop:Generator_RowChangingName="dtRCNotAssignedEmpRowChanging" msprop:Generator_RowEvHandlerName="dtRCNotAssignedEmpRowChangeEventHandler" msprop:Generator_RowDeletedName="dtRCNotAssignedEmpRowDeleted" msprop:Generator_UserTableName="dtRCNotAssignedEmp" msprop:Generator_RowChangedName="dtRCNotAssignedEmpRowChanged" msprop:Generator_RowEvArgName="dtRCNotAssignedEmpRowChangeEvent" msprop:Generator_RowClassName="dtRCNotAssignedEmpRow">
<xs:complexType>
<xs:sequence>
<xs:element name="DepartmentCode" msprop:Generator_ColumnVarNameInTable="columnDepartmentCode" msprop:Generator_ColumnPropNameInRow="DepartmentCode" msprop:Generator_ColumnPropNameInTable="DepartmentCodeColumn" msprop:Generator_UserColumnName="DepartmentCode" type="xs:string" minOccurs="0" />
<xs:element name="DepartmentName" msprop:Generator_ColumnVarNameInTable="columnDepartmentName" msprop:Generator_ColumnPropNameInRow="DepartmentName" msprop:Generator_ColumnPropNameInTable="DepartmentNameColumn" msprop:Generator_UserColumnName="DepartmentName" type="xs:string" minOccurs="0" />
<xs:element name="RCCode" msprop:Generator_ColumnVarNameInTable="columnRCCode" msprop:Generator_ColumnPropNameInRow="RCCode" msprop:Generator_ColumnPropNameInTable="RCCodeColumn" msprop:Generator_UserColumnName="RCCode" type="xs:string" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="dtUploadedComponent" msprop:Generator_TableClassName="dtUploadedComponentDataTable" msprop:Generator_TableVarName="tabledtUploadedComponent" msprop:Generator_RowChangedName="dtUploadedComponentRowChanged" msprop:Generator_TablePropName="dtUploadedComponent" msprop:Generator_RowDeletingName="dtUploadedComponentRowDeleting" msprop:Generator_RowChangingName="dtUploadedComponentRowChanging" msprop:Generator_RowEvHandlerName="dtUploadedComponentRowChangeEventHandler" msprop:Generator_RowDeletedName="dtUploadedComponentRowDeleted" msprop:Generator_RowClassName="dtUploadedComponentRow" msprop:Generator_UserTableName="dtUploadedComponent" msprop:Generator_RowEvArgName="dtUploadedComponentRowChangeEvent">
<xs:complexType>
<xs:sequence>
<xs:element name="UploaderNo" msdata:Caption="EmpCode" msprop:Generator_ColumnVarNameInTable="columnUploaderNo" msprop:Generator_ColumnPropNameInRow="UploaderNo" msprop:Generator_ColumnPropNameInTable="UploaderNoColumn" msprop:Generator_UserColumnName="UploaderNo" type="xs:string" minOccurs="0" />
<xs:element name="UploaderName" msdata:Caption="Name" msprop:Generator_ColumnVarNameInTable="columnUploaderName" msprop:Generator_ColumnPropNameInRow="UploaderName" msprop:Generator_ColumnPropNameInTable="UploaderNameColumn" msprop:Generator_UserColumnName="UploaderName" type="xs:string" minOccurs="0" />
<xs:element name="ComponentName" msdata:Caption="Department" msprop:Generator_ColumnVarNameInTable="columnComponentName" msprop:Generator_ColumnPropNameInRow="ComponentName" msprop:Generator_ColumnPropNameInTable="ComponentNameColumn" msprop:Generator_UserColumnName="ComponentName" type="xs:string" minOccurs="0" />
<xs:element name="ApproverNo" msdata:Caption="Unit" msprop:Generator_ColumnVarNameInTable="columnApproverNo" msprop:Generator_ColumnPropNameInRow="ApproverNo" msprop:Generator_ColumnPropNameInTable="ApproverNoColumn" msprop:Generator_UserColumnName="ApproverNo" type="xs:string" minOccurs="0" />
<xs:element name="ApproverName" msdata:Caption="UnitName" msprop:Generator_ColumnVarNameInTable="columnApproverName" msprop:Generator_ColumnPropNameInRow="ApproverName" msprop:Generator_ColumnPropNameInTable="ApproverNameColumn" msprop:Generator_UserColumnName="ApproverName" type="xs:string" minOccurs="0" />
<xs:element name="UploadDate" msdata:Caption="Amount" msprop:Generator_ColumnVarNameInTable="columnUploadDate" msprop:Generator_ColumnPropNameInRow="UploadDate" msprop:Generator_ColumnPropNameInTable="UploadDateColumn" msprop:Generator_UserColumnName="UploadDate" type="xs:double" minOccurs="0" />
<xs:element name="ApproveDate" msdata:Caption="Designation" msprop:Generator_ColumnVarNameInTable="columnApproveDate" msprop:Generator_ColumnPropNameInRow="ApproveDate" msprop:Generator_ColumnPropNameInTable="ApproveDateColumn" msprop:Generator_UserColumnName="ApproveDate" type="xs:string" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="SalaryForTax" msprop:Generator_TableClassName="SalaryForTaxDataTable" msprop:Generator_TableVarName="tableSalaryForTax" msprop:Generator_TablePropName="SalaryForTax" msprop:Generator_RowDeletingName="SalaryForTaxRowDeleting" msprop:Generator_RowChangingName="SalaryForTaxRowChanging" msprop:Generator_RowEvHandlerName="SalaryForTaxRowChangeEventHandler" msprop:Generator_RowDeletedName="SalaryForTaxRowDeleted" msprop:Generator_UserTableName="SalaryForTax" msprop:Generator_RowChangedName="SalaryForTaxRowChanged" msprop:Generator_RowEvArgName="SalaryForTaxRowChangeEvent" msprop:Generator_RowClassName="SalaryForTaxRow">
<xs:complexType>
<xs:sequence>
<xs:element name="EmpNo" msprop:Generator_ColumnVarNameInTable="columnEmpNo" msprop:Generator_ColumnPropNameInRow="EmpNo" msprop:Generator_ColumnPropNameInTable="EmpNoColumn" msprop:Generator_UserColumnName="EmpNo" type="xs:string" minOccurs="0" />
<xs:element name="EmpName" msprop:Generator_ColumnVarNameInTable="columnEmpName" msprop:Generator_ColumnPropNameInRow="EmpName" msprop:Generator_ColumnPropNameInTable="EmpNameColumn" msprop:Generator_UserColumnName="EmpName" 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:element name="Basic" msprop:Generator_ColumnVarNameInTable="columnBasic" msprop:Generator_ColumnPropNameInRow="Basic" msprop:Generator_ColumnPropNameInTable="BasicColumn" msprop:Generator_UserColumnName="Basic" type="xs:double" minOccurs="0" />
<xs:element name="HouseRent" msprop:Generator_ColumnVarNameInTable="columnHouseRent" msprop:Generator_ColumnPropNameInRow="HouseRent" msprop:Generator_ColumnPropNameInTable="HouseRentColumn" msprop:Generator_UserColumnName="HouseRent" type="xs:double" minOccurs="0" />
<xs:element name="Conveyance" msprop:Generator_ColumnVarNameInTable="columnConveyance" msprop:Generator_ColumnPropNameInRow="Conveyance" msprop:Generator_ColumnPropNameInTable="ConveyanceColumn" msprop:Generator_UserColumnName="Conveyance" type="xs:double" minOccurs="0" />
<xs:element name="FestivalBonus" msprop:Generator_ColumnVarNameInTable="columnFestivalBonus" msprop:Generator_ColumnPropNameInRow="FestivalBonus" msprop:Generator_ColumnPropNameInTable="FestivalBonusColumn" msprop:Generator_UserColumnName="FestivalBonus" type="xs:double" minOccurs="0" />
<xs:element name="ComputerUsage" msprop:Generator_ColumnVarNameInTable="columnComputerUsage" msprop:Generator_ColumnPropNameInRow="ComputerUsage" msprop:Generator_ColumnPropNameInTable="ComputerUsageColumn" msprop:Generator_UserColumnName="ComputerUsage" type="xs:double" minOccurs="0" />
<xs:element name="OvertimeAllowance" msprop:Generator_ColumnVarNameInTable="columnOvertimeAllowance" msprop:Generator_ColumnPropNameInRow="OvertimeAllowance" msprop:Generator_ColumnPropNameInTable="OvertimeAllowanceColumn" msprop:Generator_UserColumnName="OvertimeAllowance" type="xs:double" minOccurs="0" />
<xs:element name="TotalCost" msprop:Generator_ColumnVarNameInTable="columnTotalCost" msprop:Generator_ColumnPropNameInRow="TotalCost" msprop:Generator_ColumnPropNameInTable="TotalCostColumn" msprop:Generator_UserColumnName="TotalCost" type="xs:double" minOccurs="0" />
<xs:element name="Medical" msprop:Generator_ColumnVarNameInTable="columnMedical" msprop:Generator_ColumnPropNameInRow="Medical" msprop:Generator_ColumnPropNameInTable="MedicalColumn" msprop:Generator_UserColumnName="Medical" type="xs:double" minOccurs="0" />
<xs:element name="SequenceNo" msprop:Generator_ColumnVarNameInTable="columnSequenceNo" msprop:Generator_ColumnPropNameInRow="SequenceNo" msprop:Generator_ColumnPropNameInTable="SequenceNoColumn" msprop:Generator_UserColumnName="SequenceNo" type="xs:int" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
</xs:schema>