complexType "DividendPeriod"
Namespace:
Content:
complex, 1 attribute, 4 elements
Abstract:
(cannot be assigned directly to elements used in instance XML documents)
Defined:
Includes:
definitions of 1 attribute, 4 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (4):
dateAdjustments (defined in DividendPeriod complexType),
unadjustedEndDate (defined in DividendPeriod complexType),
unadjustedStartDate (defined in DividendPeriod complexType),
underlyerReference (defined in DividendPeriod complexType)
Known Direct Subtypes (2):
DividendPeriodDividend, DividendPeriodPayment
All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
Abstract base class of all time bounded dividend period types.
XML Source (w/o annotations (5); see within schema source)
<xsd:complexType abstract="true" name="DividendPeriod">
<xsd:sequence>
<xsd:element name="unadjustedStartDate" type="IdentifiedDate"/>
<xsd:element name="unadjustedEndDate" type="IdentifiedDate"/>
<xsd:element name="dateAdjustments" type="BusinessDayAdjustments"/>
<xsd:element minOccurs="0" name="underlyerReference" type="AssetReference"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID"/>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
id
Type:
xsd:ID, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="id" type="xsd:ID"/>
Content Element Detail (all declarations; defined within this component only; 4/4)
dateAdjustments
Type:
BusinessDayAdjustments, complex content
Date adjustments for all unadjusted dates in this dividend period.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="dateAdjustments" type="BusinessDayAdjustments"/>

unadjustedEndDate
Type:
IdentifiedDate, simple content
Unadjusted inclusive dividend period end date.
Simple Content
xsd:date
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="unadjustedEndDate" type="IdentifiedDate"/>

unadjustedStartDate
Type:
IdentifiedDate, simple content
Unadjusted inclusive dividend period start date.
Simple Content
xsd:date
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="unadjustedStartDate" type="IdentifiedDate"/>

underlyerReference
Type:
AssetReference, empty content
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.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="underlyerReference" type="AssetReference"/>

XML schema documentation generated with DocFlex/XML 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.