Class Weather

Applied Stereotypes:
XSDcomplexType

Defines the weather conditions in terms of light, fog, precipitation and cloud states.

Used in:
Environment
Properties
Name Type Cardinality AppliedStereotypes Description
cloudState CloudState 1..1 XSDattribute Definition of the cloud state, i.e. cloud state and sky visualization settings.
sun Sun 1..1 Definition of the sun, i.e. position and intensity.
fog Fog 1..1 Definition of fog, i.e. visual range and bounding box.
precipitation Precipitation 1..1 Definition of precipitation, i.e. type and intensity.

Migration Information from XSD 0.9.1
Derived From:
OSCEnvironment.Weather
Property Name XSD Type XSD 0.9.1 Name Migration
cloudState Attribute cloudState
sun Element Sun
fog Element Fog
precipitation Element Precipitation

XSD 1.0 Representation


<xsd:complexType name="Weather">
<xsd:all>
<xsd:element name="Sun" type="Sun"/>
<xsd:element name="Fog" type="Fog"/>
<xsd:element name="Precipitation" type="Precipitation"/>
</xsd:all>
<xsd:attribute name="cloudState" type="CloudState" use="required"/>
</xsd:complexType>

To XSD To XSLT To XSD Tree