complexType KeyDataType
diagram index_p1352.png
namespace http://www.fundsxml.org/XMLSchema/3.0.7
children InceptionDate Registration StockExchangeListed StockExchanges LiquidationDate BeginOfBusinessYear EndOfBusinessYear SemiAnnualReport AnnualReport FirstNAV ActiveDistributionCountry FirstBidPrice FirstOfferPrice ManagementStyle SubscriptionDate LegalStructure ShortBusinessYear
used by
element FundFactsType/KeyFacts
annotation
documentation
A summary of the important fund data
documentation
Zusammenfassung der wichtigen Daten des Fonds
source <xs:complexType name="KeyDataType">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">A summary of the important fund data</xs:documentation>
   
<xs:documentation xml:lang="de">Zusammenfassung der wichtigen Daten des Fonds</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="InceptionDate" type="xs:date" nillable="true" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation xml:lang="en">The starting date of the fund</xs:documentation>
       
<xs:documentation xml:lang="de">Datum der Fondsauflegung</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Registration" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation xml:lang="en">Funds registration data. Multiple items can be entered here.</xs:documentation>
       
<xs:documentation xml:lang="de">Vertriebszulassungen des Fonds. Es koennen beliebig viele sein.</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="Date" type="xs:date" minOccurs="0">
           
<xs:annotation>
             
<xs:documentation xml:lang="en">The registration date of the fund in the country specified</xs:documentation>
             
<xs:documentation xml:lang="de">Datum der Zulassung des Fonds im jeweiligen Land</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element name="Country" type="ISOCountryCodeType">
           
<xs:annotation>
             
<xs:documentation xml:lang="en">The country code related to the registration information</xs:documentation>
             
<xs:documentation xml:lang="de">ISO-Code des Landes, in dem der Fond zugelassen ist</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element name="Paragraph" type="xs:string" minOccurs="0">
           
<xs:annotation>
             
<xs:documentation xml:lang="en">Legal basis of the registration license for each country</xs:documentation>
             
<xs:documentation xml:lang="de">Rechtliche Grundlage der Zulassung im jeweiligen Land</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element name="UCITSLevel" type="xs:decimal" minOccurs="0">
           
<xs:annotation>
             
<xs:documentation>UCITS-Level</xs:documentation>
           
</xs:annotation>
         
</xs:element>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="StockExchangeListed" type="xs:boolean" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Börsengehandelter Fonds (Yes/No)</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="StockExchanges" type="xs:string" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Name(s) of the stock exchanges where the fund is listed on or quoted on</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="LiquidationDate" type="xs:date" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation xml:lang="en">In case the fund has been deactivated this information represents the date of funds cancelation. For active funds the field is not supplied.</xs:documentation>
       
<xs:documentation xml:lang="de">Falls der Fonds aufgeloest ist, enthaellt dieses Element das Datum der Aufloesung. Ist das Feld nicht vorhanden, so ist der Fonds nicht aufgeloest</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="BeginOfBusinessYear" type="xs:date" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation xml:lang="DE">Der Geschaeftsjahresanfang des Fonds als Datum. Der Datentyp xs:date obwohl nur Tag und Monat von interesse sind. Das Jahr wird bei der verarbeitung ignoriert.</xs:documentation>
       
<xs:documentation xml:lang="EN">The begin of a business year for the fund specified. The datatype is xs:date thus only day and month are neccessary The year aill be ignored on calculation.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="EndOfBusinessYear" type="xs:date" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation xml:lang="en">The end of a business year for the fund specified. The datatype is xs:date thus only day and month are neccessary The year aill be ignored on calculation.</xs:documentation>
       
<xs:documentation xml:lang="de">Das Geschaeftsjahresende des Fonds als Datum. Der Datentyp xs:date obwohl nur Tag und Monat von interesse sind. Das Jahr wird bei der verarbeitung ignoriert.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="SemiAnnualReport" type="xs:date" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation xml:lang="DE">Das Datum des letzten Halbjahresberichts</xs:documentation>
       
<xs:documentation xml:lang="EN">The date of the last semi annual report</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="AnnualReport" type="xs:date" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation xml:lang="DE">Das Datum des letzten Rechenschaftberichts</xs:documentation>
       
