Definition Type: Group
Name: TradeLegNotionalChange.model
Namespace: http://www.fpml.org/FpML-5/transparency
Containing Schema: fpml-business-events-5-10.xsd
Collapse XSD Schema Diagram:
Drilldown into outstandingNotionalAmount in schema fpml-business-events-5-10_xsd4 Drilldown into changeInNotionalAmount in schema fpml-business-events-5-10_xsd4 Drilldown into notionalReference in schema fpml-business-events-5-10_xsd4XSD Diagram of TradeLegNotionalChange.model in schema fpml-business-events-5-10_xsd4 (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" />
        <xsd:element name="outstandingNotionalAmount" type="NonNegativeMoney" />
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
notionalReference nsF:notionalReference 0 (1)
changeInNotionalAmount nsF:changeInNotionalAmount (1) (1)
outstandingNotionalAmount nsF:outstandingNotionalAmount (1) (1)