Definition Type: ComplexType
Name: VersionedTradeId
Namespace: http://www.fpml.org/FpML-5/pretrade
Containing Schema: fpml-doc-5-10.xsd
Abstract
Documentation:
Trade Id with Version Support
Collapse XSD Schema Diagram:
Drilldown into effectiveDate in schema fpml-shared-5-10_xsd2 Drilldown into version in schema fpml-shared-5-10_xsd2 Drilldown into VersionHistory.model in schema fpml-shared-5-10_xsd2 Drilldown into tradeId in schema fpml-doc-5-10_xsd2XSD Diagram of VersionedTradeId in schema fpml-doc-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="VersionedTradeId">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Trade Id with Version Support</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="tradeId" type="TradeId" minOccurs="0" />
        <xsd:group ref="VersionHistory.model">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The version of the trade id. The tradeId is versioned and not the trade.</xsd:documentation>
            </xsd:annotation>
        </xsd:group>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
tradeId nsC:tradeId 0 (1)
version nsC:version 0 (1)
effectiveDate nsC:effectiveDate 0 (1)
<xs:group> nsC:VersionHistory.model (1) (1)
Collapse Derivation Tree:
Collapse References:
nsC:versionedTradeId