<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>
|