Biography
/FundsXML4/Funds/Fund/FundStaticData/PortfolioManagers/PortfolioManager/Biography
Diagram
Documentation
EN
Biography of the Portfolio Manager
DE
[AUTO] Biografie des Portfolio-Managers
FR
Biography de Portefeuille Gestionnaire
NL
Biography van Portefeuille Beheerder
Properties
- Type
- (anonymous)
- Cardinality
- 0..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
- 6
Child Elements & Attributes
| Name (XPath) | Type | Documentation | Sample Data |
|---|---|---|---|
| xs:string |
Brief curriculum vitae (CV) of the portfolio manager [AUTO] Kurzer Lebenslauf (CV) des Portfolio-Managers Brief curriculum vitae (CV) de portefeuille gestionnaire Brief curriculum vitae (CV) van portefeuille beheerder |
ExampleText | |
| ISOLanguageCodeType |
Language of the portfolio manager's brief biography [AUTO] Sprache der Kurzbiografie des Portfolio-Managers Language de portefeuille gestionnaire's brief biography Language van portefeuille beheerder's brief biography |
aa |
Element Definition
Element Definition
<xs:element xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
minOccurs="0"
name="Biography">
<xs:annotation>
<xs:documentation xml:lang="en">Biography of the Portfolio Manager</xs:documentation>
<xs:documentation xml:lang="de">[AUTO] Biografie des Portfolio-Managers</xs:documentation>
<xs:documentation xml:lang="fr">Biography de Portefeuille Gestionnaire</xs:documentation>
<xs:documentation xml:lang="nl">Biography van Portefeuille Beheerder</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="BriefBiography" type="xs:string">
<xs:annotation>
<xs:documentation xml:lang="en">Brief curriculum vitae (CV) of the portfolio manager</xs:documentation>
<xs:documentation xml:lang="de">[AUTO] Kurzer Lebenslauf (CV) des Portfolio-Managers</xs:documentation>
<xs:documentation xml:lang="fr">Brief curriculum vitae (CV) de portefeuille gestionnaire</xs:documentation>
<xs:documentation xml:lang="nl">Brief curriculum vitae (CV) van portefeuille beheerder</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="BiographyLanguage" type="ISOLanguageCodeType">
<xs:annotation>
<xs:documentation xml:lang="en">Language of the portfolio manager's brief biography</xs:documentation>
<xs:documentation xml:lang="de">[AUTO] Sprache der Kurzbiografie des Portfolio-Managers</xs:documentation>
<xs:documentation xml:lang="fr">Language de portefeuille gestionnaire's brief biography</xs:documentation>
<xs:documentation xml:lang="nl">Language van portefeuille beheerder's brief biography</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>