om:procedure
Link to a description of the procedure or process used to determine the result. This may be - a generic procedure or procedure type in which case all event-specific parameters are associated with the observation event, or - a procedure instance with event specific parameters bound to the procedure.
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:procedure
Type: om:ProcedurePropertyType
Properties: Local, Qualified
Content
- Choice [1..1]
- om:ProcedureSequence [0..1]
- om:ProcedurePackage [0..1]
- om:ObservationProcedure [0..1] Procedures may be listed in a Dictionary (i.e. lightweight registry)
- om:Instrument [0..1]
- om:CalculationProcedure [0..1]
- om:ProcedureEvent [0..1] Description of an event involving a procedure.
- om:ProcedureHistory [0..1]
from subst. group om:ProcedureSystemfrom subst. group om:ObservationProcedurefrom subst. group om:ProcedureEvent
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 | |
unionSemantics | [0..1] | Anonymous |
Used in
- Type om:AbstractObservationType (Element om:AbstractObservation)
- Type om:CategoryObservationType via extension of om:AbstractObservationType (Element om:CategoryObservation)
- Type om:CommonObservationType via extension of om:AbstractObservationType (Element om:CommonObservation)
- Type om:ComplexObservationType via extension of om:AbstractObservationType (Element om:ComplexObservation)
- Type om:CountObservationType via extension of om:AbstractObservationType (Element om:CountObservation)
- Type om:DiscreteCoverageObsType via extension of om:AbstractObservationType (Element om:DiscreteCoverageObs)
- Type om:DiscreteCoverageObservationType via extension of om:AbstractObservationType (Element om:DiscreteCoverageObservation)
- Type om:ElementCoverageObservationType via extension of om:AbstractObservationType (Element om:ElementCoverageObservation)
- Type om:MeasurementType via extension of om:AbstractObservationType (Element om:Measurement)
- Type om:ObservationType via extension of om:AbstractObservationType (Element om:Observation)
- Type om:PointCoverageObsType via extension of om:AbstractObservationType (Element om:PointCoverageObs)
- Type om:PointCoverageObservationType via extension of om:AbstractObservationType (Element om:PointCoverageObservation)
- Type om:TimeSeriesObsType via extension of om:AbstractObservationType (Element om:TimeSeriesObs)
- Type om:TimeSeriesObservationType via extension of om:AbstractObservationType (Element om:TimeSeriesObservation)
- Type om:TruthObservationType via extension of om:AbstractObservationType (Element om:TruthObservation)
Sample instance
<om:procedure> <om:ProcedureSequence gml:id="ID"> <gml:metaDataProperty> <!--any element--> </gml:metaDataProperty> <gml:description>string</gml:description> <gml:name>string</gml:name> <om:step> <om:ProcedureSequence gml:id="ID">... </om:ProcedureSequence> </om:step> </om:ProcedureSequence> </om:procedure>