<xsd:complexType name="WeatherIndex">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type defining the Weather Index Level or Weather Index Strike Level.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="quantity" type="xsd:decimal" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">This is the Reference Level. The CDD, HDD or HDD Reference Level is specified as the number of (amount of) Weather Index Units specified by the parties in the related Confirmation.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="unit" type="QuantityUnit" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Weather Index Unit derived from one of the following variable methods of determination: Cooling Degree Day (CDD), Heating Degree Day (HDD), Critical Precipitation Day (CPD) as defined in Section 11.15 of the 2005 ISDA Commodity Definitions and User Guide.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
|