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. With version 1.1. Use instead precipitationIntensity.
XSD 1.3 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>

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property intensity
    • XSDattribute
    • deprecated [withVersion: "1.1"; comment: "Use instead precipitationIntensity."]
  • Property precipitationIntensity
    • XSDattribute
  • Property precipitationType
    • XSDattribute

To XSD