complexType "OptionEvent"
Namespace:
Content:
complex, 7 elements
Defined:
Includes:
definitions of 6 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (7):
eventIdentifier (defined in AbstractEvent complexType),
All Direct / Indirect Based Elements (1):
optionEvent
Known Usage Locations
Type Definition Detail
Type Derivation Tree
AbstractEvent (extension)
  OptionEvent
XML Source (w/o annotations (6); see within schema source)
<xsd:complexType name="OptionEvent">
<xsd:complexContent>
<xsd:extension base="AbstractEvent">
<xsd:sequence>
<xsd:choice minOccurs="0">
<xsd:element name="originalTrade" type="Trade"/>
<xsd:element maxOccurs="unbounded" name="tradeIdentifier" type="PartyTradeIdentifier"/>
</xsd:choice>
<xsd:choice minOccurs="0">
<xsd:element name="knockIn" type="TriggerRateObservation"/>
<xsd:element name="knockOut" type="KnockOutRateObservation"/>
<xsd:element maxOccurs="2" name="touch" type="TouchRateObservation"/>
<xsd:element name="noTouch" type="NoTouchRateObservation"/>
</xsd:choice>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 6/7)
knockIn
Type:
TriggerRateObservation, complex content
A structure describing a barrier knock in event
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="knockIn" type="TriggerRateObservation"/>

knockOut
Type:
KnockOutRateObservation, complex content
A structure describing a barrier knock out event
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="knockOut" type="KnockOutRateObservation"/>

noTouch
Type:
NoTouchRateObservation, complex content
A structure describing the outcome of an option having no touch events
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="noTouch" type="NoTouchRateObservation"/>

originalTrade
Type:
Trade, complex content
Fully describes the original trade (prior to the exercise).
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="originalTrade" type="Trade"/>

touch
Type:
TouchRateObservation, complex content
A structure describing a touch event
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="2" name="touch" type="TouchRateObservation"/>

tradeIdentifier
Type:
PartyTradeIdentifier, complex content
Identified the trade to which the option event applies.
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.