Definition Type: Attribute
Name: srsName
Namespace: http://niem.gov/niem/external/ogc-gml/3.1.1/dhs-gmo/1.0.0
Type: anyURI:http://www.w3.org/2001/XMLSchema
Containing Schema: gml.xsd
Use Optional
Documentation:
In general this reference points to a CRS instance of gml:CoordinateReferenceSystemType (see coordinateReferenceSystems.xsd). 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 must be specified as part of the larger context this geometry element is part of, e.g. a geometric element like point, curve, etc. It is expected that this attribute will be specified at the direct position level only in rare cases.
Collapse XSD Schema Diagram:
XSD Diagram of srsName in schema gml_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<attribute name="srsName" type="anyURI" use="optional">
    <annotation>
        <documentation>In general this reference points to a CRS instance of gml:CoordinateReferenceSystemType 
				(see coordinateReferenceSystems.xsd). 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 must be specified as part of the larger context this 
				geometry element is part of, e.g. a geometric element like point, curve, etc. It is expected that this attribute will be specified 
				at the direct position level only in rare cases.</documentation>
    </annotation>
</attribute>