<xsd:complexType name="DividendPaymentDate">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type describing the date on which the dividend will be paid/received. This type is also used to specify the date on which the FX rate will be determined, when applicable.</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element name="dividendDateReference" type="DividendDateReferenceEnum">
<xsd:annotation>
<xsd:documentation xml:lang="en">Reference to a dividend date, either the pay date, the ex date or the record date.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="adjustableDate" type="AdjustableDate">
<xsd:annotation>
<xsd:documentation xml:lang="en">A date that shall be subject to adjustment if it would otherwise fall on a day that is not a business day in the specified business centers, together with the convention for adjusting the date.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:complexType>
|