<xsd:complexType name="WeatherCalculationPeriod">
<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="calculationPeriodFirstDay" type="IdentifiedDate" />
<xsd:element name="calculationPeriodEndDay" type="IdentifiedDate" />
</xsd:sequence>
</xsd:complexType>
|