Definition Type: ComplexType
Name: GenericCommodityDeliveryPeriod
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-generic-5-10.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into endTime in schema fpml-generic-5-10_xsd2 Drilldown into startTime in schema fpml-generic-5-10_xsd2 Drilldown into applicableDay in schema fpml-generic-5-10_xsd2XSD Diagram of GenericCommodityDeliveryPeriod in schema fpml-generic-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="GenericCommodityDeliveryPeriod">
    <xsd:annotation>
        <xsd:documentation xml:lang="en" />
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="applicableDay" type="DayOfWeekExtEnum" minOccurs="0" maxOccurs="7">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Specifies the Applicable Day with respect to a range of Settlement Periods.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:sequence minOccurs="0">
            <xsd:element name="startTime" type="OffsetPrevailingTime" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">Specifies the hour-ending Start Time with respect to a range of Settlement Periods.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="endTime" type="OffsetPrevailingTime" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">Specifies the hour-ending End Time with respect to a range of Settlement Periods. If neither startTime nor endTime contain an offset element and endTime is earlier than startTime, this indicates that the time period "wraps around" midnight. For example, if startTime is 23:00 and endTime is 01:00 then Settlement Periods apply from 00:00 to 01:00 and 23:00 to 00:00 on each included day.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
applicableDay nsE:applicableDay 0 7
startTime nsE:startTime 0 (1)
endTime nsE:endTime 0 (1)
Collapse Derivation Tree:
Collapse References:
nsE:settlementPeriods