XML Schema Documentation

Complex Type: CommodityPhysicalQuantitySchedule

[Table of contents]

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

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

Start Choice [1]
<deliveryPeriodsReference> CalculationPeriodsReference </deliveryPeriodsReference> [1]

'A pointer style reference to the Delivery Periods defined elsewhere.'

<deliveryPeriodsScheduleReference> CalculationPeriodsScheduleReference </deliveryPeriodsScheduleReference> [1]

'A pointer style reference to the Calculation Periods Schedule defined elsewhere.'

End Choice
</...>
Diagram
group_CommodityDeliveryPeriodsPointer.model
Schema Component Representation
<xsd:complexType name="CommodityPhysicalQuantitySchedule">
<xsd:sequence>
<xsd:element name="quantityStep" type=" CommodityNotionalQuantity " maxOccurs="unbounded"/>
<xsd:group ref=" CommodityDeliveryPeriodsPointer.model "/>
</xsd:sequence>
<xsd:attribute name="id" type=" xsd:ID "/>
</xsd:complexType>