Definition Type: ComplexType
Name: TradePackage
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-business-events-5-10.xsd
Abstract
Documentation:
A bundle of trades collected together into a single unit for reporting.
Collapse XSD Schema Diagram:
Drilldown into approvals in schema fpml-business-events-5-10_xsd3 Drilldown into tradeIdentifier in schema fpml-business-events-5-10_xsd3 Drilldown into tradeReferenceInformation in schema fpml-business-events-5-10_xsd3 Drilldown into TradeReferenceInformation.model in schema fpml-business-events-5-10_xsd3 Drilldown into trade in schema fpml-business-events-5-10_xsd3 Drilldown into packageHeader in schema fpml-business-events-5-10_xsd3XSD Diagram of TradePackage in schema fpml-business-events-5-10_xsd3 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="TradePackage">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A bundle of trades collected together into a single unit for reporting.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="packageHeader" type="PackageHeader" minOccurs="0" />
        <xsd:choice minOccurs="0">
            <xsd:element name="trade" type="Trade" maxOccurs="unbounded" />
            <xsd:group ref="TradeReferenceInformation.model" maxOccurs="unbounded" />
            <xsd:element name="tradeIdentifier" type="TradeIdentifier" maxOccurs="unbounded" />
        </xsd:choice>
        <xsd:element name="approvals" type="Approvals" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A container for approval states in the workflow.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
packageHeader nsE:packageHeader 0 (1)
trade nsE:trade (1) unbounded
tradeReferenceInformation nsE:tradeReferenceInformation 0 (1)
tradeIdentifier nsE:tradeIdentifier (1) unbounded
approvals nsE:approvals 0 (1)
<xs:group> nsE:TradeReferenceInformation.model (1) unbounded
Collapse Derivation Tree:
Collapse References:
nsE:tradePackagensE:tradePackage,