<xsd:complexType name="TradePackage">
<xsd:annotation>
<xsd:documentation xml:lang="en">A bundle of trades collected together into a single unit for reporting.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="packageHeader" type="PackageHeader" minOccurs="0" />
<xsd:choice>
<xsd:element name="trade" type="Trade" maxOccurs="unbounded" />
<xsd:group ref="TradeReferenceInformation.model" maxOccurs="unbounded" />
<xsd:element name="tradeIdentifier" type="TradeIdentifier" maxOccurs="unbounded" />
</xsd:choice>
<xsd:element name="approvals" type="Approvals" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">A container for approval states in the workflow.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|