Definition Type: Group
Name: TradeLegNotionalChange.model
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-business-events-5-10.xsd
Collapse XSD Schema Diagram:
Drilldown into outstandingNotionalAmount in schema fpml-business-events-5-10_xsd3 Drilldown into changeInNotionalAmount in schema fpml-business-events-5-10_xsd3 Drilldown into notionalReference in schema fpml-business-events-5-10_xsd3XSD Diagram of TradeLegNotionalChange.model in schema fpml-business-events-5-10_xsd3 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="TradeLegNotionalChange.model">
    <xsd:sequence>
        <xsd:element name="notionalReference" type="NotionalReference" minOccurs="0" />
        <xsd:element name="changeInNotionalAmount" type="NonNegativeMoney" minOccurs="0" />
        <xsd:element name="outstandingNotionalAmount" type="NonNegativeMoney" minOccurs="0" />
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
notionalReference nsE:notionalReference 0 (1)
changeInNotionalAmount nsE:changeInNotionalAmount 0 (1)
outstandingNotionalAmount nsE:outstandingNotionalAmount 0 (1)