<xsd:simpleType name="DividendPeriodEnum">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Defines the First Period or the Second Period, as specified in the 2002 ISDA Equity Derivatives Definitions.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="FirstPeriod">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">"First Period" per the 2002 ISDA Equity Derivatives Definitions will apply.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="SecondPeriod">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">"Second Period" per the 2002 ISDA Equity Derivatives Definitions will apply.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|