Documentation for fieldgml

Complex Type: CoordType

[Table of contents]

Super-types: None
Sub-types: None
Name CoordType
Abstract no
Documentation Represents a coordinate tuple in one, two, or three dimensions. Deprecated with GML 3.0 and replaced by DirectPositionType.
XML Instance Representation
<...>
<gml:X> decimal </gml:X> [1]
<gml:Y> decimal </gml:Y> [0..1]
<gml:Z> decimal </gml:Z> [0..1]
</...>
Diagram
Schema Component Representation
<complexType name="CoordType">
<sequence>
<element name="X" type=" decimal "/>
<element name="Y" type=" decimal " minOccurs="0"/>
<element name="Z" type=" decimal " minOccurs="0"/>
</sequence>
</complexType>