Benchmarks

/FundsXML4/Funds/Fund/FundStaticData/Benchmarks

Diagram

Benchmarks Benchmark (anonymous) [1..*]

Documentation

EN

Benchmarks used for fund performance comparison

DE

Benchmarks für den Fund-Performance-Vergleich

FR

Indices de référence utilisés pour la comparaison de la performance du fonds

NL

Benchmarks gebruikt voor vergelijking van fondsprestaties

ES

Benchmarks utilizados para la comparacion del rendimiento del fondo

IT

Benchmark utilizzati per confrontare la performance dei fondi

CS

Benchmarky používané pro srovnání výkonnosti fondu

HU

Az alap teljesítményének összehasonlításához használt benchmarkok

Properties

Type
(anonymous)
Cardinality
0..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
4

Child Elements & Attributes

Child elements and attributes of this element
Name (XPath) Type Documentation Sample Data
(anonymous)

Individual benchmark with identifiers and configuration

Einzelner Benchmark mit Identifikatoren und Konfiguration

Benchmark individuel avec identifiants et configuration

Individuele benchmark met identificaties en configuratie

Benchmark individual con identificadores y configuración

Benchmark individuale con identificatori e configurazione

Egyedi benchmark azonosítókkal és konfigurációval

Individuální benchmark s identifikátory a konfigurací

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"
            minOccurs="0"
            name="Benchmarks">
   <xs:annotation>
      <xs:documentation xml:lang="en">Benchmarks used for fund performance comparison</xs:documentation>
      <xs:documentation xml:lang="de">Benchmarks für den Fund-Performance-Vergleich</xs:documentation>
      <xs:documentation xml:lang="fr">Indices de référence utilisés pour la comparaison de la performance du fonds</xs:documentation>
      <xs:documentation xml:lang="nl">Benchmarks gebruikt voor vergelijking van fondsprestaties</xs:documentation>
      <xs:documentation xml:lang="es">Benchmarks utilizados para la comparacion del rendimiento del fondo</xs:documentation>
      <xs:documentation xml:lang="it">Benchmark utilizzati per confrontare la performance dei fondi</xs:documentation>
      <xs:documentation xml:lang="cs">Benchmarky používané pro srovnání výkonnosti fondu</xs:documentation>
      <xs:documentation xml:lang="hu">Az alap teljesítményének összehasonlításához használt benchmarkok</xs:documentation>
   </xs:annotation>
   <xs:complexType>
      <xs:sequence>
         <xs:element maxOccurs="unbounded" name="Benchmark">
            <xs:annotation>
               <xs:documentation xml:lang="en">Individual benchmark with identifiers and configuration</xs:documentation>
               <xs:documentation xml:lang="de">Einzelner Benchmark mit Identifikatoren und Konfiguration</xs:documentation>
               <xs:documentation xml:lang="fr">Benchmark individuel avec identifiants et configuration</xs:documentation>
               <xs:documentation xml:lang="nl">Individuele benchmark met identificaties en configuratie</xs:documentation>
               <xs:documentation xml:lang="es">Benchmark individual con identificadores y configuración</xs:documentation>
               <xs:documentation xml:lang="it">Benchmark individuale con identificatori e configurazione</xs:documentation>
               <xs:documentation xml:lang="hu">Egyedi benchmark azonosítókkal és konfigurációval</xs:documentation>
               <xs:documentation xml:lang="cs">Individuální benchmark s identifikátory a konfigurací</xs:documentation>
            </xs:annotation>
            <xs:complexType>
               <xs:complexContent>
                  <xs:extension base="BenchmarkStaticDataType"/>
               </xs:complexContent>
            </xs:complexType>
         </xs:element>
      </xs:sequence>
   </xs:complexType>
</xs:element>