simpleType "ConditionEnum"
Namespace:
Defined:
Used:
Simple Content Model
enumeration of xsd:token
Simple Content Restrictions:
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.

All Direct / Indirect Based Elements (4):
condition (defined in FxComplexBarrierBase complexType),
condition (defined in FxPayoffCap complexType),
condition (in leverage defined in FxTargetLinearPayoffRegion complexType),
condition (in leverage in linearPayoffRegion in fxAccrualForward)
Known Usage Locations
Annotation
Defines a condition when an event applies.
See:  http://www.FpML.org
Type Definition Detail
Type Derivation Tree
xsd:token (restriction)
  ConditionEnum
Derivation:
restriction of xsd:token
Facets:
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.
XML Source (w/o annotations (5); see within schema source)
<xsd:simpleType name="ConditionEnum">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="AtOrAbove"/>
<xsd:enumeration value="AtOrBelow"/>
<xsd:enumeration value="Above"/>
<xsd:enumeration 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.