<xsd:group name="TradeLegNotionalScheduleChange.model">
<xsd:sequence>
<xsd:element name="notionalScheduleReference" type="NotionalReference" minOccurs="0" />
<!-- in the future perhaps this should allow a notional schedule to be put in here instead of a single value -->
<xsd:element name="changeInNotionalSchedule" type="NonNegativeAmountSchedule" />
<xsd:element name="outstandingNotionalSchedule" type="NonNegativeAmountSchedule" />
</xsd:sequence>
</xsd:group>
|