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 StandardObjectProperties in schema gmlbase_xsd Drilldown into id in schema gmlbase_xsd Drilldown into AbstractGMLType in schema gmlbase_xsd Drilldown into uomLabels in schema geometrybasic0d1d_xsd Drilldown into axisLabels in schema geometrybasic0d1d_xsd Drilldown into SRSInformationGroup in schema geometrybasic0d1d_xsd Drilldown into srsDimension in schema geometrybasic0d1d_xsd Drilldown into srsName in schema geometrybasic0d1d_xsd Drilldown into SRSReferenceGroup 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.</documentation>
                    </annotation>
                    <element ref="gml:pos" />
                    <element ref="gml:coordinates">
                        <annotation>
                            <documentation>Deprecated with GML version 3.1.0 for coordinates with ordinate values that are numbers. Use "pos" 
								instead. The "coordinates" element shall only be used for coordinates with ordinates that require a string 
								representation, e.g. DMS representations.</documentation>
                        </annotation>
                    </element>
                    <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)
<xs:group> gml:StandardObjectProperties (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Optional
gid gml:gid Optional
srsName gml:srsName Optional
srsDimension gml:srsDimension Optional
axisLabels gml:axisLabels Optional
uomLabels gml:uomLabels Optional
Collapse Derivation Tree:
Collapse References:
gml:Point