Documentation for FMI Meteorological Objects

Complex Type: AbstractPointObjectType

[Table of contents]

Super-types: gml:AbstractFeatureType < AbstractMeteorologicalObjectType (by extension) < AbstractPointObjectType (by extension)
Sub-types:
Name AbstractPointObjectType
Used by (from the same schema document) Element _PointObject
Abstract yes
Documentation Abstract parent type for all Met Objects located at a single geosaptial point or point-like location (airport, city, observation station,..). Moving point objects can be modeled using DynamicMeteorologicalObject with multiple point objects as collection content. Mutual display priority levels of point-like objects can be given with displayPriority property: The rendering engine should start dropping the objects out in descending priority order if it cannot properly position all the point objects into the given display size using the given preferredRenderingSize (the ones with lowest numeric priority value will remain visible last).
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:location> metobj:PointLocationPropertyType </metobj:location> [1]
<metobj:priority> xs:int </metobj:priority> [0..1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="AbstractPointObjectType" abstract="true">
<xs:complexContent>
<xs:extension base=" metobj:AbstractMeteorologicalObjectType ">
<xs:sequence>
<xs:element name="location" type=" metobj:PointLocationPropertyType " minOccurs="1" maxOccurs="1"/>
<xs:element name="priority" type=" xs:int " minOccurs="0" maxOccurs="1"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>