<xs:documentation xml:lang="EN">The date of the last annual report.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="FirstNAV" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation xml:lang="en">The initial fund values at the time of initiation.</xs:documentation>
       
<xs:documentation xml:lang="de">Der Kurs des Fonds bei Auflegung</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="Price" type="xs:decimal">
           
<xs:annotation>
             
<xs:documentation xml:lang="en">The amount of the initial fund price</xs:documentation>
             
<xs:documentation xml:lang="de">Betrag</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element name="Currency" type="ISOCurrencyCodeType">
           
<xs:annotation>
             
<xs:documentation xml:lang="en">The currency used to experess the initial fund price</xs:documentation>
             
<xs:documentation xml:lang="de">Die Waehrung als ISO-Code</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element name="Adjusted" type="xs:boolean">
           
<xs:annotation>
             
<xs:documentation xml:lang="en">A flag that is set to "True" if the fund was adjusted regarding to split or currency changes </xs:documentation>
             
<xs:documentation xml:lang="de">Ist "true", wenn der obige Kurs auf evtl. Splits, Waehrungsumstellungen, etc. angepasst wurde.</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element name="Date" type="xs:date" minOccurs="0">
           
<xs:annotation>
             
<xs:documentation>Datum der ersten Preisfeststellung</xs:documentation>
           
</xs:annotation>
         
</xs:element>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="ActiveDistributionCountry" type="ISOCountryCodeType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Country where fund is actively distributed </xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="FirstBidPrice" type="xs:decimal" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Erster Rücknahmepreis (Betrag in Nennwährung)</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="FirstOfferPrice" type="xs:decimal" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Erster Ausgabepreis (Betrag in Nennwährung)</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="ManagementStyle" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Managementstil: Equity Growth/Equity Value</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:enumeration value="Equity Growth"/>
         
<xs:enumeration value="Equity Value"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
   
<xs:element name="SubscriptionDate" type="xs:date" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Erstzeichnungsdatum</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="LegalStructure" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Legal Structure of the fund</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="ShortBusinessYear" type="xs:boolean" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element KeyDataType/InceptionDate
diagram index_p1353.png
namespace http://www.fundsxml.org/XMLSchema/3.0.7
type xs:date
properties
minOcc 0
maxOcc 1
content simple
nillable true
annotation
documentation
The starting date of the fund
documentation
Datum der Fondsauflegung
source <xs:element name="InceptionDate" type="xs:date" nillable="true" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">The starting date of the fund</xs:documentation>
   
<xs:documentation xml:lang="de">Datum der Fondsauflegung</xs:documentation>
 
</xs:annotation>
</xs:element>

element KeyDataType/Registration
diagram index_p1354.png
namespace http://www.fundsxml.org/XMLSchema/3.0.7
properties
minOcc 0
maxOcc unbounded
content complex
children Date Country Paragraph UCITSLevel
annotation
documentation
Funds registration data. Multiple items can be entered here.
documentation
Vertriebszulassungen des Fonds. Es koennen beliebig viele sein.
source <xs:element name="Registration" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">Funds registration data. Multiple items can be entered here.</xs:documentation>
   
<xs:documentation xml:lang="de">Vertriebszulassungen des Fonds. Es koennen beliebig viele sein.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Date" type="xs:date" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation xml:lang="en">The registration date of the fund in the country specified</xs:documentation>
         
<xs:documentation xml:lang="de">Datum der Zulassung des Fonds im jeweiligen Land</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="Country" type="ISOCountryCodeType">
       
<xs:annotation>
         
<xs:documentation xml:lang="en">The country code related to the registration information</xs:documentation>
         
<xs:documentation xml:lang="de">ISO-Code des Landes, in dem der Fond zugelassen ist</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="Paragraph" type="xs:string" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation xml:lang="en">Legal basis of the registration license for each country</xs:documentation>
         
<xs:documentation xml:lang="de">Rechtliche Grundlage der Zulassung im jeweiligen Land</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="UCITSLevel" type="xs:decimal" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>UCITS-Level</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element KeyDataType/Registration/Date
diagram index_p1355.png
namespace http://www.fundsxml.org/XMLSchema/3.0.7
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The registration date of the fund in the country specified
documentation
Datum der Zulassung des Fonds im jeweiligen Land
source <xs:element name="Date" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">The registration date of the fund in the country specified</xs:documentation>
   
