<xsd:complexType name="EquityMultipleExercise">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type for defining the multiple exercise provisions of an American or Bermudan style equity option.</xsd:documentation>
<xsd:documentation xml:lang="de">Typ zur Definition der Prozesse bei Mehrfachausübung einer amerikanischen oder einer Bermuda-Aktienoption.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="integralMultipleExercise" type="xsd:decimal" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">When multiple exercise is applicable and this element is present it specifies that the number of options that can be exercised on a given exercise date must either be equal to the value of this element or be an integral multiple of it.</xsd:documentation>
<xsd:documentation xml:lang="de">Ist Mehrfachausübung anwendbar und dieses Element vorhanden, muss die Anzahl der an einem bestimmten Ausübungstag ausübbaren Optionen entweder dem Wert dieses Elements oder einem ganzzahligen Vielfachen davon entsprechen.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="minimumNumberOfOptions" type="xsd:decimal">
<xsd:annotation>
<xsd:documentation xml:lang="en">When multiple exercise is applicable this element specifies the minimum number of options that can be exercised on a given exercise date. If this element is not present then the minimum number is deemed to be 1.</xsd:documentation>
<xsd:documentation xml:lang="de">Bei Mehrfachausübung bestimmt dieses Element die Mindestanzahl der an einem bestimmten Ausübungstag ausübbaren Optionen. Ist dieses Element nicht vorhanden, gilt als Mindestanzahl 1.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="maximumNumberOfOptions" type="xsd:decimal">
<xsd:annotation>
<xsd:documentation xml:lang="en">When multiple exercise is applicable this element specifies the maximum number of options that can be exercised on a given exercise date. If this element is not present then the maximum number is deemed to be the same as the number of options.</xsd:documentation>
<xsd:documentation xml:lang="de">Bei Mehrfachausübung bestimmt dieses Element die maximale Anzahl der an einem bestimmten Ausübungstag ausübbaren Optionen. Ist dieses Element nicht vorhanden, gilt die Anzahl der Optionen als Maximalwert.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|