complexType PointType

complexType {http://www.opengis.net/gml}PointType

Type Heirarchy
{http://www.opengis.net/gml}AbstractGeometryType (by extension)
 {http://www.opengis.net/gml}PointType
Derived Types
{http://www.opengis.net/gml}PointType
 {http://www.opengis.net/gml}Point (by type)
Abstractfalse (This can be used in an instance)
Target Namespacehttp://www.opengis.net/gml
Declared Namespacesxmlns:gml=http://www.opengis.net/gml
xmlns:xlink=http://www.w3.org/1999/xlink
xmlns=http://www.w3.org/2001/XMLSchema


Source

<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>


Documentation

A Point is defined by a single coordinate tuple.


complexType PointType


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.