complexType "TradeChangeContent"
Namespace:
Content:
complex, 6 elements
Defined:
Includes:
definitions of 6 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (6):
changeEvent,
effectiveDate (defined in TradeChangeContent complexType),
oldTrade (defined in TradeChangeContent complexType),
oldTradeIdentifier (defined in TradeChangeContent complexType),
payment (defined in TradeChangeContent complexType),
trade (defined in TradeChangeContent complexType)
All Direct / Indirect Based Elements (3):
change (defined in ChangeEvents.model group),
Known Usage Locations
Annotation
A structure describing a non-negotiated trade resulting from a market event.
XML Source (w/o annotations (7); see within schema source)
<xsd:complexType name="TradeChangeContent">
<xsd:sequence>
<xsd:choice minOccurs="0">
<xsd:element name="oldTradeIdentifier" type="PartyTradeIdentifier"/>
<xsd:element name="oldTrade" type="Trade"/>
</xsd:choice>
<xsd:element name="trade" type="Trade"/>
<xsd:element name="effectiveDate" type="xsd:date"/>
<xsd:element ref="changeEvent"/>
<xsd:element minOccurs="0" name="payment" type="Payment"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 6/6)
changeEvent
Type:
ChangeEvent, complex content
Subst.Gr:
may be substituted with 3 elements
Substitution point for types of change
XML Source (w/o annotations (1); see within schema source)
<xsd:element ref="changeEvent"/>

effectiveDate
Type:
xsd:date, predefined, simple content
The date on which the change become effective
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="effectiveDate" type="xsd:date"/>

oldTrade
Type:
Trade, complex content
The original trade details.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="oldTrade" type="Trade"/>

oldTradeIdentifier
Type:
PartyTradeIdentifier, complex content
The original qualified trade identifier.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="oldTradeIdentifier" type="PartyTradeIdentifier"/>

payment
Type:
Payment, complex content
Describes a payment made in settlement of the change.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="payment" type="Payment"/>

trade
Type:
Trade, complex content
A full description of the amended trade.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="trade" type="Trade"/>

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.