XML File Format Schema
PayrollDeductionCodesList Element
Namespace (none)
Diagram
DeductionCode Element Sequence PayrollDeductionCodesList Element
Overview
Sequence
Sequence
DeductionCodeID xs:string
Unique payroll deduction code or ID
DisplayName xs:string
BeginDate xs:dateTime
The effective date for this deduction
EndDate xs:dateTime
The ending date for this deduction, if applicable
Active xs:boolean
Indicates whether this deduction is active or not
TaxShelteredAnnuity xs:boolean
Indicates whether this is a tax-sheltered annuity
ShelteredFromFederalTax xs:boolean
Indicates whether the deduction is sheltered from federal income tax
ShelteredFromFica xs:boolean
Indicates whether the deduction is sheltered from FICA
ShelteredFromStateTax xs:boolean
Indicates whether the deduction is sheltered from state tax
ShelteredFromLocalTax xs:boolean
Indicates whether the deduction is sheltered from local tax
ShelteredFromFuta xs:boolean
Indicates whether the deduction is sheltered from federal unemployment tax
Source
<xs:element name="PayrollDeductionCodesList" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="DeductionCode">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="xs:string" name="DeductionCodeID" />
            <xs:element type="xs:string" name="DisplayName" />
            <xs:element type="xs:dateTime" name="BeginDate" nillable="true" />
            <xs:element type="xs:dateTime" name="EndDate" nillable="true" />
            <xs:element type="xs:boolean" name="Active" />
            <xs:element type="xs:boolean" name="TaxShelteredAnnuity" nillable="true" />
            <xs:element type="xs:boolean" name="ShelteredFromFederalTax" nillable="true" />
            <xs:element type="xs:boolean" name="ShelteredFromFica" nillable="true" />
            <xs:element type="xs:boolean" name="ShelteredFromStateTax" nillable="true" />
            <xs:element type="xs:boolean" name="ShelteredFromLocalTax" nillable="true" />
            <xs:element type="xs:boolean" name="ShelteredFromFuta" nillable="true" />
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
See Also
SyncDataSet ElementXML File Format Schema

 

 


© 2015 All Rights Reserved.

Send comments on this topic.