group "FxBarrier.model"
Namespace:
Content:
Defined:
Includes:
definitions of 6 elements
Used:
Content Model Diagram
Complex Content Model
condition, triggerRate, (observationStartDate, observationStartTime?)?, (observationEndDate, observationEndTime?)?
Content Model Elements (6):
condition (defined in FxBarrier.model group),
triggerRate (defined in FxBarrier.model group)
Known Usage Locations
XML Source (w/o annotations (6); see within schema source)
<xsd:group name="FxBarrier.model">
<xsd:sequence>
<xsd:element name="condition" type="ConditionEnum"/>
<xsd:element name="triggerRate" type="Schedule"/>
<xsd:sequence minOccurs="0">
<xsd:element name="observationStartDate" type="xsd:date"/>
<xsd:element minOccurs="0" name="observationStartTime" type="BusinessCenterTime"/>
</xsd:sequence>
<xsd:sequence minOccurs="0">
<xsd:element name="observationEndDate" type="xsd:date"/>
<xsd:element minOccurs="0" name="observationEndTime" type="BusinessCenterTime"/>
</xsd:sequence>
</xsd:sequence>
</xsd:group>
Content Element Detail (all declarations; defined within this component only; 6/6)
condition
Type:
ConditionEnum, simple content
Defines the condition when the barrier applies: AtOrAbove, AtOrBelow, Above, Below.
Simple Content
enumeration of xsd:token
Enumeration:
"AtOrAbove"
 - 
The event rate must be greater than or equal to the specified trigger rate.
"AtOrBelow"
 - 
The event rate must be less than or equal to the specified trigger rate.
"Above"
 - 
The event rate must be greater than the specified trigger rate.
"Below"
 - 
The event rate must be less than the specified trigger rate.
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="condition" type="ConditionEnum"/>

observationEndDate
Type:
xsd:date, predefined, simple content
The date on which the observation period for an american barrier ends. If the end date is not present, then the date and time of the end of the period is deemed to be the date and time of expiration.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="observationEndDate" type="xsd:date"/>

observationEndTime
Type:
BusinessCenterTime, complex content
The time on the end date at which the observation period for an american barrier ends. If the time is not present, then the time is deemed to be the same as the expiration time.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="observationEndTime" type="BusinessCenterTime"/>

observationStartDate
Type:
xsd:date, predefined, simple content
The date on which the observation period for an american barrier starts. If the start date is not present, then the date and time of the start of the period is deemed to be the date and time the transaction was entered into.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="observationStartDate" type="xsd:date"/>

observationStartTime
Type:
BusinessCenterTime, complex content
The time on the start date at which the observation period for an american barrier starts. If the time is not present and the start date is equivalent to the transaction date, the time is deemed to be the time the transaction was entered into. If the time is not present and the start date is other than the transaction date, then the time is deemed to be the same as the expiration time.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="observationStartTime" type="BusinessCenterTime"/>

triggerRate
Type:
Schedule, complex content
The market rate is observed relative to the trigger rate, and if it is found to be on the predefined side of (above or below) the trigger rate, a barrier event is deemed to have occurred.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="triggerRate" type="Schedule"/>

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.