simpleType "FxBarrierDirectionEnum"
Namespace:
Defined:
globally in fpml-enum-5-8.xsd; see XML source
Used:
Simple Content Model
enumeration of xsd:token
Simple Content Restrictions:
Enumeration:
"Down"
 - 
The barrier is triggered if the observed rate is at or below the barrier level during the period of observation, or at the time of observation.
"Up"
 - 
The barrier is triggered if the observed rate is at or above the barrier level during the period of observation, or at the time of observation.
MinLength:
0

All Direct / Indirect Based Elements (1):
direction (defined in FxBarrierFeature complexType)
Known Usage Locations
Annotation
The specification of whether the direction of a barrier within an FX OTC option is Down or Up.
Type Definition Detail
Type Derivation Tree
xsd:token (restriction)
  Token (restriction)
      FxBarrierDirectionEnum
Derivation:
restriction of Token
Facets:
enumeration:
"Down"
 - 
The barrier is triggered if the observed rate is at or below the barrier level during the period of observation, or at the time of observation.
"Up"
 - 
The barrier is triggered if the observed rate is at or above the barrier level during the period of observation, or at the time of observation.
XML Source (w/o annotations (3); see within schema source)
<xsd:simpleType name="FxBarrierDirectionEnum">
<xsd:restriction base="Token">
<xsd:enumeration value="Down"/>
<xsd:enumeration value="Up"/>
</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.