Prospectus

/FundsXML4/RegulatoryReportings/DirectReporting/KIIDs/KIID/PracticalInformation/MasterFundInformation/Prospectus

Diagram

Prospectus WhereToFind xs:string [1] Language ISOCountryCodeType [1..*] Media xs:string [0..1] Cost xs:string [1]

Documentation

EN

34-2a

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
7

Child Elements & Attributes

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

Statement explaining where to find information about the master fund (prospectus, KIID, annual reports, etc.)

ExampleText
ISOCountryCodeType

List of language(s) in which information is available

Der ISOCountryCodeType stellt einen einfachen Typ zur Verarbeitung von ISO-Laendercodes bereit. Verwendet werden die zweistelligen ISO-Waehrungscodes (ISO 3166-1alpha-2). Er ist vom Typ string und hat eine Laenge von zwei Zeichen.

aa
xs:string

Available media(s): paper, CD, Web, etc.

ExampleText
xs:string

'Free delivery' or description of fees to be paid for medias

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="Prospectus">
   <xs:annotation>
      <xs:documentation xml:lang="en">34-2a</xs:documentation>
   </xs:annotation>
   <xs:complexType>
      <xs:sequence>
         <xs:element name="WhereToFind" type="xs:string">
            <xs:annotation>
               <xs:documentation xml:lang="en">Statement explaining where to find information about the master fund (prospectus, KIID, annual reports, etc.)</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element maxOccurs="unbounded" name="Language" type="ISOCountryCodeType">
            <xs:annotation>
               <xs:documentation xml:lang="en">List of language(s) in which information is available</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element minOccurs="0" name="Media" type="xs:string">
            <xs:annotation>
               <xs:documentation xml:lang="en">Available media(s): paper, CD, Web, etc.</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element name="Cost" type="xs:string">
            <xs:annotation>
               <xs:documentation xml:lang="en">'Free delivery' or description of fees to be paid for medias</xs:documentation>
            </xs:annotation>
         </xs:element>
      </xs:sequence>
   </xs:complexType>
</xs:element>