Definition Type: SimpleType
Name: BenefitBasicTaxTreatmentType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: PayrollInstructions.xsd
Collapse XSD Schema Diagram:
XSD Diagram of BenefitBasicTaxTreatmentType in schema payrollinstructions_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:simpleType name="BenefitBasicTaxTreatmentType">
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="PreTax" />
        <xsd:enumeration value="PostTax" />
        <xsd:enumeration value="PreAndPostTax" />
        <xsd:enumeration value="PostAfterPreTaxLimit" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration PreTax
Enumeration PostTax
Enumeration PreAndPostTax
Enumeration PostAfterPreTaxLimit