OeNB-ID

/FundsXML4/Funds/Fund/Subfunds/Subfund/ShareClasses/ShareClass/CountrySpecificData/AT/OeKBStammdatenblatt/OeNB-ID

Diagram

OeNB-ID

Documentation

DE

OeNB ID des Fonds

EN

OeNB ID of the fund

FR

OeNB ID de fonds

NL

OeNB ID van fonds

Properties

Type
IdentnummerType
Cardinality
0..1
Namespace
xs = "http://www.w3.org/2001/XMLSchema"
vc = "http://www.w3.org/2007/XMLSchema-versioning"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#"
Level
11
Sample Data
9536
Restrictions
Base: xs:string
MaxLength: 8
MinLength: 2
Pattern: [0-9]{2,8}

Element Definition

<xs:element xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            minOccurs="0"
            name="OeNB-ID"
            type="IdentnummerType">
   <xs:annotation>
      <xs:documentation xml:lang="de">OeNB ID des Fonds</xs:documentation>
      <xs:documentation xml:lang="en">OeNB ID of the fund</xs:documentation>
      <xs:documentation xml:lang="fr">OeNB ID de fonds</xs:documentation>
      <xs:documentation xml:lang="nl">OeNB ID van fonds</xs:documentation>
   </xs:annotation>
</xs:element>

Referenced Type Definition (IdentnummerType)

<xs:simpleType xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
               xmlns:xs="http://www.w3.org/2001/XMLSchema"
               final="restriction"
               name="IdentnummerType">
   <xs:annotation>
      <xs:documentation xml:lang="en">Identnummer der Oesterreichischen Nationalbank: maximal 8 stellig nummerisch mit Prüfziffer</xs:documentation>
      <xs:documentation xml:lang="de">Identnummer der Oesterreichischen Nationalbank: maximal 8 stellig nummerisch mit Prüfziffer</xs:documentation>
      <xs:documentation xml:lang="fr">Identnummer der Oesterreichischen Nationalbank: maximal 8 stellig nummerisch mit Prüfziffer</xs:documentation>
      <xs:documentation xml:lang="nl">Identnummer der Oesterreichischen Nationalbank: maximal 8 stellig nummerisch mit Prüfziffer</xs:documentation>
   </xs:annotation>
   <xs:restriction base="xs:string">
      <xs:maxLength value="8"/>
      <xs:minLength value="2"/>
      <xs:pattern value="[0-9]{2,8}"/>
   </xs:restriction>
</xs:simpleType>