Definition Type: Element
Name: WorkLocation
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: StockPlanParticipant.xsd
MinOccurs 0
MaxOccurs unbounded
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_xsd Drilldown into validTo in schema stockplanparticipant_xsd Drilldown into validFrom in schema stockplanparticipant_xsdXSD Diagram of WorkLocation in schema stockplanparticipant_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="WorkLocation" minOccurs="0" maxOccurs="unbounded">
    <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:attribute name="validFrom" type="LocalDateType" />
        <xsd:attribute name="validTo" type="LocalDateType" />
    </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)
Collapse Child Attributes:
Name Type Default Value Use
validFrom hr:validFrom (Optional)
validTo hr:validTo (Optional)