<xsd:complexType name="BlockTradeIdentifier">
<xsd:annotation>
<xsd:documentation xml:lang="en">This type is used to identify that a trade id is referring to a bock trade.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="PartyTradeIdentifier">
<xsd:sequence>
<xsd:element name="allocationTradeId" type="PartyTradeIdentifier" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">The trade id of the allocated trade. This is used by the block trade to reference the allocated trade.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="blockTradeId" type="PartyTradeIdentifier" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The trade id of the parent trade for N-level allocations. This element is only used to model N-level allocations in which the trade acts as block and allocated trade at the same time.This basically means the ability to allocate a block trade to multiple allocation trades, and then allocate these in turn to other allocation trades (and so on if desired).</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|