swe:CV_GeometryValuePair
Implementation of CV_GeometryValuePair from ISO 19123 - this is the most general case, and is a literal encoding of the model. It is implemented as a sibling of specialized versions because of XML Schema derivation by restriction gotchas.
Element information
Namespace: http://niem.gov/niem/external/ogc-observation/draft-0.14.5/swe/dhs-gmo/1.0.0
Schema document: external/ogc-observation/draft-0.14.5/swe/dhs-gmo/1.0.0/discreteCoverage.xsd
Type: swe:CV_GeometryValuePairType
Properties: Global, Qualified
Content
- Sequence [1..1]
- swe:geometry [1..1]
- swe:value [1..1] Select type from (a) observation result simple types - gml:MeasureType, swe:RelativeMeasureType, swe:ScopedNameType, integer, boolean (b) swe:RecordPropertyType
Attributes
None
Used in
- Type swe:CV_AbstractGeometryValuePairPropertyType
- Type swe:CV_GeometryValuePairPropertyType (Element swe:element)
Substitution hierarchy
- swe:CV_AbstractGeometryValuePair
- can be substituted with swe:CV_GeometryValuePair
Sample instance
<swe:CV_GeometryValuePair> <swe:geometry> <swe:CV_DomainObject> <swe:spatialElement>... </swe:spatialElement> <swe:temporalElement>... </swe:temporalElement> </swe:CV_DomainObject> </swe:geometry> <swe:value>any content</swe:value> </swe:CV_GeometryValuePair>