Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Included schema grids.xsd
Namespace http://www.opengis.net/gml
Annotations
Grid geometries
A subset of implicit geometries
Designed for use with GML Coverage schema, but maybe useful elsewhere as well.
    
GML is an OGC Standard.
Copyright (c) 2001,2005,2010 Open Geospatial Consortium.
To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ .
Properties
attribute form default unqualified
element form default qualified
version 3.1.1.2
Element gml:Grid
Namespace http://www.opengis.net/gml
Diagram
DiagramgmlBase_xsd.tmp#idgmlBase_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLTypegeometryBasic0d1d_xsd.tmp#AbstractGeometryType_gidgeometryBasic0d1d_xsd.tmp#SRSReferenceGroupgeometryBasic0d1d_xsd.tmp#AbstractGeometryTypegrids_xsd.tmp#GridType_dimensiongrids_xsd.tmp#GridType_limitsgrids_xsd.tmp#GridType_axisNamegrids_xsd.tmp#GridTypegrids_xsd.tmp#_ImplicitGeometry
Type gml:GridType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Used by
Complex Type gml:GridDomainType
Model
Children gml:axisName, gml:description, gml:limits, gml:metaDataProperty, gml:name
Instance
<gml:Grid axisLabels="" dimension="" gid="" gml:id="" srsDimension="" srsName="" uomLabels="" xmlns:gml="http://www.opengis.net/gml">
  <gml:metaDataProperty about="" xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:metaDataProperty>
  <gml:description xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:description>
  <gml:name codeSpace="">{0,unbounded}</gml:name>
  <gml:limits>{1,1}</gml:limits>
  <gml:axisName>{1,unbounded}</gml:axisName>
</gml:Grid>
Attributes
QName Type Use Annotation
axisLabels gml:NCNameList optional
Ordered list of labels for all the axes of this CRS. The gml:axisAbbrev value should be used for these axis 
labels, after spaces and forbiddden characters are removed. When the srsName attribute is included, this attribute is optional. 
When the srsName attribute is omitted, this attribute shall also be omitted.
dimension xs:positiveInteger required
gid xs:string optional
This attribute is included for backward compatibility with GML 2 and is deprecated with GML 3. 
This identifer is superceded by "gml:id" inherited from AbstractGMLType. The attribute "gid" should not be used 
anymore and may be deleted in future versions of GML without further notice.
gml:id ID optional
Database handle for the object.  It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.  An external identifier for the object in the form of a URI may be constructed using standard XML and XPointer methods.  This is done by concatenating the URI for the document, a fragment separator, and the value of the id attribute.
srsDimension xs:positiveInteger optional
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.
srsName xs:anyURI optional
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.
uomLabels gml:NCNameList optional
Ordered list of unit of measure (uom) labels for all the axes of this CRS. The value of the string in the 
gml:catalogSymbol should be used for this uom labels, after spaces and forbiddden characters are removed. When the 
axisLabels attribute is included, this attribute shall also be included. When the axisLabels attribute is omitted, this attribute 
shall also be omitted.
Source
<element name="Grid" type="gml:GridType" substitutionGroup="gml:_ImplicitGeometry"/>
Element gml:GridType / gml:limits
Namespace http://www.opengis.net/gml
Diagram
Diagramgrids_xsd.tmp#GridLimitsType_GridEnvelopegrids_xsd.tmp#GridLimitsType
Type gml:GridLimitsType
Properties
content complex
Model
Children gml:GridEnvelope
Instance
<gml:limits xmlns:gml="http://www.opengis.net/gml">
  <gml:GridEnvelope>{1,1}</gml:GridEnvelope>
</gml:limits>
Source
<element name="limits" type="gml:GridLimitsType"/>
Element gml:GridLimitsType / gml:GridEnvelope
Namespace http://www.opengis.net/gml
Diagram
Diagramgrids_xsd.tmp#GridEnvelopeType_lowgrids_xsd.tmp#GridEnvelopeType_highgrids_xsd.tmp#GridEnvelopeType
Type gml:GridEnvelopeType
Properties
content complex
Model
Children gml:high, gml:low
Instance
<gml:GridEnvelope xmlns:gml="http://www.opengis.net/gml">
  <gml:low>{1,1}</gml:low>
  <gml:high>{1,1}</gml:high>
