simpleType "TriggerConditionEnum"
Namespace:
Defined:
Used:
Simple Content Model
enumeration of xsd:token
Simple Content Restrictions:
Enumeration:
"AtOrAbove"
 - 
The spot rate must be greater than or equal to the trigger rate.
"AtOrBelow"
 - 
The spot rate must be less than or equal to the trigger rate.
"Above"
 - 
DEPRECATE: The spot rate must be greater than or equal to the trigger rate.
"Below"
 - 
DEPRECATE: The spot rate must be less than or equal to the trigger rate.

All Direct / Indirect Based Elements (3):
direction (in touch in fxDigitalOption),
triggerCondition (defined in FxTriggerBase complexType),
triggerCondition (defined in TriggerRateObservation complexType)
Known Usage Locations
Annotation
The specification of whether a payout will occur on an option depending upon whether the spot rate is at or above or at or below the trigger rate.
See:  http://www.FpML.org
Type Definition Detail
Type Derivation Tree
xsd:token (restriction)
  TriggerConditionEnum
Derivation:
restriction of xsd:token
Facets:
enumeration:
"AtOrAbove"
 - 
The spot rate must be greater than or equal to the trigger rate.
"AtOrBelow"
 - 
The spot rate must be less than or equal to the trigger rate.
"Above"
 - 
DEPRECATE: The spot rate must be greater than or equal to the trigger rate.
"Below"
 - 
DEPRECATE: The spot rate must be less than or equal to the trigger rate.
XML Source (w/o annotations (5); see within schema source)
<xsd:simpleType name="TriggerConditionEnum">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="AtOrAbove"/>
<xsd:enumeration value="AtOrBelow"/>
<xsd:enumeration fpml-annotation:deprecated="true" fpml-annotation:deprecatedReason="The Above value is not to be used. The value is replaced with the more precise AtOrAbove value." value="Above"/>
<xsd:enumeration fpml-annotation:deprecatedReason="The Below value is not to be used. The value is replaced with the more precise AtOrBelow value." value="Below"/>
</xsd:restriction>
</xsd:simpleType>

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.