complexType FundManagerType
diagram index_p755.png
namespace http://www.fundsxml.org/XMLSchema/3.1
children Name FirstName FormOfAddress Title Position Function EMail Address PhoneNumber FaxNumber DateofBirth PlaceofBirth Gender Hobbies Qualifications Experience Award Memberships Managing Text
used by
element FundFactsType/FundManager
annotation
documentation
Mit dem FondsmanagerTyp werden alle Informationen ueber einen Fondsmanager abgelegt.
source <xs:complexType name="FundManagerType">
 
<xs:annotation>
   
<xs:documentation xml:lang="de">Mit dem FondsmanagerTyp werden alle Informationen ueber einen Fondsmanager abgelegt.</xs:documentation>
   
<xs:documentation xml:lang="en"/>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Name" type="xs:string">
     
<xs:annotation>
       
<xs:documentation xml:lang="en">Fund managers last name</xs:documentation>
       
<xs:documentation xml:lang="de">Der Nachname des Fondsmanagers.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="FirstName" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation xml:lang="en">Fund managers first name</xs:documentation>
       
<xs:documentation xml:lang="de">Der Vorname des Fondsmanagers.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="FormOfAddress" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation xml:lang="en">Fund managers addressing form</xs:documentation>
       
<xs:documentation xml:lang="de">Die Anrede des Fondsmanagers.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Title" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation xml:lang="en">The title of the fund manager</xs:documentation>
       
<xs:documentation xml:lang="de">Der Titel des Fondsmanagers.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Position" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation xml:lang="en">The business position of the Fund manager within his/her company.</xs:documentation>
       
<xs:documentation xml:lang="de">Die berufliche Position des Fondsmanagers innerhalb seiner Gesellschaft.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Function" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation xml:lang="en">A function the Fund manager does within his/her company.</xs:documentation>
       
<xs:documentation xml:lang="de">Die berufliche Funktion des Fondsmanagers innerhalb seiner Gesellschaft.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="EMail" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation xml:lang="en">Fund managers email address</xs:documentation>
       
<xs:documentation xml:lang="de">Die E-Mail-Adresse des Fondsmanagers</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Address" type="AddressType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation xml:lang="en">Address contact details of the fund manager</xs:documentation>
       
<xs:documentation xml:lang="de">Die Adresse des Fondsmanagers.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="PhoneNumber" type="PhoneNumberType" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation xml:lang="en">A multiple telefon contact number of the fund manager. Each number has a type associated (i.e. phone, fax or mobile).</xs:documentation>
       
<xs:documentation xml:lang="de">Die Rufnummerm des Fondsmanagers. Hier koennen mehrere Elemente erscheinen, die jeweils einen Typ von Rufnummer beschreiben, also eine Telefonnummer, eine Faxnummer oder eine Mobilfunknummer.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="FaxNumber" type="xs:string" minOccurs="0"/>
   
<xs:element name="DateofBirth" type="xs:date" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Date of Birth of Fund Manager</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="PlaceofBirth" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Place of Birth</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Gender" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Fund Manager Gender</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:enumeration value="Male"/>
         
<xs:enumeration value="Female"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
   
<xs:element name="Hobbies" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Hobbies</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Qualifications" type="QualificationType" minOccurs="0"/>
   
<xs:element name="Experience" minOccurs="0">
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="BriefBiographie" minOccurs="0" maxOccurs="unbounded">
           
<xs:annotation>
             
<xs:documentation>Biographical dates of the fund manager including companies which he worked for, positions held in the companies and the respective since and until information</xs:documentation>
           
</xs:annotation>
           
<xs:complexType>
             
<xs:sequence>
               
<xs:element name="Company" type="xs:string"/>
               
<xs:element name="PositionHeld" type="xs:string"/>
               
<xs:element name="DateStartEnd" type="xs:string"/>
             
</xs:sequence>
           
</xs:complexType>
         
</xs:element>
         
<xs:element name="ExperienceSince" type="xs:int">
           
<xs:annotation>
             
<xs:documentation xml:lang="en">The total professional experience of the fund manager expressed in years.</xs:documentation>
             
<xs:documentation xml:lang="de">Die Berufserfahrung des Fondsmanagers insgesamt in Jahren.</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element name="ManagingExperienceSince" type="xs:date" minOccurs="0"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="Award" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Award / Date</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="Name" type="xs:string"/>
         
<xs:element name="Date" type="xs:date"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="Memberships" minOccurs="0" maxOccurs="unbounded">
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="Organisation" type="xs:string"/>
         
<xs:element name="Title" type="xs:string"/>
         
<xs:element name="Since" type="xs:date"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="Managing" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation xml:lang="en">Information related to the fund managers competence regarding this fund.</xs:documentation>
       
