533 lines
110 KiB
XML
533 lines
110 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
|||
|
<xs:schema id="dsEmpLeaveLedger" targetNamespace="http://tempuri.org/dsEmpLeaveLedger.xsd" xmlns:mstns="http://tempuri.org/dsEmpLeaveLedger.xsd" xmlns="http://tempuri.org/dsEmpLeaveLedger.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="dsEmpLeaveLedger" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="true" msprop:Generator_DataSetName="dsEmpLeaveLedger" msprop:Generator_UserDSName="dsEmpLeaveLedger">
|
|||
|
<xs:complexType>
|
|||
|
<xs:choice minOccurs="0" maxOccurs="unbounded">
|
|||
|
<xs:element name="EmpLeaveLedger" msprop:Generator_UserTableName="EmpLeaveLedger" msprop:Generator_RowEvArgName="EmpLeaveLedgerRowChangeEvent" msprop:Generator_TableVarName="tableEmpLeaveLedger" msprop:Generator_TablePropName="EmpLeaveLedger" msprop:Generator_RowDeletingName="EmpLeaveLedgerRowDeleting" msprop:Generator_RowChangingName="EmpLeaveLedgerRowChanging" msprop:Generator_RowDeletedName="EmpLeaveLedgerRowDeleted" msprop:Generator_RowEvHandlerName="EmpLeaveLedgerRowChangeEventHandler" msprop:Generator_TableClassName="EmpLeaveLedgerDataTable" msprop:Generator_RowChangedName="EmpLeaveLedgerRowChanged" msprop:Generator_RowClassName="EmpLeaveLedgerRow">
|
|||
|
<xs:complexType>
|
|||
|
<xs:sequence>
|
|||
|
<xs:element name="LeaveType" msprop:Generator_ColumnVarNameInTable="columnLeaveType" msprop:Generator_ColumnPropNameInRow="LeaveType" msprop:Generator_ColumnPropNameInTable="LeaveTypeColumn" msprop:Generator_UserColumnName="LeaveType" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="FromDate" msprop:Generator_ColumnVarNameInTable="columnFromDate" msprop:Generator_ColumnPropNameInRow="FromDate" msprop:Generator_ColumnPropNameInTable="FromDateColumn" msprop:Generator_UserColumnName="FromDate" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="ToDate" msprop:Generator_ColumnVarNameInTable="columnToDate" msprop:Generator_ColumnPropNameInRow="ToDate" msprop:Generator_ColumnPropNameInTable="ToDateColumn" msprop:Generator_UserColumnName="ToDate" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="TotalDays" msprop:Generator_ColumnVarNameInTable="columnTotalDays" msprop:Generator_ColumnPropNameInRow="TotalDays" msprop:Generator_ColumnPropNameInTable="TotalDaysColumn" msprop:Generator_UserColumnName="TotalDays" type="xs:double" minOccurs="0" />
|
|||
|
<xs:element name="LeaveReason" msprop:Generator_ColumnVarNameInTable="columnLeaveReason" msprop:Generator_ColumnPropNameInRow="LeaveReason" msprop:Generator_ColumnPropNameInTable="LeaveReasonColumn" msprop:Generator_UserColumnName="LeaveReason" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="ApplyDate" msprop:Generator_ColumnVarNameInTable="columnApplyDate" msprop:Generator_ColumnPropNameInRow="ApplyDate" msprop:Generator_ColumnPropNameInTable="ApplyDateColumn" msprop:Generator_UserColumnName="ApplyDate" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="ApproveDate" msprop:Generator_ColumnVarNameInTable="columnApproveDate" msprop:Generator_ColumnPropNameInRow="ApproveDate" msprop:Generator_ColumnPropNameInTable="ApproveDateColumn" msprop:Generator_UserColumnName="ApproveDate" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="LeaveStatus" msprop:Generator_ColumnVarNameInTable="columnLeaveStatus" msprop:Generator_ColumnPropNameInRow="LeaveStatus" msprop:Generator_ColumnPropNameInTable="LeaveStatusColumn" msprop:Generator_UserColumnName="LeaveStatus" 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:sequence>
|
|||
|
</xs:complexType>
|
|||
|
</xs:element>
|
|||
|
<xs:element name="LeaveYear" msprop:Generator_UserTableName="LeaveYear" msprop:Generator_RowEvArgName="LeaveYearRowChangeEvent" msprop:Generator_TableVarName="tableLeaveYear" msprop:Generator_TablePropName="LeaveYear" msprop:Generator_RowDeletingName="LeaveYearRowDeleting" msprop:Generator_RowChangingName="LeaveYearRowChanging" msprop:Generator_RowDeletedName="LeaveYearRowDeleted" msprop:Generator_RowEvHandlerName="LeaveYearRowChangeEventHandler" msprop:Generator_TableClassName="LeaveYearDataTable" msprop:Generator_RowChangedName="LeaveYearRowChanged" msprop:Generator_RowClassName="LeaveYearRow">
|
|||
|
<xs:complexType>
|
|||
|
<xs:sequence>
|
|||
|
<xs:element name="LeaveYearID" msprop:Generator_ColumnVarNameInTable="columnLeaveYearID" msprop:Generator_ColumnPropNameInRow="LeaveYearID" msprop:Generator_ColumnPropNameInTable="LeaveYearIDColumn" msprop:Generator_UserColumnName="LeaveYearID" 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="EmpInformation" msprop:Generator_UserTableName="EmpInformation" msprop:Generator_RowEvArgName="EmpInformationRowChangeEvent" msprop:Generator_TableVarName="tableEmpInformation" msprop:Generator_TablePropName="EmpInformation" msprop:Generator_RowDeletingName="EmpInformationRowDeleting" msprop:Generator_RowChangingName="EmpInformationRowChanging" msprop:Generator_RowDeletedName="EmpInformationRowDeleted" msprop:Generator_RowEvHandlerName="EmpInformationRowChangeEventHandler" msprop:Generator_TableClassName="EmpInformationDataTable" msprop:Generator_RowChangedName="EmpInformationRowChanged" msprop:Generator_RowClassName="EmpInformationRow">
|
|||
|
<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="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="LeavePeriod" msprop:Generator_ColumnVarNameInTable="columnLeavePeriod" msprop:Generator_ColumnPropNameInRow="LeavePeriod" msprop:Generator_ColumnPropNameInTable="LeavePeriodColumn" msprop:Generator_UserColumnName="LeavePeriod" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="LeaveApprover" msprop:Generator_ColumnVarNameInTable="columnLeaveApprover" msprop:Generator_ColumnPropNameInRow="LeaveApprover" msprop:Generator_ColumnPropNameInTable="LeaveApproverColumn" msprop:Generator_UserColumnName="LeaveApprover" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="LeaveNotifier" msprop:Generator_ColumnVarNameInTable="columnLeaveNotifier" msprop:Generator_ColumnPropNameInRow="LeaveNotifier" msprop:Generator_ColumnPropNameInTable="LeaveNotifierColumn" msprop:Generator_UserColumnName="LeaveNotifier" type="xs:string" minOccurs="0" />
|
|||
|
</xs:sequence>
|
|||
|
</xs:complexType>
|
|||
|
</xs:element>
|
|||
|
<xs:element name="OPIRegister" msprop:Generator_UserTableName="OPIRegister" msprop:Generator_RowEvArgName="OPIRegisterRowChangeEvent" msprop:Generator_TableVarName="tableOPIRegister" msprop:Generator_TablePropName="OPIRegister" msprop:Generator_RowDeletingName="OPIRegisterRowDeleting" msprop:Generator_RowChangingName="OPIRegisterRowChanging" msprop:Generator_RowDeletedName="OPIRegisterRowDeleted" msprop:Generator_RowEvHandlerName="OPIRegisterRowChangeEventHandler" msprop:Generator_TableClassName="OPIRegisterDataTable" msprop:Generator_RowChangedName="OPIRegisterRowChanged" msprop:Generator_RowClassName="OPIRegisterRow">
|
|||
|
<xs:complexType>
|
|||
|
<xs:sequence>
|
|||
|
<xs:element name="EmployeeId" msprop:Generator_ColumnVarNameInTable="columnEmployeeId" msprop:Generator_ColumnPropNameInRow="EmployeeId" msprop:Generator_ColumnPropNameInTable="EmployeeIdColumn" msprop:Generator_UserColumnName="EmployeeId" type="xs:int" 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="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="OPIItemId" msprop:Generator_ColumnVarNameInTable="columnOPIItemId" msprop:Generator_ColumnPropNameInRow="OPIItemId" msprop:Generator_ColumnPropNameInTable="OPIItemIdColumn" msprop:Generator_UserColumnName="OPIItemId" type="xs:int" minOccurs="0" />
|
|||
|
<xs:element name="OPIItem" msprop:Generator_ColumnVarNameInTable="columnOPIItem" msprop:Generator_ColumnPropNameInRow="OPIItem" msprop:Generator_ColumnPropNameInTable="OPIItemColumn" msprop:Generator_UserColumnName="OPIItem" 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:sequence>
|
|||
|
</xs:complexType>
|
|||
|
</xs:element>
|
|||
|
<xs:element name="MaternityLeave" msprop:Generator_UserTableName="MaternityLeave" msprop:Generator_RowEvArgName="MaternityLeaveRowChangeEvent" msprop:Generator_TableVarName="tableMaternityLeave" msprop:Generator_TablePropName="MaternityLeave" msprop:Generator_RowDeletingName="MaternityLeaveRowDeleting" msprop:Generator_RowChangingName="MaternityLeaveRowChanging" msprop:Generator_RowDeletedName="MaternityLeaveRowDeleted" msprop:Generator_RowEvHandlerName="MaternityLeaveRowChangeEventHandler" msprop:Generator_TableClassName="MaternityLeaveDataTable" msprop:Generator_RowChangedName="MaternityLeaveRowChanged" msprop:Generator_RowClassName="MaternityLeaveRow">
|
|||
|
<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="IDNo" msprop:Generator_ColumnVarNameInTable="columnIDNo" msprop:Generator_ColumnPropNameInRow="IDNo" msprop:Generator_ColumnPropNameInTable="IDNoColumn" msprop:Generator_UserColumnName="IDNo" 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="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="DateOfJoining" msprop:Generator_ColumnVarNameInTable="columnDateOfJoining" msprop:Generator_ColumnPropNameInRow="DateOfJoining" msprop:Generator_ColumnPropNameInTable="DateOfJoiningColumn" msprop:Generator_UserColumnName="DateOfJoining" 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:string" minOccurs="0" />
|
|||
|
<xs:element name="TotalLeavePeriod" msprop:Generator_ColumnVarNameInTable="columnTotalLeavePeriod" msprop:Generator_ColumnPropNameInRow="TotalLeavePeriod" msprop:Generator_ColumnPropNameInTable="TotalLeavePeriodColumn" msprop:Generator_UserColumnName="TotalLeavePeriod" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="DateOfLeaveApporval" msprop:Generator_ColumnVarNameInTable="columnDateOfLeaveApporval" msprop:Generator_ColumnPropNameInRow="DateOfLeaveApporval" msprop:Generator_ColumnPropNameInTable="DateOfLeaveApporvalColumn" msprop:Generator_UserColumnName="DateOfLeaveApporval" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="LeaveDaysPayableUnderThisBill" msprop:Generator_ColumnVarNameInTable="columnLeaveDaysPayableUnderThisBill" msprop:Generator_ColumnPropNameInRow="LeaveDaysPayableUnderThisBill" msprop:Generator_ColumnPropNameInTable="LeaveDaysPayableUnderThisBillColumn" msprop:Generator_UserColumnName="LeaveDaysPayableUnderThisBill" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="Particulars" msprop:Generator_ColumnVarNameInTable="columnParticulars" msprop:Generator_ColumnPropNameInRow="Particulars" msprop:Generator_ColumnPropNameInTable="ParticularsColumn" msprop:Generator_UserColumnName="Particulars" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="Before3Month" msprop:Generator_ColumnVarNameInTable="columnBefore3Month" msprop:Generator_ColumnPropNameInRow="Before3Month" msprop:Generator_ColumnPropNameInTable="Before3MonthColumn" msprop:Generator_UserColumnName="Before3Month" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="Before2Month" msprop:Generator_ColumnVarNameInTable="columnBefore2Month" msprop:Generator_ColumnPropNameInRow="Before2Month" msprop:Generator_ColumnPropNameInTable="Before2MonthColumn" msprop:Generator_UserColumnName="Before2Month" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="Before1Month" msprop:Generator_ColumnVarNameInTable="columnBefore1Month" msprop:Generator_ColumnPropNameInRow="Before1Month" msprop:Generator_ColumnPropNameInTable="Before1MonthColumn" msprop:Generator_UserColumnName="Before1Month" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="Total" msprop:Generator_ColumnVarNameInTable="columnTotal" msprop:Generator_ColumnPropNameInRow="Total" msprop:Generator_ColumnPropNameInTable="TotalColumn" msprop:Generator_UserColumnName="Total" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="DailyAverageEarning" msprop:Generator_ColumnVarNameInTable="columnDailyAverageEarning" msprop:Generator_ColumnPropNameInRow="DailyAverageEarning" msprop:Generator_ColumnPropNameInTable="DailyAverageEarningColumn" msprop:Generator_UserColumnName="DailyAverageEarning" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="MaternityStatus" msprop:Generator_ColumnVarNameInTable="columnMaternityStatus" msprop:Generator_ColumnPropNameInRow="MaternityStatus" msprop:Generator_ColumnPropNameInTable="MaternityStatusColumn" msprop:Generator_UserColumnName="MaternityStatus" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="NetAmountPayable" msprop:Generator_ColumnVarNameInTable="columnNetAmountPayable" msprop:Generator_ColumnPropNameInRow="NetAmountPayable" msprop:Generator_ColumnPropNameInTable="NetAmountPayableColumn" msprop:Generator_UserColumnName="NetAmountPayable" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="ToDate" msprop:Generator_ColumnVarNameInTable="columnToDate" msprop:Generator_ColumnPropNameInRow="ToDate" msprop:Generator_ColumnPropNameInTable="ToDateColumn" msprop:Generator_UserColumnName="ToDate" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="FromDate" msprop:Generator_ColumnVarNameInTable="columnFromDate" msprop:Generator_ColumnPropNameInRow="FromDate" msprop:Generator_ColumnPropNameInTable="FromDateColumn" msprop:Generator_UserColumnName="FromDate" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="PaymentDate" msprop:Generator_ColumnVarNameInTable="columnPaymentDate" msprop:Generator_ColumnPropNameInRow="PaymentDate" msprop:Generator_ColumnPropNameInTable="PaymentDateColumn" msprop:Generator_UserColumnName="PaymentDate" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="NumberOfDays" msprop:Generator_ColumnVarNameInTable="columnNumberOfDays" msprop:Generator_ColumnPropNameInRow="NumberOfDays" msprop:Generator_ColumnPropNameInTable="NumberOfDaysColumn" msprop:Generator_UserColumnName="NumberOfDays" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="PaymentAmount" msprop:Generator_ColumnVarNameInTable="columnPaymentAmount" msprop:Generator_ColumnPropNameInRow="PaymentAmount" msprop:Generator_ColumnPropNameInTable="PaymentAmountColumn" msprop:Generator_UserColumnName="PaymentAmount" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="TaxAmount" msprop:Generator_ColumnVarNameInTable="columnTaxAmount" msprop:Generator_ColumnPropNameInRow="TaxAmount" msprop:Generator_ColumnPropNameInTable="TaxAmountColumn" msprop:Generator_UserColumnName="TaxAmount" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="MaternityBenifit" msprop:Generator_ColumnVarNameInTable="columnMaternityBenifit" msprop:Generator_ColumnPropNameInRow="MaternityBenifit" msprop:Generator_ColumnPropNameInTable="MaternityBenifitColumn" msprop:Generator_UserColumnName="MaternityBenifit" type="xs:string" minOccurs="0" />
|
|||
|
</xs:sequence>
|
|||
|
</xs:complexType>
|
|||
|
</xs:element>
|
|||
|
<xs:element name="MaternityStatusDetail" msprop:Generator_UserTableName="MaternityStatusDetail" msprop:Generator_RowEvArgName="MaternityStatusDetailRowChangeEvent" msprop:Generator_TableVarName="tableMaternityStatusDetail" msprop:Generator_TablePropName="MaternityStatusDetail" msprop:Generator_RowDeletingName="MaternityStatusDetailRowDeleting" msprop:Generator_RowChangingName="MaternityStatusDetailRowChanging" msprop:Generator_RowDeletedName="MaternityStatusDetailRowDeleted" msprop:Generator_RowEvHandlerName="MaternityStatusDetailRowChangeEventHandler" msprop:Generator_TableClassName="MaternityStatusDetailDataTable" msprop:Generator_RowChangedName="MaternityStatusDetailRowChanged" msprop:Generator_RowClassName="MaternityStatusDetailRow">
|
|||
|
<xs:complexType>
|
|||
|
<xs:sequence>
|
|||
|
<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="PaymentDate" msprop:Generator_ColumnVarNameInTable="columnPaymentDate" msprop:Generator_ColumnPropNameInRow="PaymentDate" msprop:Generator_ColumnPropNameInTable="PaymentDateColumn" msprop:Generator_UserColumnName="PaymentDate" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="PaymentDays" msprop:Generator_ColumnVarNameInTable="columnPaymentDays" msprop:Generator_ColumnPropNameInRow="PaymentDays" msprop:Generator_ColumnPropNameInTable="PaymentDaysColumn" msprop:Generator_UserColumnName="PaymentDays" 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:string" minOccurs="0" />
|
|||
|
</xs:sequence>
|
|||
|
</xs:complexType>
|
|||
|
</xs:element>
|
|||
|
<xs:element name="FSSDeduct" msprop:Generator_UserTableName="FSSDeduct" msprop:Generator_RowEvArgName="FSSDeductRowChangeEvent" msprop:Generator_TableVarName="tableFSSDeduct" msprop:Generator_TablePropName="FSSDeduct" msprop:Generator_RowDeletingName="FSSDeductRowDeleting" msprop:Generator_RowChangingName="FSSDeductRowChanging" msprop:Generator_RowDeletedName="FSSDeductRowDeleted" msprop:Generator_RowEvHandlerName="FSSDeductRowChangeEventHandler" msprop:Generator_TableClassName="FSSDeductDataTable" msprop:Generator_RowChangedName="FSSDeductRowChanged" msprop:Generator_RowClassName="FSSDeductRow">
|
|||
|
<xs:complexType>
|
|||
|
<xs:sequence>
|
|||
|
<xs:element name="PayableDescription" msprop:Generator_ColumnVarNameInTable="columnPayableDescription" msprop:Generator_ColumnPropNameInRow="PayableDescription" msprop:Generator_ColumnPropNameInTable="PayableDescriptionColumn" msprop:Generator_UserColumnName="PayableDescription" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="PayableAmount" msprop:Generator_ColumnVarNameInTable="columnPayableAmount" msprop:Generator_ColumnPropNameInRow="PayableAmount" msprop:Generator_ColumnPropNameInTable="PayableAmountColumn" msprop:Generator_UserColumnName="PayableAmount" 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="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="SettlementDate" msprop:Generator_ColumnVarNameInTable="columnSettlementDate" msprop:Generator_ColumnPropNameInRow="SettlementDate" msprop:Generator_ColumnPropNameInTable="SettlementDateColumn" msprop:Generator_UserColumnName="SettlementDate" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="TaxAmount" msprop:Generator_ColumnVarNameInTable="columnTaxAmount" msprop:Generator_ColumnPropNameInRow="TaxAmount" msprop:Generator_ColumnPropNameInTable="TaxAmountColumn" msprop:Generator_UserColumnName="TaxAmount" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="NetAmount" msprop:Generator_ColumnVarNameInTable="columnNetAmount" msprop:Generator_ColumnPropNameInRow="NetAmount" msprop:Generator_ColumnPropNameInTable="NetAmountColumn" msprop:Generator_UserColumnName="NetAmount" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="TotalAmount" msprop:Generator_ColumnVarNameInTable="columnTotalAmount" msprop:Generator_ColumnPropNameInRow="TotalAmount" msprop:Generator_ColumnPropNameInTable="TotalAmountColumn" msprop:Generator_UserColumnName="TotalAmount" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="TotalReceivable" msprop:Generator_ColumnVarNameInTable="columnTotalReceivable" msprop:Generator_ColumnPropNameInRow="TotalReceivable" msprop:Generator_ColumnPropNameInTable="TotalReceivableColumn" msprop:Generator_UserColumnName="TotalReceivable" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="TotalPayable" msprop:Generator_ColumnVarNameInTable="columnTotalPayable" msprop:Generator_ColumnPropNameInRow="TotalPayable" msprop:Generator_ColumnPropNameInTable="TotalPayableColumn" msprop:Generator_UserColumnName="TotalPayable" type="xs:string" minOccurs="0" />
|
|||
|
</xs:sequence>
|
|||
|
</xs:complexType>
|
|||
|
</xs:element>
|
|||
|
<xs:element name="FSSAdd" msprop:Generator_UserTableName="FSSAdd" msprop:Generator_RowEvArgName="FSSAddRowChangeEvent" msprop:Generator_TableVarName="tableFSSAdd" msprop:Generator_TablePropName="FSSAdd" msprop:Generator_RowDeletingName="FSSAddRowDeleting" msprop:Generator_RowChangingName="FSSAddRowChanging" msprop:Generator_RowDeletedName="FSSAddRowDeleted" msprop:Generator_RowEvHandlerName="FSSAddRowChangeEventHandler" msprop:Generator_TableClassName="FSSAddDataTable" msprop:Generator_RowChangedName="FSSAddRowChanged" msprop:Generator_RowClassName="FSSAddRow">
|
|||
|
<xs:complexType>
|
|||
|
<xs:sequence>
|
|||
|
<xs:element name="ReceivableDescription" msprop:Generator_ColumnVarNameInTable="columnReceivableDescription" msprop:Generator_ColumnPropNameInRow="ReceivableDescription" msprop:Generator_ColumnPropNameInTable="ReceivableDescriptionColumn" msprop:Generator_UserColumnName="ReceivableDescription" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="ReceivableAmount" msprop:Generator_ColumnVarNameInTable="columnReceivableAmount" msprop:Generator_ColumnPropNameInRow="ReceivableAmount" msprop:Generator_ColumnPropNameInTable="ReceivableAmountColumn" msprop:Generator_UserColumnName="ReceivableAmount" 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="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="SettlementDate" msprop:Generator_ColumnVarNameInTable="columnSettlementDate" msprop:Generator_ColumnPropNameInRow="SettlementDate" msprop:Generator_ColumnPropNameInTable="SettlementDateColumn" msprop:Generator_UserColumnName="SettlementDate" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="TaxAmount" msprop:Generator_ColumnVarNameInTable="columnTaxAmount" msprop:Generator_ColumnPropNameInRow="TaxAmount" msprop:Generator_ColumnPropNameInTable="TaxAmountColumn" msprop:Generator_UserColumnName="TaxAmount" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="NetAmount" msprop:Generator_ColumnVarNameInTable="columnNetAmount" msprop:Generator_ColumnPropNameInRow="NetAmount" msprop:Generator_ColumnPropNameInTable="NetAmountColumn" msprop:Generator_UserColumnName="NetAmount" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="TotalAmount" msprop:Generator_ColumnVarNameInTable="columnTotalAmount" msprop:Generator_ColumnPropNameInRow="TotalAmount" msprop:Generator_ColumnPropNameInTable="TotalAmountColumn" msprop:Generator_UserColumnName="TotalAmount" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="TotalReceivable" msprop:Generator_ColumnVarNameInTable="columnTotalReceivable" msprop:Generator_ColumnPropNameInRow="TotalReceivable" msprop:Generator_ColumnPropNameInTable="TotalReceivableColumn" msprop:Generator_UserColumnName="TotalReceivable" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="TotalPayable" msprop:Generator_ColumnVarNameInTable="columnTotalPayable" msprop:Generator_ColumnPropNameInRow="TotalPayable" msprop:Generator_ColumnPropNameInTable="TotalPayableColumn" msprop:Generator_UserColumnName="TotalPayable" type="xs:string" minOccurs="0" />
|
|||
|
</xs:sequence>
|
|||
|
</xs:complexType>
|
|||
|
</xs:element>
|
|||
|
<xs:element name="GratuityLedger" msprop:Generator_UserTableName="GratuityLedger" msprop:Generator_RowEvArgName="GratuityLedgerRowChangeEvent" msprop:Generator_TableVarName="tableGratuityLedger" msprop:Generator_TablePropName="GratuityLedger" msprop:Generator_RowDeletingName="GratuityLedgerRowDeleting" msprop:Generator_RowChangingName="GratuityLedgerRowChanging" msprop:Generator_RowDeletedName="GratuityLedgerRowDeleted" msprop:Generator_RowEvHandlerName="GratuityLedgerRowChangeEventHandler" msprop:Generator_TableClassName="GratuityLedgerDataTable" msprop:Generator_RowChangedName="GratuityLedgerRowChanged" msprop:Generator_RowClassName="GratuityLedgerRow">
|
|||
|
<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="DateRange" msprop:Generator_ColumnVarNameInTable="columnDateRange" msprop:Generator_ColumnPropNameInRow="DateRange" msprop:Generator_ColumnPropNameInTable="DateRangeColumn" msprop:Generator_UserColumnName="DateRange" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="OpeningDate" msprop:Generator_ColumnVarNameInTable="columnOpeningDate" msprop:Generator_ColumnPropNameInRow="OpeningDate" msprop:Generator_ColumnPropNameInTable="OpeningDateColumn" msprop:Generator_UserColumnName="OpeningDate" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="MonthDescription" msprop:Generator_ColumnVarNameInTable="columnMonthDescription" msprop:Generator_ColumnPropNameInRow="MonthDescription" msprop:Generator_ColumnPropNameInTable="MonthDescriptionColumn" msprop:Generator_UserColumnName="MonthDescription" 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:string" minOccurs="0" />
|
|||
|
<xs:element name="Total" msprop:Generator_ColumnVarNameInTable="columnTotal" msprop:Generator_ColumnPropNameInRow="Total" msprop:Generator_ColumnPropNameInTable="TotalColumn" msprop:Generator_UserColumnName="Total" type="xs:string" minOccurs="0" />
|
|||
|
</xs:sequence>
|
|||
|
</xs:complexType>
|
|||
|
</xs:element>
|
|||
|
<xs:element name="GratuityRegister" msprop:Generator_UserTableName="GratuityRegister" msprop:Generator_RowEvArgName="GratuityRegisterRowChangeEvent" msprop:Generator_TableVarName="tableGratuityRegister" msprop:Generator_TablePropName="GratuityRegister" msprop:Generator_RowDeletingName="GratuityRegisterRowDeleting" msprop:Generator_RowChangingName="GratuityRegisterRowChanging" msprop:Generator_RowDeletedName="GratuityRegisterRowDeleted" msprop:Generator_RowEvHandlerName="GratuityRegisterRowChangeEventHandler" msprop:Generator_TableClassName="GratuityRegisterDataTable" msprop:Generator_RowChangedName="GratuityRegisterRowChanged" msprop:Generator_RowClassName="GratuityRegisterRow">
|
|||
|
<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="MonthDescription" msprop:Generator_ColumnVarNameInTable="columnMonthDescription" msprop:Generator_ColumnPropNameInRow="MonthDescription" msprop:Generator_ColumnPropNameInTable="MonthDescriptionColumn" msprop:Generator_UserColumnName="MonthDescription" 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:string" minOccurs="0" />
|
|||
|
<xs:element name="Period" msprop:Generator_ColumnVarNameInTable="columnPeriod" msprop:Generator_ColumnPropNameInRow="Period" msprop:Generator_ColumnPropNameInTable="PeriodColumn" msprop:Generator_UserColumnName="Period" type="xs:string" minOccurs="0" />
|
|||
|
</xs:sequence>
|
|||
|
</xs:complexType>
|
|||
|
</xs:element>
|
|||
|
<xs:element name="FSSEmpInformation" msprop:Generator_UserTableName="FSSEmpInformation" msprop:Generator_RowEvArgName="FSSEmpInformationRowChangeEvent" msprop:Generator_TableVarName="tableFSSEmpInformation" msprop:Generator_TablePropName="FSSEmpInformation" msprop:Generator_RowDeletingName="FSSEmpInformationRowDeleting" msprop:Generator_RowChangingName="FSSEmpInformationRowChanging" msprop:Generator_RowDeletedName="FSSEmpInformationRowDeleted" msprop:Generator_RowEvHandlerName="FSSEmpInformationRowChangeEventHandler" msprop:Generator_TableClassName="FSSEmpInformationDataTable" msprop:Generator_RowChangedName="FSSEmpInformationRowChanged" msprop:Generator_RowClassName="FSSEmpInformationRow">
|
|||
|
<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="EmploymentDate" msprop:Generator_ColumnVarNameInTable="columnEmploymentDate" msprop:Generator_ColumnPropNameInRow="EmploymentDate" msprop:Generator_ColumnPropNameInTable="EmploymentDateColumn" msprop:Generator_UserColumnName="EmploymentDate" 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="LastServiceDate" msprop:Generator_ColumnVarNameInTable="columnLastServiceDate" msprop:Generator_ColumnPropNameInRow="LastServiceDate" msprop:Generator_ColumnPropNameInTable="LastServiceDateColumn" msprop:Generator_UserColumnName="LastServiceDate" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="DateofNotification" msprop:Generator_ColumnVarNameInTable="columnDateofNotification" msprop:Generator_ColumnPropNameInRow="DateofNotification" msprop:Generator_ColumnPropNameInTable="DateofNotificationColumn" msprop:Generator_UserColumnName="DateofNotification" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="NoticeRequired" msprop:Generator_ColumnVarNameInTable="columnNoticeRequired" msprop:Generator_ColumnPropNameInRow="NoticeRequired" msprop:Generator_ColumnPropNameInTable="NoticeRequiredColumn" msprop:Generator_UserColumnName="NoticeRequired" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="ShortNoticePeriod" msprop:Generator_ColumnVarNameInTable="columnShortNoticePeriod" msprop:Generator_ColumnPropNameInRow="ShortNoticePeriod" msprop:Generator_ColumnPropNameInTable="ShortNoticePeriodColumn" msprop:Generator_UserColumnName="ShortNoticePeriod" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="ServiceLength" msprop:Generator_ColumnVarNameInTable="columnServiceLength" msprop:Generator_ColumnPropNameInRow="ServiceLength" msprop:Generator_ColumnPropNameInTable="ServiceLengthColumn" msprop:Generator_UserColumnName="ServiceLength" 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:string" minOccurs="0" />
|
|||
|
<xs:element name="Gross" msprop:Generator_ColumnVarNameInTable="columnGross" msprop:Generator_ColumnPropNameInRow="Gross" msprop:Generator_ColumnPropNameInTable="GrossColumn" msprop:Generator_UserColumnName="Gross" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="AL" msprop:Generator_ColumnVarNameInTable="columnAL" msprop:Generator_ColumnPropNameInRow="AL" msprop:Generator_ColumnPropNameInTable="ALColumn" msprop:Generator_UserColumnName="AL" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="EncashDays" msprop:Generator_ColumnVarNameInTable="columnEncashDays" msprop:Generator_ColumnPropNameInRow="EncashDays" msprop:Generator_ColumnPropNameInTable="EncashDaysColumn" msprop:Generator_UserColumnName="EncashDays" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="NoticeServed" msprop:Generator_ColumnVarNameInTable="columnNoticeServed" msprop:Generator_ColumnPropNameInRow="NoticeServed" msprop:Generator_ColumnPropNameInTable="NoticeServedColumn" msprop:Generator_UserColumnName="NoticeServed" type="xs:string" minOccurs="0" />
|
|||
|
</xs:sequence>
|
|||
|
</xs:complexType>
|
|||
|
</xs:element>
|
|||
|
<xs:element name="Budget" msprop:Generator_UserTableName="Budget" msprop:Generator_RowEvArgName="BudgetRowChangeEvent" msprop:Generator_TableVarName="tableBudget" msprop:Generator_TablePropName="Budget" msprop:Generator_RowDeletingName="BudgetRowDeleting" msprop:Generator_RowChangingName="BudgetRowChanging" msprop:Generator_RowDeletedName="BudgetRowDeleted" msprop:Generator_RowEvHandlerName="BudgetRowChangeEventHandler" msprop:Generator_TableClassName="BudgetDataTable" msprop:Generator_RowChangedName="BudgetRowChanged" msprop:Generator_RowClassName="BudgetRow">
|
|||
|
<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="Designaton" msprop:Generator_ColumnVarNameInTable="columnDesignaton" msprop:Generator_ColumnPropNameInRow="Designaton" msprop:Generator_ColumnPropNameInTable="DesignatonColumn" msprop:Generator_UserColumnName="Designaton" 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="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="DateRange" msprop:Generator_ColumnVarNameInTable="columnDateRange" msprop:Generator_ColumnPropNameInRow="DateRange" msprop:Generator_ColumnPropNameInTable="DateRangeColumn" msprop:Generator_UserColumnName="DateRange" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="position" msprop:Generator_ColumnVarNameInTable="columnposition" msprop:Generator_ColumnPropNameInRow="position" msprop:Generator_ColumnPropNameInTable="positionColumn" msprop:Generator_UserColumnName="position" type="xs:short" minOccurs="0" />
|
|||
|
</xs:sequence>
|
|||
|
</xs:complexType>
|
|||
|
</xs:element>
|
|||
|
<xs:element name="BudgetCC" msprop:Generator_UserTableName="BudgetCC" msprop:Generator_RowEvArgName="BudgetCCRowChangeEvent" msprop:Generator_TableVarName="tableBudgetCC" msprop:Generator_TablePropName="BudgetCC" msprop:Generator_RowDeletingName="BudgetCCRowDeleting" msprop:Generator_RowChangingName="BudgetCCRowChanging" msprop:Generator_RowDeletedName="BudgetCCRowDeleted" msprop:Generator_RowEvHandlerName="BudgetCCRowChangeEventHandler" msprop:Generator_TableClassName="BudgetCCDataTable" msprop:Generator_RowChangedName="BudgetCCRowChanged" msprop:Generator_RowClassName="BudgetCCRow">
|
|||
|
<xs:complexType>
|
|||
|
<xs:sequence>
|
|||
|
<xs:element name="CC" msprop:Generator_ColumnVarNameInTable="columnCC" msprop:Generator_ColumnPropNameInRow="CC" msprop:Generator_ColumnPropNameInTable="CCColumn" msprop:Generator_UserColumnName="CC" 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="Designaton" msprop:Generator_ColumnVarNameInTable="columnDesignaton" msprop:Generator_ColumnPropNameInRow="Designaton" msprop:Generator_ColumnPropNameInTable="DesignatonColumn" msprop:Generator_UserColumnName="Designaton" 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="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="DateRange" msprop:Generator_ColumnVarNameInTable="columnDateRange" msprop:Generator_ColumnPropNameInRow="DateRange" msprop:Generator_ColumnPropNameInTable="DateRangeColumn" msprop:Generator_UserColumnName="DateRange" type="xs:string" minOccurs="0" />
|
|||
|
</xs:sequence>
|
|||
|
</xs:complexType>
|
|||
|
</xs:element>
|
|||
|
<xs:element name="BudgetComparison" msprop:Generator_UserTableName="BudgetComparison" msprop:Generator_RowEvArgName="BudgetComparisonRowChangeEvent" msprop:Generator_TableVarName="tableBudgetComparison" msprop:Generator_TablePropName="BudgetComparison" msprop:Generator_RowDeletingName="BudgetComparisonRowDeleting" msprop:Generator_RowChangingName="BudgetComparisonRowChanging" msprop:Generator_RowDeletedName="BudgetComparisonRowDeleted" msprop:Generator_RowEvHandlerName="BudgetComparisonRowChangeEventHandler" msprop:Generator_TableClassName="BudgetComparisonDataTable" msprop:Generator_RowChangedName="BudgetComparisonRowChanged" msprop:Generator_RowClassName="BudgetComparisonRow">
|
|||
|
<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="BasicSalary" msprop:Generator_ColumnVarNameInTable="columnBasicSalary" msprop:Generator_ColumnPropNameInRow="BasicSalary" msprop:Generator_ColumnPropNameInTable="BasicSalaryColumn" msprop:Generator_UserColumnName="BasicSalary" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="GuaranteedCash" msprop:Generator_ColumnVarNameInTable="columnGuaranteedCash" msprop:Generator_ColumnPropNameInRow="GuaranteedCash" msprop:Generator_ColumnPropNameInTable="GuaranteedCashColumn" msprop:Generator_UserColumnName="GuaranteedCash" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="YearlyBase" msprop:Generator_ColumnVarNameInTable="columnYearlyBase" msprop:Generator_ColumnPropNameInRow="YearlyBase" msprop:Generator_ColumnPropNameInTable="YearlyBaseColumn" msprop:Generator_UserColumnName="YearlyBase" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="CTCA" msprop:Generator_ColumnVarNameInTable="columnCTCA" msprop:Generator_ColumnPropNameInRow="CTCA" msprop:Generator_ColumnPropNameInTable="CTCAColumn" msprop:Generator_UserColumnName="CTCA" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="CTCB" msprop:Generator_ColumnVarNameInTable="columnCTCB" msprop:Generator_ColumnPropNameInRow="CTCB" msprop:Generator_ColumnPropNameInTable="CTCBColumn" msprop:Generator_UserColumnName="CTCB" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="CTC" msprop:Generator_ColumnVarNameInTable="columnCTC" msprop:Generator_ColumnPropNameInRow="CTC" msprop:Generator_ColumnPropNameInTable="CTCColumn" msprop:Generator_UserColumnName="CTC" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="DataColumn1" msprop:Generator_ColumnVarNameInTable="columnDataColumn1" msprop:Generator_ColumnPropNameInRow="DataColumn1" msprop:Generator_ColumnPropNameInTable="DataColumn1Column" msprop:Generator_UserColumnName="DataColumn1" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="DataColumn2" msprop:Generator_ColumnVarNameInTable="columnDataColumn2" msprop:Generator_ColumnPropNameInRow="DataColumn2" msprop:Generator_ColumnPropNameInTable="DataColumn2Column" msprop:Generator_UserColumnName="DataColumn2" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="DataColumn" msprop:Generator_ColumnVarNameInTable="columnDataColumn" msprop:Generator_ColumnPropNameInRow="DataColumn" msprop:Generator_ColumnPropNameInTable="DataColumnColumn" msprop:Generator_UserColumnName="DataColumn" type="xs:string" minOccurs="0" />
|
|||
|
</xs:sequence>
|
|||
|
</xs:complexType>
|
|||
|
</xs:element>
|
|||
|
<xs:element name="FSSAddItem" msprop:Generator_UserTableName="FSSAddItem" msprop:Generator_RowEvArgName="FSSAddItemRowChangeEvent" msprop:Generator_TableVarName="tableFSSAddItem" msprop:Generator_TablePropName="FSSAddItem" msprop:Generator_RowDeletingName="FSSAddItemRowDeleting" msprop:Generator_RowChangingName="FSSAddItemRowChanging" msprop:Generator_RowDeletedName="FSSAddItemRowDeleted" msprop:Generator_RowEvHandlerName="FSSAddItemRowChangeEventHandler" msprop:Generator_TableClassName="FSSAddItemDataTable" msprop:Generator_RowChangedName="FSSAddItemRowChanged" msprop:Generator_RowClassName="FSSAddItemRow">
|
|||
|
<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="Amount" msprop:Generator_ColumnVarNameInTable="columnAmount" msprop:Generator_ColumnPropNameInRow="Amount" msprop:Generator_ColumnPropNameInTable="AmountColumn" msprop:Generator_UserColumnName="Amount" type="xs:double" minOccurs="0" />
|
|||
|
</xs:sequence>
|
|||
|
</xs:complexType>
|
|||
|
</xs:element>
|
|||
|
<xs:element name="FSSDeductItem" msprop:Generator_UserTableName="FSSDeductItem" msprop:Generator_RowEvArgName="FSSDeductItemRowChangeEvent" msprop:Generator_TableVarName="tableFSSDeductItem" msprop:Generator_TablePropName="FSSDeductItem" msprop:Generator_RowDeletingName="FSSDeductItemRowDeleting" msprop:Generator_RowChangingName="FSSDeductItemRowChanging" msprop:Generator_RowDeletedName="FSSDeductItemRowDeleted" msprop:Generator_RowEvHandlerName="FSSDeductItemRowChangeEventHandler" msprop:Generator_TableClassName="FSSDeductItemDataTable" msprop:Generator_RowChangedName="FSSDeductItemRowChanged" msprop:Generator_RowClassName="FSSDeductItemRow">
|
|||
|
<xs:complexType>
|
|||
|
<xs:sequence>
|
|||
|
<xs:element name="Name1" msprop:Generator_ColumnVarNameInTable="columnName1" msprop:Generator_ColumnPropNameInRow="Name1" msprop:Generator_ColumnPropNameInTable="Name1Column" msprop:Generator_UserColumnName="Name1" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="Amount1" msprop:Generator_ColumnVarNameInTable="columnAmount1" msprop:Generator_ColumnPropNameInRow="Amount1" msprop:Generator_ColumnPropNameInTable="Amount1Column" msprop:Generator_UserColumnName="Amount1" type="xs:double" minOccurs="0" />
|
|||
|
</xs:sequence>
|
|||
|
</xs:complexType>
|
|||
|
</xs:element>
|
|||
|
<xs:element name="FSSAddOtherItem" msprop:Generator_UserTableName="FSSAddOtherItem" msprop:Generator_RowEvArgName="FSSAddOtherItemRowChangeEvent" msprop:Generator_TableVarName="tableFSSAddOtherItem" msprop:Generator_TablePropName="FSSAddOtherItem" msprop:Generator_RowDeletingName="FSSAddOtherItemRowDeleting" msprop:Generator_RowChangingName="FSSAddOtherItemRowChanging" msprop:Generator_RowDeletedName="FSSAddOtherItemRowDeleted" msprop:Generator_RowEvHandlerName="FSSAddOtherItemRowChangeEventHandler" msprop:Generator_TableClassName="FSSAddOtherItemDataTable" msprop:Generator_RowChangedName="FSSAddOtherItemRowChanged" msprop:Generator_RowClassName="FSSAddOtherItemRow">
|
|||
|
<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="Amount" msprop:Generator_ColumnVarNameInTable="columnAmount" msprop:Generator_ColumnPropNameInRow="Amount" msprop:Generator_ColumnPropNameInTable="AmountColumn" msprop:Generator_UserColumnName="Amount" type="xs:double" minOccurs="0" />
|
|||
|
</xs:sequence>
|
|||
|
</xs:complexType>
|
|||
|
</xs:element>
|
|||
|
<xs:element name="FStkinwords" msprop:Generator_UserTableName="FStkinwords" msprop:Generator_RowEvArgName="FStkinwordsRowChangeEvent" msprop:Generator_TableVarName="tableFStkinwords" msprop:Generator_TablePropName="FStkinwords" msprop:Generator_RowDeletingName="FStkinwordsRowDeleting" msprop:Generator_RowChangingName="FStkinwordsRowChanging" msprop:Generator_RowDeletedName="FStkinwordsRowDeleted" msprop:Generator_RowEvHandlerName="FStkinwordsRowChangeEventHandler" msprop:Generator_TableClassName="FStkinwordsDataTable" msprop:Generator_RowChangedName="FStkinwordsRowChanged" msprop:Generator_RowClassName="FStkinwordsRow">
|
|||
|
<xs:complexType>
|
|||
|
<xs:sequence>
|
|||
|
<xs:element name="taka" msprop:Generator_ColumnVarNameInTable="columntaka" msprop:Generator_ColumnPropNameInRow="taka" msprop:Generator_ColumnPropNameInTable="takaColumn" msprop:Generator_UserColumnName="taka" type="xs:string" minOccurs="0" />
|
|||
|
</xs:sequence>
|
|||
|
</xs:complexType>
|
|||
|
</xs:element>
|
|||
|
<xs:element name="FSSsalaryComponent" msprop:Generator_UserTableName="FSSsalaryComponent" msprop:Generator_RowEvArgName="FSSsalaryComponentRowChangeEvent" msprop:Generator_TableVarName="tableFSSsalaryComponent" msprop:Generator_TablePropName="FSSsalaryComponent" msprop:Generator_RowDeletingName="FSSsalaryComponentRowDeleting" msprop:Generator_RowChangingName="FSSsalaryComponentRowChanging" msprop:Generator_RowDeletedName="FSSsalaryComponentRowDeleted" msprop:Generator_RowEvHandlerName="FSSsalaryComponentRowChangeEventHandler" msprop:Generator_TableClassName="FSSsalaryComponentDataTable" msprop:Generator_RowChangedName="FSSsalaryComponentRowChanged" msprop:Generator_RowClassName="FSSsalaryComponentRow">
|
|||
|
<xs:complexType>
|
|||
|
<xs:sequence>
|
|||
|
<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="utility" msprop:Generator_ColumnVarNameInTable="columnutility" msprop:Generator_ColumnPropNameInRow="utility" msprop:Generator_ColumnPropNameInTable="utilityColumn" msprop:Generator_UserColumnName="utility" 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="upkeep" msprop:Generator_ColumnVarNameInTable="columnupkeep" msprop:Generator_ColumnPropNameInRow="upkeep" msprop:Generator_ColumnPropNameInTable="upkeepColumn" msprop:Generator_UserColumnName="upkeep" 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="vehical" msprop:Generator_ColumnVarNameInTable="columnvehical" msprop:Generator_ColumnPropNameInRow="vehical" msprop:Generator_ColumnPropNameInTable="vehicalColumn" msprop:Generator_UserColumnName="vehical" type="xs:double" minOccurs="0" />
|
|||
|
<xs:element name="entertainment" msprop:Generator_ColumnVarNameInTable="columnentertainment" msprop:Generator_ColumnPropNameInRow="entertainment" msprop:Generator_ColumnPropNameInTable="entertainmentColumn" msprop:Generator_UserColumnName="entertainment" 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="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="lfa" msprop:Generator_ColumnVarNameInTable="columnlfa" msprop:Generator_ColumnPropNameInRow="lfa" msprop:Generator_ColumnPropNameInTable="lfaColumn" msprop:Generator_UserColumnName="lfa" type="xs:double" minOccurs="0" />
|
|||
|
</xs:sequence>
|
|||
|
</xs:complexType>
|
|||
|
</xs:element>
|
|||
|
<xs:element name="FSEmp" msprop:Generator_UserTableName="FSEmp" msprop:Generator_RowEvArgName="FSEmpRowChangeEvent" msprop:Generator_TableVarName="tableFSEmp" msprop:Generator_TablePropName="FSEmp" msprop:Generator_RowDeletingName="FSEmpRowDeleting" msprop:Generator_RowChangingName="FSEmpRowChanging" msprop:Generator_RowDeletedName="FSEmpRowDeleted" msprop:Generator_RowEvHandlerName="FSEmpRowChangeEventHandler" msprop:Generator_TableClassName="FSEmpDataTable" msprop:Generator_RowChangedName="FSEmpRowChanged" msprop:Generator_RowClassName="FSEmpRow">
|
|||
|
<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="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="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="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="DateofJoining" msprop:Generator_ColumnVarNameInTable="columnDateofJoining" msprop:Generator_ColumnPropNameInRow="DateofJoining" msprop:Generator_ColumnPropNameInTable="DateofJoiningColumn" msprop:Generator_UserColumnName="DateofJoining" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="EmpStatus" msprop:Generator_ColumnVarNameInTable="columnEmpStatus" msprop:Generator_ColumnPropNameInRow="EmpStatus" msprop:Generator_ColumnPropNameInTable="EmpStatusColumn" msprop:Generator_UserColumnName="EmpStatus" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="ResignationDate" msprop:Generator_ColumnVarNameInTable="columnResignationDate" msprop:Generator_ColumnPropNameInRow="ResignationDate" msprop:Generator_ColumnPropNameInTable="ResignationDateColumn" msprop:Generator_UserColumnName="ResignationDate" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="ReleaseDate" msprop:Generator_ColumnVarNameInTable="columnReleaseDate" msprop:Generator_ColumnPropNameInRow="ReleaseDate" msprop:Generator_ColumnPropNameInTable="ReleaseDateColumn" msprop:Generator_UserColumnName="ReleaseDate" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="RequiredNotice" msprop:Generator_ColumnVarNameInTable="columnRequiredNotice" msprop:Generator_ColumnPropNameInRow="RequiredNotice" msprop:Generator_ColumnPropNameInTable="RequiredNoticeColumn" msprop:Generator_UserColumnName="RequiredNotice" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="ShortNotice" msprop:Generator_ColumnVarNameInTable="columnShortNotice" msprop:Generator_ColumnPropNameInRow="ShortNotice" msprop:Generator_ColumnPropNameInTable="ShortNoticeColumn" msprop:Generator_UserColumnName="ShortNotice" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="ServiceLength" msprop:Generator_ColumnVarNameInTable="columnServiceLength" msprop:Generator_ColumnPropNameInRow="ServiceLength" msprop:Generator_ColumnPropNameInTable="ServiceLengthColumn" msprop:Generator_UserColumnName="ServiceLength" 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:sequence>
|
|||
|
</xs:complexType>
|
|||
|
</xs:element>
|
|||
|
<xs:element name="FSSFracsalary" msprop:Generator_UserTableName="FSSFracsalary" msprop:Generator_RowEvArgName="FSSFracsalaryRowChangeEvent" msprop:Generator_TableVarName="tableFSSFracsalary" msprop:Generator_TablePropName="FSSFracsalary" msprop:Generator_RowDeletingName="FSSFracsalaryRowDeleting" msprop:Generator_RowChangingName="FSSFracsalaryRowChanging" msprop:Generator_RowDeletedName="FSSFracsalaryRowDeleted" msprop:Generator_RowEvHandlerName="FSSFracsalaryRowChangeEventHandler" msprop:Generator_TableClassName="FSSFracsalaryDataTable" msprop:Generator_RowChangedName="FSSFracsalaryRowChanged" msprop:Generator_RowClassName="FSSFracsalaryRow">
|
|||
|
<xs:complexType>
|
|||
|
<xs:sequence>
|
|||
|
<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="utility" msprop:Generator_ColumnVarNameInTable="columnutility" msprop:Generator_ColumnPropNameInRow="utility" msprop:Generator_ColumnPropNameInTable="utilityColumn" msprop:Generator_UserColumnName="utility" 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="upkeep" msprop:Generator_ColumnVarNameInTable="columnupkeep" msprop:Generator_ColumnPropNameInRow="upkeep" msprop:Generator_ColumnPropNameInTable="upkeepColumn" msprop:Generator_UserColumnName="upkeep" 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="vehical" msprop:Generator_ColumnVarNameInTable="columnvehical" msprop:Generator_ColumnPropNameInRow="vehical" msprop:Generator_ColumnPropNameInTable="vehicalColumn" msprop:Generator_UserColumnName="vehical" type="xs:double" minOccurs="0" />
|
|||
|
<xs:element name="entertainment" msprop:Generator_ColumnVarNameInTable="columnentertainment" msprop:Generator_ColumnPropNameInRow="entertainment" msprop:Generator_ColumnPropNameInTable="entertainmentColumn" msprop:Generator_UserColumnName="entertainment" 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="Days" msprop:Generator_ColumnVarNameInTable="columnDays" msprop:Generator_ColumnPropNameInRow="Days" msprop:Generator_ColumnPropNameInTable="DaysColumn" msprop:Generator_UserColumnName="Days" type="xs:double" minOccurs="0" />
|
|||
|
</xs:sequence>
|
|||
|
</xs:complexType>
|
|||
|
</xs:element>
|
|||
|
<xs:element name="FSPreLeave" msprop:Generator_UserTableName="FSPreLeave" msprop:Generator_RowEvArgName="FSPreLeaveRowChangeEvent" msprop:Generator_TableVarName="tableFSPreLeave" msprop:Generator_TablePropName="FSPreLeave" msprop:Generator_RowDeletingName="FSPreLeaveRowDeleting" msprop:Generator_RowChangingName="FSPreLeaveRowChanging" msprop:Generator_RowDeletedName="FSPreLeaveRowDeleted" msprop:Generator_RowEvHandlerName="FSPreLeaveRowChangeEventHandler" msprop:Generator_TableClassName="FSPreLeaveDataTable" msprop:Generator_RowChangedName="FSPreLeaveRowChanged" msprop:Generator_RowClassName="FSPreLeaveRow">
|
|||
|
<xs:complexType>
|
|||
|
<xs:sequence>
|
|||
|
<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="utility" msprop:Generator_ColumnVarNameInTable="columnutility" msprop:Generator_ColumnPropNameInRow="utility" msprop:Generator_ColumnPropNameInTable="utilityColumn" msprop:Generator_UserColumnName="utility" 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="upkeep" msprop:Generator_ColumnVarNameInTable="columnupkeep" msprop:Generator_ColumnPropNameInRow="upkeep" msprop:Generator_ColumnPropNameInTable="upkeepColumn" msprop:Generator_UserColumnName="upkeep" type="xs:double" minOccurs="0" />
|
|||
|
<xs:element name="Days" msprop:Generator_ColumnVarNameInTable="columnDays" msprop:Generator_ColumnPropNameInRow="Days" msprop:Generator_ColumnPropNameInTable="DaysColumn" msprop:Generator_UserColumnName="Days" type="xs:double" minOccurs="0" />
|
|||
|
</xs:sequence>
|
|||
|
</xs:complexType>
|
|||
|
</xs:element>
|
|||
|
<xs:element name="fsdec" msprop:Generator_UserTableName="fsdec" msprop:Generator_RowEvArgName="fsdecRowChangeEvent" msprop:Generator_TableVarName="tablefsdec" msprop:Generator_TablePropName="fsdec" msprop:Generator_RowDeletingName="fsdecRowDeleting" msprop:Generator_RowChangingName="fsdecRowChanging" msprop:Generator_RowDeletedName="fsdecRowDeleted" msprop:Generator_RowEvHandlerName="fsdecRowChangeEventHandler" msprop:Generator_TableClassName="fsdecDataTable" msprop:Generator_RowChangedName="fsdecRowChanged" msprop:Generator_RowClassName="fsdecRow">
|
|||
|
<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="value" msprop:Generator_ColumnVarNameInTable="columnvalue" msprop:Generator_ColumnPropNameInRow="value" msprop:Generator_ColumnPropNameInTable="valueColumn" msprop:Generator_UserColumnName="value" type="xs:string" minOccurs="0" />
|
|||
|
</xs:sequence>
|
|||
|
</xs:complexType>
|
|||
|
</xs:element>
|
|||
|
<xs:element name="fstotal" msprop:Generator_UserTableName="fstotal" msprop:Generator_RowEvArgName="fstotalRowChangeEvent" msprop:Generator_TableVarName="tablefstotal" msprop:Generator_TablePropName="fstotal" msprop:Generator_RowDeletingName="fstotalRowDeleting" msprop:Generator_RowChangingName="fstotalRowChanging" msprop:Generator_RowDeletedName="fstotalRowDeleted" msprop:Generator_RowEvHandlerName="fstotalRowChangeEventHandler" msprop:Generator_TableClassName="fstotalDataTable" msprop:Generator_RowChangedName="fstotalRowChanged" msprop:Generator_RowClassName="fstotalRow">
|
|||
|
<xs:complexType>
|
|||
|
<xs:sequence>
|
|||
|
<xs:element name="amt" msprop:Generator_ColumnVarNameInTable="columnamt" msprop:Generator_ColumnPropNameInRow="amt" msprop:Generator_ColumnPropNameInTable="amtColumn" msprop:Generator_UserColumnName="amt" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="due" msprop:Generator_ColumnVarNameInTable="columndue" msprop:Generator_ColumnPropNameInRow="due" msprop:Generator_ColumnPropNameInTable="dueColumn" msprop:Generator_UserColumnName="due" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="totalAmt" msprop:Generator_ColumnVarNameInTable="columntotalAmt" msprop:Generator_ColumnPropNameInRow="totalAmt" msprop:Generator_ColumnPropNameInTable="totalAmtColumn" msprop:Generator_UserColumnName="totalAmt" type="xs:string" minOccurs="0" />
|
|||
|
</xs:sequence>
|
|||
|
</xs:complexType>
|
|||
|
</xs:element>
|
|||
|
<xs:element name="LeaveBalance" msprop:Generator_UserTableName="LeaveBalance" msprop:Generator_RowEvArgName="LeaveBalanceRowChangeEvent" msprop:Generator_TableVarName="tableLeaveBalance" msprop:Generator_TablePropName="LeaveBalance" msprop:Generator_RowDeletingName="LeaveBalanceRowDeleting" msprop:Generator_RowChangingName="LeaveBalanceRowChanging" msprop:Generator_RowDeletedName="LeaveBalanceRowDeleted" msprop:Generator_RowEvHandlerName="LeaveBalanceRowChangeEventHandler" msprop:Generator_TableClassName="LeaveBalanceDataTable" msprop:Generator_RowChangedName="LeaveBalanceRowChanged" msprop:Generator_RowClassName="LeaveBalanceRow">
|
|||
|
<xs:complexType>
|
|||
|
<xs:sequence>
|
|||
|
<xs:element name="Leave" msprop:Generator_ColumnVarNameInTable="columnLeave" msprop:Generator_ColumnPropNameInRow="Leave" msprop:Generator_ColumnPropNameInTable="LeaveColumn" msprop:Generator_UserColumnName="Leave" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="Opening" msprop:Generator_ColumnVarNameInTable="columnOpening" msprop:Generator_ColumnPropNameInRow="Opening" msprop:Generator_ColumnPropNameInTable="OpeningColumn" msprop:Generator_UserColumnName="Opening" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="Availed" msprop:Generator_ColumnVarNameInTable="columnAvailed" msprop:Generator_ColumnPropNameInRow="Availed" msprop:Generator_ColumnPropNameInTable="AvailedColumn" msprop:Generator_UserColumnName="Availed" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="Balance" msprop:Generator_ColumnVarNameInTable="columnBalance" msprop:Generator_ColumnPropNameInRow="Balance" msprop:Generator_ColumnPropNameInTable="BalanceColumn" msprop:Generator_UserColumnName="Balance" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="CFDays" msprop:Generator_ColumnVarNameInTable="columnCFDays" msprop:Generator_ColumnPropNameInRow="CFDays" msprop:Generator_ColumnPropNameInTable="CFDaysColumn" msprop:Generator_UserColumnName="CFDays" type="xs:string" minOccurs="0" />
|
|||
|
</xs:sequence>
|
|||
|
</xs:complexType>
|
|||
|
</xs:element>
|
|||
|
<xs:element name="EmployeesTaxDeduction" msprop:Generator_UserTableName="EmployeesTaxDeduction" msprop:Generator_RowEvArgName="EmployeesTaxDeductionRowChangeEvent" msprop:Generator_TableVarName="tableEmployeesTaxDeduction" msprop:Generator_TablePropName="EmployeesTaxDeduction" msprop:Generator_RowDeletingName="EmployeesTaxDeductionRowDeleting" msprop:Generator_RowChangingName="EmployeesTaxDeductionRowChanging" msprop:Generator_RowDeletedName="EmployeesTaxDeductionRowDeleted" msprop:Generator_RowEvHandlerName="EmployeesTaxDeductionRowChangeEventHandler" msprop:Generator_TableClassName="EmployeesTaxDeductionDataTable" msprop:Generator_RowChangedName="EmployeesTaxDeductionRowChanged" msprop:Generator_RowClassName="EmployeesTaxDeductionRow">
|
|||
|
<xs:complexType>
|
|||
|
<xs:sequence>
|
|||
|
<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="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="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="Value" msprop:Generator_ColumnVarNameInTable="columnValue" msprop:Generator_ColumnPropNameInRow="Value" msprop:Generator_ColumnPropNameInTable="ValueColumn" msprop:Generator_UserColumnName="Value" type="xs:string" 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:sequence>
|
|||
|
</xs:complexType>
|
|||
|
</xs:element>
|
|||
|
<xs:element name="TaxInvestment" msprop:Generator_UserTableName="TaxInvestment" msprop:Generator_RowEvArgName="TaxInvestmentRowChangeEvent" msprop:Generator_TableVarName="tableTaxInvestment" msprop:Generator_TablePropName="TaxInvestment" msprop:Generator_RowDeletingName="TaxInvestmentRowDeleting" msprop:Generator_RowChangingName="TaxInvestmentRowChanging" msprop:Generator_RowDeletedName="TaxInvestmentRowDeleted" msprop:Generator_RowEvHandlerName="TaxInvestmentRowChangeEventHandler" msprop:Generator_TableClassName="TaxInvestmentDataTable" msprop:Generator_RowChangedName="TaxInvestmentRowChanged" msprop:Generator_RowClassName="TaxInvestmentRow">
|
|||
|
<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="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="PFBothPart" msprop:Generator_ColumnVarNameInTable="columnPFBothPart" msprop:Generator_ColumnPropNameInRow="PFBothPart" msprop:Generator_ColumnPropNameInTable="PFBothPartColumn" msprop:Generator_UserColumnName="PFBothPart" type="xs:double" minOccurs="0" />
|
|||
|
<xs:element name="SalaryIncome" msprop:Generator_ColumnVarNameInTable="columnSalaryIncome" msprop:Generator_ColumnPropNameInRow="SalaryIncome" msprop:Generator_ColumnPropNameInTable="SalaryIncomeColumn" msprop:Generator_UserColumnName="SalaryIncome" type="xs:double" minOccurs="0" />
|
|||
|
<xs:element name="Investment" msprop:Generator_ColumnVarNameInTable="columnInvestment" msprop:Generator_ColumnPropNameInRow="Investment" msprop:Generator_ColumnPropNameInTable="InvestmentColumn" msprop:Generator_UserColumnName="Investment" type="xs:double" minOccurs="0" />
|
|||
|
<xs:element name="ActualInvestment" msprop:Generator_ColumnVarNameInTable="columnActualInvestment" msprop:Generator_ColumnPropNameInRow="ActualInvestment" msprop:Generator_ColumnPropNameInTable="ActualInvestmentColumn" msprop:Generator_UserColumnName="ActualInvestment" type="xs:double" minOccurs="0" />
|
|||
|
</xs:sequence>
|
|||
|
</xs:complexType>
|
|||
|
</xs:element>
|
|||
|
<xs:element name="TaxChallan" msprop:Generator_UserTableName="TaxChallan" msprop:Generator_RowEvArgName="TaxChallanRowChangeEvent" msprop:Generator_TableVarName="tableTaxChallan" msprop:Generator_TablePropName="TaxChallan" msprop:Generator_RowDeletingName="TaxChallanRowDeleting" msprop:Generator_RowChangingName="TaxChallanRowChanging" msprop:Generator_RowDeletedName="TaxChallanRowDeleted" msprop:Generator_RowEvHandlerName="TaxChallanRowChangeEventHandler" msprop:Generator_TableClassName="TaxChallanDataTable" msprop:Generator_RowChangedName="TaxChallanRowChanged" msprop:Generator_RowClassName="TaxChallanRow">
|
|||
|
<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="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="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="ChallanNo" msprop:Generator_ColumnVarNameInTable="columnChallanNo" msprop:Generator_ColumnPropNameInRow="ChallanNo" msprop:Generator_ColumnPropNameInTable="ChallanNoColumn" msprop:Generator_UserColumnName="ChallanNo" 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:sequence>
|
|||
|
</xs:complexType>
|
|||
|
</xs:element>
|
|||
|
<xs:element name="LeaveApplication" msprop:Generator_UserTableName="LeaveApplication" msprop:Generator_RowEvArgName="LeaveApplicationRowChangeEvent" msprop:Generator_TableVarName="tableLeaveApplication" msprop:Generator_TablePropName="LeaveApplication" msprop:Generator_RowDeletingName="LeaveApplicationRowDeleting" msprop:Generator_RowChangingName="LeaveApplicationRowChanging" msprop:Generator_RowDeletedName="LeaveApplicationRowDeleted" msprop:Generator_RowEvHandlerName="LeaveApplicationRowChangeEventHandler" msprop:Generator_TableClassName="LeaveApplicationDataTable" msprop:Generator_RowChangedName="LeaveApplicationRowChanged" msprop:Generator_RowClassName="LeaveApplicationRow">
|
|||
|
<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="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="CardNo" msprop:Generator_ColumnVarNameInTable="columnCardNo" msprop:Generator_ColumnPropNameInRow="CardNo" msprop:Generator_ColumnPropNameInTable="CardNoColumn" msprop:Generator_UserColumnName="CardNo" 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="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="CLOpen" msprop:Generator_ColumnVarNameInTable="columnCLOpen" msprop:Generator_ColumnPropNameInRow="CLOpen" msprop:Generator_ColumnPropNameInTable="CLOpenColumn" msprop:Generator_UserColumnName="CLOpen" type="xs:int" minOccurs="0" />
|
|||
|
<xs:element name="CLAvailed" msprop:Generator_ColumnVarNameInTable="columnCLAvailed" msprop:Generator_ColumnPropNameInRow="CLAvailed" msprop:Generator_ColumnPropNameInTable="CLAvailedColumn" msprop:Generator_UserColumnName="CLAvailed" type="xs:int" minOccurs="0" />
|
|||
|
<xs:element name="CLClose" msprop:Generator_ColumnVarNameInTable="columnCLClose" msprop:Generator_ColumnPropNameInRow="CLClose" msprop:Generator_ColumnPropNameInTable="CLCloseColumn" msprop:Generator_UserColumnName="CLClose" type="xs:int" minOccurs="0" />
|
|||
|
<xs:element name="MLOpen" msprop:Generator_ColumnVarNameInTable="columnMLOpen" msprop:Generator_ColumnPropNameInRow="MLOpen" msprop:Generator_ColumnPropNameInTable="MLOpenColumn" msprop:Generator_UserColumnName="MLOpen" type="xs:int" minOccurs="0" />
|
|||
|
<xs:element name="MLAvailed" msprop:Generator_ColumnVarNameInTable="columnMLAvailed" msprop:Generator_ColumnPropNameInRow="MLAvailed" msprop:Generator_ColumnPropNameInTable="MLAvailedColumn" msprop:Generator_UserColumnName="MLAvailed" type="xs:int" minOccurs="0" />
|
|||
|
<xs:element name="MLClosing" msprop:Generator_ColumnVarNameInTable="columnMLClosing" msprop:Generator_ColumnPropNameInRow="MLClosing" msprop:Generator_ColumnPropNameInTable="MLClosingColumn" msprop:Generator_UserColumnName="MLClosing" type="xs:int" minOccurs="0" />
|
|||
|
<xs:element name="ELOpen" msprop:Generator_ColumnVarNameInTable="columnELOpen" msprop:Generator_ColumnPropNameInRow="ELOpen" msprop:Generator_ColumnPropNameInTable="ELOpenColumn" msprop:Generator_UserColumnName="ELOpen" type="xs:int" minOccurs="0" />
|
|||
|
<xs:element name="ELAvailed" msprop:Generator_ColumnVarNameInTable="columnELAvailed" msprop:Generator_ColumnPropNameInRow="ELAvailed" msprop:Generator_ColumnPropNameInTable="ELAvailedColumn" msprop:Generator_UserColumnName="ELAvailed" type="xs:int" minOccurs="0" />
|
|||
|
<xs:element name="ELClosing" msprop:Generator_ColumnVarNameInTable="columnELClosing" msprop:Generator_ColumnPropNameInRow="ELClosing" msprop:Generator_ColumnPropNameInTable="ELClosingColumn" msprop:Generator_UserColumnName="ELClosing" type="xs:int" minOccurs="0" />
|
|||
|
<xs:element name="MatLOpen" msprop:Generator_ColumnVarNameInTable="columnMatLOpen" msprop:Generator_ColumnPropNameInRow="MatLOpen" msprop:Generator_ColumnPropNameInTable="MatLOpenColumn" msprop:Generator_UserColumnName="MatLOpen" type="xs:int" minOccurs="0" />
|
|||
|
<xs:element name="MatLAvailed" msprop:Generator_ColumnVarNameInTable="columnMatLAvailed" msprop:Generator_ColumnPropNameInRow="MatLAvailed" msprop:Generator_ColumnPropNameInTable="MatLAvailedColumn" msprop:Generator_UserColumnName="MatLAvailed" type="xs:int" minOccurs="0" />
|
|||
|
<xs:element name="MatLClosing" msprop:Generator_ColumnVarNameInTable="columnMatLClosing" msprop:Generator_ColumnPropNameInRow="MatLClosing" msprop:Generator_ColumnPropNameInTable="MatLClosingColumn" msprop:Generator_UserColumnName="MatLClosing" type="xs:int" minOccurs="0" />
|
|||
|
<xs:element name="PatLOpen" msprop:Generator_ColumnVarNameInTable="columnPatLOpen" msprop:Generator_ColumnPropNameInRow="PatLOpen" msprop:Generator_ColumnPropNameInTable="PatLOpenColumn" msprop:Generator_UserColumnName="PatLOpen" type="xs:int" minOccurs="0" />
|
|||
|
<xs:element name="PatLAvailed" msprop:Generator_ColumnVarNameInTable="columnPatLAvailed" msprop:Generator_ColumnPropNameInRow="PatLAvailed" msprop:Generator_ColumnPropNameInTable="PatLAvailedColumn" msprop:Generator_UserColumnName="PatLAvailed" type="xs:int" minOccurs="0" />
|
|||
|
<xs:element name="PatLClosing" msprop:Generator_ColumnVarNameInTable="columnPatLClosing" msprop:Generator_ColumnPropNameInRow="PatLClosing" msprop:Generator_ColumnPropNameInTable="PatLClosingColumn" msprop:Generator_UserColumnName="PatLClosing" type="xs:int" minOccurs="0" />
|
|||
|
<xs:element name="SPOpen" msprop:Generator_ColumnVarNameInTable="columnSPOpen" msprop:Generator_ColumnPropNameInRow="SPOpen" msprop:Generator_ColumnPropNameInTable="SPOpenColumn" msprop:Generator_UserColumnName="SPOpen" type="xs:int" minOccurs="0" />
|
|||
|
<xs:element name="SPAvailed" msprop:Generator_ColumnVarNameInTable="columnSPAvailed" msprop:Generator_ColumnPropNameInRow="SPAvailed" msprop:Generator_ColumnPropNameInTable="SPAvailedColumn" msprop:Generator_UserColumnName="SPAvailed" type="xs:int" minOccurs="0" />
|
|||
|
<xs:element name="SPClosing" msprop:Generator_ColumnVarNameInTable="columnSPClosing" msprop:Generator_ColumnPropNameInRow="SPClosing" msprop:Generator_ColumnPropNameInTable="SPClosingColumn" msprop:Generator_UserColumnName="SPClosing" type="xs:int" minOccurs="0" />
|
|||
|
</xs:sequence>
|
|||
|
</xs:complexType>
|
|||
|
</xs:element>
|
|||
|
<xs:element name="ShortLeave" msprop:Generator_UserTableName="ShortLeave" msprop:Generator_RowEvArgName="ShortLeaveRowChangeEvent" msprop:Generator_TableVarName="tableShortLeave" msprop:Generator_TablePropName="ShortLeave" msprop:Generator_RowDeletingName="ShortLeaveRowDeleting" msprop:Generator_RowChangingName="ShortLeaveRowChanging" msprop:Generator_RowDeletedName="ShortLeaveRowDeleted" msprop:Generator_RowEvHandlerName="ShortLeaveRowChangeEventHandler" msprop:Generator_TableClassName="ShortLeaveDataTable" msprop:Generator_RowChangedName="ShortLeaveRowChanged" msprop:Generator_RowClassName="ShortLeaveRow">
|
|||
|
<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="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="LeaveType" msprop:Generator_ColumnVarNameInTable="columnLeaveType" msprop:Generator_ColumnPropNameInRow="LeaveType" msprop:Generator_ColumnPropNameInTable="LeaveTypeColumn" msprop:Generator_UserColumnName="LeaveType" 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:element name="FromDate" msprop:Generator_ColumnVarNameInTable="columnFromDate" msprop:Generator_ColumnPropNameInRow="FromDate" msprop:Generator_ColumnPropNameInTable="FromDateColumn" msprop:Generator_UserColumnName="FromDate" type="xs:dateTime" minOccurs="0" />
|
|||
|
<xs:element name="ToDate" msprop:Generator_ColumnVarNameInTable="columnToDate" msprop:Generator_ColumnPropNameInRow="ToDate" msprop:Generator_ColumnPropNameInTable="ToDateColumn" msprop:Generator_UserColumnName="ToDate" type="xs:dateTime" minOccurs="0" />
|
|||
|
<xs:element name="WillReturn" msprop:Generator_ColumnVarNameInTable="columnWillReturn" msprop:Generator_ColumnPropNameInRow="WillReturn" msprop:Generator_ColumnPropNameInTable="WillReturnColumn" msprop:Generator_UserColumnName="WillReturn" type="xs:int" minOccurs="0" />
|
|||
|
</xs:sequence>
|
|||
|
</xs:complexType>
|
|||
|
</xs:element>
|
|||
|
<xs:element name="MultipleEmployeeLeave" msprop:Generator_UserTableName="MultipleEmployeeLeave" msprop:Generator_RowEvArgName="MultipleEmployeeLeaveRowChangeEvent" msprop:Generator_TableVarName="tableMultipleEmployeeLeave" msprop:Generator_TablePropName="MultipleEmployeeLeave" msprop:Generator_RowDeletingName="MultipleEmployeeLeaveRowDeleting" msprop:Generator_RowChangingName="MultipleEmployeeLeaveRowChanging" msprop:Generator_RowDeletedName="MultipleEmployeeLeaveRowDeleted" msprop:Generator_RowEvHandlerName="MultipleEmployeeLeaveRowChangeEventHandler" msprop:Generator_TableClassName="MultipleEmployeeLeaveDataTable" msprop:Generator_RowChangedName="MultipleEmployeeLeaveRowChanged" msprop:Generator_RowClassName="MultipleEmployeeLeaveRow">
|
|||
|
<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="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="Category" msprop:Generator_ColumnVarNameInTable="columnCategory" msprop:Generator_ColumnPropNameInRow="Category" msprop:Generator_ColumnPropNameInTable="CategoryColumn" msprop:Generator_UserColumnName="Category" 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="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="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="LeaveName" msprop:Generator_ColumnVarNameInTable="columnLeaveName" msprop:Generator_ColumnPropNameInRow="LeaveName" msprop:Generator_ColumnPropNameInTable="LeaveNameColumn" msprop:Generator_UserColumnName="LeaveName" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="OpeningBalance" msprop:Generator_ColumnVarNameInTable="columnOpeningBalance" msprop:Generator_ColumnPropNameInRow="OpeningBalance" msprop:Generator_ColumnPropNameInTable="OpeningBalanceColumn" msprop:Generator_UserColumnName="OpeningBalance" type="xs:double" minOccurs="0" />
|
|||
|
<xs:element name="Consumed" msprop:Generator_ColumnVarNameInTable="columnConsumed" msprop:Generator_ColumnPropNameInRow="Consumed" msprop:Generator_ColumnPropNameInTable="ConsumedColumn" msprop:Generator_UserColumnName="Consumed" type="xs:double" minOccurs="0" />
|
|||
|
<xs:element name="ClosingBalance" msprop:Generator_ColumnVarNameInTable="columnClosingBalance" msprop:Generator_ColumnPropNameInRow="ClosingBalance" msprop:Generator_ColumnPropNameInTable="ClosingBalanceColumn" msprop:Generator_UserColumnName="ClosingBalance" 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:int" 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="LeaveYear" msprop:Generator_ColumnVarNameInTable="columnLeaveYear" msprop:Generator_ColumnPropNameInRow="LeaveYear" msprop:Generator_ColumnPropNameInTable="LeaveYearColumn" msprop:Generator_UserColumnName="LeaveYear" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="CFDays" msprop:Generator_ColumnVarNameInTable="columnCFDays" msprop:Generator_ColumnPropNameInRow="CFDays" msprop:Generator_ColumnPropNameInTable="CFDaysColumn" msprop:Generator_UserColumnName="CFDays" type="xs:double" minOccurs="0" />
|
|||
|
<xs:element name="InCredit" msprop:Generator_ColumnVarNameInTable="columnInCredit" msprop:Generator_ColumnPropNameInRow="InCredit" msprop:Generator_ColumnPropNameInTable="InCreditColumn" msprop:Generator_UserColumnName="InCredit" type="xs:double" minOccurs="0" />
|
|||
|
<xs:element name="LeaveApprover" msprop:Generator_ColumnVarNameInTable="columnLeaveApprover" msprop:Generator_ColumnPropNameInRow="LeaveApprover" msprop:Generator_ColumnPropNameInTable="LeaveApproverColumn" msprop:Generator_UserColumnName="LeaveApprover" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="LeaveNotifier" msprop:Generator_ColumnVarNameInTable="columnLeaveNotifier" msprop:Generator_ColumnPropNameInRow="LeaveNotifier" msprop:Generator_ColumnPropNameInTable="LeaveNotifierColumn" msprop:Generator_UserColumnName="LeaveNotifier" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="CarryForward" msprop:Generator_ColumnVarNameInTable="columnCarryForward" msprop:Generator_ColumnPropNameInRow="CarryForward" msprop:Generator_ColumnPropNameInTable="CarryForwardColumn" msprop:Generator_UserColumnName="CarryForward" type="xs:string" minOccurs="0" />
|
|||
|
</xs:sequence>
|
|||
|
</xs:complexType>
|
|||
|
</xs:element>
|
|||
|
<xs:element name="FSEmpNew" msprop:Generator_TableClassName="FSEmpNewDataTable" msprop:Generator_TableVarName="tableFSEmpNew" msprop:Generator_TablePropName="FSEmpNew" msprop:Generator_RowDeletingName="FSEmpNewRowDeleting" msprop:Generator_RowChangingName="FSEmpNewRowChanging" msprop:Generator_RowEvHandlerName="FSEmpNewRowChangeEventHandler" msprop:Generator_RowDeletedName="FSEmpNewRowDeleted" msprop:Generator_UserTableName="FSEmpNew" msprop:Generator_RowChangedName="FSEmpNewRowChanged" msprop:Generator_RowEvArgName="FSEmpNewRowChangeEvent" msprop:Generator_RowClassName="FSEmpNewRow">
|
|||
|
<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="BasicSalary" msprop:Generator_ColumnVarNameInTable="columnBasicSalary" msprop:Generator_ColumnPropNameInRow="BasicSalary" msprop:Generator_ColumnPropNameInTable="BasicSalaryColumn" msprop:Generator_UserColumnName="BasicSalary" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="Band" msprop:Generator_ColumnVarNameInTable="columnBand" msprop:Generator_ColumnPropNameInRow="Band" msprop:Generator_ColumnPropNameInTable="BandColumn" msprop:Generator_UserColumnName="Band" 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="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="PaperReceivedDay" msprop:Generator_ColumnVarNameInTable="columnPaperReceivedDay" msprop:Generator_ColumnPropNameInRow="PaperReceivedDay" msprop:Generator_ColumnPropNameInTable="PaperReceivedDayColumn" msprop:Generator_UserColumnName="PaperReceivedDay" 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="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="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="GrossSalary" msprop:Generator_ColumnVarNameInTable="columnGrossSalary" msprop:Generator_ColumnPropNameInRow="GrossSalary" msprop:Generator_ColumnPropNameInTable="GrossSalaryColumn" msprop:Generator_UserColumnName="GrossSalary" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="Allowances" msprop:Generator_ColumnVarNameInTable="columnAllowances" msprop:Generator_ColumnPropNameInRow="Allowances" msprop:Generator_ColumnPropNameInTable="AllowancesColumn" msprop:Generator_UserColumnName="Allowances" 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="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="BatchNumber" msprop:Generator_ColumnVarNameInTable="columnBatchNumber" msprop:Generator_ColumnPropNameInRow="BatchNumber" msprop:Generator_ColumnPropNameInTable="BatchNumberColumn" msprop:Generator_UserColumnName="BatchNumber" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="LastPaidMonth" msprop:Generator_ColumnVarNameInTable="columnLastPaidMonth" msprop:Generator_ColumnPropNameInRow="LastPaidMonth" msprop:Generator_ColumnPropNameInTable="LastPaidMonthColumn" msprop:Generator_UserColumnName="LastPaidMonth" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="YearServed" msprop:Generator_ColumnVarNameInTable="columnYearServed" msprop:Generator_ColumnPropNameInRow="YearServed" msprop:Generator_ColumnPropNameInTable="YearServedColumn" msprop:Generator_UserColumnName="YearServed" 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="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="FSAddItemNew" msprop:Generator_TableClassName="FSAddItemNewDataTable" msprop:Generator_TableVarName="tableFSAddItemNew" msprop:Generator_TablePropName="FSAddItemNew" msprop:Generator_RowDeletingName="FSAddItemNewRowDeleting" msprop:Generator_RowChangingName="FSAddItemNewRowChanging" msprop:Generator_RowEvHandlerName="FSAddItemNewRowChangeEventHandler" msprop:Generator_RowDeletedName="FSAddItemNewRowDeleted" msprop:Generator_UserTableName="FSAddItemNew" msprop:Generator_RowChangedName="FSAddItemNewRowChanged" msprop:Generator_RowEvArgName="FSAddItemNewRowChangeEvent" msprop:Generator_RowClassName="FSAddItemNewRow">
|
|||
|
<xs:complexType>
|
|||
|
<xs:sequence>
|
|||
|
<xs:element name="AddDescription" msprop:Generator_ColumnVarNameInTable="columnAddDescription" msprop:Generator_ColumnPropNameInRow="AddDescription" msprop:Generator_ColumnPropNameInTable="AddDescriptionColumn" msprop:Generator_UserColumnName="AddDescription" type="xs:string" minOccurs="0" />
|
|||
|
<xs:element name="AddAmount" msprop:Generator_ColumnVarNameInTable="columnAddAmount" msprop:Generator_ColumnPropNameInRow="AddAmount" msprop:Generator_ColumnPropNameInTable="AddAmountColumn" msprop:Generator_UserColumnName="AddAmount" type="xs:double" minOccurs="0" />
|
|||
|
<xs:element name="AddTemp" msprop:Generator_ColumnVarNameInTable="columnAddTemp" msprop:Generator_ColumnPropNameInRow="AddTemp" msprop:Generator_ColumnPropNameInTable="AddTempColumn" msprop:Generator_UserColumnName="AddTemp" type="xs:string" minOccurs="0" />
|
|||
|
</xs:sequence>
|
|||
|
</xs:complexType>
|
|||
|
</xs:element>
|
|||
|
<xs:element name="FSDeductItemNew" msprop:Generator_TableClassName="FSDeductItemNewDataTable" msprop:Generator_TableVarName="tableFSDeductItemNew" msprop:Generator_TablePropName="FSDeductItemNew" msprop:Generator_RowDeletingName="FSDeductItemNewRowDeleting" msprop:Generator_RowChangingName="FSDeductItemNewRowChanging" msprop:Generator_RowEvHandlerName="FSDeductItemNewRowChangeEventHandler" msprop:Generator_RowDeletedName="FSDeductItemNewRowDeleted" msprop:Generator_UserTableName="FSDeductItemNew" msprop:Generator_RowChangedName="FSDeductItemNewRowChanged" msprop:Generator_RowEvArgName="FSDeductItemNewRowChangeEvent" msprop:Generator_RowClassName="FSDeductItemNewRow">
|
|||
|
<xs:complexType>
|
|||
|
<xs:sequence>
|
|||
|
<xs:element name="DeductDescription" msprop:Generator_ColumnVarNameInTable="columnDeductDescription" msprop:Generator_ColumnPropNameInRow="DeductDescription" msprop:Generator_ColumnPropNameInTable="DeductDescriptionColumn" msprop:Generator_UserColumnName="DeductDescription" type="xs:string" 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="DeductTemp" msprop:Generator_ColumnVarNameInTable="columnDeductTemp" msprop:Generator_ColumnPropNameInRow="DeductTemp" msprop:Generator_ColumnPropNameInTable="DeductTempColumn" msprop:Generator_UserColumnName="DeductTemp" type="xs:string" minOccurs="0" />
|
|||
|
</xs:sequence>
|
|||
|
</xs:complexType>
|
|||
|
</xs:element>
|
|||
|
<xs:element name="FSWPPFDetails" msprop:Generator_TableClassName="FSWPPFDetailsDataTable" msprop:Generator_TableVarName="tableFSWPPFDetails" msprop:Generator_TablePropName="FSWPPFDetails" msprop:Generator_RowDeletingName="FSWPPFDetailsRowDeleting" msprop:Generator_RowChangingName="FSWPPFDetailsRowChanging" msprop:Generator_RowEvHandlerName="FSWPPFDetailsRowChangeEventHandler" msprop:Generator_RowDeletedName="FSWPPFDetailsRowDeleted" msprop:Generator_UserTableName="FSWPPFDetails" msprop:Generator_RowChangedName="FSWPPFDetailsRowChanged" msprop:Generator_RowEvArgName="FSWPPFDetailsRowChangeEvent" msprop:Generator_RowClassName="FSWPPFDetailsRow">
|
|||
|
<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="Amount" msprop:Generator_ColumnVarNameInTable="columnAmount" msprop:Generator_ColumnPropNameInRow="Amount" msprop:Generator_ColumnPropNameInTable="AmountColumn" msprop:Generator_UserColumnName="Amount" type="xs:double" minOccurs="0" />
|
|||
|
</xs:sequence>
|
|||
|
</xs:complexType>
|
|||
|
</xs:element>
|
|||
|
<xs:element name="FSPFDetails" msprop:Generator_TableClassName="FSPFDetailsDataTable" msprop:Generator_TableVarName="tableFSPFDetails" msprop:Generator_TablePropName="FSPFDetails" msprop:Generator_RowDeletingName="FSPFDetailsRowDeleting" msprop:Generator_RowChangingName="FSPFDetailsRowChanging" msprop:Generator_RowEvHandlerName="FSPFDetailsRowChangeEventHandler" msprop:Generator_RowDeletedName="FSPFDetailsRowDeleted" msprop:Generator_UserTableName="FSPFDetails" msprop:Generator_RowChangedName="FSPFDetailsRowChanged" msprop:Generator_RowEvArgName="FSPFDetailsRowChangeEvent" msprop:Generator_RowClassName="FSPFDetailsRow">
|
|||
|
<xs:complexType>
|
|||
|
<xs:sequence>
|
|||
|
<xs:element name="PFOwn" msprop:Generator_ColumnVarNameInTable="columnPFOwn" msprop:Generator_ColumnPropNameInRow="PFOwn" msprop:Generator_ColumnPropNameInTable="PFOwnColumn" msprop:Generator_UserColumnName="PFOwn" type="xs:double" minOccurs="0" />
|
|||
|
<xs:element name="PFCompany" msprop:Generator_ColumnVarNameInTable="columnPFCompany" msprop:Generator_ColumnPropNameInRow="PFCompany" msprop:Generator_ColumnPropNameInTable="PFCompanyColumn" msprop:Generator_UserColumnName="PFCompany" 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:sequence>
|
|||
|
</xs:complexType>
|
|||
|
</xs:element>
|
|||
|
<xs:element name="FSPaymentItem" msprop:Generator_TableClassName="FSPaymentItemDataTable" msprop:Generator_TableVarName="tableFSPaymentItem" msprop:Generator_TablePropName="FSPaymentItem" msprop:Generator_RowDeletingName="FSPaymentItemRowDeleting" msprop:Generator_RowChangingName="FSPaymentItemRowChanging" msprop:Generator_RowEvHandlerName="FSPaymentItemRowChangeEventHandler" msprop:Generator_RowDeletedName="FSPaymentItemRowDeleted" msprop:Generator_UserTableName="FSPaymentItem" msprop:Generator_RowChangedName="FSPaymentItemRowChanged" msprop:Generator_RowEvArgName="FSPaymentItemRowChangeEvent" msprop:Generator_RowClassName="FSPaymentItemRow">
|
|||
|
<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="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="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:choice>
|
|||
|
</xs:complexType>
|
|||
|
</xs:element>
|
|||
|
</xs:schema>
|