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

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'

ExampleText
xs:string

'This document provides you with...'

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="CoverPage">
   <xs:annotation>
      <xs:documentation xml:lang="en">Cover page fixed texts. Art 4.2 and 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: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:annotation>
         </xs:element>
      </xs:sequence>
   </xs:complexType>
</xs:element>