complexType "TradingEventSummary"
Namespace:
Content:
complex, 6 elements
Defined:
Includes:
definitions of 3 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (6):
agreementDate,
effectiveDate (defined in AgreementAndEffectiveDates.model group),
eventIdentifier (in tradingEvent),
eventType,
executionDateTime (defined in AgreementAndEffectiveDates.model group),
payment (in tradingEvent)
All Direct / Indirect Based Elements (1):
tradingEvent
Known Usage Locations
Annotation
A type that records a short form event history of a trade.
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="TradingEventSummary">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="eventIdentifier" type="BusinessEventIdentifier"/>
<xsd:element name="eventType" type="EventType"/>
<xsd:element minOccurs="0" name="payment" type="NonNegativePayment"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 3/6)
eventIdentifier
Type:
BusinessEventIdentifier, complex content
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="eventIdentifier" type="BusinessEventIdentifier"/>

eventType
Type:
EventType, simple content
Simple Content
xsd:normalizedString
maxLength:
255
XML Source (see within schema source)
<xsd:element name="eventType" type="EventType"/>

payment
Type:
NonNegativePayment, complex content
A fee which compensates one of the parties for taking on a position that is off market.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="payment" type="NonNegativePayment"/>

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.