YearlyAmount

/FundsXML4/Funds/Fund/FundStaticData/OngoingCosts/OngoingCost/YearlyAmount

Diagram

YearlyAmount Amount xs:decimal [1..*]

Documentation

EN

Absolute amount per 10,000 in fund currency

DE

[AUTO] Absoluter Betrag pro 10.000 in Fund-Währung

FR

Absolute montant per 10,000 dans fonds devise

NL

Absolute bedrag per 10,000 in fonds valuta

Properties

Type
AmountType
Cardinality
0..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
6

Child Elements & Attributes

Child elements and attributes of this element
Name (XPath) Type Documentation Sample Data
xs:decimal

Amounts in currency as defined in attribute

[AUTO] Betrag in frei wählbarer Währung

Amounts dans devise comme défini dans attribut

Amounts in valuta als gedefinieerd in attribuut

666.62

Element Definition

<xs:element xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            minOccurs="0"
            name="YearlyAmount"
            type="AmountType">
   <xs:annotation>
      <xs:documentation xml:lang="en">Absolute amount per 10,000 in fund currency</xs:documentation>
      <xs:documentation xml:lang="de">[AUTO] Absoluter Betrag pro 10.000 in Fund-Währung</xs:documentation>
      <xs:documentation xml:lang="fr">Absolute montant per 10,000 dans fonds devise</xs:documentation>
      <xs:documentation xml:lang="nl">Absolute bedrag per 10,000 in fonds valuta</xs:documentation>
   </xs:annotation>
</xs:element>

Referenced Type Definition (AmountType)

<xs:complexType 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="AmountType">
   <xs:annotation>
      <xs:documentation xml:lang="en">Amount in different currencies</xs:documentation>
      <xs:documentation xml:lang="de">[AUTO] Betrag in verschiedenen Währungen</xs:documentation>
      <xs:documentation xml:lang="fr">Montant dans different currencies</xs:documentation>
      <xs:documentation xml:lang="nl">Bedrag in different currencies</xs:documentation>
   </xs:annotation>
   <xs:sequence>
      <xs:element maxOccurs="unbounded" name="Amount">
         <xs:annotation>
            <xs:documentation xml:lang="en">Amounts in currency as defined in attribute</xs:documentation>
            <xs:documentation xml:lang="de">[AUTO] Betrag in frei wählbarer Währung</xs:documentation>
            <xs:documentation xml:lang="fr">Amounts dans devise comme défini dans attribut</xs:documentation>
            <xs:documentation xml:lang="nl">Amounts in valuta als gedefinieerd in attribuut</xs:documentation>
         </xs:annotation>
         <xs:complexType>
            <xs:simpleContent>
               <xs:extension base="xs:decimal">
                  <xs:attribute name="ccy" type="ISOCurrencyCodeType" use="required"/>
               </xs:extension>
            </xs:simpleContent>
         </xs:complexType>
      </xs:element>
   </xs:sequence>
</xs:complexType>