<xsd:complexType name="DeClear">
<xsd:annotation>
<xsd:documentation xml:lang="en">A structure describing a declear event. The deClear event allows a firm to request that a trade be removed from clearing, or a clearing service to request consent for this, or to report that is has been done.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="tradeIdentifier" type="PartyTradeIdentifier" maxOccurs="unbounded" />
<xsd:element name="effectiveDate" type="xsd:date" />
<xsd:element name="reason" type="DeclearReason" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|