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