Benchmark

/FundsXML4/RegulatoryReportings/DirectReporting/KIIDs/KIID/ObjectivesAndInvestmentPolicy/Benchmark

Diagram

Benchmark BenchmarkHeading xs:string [1] BenchmarkName xs:string [1] BenchmarkPolicy xs:string [0..1]

Documentation

EN

7-1d Reference to a benchmark

DE

7-1d Verweis auf eine Benchmark

FR

7-1d Référence à un benchmark

NL

7-1d Referentie naar een benchmark

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
6

Child Elements & Attributes

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

'The fund refers to the following benchmark: '

'Der Fonds bezieht sich auf folgende Benchmark: '

'The fonds refers à following benchmark: '

'The fonds refers naar following benchmark: '

ExampleText
xs:string ExampleText
xs:string

Description of the degree of freedom in relation to the benchmark

Beschreibung des Freiheitsgrads in Bezug auf die Benchmark

Description de degree de freedom dans relation à benchmark

Beschrijving van degree van freedom in relation naar benchmark

ExampleText

Element Definition

<xs:element xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            minOccurs="0"
            name="Benchmark">
   <xs:annotation>
      <xs:documentation xml:lang="en">7-1d Reference to a benchmark</xs:documentation>
      <xs:documentation xml:lang="de">7-1d Verweis auf eine Benchmark</xs:documentation>
      <xs:documentation xml:lang="fr">7-1d Référence à un benchmark</xs:documentation>
      <xs:documentation xml:lang="nl">7-1d Referentie naar een benchmark</xs:documentation>
   </xs:annotation>
   <xs:complexType>
      <xs:sequence>
         <xs:element name="BenchmarkHeading" type="xs:string">
            <xs:annotation>
               <xs:documentation xml:lang="en">'The fund refers to the following benchmark: '</xs:documentation>
               <xs:documentation xml:lang="de">'Der Fonds bezieht sich auf folgende Benchmark: '</xs:documentation>
               <xs:documentation xml:lang="fr">'The fonds refers à following benchmark: '</xs:documentation>
               <xs:documentation xml:lang="nl">'The fonds refers naar following benchmark: '</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element name="BenchmarkName" type="xs:string"/>
         <xs:element minOccurs="0" name="BenchmarkPolicy" type="xs:string">
            <xs:annotation>
               <xs:documentation xml:lang="en">Description of the degree of freedom in relation to the benchmark</xs:documentation>
               <xs:documentation xml:lang="de">Beschreibung des Freiheitsgrads in Bezug auf die Benchmark</xs:documentation>
               <xs:documentation xml:lang="fr">Description de degree de freedom dans relation à benchmark</xs:documentation>
               <xs:documentation xml:lang="nl">Beschrijving van degree van freedom in relation naar benchmark</xs:documentation>
            </xs:annotation>
         </xs:element>
      </xs:sequence>
   </xs:complexType>
</xs:element>