</gml:GridEnvelope>
Source
<element name="GridEnvelope" type="gml:GridEnvelopeType"/>
Element gml:GridEnvelopeType / gml:low
Namespace http://www.opengis.net/gml
Diagram
DiagrambasicTypes_xsd.tmp#integerList
Type gml:integerList
Properties
content simple
Source
<element name="low" type="gml:integerList"/>
Element gml:GridEnvelopeType / gml:high
Namespace http://www.opengis.net/gml
Diagram
DiagrambasicTypes_xsd.tmp#integerList
Type gml:integerList
Properties
content simple
Source
<element name="high" type="gml:integerList"/>
Element gml:GridType / gml:axisName
Namespace http://www.opengis.net/gml
Diagram
Diagram
Type xs:string
Properties
content simple
maxOccurs unbounded
Source
<element name="axisName" type="string" maxOccurs="unbounded"/>
Element gml:RectifiedGrid
Namespace http://www.opengis.net/gml
Annotations
Should be substitutionGroup="gml:Grid" but changed in order to accomplish Xerces-J schema validation
Diagram
DiagramgmlBase_xsd.tmp#idgmlBase_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLTypegeometryBasic0d1d_xsd.tmp#AbstractGeometryType_gidgeometryBasic0d1d_xsd.tmp#SRSReferenceGroupgeometryBasic0d1d_xsd.tmp#AbstractGeometryTypegrids_xsd.tmp#GridType_dimensiongrids_xsd.tmp#GridType_limitsgrids_xsd.tmp#GridType_axisNamegrids_xsd.tmp#GridTypegrids_xsd.tmp#RectifiedGridType_origingrids_xsd.tmp#RectifiedGridType_offsetVectorgrids_xsd.tmp#RectifiedGridTypegrids_xsd.tmp#_ImplicitGeometry
Type gml:RectifiedGridType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Used by
Model
Children gml:axisName, gml:description, gml:limits, gml:metaDataProperty, gml:name, gml:offsetVector, gml:origin
Instance
<gml:RectifiedGrid axisLabels="" dimension="" gid="" gml:id="" srsDimension="" srsName="" uomLabels="" xmlns:gml="http://www.opengis.net/gml">
  <gml:metaDataProperty about="" xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:metaDataProperty>
  <gml:description xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:description>
  <gml:name codeSpace="">{0,unbounded}</gml:name>
  <gml:limits>{1,1}</gml:limits>
  <gml:axisName>{1,unbounded}</gml:axisName>
  <gml:origin xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</gml:origin>
  <gml:offsetVector axisLabels="" srsDimension="" srsName="" uomLabels="">{1,unbounded}</gml:offsetVector>
</gml:RectifiedGrid>
Attributes
QName Type Use Annotation
axisLabels gml:NCNameList optional
Ordered list of labels for all the axes of this CRS. The gml:axisAbbrev value should be used for these axis 
labels, after spaces and forbiddden characters are removed. When the srsName attribute is included, this attribute is optional. 
When the srsName attribute is omitted, this attribute shall also be omitted.
dimension xs:positiveInteger required
gid xs:string optional
This attribute is included for backward compatibility with GML 2 and is deprecated with GML 3. 
This identifer is superceded by "gml:id" inherited from AbstractGMLType. The attribute "gid" should not be used 
anymore and may be deleted in future versions of GML without further notice.
gml:id ID optional
Database handle for the object.  It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.  An external identifier for the object in the form of a URI may be constructed using standard XML and XPointer methods.  This is done by concatenating the URI for the document, a fragment separator, and the value of the id attribute.
srsDimension xs:positiveInteger optional
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.
srsName xs:anyURI optional
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.
uomLabels gml:NCNameList optional
Ordered list of unit of measure (uom) labels for all the axes of this CRS. The value of the string in the 
gml:catalogSymbol should be used for this uom labels, after spaces and forbiddden characters are removed. When the 
axisLabels attribute is included, this attribute shall also be included. When the axisLabels attribute is omitted, this attribute 
shall also be omitted.
Source
<element name="RectifiedGrid" type="gml:RectifiedGridType" substitutionGroup="gml:_ImplicitGeometry">
  <annotation>
    <documentation>Should be substitutionGroup="gml:Grid" but changed in order to accomplish Xerces-J schema validation</documentation>
  </annotation>
