Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Attribute gml:SRSReferenceGroup / @srsName
Namespace No namespace
Type anyURI
Properties
content simple
Used by
Attribute Group gml:SRSReferenceGroup
Source
<attribute name="srsName" type="anyURI"/>
Attribute gml:SRSReferenceGroup / @srsDimension
Namespace No namespace
Type positiveInteger
Properties
content simple
Used by
Attribute Group gml:SRSReferenceGroup
Source
<attribute name="srsDimension" type="positiveInteger"/>
Attribute Group gml:SRSReferenceGroup
Namespace http://www.opengis.net/gml/3.2
Annotations
The attribute group SRSReferenceGroup is an optional reference to the CRS used
by this geometry, with optional additional information to simplify the processing of the
coordinates when a more complete definition of the CRS is not needed. In general the
attribute srsName points to a CRS instance of gml:AbstractCoordinateReferenceSystem. For
well-known references it is not required that the CRS description exists at the location the
URI points to. If no srsName attribute is given, the CRS shall be specified as part of the
larger context this geometry element is part of.
Diagram
Diagramgml3_2Profile_diggs_xsd_Attribute_Group_gml_SRSReferenceGroup.tmp#SRSReferenceGroup_srsNamegml3_2Profile_diggs_xsd_Attribute_Group_gml_SRSReferenceGroup.tmp#SRSReferenceGroup_srsDimensiongml3_2Profile_diggs_xsd_Attribute_Group_gml_SRSInformationGroup.tmp#SRSInformationGroup_axisLabelsgml3_2Profile_diggs_xsd_Attribute_Group_gml_SRSInformationGroup.tmp#SRSInformationGroup_uomLabelsgml3_2Profile_diggs_xsd_Attribute_Group_gml_SRSInformationGroup.tmp#SRSInformationGroup
Used by
Attributes
QName Type Use
axisLabels gml:NCNameList optional
srsDimension positiveInteger optional
srsName anyURI optional
uomLabels gml:NCNameList optional
Source
<attributeGroup name="SRSReferenceGroup">
  <annotation>
    <documentation>The attribute group SRSReferenceGroup is an optional reference to the CRS used by this geometry, with optional additional information to simplify the processing of the coordinates when a more complete definition of the CRS is not needed. In general the attribute srsName points to a CRS instance of gml:AbstractCoordinateReferenceSystem. For well-known references it is not required that the CRS description exists at the location the URI points to. If no srsName attribute is given, the CRS shall be specified as part of the larger context this geometry element is part of.</documentation>
  </annotation>
  <attribute name="srsName" type="anyURI"/>
  <attribute name="srsDimension" type="positiveInteger"/>
  <attributeGroup ref="gml:SRSInformationGroup"/>
</attributeGroup>