XML Schema Documentation

Complex Type: PositionMatchResult

[Table of contents]

Super-types: None
Sub-types: None
Name PositionMatchResult
Used by (from the same schema document) Complex Type PositionsMatchResults
Abstract no
XML Instance Representation
<...>
<status> PositionMatchStatus </status> [1]

'Reconciliation status of the position.'

Start Choice [1]
<assertedPosition> AssertedPosition </assertedPosition> [1]

'Position asserted by one of the parties.'

<proposedMatch> PositionProposedMatch </proposedMatch> [0..*]

'"Other side\'s" position that meets the minimimum matching criteria and is proposed as match to the position that is being asserted.'

<allegedPosition> AssertedPosition </allegedPosition> [1]

'Position asserted by the \"other side\'s\" party.'

End Choice
</...>
Diagram
Schema Component Representation
<xsd:complexType name="PositionMatchResult">
<xsd:sequence>
<xsd:element name="status" type=" PositionMatchStatus "/>
<xsd:choice>
<xsd:sequence>
<xsd:element name="assertedPosition" type=" AssertedPosition "/>
<xsd:element name="proposedMatch" type=" PositionProposedMatch " minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:element name="allegedPosition" type=" AssertedPosition "/>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>