ISIN

/FundsXML4/AssetMasterData/Asset/CountrySpecificData/AT/OeKBStammdatenblatt/Block1/ISIN

Diagram

ISIN

Documentation

EN

ISIN code of the fund

DE

ISIN-Code des Fonds

FR

Code ISIN du fonds

NL

ISIN-code van het fonds

ES

Código ISIN del fondo

IT

Codice ISIN del fondo

HU

Az alap ISIN kódja

CS

ISIN kód fondu

Properties

Type
ISINType
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
7
Sample Data
YJ8V946H8D28
Restrictions
Base: xs:string
Length: 12
Pattern: [A-Z]{2}[A-Z0-9]{9}[0-9]{1}

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="ISIN"
            type="ISINType">
   <xs:annotation>
      <xs:documentation xml:lang="en">ISIN code of the fund</xs:documentation>
      <xs:documentation xml:lang="de">ISIN-Code des Fonds</xs:documentation>
      <xs:documentation xml:lang="fr">Code ISIN du fonds</xs:documentation>
      <xs:documentation xml:lang="nl">ISIN-code van het fonds</xs:documentation>
      <xs:documentation xml:lang="es">Código ISIN del fondo</xs:documentation>
      <xs:documentation xml:lang="it">Codice ISIN del fondo</xs:documentation>
      <xs:documentation xml:lang="hu">Az alap ISIN kódja</xs:documentation>
      <xs:documentation xml:lang="cs">ISIN kód fondu</xs:documentation>
   </xs:annotation>
</xs:element>

Referenced Type Definition (ISINType)

<xs:simpleType 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="ISINType">
   <xs:annotation>
      <xs:documentation xml:lang="en">International Securities Identification Number (according to ISO 6166)</xs:documentation>
      <xs:documentation xml:lang="de">Internationale Wertpapierkennnummer (gemäß ISO 6166)</xs:documentation>
      <xs:documentation xml:lang="fr">Numéro international d'identification des valeurs mobilières (selon ISO 6166)</xs:documentation>
      <xs:documentation xml:lang="nl">Internationaal effectenidentificatienummer (volgens ISO 6166)</xs:documentation>
      <xs:documentation xml:lang="es">Número Internacional de Identificación de Valores (según ISO 6166)</xs:documentation>
      <xs:documentation xml:lang="it">Numero internazionale di identificazione dei titoli (secondo ISO 6166)</xs:documentation>
      <xs:documentation xml:lang="cs">Mezinárodní identifikační číslo cenného papíru (podle ISO 6166)</xs:documentation>
      <xs:documentation xml:lang="hu">Nemzetközi értékpapír-azonosító szám (az ISO 6166 szabvány szerint)</xs:documentation>
   </xs:annotation>
   <xs:restriction base="xs:string">
      <xs:length value="12"/>
      <xs:pattern value="[A-Z]{2}[A-Z0-9]{9}[0-9]{1}"/>
   </xs:restriction>
</xs:simpleType>