XML Schema Documentation

Complex Type: MatchId

[Table of contents]

Super-types: xsd:normalizedString < MatchId (by extension)
Sub-types: None
Name MatchId
Used by (from the same schema document) Complex Type CancelTradeCashflows , Complex Type PositionProposedMatch , Complex Type TradeCashflowsAsserted , Complex Type TradeCashflowsProposedMatch
Abstract no
Documentation An identifier used to identify matched cashflows.
XML Instance Representation
<...
matchIdScheme=" xsd:anyURI [0..1]">
xsd:normalizedString
</...>
Diagram
Schema Component Representation
<xsd:complexType name="MatchId">
<xsd:simpleContent>
<xsd:extension base=" xsd:normalizedString ">
<xsd:attribute name="matchIdScheme" type=" xsd:anyURI "/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>