<xsd:complexType name="ClearingConfirmed">
<xsd:annotation>
<xsd:documentation xml:lang="en">A message indicating that a clearing request has been acted on and as a result a trade has been cleared.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="NotificationMessage">
<xsd:sequence>
<xsd:group ref="Compression.model" minOccurs="0" />
<xsd:group ref="PortfolioReference.model" minOccurs="0" />
<xsd:group ref="ClearingResults.model" minOccurs="0" />
<xsd:group ref="EventValuation.model" minOccurs="0" />
<xsd:element name="creditLimitInformation" type="CreditLimitInformation" minOccurs="0" maxOccurs="unbounded" />
<xsd:group ref="PartiesAndAccounts.model" minOccurs="0" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|