<xs:documentation xml:lang="de">Datum der Zulassung des Fonds im jeweiligen Land</xs:documentation>
 
</xs:annotation>
</xs:element>

element KeyDataType/Registration/Country
diagram index_p1356.png
namespace http://www.fundsxml.org/XMLSchema/3.0.7
type ISOCountryCodeType
properties
content simple
facets
Kind Value Annotation
minLength 2
maxLength 2
annotation
documentation
The country code related to the registration information
documentation
ISO-Code des Landes, in dem der Fond zugelassen ist
source <xs:element name="Country" type="ISOCountryCodeType">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">The country code related to the registration information</xs:documentation>
   
<xs:documentation xml:lang="de">ISO-Code des Landes, in dem der Fond zugelassen ist</xs:documentation>
 
</xs:annotation>
</xs:element>

element KeyDataType/Registration/Paragraph
diagram index_p1357.png
namespace http://www.fundsxml.org/XMLSchema/3.0.7
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Legal basis of the registration license for each country
documentation
Rechtliche Grundlage der Zulassung im jeweiligen Land
source <xs:element name="Paragraph" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">Legal basis of the registration license for each country</xs:documentation>
   
<xs:documentation xml:lang="de">Rechtliche Grundlage der Zulassung im jeweiligen Land</xs:documentation>
 
</xs:annotation>
</xs:element>

element KeyDataType/Registration/UCITSLevel
diagram index_p1358.png
namespace http://www.fundsxml.org/XMLSchema/3.0.7
type xs:decimal
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
UCITS-Level
source <xs:element name="UCITSLevel" type="xs:decimal" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>UCITS-Level</xs:documentation>
 
</xs:annotation>
</xs:element>

element KeyDataType/StockExchangeListed
diagram index_p1359.png
namespace http://www.fundsxml.org/XMLSchema/3.0.7
type xs:boolean
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Börsengehandelter Fonds (Yes/No)
source <xs:element name="StockExchangeListed" type="xs:boolean" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Börsengehandelter Fonds (Yes/No)</xs:documentation>
 
</xs:annotation>
</xs:element>

element KeyDataType/StockExchanges
diagram index_p1360.png
namespace http://www.fundsxml.org/XMLSchema/3.0.7
type xs:string
properties
minOcc 0
maxOcc unbounded
content simple
annotation
documentation
Name(s) of the stock exchanges where the fund is listed on or quoted on
source <xs:element name="StockExchanges" type="xs:string" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Name(s) of the stock exchanges where the fund is listed on or quoted on</xs:documentation>
 
</xs:annotation>
</xs:element>

element KeyDataType/LiquidationDate
diagram index_p1361.png
namespace http://www.fundsxml.org/XMLSchema/3.0.7
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
In case the fund has been deactivated this information represents the date of funds cancelation. For active funds the field is not supplied.
documentation
Falls der Fonds aufgeloest ist, enthaellt dieses Element das Datum der Aufloesung. Ist das Feld nicht vorhanden, so ist der Fonds nicht aufgeloest
source <xs:element name="LiquidationDate" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">In case the fund has been deactivated this information represents the date of funds cancelation. For active funds the field is not supplied.</xs:documentation>
   
<xs:documentation xml:lang="de">Falls der Fonds aufgeloest ist, enthaellt dieses Element das Datum der Aufloesung. Ist das Feld nicht vorhanden, so ist der Fonds nicht aufgeloest</xs:documentation>
 
</xs:annotation>
</xs:element>

element KeyDataType/BeginOfBusinessYear
diagram index_p1362.png
namespace http://www.fundsxml.org/XMLSchema/3.0.7
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Der Geschaeftsjahresanfang des Fonds als Datum. Der Datentyp xs:date obwohl nur Tag und Monat von interesse sind. Das Jahr wird bei der verarbeitung ignoriert.
documentation
The begin of a business year for the fund specified. The datatype is xs:date thus only day and month are neccessary The year aill be ignored on calculation.
source <xs:element name="BeginOfBusinessYear" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="DE">Der Geschaeftsjahresanfang des Fonds als Datum. Der Datentyp xs:date obwohl nur Tag und Monat von interesse sind. Das Jahr wird bei der verarbeitung ignoriert.</xs:documentation>
   
