simpleType "FxBarrierDirectionEnum"
Namespace:
Defined:
globally in fpml-enum-5-5.xsd; see XML source
Used:
never
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.
Annotation
The specification of whether the direction of a barrier within an FX OTC option is Down or Up.
See:  http://www.FpML.org
Type Definition Detail
Type Derivation Tree
xsd:token (restriction)
  FxBarrierDirectionEnum
Derivation:
restriction of xsd: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="xsd:token">
<xsd:enumeration value="Down"/>
<xsd:enumeration value="Up"/>
</xsd:restriction>
</xsd:simpleType>

XML schema documentation generated with DocFlex/XML 1.8.6b2 using DocFlex/XML XSDDoc 2.5.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.