complexType "ConfirmationStatus"
Namespace:
Content:
complex, 3 attributes, 12 elements
Defined:
Includes:
definitions of 4 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:token
 = 
xsd:positiveInteger
 = 
"3"
   
>
   
Content: 
</...>
Content Model Elements (12):
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):
confirmationStatus
Known Usage Locations
Annotation
Message for sending matching results. Response message that returns the status of an event that have been submitted for matching.
Type Definition Detail
Type Derivation Tree
Document (extension)
  Message (extension)
      ResponseMessage (extension)
          ConfirmationStatus
XML Source (w/o annotations (5); see within schema source)
<xsd:complexType name="ConfirmationStatus">
<xsd:complexContent>
<xsd:extension base="ResponseMessage">
<xsd:sequence>
<xsd:element name="status" type="EventStatus"/>
<xsd:choice>
<xsd:sequence>
<xsd:element name="assertedEvent" type="EventsChoice"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="proposedMatch" type="EventProposedMatch"/>
</xsd:sequence>
<xsd:element name="allegedEvent" type="EventsChoice"/>
</xsd:choice>
<xsd:group minOccurs="0" ref="PartiesAndAccounts.model"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 4/12)
allegedEvent
Type:
EventsChoice, complex content
Event (trade post-trade event) asserted by the "other side's" party.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="allegedEvent" type="EventsChoice"/>

assertedEvent
Type:
EventsChoice, complex content
Event (trade or post-trade event) asserted by one of the parties.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="assertedEvent" type="EventsChoice"/>

proposedMatch
Type:
EventProposedMatch, complex content
"Other side's" event (trade or post-trade event) that meets the minimimum matching criteria and is proposed as match to the event that is being asserted.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="proposedMatch" type="EventProposedMatch"/>

status
Type:
EventStatus, simple content
Defines the confirmation status of a trade or post-trade event (e.g. Matched, Mismatched, Unmatched, Alleged).
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="status" type="EventStatus"/>

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.