Definition Type: AttributeGroup
Name: SRSReferenceGroup
Namespace: http://www.opengis.net/gml/3.2
Containing Schema: geometryBasic0d1d.xsd
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.
Collapse XSD Schema Diagram:
Drilldown into uomLabels in schema geometrybasic0d1d_xsd Drilldown into axisLabels in schema geometrybasic0d1d_xsd Drilldown into SRSInformationGroup in schema geometrybasic0d1d_xsd Drilldown into srsDimension in schema geometrybasic0d1d_xsd Drilldown into srsName in schema geometrybasic0d1d_xsdXSD Diagram of SRSReferenceGroup in schema geometrybasic0d1d_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
srsName gml:srsName (Optional)
srsDimension gml:srsDimension (Optional)
axisLabels gml:axisLabels (Optional)
uomLabels gml:uomLabels (Optional)