Documentation for FMI Meteorological Objects

Complex Type: meteorologicalKeywordType

[Table of contents]

Super-types: xs:string < shortStringType (by restriction) < meteorologicalKeywordType (by extension)
Sub-types: None
Name meteorologicalKeywordType
Used by (from the same schema document) Complex Type MeteorologicalObjectMetaDataType
Abstract no
XML Instance Representation
<...
fixedVocabulary=" xs:string (value comes from list: {'generic'|'satellite'|'radar'|'nwm'|'observation'|'forecast'}) [0..1]">
metobj:shortStringType
</...>
Diagram
Schema Component Representation
<xs:complexType name="meteorologicalKeywordType">
<xs:simpleContent>
<xs:extension base=" metobj:shortStringType ">
<xs:attribute name="fixedVocabulary" use="optional">
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:enumeration value="generic"/>
<xs:enumeration value="satellite"/>
<xs:enumeration value="radar"/>
<xs:enumeration value="nwm"/>
<xs:enumeration value="observation"/>
<xs:enumeration value="forecast"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>