Definition Type: ComplexType
Name: PackageSummary
Namespace: http://www.fpml.org/FpML-5/reporting
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_xsd4 Drilldown into size in schema fpml-doc-5-10_xsd4 Drilldown into packageType in schema fpml-doc-5-10_xsd4 Drilldown into orderIdentifier in schema fpml-doc-5-10_xsd4 Drilldown into packageIdentifier in schema fpml-doc-5-10_xsd4XSD Diagram of PackageSummary in schema fpml-doc-5-10_xsd4 (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 nsE:packageIdentifier 0 (1)
orderIdentifier nsE:orderIdentifier 0 (1)
packageType nsE:packageType 0 unbounded
size nsE:size 0 (1)
sequenceNumber nsE:sequenceNumber 0 (1)
Collapse Derivation Tree:
Collapse References:
nsE:originatingPackage