<xs:documentation xml:lang="de">Informationen ueber die Zustaendigkeit des Fondsmanagers zu diesem Fonds</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="Since" type="xs:date">
           
<xs:annotation>
             
<xs:documentation xml:lang="en">Tha starting date of the period when the fund manager was responsible for this fund.</xs:documentation>
             
<xs:documentation xml:lang="de">Datum seit wann der Fondsmanager fuer diesen Fonds zustaendig ist oder war.</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element name="Until" type="xs:date" minOccurs="0">
           
<xs:annotation>
             
<xs:documentation xml:lang="en">The closing date of the fund managers responsibility for the fund.</xs:documentation>
             
<xs:documentation xml:lang="de">Datum bis wann der Fondsmanager fuer diesen Fonds zustaendig ist oder war.</xs:documentation>
           
</xs:annotation>
         
</xs:element>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="Text" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation xml:lang="en">Additional information related to the fund manager</xs:documentation>
       
<xs:documentation xml:lang="de">Mit Freitext hat man wiederum die Moeglichkeit zusaetzliche Informationen zum Fondsmanger abzulegen.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element FundManagerType/Name
diagram index_p756.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type xs:string
properties
content simple
annotation
documentation
Fund managers last name
documentation
Der Nachname des Fondsmanagers.
source <xs:element name="Name" type="xs:string">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">Fund managers last name</xs:documentation>
   
<xs:documentation xml:lang="de">Der Nachname des Fondsmanagers.</xs:documentation>
 
</xs:annotation>
</xs:element>

element FundManagerType/FirstName
diagram index_p757.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Fund managers first name
documentation
Der Vorname des Fondsmanagers.
source <xs:element name="FirstName" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">Fund managers first name</xs:documentation>
   
<xs:documentation xml:lang="de">Der Vorname des Fondsmanagers.</xs:documentation>
 
</xs:annotation>
</xs:element>

element FundManagerType/FormOfAddress
diagram index_p758.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Fund managers addressing form
documentation
Die Anrede des Fondsmanagers.
source <xs:element name="FormOfAddress" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">Fund managers addressing form</xs:documentation>
   
<xs:documentation xml:lang="de">Die Anrede des Fondsmanagers.</xs:documentation>
 
</xs:annotation>
</xs:element>

element FundManagerType/Title
diagram index_p759.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The title of the fund manager
documentation
Der Titel des Fondsmanagers.
source <xs:element name="Title" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">The title of the fund manager</xs:documentation>
   
<xs:documentation xml:lang="de">Der Titel des Fondsmanagers.</xs:documentation>
 
</xs:annotation>
</xs:element>

element FundManagerType/Position
diagram index_p760.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The business position of the Fund manager within his/her company.
documentation
Die berufliche Position des Fondsmanagers innerhalb seiner Gesellschaft.
source <xs:element name="Position" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">The business position of the Fund manager within his/her company.</xs:documentation>
   
<xs:documentation xml:lang="de">Die berufliche Position des Fondsmanagers innerhalb seiner Gesellschaft.</xs:documentation>
 
</xs:annotation>
</xs:element>

element FundManagerType/Function
diagram index_p761.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
A function the Fund manager does within his/her company.
documentation
Die berufliche Funktion des Fondsmanagers innerhalb seiner Gesellschaft.
source <xs:element name="Function" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">A function the Fund manager does within his/her company.</xs:documentation>
   
<xs:documentation xml:lang="de">Die berufliche Funktion des Fondsmanagers innerhalb seiner Gesellschaft.</xs:documentation>
 
</xs:annotation>
</xs:element>

element FundManagerType/EMail
diagram index_p762.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Fund managers email address
documentation
Die E-Mail-Adresse des Fondsmanagers
source <xs:element name="EMail" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">Fund managers email address</xs:documentation>
   
<xs:documentation xml:lang="de">Die E-Mail-Adresse des Fondsmanagers</xs:documentation>
 
</xs:annotation>
</xs:element>

element FundManagerType/Address
diagram index_p763.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type AddressType
properties
minOcc 0
maxOcc 1
content complex
children Street PostCode Town Country Text
annotation
documentation
Address contact details of the fund manager
documentation
Die Adresse des Fondsmanagers.
source <xs:element name="Address" type="AddressType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">Address contact details of the fund manager</xs:documentation>
   
<xs:documentation xml:lang="de">Die Adresse des Fondsmanagers.</xs:documentation>
 
</xs:annotation>
</xs:element>

