<xsd:complexType name="OptionExerciseAmounts">
<xsd:choice>
<xsd:sequence>
<xsd:element name="notionalReference" type="NotionalReference" minOccurs="0" />
<xsd:element name="exerciseInNotionalAmount" type="Money">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the fixed amount by which the option should be exercised expressed as notional amount.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="outstandingNotionalAmount" type="Money" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the Notional amount after the Change</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:sequence>
<xsd:element name="notionalScheduleReference" type="NotionalReference" minOccurs="0" />
<xsd:element name="exerciseInNotionalSchedule" type="NonNegativeAmountSchedule">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the amount by which the option should be exercised expressed as notional schedule.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="outstandingNotionalSchedule" type="NonNegativeAmountSchedule" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the Notional schedule after the Change</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:sequence>
<xsd:element name="numberOfOptionsReference" type="NumberOfOptionsReference" minOccurs="0" />
<xsd:element name="exerciseInNumberOfOptions" type="xsd:decimal">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the fixed amount by which the option should be exercised expressed as number of options.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="outstandingNumberOfOptions" type="xsd:decimal" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the Number of Options after the Change.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:sequence>
<xsd:element name="numberOfUnitsReference" type="NumberOfUnitsReference" minOccurs="0" />
<xsd:element name="exerciseInNumberOfUnits" type="xsd:decimal">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the fixed amount by which the option should be exercised express as number of units.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="outstandingNumberOfUnits" type="xsd:decimal" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the Number of Units</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:choice>
</xsd:complexType>
|