complexType "ExecutionNotification"
Namespace:
Content:
complex, 3 attributes, 16 elements
Defined:
Includes:
definition of 1 element
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:token
 = 
xsd:positiveInteger
 = 
"3"
   
>
   
Content: 
</...>
Content Model Elements (16):
amendment (defined in ExecutionNotification complexType),
header (defined in RequestMessage complexType),
onBehalfOf (defined in OnBehalfOf.model group),
optionExpiry (defined in OptionsEvents.model group),
party (defined in PartiesAndAccounts.model group),
quote (defined in EventValuation.model group),
sequenceNumber (defined in Sequence.model group),
trade (defined in TradingEvents.model group),
tradePackage (defined in TradingEvents.model group),
All Direct / Indirect Based Elements (2):
executionNotification, optionExpirationNotification
Known Usage Locations
Annotation
A message notifying a party that a trade execution has occurred. (Typically this is sent by an execution platform to a participant.)
Type Definition Detail
Type Derivation Tree
Document (extension)
  Message (extension)
      RequestMessage (extension)
          CorrectableRequestMessage (extension)
              ExecutionNotification
XML Source (w/o annotations (1); see within schema source)
<xsd:complexType name="ExecutionNotification">
<xsd:complexContent>
<xsd:extension base="CorrectableRequestMessage">
<xsd:sequence>
<!--<xsd:group ref="Events.model"/> BPWG2014 Replaced by the below - comment to be deleted before 5.8LCWD -->
<xsd:choice>
<xsd:group ref="TradingEvents.model"/>
<xsd:element name="amendment" type="TradeAmendmentContent"/>
<xsd:group ref="OptionsEvents.model"/>
</xsd:choice>
<xsd:group minOccurs="0" ref="EventValuation.model"/>
<xsd:group ref="PartiesAndAccounts.model"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 1/16)
amendment
Type:
TradeAmendmentContent, complex content
XML Source (see within schema source)
<xsd:element name="amendment" type="TradeAmendmentContent"/>

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.