<xsd:complexType name="CoordinateBaseType">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">
The OAGIS CoordinateType allows the use of another coordinate system for the use within
a warehousing and inventory environment and the geographic coordinat system.
</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:sequence>
<xsd:element minOccurs="0" ref="Latitude" />
<xsd:element minOccurs="0" ref="Longitude" />
<xsd:element minOccurs="0" ref="AltitudeMeasure" />
</xsd:sequence>
<xsd:sequence>
<xsd:element minOccurs="0" ref="SystemID" />
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="CoordinateReference" />
</xsd:sequence>
</xsd:choice>
</xsd:complexType>
|