<xs:documentation xml:lang="EN">The begin of a business year for the fund specified. The datatype is xs:date thus only day and month are neccessary The year aill be ignored on calculation.</xs:documentation>
 
</xs:annotation>
</xs:element>

element KeyDataType/EndOfBusinessYear
diagram index_p1363.png
namespace http://www.fundsxml.org/XMLSchema/3.0.7
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The end of a business year for the fund specified. The datatype is xs:date thus only day and month are neccessary The year aill be ignored on calculation.
documentation
Das Geschaeftsjahresende des Fonds als Datum. Der Datentyp xs:date obwohl nur Tag und Monat von interesse sind. Das Jahr wird bei der verarbeitung ignoriert.
source <xs:element name="EndOfBusinessYear" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">The end of a business year for the fund specified. The datatype is xs:date thus only day and month are neccessary The year aill be ignored on calculation.</xs:documentation>
   
<xs:documentation xml:lang="de">Das Geschaeftsjahresende des Fonds als Datum. Der Datentyp xs:date obwohl nur Tag und Monat von interesse sind. Das Jahr wird bei der verarbeitung ignoriert.</xs:documentation>
 
</xs:annotation>
</xs:element>

element KeyDataType/SemiAnnualReport
diagram index_p1364.png
namespace http://www.fundsxml.org/XMLSchema/3.0.7
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Das Datum des letzten Halbjahresberichts
documentation
The date of the last semi annual report
source <xs:element name="SemiAnnualReport" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="DE">Das Datum des letzten Halbjahresberichts</xs:documentation>
   
<xs:documentation xml:lang="EN">The date of the last semi annual report</xs:documentation>
 
</xs:annotation>
</xs:element>

element KeyDataType/AnnualReport
diagram index_p1365.png
namespace http://www.fundsxml.org/XMLSchema/3.0.7
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Das Datum des letzten Rechenschaftberichts
documentation
The date of the last annual report.
source <xs:element name="AnnualReport" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="DE">Das Datum des letzten Rechenschaftberichts</xs:documentation>
   
<xs:documentation xml:lang="EN">The date of the last annual report.</xs:documentation>
 
</xs:annotation>
</xs:element>

element KeyDataType/FirstNAV
diagram index_p1366.png
namespace http://www.fundsxml.org/XMLSchema/3.0.7
properties
minOcc 0
maxOcc 1
content complex
children Price Currency Adjusted Date
annotation
documentation
The initial fund values at the time of initiation.
documentation
Der Kurs des Fonds bei Auflegung
source <xs:element name="FirstNAV" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">The initial fund values at the time of initiation.</xs:documentation>
   
<xs:documentation xml:lang="de">Der Kurs des Fonds bei Auflegung</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Price" type="xs:decimal">
       
<xs:annotation>
         
<xs:documentation xml:lang="en">The amount of the initial fund price</xs:documentation>
         
<xs:documentation xml:lang="de">Betrag</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="Currency" type="ISOCurrencyCodeType">
       
<xs:annotation>
         
<xs:documentation xml:lang="en">The currency used to experess the initial fund price</xs:documentation>
         
<xs:documentation xml:lang="de">Die Waehrung als ISO-Code</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="Adjusted" type="xs:boolean">
       
<xs:annotation>
         
<xs:documentation xml:lang="en">A flag that is set to "True" if the fund was adjusted regarding to split or currency changes </xs:documentation>
         
<xs:documentation xml:lang="de">Ist "true", wenn der obige Kurs auf evtl. Splits, Waehrungsumstellungen, etc. angepasst wurde.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="Date" type="xs:date" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Datum der ersten Preisfeststellung</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element KeyDataType/FirstNAV/Price
diagram index_p1367.png
namespace http://www.fundsxml.org/XMLSchema/3.0.7
type xs:decimal
properties
content simple
annotation
documentation
The amount of the initial fund price
documentation
Betrag
source <xs:element name="Price" type="xs:decimal">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">The amount of the initial fund price</xs:documentation>
   
<xs:documentation xml:lang="de">Betrag</xs:documentation>
 
</xs:annotation>
</xs:element>

