group "ProposedMatch.model"
Namespace:
Content:
Defined:
Includes:
definitions of 3 elements
Used:
Content Model Diagram
Complex Content Model
matchId?, difference*, matchScore?
Content Model Elements (3):
difference, matchId, matchScore
Known Usage Locations
Annotation
A structure that describes a potential match for a trade or event, together with descriptors of that match (quality, etc.).
XML Source (w/o annotations (4); see within schema source)
<xsd:group name="ProposedMatch.model">
<xsd:sequence>
<xsd:element minOccurs="0" name="matchId" type="MatchId"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="difference" type="TradeDifference"/>
<xsd:element minOccurs="0" name="matchScore" type="xsd:decimal"/>
</xsd:sequence>
</xsd:group>
Content Element Detail (all declarations; defined within this component only; 3/3)
difference
Type:
TradeDifference, complex content
A type used to record the details of a difference between two sides of a business event.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="difference" type="TradeDifference"/>

matchId
Type:
MatchId, simple content
A unique identifier assigned by the matching service to each set of matched positions.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="matchId" type="MatchId"/>

matchScore
Type:
xsd:decimal, predefined, simple content
Numeric score to represent the quality of the match.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="matchScore" type="xsd:decimal"/>

XML schema documentation generated with DocFlex/XML 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.