BenchmarkComponentID

/FundsXML4/Funds/Fund/FundStaticData/Benchmarks/Benchmark/BenchmarkComponents/BenchmarkComponent/BenchmarkComponentID

Diagram

BenchmarkComponentID

Documentation

Unique identifier for this benchmark component

EN

Unique identifier for this benchmark component

DE

Eindeutiger Identifikator für diese Benchmark-Komponente

FR

Identifiant unique pour ce composant de benchmark

NL

Unieke identificatie voor deze benchmarkcomponent

ES

Identificador único para este componente del benchmark

IT

Identificatore univoco per questo componente di benchmark

CS

Jedinečný identifikátor této komponenty benchmarku

HU

A benchmark komponens egyedi azonosítója

Properties

Type
xs:string
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
8
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"
            minOccurs="0"
            name="BenchmarkComponentID">
   <xs:annotation>
      <xs:documentation>Unique identifier for this benchmark component</xs:documentation>
      <xs:documentation xml:lang="en">Unique identifier for this benchmark component</xs:documentation>
      <xs:documentation xml:lang="de">Eindeutiger Identifikator für diese Benchmark-Komponente</xs:documentation>
      <xs:documentation xml:lang="fr">Identifiant unique pour ce composant de benchmark</xs:documentation>
      <xs:documentation xml:lang="nl">Unieke identificatie voor deze benchmarkcomponent</xs:documentation>
      <xs:documentation xml:lang="es">Identificador único para este componente del benchmark</xs:documentation>
      <xs:documentation xml:lang="it">Identificatore univoco per questo componente di benchmark</xs:documentation>
      <xs:documentation xml:lang="cs">Jedinečný identifikátor této komponenty benchmarku</xs:documentation>
      <xs:documentation xml:lang="hu">A benchmark komponens egyedi azonosítója</xs:documentation>
   </xs:annotation>
   <xs:simpleType>
      <xs:restriction base="xs:string">
         <xs:maxLength value="255"/>
      </xs:restriction>
   </xs:simpleType>
</xs:element>