element FundManagerType/PhoneNumber
diagram index_p764.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type PhoneNumberType
properties
minOcc 0
maxOcc unbounded
content complex
children Type CountryCode AreaCode PhoneNumber DirectNumber Text
annotation
documentation
A multiple telefon contact number of the fund manager. Each number has a type associated (i.e. phone, fax or mobile).
documentation
Die Rufnummerm des Fondsmanagers. Hier koennen mehrere Elemente erscheinen, die jeweils einen Typ von Rufnummer beschreiben, also eine Telefonnummer, eine Faxnummer oder eine Mobilfunknummer.
source <xs:element name="PhoneNumber" type="PhoneNumberType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">A multiple telefon contact number of the fund manager. Each number has a type associated (i.e. phone, fax or mobile).</xs:documentation>
   
<xs:documentation xml:lang="de">Die Rufnummerm des Fondsmanagers. Hier koennen mehrere Elemente erscheinen, die jeweils einen Typ von Rufnummer beschreiben, also eine Telefonnummer, eine Faxnummer oder eine Mobilfunknummer.</xs:documentation>
 
</xs:annotation>
</xs:element>

element FundManagerType/FaxNumber
diagram index_p765.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type xs:string
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="FaxNumber" type="xs:string" minOccurs="0"/>

element FundManagerType/DateofBirth
diagram index_p766.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Date of Birth of Fund Manager
source <xs:element name="DateofBirth" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Date of Birth of Fund Manager</xs:documentation>
 
</xs:annotation>
</xs:element>

element FundManagerType/PlaceofBirth
diagram index_p767.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Place of Birth
source <xs:element name="PlaceofBirth" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Place of Birth</xs:documentation>
 
</xs:annotation>
</xs:element>

element FundManagerType/Gender
diagram index_p768.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Male
enumeration Female
annotation
documentation
Fund Manager Gender
source <xs:element name="Gender" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Fund Manager Gender</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="Male"/>
     
<xs:enumeration value="Female"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element FundManagerType/Hobbies
diagram index_p769.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Hobbies
source <xs:element name="Hobbies" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Hobbies</xs:documentation>
 
</xs:annotation>
</xs:element>

element FundManagerType/Qualifications
diagram index_p770.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type QualificationType
properties
minOcc 0
maxOcc 1
content complex
children EducationHistory LanguageSkills Certifications
source <xs:element name="Qualifications" type="QualificationType" minOccurs="0"/>

element FundManagerType/Experience
diagram index_p771.png
namespace http://www.fundsxml.org/XMLSchema/3.1
properties
minOcc 0
maxOcc 1
content complex
children BriefBiographie ExperienceSince ManagingExperienceSince
source <xs:element name="Experience" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="BriefBiographie" minOccurs="0" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Biographical dates of the fund manager including companies which he worked for, positions held in the companies and the respective since and until information</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="Company" type="xs:string"/>
           
<xs:element name="PositionHeld" type="xs:string"/>
           
<xs:element name="DateStartEnd" type="xs:string"/>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="ExperienceSince" type="xs:int">
       
<xs:annotation>
         
<xs:documentation xml:lang="en">The total professional experience of the fund manager expressed in years.</xs:documentation>
         
<xs:documentation xml:lang="de">Die Berufserfahrung des Fondsmanagers insgesamt in Jahren.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="ManagingExperienceSince" type="xs:date" minOccurs="0"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element FundManagerType/Experience/BriefBiographie
diagram index_p772.png
namespace http://www.fundsxml.org/XMLSchema/3.1
properties
minOcc 0
maxOcc unbounded
content complex
children Company PositionHeld DateStartEnd
annotation
documentation
Biographical dates of the fund manager including companies which he worked for, positions held in the companies and the respective since and until information
source <xs:element name="BriefBiographie" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Biographical dates of the fund manager including companies which he worked for, positions held in the companies and the respective since and until information</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Company" type="xs:string"/>
     
<xs:element name="PositionHeld" type="xs:string"/>
     
<xs:element name="DateStartEnd" type="xs:string"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element FundManagerType/Experience/BriefBiographie/Company
diagram index_p773.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type xs:string
properties
content simple
source <xs:element name="Company" type="xs:string"/>

element FundManagerType/Experience/BriefBiographie/PositionHeld
diagram index_p774.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type xs:string
properties
content simple
source <xs:element name="PositionHeld" type="xs:string"/>

element FundManagerType/Experience/BriefBiographie/DateStartEnd
diagram index_p775.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type xs:string
properties
content simple
source <xs:element name="DateStartEnd" type="xs:string"/>

element FundManagerType/Experience/ExperienceSince
diagram index_p776.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type xs:int
properties
content simple
annotation
documentation
The total professional experience of the fund manager expressed in years.
documentation
Die Berufserfahrung des Fondsmanagers insgesamt in Jahren.
source <xs:element name="ExperienceSince" type="xs:int">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">The total professional experience of the fund manager expressed in years.</xs:documentation>
   
