<xsd:complexType name="GenericExerciseStyle">
<xsd:annotation>
<xsd:documentation xml:lang="en">The data type used to hold the exercise style description of an option in a generic product (e.g. American, European, Bermudan).</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="Scheme">
<xsd:attribute name="exerciseStyleScheme" type="NonEmptyURI" default="http://www.fpml.org/coding-scheme/generic-exercise-style">
<xsd:annotation>
<xsd:documentation xml:lang="en">The value scheme used with this property.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|