Definition Type: Group
Name: ProposedMatch.model
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-business-events-5-10.xsd
Documentation:
A structure that describes a potential match for a trade or event, together with descriptors of that match (quality, etc.).
Collapse XSD Schema Diagram:
Drilldown into matchScore in schema fpml-business-events-5-10_xsd3 Drilldown into difference in schema fpml-business-events-5-10_xsd3 Drilldown into matchId in schema fpml-business-events-5-10_xsd3XSD Diagram of ProposedMatch.model in schema fpml-business-events-5-10_xsd3 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
matchId nsE:matchId 0 (1)
difference nsE:difference 0 unbounded
matchScore nsE:matchScore 0 (1)