Definition Type: ComplexType
Name: PhysicalLocationType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: PhysicalLocation.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Comments in schema physicallocation_xsd Drilldown into Area in schema physicallocation_xsd Drilldown into PostalAddress in schema postaladdress_xsd Drilldown into TravelDirections in schema physicallocation_xsd Drilldown into SpatialLocation in schema physicallocation_xsd Drilldown into EffectiveDate in schema physicallocation_xsd Drilldown into Name in schema physicallocation_xsd Drilldown into Id in schema physicallocation_xsdXSD Diagram of PhysicalLocationType in schema physicallocation_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="PhysicalLocationType">
    <xsd:sequence>
        <xsd:element name="Id" type="EntityIdType" minOccurs="0" />
        <xsd:element name="Name" type="xsd:string" minOccurs="0" />
        <xsd:element name="EffectiveDate" minOccurs="0">
            <xsd:complexType>
                <xsd:sequence>
                    <xsd:element name="StartDate" type="LocalDateNkNaType" minOccurs="0" />
                    <xsd:element name="EndDate" type="LocalDateNkNaType" minOccurs="0" />
                </xsd:sequence>
            </xsd:complexType>
        </xsd:element>
        <xsd:element ref="SpatialLocation" minOccurs="0" />
        <xsd:element name="TravelDirections" type="xsd:string" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="PostalAddress" minOccurs="0" />
        <xsd:element name="Area" type="LocationAreaType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="Comments" type="xsd:string" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Id hr:Id 0 (1)
Name hr:Name 0 (1)
EffectiveDate hr:EffectiveDate 0 (1)
SpatialLocation hr:SpatialLocation 0 (1)
TravelDirections hr:TravelDirections 0 unbounded
PostalAddress hr:PostalAddress 0 (1)
Area hr:Area 0 unbounded
Comments hr:Comments 0 (1)
Collapse Derivation Tree:
Collapse References:
hr:PhysicalLocation