<xsd:complexType name="EmbeddedOptionType">
<xsd:annotation>
<xsd:documentation xml:lang="en">A flexible description of the type or characteristics of an option embbedded within another product. For example, a cancelable provision or an optional early termination provision.</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="Scheme">
<xsd:attribute name="embeddedOptionTypeScheme" type="NonEmptyURI" default="http://www.fpml.org/coding-scheme/embedded-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>
|