complexType "PackageSummary"
Namespace:
Content:
complex, 5 elements
Defined:
globally in fpml-doc-5-11.xsd; see XML source
Includes:
definitions of 5 elements
Used:
never
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (5):
orderIdentifier (defined in PackageSummary complexType),
packageIdentifier (defined in PackageSummary complexType),
packageType (defined in PackageSummary complexType),
sequenceNumber (defined in PackageSummary complexType),
size (defined in PackageSummary complexType)
Annotation
Summary information about a trade package.
XML Source (w/o annotations (6); see within schema source)
<xsd:complexType name="PackageSummary">
<xsd:sequence>
<xsd:element minOccurs="0" name="packageIdentifier" type="IssuerTradeId"/>
<xsd:element minOccurs="0" name="orderIdentifier" type="OrderIdentifier"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="packageType" type="PackageType"/>
<xsd:element minOccurs="0" name="size" type="PositiveDecimal"/>
<xsd:element minOccurs="0" name="sequenceNumber" type="PositiveDecimal"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 5/5)
orderIdentifier
Type:
OrderIdentifier, complex content
Unique identifier of the order that generated the trade package.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="orderIdentifier" type="OrderIdentifier"/>

packageIdentifier
Type:
IssuerTradeId, complex content
Unique identifier of the trade package.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="packageIdentifier" type="IssuerTradeId"/>

packageType
Type:
PackageType, simple content
Specifies the package type. Domain is defined within the packageTypeScheme and includes values such as: Butterfly, CalendarRoll, CalendarSpread, etc. The complete list is available at: http://www.fpml.org/coding-scheme/package-type
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="packageType" type="PackageType"/>

sequenceNumber
Type:
PositiveDecimal, simple content
Sequence number is used to identify the ordinal position of the trade within the enclosing package, e.g. number 1 of 3, 2 of 3, etc, where 3 equals package size. It’s intended to assist with ordering and reconciliation.
Simple Content
xsd:decimal
minExclusive:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="sequenceNumber" type="PositiveDecimal"/>

size
Type:
PositiveDecimal, simple content
Size of the trade package.
Simple Content
xsd:decimal
minExclusive:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="size" type="PositiveDecimal"/>

XML schema documentation generated with DocFlex/XML 1.10b5 using DocFlex/XML XSDDoc 2.8.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.