<xsd:complexType name="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:complexContent>
<xsd:extension base="Exercise">
<xsd:sequence>
<xsd:choice>
<xsd:sequence>
<xsd:element name="commencementDates" type="AdjustableOrRelativeDates">
<xsd:annotation>
<xsd:documentation xml:lang="en">The first day(s) of the exercise period(s) for an American-style option.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="expirationDates" type="AdjustableOrRelativeDates">
<xsd:annotation>
<xsd:documentation xml:lang="en">The Expiration Date(s) of an American-style option.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:sequence>
<xsd:element name="relativeCommencementDates" type="CommodityRelativeExpirationDates">
<xsd:annotation>
<xsd:documentation xml:lang="en">The first day(s) of the exercise period(s) for an American-style option where it is relative to the occurrence of an external event.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="relativeExpirationDates" type="CommodityRelativeExpirationDates">
<xsd:annotation>
<xsd:documentation xml:lang="en">The Expiration Date(s) of an American-style option where it is relative to the occurrence of an external event.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:choice>
<xsd:element name="latestExerciseTime" type="PrevailingTime" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">For a Bermuda or American style option, the latest time on an exercise business day (excluding the expiration date) within the exercise period that notice can be given by the buyer to the seller or seller's agent. Notice of exercise given after this time will be deemed to have been given on the next exercise business day.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="expirationTime" type="PrevailingTime" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The specific time of day at which the option expires.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|