Documentation for FMI Meteorological Objects

Simple Type: knownNumericalModelType

[Table of contents]

Super-types: xs:string < knownNumericalModelType (by restriction)
Sub-types: None
Name knownNumericalModelType
Used by (from the same schema document) Complex Type numericalModelType
Content
  • Base XSD Type: string
  • value comes from list: {'HirlamRCR'|'HirlamMBE'|'GFS'|'ECMWF'|'Arome'|'LAPSFinland'}
Diagram
Schema Component Representation
<xs:simpleType name="knownNumericalModelType">
<xs:restriction base=" xs:string ">
<xs:enumeration value="HirlamRCR"/>
<xs:enumeration value="HirlamMBE"/>
<xs:enumeration value="GFS"/>
<xs:enumeration value="ECMWF"/>
<xs:enumeration value="Arome"/>
<xs:enumeration value="LAPSFinland"/>
</xs:restriction>
</xs:simpleType>