Documentation for FMI Meteorological Objects

Complex Type: WeatherForecastType

[Table of contents]

Super-types: gml:AbstractFeatureType < AbstractMeteorologicalObjectType (by extension) < AbstractMeteorologicalObjectCollectionType (by extension) < AbstractApprovedObjectCollectionType (by extension) < WeatherForecastType (by extension)
Sub-types: None
Name WeatherForecastType
Used by (from the same schema document) Element WeatherForecast
Abstract no
Documentation

A (graphical) weather forecast for specified region and time period given at specific time. The forecastTime is the "official release time" for the forecast, this may be somewhat different than the createTime or lastestModificationTime for this feature.

Zero or more data sources (such as numerical weather model runs) used for making this forecast may be given using basedOn properties.

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:sharedConnectionPoints> metobj:ConnectionPointArrayAssociationType </metobj:sharedConnectionPoints> [0..1]
<metobj:approval> metobj:ApprovalPropertyType </metobj:approval> [0..*]
<metobj:targetRegion> metobj:NamedRegionPropertyType </metobj:targetRegion> [1..*]
<metobj:forecastTime> xs:dateTime </metobj:forecastTime> [1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="WeatherForecastType">
<xs:complexContent>
<xs:extension base=" metobj:AbstractApprovedObjectCollectionType ">
<xs:sequence>
<xs:element name="targetRegion" type=" metobj:NamedRegionPropertyType " minOccurs="1" maxOccurs="unbounded"/>
<xs:element name="forecastTime" type=" xs:dateTime " minOccurs="1" maxOccurs="1"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>