element KeyDataType/FirstNAV/Currency
diagram index_p1368.png
namespace http://www.fundsxml.org/XMLSchema/3.0.7
type ISOCurrencyCodeType
properties
content simple
facets
Kind Value Annotation
minLength 3
maxLength 3
annotation
documentation
The currency used to experess the initial fund price
documentation
Die Waehrung als ISO-Code
source <xs:element name="Currency" type="ISOCurrencyCodeType">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">The currency used to experess the initial fund price</xs:documentation>
   
<xs:documentation xml:lang="de">Die Waehrung als ISO-Code</xs:documentation>
 
</xs:annotation>
</xs:element>

element KeyDataType/FirstNAV/Adjusted
diagram index_p1369.png
namespace http://www.fundsxml.org/XMLSchema/3.0.7
type xs:boolean
properties
content simple
annotation
documentation
A flag that is set to "True" if the fund was adjusted regarding to split or currency changes
documentation
Ist "true", wenn der obige Kurs auf evtl. Splits, Waehrungsumstellungen, etc. angepasst wurde.
source <xs:element name="Adjusted" type="xs:boolean">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">A flag that is set to "True" if the fund was adjusted regarding to split or currency changes </xs:documentation>
   
<xs:documentation xml:lang="de">Ist "true", wenn der obige Kurs auf evtl. Splits, Waehrungsumstellungen, etc. angepasst wurde.</xs:documentation>
 
</xs:annotation>
</xs:element>

element KeyDataType/FirstNAV/Date
diagram index_p1370.png
namespace http://www.fundsxml.org/XMLSchema/3.0.7
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Datum der ersten Preisfeststellung
source <xs:element name="Date" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Datum der ersten Preisfeststellung</xs:documentation>
 
</xs:annotation>
</xs:element>

element KeyDataType/ActiveDistributionCountry
diagram index_p1371.png
namespace http://www.fundsxml.org/XMLSchema/3.0.7
type ISOCountryCodeType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 2
maxLength 2
annotation
documentation
Country where fund is actively distributed
source <xs:element name="ActiveDistributionCountry" type="ISOCountryCodeType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Country where fund is actively distributed </xs:documentation>
 
</xs:annotation>
</xs:element>

element KeyDataType/FirstBidPrice
diagram index_p1372.png
namespace http://www.fundsxml.org/XMLSchema/3.0.7
type xs:decimal
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Erster Rücknahmepreis (Betrag in Nennwährung)
source <xs:element name="FirstBidPrice" type="xs:decimal" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Erster Rücknahmepreis (Betrag in Nennwährung)</xs:documentation>
 
</xs:annotation>
</xs:element>

element KeyDataType/FirstOfferPrice
diagram index_p1373.png
namespace http://www.fundsxml.org/XMLSchema/3.0.7
type xs:decimal
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Erster Ausgabepreis (Betrag in Nennwährung)
source <xs:element name="FirstOfferPrice" type="xs:decimal" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Erster Ausgabepreis (Betrag in Nennwährung)</xs:documentation>
 
</xs:annotation>
</xs:element>

element KeyDataType/ManagementStyle
diagram index_p1374.png
namespace http://www.fundsxml.org/XMLSchema/3.0.7
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Equity Growth
enumeration Equity Value
annotation
documentation
Managementstil: Equity Growth/Equity Value
source <xs:element name="ManagementStyle" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Managementstil: Equity Growth/Equity Value</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="Equity Growth"/>
     
<xs:enumeration value="Equity Value"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element KeyDataType/SubscriptionDate
diagram index_p1375.png
namespace http://www.fundsxml.org/XMLSchema/3.0.7
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Erstzeichnungsdatum
source <xs:element name="SubscriptionDate" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Erstzeichnungsdatum</xs:documentation>
 
</xs:annotation>
</xs:element>

element KeyDataType/LegalStructure
diagram index_p1376.png
namespace http://www.fundsxml.org/XMLSchema/3.0.7
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Legal Structure of the fund
source <xs:element name="LegalStructure" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Legal Structure of the fund</xs:documentation>
 
</xs:annotation>
</xs:element>

element KeyDataType/ShortBusinessYear
diagram index_p1377.png
namespace http://www.fundsxml.org/XMLSchema/3.0.7
type xs:boolean
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="ShortBusinessYear" type="xs:boolean" minOccurs="0"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy