Definition Type: Group
Name: OldTrade.model
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-business-events-5-10.xsd
Collapse XSD Schema Diagram:
Drilldown into oldTrade in schema fpml-business-events-5-10_xsd3 Drilldown into oldTradeIdentifier in schema fpml-business-events-5-10_xsd3XSD Diagram of OldTrade.model in schema fpml-business-events-5-10_xsd3 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="OldTrade.model">
    <xsd:choice>
        <xsd:element name="oldTradeIdentifier" type="PartyTradeIdentifier" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Indicates a reference to the original trade between the transferor and the remaining party.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="oldTrade" type="Trade">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Indicates the original trade between the transferor and the remaining party.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
oldTradeIdentifier nsE:oldTradeIdentifier (1) unbounded
oldTrade nsE:oldTrade (1) (1)