<xsd:complexType name="AllocationCancelled">
<xsd:annotation>
<xsd:documentation xml:lang="en">A notification to inform downstream systems when a system that acts as source of trade information detects that an allocation has been cancelled.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="NotificationMessage">
<xsd:sequence>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="trade" type="Trade" />
<xsd:element name="partyTradeIdentifier" type="PartyTradeIdentifier" />
</xsd:choice>
<xsd:element name="party" type="Party" minOccurs="2" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|