SEDOL

/FundsXML4/Funds/Fund/Subfunds/Subfund/Segments/Segment/Segments/Segment/Identifiers/SEDOL

Diagram

SEDOL

Documentation

EN

Stock Exchange Daily Official List (7 chars)

DE

SEDOL-Nummer (7 Zeichen)

FR

Numéro SEDOL (7 caractères)

NL

SEDOL-nummer (7 tekens)

ES

SEDOL (7 caracteres)

IT

Listino Ufficiale Giornaliero di Borsa (7 caratteri)

CS

SEDOL číslo (7 znaků)

HU

SEDOL szám (7 karakter)

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
11
Sample Data
8RCPLH0
Restrictions
Base: xs:string
MaxLength: 7
MinLength: 6
Pattern: [B-DF-HJ-NP-TV-Z0-9]{6}[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"
            minOccurs="0"
            name="SEDOL">
   <xs:annotation>
      <xs:documentation xml:lang="en">Stock Exchange Daily Official List (7 chars)</xs:documentation>
      <xs:documentation xml:lang="de">SEDOL-Nummer (7 Zeichen)</xs:documentation>
      <xs:documentation xml:lang="fr">Numéro SEDOL (7 caractères)</xs:documentation>
      <xs:documentation xml:lang="nl">SEDOL-nummer (7 tekens)</xs:documentation>
      <xs:documentation xml:lang="es">SEDOL (7 caracteres)</xs:documentation>
      <xs:documentation xml:lang="it">Listino Ufficiale Giornaliero di Borsa (7 caratteri)</xs:documentation>
      <xs:documentation xml:lang="cs">SEDOL číslo (7 znaků)</xs:documentation>
      <xs:documentation xml:lang="hu">SEDOL szám (7 karakter)</xs:documentation>
   </xs:annotation>
   <xs:simpleType>
      <xs:restriction base="xs:string">
         <xs:maxLength value="7"/>
         <xs:minLength value="6"/>
         <xs:pattern value="[B-DF-HJ-NP-TV-Z0-9]{6}[0-9]{1}"/>
      </xs:restriction>
   </xs:simpleType>
</xs:element>