Definition Type: ComplexType
Name: ApplicableTaxType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
Contains information about a tax applicable to the associated entity or transaction.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into TaxRate in schema components_xsd Drilldown into TaxJurisdiction in schema components_xsd Drilldown into TypeCode in schema fields_xsd Drilldown into FormattedDateTime in schema fields_xsd Drilldown into validTo in schema fields_xsd Drilldown into validFrom in schema fields_xsd Drilldown into EffectiveDateAttributeGroup in schema fields_xsdXSD Diagram of ApplicableTaxType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="ApplicableTaxType">
    <xsd:annotation>
        <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">Contains information about a tax applicable to the associated entity or transaction.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="FormattedDateTime" minOccurs="0" />
        <xsd:element ref="TypeCode" minOccurs="0" />
        <xsd:element ref="TaxJurisdiction" minOccurs="0" />
        <xsd:element ref="TaxRate" minOccurs="0" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
    <xsd:attributeGroup ref="EffectiveDateAttributeGroup" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
FormattedDateTime nsA:FormattedDateTime 0 (1)
TypeCode nsA:TypeCode 0 (1)
TaxJurisdiction nsA:TaxJurisdiction 0 (1)
TaxRate nsA:TaxRate 0 (1)
UserArea nsA:UserArea 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
validFrom nsA:validFrom Optional
validTo nsA:validTo Optional
Collapse Derivation Tree:
Collapse References:
nsA:ApplicableTax, nsA:ShareSaleTax