<xsd:complexType name="PositionProposedMatch">
<xsd:sequence>
<xsd:group ref="PositionIdAndVersion.model" />
<xsd:group ref="PositionWithoutId.model" minOccurs="0" />
<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 position.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|