Definition Type: ComplexType
Name: CoordinateType
Namespace: http://www.openapplications.org/oagis/9
Type: oa:CoordinateBaseType
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd1 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 (HR-XML - Human Resources XML)
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 oa:Latitude 0 (1)
Longitude oa:Longitude 0 (1)
AltitudeMeasure oa:AltitudeMeasure 0 (1)
SystemID oa:SystemID 0 (1)
CoordinateReference oa:CoordinateReference 0 unbounded
UserArea oa:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
oa:Coordinate