XML File Format Schema
PayrollEarningsCodesList Element
Namespace (none)
Diagram
EarningsCode Element Sequence PayrollEarningsCodesList Element
Overview
Sequence
Sequence
EarningsCodeID xs:string
DisplayName xs:string
Type xs:string
Type of pay code
BasePayCodeID xs:string
ID of the base pay code
Active xs:boolean
Indicates whether the code is active
IsTaxable xs:boolean
Indicates if this earnings code is subject to taxes
IsSubjectToFederalTax xs:boolean
Indicates if this earnings code is subject to federal tax
IsSubjectToSocialSecurityTax xs:boolean
Indicates if this earnings code is subject to FICA Social Security Tax
IsSubjectToMedicareTax xs:boolean
Indicates if this earnings code is subject to medicare tax
IsSubjectToStateTax xs:boolean
Indicates if this earnings code is subject to state tax
IsSubjectToLocalTax xs:boolean
Indicates if this earnings code is subject to local tax
IsSubjectToFUTA xs:boolean
Indicates if this earnings code is subject to federal unemployment tax
IsSubjectToSUTA xs:boolean
Indicates if this earnings code is subject to state unemployement tax
FlatFederalTaxRate xs:float
Federal tax rate for this earnings code
FlatStateTaxRate xs:float
State tax rate for this earnings code
Source
<xs:element name="PayrollEarningsCodesList" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="EarningsCode">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="xs:string" name="EarningsCodeID" />
            <xs:element type="xs:string" name="DisplayName" />
            <xs:element type="xs:string" name="Type" />
            <xs:element type="xs:string" name="BasePayCodeID" />
            <xs:element type="xs:boolean" name="Active" />
            <xs:element type="xs:boolean" name="IsTaxable" nillable="true" />
            <xs:element type="xs:boolean" name="IsSubjectToFederalTax" nillable="true" />
            <xs:element type="xs:boolean" name="IsSubjectToSocialSecurityTax" nillable="true" />
            <xs:element type="xs:boolean" name="IsSubjectToMedicareTax" nillable="true" />
            <xs:element type="xs:boolean" name="IsSubjectToStateTax" nillable="true" />
            <xs:element type="xs:boolean" name="IsSubjectToLocalTax" nillable="true" />
            <xs:element type="xs:boolean" name="IsSubjectToFUTA" nillable="true" />
            <xs:element type="xs:boolean" name="IsSubjectToSUTA" nillable="true" />
            <xs:element type="xs:float" name="FlatFederalTaxRate" nillable="true" />
            <xs:element type="xs:float" name="FlatStateTaxRate" 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.