<xsd:simpleType name="CommodityKnockEnum">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Barrier Knock In or Out.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="In">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Option is exercisable.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Out">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Option is not exercisable.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|