Showing:

Annotations
Diagrams
Properties
Source
Used by
Element gml:CoordType / gml:X
Namespace http://www.opengis.net/gml
Diagram
Diagram
Type decimal
Properties
content: simple
Source
<element name="X" type="decimal"/>
Schema location http://schemas.opengis.net/gml/3.1.1/base/geometryBasic0d1d.xsd
Element gml:CoordType / gml:Y
Namespace http://www.opengis.net/gml
Diagram
Diagram
Type decimal
Properties
content: simple
minOccurs: 0
Source
<element name="Y" type="decimal" minOccurs="0"/>
Schema location http://schemas.opengis.net/gml/3.1.1/base/geometryBasic0d1d.xsd
Element gml:CoordType / gml:Z
Namespace http://www.opengis.net/gml
Diagram
Diagram
Type decimal
Properties
content: simple
minOccurs: 0
Source
<element name="Z" type="decimal" minOccurs="0"/>
Schema location http://schemas.opengis.net/gml/3.1.1/base/geometryBasic0d1d.xsd
Complex Type gml:CoordType
Namespace http://www.opengis.net/gml
Annotations
Represents a coordinate tuple in one, two, or three dimensions. Deprecated with GML 3.0 and replaced by 
DirectPositionType.
Diagram
Diagram index506.tmp#id68 index506.tmp#id69 index506.tmp#id70
Used by
Element gml:coord
Model gml:X , gml:Y{0,1} , gml:Z{0,1}
Children gml:X, gml:Y, gml:Z
Source
<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>
Schema location http://schemas.opengis.net/gml/3.1.1/base/geometryBasic0d1d.xsd