complexType "PositionsMatchResults"
Namespace:
Content:
complex, 3 attributes, 11 elements
Defined:
Includes:
definitions of 3 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:token
 = 
xsd:positiveInteger
 = 
"5"
   
>
   
Content: 
</...>
Content Model Elements (11):
header (defined in ResponseMessage complexType),
onBehalfOf (defined in OnBehalfOf.model group),
party (defined in PartiesAndAccounts.model group),
sequenceNumber (defined in Sequence.model group),
All Direct / Indirect Based Elements (1):
positionsMatchResults
Known Usage Locations
Annotation
Reports the results of the portfolio reconciliation operation. It states the matching results for multiple positions, supporting the match, mismatched, unmatched and alleged position results.
Type Definition Detail
Type Derivation Tree
Document (extension)
  Message (extension)
      ResponseMessage (extension)
          PositionsMatchResults
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="PositionsMatchResults">
<xsd:complexContent>
<xsd:extension base="ResponseMessage">
<xsd:sequence>
<xsd:element minOccurs="0" name="portfolio" type="PortfolioDefinition"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="positionMatchResult" type="PositionMatchResult"/>
<xsd:element minOccurs="0" name="matchCompleted" type="xsd:boolean"/>
<xsd:group ref="PartiesAndAccounts.model"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 3/11)
matchCompleted
Type:
xsd:boolean, predefined, simple content
Flag indicating whether the Matching Service has finished sending all matching results.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="matchCompleted" type="xsd:boolean"/>

portfolio
Type:
PortfolioDefinition, complex content
Contains the portfolio definition.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="portfolio" type="PortfolioDefinition"/>

positionMatchResult
Type:
PositionMatchResult, complex content
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="positionMatchResult" type="PositionMatchResult"/>

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