Documentation for FMI Meteorological Objects

Complex Type: AbstractMeteorologicalSymbolType

[Table of contents]

Super-types: gml:AbstractGMLType < AbstractMeteorologicalSymbolType (by extension)
Sub-types:
Name AbstractMeteorologicalSymbolType
Used by (from the same schema document) Element _MeteorologicalSymbol
Abstract yes
XML Instance Representation
<...>
<!-- ' gml:AbstractGMLType ' super type was not found in this schema. Some elements and attributes may be missing. -->
<metobj:symbolName> metobj:shortStringType </metobj:symbolName> [1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="AbstractMeteorologicalSymbolType" abstract="true">
<xs:complexContent>
<xs:extension base=" gml:AbstractGMLType ">
<xs:sequence>
<xs:element name="symbolName" type=" metobj:shortStringType " minOccurs="1" maxOccurs="1"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>