<xsd:complexType name="Clearing">
<xsd:annotation>
<xsd:documentation xml:lang="en">A structure describing a trade registration event that is part of a clearing process.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="submitted" type="TradeWrapper">
<xsd:annotation>
<xsd:documentation xml:lang="en">The original trade or event submitted to the clearing service.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="cleared" type="TradeWrapper" minOccurs="2" maxOccurs="2">
<xsd:annotation>
<xsd:documentation xml:lang="en">The trades or events generated by the clearing service as a result of clearing.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|