<xsd:complexType name="EquityCorporateEvents">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type for defining the merger events and their treatment.</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: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: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:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|