gmd:MD_GridSpatialRepresentation
Element information
Namespace: http://niem.gov/niem/external/iso-19139-gmd/draft-0.1/gmd/dhs-gmo/1.0.0
Schema document: external/iso-19139-gmd/draft-0.1/gmd/dhs-gmo/1.0.0/spatialRepresentation.xsd
Type: gmd:MD_GridSpatialRepresentation_Type
Properties: Global, Qualified
Content
- Sequence [1..1]
- 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 id="ID"> <gmd:numberOfDimensions> <gco:Integer>1</gco:Integer> </gmd:numberOfDimensions> <gmd:axisDimensionProperties> <gmd:MD_Dimension id="ID"> <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>