complexType "ExecutionAdvice"
Namespace:
Content:
complex, 3 attributes, 25 elements
Defined:
Includes:
definitions of 3 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:token
 = 
xsd:positiveInteger
 = 
"9"
   
>
   
Content: 
</...>
Content Model Elements (25):
account,
additionalEvent,
amendment (defined in PostTradeEventsBase.model group),
change (defined in ChangeEventsBase.model group),
correlationId,
header (defined in RequestMessage complexType),
increase,
isCorrection,
novation,
onBehalfOf (defined in OnBehalfOf.model group),
optionExercise (defined in OptionsEventsBase.model group),
optionExpiry (defined in OptionsEventsBase.model group),
originatingEvent (defined in TradingEventsBase.model group),
parentCorrelationId,
party (defined in PartiesAndAccounts.model group),
paymentDetails (in executionAdvice),
productType (in executionAdvice),
quote (defined in EventValuation.model group),
sequenceNumber (defined in Sequence.model group),
terminatingEvent (defined in PostTradeEventsBase.model group),
termination (defined in PostTradeEventsBase.model group),
trade (defined in TradingEventsBase.model group),
tradePackage (defined in TradingEventsBase.model group),
validation,
withdrawal
All Direct / Indirect Based Elements (1):
executionAdvice
Known Usage Locations
Annotation
A message advising a third party that a trade execution has occurred.
Type Definition Detail
Type Derivation Tree
Document (extension)
  Message (extension)
      RequestMessage (extension)
          CorrectableRequestMessage (extension)
              ExecutionAdvice
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="ExecutionAdvice">
<xsd:complexContent>
<xsd:extension base="CorrectableRequestMessage">
<xsd:sequence>
<xsd:element minOccurs="0" name="productType" type="ProductType"/>
<xsd:choice>
<xsd:group ref="TradingEventsBase.model"/>
<xsd:group ref="PostTradeEventsBase.model"/>
<xsd:group ref="ChangeEventsBase.model"/>
<xsd:group ref="OptionsEventsBase.model"/>
<xsd:element ref="additionalEvent"/>
</xsd:choice>
<xsd:group minOccurs="0" ref="EventValuation.model"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="paymentDetails" type="PaymentDetails"/>
<xsd:group ref="PartiesAndAccounts.model"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 3/25)
additionalEvent
Type:
AdditionalEvent, complex content
Abstract:
(may not be used directly in instance XML documents)
XML Source (see within schema source)
<xsd:element ref="additionalEvent"/>

paymentDetails
Type:
PaymentDetails, complex content
Details of the payments, like amount breakdowns, settlement information.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="paymentDetails" type="PaymentDetails"/>

productType
Type:
ProductType, simple content
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (see within schema source)
<xsd:element minOccurs="0" name="productType" type="ProductType"/>

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.