gmd:MD_GridSpatialRepresentation
Element information
Namespace: http://www.isotc211.org/2005/gmd
Schema document: external/ogc/iso/19139/20070417/gmd/spatialRepresentation.xsd
Type: gmd:MD_GridSpatialRepresentation_Type
Properties: Global, Qualified
Content
- gmd:numberOfDimensions [1..1]
- gmd:axisDimensionProperties [0..*]
- gmd:cellGeometry [1..1]
- gmd:transformationParameterAvailability [1..1]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
id | [0..1] | xsd:ID | from group gco:ObjectIdentification | |
uuid | [0..1] | xsd:string | from group gco:ObjectIdentification |
Used in
- Type gmd:MD_GridSpatialRepresentation_PropertyType
- Type gmd:MD_SpatialRepresentation_PropertyType (Element gmd:spatialRepresentationInfo)
Substitution hierarchy
- gmd:AbstractMD_SpatialRepresentation
- can be substituted with gmd:MD_GridSpatialRepresentation
- can be substituted with gmd:MD_Georeferenceable
- can be substituted with gmd:MD_Georectified
- can be substituted with gmd:MD_GridSpatialRepresentation
Sample instance
<gmd:MD_GridSpatialRepresentation> <gmd:numberOfDimensions> <gco:Integer>1</gco:Integer> </gmd:numberOfDimensions> <gmd:axisDimensionProperties> <gmd:MD_Dimension> <gmd:dimensionName>... </gmd:dimensionName> <gmd:dimensionSize>... </gmd:dimensionSize> <gmd:resolution>... </gmd:resolution> </gmd:MD_Dimension> </gmd:axisDimensionProperties> <gmd:cellGeometry> <gmd:MD_CellGeometryCode codeList="http://www.example.com/" codeListValue="http://www.example.com/">string</gmd:MD_CellGeometryCode> </gmd:cellGeometry> <gmd:transformationParameterAvailability> <gco:Boolean>true</gco:Boolean> </gmd:transformationParameterAvailability> </gmd:MD_GridSpatialRepresentation>