Showing:

Attributes
Diagrams
Properties
Source
Used by
Attribute gml:SRSReferenceGroupSRSNameRequired / @srsName
Namespace No namespace
Type xs:anyURI
Properties
use: required
Used by
Source
<xs:attribute name="srsName" type="xs:anyURI" use="required">
  <xs:annotation>
    <xs:appinfo>
      <mdr:definition>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.</mdr:definition>
    </xs:appinfo>
  </xs:annotation>
</xs:attribute>
Schema location DDMS-GML-Profile.xsd
Attribute gml:SRSReferenceGroupSRSNameRequired / @srsDimension
Namespace No namespace
Type xs:positiveInteger
Properties
use: optional
Used by
Source
<xs:attribute name="srsDimension" type="xs:positiveInteger" use="optional">
  <xs:annotation>
    <xs:appinfo>
      <mdr:definition>The "srsDimension" is the length of coordinate sequence (the number of entries in the list). This dimension is specified by the coordinate reference system. When the srsName attribute is omitted, this attribute shall be omitted.</mdr:definition>
    </xs:appinfo>
  </xs:annotation>
</xs:attribute>
Schema location DDMS-GML-Profile.xsd
Attribute Group gml:SRSReferenceGroupSRSNameRequired
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram DDMS-GML-Profile_xsd_Attribute_Group_gml_SRSReferenceGroupSRSNameRequired.tmp#SRSReferenceGroupSRSNameRequired_srsName DDMS-GML-Profile_xsd_Attribute_Group_gml_SRSReferenceGroupSRSNameRequired.tmp#SRSReferenceGroupSRSNameRequired_srsDimension DDMS-GML-Profile_xsd_Attribute_Group_gml_SRSInformationGroup.tmp#SRSInformationGroup_axisLabels DDMS-GML-Profile_xsd_Attribute_Group_gml_SRSInformationGroup.tmp#SRSInformationGroup_uomLabels DDMS-GML-Profile_xsd_Attribute_Group_gml_SRSInformationGroup.tmp#SRSInformationGroup
Used by
Attributes
QName Type Fixed Default Use Annotation
axisLabels gml:NCNameList optional
srsDimension xs:positiveInteger optional
srsName xs:anyURI required
uomLabels gml:NCNameList optional
Source
<xs:attributeGroup name="SRSReferenceGroupSRSNameRequired">
  <xs:annotation>
    <xs:appinfo>
      <mdr:definition>Optional reference to the CRS used by this geometry, with optional additional information to simplify use when a more complete definition of the CRS is not needed.</mdr:definition>
    </xs:appinfo>
  </xs:annotation>
  <xs:attribute name="srsName" type="xs:anyURI" use="required">
    <xs:annotation>
      <xs:appinfo>
        <mdr:definition>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.</mdr:definition>
      </xs:appinfo>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="srsDimension" type="xs:positiveInteger" use="optional">
    <xs:annotation>
      <xs:appinfo>
        <mdr:definition>The "srsDimension" is the length of coordinate sequence (the number of entries in the list). This dimension is specified by the coordinate reference system. When the srsName attribute is omitted, this attribute shall be omitted.</mdr:definition>
      </xs:appinfo>
    </xs:annotation>
  </xs:attribute>
  <xs:attributeGroup ref="gml:SRSInformationGroup"/>
</xs:attributeGroup>
Schema location DDMS-GML-Profile.xsd