Definition Type: Element
Name: TaxEvaluation
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: StaffingOrganization.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into TaxRounding in schema staffingorganization_xsd Drilldown into Description in schema staffingorganization_xsd Drilldown into TaxType in schema staffingorganization_xsdXSD Diagram of TaxEvaluation in schema staffingorganization_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="TaxEvaluation" minOccurs="0" maxOccurs="unbounded">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="TaxType" type="xsd:string" />
            <xsd:element name="Description" type="xsd:string" minOccurs="0" />
            <xsd:element name="TaxRounding" type="RoundingRuleType" minOccurs="0" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TaxType hr:TaxType (1) (1)
Description hr:Description 0 (1)
TaxRounding hr:TaxRounding 0 (1)