Enumeration CloudState
- Applied Stereotypes:
-
deprecated
Definition of cloud states.
- Used in:
-
Weather
Enumeration Literals |
|
Name |
Applied Stereotypes |
Description |
|
cloudy |
|
Cloudy. There are more clouds than sunshine. |
|
free |
|
Cloud free conditions. |
|
overcast |
|
Overcast sky. Dull and gray looking. |
|
rainy |
|
Rain clouds. |
|
skyOff |
|
Turns off the sky visualization. |
|
Deprecation |
- Enumeration deprecated. With version 1.2. Use FractionalCloudCover instead.
|
XSD 1.3 Representation |
<xsd:simpleType name="CloudState">
<xsd:annotation>
<xsd:appinfo>
deprecated
</xsd:appinfo>
</xsd:annotation>
<xsd:union>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="cloudy"/>
<xsd:enumeration value="free"/>
<xsd:enumeration value="overcast"/>
<xsd:enumeration value="rainy"/>
<xsd:enumeration value="skyOff"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="parameter"/>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>
|
|
Stereotype Details Information |
- Enumeration
- deprecated [withVersion: "1.2"; comment: "Use FractionalCloudCover instead"]
|
To XSD