<xsd:complexType name="WeatherCalculationPeriods">
<xsd:annotation>
<xsd:documentation xml:lang="en">The schedule of Calculation Period First Days and Lasts Days. If there is only one First Day - Last Day pair then the First is equal to the Effective Date and the Last Day is equal to the Termination Date.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="calculationPeriod" type="WeatherCalculationPeriod" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
|