<xsd:complexType name="CommodityPhysicalQuantitySchedule">
<xsd:annotation>
<xsd:documentation xml:lang="en">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.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="quantityStep" type="CommodityNotionalQuantity" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">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.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="CommodityDeliveryPeriodsPointer.model" />
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
|