Definition Type: ComplexType
Name: ProximalLocation
Namespace: http://www.openapplications.org/oagis
Containing Schema: Components.xsd
Abstract
Documentation:
Reflects the relationship of a thing to a location, using a "binder" and a location. If a Part is located "in Bin 23", the binder is "in" and the location is "Bin 23".
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema meta_xsd Drilldown into Location in schema components_xsd Drilldown into Binder in schema components_xsdXSD Diagram of ProximalLocation in schema components_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xs:complexType name="ProximalLocation">
    <xs:annotation>
        <xs:documentation source="http://www.openapplications.org/oagis">Reflects the relationship of a thing to a location, using a "binder" and a location. If a Part is located "in Bin 23", the binder is "in" and the location is "Bin 23".</xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element name="Binder" type="SpatialRelationshipDescriptor" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">The word used as a binder or connector to describe the relationship of the two locations. Typical values include: on, in, on top of, under, above, adjacent to, cattycorner, down the street from, etc. </xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element ref="Location" minOccurs="0" />
        <xs:element ref="UserArea" minOccurs="0" />
    </xs:sequence>
</xs:complexType>
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:
Collapse References:
oa:LocationRelationship