<xsd:group name="TradeLegNotionalChange.model">
<xsd:sequence>
<xsd:element name="notionalReference" 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="changeInNotionalAmount" type="NonNegativeMoney" minOccurs="0">
</xsd:element>
<xsd:element name="outstandingNotionalAmount" type="NonNegativeMoney" minOccurs="0">
</xsd:element>
</xsd:sequence>
</xsd:group>
|