Definition Type: Element
Name: LocationRelationship
Namespace: http://www.openapplications.org/oagis
Type: oa:ProximalLocation
Containing Schema: Components.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 meta_xsd Drilldown into Location in schema components_xsd Drilldown into Binder in schema components_xsd Drilldown into ProximalLocation in schema components_xsdXSD Diagram of LocationRelationship in schema components_xsd (Open Applications Group (OAGIS))
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 oa:Binder 0 (1)
Location oa:Location 0 (1)
UserArea oa:UserArea 0 (1)
Collapse Derivation Tree: