Definition Type: ComplexType
Name: BusinessEventIdentifier
Namespace: http://www.fpml.org/FpML-5/pretrade
Containing Schema: fpml-business-events-5-10.xsd
Abstract
Documentation:
A type defining an event identifier issued by the indicated party.
Collapse XSD Schema Diagram:
Drilldown into eventId in schema fpml-business-events-5-10_xsd1 Drilldown into accountReference in schema fpml-shared-5-10_xsd2 Drilldown into partyReference in schema fpml-shared-5-10_xsd2 Drilldown into PartyAndAccountReferences.model in schema fpml-shared-5-10_xsd2 Drilldown into id in schema fpml-business-events-5-10_xsd1XSD Diagram of BusinessEventIdentifier in schema fpml-business-events-5-10_xsd1 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="BusinessEventIdentifier">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type defining an event identifier issued by the indicated party.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:group ref="PartyAndAccountReferences.model">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A pointer style reference to a party identifier and optionally an account identifier defined elsewhere in the document. The party referenced has allocated the trade identifier.</xsd:documentation>
            </xsd:annotation>
        </xsd:group>
        <xsd:element name="eventId" type="EventId" minOccurs="0" />
    </xsd:sequence>
    <xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
partyReference nsC:partyReference 0 (1)
accountReference nsC:accountReference 0 (1)
eventId nsC:eventId 0 (1)
<xs:group> nsC:PartyAndAccountReferences.model (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsC:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsC:eventIdentifier