Schema Central > NIEM 2.0 > observation.xsd > om:ObservationCollection
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

om:ObservationCollection

Observation collection, using the "Composite" pattern

Element information

Content

Attributes

NameOccTypeDescriptionNotes
gml:id [0..1]xsd:IDfrom type gml:AbstractGMLType

Used in

Substitution hierarchy

Sample instance

<om:ObservationCollection>
   <gml:metaDataProperty>
      <!--any element-->
   </gml:metaDataProperty>
   <gml:description>string</gml:description>
   <gml:name>string</gml:name>
   <gml:boundedBy>
      <gml:Envelope>
         <gml:lowerCorner>1.0 1.0</gml:lowerCorner>
         <gml:upperCorner>1.0 1.0</gml:upperCorner>
      </gml:Envelope>
   </gml:boundedBy>
   <om:eventParameter>
      <swe:TypedValue>
         <swe:property codeSpace="http://www.example.com/">string</swe:property>
         <swe:value>any content</swe:value>
      </swe:TypedValue>
   </om:eventParameter>
   <om:time>
      <swe:TimeGeometricComplex>
         <gml:metaDataProperty>...
         </gml:metaDataProperty>
         <gml:description>string</gml:description>
         <gml:name>string</gml:name>
         <swe:primitive>...
         </swe:primitive>
      </swe:TimeGeometricComplex>
   </om:time>
   <om:precedingEvent>string</om:precedingEvent>
   <om:followingEvent>string</om:followingEvent>
   <om:member>
      <om:CommonObservation>
         <gml:metaDataProperty>...
         </gml:metaDataProperty>
         <gml:description>string</gml:description>
         <gml:name>string</gml:name>
         <gml:boundedBy>...
         </gml:boundedBy>
         <om:eventParameter>...
         </om:eventParameter>
         <om:time>...
         </om:time>
         <om:precedingEvent>string</om:precedingEvent>
         <om:followingEvent>string</om:followingEvent>
         <om:responsible>...
         </om:responsible>
         <om:quality>...
         </om:quality>
         <om:procedure>...
         </om:procedure>
         <om:observedProperty>...
         </om:observedProperty>
         <om:featureOfInterest>...
         </om:featureOfInterest>
         <om:resultDefinition>...
         </om:resultDefinition>
         <om:result/>
      </om:CommonObservation>
   </om:member>
</om:ObservationCollection>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com