<xsd:group name="ProposedMatch.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">A structure that describes a potential match for a trade or event, together with descriptors of that match (quality, etc.).</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="matchId" type="MatchId" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">A unique identifier assigned by the matching service to each set of matched positions.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="difference" type="TradeDifference" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type used to record the details of a difference between two sides of a business event.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="matchScore" type="xsd:decimal" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Numeric score to represent the quality of the match.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:group>
|