group "PostTradeEvents.model"
Namespace:
Content:
Defined:
Includes:
definitions of 5 elements
Used:
Content Model Diagram
Complex Content Model
amendment | increase | (terminatingEvent?, termination) | novation
Content Model Elements (5):
amendment (defined in PostTradeEvents.model group),
Known Usage Locations
Annotation
Choice between amendment, increase, termination, and novation events.
XML Source (w/o annotations (2); see within schema source)
<xsd:group name="PostTradeEvents.model">
<xsd:choice>
<xsd:element name="amendment" type="TradeAmendmentContent"/>
<xsd:element name="increase" type="TradeNotionalChange"/>
<xsd:sequence>
<xsd:element minOccurs="0" name="terminatingEvent" type="TerminatingEvent"/>
<xsd:element name="termination" type="TradeNotionalChange"/>
</xsd:sequence>
<xsd:element name="novation" type="TradeNovationContent"/>
</xsd:choice>
</xsd:group>
Content Element Detail (all declarations; defined within this component only; 5/5)
amendment
Type:
TradeAmendmentContent, complex content
XML Source (see within schema source)
<xsd:element name="amendment" type="TradeAmendmentContent"/>

increase
Type:
TradeNotionalChange, complex content
XML Source (see within schema source)
<xsd:element name="increase" type="TradeNotionalChange"/>

novation
Type:
TradeNovationContent, complex content
XML Source (see within schema source)
<xsd:element name="novation" type="TradeNovationContent"/>

terminatingEvent
Type:
TerminatingEvent, simple content
This may be used to describe why a trade was terminated.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="terminatingEvent" type="TerminatingEvent"/>

termination
Type:
TradeNotionalChange, complex content
XML Source (see within schema source)
<xsd:element name="termination" type="TradeNotionalChange"/>

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.