Enumeration FractionalCloudCover
Definition of cloud states using the fractional cloud cover in oktas.
- Used in:
-
Weather
| Enumeration Literals |
| |
Name |
Applied Stereotypes |
Description |
| |
zeroOktas |
|
0/8 of the sky is covered with clouds (equivalent to the deprecated 'free' CloudState) |
| |
oneOktas |
|
1/8 of the sky is covered with clouds |
| |
twoOktas |
|
2/8 of the sky is covered with clouds |
| |
threeOktas |
|
3/8 of the sky is covered with clouds |
| |
fourOktas |
|
4/8 of the sky is covered with clouds (equivalent to the deprecated 'cloudy' CloudState) |
| |
fiveOktas |
|
5/8 of the sky is covered with clouds |
| |
sixOktas |
|
6/8 of the sky is covered with clouds (equivalent to the deprecated 'rainy' CloudState) |
| |
sevenOktas |
|
7/8 of the sky is covered with clouds |
| |
eightOktas |
|
8/8 of the sky is covered with clouds (equivalent to the deprecated 'overcast' CloudState) |
| |
nineOktas |
|
sky obscured, e.g. in dense fog (equivalent to the deprecated 'skyOff' CloudState) |
|
| XSD 1.2 Representation |
<xsd:simpleType name="FractionalCloudCover">
<xsd:union>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="zeroOktas"/>
<xsd:enumeration value="oneOktas"/>
<xsd:enumeration value="twoOktas"/>
<xsd:enumeration value="threeOktas"/>
<xsd:enumeration value="fourOktas"/>
<xsd:enumeration value="fiveOktas"/>
<xsd:enumeration value="sixOktas"/>
<xsd:enumeration value="sevenOktas"/>
<xsd:enumeration value="eightOktas"/>
<xsd:enumeration value="nineOktas"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="parameter"/>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>
|
|
| Change log from version 1.1 |
|
|
To XSD