Definition Type: ComplexType
Name: LocationSummaryType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: SharedStaffingModules.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Region in schema sharedstaffingmodules_xsd Drilldown into Municipality in schema sharedstaffingmodules_xsd Drilldown into PostalCode in schema sharedstaffingmodules_xsd Drilldown into CountryCode in schema sharedstaffingmodules_xsdXSD Diagram of LocationSummaryType in schema sharedstaffingmodules_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="LocationSummaryType">
    <xsd:sequence>
        <xsd:element name="CountryCode" type="CountryCodeType" minOccurs="0" />
        <xsd:element name="PostalCode" type="xsd:string" minOccurs="0" />
        <xsd:element name="Municipality" type="xsd:string" minOccurs="0" />
        <xsd:element name="Region" type="xsd:string" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CountryCode hr:CountryCode 0 (1)
PostalCode hr:PostalCode 0 (1)
Municipality hr:Municipality 0 (1)
Region hr:Region 0 (1)