LanguageNames

/FundsXML4/Funds/Fund/Subfunds/Subfund/ShareClasses/ShareClass/Names/LanguageNames

Diagram

LanguageNames Name Text500Type [1..*]

Documentation

EN

Name of fund or share classes in additional languages

DE

Name des Fund oder der ShareClasses in weiteren Sprachen

FR

Nom du fonds ou des classes d'actions dans des langues supplémentaires

NL

Naam van het fonds of de aandelenklassen in aanvullende talen

ES

Nombre del fondo o clases de acciones en idiomas adicionales

IT

Nome del fondo o delle classi di azioni in altre lingue

CS

Název fondu nebo tříd akcií v dalších jazycích

HU

Az alap vagy befektetési jegy osztályok neve további nyelveken

Properties

Type
LanguageNamesType
Cardinality
0..1
Namespace
xs = "http://www.w3.org/2001/XMLSchema"
vc = "http://www.w3.org/2007/XMLSchema-versioning"
xml = "http://www.w3.org/XML/1998/namespace"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#"
Level
9

Child Elements & Attributes

Child elements and attributes of this element
Name (XPath) Type Documentation Sample Data
Text500Type

Name in a specific language

Name in einer bestimmten Sprache

Nom dans une langue spécifique

Naam in een specifieke taal

Nombre en un idioma específico

Nome in una lingua specifica

Název v konkrétním jazyce

Név egy adott nyelven

ExampleText

Element Definition

<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
            xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
            xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            minOccurs="0"
            name="LanguageNames"
            type="LanguageNamesType">
   <xs:annotation>
      <xs:documentation xml:lang="en">Name of fund or share classes in additional languages</xs:documentation>
      <xs:documentation xml:lang="de">Name des Fund oder der ShareClasses in weiteren Sprachen</xs:documentation>
      <xs:documentation xml:lang="fr">Nom du fonds ou des classes d'actions dans des langues supplémentaires</xs:documentation>
      <xs:documentation xml:lang="nl">Naam van het fonds of de aandelenklassen in aanvullende talen</xs:documentation>
      <xs:documentation xml:lang="es">Nombre del fondo o clases de acciones en idiomas adicionales</xs:documentation>
      <xs:documentation xml:lang="it">Nome del fondo o delle classi di azioni in altre lingue</xs:documentation>
      <xs:documentation xml:lang="cs">Název fondu nebo tříd akcií v dalších jazycích</xs:documentation>
      <xs:documentation xml:lang="hu">Az alap vagy befektetési jegy osztályok neve további nyelveken</xs:documentation>
   </xs:annotation>
</xs:element>

Referenced Type Definition (LanguageNamesType)

<xs:complexType xmlns:altova="http://www.altova.com/xml-schema-extensions"
                xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
                xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
                xmlns:xs="http://www.w3.org/2001/XMLSchema"
                name="LanguageNamesType">
   <xs:annotation>
      <xs:documentation xml:lang="en">Names in multiple languages</xs:documentation>
      <xs:documentation xml:lang="de">Namen in verschiedenen Sprachen</xs:documentation>
      <xs:documentation xml:lang="fr">Noms dans plusieurs langues</xs:documentation>
      <xs:documentation xml:lang="nl">Namen in meerdere talen</xs:documentation>
      <xs:documentation xml:lang="es">Nombres en múltiples idiomas</xs:documentation>
      <xs:documentation xml:lang="it">Nomi in più lingue</xs:documentation>
      <xs:documentation xml:lang="cs">Názvy ve více jazycích</xs:documentation>
      <xs:documentation xml:lang="hu">Nevek több nyelven</xs:documentation>
   </xs:annotation>
   <xs:sequence>
      <xs:element maxOccurs="unbounded" name="Name">
         <xs:annotation>
            <xs:documentation xml:lang="en">Name in a specific language</xs:documentation>
            <xs:documentation xml:lang="de">Name in einer bestimmten Sprache</xs:documentation>
            <xs:documentation xml:lang="fr">Nom dans une langue spécifique</xs:documentation>
            <xs:documentation xml:lang="nl">Naam in een specifieke taal</xs:documentation>
            <xs:documentation xml:lang="es">Nombre en un idioma específico</xs:documentation>
            <xs:documentation xml:lang="it">Nome in una lingua specifica</xs:documentation>
            <xs:documentation xml:lang="cs">Název v konkrétním jazyce</xs:documentation>
            <xs:documentation xml:lang="hu">Név egy adott nyelven</xs:documentation>
         </xs:annotation>
         <xs:complexType>
            <xs:simpleContent>
               <xs:extension base="Text500Type">
                  <xs:attribute name="language" type="xs:language" use="required">
                     <xs:annotation>
                        <xs:documentation xml:lang="en">Language of the name (ISO 639)</xs:documentation>
                        <xs:documentation xml:lang="de">Sprache des Namens (ISO 639)</xs:documentation>
                        <xs:documentation xml:lang="fr">Langue du nom (ISO 639)</xs:documentation>
                        <xs:documentation xml:lang="nl">Taal van de naam (ISO 639)</xs:documentation>
                        <xs:documentation xml:lang="es">Idioma del nombre (ISO 639)</xs:documentation>
                        <xs:documentation xml:lang="it">Lingua del nome (ISO 639)</xs:documentation>
                        <xs:documentation xml:lang="cs">Jazyk názvu (ISO 639)</xs:documentation>
                        <xs:documentation xml:lang="hu">A név nyelve (ISO 639)</xs:documentation>
                     </xs:annotation>
                  </xs:attribute>
               </xs:extension>
            </xs:simpleContent>
         </xs:complexType>
      </xs:element>
   </xs:sequence>
</xs:complexType>