simpleType "TriggerTypeEnum"
Namespace:
Defined:
globally in fpml-enum-5-8.xsd; see XML source
Used:
Simple Content Model
enumeration of xsd:token
Simple Content Restrictions:
Enumeration:
"EqualOrLess"
 - 
The underlyer price must be equal to or less than the Trigger level.
"EqualOrGreater"
 - 
The underlyer price must be equal to or greater than the Trigger level.
"Equal"
 - 
The underlyer price must be equal to the Trigger level.
"Less"
 - 
The underlyer price must be less than the Trigger level.
"Greater"
 - 
The underlyer price must be greater than the Trigger level.
MinLength:
0

All Direct / Indirect Based Elements (2):
triggerType (defined in CommodityTrigger complexType),
triggerType (in trigger defined in TriggerEvent complexType)
Known Usage Locations
Annotation
The specification of whether an option will trigger or expire depending upon whether the spot rate is above or below the barrier rate.
Type Definition Detail
Type Derivation Tree
xsd:token (restriction)
  Token (restriction)
      TriggerTypeEnum
Derivation:
restriction of Token
Facets:
enumeration:
"EqualOrLess"
 - 
The underlyer price must be equal to or less than the Trigger level.
"EqualOrGreater"
 - 
The underlyer price must be equal to or greater than the Trigger level.
"Equal"
 - 
The underlyer price must be equal to the Trigger level.
"Less"
 - 
The underlyer price must be less than the Trigger level.
"Greater"
 - 
The underlyer price must be greater than the Trigger level.
XML Source (w/o annotations (6); see within schema source)
<xsd:simpleType name="TriggerTypeEnum">
<xsd:restriction base="Token">
<xsd:enumeration value="EqualOrLess"/>
<xsd:enumeration value="EqualOrGreater"/>
<xsd:enumeration value="Equal"/>
<xsd:enumeration value="Less"/>
<xsd:enumeration value="Greater"/>
</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.