XML Schema Documentation

Complex Type: CommodityNotionalQuantitySchedule

[Table of contents]

Super-types: None
Sub-types: None
Name CommodityNotionalQuantitySchedule
Used by (from the same schema document) Model Group CommodityNotionalQuantity.model
Abstract no
Documentation The Notional Quantity per Calculation Period. There must be a Notional Quantity step specified for each Calculation Period, regardless of whether the Notional Quantity changes or remains the same between periods.
XML Instance Representation
<...
id=" xsd:ID [0..1]">
Start Choice [1]
<notionalStep> CommodityNotionalQuantity </notionalStep> [1..*]

'The Notional Quantity per Calculation Period. There must be a Notional Quantity specified for each Calculation Period, regardless of whether the quantity changes or remains the same between periods.'

<settlementPeriodsNotionalQuantitySchedule> CommoditySettlementPeriodsNotionalQuantitySchedule </settlementPeriodsNotionalQuantitySchedule> [1..*]

'For an electricity transaction, the Notional Quantity schedule for a one or more groups of Settlement Periods to which the Notional Quantity is based. If the schedule differs for different groups of Settlement Periods, this element should be repeated.'

End Choice
Start Choice [1]
<calculationPeriodsReference> CalculationPeriodsReference </calculationPeriodsReference> [1]

'A pointer style reference to the Calculation Periods defined on another leg.'

<calculationPeriodsScheduleReference> CalculationPeriodsScheduleReference </calculationPeriodsScheduleReference> [1]

'A pointer style reference to the Calculation Periods Schedule defined on another leg.'

End Choice
</...>
Diagram
group_CommodityCalculationPeriodsPointer.model
Schema Component Representation
<xsd:complexType name="CommodityNotionalQuantitySchedule">
<xsd:sequence>
<xsd:choice>
<xsd:element name="notionalStep" type=" CommodityNotionalQuantity " maxOccurs="unbounded"/>
<xsd:element name="settlementPeriodsNotionalQuantitySchedule" type=" CommoditySettlementPeriodsNotionalQuantitySchedule " maxOccurs="unbounded"/>
</xsd:choice>
<xsd:group ref=" CommodityCalculationPeriodsPointer.model "/>
</xsd:sequence>
<xsd:attribute name="id" type=" xsd:ID "/>
</xsd:complexType>