complexType "ObservationEvent"
Namespace:
Content:
complex, 6 elements
Defined:
Includes:
definitions of 5 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (6):
date (in observation defined in PostTradeEventsBase.model group),
eventIdentifier (defined in AbstractEvent complexType),
observedValue,
side (in observation defined in PostTradeEventsBase.model group),
source (in observation defined in PostTradeEventsBase.model group),
time (in observation defined in PostTradeEventsBase.model group)
All Direct / Indirect Based Elements (1):
observation (defined in PostTradeEventsBase.model group)
Known Usage Locations
Type Definition Detail
Type Derivation Tree
AbstractEvent (extension)
  ObservationEvent
XML Source (w/o annotations (5); see within schema source)
<xsd:complexType name="ObservationEvent">
<xsd:complexContent>
<xsd:extension base="AbstractEvent">
<xsd:sequence>
<xsd:element name="date" type="xsd:date"/>
<xsd:element minOccurs="0" name="time" type="TimeZone"/>
<xsd:element minOccurs="0" name="side" type="QuotationRateTypeEnum"/>
<xsd:element name="observedValue" type="xsd:decimal"/>
<xsd:element name="source" type="ObservationSource"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 5/6)
date
Type:
xsd:date, predefined, simple content
Date of observation.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="date" type="xsd:date"/>

observedValue
Type:
xsd:decimal, predefined, simple content
The observation value.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="observedValue" type="xsd:decimal"/>

side
Type:
QuotationRateTypeEnum, simple content
The side (bid/mid/ask) of the observation, when applicable.
Simple Content
enumeration of xsd:token
Enumeration:
"Bid"
 - 
A bid rate.
"Ask"
 - 
An ask rate.
"Mid"
 - 
A mid-market rate.
"ExercisingPartyPays"
 - 
If optional early termination is applicable to a swap transaction, the rate, which may be a bid or ask rate, which would result, if seller is in-the-money, in the higher absolute value of the cash settlement amount, or, is seller is out-of-the-money, in the lower absolute value of the cash settlement amount.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="side" type="QuotationRateTypeEnum"/>

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

time
Type:
TimeZone, complex content
The observation time, with a possible indication of the timezone dimension.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="time" type="TimeZone"/>

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.