Showing:

Attributes
Diagrams
Source
Used by
Complex Type gml:DirectPositionType
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram DDMS-GML-Profile_xsd_Simple_Type_gml_doubleList.tmp#doubleList DDMS-GML-Profile_xsd_Attribute_Group_gml_SRSReferenceGroup.tmp#SRSReferenceGroup
Type extension of gml:doubleList
Type hierarchy
Used by
Element gml:pos
Attributes
QName Type Fixed Default Use Annotation
axisLabels gml:NCNameList optional
srsDimension xs:positiveInteger optional
srsName xs:anyURI optional
uomLabels gml:NCNameList optional
Source
<xs:complexType name="DirectPositionType">
  <xs:annotation>
    <xs:appinfo>
      <mdr:definition>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.</mdr:definition>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="gml:doubleList">
      <xs:attributeGroup ref="gml:SRSReferenceGroup"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location DDMS-GML-Profile.xsd