CoverPage

/FundsXML4/RegulatoryReportings/DirectReporting/KIIDs/KIID/CoverPage

Diagram

CoverPage KIIDHeading xs:string [1] GlobalDisclaimer xs:string [1]

Documentation

EN

Cover page fixed texts. Art 4.2 and 4.3

DE

Deckblatt-Standardtexte. Art. 4.2 und 4.3

FR

Cover page fixed texts. Art 4.2 et 4.3

NL

Cover page fixed texts. Art 4.2 en 4.3

Properties

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

Child Elements & Attributes

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

Heading 'Key Investor Information'

Überschrift 'Wesentliche Anlegerinformationen'

Heading 'Key Investisseur Information'

Heading 'Key Belegger Informatie'

ExampleText
xs:string

'This document provides you with...'

'Dieses Dokument liefert Ihnen...'

'This document provides you avec...'

'This document provides you met...'

ExampleText

Element Definition

<xs:element xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            name="CoverPage">
   <xs:annotation>
      <xs:documentation xml:lang="en">Cover page fixed texts. Art 4.2 and 4.3</xs:documentation>
      <xs:documentation xml:lang="de">Deckblatt-Standardtexte. Art. 4.2 und 4.3</xs:documentation>
      <xs:documentation xml:lang="fr">Cover page fixed texts. Art 4.2 et 4.3</xs:documentation>
      <xs:documentation xml:lang="nl">Cover page fixed texts. Art 4.2 en 4.3</xs:documentation>
   </xs:annotation>
   <xs:complexType>
      <xs:sequence>
         <xs:element name="KIIDHeading" type="xs:string">
            <xs:annotation>
               <xs:documentation xml:lang="en">Heading 'Key Investor Information'</xs:documentation>
               <xs:documentation xml:lang="de">Überschrift 'Wesentliche Anlegerinformationen'</xs:documentation>
               <xs:documentation xml:lang="fr">Heading 'Key Investisseur Information'</xs:documentation>
               <xs:documentation xml:lang="nl">Heading 'Key Belegger Informatie'</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element name="GlobalDisclaimer" type="xs:string">
            <xs:annotation>
               <xs:documentation xml:lang="en">'This document provides you with...'</xs:documentation>
               <xs:documentation xml:lang="de">'Dieses Dokument liefert Ihnen...'</xs:documentation>
               <xs:documentation xml:lang="fr">'This document provides you avec...'</xs:documentation>
               <xs:documentation xml:lang="nl">'This document provides you met...'</xs:documentation>
            </xs:annotation>
         </xs:element>
      </xs:sequence>
   </xs:complexType>
</xs:element>