<xsd:complexType name="CoordinateBaseType">
<xsd:annotation>
<xsd:documentation>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 ref="Latitude" minOccurs="0" />
<xsd:element ref="Longitude" minOccurs="0" />
<xsd:element ref="AltitudeMeasure" minOccurs="0" />
</xsd:sequence>
<xsd:sequence>
<xsd:element ref="SystemID" minOccurs="0" />
<xsd:element ref="CoordinateReference" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:choice>
</xsd:complexType>
|