Definition Type: ComplexType
Name: LocationAreaType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: PhysicalLocation.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Area in schema physicallocation_xsd Drilldown into Description in schema physicallocation_xsd Drilldown into type in schema physicallocation_xsdXSD Diagram of LocationAreaType in schema physicallocation_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="LocationAreaType">
    <xsd:sequence>
        <xsd:element name="Description" type="xsd:string" />
        <xsd:element name="Area" type="LocationAreaType" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
    <xsd:attribute name="type">
        <xsd:simpleType>
            <xsd:union memberTypes="LocationAreaTypeType xStringPatternExtensionType" />
        </xsd:simpleType>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Description hr:Description (1) (1)
Area hr:Area 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
type hr:type (Optional)
Collapse Derivation Tree:
Collapse References:
hr:Area, hr:Area, hr:GeographicalScope