Definition Type: ComplexType
Name: PointType
Namespace: http://www.opengis.net/gml
Type: gml:AbstractGeometricPrimitiveType
Containing Schema: geometryBasic0d1d.xsd
Abstract
Documentation:
A Point is defined by a single coordinate tuple.
Collapse XSD Schema Diagram:
Drilldown into coord in schema geometrybasic0d1d_xsd Drilldown into coordinates in schema geometrybasic0d1d_xsd Drilldown into pos in schema geometrybasic0d1d_xsd Drilldown into name in schema gmlbase_xsd Drilldown into description in schema gmlbase_xsd Drilldown into metaDataProperty in schema gmlbase_xsd Drilldown into id in schema gmlbase_xsd Drilldown into AbstractGMLType in schema gmlbase_xsd Drilldown into srsName in schema geometrybasic0d1d_xsd Drilldown into gid in schema geometrybasic0d1d_xsd Drilldown into AbstractGeometryType in schema geometrybasic0d1d_xsd Drilldown into AbstractGeometricPrimitiveType in schema geometrybasic0d1d_xsdXSD Diagram of PointType in schema geometrybasic0d1d_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="PointType">
    <annotation>
        <documentation>A Point is defined by a single coordinate tuple.</documentation>
    </annotation>
    <complexContent>
        <extension base="gml:AbstractGeometricPrimitiveType">
            <sequence>
                <choice>
                    <annotation>
                        <documentation>GML supports two different ways to specify the direct poisiton of a point. 1. The "pos" element is of type DirectPositionType. 2. The "coordinates" element is of type CoordinatesType. The number of direct positions in the coordinates list must be one.</documentation>
                    </annotation>
                    <element ref="gml:pos" />
                    <element ref="gml:coordinates" />
                    <element ref="gml:coord">
                        <annotation>
                            <documentation>Deprecated with GML version 3.0. Use "pos" instead. The "coord" element is included for backwards compatibility with GML 2.</documentation>
                        </annotation>
                    </element>
                </choice>
            </sequence>
        </extension>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
metaDataProperty gml:metaDataProperty 0 unbounded
description gml:description 0 (1)
name gml:name 0 unbounded
pos gml:pos (1) (1)
coordinates gml:coordinates (1) (1)
coord gml:coord (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Optional
gid gml:gid Optional
srsName gml:srsName Optional
Collapse Derivation Tree:
Collapse References:
gml:Point