simpleType "FxBarrierTypeSimpleEnum"
Namespace:
Defined:
Used:
Simple Content Model
enumeration of xsd:token
Simple Content Restrictions:
Enumeration:
"Knockin"
 - 
The option exists if the spot rate is at or above, or at or below the barrier level according to the specified barrier direction.
"Knockout"
 - 
The option ceases to exist if the spot rate is at or above, or at or below the barrier level according to the specified barrier direction.

All Direct / Indirect Based Elements (1):
barrierType (defined in FxComplexBarrierBase complexType)
Known Usage Locations
Annotation
Defines the outcome in the event that the barrier is triggered i.e. whether the product becomes active (Knockin) or is extinguished (Knockout). Omitting superseded values ReverseKnock[in|out].
See:  http://www.FpML.org
Type Definition Detail
Type Derivation Tree
xsd:token (restriction)
  FxBarrierTypeSimpleEnum
Derivation:
restriction of xsd:token
Facets:
enumeration:
"Knockin"
 - 
The option exists if the spot rate is at or above, or at or below the barrier level according to the specified barrier direction.
"Knockout"
 - 
The option ceases to exist if the spot rate is at or above, or at or below the barrier level according to the specified barrier direction.
XML Source (w/o annotations (3); see within schema source)
<xsd:simpleType name="FxBarrierTypeSimpleEnum">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Knockin"/>
<xsd:enumeration value="Knockout"/>
</xsd:restriction>
</xsd:simpleType>

XML schema documentation generated with DocFlex/XML 1.10b5 using DocFlex/XML XSDDoc 2.8.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.