Type

/FundsXML4/Documents/Document/Type

Diagram

Type ListedType xs:string [1] UnlistedType Text128Type [1]

Documentation

Type of document

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
3

Child Elements & Attributes

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

Enumerations e.g. AIFMD-AnnexIV
AnnualReport HalfYearReport
AuditReport
Factsheet
Prospectus
PRIIPS-KIDS

HalfYearReport
Text128Type

Description of other document types

aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

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="Type">
   <xs:annotation>
      <xs:documentation>Type of document</xs:documentation>
   </xs:annotation>
   <xs:complexType>
      <xs:choice>
         <xs:element name="ListedType">
            <xs:annotation>
               <xs:documentation>Enumerations e.g. AIFMD-AnnexIV
AnnualReport HalfYearReport
AuditReport
Factsheet
Prospectus
PRIIPS-KIDS</xs:documentation>
            </xs:annotation>
            <xs:simpleType>
               <xs:restriction base="xs:string">
                  <xs:minLength value="3"/>
                  <xs:maxLength value="12"/>
                  <xs:enumeration value="AIFMD-AnnexIV"/>
                  <xs:enumeration value="AnnualReport"/>
                  <xs:enumeration value="HalfYearReport"/>
                  <xs:enumeration value="QuarterlyReport"/>
                  <xs:enumeration value="MonthlyReport"/>
                  <xs:enumeration value="AuditReport"/>
                  <xs:enumeration value="Factsheet"/>
                  <xs:enumeration value="Prospectus"/>
                  <xs:enumeration value="PRIIPS-KID"/>
                  <xs:enumeration value="KID / Simplified Prospectus"/>
                  <xs:enumeration value="MarketingNotification"/>
                  <xs:enumeration value="SFDR-PAIStatement"/>
                  <xs:enumeration value="SFDR Website Disclosure"/>
                  <xs:enumeration value="MarketingMaterial"/>
                  <xs:enumeration value="ValuationReport"/>
               </xs:restriction>
            </xs:simpleType>
         </xs:element>
         <xs:element name="UnlistedType">
            <xs:annotation>
               <xs:documentation>Description of other document types</xs:documentation>
            </xs:annotation>
            <xs:simpleType>
               <xs:restriction base="Text128Type">
                  <xs:minLength value="1"/>
               </xs:restriction>
            </xs:simpleType>
         </xs:element>
      </xs:choice>
   </xs:complexType>
</xs:element>