Defines a precipitation by type and value of a weather.
<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>
To XSD To XSD Tree