Fondstyp

/FundsXML4/AssetMasterData/Asset/CountrySpecificData/AT/OeKBStammdatenblatt/Block3/Fondstyp

Diagram

Fondstyp

Documentation

EN

Fund type: fund of funds, target fund, investment fund, real estate, or other

DE

Fondstyp: Dachfonds, Zielfonds, Investmentfonds, Immobilien oder sonstige

FR

Type de fonds : fonds de fonds, fonds cible, fonds d'investissement, immobilier ou autre

NL

Fondstype: dakfonds, doelfonds, beleggingsfonds, vastgoed of overig

ES

Tipo de fondo: fondo de fondos, fondo objetivo, fondo de inversión, inmobiliario u otro

IT

Tipo di fondo: fondo di fondi, fondo target, fondo di investimento, immobiliare o altro

HU

Alaptípus: alapok alapja, célalap, befektetési alap, ingatlan vagy egyéb

CS

Typ fondu: fond fondů, cílový fond, investiční fond, nemovitostní nebo jiný

Properties

Type
xs:string
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
FOF
Restrictions
Base: xs:string
Enumeration:
  • FOF
  • ZIELF
  • INVF
  • IMMO
  • SONST

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="Fondstyp">
   <xs:annotation>
      <xs:documentation xml:lang="en">Fund type: fund of funds, target fund, investment fund, real estate, or other</xs:documentation>
      <xs:documentation xml:lang="de">Fondstyp: Dachfonds, Zielfonds, Investmentfonds, Immobilien oder sonstige</xs:documentation>
      <xs:documentation xml:lang="fr">Type de fonds : fonds de fonds, fonds cible, fonds d'investissement, immobilier ou autre</xs:documentation>
      <xs:documentation xml:lang="nl">Fondstype: dakfonds, doelfonds, beleggingsfonds, vastgoed of overig</xs:documentation>
      <xs:documentation xml:lang="es">Tipo de fondo: fondo de fondos, fondo objetivo, fondo de inversión, inmobiliario u otro</xs:documentation>
      <xs:documentation xml:lang="it">Tipo di fondo: fondo di fondi, fondo target, fondo di investimento, immobiliare o altro</xs:documentation>
      <xs:documentation xml:lang="hu">Alaptípus: alapok alapja, célalap, befektetési alap, ingatlan vagy egyéb</xs:documentation>
      <xs:documentation xml:lang="cs">Typ fondu: fond fondů, cílový fond, investiční fond, nemovitostní nebo jiný</xs:documentation>
   </xs:annotation>
   <xs:simpleType>
      <xs:restriction base="xs:string">
         <xs:enumeration value="FOF"/>
         <xs:enumeration value="ZIELF"/>
         <xs:enumeration value="INVF"/>
         <xs:enumeration value="IMMO"/>
         <xs:enumeration value="SONST"/>
      </xs:restriction>
   </xs:simpleType>
</xs:element>