| name | data type | description |
|---|---|---|
| verticalElements | array of VerticalExtent | |
| description | InternationalString | |
| temporalElements | array of TemporalExtent | |
| geographicElements | array of GeographicExtent |
Example
{
"verticalElements" : [ {
"minimumValue" : 12345.0,
"verticalCRS" : {
"datum" : { },
"coordinateSystem" : { }
},
"maximumValue" : 12345.0
}, {
"minimumValue" : 12345.0,
"verticalCRS" : {
"datum" : { },
"coordinateSystem" : { }
},
"maximumValue" : 12345.0
} ],
"description" : { },
"temporalElements" : [ {
"extent" : { }
}, {
"extent" : { }
} ],
"geographicElements" : [ {
"inclusion" : true
}, {
"inclusion" : true
} ]
}