NetDividendAmount
/FundsXML4/Funds/Fund/Subfunds/Subfund/Segments/Segment/Segments/Segment/ShareClasses/ShareClass/Distributions/Distribution/NetDividendAmount
Diagram
Documentation
EN
Net dividend amount
DE
[AUTO] Nettodividendenbetrag
FR
Net dividende montant
NL
Netto 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
- 14
Child Elements & Attributes
| Name (XPath) | Type | Documentation | Sample Data |
|---|---|---|---|
| PositiveAmountType |
Net dividend amount total value [AUTO] Nettodividendenbetrag Gesamtwert Net dividende montant total valeur Netto dividend bedrag totaal waarde |
||
| PositiveAmountType |
Net dividend amount per share [AUTO] Nettodividendenbetrag pro Anteil Net dividende montant per action Netto 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="NetDividendAmount">
<xs:annotation>
<xs:documentation xml:lang="en">Net dividend amount</xs:documentation>
<xs:documentation xml:lang="de">[AUTO] Nettodividendenbetrag</xs:documentation>
<xs:documentation xml:lang="fr">Net dividende montant</xs:documentation>
<xs:documentation xml:lang="nl">Netto 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">Net dividend amount total value</xs:documentation>
<xs:documentation xml:lang="de">[AUTO] Nettodividendenbetrag Gesamtwert</xs:documentation>
<xs:documentation xml:lang="fr">Net dividende montant total valeur</xs:documentation>
<xs:documentation xml:lang="nl">Netto dividend bedrag totaal waarde</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PerShare" type="PositiveAmountType">
<xs:annotation>
<xs:documentation xml:lang="en">Net dividend amount per share</xs:documentation>
<xs:documentation xml:lang="de">[AUTO] Nettodividendenbetrag pro Anteil</xs:documentation>
<xs:documentation xml:lang="fr">Net dividende montant per action</xs:documentation>
<xs:documentation xml:lang="nl">Netto dividend bedrag per aandeel</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>