simpleType "ConditionEnum"
Namespace:
Defined:
globally in fpml-enum-5-8.xsd; see XML source
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.
MinLength:
0

All Direct / Indirect Based Elements (5):
condition (defined in FxAccrualKnockoutBarrier.model group),
condition (defined in FxBarrier.model group),
condition (defined in FxPayoffCap complexType),
condition (in payoffLeverage defined in FxVanillaPayoffRegion complexType),
condition (in payoffLeverage in vanillaPayoffRegion in fxAccrualForward)
Known Usage Locations
Annotation
Defines a condition when an event applies.
Type Definition Detail
Type Derivation Tree
xsd:token (restriction)
  Token (restriction)
      ConditionEnum
Derivation:
restriction of 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="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.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.