<xsd:simpleType name="FxBarrierScopeEnum">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The specification of whether a barrier has effect for the current expiry period, or globally to the whole product.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Global">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The barrier has effect for the expiry period in which it is triggered, and all subsequent periods.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="PerExpiry">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The barrier has effect only for the expiry period in which it is triggered.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|