<xsd:simpleType name="ShareExtraordinaryEventEnum">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Defines the consequences of extraordinary events relating to the underlying.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="AlternativeObligation">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The trade continues on the consideration paid out to holders of the original shares.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="CancellationAndPayment">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The trade is terminated.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="OptionsExchange">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The trade will be adjusted in accordance with any adjustment made by the exchange on which options on the underlying are listed.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|