XML Schema Documentation

Complex Type: EquityCorporateEvents

[Table of contents]

Super-types: None
Sub-types: None
Name EquityCorporateEvents
Used by (from the same schema document) Complex Type ExtraordinaryEvents , Complex Type ExtraordinaryEvents
Abstract no
Documentation A type for defining the merger events and their treatment.
XML Instance Representation
<...>
<shareForShare> ShareExtraordinaryEventEnum </shareForShare> [1]

'The consideration paid for the original shares following the Merger Event consists wholly of new shares.'

<shareForOther> ShareExtraordinaryEventEnum </shareForOther> [1]

'The consideration paid for the original shares following the Merger Event consists wholly of cash/securities other than new shares.'

<shareForCombined> ShareExtraordinaryEventEnum </shareForCombined> [1]

'The consideration paid for the original shares following the Merger Event consists of both cash/securities and new shares.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="EquityCorporateEvents">
<xsd:sequence>
<xsd:element name="shareForShare" type=" ShareExtraordinaryEventEnum "/>
<xsd:element name="shareForOther" type=" ShareExtraordinaryEventEnum "/>
<xsd:element name="shareForCombined" type=" ShareExtraordinaryEventEnum "/>
</xsd:sequence>
</xsd:complexType>