</element>
Element gml:RectifiedGridType / gml:origin
Namespace http://www.opengis.net/gml
Diagram
DiagramgmlBase_xsd.tmp#AssociationAttributeGroupgeometryBasic0d1d_xsd.tmp#PointgeometryBasic0d1d_xsd.tmp#PointPropertyType
Type gml:PointPropertyType
Properties
content complex
Model
Children gml:Point
Instance
<gml:origin xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple" xmlns:gml="http://www.opengis.net/gml">
  <gml:Point axisLabels="" gid="" gml:id="" srsDimension="" srsName="" uomLabels="">{1,1}</gml:Point>
</gml:origin>
Attributes
QName Type Fixed Use Annotation
gml:remoteSchema xs:anyURI optional
Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the XML Schema Section 4.14 Referencing Schemas from Elsewhere.
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
Source
<element name="origin" type="gml:PointPropertyType"/>
Element gml:RectifiedGridType / gml:offsetVector
Namespace http://www.opengis.net/gml
Diagram
DiagrambasicTypes_xsd.tmp#doubleListgeometryBasic0d1d_xsd.tmp#SRSReferenceGroupgeometryBasic0d1d_xsd.tmp#VectorType
Type gml:VectorType
Type hierarchy
Properties
content complex
maxOccurs unbounded
Attributes
QName Type Use Annotation
axisLabels gml:NCNameList optional
Ordered list of labels for all the axes of this CRS. The gml:axisAbbrev value should be used for these axis 
labels, after spaces and forbiddden characters are removed. When the srsName attribute is included, this attribute is optional. 
When the srsName attribute is omitted, this attribute shall also be omitted.
srsDimension xs:positiveInteger optional
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.
srsName xs:anyURI optional
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.
uomLabels gml:NCNameList optional
Ordered list of unit of measure (uom) labels for all the axes of this CRS. The value of the string in the 
gml:catalogSymbol should be used for this uom labels, after spaces and forbiddden characters are removed. When the 
axisLabels attribute is included, this attribute shall also be included. When the axisLabels attribute is omitted, this attribute 
shall also be omitted.
Source
<element name="offsetVector" type="gml:VectorType" maxOccurs="unbounded"/>
Element gml:_ImplicitGeometry
Namespace http://www.opengis.net/gml
Diagram
DiagramgmlBase_xsd.tmp#idgmlBase_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLTypegeometryBasic0d1d_xsd.tmp#AbstractGeometryType_gidgeometryBasic0d1d_xsd.tmp#SRSReferenceGroupgeometryBasic0d1d_xsd.tmp#AbstractGeometryTypegrids_xsd.tmp#Gridgrids_xsd.tmp#RectifiedGridgeometryBasic0d1d_xsd.tmp#_Geometry
Type gml:AbstractGeometryType
Type hierarchy
Properties
content complex
abstract true
Substitution Group
Substitution Group Affiliation
Model
Children gml:description, gml:metaDataProperty, gml:name
Instance
<gml:_ImplicitGeometry axisLabels="" gid="" gml:id="" srsDimension="" srsName="" uomLabels="" xmlns:gml="http://www.opengis.net/gml">
  <gml:metaDataProperty about="" xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:metaDataProperty>
  <gml:description xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:description>
  <gml:name codeSpace="">{0,unbounded}</gml:name>
