<xsd:simpleType name="TriggerTimeTypeEnum">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The time of day which would be considered for valuing the knock event.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Closing">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The close of trading on a day would be considered for valuation.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Anytime">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">At any time during the Knock Determination period (continuous barrier).</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|