complexType "TradeChangeAdviceRetracted"
Namespace:
Content:
complex, 3 attributes, 12 elements
Defined:
Includes:
definitions of 3 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:token
 = 
xsd:positiveInteger
 = 
"3"
   
>
   
Content: 
</...>
Content Model Elements (12):
header (defined in RequestMessage complexType),
onBehalfOf (defined in OnBehalfOf.model group),
party (defined in PartiesAndAccounts.model group),
sequenceNumber (defined in Sequence.model group),
validation (defined in Validation.model group),
validation (defined in Validation.model group)
All Direct / Indirect Based Elements (1):
tradeChangeAdviceRetracted
Known Usage Locations
Annotation
Defines the structure for a message retracting a prior change advice.
Type Definition Detail
Type Derivation Tree
Document (extension)
  Message (extension)
      RequestMessage (extension)
          NonCorrectableRequestMessage (extension)
              TradeChangeAdviceRetracted
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="TradeChangeAdviceRetracted">
<xsd:complexContent>
<xsd:extension base="NonCorrectableRequestMessage">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" name="tradeIdentifier" type="PartyTradeIdentifier"/>
<xsd:element minOccurs="0" name="change" type="TradeChangeContent"/>
<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/12)
change
Type:
TradeChangeContent, complex content
Describes the details of the change being retracted.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" 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"/>

tradeIdentifier
Type:
PartyTradeIdentifier, complex content
The qualified identifiers of the subject trade.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" name="tradeIdentifier" type="PartyTradeIdentifier"/>

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.