XML File Format Schema
PayrollTaxCodesList Element
Namespace (none)
Diagram
TaxCode Element Sequence PayrollTaxCodesList Element
Overview
Sequence
Sequence
TaxCodeID xs:string
Unique Identifier for a specific tax; when providing Federal Income, Social Security, and Medicare tax rows, you must use FED, SS, and MED as the Code
TaxLevel Restriction of xs:string
EmployeePaid xs:boolean
DisplayName xs:string
TaxType xs:string
Stores the type of tax, e.g. Withholding, Unemployment
SubType xs:string
Stores the subtype of the tax, e.g. Employee, Employer
TaxRate xs:float
ExemptAmount xs:float
FlatTaxAmount xs:float
Source
<xs:element name="PayrollTaxCodesList" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="TaxCode">
        <xs:complexType>
          <xs:sequence>
            <xs:element type="xs:string" name="TaxCodeID" />
            <xs:element name="TaxLevel">
              <xs:simpleType>
                <xs:restriction base="xs:string">
                  <xs:enumeration value="Local" />
                  <xs:enumeration value="State" />
                  <xs:enumeration value="Federal" />
                </xs:restriction>
              </xs:simpleType>
            </xs:element>
            <xs:element type="xs:boolean" name="EmployeePaid" />
            <xs:element type="xs:string" name="DisplayName" />
            <xs:element type="xs:string" name="TaxType" />
            <xs:element type="xs:string" name="SubType" nillable="true" />
            <xs:element type="xs:float" name="TaxRate" nillable="true" />
            <xs:element type="xs:float" name="ExemptAmount" nillable="true" />
            <xs:element type="xs:float" name="FlatTaxAmount" 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.