<xsd:complexType name="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:complexContent>
<xsd:extension base="Exercise">
<xsd:sequence>
<xsd:choice minOccurs="0">
<xsd:element name="expirationDate" type="AdjustableOrRelativeDate">
<xsd:annotation>
<xsd:documentation xml:lang="en">The Expiration Date of a single expiry European-style option or the first Expiration Date of a multiple expiry or daily expiring option.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="expirationDates" type="AdjustableRelativeOrPeriodicDates2">
<xsd:annotation>
<xsd:documentation xml:lang="en">The Expiration Date(s) of a European-style option.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="relativeExpirationDates" type="CommodityRelativeExpirationDates">
<xsd:annotation>
<xsd:documentation xml:lang="en">The Expiration Date(s) of a European-style option where it is relative to the occurrence of an external event.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
<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>
|