Documentation for FMI Meteorological Objects

Complex Type: GraphicSymbolType

[Table of contents]

Super-types: gml:AbstractGMLType < AbstractMeteorologicalSymbolType (by extension) < GraphicSymbolType (by extension)
Sub-types: None
Name GraphicSymbolType
Used by (from the same schema document) Element GraphicSymbol
Abstract no
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]
<metobj:knownSymbol> metobj:catalogReferenceType </metobj:knownSymbol> [0..*]
</...>
Diagram
Schema Component Representation
<xs:complexType name="GraphicSymbolType">
<xs:complexContent>
<xs:extension base=" metobj:AbstractMeteorologicalSymbolType ">
<xs:sequence>
<xs:element name="knownSymbol" type=" metobj:catalogReferenceType " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="image" type=" metobj:ResourceReferencePropertyType " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>