Name

/FundsXML4/Funds/Fund/FundStaticData/Benchmarks/Benchmark/Name

Diagram

Name

Documentation

Name of the benchmark

EN

Name of the benchmark

DE

Name des Benchmarks

FR

Nom du benchmark

NL

Naam van de benchmark

ES

Nombre del benchmark

IT

Nome del benchmark

CS

Název benchmarku

HU

A benchmark neve

Properties

Type
xs:string
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
6
Sample Data
ExampleText
Restrictions
Base: xs:string
MaxLength: 255

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"
            name="Name">
   <xs:annotation>
      <xs:documentation>Name of the benchmark</xs:documentation>
      <xs:documentation xml:lang="en">Name of the benchmark</xs:documentation>
      <xs:documentation xml:lang="de">Name des Benchmarks</xs:documentation>
      <xs:documentation xml:lang="fr">Nom du benchmark</xs:documentation>
      <xs:documentation xml:lang="nl">Naam van de benchmark</xs:documentation>
      <xs:documentation xml:lang="es">Nombre del benchmark</xs:documentation>
      <xs:documentation xml:lang="it">Nome del benchmark</xs:documentation>
      <xs:documentation xml:lang="cs">Název benchmarku</xs:documentation>
      <xs:documentation xml:lang="hu">A benchmark neve</xs:documentation>
   </xs:annotation>
   <xs:simpleType>
      <xs:restriction base="xs:string">
         <xs:maxLength value="255"/>
      </xs:restriction>
   </xs:simpleType>
</xs:element>