geo:ObservationCollection
A composite collection of observations of an event. See: Event
Element information
Namespace: http://niem.gov/niem/geospatial/2.0
Schema document: geospatial/2.0/geospatial.xsd
Type: geo:ObservationCollectionType
Properties: Global, Qualified, Nillable
NIEM properties:
- Base: geo:Geospatial
Content
- om:ObservationCollection [1..*] Observation collection, using the "Composite" pattern
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | from type s:ComplexObjectType | |
s:metadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType | |
s:linkMetadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType |
Used in
- Type geo:GeospatialPropertyType (Elements geo:GeospatialProperty, geo:LocationProperty)
Substitution hierarchy
- geo:Geospatial
- can be substituted with geo:ObservationCollection
Sample instance
<geo:ObservationCollection> <om:ObservationCollection> <gml:metaDataProperty> <!--any element--> </gml:metaDataProperty> <gml:description>string</gml:description> <gml:name>string</gml:name> <gml:boundedBy> <gml:Envelope>... </gml:Envelope> </gml:boundedBy> <om:eventParameter> <swe:TypedValue>... </swe:TypedValue> </om:eventParameter> <om:time> <swe:TimeGeometricComplex>... </swe:TimeGeometricComplex> </om:time> <om:precedingEvent>string</om:precedingEvent> <om:followingEvent>string</om:followingEvent> <om:member> <om:CommonObservation>... </om:CommonObservation> </om:member> </om:ObservationCollection> </geo:ObservationCollection>