complexType "TradeChangeAdvice"
Namespace:
Content:
complex, 3 attributes, 11 elements
Defined:
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:token
 = 
xsd:positiveInteger
 = 
"4"
    >
   
Content: 
header, validation*, isCorrection, (correlationId, sequenceNumber)?, onBehalfOf?, change, quote*, paymentDetails*, party+, account*
</...>
Content Model Elements (11):
account,
change (in tradeChangeAdvice),
correlationId,
header (defined in RequestMessage complexType),
isCorrection (defined in CorrectableRequestMessage complexType),
onBehalfOf (defined in OnBehalfOf.model group),
party,
paymentDetails (in tradeChangeAdvice),
quote (defined in EventValuation.model group),
sequenceNumber (defined in Sequence.model group),
validation
All Direct / Indirect Based Elements (1):
tradeChangeAdvice
Known Usage Locations
Annotation
Defines the structure for a message indicating that a trade is being changed due to a non-negotiated event.
Type Definition Detail
Type Derivation Tree
Document (extension)
  Message (extension)
      RequestMessage (extension)
          CorrectableRequestMessage (extension)
              TradeChangeAdvice
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="TradeChangeAdvice">
<xsd:complexContent>
<xsd:extension base="CorrectableRequestMessage">
<xsd:sequence>
<xsd:element name="change" type="TradeChangeContent"/>
<xsd:group 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; 2/11)
change
Type:
TradeChangeContent, complex content
Describes the details of the change.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="change" type="TradeChangeContent"/>

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"/>

XML schema documentation generated with DocFlex/XML 1.8.6b2 using DocFlex/XML XSDDoc 2.5.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.