<xs:documentation xml:lang="de">Die Berufserfahrung des Fondsmanagers insgesamt in Jahren.</xs:documentation>
 
</xs:annotation>
</xs:element>

element FundManagerType/Experience/ManagingExperienceSince
diagram index_p777.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type xs:date
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="ManagingExperienceSince" type="xs:date" minOccurs="0"/>

element FundManagerType/Award
diagram index_p778.png
namespace http://www.fundsxml.org/XMLSchema/3.1
properties
minOcc 0
maxOcc unbounded
content complex
children Name Date
annotation
documentation
Award / Date
source <xs:element name="Award" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Award / Date</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Name" type="xs:string"/>
     
<xs:element name="Date" type="xs:date"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element FundManagerType/Award/Name
diagram index_p779.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type xs:string
properties
content simple
source <xs:element name="Name" type="xs:string"/>

element FundManagerType/Award/Date
diagram index_p780.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type xs:date
properties
content simple
source <xs:element name="Date" type="xs:date"/>

element FundManagerType/Memberships
diagram index_p781.png
namespace http://www.fundsxml.org/XMLSchema/3.1
properties
minOcc 0
maxOcc unbounded
content complex
children Organisation Title Since
source <xs:element name="Memberships" minOccurs="0" maxOccurs="unbounded">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Organisation" type="xs:string"/>
     
<xs:element name="Title" type="xs:string"/>
     
<xs:element name="Since" type="xs:date"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element FundManagerType/Memberships/Organisation
diagram index_p782.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type xs:string
properties
content simple
source <xs:element name="Organisation" type="xs:string"/>

element FundManagerType/Memberships/Title
diagram index_p783.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type xs:string
properties
content simple
source <xs:element name="Title" type="xs:string"/>

element FundManagerType/Memberships/Since
diagram index_p784.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type xs:date
properties
content simple
source <xs:element name="Since" type="xs:date"/>

element FundManagerType/Managing
diagram index_p785.png
namespace http://www.fundsxml.org/XMLSchema/3.1
properties
minOcc 0
maxOcc 1
content complex
children Since Until
annotation
documentation
Information related to the fund managers competence regarding this fund.
documentation
Informationen ueber die Zustaendigkeit des Fondsmanagers zu diesem Fonds
source <xs:element name="Managing" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">Information related to the fund managers competence regarding this fund.</xs:documentation>
   
<xs:documentation xml:lang="de">Informationen ueber die Zustaendigkeit des Fondsmanagers zu diesem Fonds</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Since" type="xs:date">
       
<xs:annotation>
         
<xs:documentation xml:lang="en">Tha starting date of the period when the fund manager was responsible for this fund.</xs:documentation>
         
<xs:documentation xml:lang="de">Datum seit wann der Fondsmanager fuer diesen Fonds zustaendig ist oder war.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="Until" type="xs:date" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation xml:lang="en">The closing date of the fund managers responsibility for the fund.</xs:documentation>
         
<xs:documentation xml:lang="de">Datum bis wann der Fondsmanager fuer diesen Fonds zustaendig ist oder war.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element FundManagerType/Managing/Since
diagram index_p786.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type xs:date
properties
content simple
annotation
documentation
Tha starting date of the period when the fund manager was responsible for this fund.
documentation
Datum seit wann der Fondsmanager fuer diesen Fonds zustaendig ist oder war.
source <xs:element name="Since" type="xs:date">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">Tha starting date of the period when the fund manager was responsible for this fund.</xs:documentation>
   
<xs:documentation xml:lang="de">Datum seit wann der Fondsmanager fuer diesen Fonds zustaendig ist oder war.</xs:documentation>
 
</xs:annotation>
</xs:element>

element FundManagerType/Managing/Until
diagram index_p787.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The closing date of the fund managers responsibility for the fund.
documentation
Datum bis wann der Fondsmanager fuer diesen Fonds zustaendig ist oder war.
source <xs:element name="Until" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">The closing date of the fund managers responsibility for the fund.</xs:documentation>
   
<xs:documentation xml:lang="de">Datum bis wann der Fondsmanager fuer diesen Fonds zustaendig ist oder war.</xs:documentation>
 
</xs:annotation>
</xs:element>

element FundManagerType/Text
diagram index_p788.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Additional information related to the fund manager
documentation
Mit Freitext hat man wiederum die Moeglichkeit zusaetzliche Informationen zum Fondsmanger abzulegen.
source <xs:element name="Text" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">Additional information related to the fund manager</xs:documentation>
   
<xs:documentation xml:lang="de">Mit Freitext hat man wiederum die Moeglichkeit zusaetzliche Informationen zum Fondsmanger abzulegen.</xs:documentation>
 
</xs:annotation>
</xs:element>


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