<xsd:complexType name="Allocations">
<xsd:annotation>
<xsd:documentation xml:lang="en">The allocations for a single side of a trade.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="allocatingPartyReference" type="PartyReference" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">A pointer style reference to one of the parties to the trade, defined elsewhere in the document. The party referenced has requested its position in the trade to be allocated to several other parties or accounts.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="allocation" type="Allocation" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
|