Class Precipitation

Applied Stereotypes:
XSDcomplexType

Defines a precipitation by type and value of a weather.

Used in:
Weather
Properties
Name Type Cardinality AppliedStereotypes Description
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.1 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.0
  • Property 'precipitationIntensity' created.
  • Property 'intensity'. Lower cardinality changed.
    • New Value
      0
      From 1.0.0
      1
  • Property 'intensity'. Stereotype <<deprecated>> applied.

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 To XSD Tree