Class Precipitation

Applied Stereotypes:
XSDcomplexType

Defines a precipitation by type and value of a weather.

Used in:
Weather
Properties
Name Type Cardinality AppliedStereotypes Description
precipitationType PrecipitationType 1..1 XSDattribute Type of the precipitation.
intensity double 1..1 XSDattribute The intensity of the precipitation. Range: [0..1].

Migration Information from XSD 0.9.1
Derived From:
OSCEnvironment.Weather.Precipitation
Property Name XSD Type XSD 0.9.1 Name Migration
precipitationType Attribute type
intensity Attribute intensity

XSD 1.0 Representation


<xsd:complexType name="Precipitation">
<xsd:attribute name="precipitationType" type="PrecipitationType" use="required"/>
<xsd:attribute name="intensity" type="Double" use="required"/>
</xsd:complexType>

To XSD To XSLT To XSD Tree