Definition Type: ComplexType
Name: CoordinateBaseType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: Components.xsd
Abstract
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.
Collapse XSD Schema Diagram:
Drilldown into CoordinateReference in schema components_xsd1 Drilldown into SystemID in schema fields_xsd1 Drilldown into AltitudeMeasure in schema fields_xsd1 Drilldown into Longitude in schema components_xsd1 Drilldown into Latitude in schema components_xsd1XSD Diagram of CoordinateBaseType in schema components_xsd1 (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Latitude oagis:Latitude 0 (1)
Longitude oagis:Longitude 0 (1)
AltitudeMeasure oagis:AltitudeMeasure 0 (1)
SystemID oagis:SystemID 0 (1)
CoordinateReference oagis:CoordinateReference 0 unbounded
Collapse Derivation Tree:
Collapse References:
oagis:CoordinateType