Documentation for FMI Meteorological Objects

Simple Type: cloudCoverEighthsType

[Table of contents]

Super-types: xs:string < cloudCoverEighthsType (by restriction)
Sub-types: None
Name cloudCoverEighthsType
Used by (from the same schema document) Complex Type CloudAreaType
Content
  • Base XSD Type: string
  • pattern = [0-9]{1}\/8
Diagram
Schema Component Representation
<xs:simpleType name="cloudCoverEighthsType">
<xs:restriction base=" xs:string ">
<-- 9/8 = undetermined -->
<xs:pattern value="[0-9]{1}\/8"/>
</xs:restriction>
</xs:simpleType>