complexType KeyDataType
diagram index_p1074.png
namespace http://www.fundsxml.org
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
Zusammenfassung der wichtigen Daten des Fonds
documentation
A summary of the important fund data
source <xs:complexType name="KeyDataType">
 
<xs:annotation>
   
<xs:documentation xml:lang="de">Zusammenfassung der wichtigen Daten des Fonds</xs:documentation>
   
<xs:documentation xml:lang="en">A summary of the important fund data</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="InceptionDate" type="xs:date" nillable="true" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation xml:lang="de">Datum der Fondsauflegung</xs:documentation>
       
<xs:documentation xml:lang="en">The starting date of the fund</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Registration" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation xml:lang="de">Vertriebszulassungen des Fonds. Es koennen beliebig viele sein.</xs:documentation>
       
<xs:documentation xml:lang="en">Funds registration data. Multiple items can be entered here.</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="Date" type="xs:date" minOccurs="0">
           
<xs:annotation>
             
<xs:documentation xml:lang="de">Datum der Zulassung des Fonds im jeweiligen Land</xs:documentation>
             
<xs:documentation xml:lang="en">The registration date of the fund in the country specified</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element name="Country" type="ISOCountryCodeType">
           
<xs:annotation>
             
<xs:documentation xml:lang="de">ISO-Code des Landes, in dem der Fond zugelassen ist</xs:documentation>
             
<xs:documentation xml:lang="en">The country code related to the registration information</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element name="Paragraph" type="xs:string" minOccurs="0">
           
<xs:annotation>
             
<xs:documentation xml:lang="de">Rechtliche Grundlage der Zulassung im jeweiligen Land</xs:documentation>
             
<xs:documentation xml:lang="en">Legal basis of the registration license for each country</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="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: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: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="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: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: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="de">Der Kurs des Fonds bei Auflegung</xs:documentation>
       
<xs:documentation xml:lang="en">The initial fund values at the time of initiation.</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="Price" type="xs:decimal">
           
<xs:annotation>
             
<xs:documentation xml:lang="de">Betrag</xs:documentation>
             
<xs:documentation xml:lang="en">The amount of the initial fund price</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element name="Currency" type="ISOCurrencyCodeType">
           
<xs:annotation>
             
<xs:documentation xml:lang="de">Die Waehrung als ISO-Code</xs:documentation>
             
<xs:documentation xml:lang="en">The currency used to experess the initial fund price</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element name="Adjusted" type="xs:boolean">
           
<xs:annotation>
             
<xs:documentation xml:lang="de">Ist "true", wenn der obige Kurs auf evtl. Splits, Waehrungsumstellungen, etc. angepasst wurde.</xs:documentation>
             
<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: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">
     
<xs:annotation>
       
<xs:documentation>Legal Structure of the fund</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="ShortBusinessYear" type="xs:boolean"/>
 
</xs:sequence>
</xs:complexType>

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

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

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

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

element KeyDataType/Registration/UCITSLevel
diagram index_p1080.png
namespace http://www.fundsxml.org
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_p1081.png
namespace http://www.fundsxml.org
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_p1082.png
namespace http://www.fundsxml.org
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_p1083.png
namespace http://www.fundsxml.org
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Falls der Fonds aufgeloest ist, enthaellt dieses Element das Datum der Aufloesung. Ist das Feld nicht vorhanden, so ist der Fonds nicht aufgeloest
documentation
In case the fund has been deactivated this information represents the date of funds cancelation. For active funds the field is not supplied.
source <xs:element name="LiquidationDate" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<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: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:annotation>
</xs:element>

element KeyDataType/BeginOfBusinessYear
diagram index_p1084.png
namespace http://www.fundsxml.org
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_p1085.png
namespace http://www.fundsxml.org
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
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.
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.
source <xs:element name="EndOfBusinessYear" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<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: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:annotation>
</xs:element>

element KeyDataType/SemiAnnualReport
diagram index_p1086.png
namespace http://www.fundsxml.org
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_p1087.png
namespace http://www.fundsxml.org
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_p1088.png
namespace http://www.fundsxml.org
properties
minOcc 0
maxOcc 1
content complex
children Price Currency Adjusted Date
annotation
documentation
Der Kurs des Fonds bei Auflegung
documentation
The initial fund values at the time of initiation.
source <xs:element name="FirstNAV" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="de">Der Kurs des Fonds bei Auflegung</xs:documentation>
   
<xs:documentation xml:lang="en">The initial fund values at the time of initiation.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Price" type="xs:decimal">
       
<xs:annotation>
         
<xs:documentation xml:lang="de">Betrag</xs:documentation>
         
<xs:documentation xml:lang="en">The amount of the initial fund price</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="Currency" type="ISOCurrencyCodeType">
       
<xs:annotation>
         
<xs:documentation xml:lang="de">Die Waehrung als ISO-Code</xs:documentation>
         
<xs:documentation xml:lang="en">The currency used to experess the initial fund price</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="Adjusted" type="xs:boolean">
       
<xs:annotation>
         
<xs:documentation xml:lang="de">Ist "true", wenn der obige Kurs auf evtl. Splits, Waehrungsumstellungen, etc. angepasst wurde.</xs:documentation>
         
<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: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_p1089.png
namespace http://www.fundsxml.org
type xs:decimal
properties
content simple
annotation
documentation
Betrag
documentation
The amount of the initial fund price
source <xs:element name="Price" type="xs:decimal">
 
<xs:annotation>
   
<xs:documentation xml:lang="de">Betrag</xs:documentation>
   
<xs:documentation xml:lang="en">The amount of the initial fund price</xs:documentation>
 
</xs:annotation>
</xs:element>

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

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

element KeyDataType/FirstNAV/Date
diagram index_p1092.png
namespace http://www.fundsxml.org
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_p1093.png
namespace http://www.fundsxml.org
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_p1094.png
namespace http://www.fundsxml.org
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_p1095.png
namespace http://www.fundsxml.org
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_p1096.png
namespace http://www.fundsxml.org
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_p1097.png
namespace http://www.fundsxml.org
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_p1098.png
namespace http://www.fundsxml.org
type xs:string
properties
content simple
annotation
documentation
Legal Structure of the fund
source <xs:element name="LegalStructure" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>Legal Structure of the fund</xs:documentation>
 
</xs:annotation>
</xs:element>

element KeyDataType/ShortBusinessYear
diagram index_p1099.png
namespace http://www.fundsxml.org
type xs:boolean
properties
content simple
source <xs:element name="ShortBusinessYear" type="xs:boolean"/>


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