ISIN

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

Diagram

ISIN

Documentation

EN

ISIN code of an existing tranche

DE

ISIN-Code einer bestehenden Tranche

FR

Code ISIN d'une tranche existante

NL

ISIN-code van een bestaande tranche

ES

Código ISIN de un tramo existente

IT

Codice ISIN di una tranche esistente

HU

Egy meglévő tranzs ISIN kódja

CS

ISIN kód existující tranše

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
8
Sample Data
FGTHPCMK2IK0
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"
            maxOccurs="unbounded"
            name="ISIN"
            type="ISINType">
   <xs:annotation>
      <xs:documentation xml:lang="en">ISIN code of an existing tranche</xs:documentation>
      <xs:documentation xml:lang="de">ISIN-Code einer bestehenden Tranche</xs:documentation>
      <xs:documentation xml:lang="fr">Code ISIN d'une tranche existante</xs:documentation>
      <xs:documentation xml:lang="nl">ISIN-code van een bestaande tranche</xs:documentation>
      <xs:documentation xml:lang="es">Código ISIN de un tramo existente</xs:documentation>
      <xs:documentation xml:lang="it">Codice ISIN di una tranche esistente</xs:documentation>
      <xs:documentation xml:lang="hu">Egy meglévő tranzs ISIN kódja</xs:documentation>
      <xs:documentation xml:lang="cs">ISIN kód existující tranše</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>