</gml:_ImplicitGeometry>
Attributes
QName Type Use Annotation
axisLabels gml:NCNameList optional
Ordered list of labels for all the axes of this CRS. The gml:axisAbbrev value should be used for these axis 
labels, after spaces and forbiddden characters are removed. When the srsName attribute is included, this attribute is optional. 
When the srsName attribute is omitted, this attribute shall also be omitted.
gid xs:string optional
This attribute is included for backward compatibility with GML 2 and is deprecated with GML 3. 
This identifer is superceded by "gml:id" inherited from AbstractGMLType. The attribute "gid" should not be used 
anymore and may be deleted in future versions of GML without further notice.
gml:id ID optional
Database handle for the object.  It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.  An external identifier for the object in the form of a URI may be constructed using standard XML and XPointer methods.  This is done by concatenating the URI for the document, a fragment separator, and the value of the id attribute.
srsDimension xs:positiveInteger optional
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.
srsName xs:anyURI optional
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.
uomLabels gml:NCNameList optional
Ordered list of unit of measure (uom) labels for all the axes of this CRS. The value of the string in the 
gml:catalogSymbol should be used for this uom labels, after spaces and forbiddden characters are removed. When the 
axisLabels attribute is included, this attribute shall also be included. When the axisLabels attribute is omitted, this attribute 
shall also be omitted.
Source
<element name="_ImplicitGeometry" type="gml:AbstractGeometryType" abstract="true" substitutionGroup="gml:_Geometry"/>
Complex Type gml:GridType
Namespace http://www.opengis.net/gml
Annotations
An unrectified grid, which is a network composed of two or more sets of equally spaced parallel lines in which the members of each set intersect the members of the other sets at right angles.
Diagram
DiagramgmlBase_xsd.tmp#idgmlBase_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLTypegeometryBasic0d1d_xsd.tmp#AbstractGeometryType_gidgeometryBasic0d1d_xsd.tmp#SRSReferenceGroupgeometryBasic0d1d_xsd.tmp#AbstractGeometryTypegrids_xsd.tmp#GridType_dimensiongrids_xsd.tmp#GridType_limitsgrids_xsd.tmp#GridType_axisName
Type extension of gml:AbstractGeometryType
Type hierarchy
Used by
Element gml:Grid
Complex Type gml:RectifiedGridType
Model
Children gml:axisName, gml:description, gml:limits, gml:metaDataProperty, gml:name
Attributes
QName Type Use Annotation
axisLabels gml:NCNameList optional
Ordered list of labels for all the axes of this CRS. The gml:axisAbbrev value should be used for these axis 
labels, after spaces and forbiddden characters are removed. When the srsName attribute is included, this attribute is optional. 
When the srsName attribute is omitted, this attribute shall also be omitted.
dimension xs:positiveInteger required
gid xs:string optional
This attribute is included for backward compatibility with GML 2 and is deprecated with GML 3. 
This identifer is superceded by "gml:id" inherited from AbstractGMLType. The attribute "gid" should not be used 
anymore and may be deleted in future versions of GML without further notice.
gml:id ID optional
Database handle for the object.  It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.  An external identifier for the object in the form of a URI may be constructed using standard XML and XPointer methods.  This is done by concatenating the URI for the document, a fragment separator, and the value of the id attribute.
srsDimension xs:positiveInteger optional
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.
srsName xs:anyURI optional
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.
uomLabels gml:NCNameList optional
Ordered list of unit of measure (uom) labels for all the axes of this CRS. The value of the string in the 
gml:catalogSymbol should be used for this uom labels, after spaces and forbiddden characters are removed. When the 
axisLabels attribute is included, this attribute shall also be included. When the axisLabels attribute is omitted, this attribute 
shall also be omitted.
Source
<complexType name="GridType">
  <annotation>
    <documentation>An unrectified grid, which is a network composed of two or more sets of equally spaced parallel lines in which the members of each set intersect the members of the other sets at right angles.</documentation>
  </annotation>
  <complexContent>
    <extension base="gml:AbstractGeometryType">
      <sequence>
        <element name="limits" type="gml:GridLimitsType"/>
        <element name="axisName" type="string" maxOccurs="unbounded"/>
      </sequence>
      <attribute name="dimension" type="positiveInteger" use="required"/>
    </extension>
  </complexContent>
</complexType>
Complex Type gml:GridLimitsType
Namespace http://www.opengis.net/gml
Diagram
Diagramgrids_xsd.tmp#GridLimitsType_GridEnvelope
Used by
Model
Children gml:GridEnvelope
Source
<complexType name="GridLimitsType">
  <sequence>
    <element name="GridEnvelope" type="gml:GridEnvelopeType"/>
  </sequence>
