XML File Format Schema
EarningsCode Element
Namespace (none)
Diagram
FlatStateTaxRate Element FlatFederalTaxRate Element IsSubjectToSUTA Element IsSubjectToFUTA Element IsSubjectToLocalTax Element IsSubjectToStateTax Element IsSubjectToMedicareTax Element IsSubjectToSocialSecurityTax Element IsSubjectToFederalTax Element IsTaxable Element Active Element BasePayCodeID Element Type Element DisplayName Element EarningsCodeID Element Sequence EarningsCode Element
Overview
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="EarningsCode" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <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>
See Also
PayrollEarningsCodesList ElementSyncDataSet ElementXML File Format Schema

 

 


© 2015 All Rights Reserved.

Send comments on this topic.