<xsd:simpleType name="ExerciseTimingEnum">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">When a requested option exercise event is desired to be performed.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Immediate">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Perform the requested exercise behavior immediately on receipt of the request.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="OnExpiration">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Perform the requested exercise behavior at the expiration of the option.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|