Definition Type: ComplexType
Name: CoordType
Namespace: http://www.opengis.net/gml
Containing Schema: geometryBasic0d1d.xsd
Abstract
Documentation:
Represents a coordinate tuple in one, two, or three dimensions. Deprecated with GML 3.0 and replaced by DirectPositionType.
Collapse XSD Schema Diagram:
Drilldown into Z in schema geometrybasic0d1d_xsd Drilldown into Y in schema geometrybasic0d1d_xsd Drilldown into X in schema geometrybasic0d1d_xsdXSD Diagram of CoordType in schema geometrybasic0d1d_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="CoordType">
    <annotation>
        <documentation>Represents a coordinate tuple in one, two, or three dimensions. Deprecated with GML 3.0 and replaced by DirectPositionType.</documentation>
    </annotation>
    <sequence>
        <element name="X" type="decimal" />
        <element name="Y" type="decimal" minOccurs="0" />
        <element name="Z" type="decimal" minOccurs="0" />
    </sequence>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
X gml:X (1) (1)
Y gml:Y 0 (1)
Z gml:Z 0 (1)
Collapse Derivation Tree:
Collapse References:
gml:coord