diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.opengis.net/gml | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of gml:AbstractGeometricPrimitiveType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | gml:metaDataProperty gml:description gml:name gml:pos gml:coordinates gml:coord | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="PointType"> <xs:annotation> <xs:documentation>A Point is defined by a single coordinate tuple.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="gml:AbstractGeometricPrimitiveType"> <xs:sequence> <xs:choice> <xs:annotation> <xs:documentation>GML supports two different ways to specify the direct poisiton of a point. 1. The "pos" element is of type DirectPositionType.</xs:documentation> </xs:annotation> <xs:element ref="gml:pos"/> <xs:element ref="gml:coordinates"> <xs:annotation> <xs: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.</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="gml:coord"> <xs:annotation> <xs:documentation>Deprecated with GML version 3.0. Use "pos" instead. The "coord" element is included for backwards compatibility with GML 2.</xs:documentation> </xs:annotation> </xs:element> </xs:choice> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |