Name

/FundsXML4/Funds/Fund/SingleFund/Segments/Segment/ShareClasses/ShareClass/Names/LanguageNames/Name

Diagram

Name @language xs:language [1]

Documentation

EN

Name in a specific language

DE

Name in einer bestimmten Sprache

FR

Nom dans une langue spécifique

NL

Naam in een specifieke taal

ES

Nombre en un idioma específico

IT

Nome in una lingua specifica

CS

Název v konkrétním jazyce

HU

Név egy adott nyelven

Properties

Type
Text500Type
Cardinality
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
11

Child Elements & Attributes

Child elements and attributes of this element
Name (XPath) Type Documentation Sample Data
xs:language

Language of the name (ISO 639)

Sprache des Namens (ISO 639)

Langue du nom (ISO 639)

Taal van de naam (ISO 639)

Idioma del nombre (ISO 639)

Lingua del nome (ISO 639)

Jazyk názvu (ISO 639)

A név nyelve (ISO 639)

en-US

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"
            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>