Definition Type: ComplexType
Name: PointType
Namespace: http://www.opengis.net/gml
Type: gml:AbstractGeometryType
Containing Schema: geometry.xsd
Abstract False
Documentation:
A Point is defined by a single coordinate tuple.
Collapse XSD Schema Diagram:
Drilldown into coordinates Drilldown into coord Drilldown into srsName Drilldown into gid Drilldown into AbstractGeometryTypeXSD Diagram of PointType
Collapse XSD Schema Code:
<complexType name="PointType">
    <annotation>
        <documentation>

        A Point is defined by a single coordinate tuple.

      </documentation>
    </annotation>
    <complexContent>
        <extension base="gml:AbstractGeometryType">
            <sequence>
                <choice>
                    <element ref="gml:coord" />
                    <element ref="gml:coordinates" />
                </choice>
            </sequence>
        </extension>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
coord gml:coord (1) (1)
coordinates gml:coordinates (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
gid gml:gid Optional
srsName gml:srsName Optional
Collapse Derivation Tree:
Collapse References:
gml:Point
Collapse Comments:
blog comments powered by Disqus