GrossDividendAmount
/FundsXML4/Funds/Fund/Subfunds/Subfund/Segments/Segment/ShareClasses/ShareClass/Distributions/Distribution/GrossDividendAmount
Diagram
Documentation
EN
Gross dividend amount
DE
[AUTO] Bruttodividendenbetrag
FR
Brut dividende montant
NL
Bruto dividend bedrag
Properties
- Type
- (anonymous)
- Cardinality
- 1
- Namespace
- xs = "http://www.w3.org/2001/XMLSchema"
vc = "http://www.w3.org/2007/XMLSchema-versioning"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#" - Level
- 12
Child Elements & Attributes
| Name (XPath) | Type | Documentation | Sample Data |
|---|---|---|---|
| PositiveAmountType |
Gross dividend amount total value [AUTO] Bruttodividendenbetrag Gesamtwert Brut dividende montant total valeur Bruto dividend bedrag totaal waarde |
||
| PositiveAmountType |
Gross dividend amount per share [AUTO] Bruttodividendenbetrag pro Anteil Brut dividende montant per action Bruto dividend bedrag per aandeel |
Element Definition
Element Definition
<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
name="GrossDividendAmount">
<xs:annotation>
<xs:documentation xml:lang="en">Gross dividend amount</xs:documentation>
<xs:documentation xml:lang="de">[AUTO] Bruttodividendenbetrag</xs:documentation>
<xs:documentation xml:lang="fr">Brut dividende montant</xs:documentation>
<xs:documentation xml:lang="nl">Bruto dividend bedrag</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="Total" type="PositiveAmountType">
<xs:annotation>
<xs:documentation xml:lang="en">Gross dividend amount total value</xs:documentation>
<xs:documentation xml:lang="de">[AUTO] Bruttodividendenbetrag Gesamtwert</xs:documentation>
<xs:documentation xml:lang="fr">Brut dividende montant total valeur</xs:documentation>
<xs:documentation xml:lang="nl">Bruto dividend bedrag totaal waarde</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PerShare" type="PositiveAmountType">
<xs:annotation>
<xs:documentation xml:lang="en">Gross dividend amount per share</xs:documentation>
<xs:documentation xml:lang="de">[AUTO] Bruttodividendenbetrag pro Anteil</xs:documentation>
<xs:documentation xml:lang="fr">Brut dividende montant per action</xs:documentation>
<xs:documentation xml:lang="nl">Bruto dividend bedrag per aandeel</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>