Definition Type: Group
Name: Events.model
Namespace: http://www.fpml.org/FpML-5/reporting
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_xsd1 Drilldown into novation in schema fpml-business-events-5-0_xsd1 Drilldown into termination in schema fpml-business-events-5-0_xsd1 Drilldown into increase in schema fpml-business-events-5-0_xsd1 Drilldown into amendment in schema fpml-business-events-5-0_xsd1 Drilldown into trade in schema fpml-business-events-5-0_xsd1XSD Diagram of Events.model in schema fpml-business-events-5-0_xsd1 (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" minOccurs="0" />
        <xsd:element name="amendment" type="TradeAmendmentContent" minOccurs="0" />
        <xsd:element name="increase" type="TradeNotionalChange" minOccurs="0" />
        <xsd:element name="termination" type="TradeNotionalChange" minOccurs="0" />
        <xsd:element name="novation" type="TradeNovationContent" minOccurs="0" />
        <xsd:element ref="additionalEvent" minOccurs="0" />
    </xsd:choice>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
trade nsB:trade 0 (1)
amendment nsB:amendment 0 (1)
increase nsB:increase 0 (1)
termination nsB:termination 0 (1)
novation nsB:novation 0 (1)
additionalEvent nsB:additionalEvent 0 (1)