Documentation for FMI Meteorological Objects

Simple Type: rainPhaseType

[Table of contents]

Super-types: xs:string < rainPhaseType (by restriction)
Sub-types: None
Name rainPhaseType
Used by (from the same schema document) Complex Type SurfacePrecipitationAreaType
Content
  • Base XSD Type: string
  • value comes from list: {'rain'|'snow'|'sleet'|'hail'|'freezing-precipitation'|'drizzle'|'mixed'|'unknown'}
Diagram
Schema Component Representation
<xs:simpleType name="rainPhaseType">
<xs:restriction base=" xs:string ">
<xs:enumeration value="rain"/>
<xs:enumeration value="snow"/>
<xs:enumeration value="sleet"/>
<xs:enumeration value="hail"/>
<xs:enumeration value="freezing-precipitation"/>
<xs:enumeration value="drizzle"/>
<xs:enumeration value="mixed"/>
<xs:enumeration value="unknown"/>
</xs:restriction>
</xs:simpleType>