Documentation for FMI Meteorological Objects

Complex Type: AbstractApprovedObjectCollectionType

[Table of contents]

Super-types: gml:AbstractFeatureType < AbstractMeteorologicalObjectType (by extension) < AbstractMeteorologicalObjectCollectionType (by extension) < AbstractApprovedObjectCollectionType (by extension)
Sub-types:
Name AbstractApprovedObjectCollectionType
Used by (from the same schema document) Element _ApprovedObjectCollection
Abstract yes
Documentation Abstract parent type for official (approved) Met Object collections. The collections, such as weather analyses or (graphical) weather forecasts, can be approved at several times, by several authorities and for several uses (see ApprovalType).
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..*]
</...>
Diagram
Schema Component Representation
<xs:complexType name="AbstractApprovedObjectCollectionType" abstract="true">
<xs:complexContent>
<xs:extension base=" metobj:AbstractMeteorologicalObjectCollectionType ">
<xs:sequence>
<xs:element name="approval" type=" metobj:ApprovalPropertyType " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>