Definition Type: Element
Name: LocationRelationship
Namespace: http://www.openapplications.org/oagis
Type: nsC:ProximalLocation
Containing Schema: Invoice.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
The surrounding or containing location - the location where you find this location. Some things are situated only within a named location, as in "the desk" in "the last office on the right" or "the loading dock" at "the west entrance" at "400 Tech Square." It's possible that the current location can be described in relation to more than one other proximal location: "Last street on the left", "Just across from the Donut Shack."
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema invoice_xsd Drilldown into Location in schema invoice_xsd Drilldown into Binder in schema invoice_xsd Drilldown into ProximalLocation in schema invoice_xsdXSD Diagram of LocationRelationship in schema invoice_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xs:element name="LocationRelationship" type="ProximalLocation" minOccurs="0" maxOccurs="unbounded">
    <xs:annotation>
        <xs:documentation source="http://www.openapplications.org/oagis">The surrounding or containing location - the location where you find this location. Some things are situated only within a named location, as in "the desk" in "the last office on the right" or "the loading dock" at "the west entrance" at "400 Tech Square." It's possible that the current location can be described in relation to more than one other proximal location: "Last street on the left", "Just across from the Donut Shack."</xs:documentation>
    </xs:annotation>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Binder nsC:Binder 0 (1)
Location nsC:Location 0 (1)
UserArea nsC:UserArea 0 (1)
Collapse Derivation Tree: