Class Precipitation
- Applied Stereotypes:
-
XSDcomplexType
Defines a precipitation by type and value of a weather.
- Used in:
-
Weather
|
Properties
|
| |
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
| D |
intensity |
double |
0..1 |
XSDattribute,
deprecated
|
The intensity of the precipitation. Range: [0..1]. |
| |
precipitationIntensity |
double |
0..1 |
XSDattribute
|
The intensity of the precipitation (valid for all precipitation types). Unit: [mm/h]. Range: [0..inf[. |
| |
precipitationType |
PrecipitationType |
1..1 |
XSDattribute
|
Type of the precipitation. |
|
|
Deprecation
|
- Property intensity deprecated.
|
|
XSD 1.4 Representation
|
<xsd:complexType name="Precipitation">
<xsd:attribute name="intensity" type="Double">
<xsd:annotation>
<xsd:appinfo>
deprecated
</xsd:appinfo>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="precipitationType" type="PrecipitationType" use="required"/>
<xsd:attribute name="precipitationIntensity" type="Double"/>
</xsd:complexType>
|
|
|
Change log from version 1.3
|
- Property 'intensity'. Stereotype <<deprecated>>. Tagged value 'withVersion' removed.
- Property 'intensity'. Stereotype <<deprecated>>. Tagged value 'comment' removed.
|
|
Stereotype Details Information
|
-
Class
- XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
-
Property intensity
-
Property precipitationIntensity
-
Property precipitationType
|
To XSD