<xsd:complexType name="AllocationTradeIdentifier">
<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="blockTradeId" type="PartyTradeIdentifier" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The trade id of the block trade. This is used by each one of the allocated trades to reference the block trade.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|