Definition Type: ComplexType
Name: TradeIdentifier
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-doc-5-0.xsd
Abstract
Documentation:
A type defining a trade identifier issued by the indicated party.
Collapse XSD Schema Diagram:
Drilldown into versionedTradeId in schema fpml-doc-5-0_xsd1 Drilldown into tradeId in schema fpml-doc-5-0_xsd1 Drilldown into reportingRole in schema fpml-doc-5-0_xsd1 Drilldown into accountReference in schema fpml-shared-5-0_xsd1 Drilldown into partyReference in schema fpml-shared-5-0_xsd1 Drilldown into PartyAndAccountReferences.model in schema fpml-shared-5-0_xsd1 Drilldown into id in schema fpml-doc-5-0_xsd1XSD Diagram of TradeIdentifier in schema fpml-doc-5-0_xsd1 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="TradeIdentifier">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type defining a trade 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="reportingRole" type="ReportingRole" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Identifies the role of this party in reporting this trade (e.g. originator, counterparty, recipient).</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:choice maxOccurs="unbounded">
            <xsd:element name="tradeId" type="TradeId" minOccurs="0" />
            <xsd:element name="versionedTradeId" type="VersionedTradeId" minOccurs="0" />
        </xsd:choice>
    </xsd:sequence>
    <xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
partyReference nsB:partyReference 0 (1)
accountReference nsB:accountReference 0 (1)
reportingRole nsB:reportingRole 0 (1)
tradeId nsB:tradeId 0 (1)
versionedTradeId nsB:versionedTradeId 0 (1)
<xs:group> nsB:PartyAndAccountReferences.model (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsB:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsB:allocationTradeId, nsB:allocationTradeId, nsB:blockTradeIdnsB:PartyTradeIdentifier, nsB:tradeIdentifier,