<xsd:simpleType name="PremiumTypeEnum">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Premium Type for Forward Start Equity Option</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="PrePaid">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">TODO</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="PostPaid">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">TODO</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Variable">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">TODO</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Fixed">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">TODO</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|