Definition Type: ComplexType
Name: ReferenceLocationType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
A base location from which a distance, communting time, or travel directions, etc. is calculated.
Collapse XSD Schema Diagram:
Drilldown into SpatialLocation in schema components_xsd Drilldown into PostalCode in schema fields_xsd1 Drilldown into CountryCode in schema fields_xsd Drilldown into CountrySubDivisionCode in schema fields_xsd1 Drilldown into CityName in schema fields_xsd1 Drilldown into LocationID in schema fields_xsdXSD Diagram of ReferenceLocationType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="ReferenceLocationType">
    <xsd:annotation>
        <xsd:documentation>A base location from which a distance, communting time, or travel directions, etc. is calculated.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="LocationID" minOccurs="0" />
        <xsd:element ref="oa:CityName" minOccurs="0" />
        <xsd:element ref="oa:CountrySubDivisionCode" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="CountryCode" minOccurs="0" />
        <xsd:element ref="oa:PostalCode" minOccurs="0" />
        <xsd:element ref="SpatialLocation" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
LocationID nsA:LocationID 0 (1)
CityName oa:CityName 0 (1)
CountrySubDivisionCode oa:CountrySubDivisionCode 0 unbounded
CountryCode nsA:CountryCode 0 (1)
PostalCode oa:PostalCode 0 (1)
SpatialLocation nsA:SpatialLocation 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:ReferenceLocation