<xsd:complexType name="CommodityAmericanExercise">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type for defining exercise procedures associated with an American style exercise of a commodity option.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="Exercise">
<xsd:sequence>
<xsd:sequence>
<xsd:annotation>
<xsd:documentation xml:lang="en">Option Strip</xsd:documentation>
</xsd:annotation>
<xsd:element name="exercisePeriod" type="CommodityExercisePeriods" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">Describes the American exercise periods.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="exerciseFrequency" type="Frequency" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The exercise frequency for the strip.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|