<xsd:simpleType name="NonCashDividendTreatmentEnum">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Defines treatment of non-cash dividends.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="PotentialAdjustmentEvent">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The treatment of any non-cash dividend shall be determined in accordance with the Potential Adjustment Event provisions.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="CashEquivalent">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Any non-cash dividend shall be treated as a Declared Cash Equivalent Dividend.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|