Definition Type: Group
Name: TradeOrInfo.model
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-business-events-5-2.xsd
Documentation:
Defines a model group that allows either details of an event or information about a trade to be provided. Typically this will be used in a response to a request.
Collapse XSD Schema Diagram:
Drilldown into tradeReferenceInformation in schema fpml-business-events-5-2_xsd Drilldown into TradeReferenceInformation.model in schema fpml-business-events-5-2_xsd Drilldown into trade in schema fpml-business-events-5-2_xsd Drilldown into originatingEvent in schema fpml-business-events-5-2_xsdXSD Diagram of TradeOrInfo.model in schema fpml-business-events-5-2_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="TradeOrInfo.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Defines a model group that allows either details of an event or information about a trade to be provided. Typically this will be used in a response to a request.</xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
        <xsd:sequence>
            <xsd:element name="originatingEvent" type="OriginatingEvent" minOccurs="0" />
            <xsd:element name="trade" type="Trade" minOccurs="0" />
        </xsd:sequence>
        <xsd:group ref="TradeReferenceInformation.model" />
    </xsd:choice>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
originatingEvent nsA:originatingEvent 0 (1)
trade nsA:trade 0 (1)
tradeReferenceInformation nsA:tradeReferenceInformation 0 (1)
<xs:group> nsA:TradeReferenceInformation.model (1) (1)