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_xsd Drilldown into SystemID in schema fields_xsd Drilldown into AltitudeMeasure in schema fields_xsd Drilldown into Longitude in schema components_xsd Drilldown into Latitude in schema components_xsdXSD Diagram of CoordinateBaseType in schema components_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Latitude nsA:Latitude 0 (1)
Longitude nsA:Longitude 0 (1)
AltitudeMeasure nsA:AltitudeMeasure 0 (1)
SystemID nsA:SystemID 0 (1)
CoordinateReference nsA:CoordinateReference 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsA:CoordinateType