<xsd:complexType name="CommodityPhysicalExercise">
<xsd:annotation>
<xsd:documentation xml:lang="en">The parameters for defining how the physically-settled commodity option can be exercised and how it is settled.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:choice>
<xsd:element name="americanExercise" type="CommodityPhysicalAmericanExercise">
<xsd:annotation>
<xsd:documentation xml:lang="en">The parameters for defining the expiration date(s) and time(s) for an American style option.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="europeanExercise" type="CommodityPhysicalEuropeanExercise">
<xsd:annotation>
<xsd:documentation xml:lang="en">The parameters for defining the expiration date(s) and time(s) for a European style option.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
|