<xsd:complexType name="MergerEvents">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type for defining the merger events and their treatment.</xsd:documentation>
<xsd:documentation xml:lang="de">Typ zur Definition von Fusionen und deren Behandlung.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="shareForShare" type="ShareExtraordinaryEventEnum">
<xsd:annotation>
<xsd:documentation xml:lang="en">The consideration paid for the original shares following the Merger Event consists wholly of new shares.</xsd:documentation>
<xsd:documentation xml:lang="de">Einstandspreis für die ursprünglichen Aktien nach Fusion beinhaltet ausschließlich neue Aktien.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="shareForOther" type="ShareExtraordinaryEventEnum">
<xsd:annotation>
<xsd:documentation xml:lang="en">The consideration paid for the original shares following the Merger Event consists wholly of cash/securities other than new shares.</xsd:documentation>
<xsd:documentation xml:lang="de">Einstandspreis für die ursprünglichen Aktien nach Fusion beinhaltet ausschließlich Barmittel/Wertpapiere (keine neuen Aktien).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="shareForCombined" type="ShareExtraordinaryEventEnum">
<xsd:annotation>
<xsd:documentation xml:lang="en">The consideration paid for the original shares following the Merger Event consists of both cash/securities and new shares.</xsd:documentation>
<xsd:documentation xml:lang="de">Einstandspreis für die ursprünglichen Aktien nach Fusion beinhaltet sowohl Barmittel/Wertpapiere als auch neue Aktien.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|