Definition Type: ComplexType
Name: PackageSummary
Namespace: http://www.fpml.org/FpML-5/pretrade
Containing Schema: fpml-doc-5-10.xsd
Abstract
Documentation:
Summary information about a trade package.
Collapse XSD Schema Diagram:
Drilldown into sequenceNumber in schema fpml-doc-5-10_xsd2 Drilldown into size in schema fpml-doc-5-10_xsd2 Drilldown into packageType in schema fpml-doc-5-10_xsd2 Drilldown into orderIdentifier in schema fpml-doc-5-10_xsd2 Drilldown into packageIdentifier in schema fpml-doc-5-10_xsd2XSD Diagram of PackageSummary in schema fpml-doc-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="PackageSummary">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Summary information about a trade package.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="packageIdentifier" type="IssuerTradeId" minOccurs="0" />
        <xsd:element name="orderIdentifier" type="OrderIdentifier" minOccurs="0" />
        <xsd:element name="packageType" type="PackageType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="size" type="PositiveDecimal" minOccurs="0" />
        <xsd:element name="sequenceNumber" type="PositiveDecimal" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
packageIdentifier nsC:packageIdentifier 0 (1)
orderIdentifier nsC:orderIdentifier 0 (1)
packageType nsC:packageType 0 unbounded
size nsC:size 0 (1)
sequenceNumber nsC:sequenceNumber 0 (1)
Collapse Derivation Tree:
Collapse References:
nsC:originatingPackage