Documentation for FMI Meteorological Objects

Complex Type: OccludedFrontObjectType

[Table of contents]

Super-types: gml:AbstractFeatureType < AbstractMeteorologicalObjectType (by extension) < AbstractLineObjectType (by extension) < OccludedFrontObjectType (by extension)
Sub-types: None
Name OccludedFrontObjectType
Used by (from the same schema document) Element OccludedFront
Abstract no
Documentation

Concrete Met Object type for occluded fronts. Extends the AbstractLineObjectType by introducing "stationary" element for stationary occluded fronts.

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:curve> gml:CurvePropertyType </metobj:curve> [1]
<metobj:startPointConnectsTo> metobj:ConnectionPointPropertyType </metobj:startPointConnectsTo> [0..1]
<metobj:endPointConnectsTo> metobj:ConnectionPointPropertyType </metobj:endPointConnectsTo> [0..1]
<metobj:elevation> metobj:ElevationPropertyType </metobj:elevation> [0..1]
<metobj:stationary> xs:boolean </metobj:stationary> [0..1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="OccludedFrontObjectType">
<xs:complexContent>
<xs:extension base=" metobj:AbstractLineObjectType ">
<xs:sequence>
<xs:element name="stationary" type=" xs:boolean " minOccurs="0" maxOccurs="1"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>