</complexType>
Complex Type gml:GridEnvelopeType
Namespace http://www.opengis.net/gml
Annotations
Provides grid coordinate values for the diametrically opposed corners of an envelope that bounds a section of grid. The value of a single coordinate is the number of offsets from the origin of the grid in the direction of a specific axis.
Diagram
Diagramgrids_xsd.tmp#GridEnvelopeType_lowgrids_xsd.tmp#GridEnvelopeType_high
Used by
Model
Children gml:high, gml:low
Source
<complexType name="GridEnvelopeType">
  <annotation>
    <documentation>Provides grid coordinate values for the diametrically opposed corners of an envelope that bounds a section of grid. The value of a single coordinate is the number of offsets from the origin of the grid in the direction of a specific axis.</documentation>
  </annotation>
  <sequence>
    <element name="low" type="gml:integerList"/>
    <element name="high" type="gml:integerList"/>
  </sequence>
</complexType>
Complex Type gml:RectifiedGridType
Namespace http://www.opengis.net/gml
Annotations
A rectified grid has an origin and vectors that define its post locations.
Diagram
DiagramgmlBase_xsd.tmp#idgmlBase_xsd.tmp#metaDataPropertygmlBase_xsd.tmp#descriptiongmlBase_xsd.tmp#namegmlBase_xsd.tmp#StandardObjectPropertiesgmlBase_xsd.tmp#AbstractGMLTypegeometryBasic0d1d_xsd.tmp#AbstractGeometryType_gidgeometryBasic0d1d_xsd.tmp#SRSReferenceGroupgeometryBasic0d1d_xsd.tmp#AbstractGeometryTypegrids_xsd.tmp#GridType_dimensiongrids_xsd.tmp#GridType_limitsgrids_xsd.tmp#GridType_axisNamegrids_xsd.tmp#GridTypegrids_xsd.tmp#RectifiedGridType_origingrids_xsd.tmp#RectifiedGridType_offsetVector
Type extension of gml:GridType
Type hierarchy
Used by
Model
Children gml:axisName, gml:description, gml:limits, gml:metaDataProperty, gml:name, gml:offsetVector, gml:origin
Attributes
QName Type Use Annotation
axisLabels gml:NCNameList optional
Ordered list of labels for all the axes of this CRS. The gml:axisAbbrev value should be used for these axis 
labels, after spaces and forbiddden characters are removed. When the srsName attribute is included, this attribute is optional. 
When the srsName attribute is omitted, this attribute shall also be omitted.
dimension xs:positiveInteger required
gid xs:string optional
This attribute is included for backward compatibility with GML 2 and is deprecated with GML 3. 
This identifer is superceded by "gml:id" inherited from AbstractGMLType. The attribute "gid" should not be used 
anymore and may be deleted in future versions of GML without further notice.
gml:id ID optional
Database handle for the object.  It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.  An external identifier for the object in the form of a URI may be constructed using standard XML and XPointer methods.  This is done by concatenating the URI for the document, a fragment separator, and the value of the id attribute.
srsDimension xs:positiveInteger optional
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.
srsName xs:anyURI optional
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.
uomLabels gml:NCNameList optional
Ordered list of unit of measure (uom) labels for all the axes of this CRS. The value of the string in the 
gml:catalogSymbol should be used for this uom labels, after spaces and forbiddden characters are removed. When the 
axisLabels attribute is included, this attribute shall also be included. When the axisLabels attribute is omitted, this attribute 
shall also be omitted.
Source
<complexType name="RectifiedGridType">
  <annotation>
    <documentation>A rectified grid has an origin and vectors that define its post locations.</documentation>
  </annotation>
  <complexContent>
    <extension base="gml:GridType">
      <sequence>
        <element name="origin" type="gml:PointPropertyType"/>
        <element name="offsetVector" type="gml:VectorType" maxOccurs="unbounded"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Attribute gml:GridType / @dimension
Namespace No namespace
Type xs:positiveInteger
Properties
use required
Used by
Complex Type gml:GridType
Source
<attribute name="dimension" type="positiveInteger" use="required"/>