Definition Type: Element
Name: TaxInfo
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: ExerciseConfirmation.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into TaxAmount in schema exerciseconfirmation_xsd Drilldown into TaxationLocation in schema exerciseconfirmation_xsd Drilldown into TaxType in schema exerciseconfirmation_xsd Drilldown into TaxDate in schema exerciseconfirmation_xsdXSD Diagram of TaxInfo in schema exerciseconfirmation_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="TaxInfo" minOccurs="0" maxOccurs="unbounded">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="TaxDate" type="LocalDateType" />
            <xsd:element name="TaxType" type="xsd:string" />
            <xsd:element name="TaxationLocation">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="CountryCode" type="CountryCodeType" minOccurs="0" />
                        <xsd:element name="Region" type="xsd:string" minOccurs="0" />
                        <xsd:element name="Municipality" type="xsd:string" minOccurs="0" />
                        <xsd:element name="PostalCode" type="xsd:string" minOccurs="0" />
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="TaxAmount">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="xsd:decimal">
                            <xsd:attribute name="currency" type="CurrencyCodeType" use="required" />
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TaxDate hr:TaxDate (1) (1)
TaxType hr:TaxType (1) (1)
TaxationLocation hr:TaxationLocation (1) (1)
TaxAmount hr:TaxAmount (1) (1)