swe:CV_PointValuePair
Implementation of CV_PointValuePair from ISO 19123
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_PointValuePairType
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_PointValuePairPropertyType (Element swe:element)
Substitution hierarchy
- swe:CV_AbstractGeometryValuePair
- can be substituted with swe:CV_PointValuePair
Sample instance
<swe:CV_PointValuePair> <swe:geometry> <gml:Point> <gml:metaDataProperty>... </gml:metaDataProperty> <gml:description>string</gml:description> <gml:name>string</gml:name> <gml:pos>1.0 1.0</gml:pos> </gml:Point> </swe:geometry> <swe:value>any content</swe:value> </swe:CV_PointValuePair>