Definition Type: ComplexType
Name: LocationSummaryType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_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_xsd1XSD Diagram of LocationSummaryType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="LocationSummaryType">
    <xsd:sequence>
        <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="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CityName oa:CityName 0 (1)
CountrySubDivisionCode oa:CountrySubDivisionCode 0 unbounded
CountryCode nsA:CountryCode 0 (1)
PostalCode oa:PostalCode 0 (1)
UserArea nsA:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:LocationSummary