Definition Type: Element
Name: TaxationLocation
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: StockPlanParticipant.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into PostalCode in schema stockplanparticipant_xsd Drilldown into Municipality in schema stockplanparticipant_xsd Drilldown into Region in schema stockplanparticipant_xsd Drilldown into CountryCode in schema stockplanparticipant_xsdXSD Diagram of TaxationLocation in schema stockplanparticipant_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CountryCode hr:CountryCode 0 (1)
Region hr:Region 0 (1)
Municipality hr:Municipality 0 (1)
PostalCode hr:PostalCode 0 (1)