Definition Type: ComplexType
Name: EventIdentifier
Namespace: http://www.fpml.org/FpML-5/pretrade
Containing Schema: fpml-msg-5-9.xsd
Abstract
Documentation:
Identification of a business event, for example through its correlation id or a business identifier.
Collapse XSD Schema Diagram:
Drilldown into tradeIdentifier in schema fpml-msg-5-9_xsd Drilldown into sequenceNumber in schema fpml-msg-5-9_xsd Drilldown into Sequence.model in schema fpml-msg-5-9_xsd Drilldown into correlationId in schema fpml-msg-5-9_xsd Drilldown into CorrelationId.model in schema fpml-msg-5-9_xsdXSD Diagram of EventIdentifier in schema fpml-msg-5-9_xsd (Financial products Markup Language (FpML®) - Pretrade)
Collapse XSD Schema Code:
<xsd:complexType name="EventIdentifier">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Identification of a business event, for example through its correlation id or a business identifier.</xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
        <xsd:sequence>
            <xsd:group ref="CorrelationId.model" />
            <xsd:group ref="Sequence.model" minOccurs="0" fpml-annotation:deprecated="true" fpml-annotation:deprecatedReason="Event requests should be for the whole workflow, not a specific message" xmlns:fpml-annotation="http://www.fpml.org/annotation" />
        </xsd:sequence>
        <xsd:element name="tradeIdentifier" type="TradeIdentifier" />
    </xsd:choice>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
correlationId nsA:correlationId 0 (1)
sequenceNumber nsA:sequenceNumber 0 (1)
tradeIdentifier nsA:tradeIdentifier (1) (1)
<xs:group> nsA:CorrelationId.model (1) (1)
<xs:group> nsA:Sequence.model 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:eventIdentifier, nsA:eventIdentifier
Collapse Comments:
blog comments powered by Disqus