Documentation for FMI Meteorological Objects

Complex Type: AbstractMeteorologicalObjectTimeSeriesType

[Table of contents]

Super-types: gml:AbstractFeatureType < AbstractMeteorologicalObjectType (by extension) < AbstractMeteorologicalObjectTimeSeriesType (by extension)
Sub-types:
Name AbstractMeteorologicalObjectTimeSeriesType
Used by (from the same schema document) Element _MeteorologicalObjectTimeSeries
Abstract yes
Documentation Abstract parent type for objects consisting of several time-referenced consecutive object instances.
XML Instance Representation
<...>
<!-- ' gml:AbstractFeatureType ' super type was not found in this schema. Some elements and attributes may be missing. -->
<metobj:createTime> xs:dateTime </metobj:createTime> [1]
<metobj:validTime> metobj:ValidTimePerioidPropertyType </metobj:validTime> [1]
<metobj:latestModificationTime> xs:dateTime </metobj:latestModificationTime> [0..1]
<metobj:shortInfo> metobj:shortLocalizedStringType </metobj:shortInfo> [0..*]
<metobj:longInfo> metobj:longLocalizedStringType </metobj:longInfo> [0..*]
<metobj:usedReferenceData> metobj:DataSourcePropertyType </metobj:usedReferenceData> [0..*]
<metobj:timeInstance> metobj:TimeReferencedMeteorologicalObjectType </metobj:timeInstance> [1..*]
</...>
Diagram
Schema Component Representation
<xs:complexType name="AbstractMeteorologicalObjectTimeSeriesType" abstract="true">
<xs:complexContent>
<xs:extension base=" metobj:AbstractMeteorologicalObjectType ">
<xs:sequence>
<xs:element name="timeInstance" type=" metobj:TimeReferencedMeteorologicalObjectType " minOccurs="1" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>