<xsd:complexType name="BestFitTrade">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type used to record the differences between the current trade and another indicated trade.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="tradeIdentifier" type="TradeIdentifier">
<xsd:annotation>
<xsd:documentation xml:lang="en">The identifier for the trade compared against.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="differences" type="TradeDifference" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">An optional set of detailed difference records.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|