complexType CoordType
diagram index_p1414.png
namespace http://www.opengis.net/gml
children gml:X gml:Y gml:Z
used by
element coord
annotation
documentation
Represents a coordinate tuple in one, two, or three dimensions. Deprecated with GML 3.0 and replaced by
DirectPositionType.
source <xs:complexType name="CoordType">
 
<xs:annotation>
   
<xs:documentation>Represents a coordinate tuple in one, two, or three dimensions. Deprecated with GML 3.0 and replaced by
DirectPositionType.
</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="X" type="decimal"/>
   
<xs:element name="Y" type="decimal" minOccurs="0"/>
   
<xs:element name="Z" type="decimal" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element CoordType/X
diagram index_p1415.png
namespace http://www.opengis.net/gml
type xs:decimal
properties
isRef 0
content simple
source <xs:element name="X" type="decimal"/>

element CoordType/Y
diagram index_p1416.png
namespace http://www.opengis.net/gml
type xs:decimal
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="Y" type="decimal" minOccurs="0"/>

element CoordType/Z
diagram index_p1417.png
namespace http://www.opengis.net/gml
type xs:decimal
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="Z" type="decimal" minOccurs="0"/>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy