Definition Type: ComplexType
Name: CoordinateType
Namespace: http://www.openapplications.org/oagis/9
Type: oagis:CoordinateBaseType
Containing Schema: Components.xsd
Abstract
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_xsd1 Drilldown into CoordinateBaseType in schema components_xsd1XSD Diagram of CoordinateType in schema components_xsd1 (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="CoordinateType">
    <xsd:complexContent>
        <xsd:extension base="CoordinateBaseType">
            <xsd:sequence>
                <!-- <xsd:element ref="UserArea" minOccurs="0" /> -->
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</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:Coordinate