<xsd:complexType name="OptionType">
<xsd:annotation>
<xsd:documentation xml:lang="en">The type of option transaction (e.g. Call, Put); specifies whether the option allows the holder to buy or sell the underlying asset, or pay or receive a payment related to the price of underlying asset, in the event of exercise.</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="Scheme">
<xsd:attribute name="optionTypeScheme" type="NonEmptyURI" default="http://www.fpml.org/coding-scheme/option-type">
<xsd:annotation>
<xsd:documentation xml:lang="en">The type scheme used with this option type.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|