BiographyLanguage

/FundsXML4/Funds/Fund/FundStaticData/PortfolioManagers/PortfolioManager/Biography/BiographyLanguage

Diagram

BiographyLanguage

Documentation

EN

Language of the portfolio manager's brief biography

DE

[AUTO] Sprache der Kurzbiografie des Portfolio-Managers

FR

Language de portefeuille gestionnaire's brief biography

NL

Language van portefeuille beheerder's brief biography

Properties

Type
ISOLanguageCodeType
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
7
Sample Data
aa
Restrictions
Base: xs:string
MaxLength: 2
MinLength: 2

Element Definition

<xs:element xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            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>

Referenced Type Definition (ISOLanguageCodeType)

<xs:simpleType xmlns:altova="http://www.altova.com/xml-schema-extensions"
               xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
               xmlns:xs="http://www.w3.org/2001/XMLSchema"
               name="ISOLanguageCodeType">
   <xs:annotation>
      <xs:documentation xml:lang="en">The ISOLanguageCodeType is a type for decoding ISO 639-1 Language Code. It is of the type string and has a length from exactly two letters.</xs:documentation>
      <xs:documentation xml:lang="de">[AUTO] Der ISOLanguageCodeType ist ein Typ zur Dekodierung von ISO 639-1 Sprachcodes. Er ist vom Typ string und hat eine Länge von genau zwei Buchstaben.</xs:documentation>
      <xs:documentation xml:lang="fr">The ISOLanguageCodeType est un type pour decoding ISO 639-1 Language Code. It est de type string et un un length de exactly two letters.</xs:documentation>
      <xs:documentation xml:lang="nl">The ISOLanguageCodeType is een type voor decoding ISO 639-1 Language Code. It is van type string en heeft een length van exactly two letters.</xs:documentation>
   </xs:annotation>
   <xs:restriction base="xs:string">
      <xs:maxLength value="2"/>
      <xs:minLength value="2"/>
   </xs:restriction>
</xs:simpleType>