DimValues

/FundsXML4/Funds/Fund/Subfunds/Subfund/Segments/Segment/SegmentDynamicData/Portfolios/Portfolio/BreakDowns/BreakDown/Values/Value/DimValues

Diagram

DimValues DimValue xs:string [1..*]

Documentation

Combination of dimension values

Properties

Type
(anonymous)
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 value for the breakdown

Dimensionswert für die Aufgliederung

Valeur de dimension pour la ventilation

Dimensiewaarde voor de verdeling

Valor de dimensión para el desglose

Valore di dimensione per la ripartizione

Dimenzió érték a bontáshoz

Hodnota dimenze pro rozklad

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"
            name="DimValues">
   <xs:annotation>
      <xs:documentation>Combination of dimension values</xs:documentation>
   </xs:annotation>
   <xs:complexType>
      <xs:sequence>
         <xs:element 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>
      </xs:sequence>
   </xs:complexType>
</xs:element>