OeNB-ID

/FundsXML4/Funds/Fund/SingleFund/Segments/Segment/Segments/Segment/ShareClasses/ShareClass/CountrySpecificData/AT/OeKBStammdatenblatt/OeNB-ID

Diagram

OeNB-ID OeNB ID des Fonds OeNB ID of the fund Identnummer der Oesterreichischen Nationalbank: maximal 8 stellig nummerisch mit Prüfziffer

Documentation

de

OeNB ID des Fonds

Identnummer der Oesterreichischen Nationalbank: maximal 8 stellig nummerisch mit Prüfziffer

en

OeNB ID of the fund

Properties

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

Element Definition

<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
            xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
            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:annotation>
</xs:element>

Referenced Type Definition (IdentnummerType)

<xs:simpleType xmlns:altova="http://www.altova.com/xml-schema-extensions"
               xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
               xmlns:xs="http://www.w3.org/2001/XMLSchema"
               final="restriction"
               name="IdentnummerType">
   <xs:annotation>
      <xs:documentation>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>