Documentation for FMI Meteorological Objects

Complex Type: TimeReferencedMeteorologicalObjectType

[Table of contents]

Super-types: gml:AbstractFeatureType < TimeReferencedMeteorologicalObjectType (by extension)
Sub-types: None
Name TimeReferencedMeteorologicalObjectType
Used by (from the same schema document) Element TimeReferencedMeteorologicalObject , Complex Type AbstractMeteorologicalObjectTimeSeriesType
Abstract no
Documentation Container feature for binding a Meteorological Object and a single reference time instance.
XML Instance Representation
<...>
<!-- ' gml:AbstractFeatureType ' super type was not found in this schema. Some elements and attributes may be missing. -->
<metobj:referenceTime> xs:dateTime </metobj:referenceTime> [1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="TimeReferencedMeteorologicalObjectType">
<xs:complexContent>
<xs:extension base=" gml:AbstractFeatureType ">
<xs:sequence>
<xs:element name="referenceTime" type=" xs:dateTime " minOccurs="1" maxOccurs="1"/>
<xs:element name="object" type=" metobj:MeteorologicalObjectPropertyType " minOccurs="1" maxOccurs="1"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>