Definition Type: ComplexType
Name: TaxInfoType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: StockSaleConfirmation.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into TaxAmount in schema stocksaleconfirmation_xsd Drilldown into TaxationLocation in schema stocksaleconfirmation_xsd Drilldown into TaxType in schema stocksaleconfirmation_xsd Drilldown into TaxDate in schema stocksaleconfirmation_xsdXSD Diagram of TaxInfoType in schema stocksaleconfirmation_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="TaxInfoType">
    <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" type="AmountType" />
    </xsd:sequence>
</xsd:complexType>
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)
Collapse Derivation Tree:
Collapse References:
hr:TaxInfo, hr:TaxInfoTotal