Benchmarks

/FundsXML4/Funds/Fund/FundStaticData/Benchmarks

Diagram

Benchmarks Benchmark (anonymous) [1..*]

Documentation

EN

Benchmarks used for fund performance comparison

DE

[AUTO] Benchmarks für den Fund-Performance-Vergleich

FR

Benchmarks used pour fonds performance comparison

NL

Benchmarks used voor fonds prestatie comparison

Properties

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

Child Elements & Attributes

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

Element Definition

<xs:element 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">[AUTO] Benchmarks für den Fund-Performance-Vergleich</xs:documentation>
      <xs:documentation xml:lang="fr">Benchmarks used pour fonds performance comparison</xs:documentation>
      <xs:documentation xml:lang="nl">Benchmarks used voor fonds prestatie comparison</xs:documentation>
   </xs:annotation>
   <xs:complexType>
      <xs:sequence>
         <xs:element maxOccurs="unbounded" name="Benchmark">
            <xs:complexType>
               <xs:complexContent>
                  <xs:extension base="BenchmarkStaticDataType"/>
               </xs:complexContent>
            </xs:complexType>
         </xs:element>
      </xs:sequence>
   </xs:complexType>
</xs:element>