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