simpleType "TriggerConditionEnum"
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 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.
MinLength:
0

All Direct / Indirect Based Elements (2):
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.
Type Definition Detail
Type Derivation Tree
xsd:token (restriction)
  Token (restriction)
      TriggerConditionEnum
Derivation:
restriction of 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="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.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.