complexType GridType
diagram sensorML_p805.png
namespace http://www.opengis.net/gml/3.2
type extension of gml:AbstractGeometryType
properties
base gml:AbstractGeometryType
children gml:metaDataProperty gml:description gml:descriptionReference gml:identifier gml:name gml:limits gml:axisLabels gml:axisName
used by
element Grid
complexType RectifiedGridType
attributes
Name  Type  Use  Default  Fixed  annotation
idIDrequired      
documentation
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
srsNameanyURI      
srsDimensionpositiveInteger      
axisLabelsgml:NCNameList      
uomLabelsgml:NCNameList      
dimensionpositiveIntegerrequired      
source <complexType name="GridType">
 
<complexContent>
   
<extension base="gml:AbstractGeometryType">
     
<sequence>
       
<element name="limits" type="gml:GridLimitsType"/>
       
<choice>
         
<element name="axisLabels" type="gml:NCNameList"/>
         
<element name="axisName" type="string" maxOccurs="unbounded"/>
       
</choice>
     
</sequence>
     
<attribute name="dimension" type="positiveInteger" use="required"/>
   
</extension>
 
</complexContent>
</complexType>

attribute GridType/@dimension
type positiveInteger
properties
isRef 0
use required
source <attribute name="dimension" type="positiveInteger" use="required"/>

element GridType/limits
diagram sensorML_p806.png
namespace http://www.opengis.net/gml/3.2
type gml:GridLimitsType
properties
isRef 0
content complex
children gml:GridEnvelope
source <element name="limits" type="gml:GridLimitsType"/>

element GridType/axisLabels
diagram sensorML_p807.png
namespace http://www.opengis.net/gml/3.2
type gml:NCNameList
properties
isRef 0
content simple
source <element name="axisLabels" type="gml:NCNameList"/>

element GridType/axisName
diagram sensorML_p808.png
namespace http://www.opengis.net/gml/3.2
type string
properties
isRef 0
minOcc 1
maxOcc unbounded
content simple
source <element name="axisName" type="string" maxOccurs="unbounded"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy