Definition Type: Group
Name: Events.model
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-business-events-5-0.xsd
Documentation:
Choice between a trade and a post-trade event.
Collapse XSD Schema Diagram:
Drilldown into additionalEvent in schema fpml-business-events-5-0_xsd Drilldown into novation in schema fpml-business-events-5-0_xsd Drilldown into termination in schema fpml-business-events-5-0_xsd Drilldown into increase in schema fpml-business-events-5-0_xsd Drilldown into amendment in schema fpml-business-events-5-0_xsd Drilldown into trade in schema fpml-business-events-5-0_xsdXSD Diagram of Events.model in schema fpml-business-events-5-0_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="Events.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Choice between a trade and a post-trade event.</xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
        <xsd:element name="trade" type="Trade" />
        <xsd:element name="amendment" type="TradeAmendmentContent" />
        <xsd:element name="increase" type="TradeNotionalChange" />
        <xsd:element name="termination" type="TradeNotionalChange" />
        <xsd:element name="novation" type="TradeNovationContent" />
        <xsd:element ref="additionalEvent" />
    </xsd:choice>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
trade nsA:trade (1) (1)
amendment nsA:amendment (1) (1)
increase nsA:increase (1) (1)
termination nsA:termination (1) (1)
novation nsA:novation (1) (1)
additionalEvent nsA:additionalEvent (1) (1)