complexType "PackageHeader"
Namespace:
Content:
complex, 6 elements
Defined:
Includes:
definitions of 6 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (6):
All Direct / Indirect Based Elements (1):
packageHeader
Known Usage Locations
Annotation
Identifying information for a tradePackage (a bundle of trades).
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="PackageHeader">
<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="originatingEvent" type="OriginatingEvent"/>
<xsd:element minOccurs="0" name="packageInformation" type="PackageInformation"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 6/6)
orderIdentifier
Type:
OrderIdentifier, complex content
XML Source (see within schema source)
<xsd:element minOccurs="0" name="orderIdentifier" type="OrderIdentifier"/>

originatingEvent
Type:
OriginatingEvent, simple content
This may be used to describe why a package was created. This can be used to provide context for a newly created package that is not part of a post-trade event. For example, it can report that the package was created as a result of netting activity, or due to a transfer, an allocation process, etc.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="originatingEvent" type="OriginatingEvent"/>

packageIdentifier
Type:
IssuerTradeId, complex content
XML Source (see within schema source)
<xsd:element minOccurs="0" name="packageIdentifier" type="IssuerTradeId"/>

packageInformation
Type:
PackageInformation, complex content
XML Source (see within schema source)
<xsd:element minOccurs="0" name="packageInformation" type="PackageInformation"/>

packageType
Type:
PackageType, simple content
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="packageType" type="PackageType"/>

size
Type:
PositiveDecimal, simple content
Simple Content
xsd:decimal
minExclusive:
0
XML Source (see within schema source)
<xsd:element minOccurs="0" name="size" type="PositiveDecimal"/>

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