<xsd:simpleType name="ConditionEnum">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Defines a condition when an event applies.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="AtOrAbove">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The event rate must be greater than or equal to the specified trigger rate.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="AtOrBelow">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The event rate must be less than or equal to the specified trigger rate.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Above">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The event rate must be greater than the specified trigger rate.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Below">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The event rate must be less than the specified trigger rate.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|