om:resultDefinition
Element information
Namespace: http://niem.gov/niem/external/ogc-observation/draft-0.14.5/om/dhs-gmo/1.0.0
Schema document: external/ogc-observation/draft-0.14.5/om/dhs-gmo/1.0.0/observation.xsd
Other elements with the same name: om:resultDefinition
Type: swe:RecordTypePropertyType
Properties: Local, Qualified
Content
- Choice [1..1]
- swe:ItemDefinition [0..1] Description of a scalar property with its representation and scale and (optional) quality indicators
- swe:ItemSeriesDefinition [0..1] Description of a series of scalar properties with a common representation and scale and (optional) quality indicators.
- swe:RecordDefinition [0..1] A Record Definition is composed from arbitrary base axes, which may be records.
from subst. group swe:RecordTypefrom subst. group swe:ItemDefinition
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
niem-xlink:type | [0..1] | xsd:string | Fixed value is "simple". from group niem-xlink:simpleLink | |
niem-xlink:href | [0..1] | xsd:anyURI | from group niem-xlink:simpleLink | |
niem-xlink:role | [0..1] | xsd:anyURI | from group niem-xlink:simpleLink | |
niem-xlink:arcrole | [0..1] | xsd:anyURI | from group niem-xlink:simpleLink | |
niem-xlink:title | [0..1] | xsd:string | from group niem-xlink:simpleLink | |
niem-xlink:show | [0..1] | Anonymous | from group niem-xlink:simpleLink | |
niem-xlink:actuate | [0..1] | Anonymous | from group niem-xlink:simpleLink | |
gml:remoteSchema | [0..1] | xsd:anyURI | from group gml:AssociationAttributeGroup |
Used in
- Type om:ComplexObservationType (Element om:ComplexObservation)
- Type om:DiscreteCoverageObsType (Element om:DiscreteCoverageObs)
- Type om:DiscreteCoverageObservationType (Element om:DiscreteCoverageObservation)
- Type om:ElementCoverageObservationType (Element om:ElementCoverageObservation)
- Type om:ObservationType (Element om:Observation)
- Type om:PointCoverageObsType (Element om:PointCoverageObs)
- Type om:PointCoverageObservationType (Element om:PointCoverageObservation)
- Type om:TimeSeriesObsType (Element om:TimeSeriesObs)
- Type om:TimeSeriesObservationType (Element om:TimeSeriesObservation)
Sample instance
<om:resultDefinition> <swe:ItemDefinition gml:id="ID"> <gml:metaDataProperty> <!--any element--> </gml:metaDataProperty> <gml:description>string</gml:description> <gml:name>string</gml:name> <swe:procedure/> <swe:property> <swe:Phenomenon gml:id="ID">... </swe:Phenomenon> </swe:property> <swe:quality> <gmd:DQ_DataQuality id="ID">... </gmd:DQ_DataQuality> </swe:quality> <swe:representation> <swe:SimpleType id="ID">... </swe:SimpleType> </swe:representation> </swe:ItemDefinition> </om:resultDefinition>