DimValue

/FundsXML4/Funds/Fund/Subfunds/Subfund/ShareClasses/ShareClass/Portfolios/Portfolio/BreakDowns/BreakDown/Values/Value/DimValues/DimValue

Diagram

DimValue @dim xs:string [1]

Documentation

EN

Dimension value for the breakdown

DE

Dimensionswert für die Aufgliederung

FR

Valeur de dimension pour la ventilation

NL

Dimensiewaarde voor de verdeling

ES

Valor de dimensión para el desglose

IT

Valore di dimensione per la ripartizione

HU

Dimenzió érték a bontáshoz

CS

Hodnota dimenze pro rozklad

Properties

Type
xs:string
Cardinality
1..*
Namespace
xs = "http://www.w3.org/2001/XMLSchema"
vc = "http://www.w3.org/2007/XMLSchema-versioning"
xml = "http://www.w3.org/XML/1998/namespace"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#"
Level
15

Child Elements & Attributes

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

Dimension identifier

Dimensionskennung

Identifiant de dimension

Dimensie-identificatie

Identificador de dimensión

Identificatore di dimensione

Dimenzió azonosító

Identifikátor dimenze

ExampleText

Element Definition

<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
            xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
            xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            maxOccurs="unbounded"
            name="DimValue">
   <xs:annotation>
      <xs:documentation xml:lang="en">Dimension value for the breakdown</xs:documentation>
      <xs:documentation xml:lang="de">Dimensionswert für die Aufgliederung</xs:documentation>
      <xs:documentation xml:lang="fr">Valeur de dimension pour la ventilation</xs:documentation>
      <xs:documentation xml:lang="nl">Dimensiewaarde voor de verdeling</xs:documentation>
      <xs:documentation xml:lang="es">Valor de dimensión para el desglose</xs:documentation>
      <xs:documentation xml:lang="it">Valore di dimensione per la ripartizione</xs:documentation>
      <xs:documentation xml:lang="hu">Dimenzió érték a bontáshoz</xs:documentation>
      <xs:documentation xml:lang="cs">Hodnota dimenze pro rozklad</xs:documentation>
   </xs:annotation>
   <xs:complexType>
      <xs:simpleContent>
         <xs:extension base="xs:string">
            <xs:attribute name="dim" type="xs:string">
               <xs:annotation>
                  <xs:documentation xml:lang="en">Dimension identifier</xs:documentation>
                  <xs:documentation xml:lang="de">Dimensionskennung</xs:documentation>
                  <xs:documentation xml:lang="fr">Identifiant de dimension</xs:documentation>
                  <xs:documentation xml:lang="nl">Dimensie-identificatie</xs:documentation>
                  <xs:documentation xml:lang="es">Identificador de dimensión</xs:documentation>
                  <xs:documentation xml:lang="it">Identificatore di dimensione</xs:documentation>
                  <xs:documentation xml:lang="hu">Dimenzió azonosító</xs:documentation>
                  <xs:documentation xml:lang="cs">Identifikátor dimenze</xs:documentation>
               </xs:annotation>
            </xs:attribute>
         </xs:extension>
      </xs:simpleContent>
   </xs:complexType>
</xs:element>