<xsd:complexType name="DividendPeriod" abstract="true">
<xsd:annotation>
<xsd:documentation xml:lang="en">Abstract base class of all time bounded dividend period types.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="unadjustedStartDate" type="IdentifiedDate">
<xsd:annotation>
<xsd:documentation xml:lang="en">Unadjusted inclusive dividend period start date.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="unadjustedEndDate" type="IdentifiedDate">
<xsd:annotation>
<xsd:documentation xml:lang="en">Unadjusted inclusive dividend period end date.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="dateAdjustments" type="BusinessDayAdjustments">
<xsd:annotation>
<xsd:documentation xml:lang="en">Date adjustments for all unadjusted dates in this dividend period.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="underlyerReference" type="AssetReference" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Reference to the underlyer which is paying dividends. This should be used in all cases, and must be used where there are multiple underlying assets, to avoid any ambiguity about which asset the dividend period relates to.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
|