Definition Type: ComplexType
Name: PositionLocationType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
Contains description of the physical location of the position.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into Address in schema components_xsd Drilldown into ReferenceLocation in schema components_xsd Drilldown into LocationName in schema fields_xsd Drilldown into LocationID in schema fields_xsdXSD Diagram of PositionLocationType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="PositionLocationType">
    <xsd:annotation>
        <xsd:documentation>Contains description of the physical location of the position.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="LocationID" minOccurs="0" />
        <xsd:element ref="LocationName" minOccurs="0" />
        <xsd:element ref="ReferenceLocation" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>This is a summary description of the physical location of 
                        the position. This is intended to be matched against a candidate's preference for work 
                        location. </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="Address" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Optionally, a complete postal or street address.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
LocationID nsA:LocationID 0 (1)
LocationName nsA:LocationName 0 (1)
ReferenceLocation nsA:ReferenceLocation 0 (1)
Address nsA:Address 0 (1)
UserArea nsA:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:PositionLocation