<xsd:complexType name="ClearingRefused">
<xsd:annotation>
<xsd:documentation xml:lang="en">A message indicating that a clearing request has not been acted on due to a business decision and therefore no trade has been cleared.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="NotificationMessage">
<xsd:sequence>
<xsd:group ref="TradingEvents.model" minOccurs="0" />
<xsd:group ref="EventValuation.model" minOccurs="0" />
<xsd:group ref="PartiesAndAccounts.model" minOccurs="0" />
<xsd:element name="reason" type="Reason" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|