Definition Type: ComplexType
Name: WeatherCalculationPeriods
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-com-5-10.xsd
Abstract
Documentation:
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.
Collapse XSD Schema Diagram:
Drilldown into calculationPeriod in schema fpml-com-5-10_xsd2 Drilldown into id in schema fpml-com-5-10_xsd2XSD Diagram of WeatherCalculationPeriods in schema fpml-com-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
calculationPeriod nsE:calculationPeriod 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id nsE:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsE:weatherCalculationPeriods