<complexType name="DirectPositionType"> <annotation> <documentation>DirectPosition instances hold the coordinates for a position within some coordinate reference system (CRS). Since DirectPositions, as data types, will often be included in larger objects (such as geometry elements) that have references to CRS, the "srsName" attribute will in general be missing, if this particular DirectPosition is included in a larger element with such a reference to a CRS. In this case, the CRS is implicitly assumed to take on the value of the containing object's CRS.</documentation> </annotation> <simpleContent> <extension base="gml:doubleList"> <attribute name="dimension" type="positiveInteger" use="optional"> <annotation> <documentation>The attribute "dimension" is the length of coordinate sequence (the number of entries in the list). This is determined by the coordinate reference system.</documentation> </annotation> </attribute> </extension> </simpleContent> </complexType>
@generated
@source $URL$
|
|