| diagram |
 |
| namespace |
http://www.isotc211.org/2005/gmd |
| type |
extension of gmd:AbstractMD_SpatialRepresentation_Type |
| properties |
| base | gmd:AbstractMD_SpatialRepresentation_Type |
|
| children |
gmd:numberOfDimensions gmd:axisDimensionProperties gmd:cellGeometry gmd:transformationParameterAvailability |
| used by |
|
| attributes |
| Name | Type | Use | Default | Fixed | annotation | | id | ID | | | | | | uuid | string | | | | |
|
| annotation |
| documentation | | Types and numbers of raster spatial objects in the dataset |
|
| source |
<complexType name="MD_GridSpatialRepresentation_Type">
<annotation>
<documentation>Types and numbers of raster spatial objects in the dataset</documentation>
</annotation>
<complexContent>
<extension base="gmd:AbstractMD_SpatialRepresentation_Type">
<sequence>
<element name="numberOfDimensions" type="gco:Integer_PropertyType"/>
<element name="axisDimensionProperties" type="gmd:MD_Dimension_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
<element name="cellGeometry" type="gmd:MD_CellGeometryCode_PropertyType"/>
<element name="transformationParameterAvailability" type="gco:Boolean_PropertyType"/>
</sequence>
</extension>
</complexContent>
</complexType> |