complexType "DividendPeriodDividend"
Namespace:
Content:
complex, 1 attribute, 6 elements
Defined:
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (6):
dateAdjustments (defined in DividendPeriod complexType),
dividend,
multiplier (in dividendPeriod in dividendAdjustment),
unadjustedEndDate (defined in DividendPeriod complexType),
unadjustedStartDate (defined in DividendPeriod complexType),
underlyerReference (defined in DividendPeriod complexType)
All Direct / Indirect Based Elements (1):
dividendPeriod (in dividendAdjustment)
Known Usage Locations
Annotation
A time bounded dividend period, with an expected dividend for each period.
Type Definition Detail
Type Derivation Tree
DividendPeriod (extension)
  DividendPeriodDividend
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="DividendPeriodDividend">
<xsd:complexContent>
<xsd:extension base="DividendPeriod">
<xsd:sequence>
<xsd:element name="dividend" type="NonNegativeMoney"/>
<xsd:element name="multiplier" type="PositiveDecimal"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/6)
dividend
Type:
NonNegativeMoney, complex content
Expected dividend in this period.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="dividend" type="NonNegativeMoney"/>

multiplier
Type:
PositiveDecimal, simple content
Multiplier is a percentage value which is used to produce Deviation by multiplying the difference between Expected Dividend and Actual Dividend Deviation = Multiplier * (Expected Dividend — Actual Dividend).
Simple Content
xsd:decimal
minExclusive:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="multiplier" type="PositiveDecimal"/>

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.