complexType VoeigKategorisierungsType
diagram index_p2115.png
namespace http://www.fundsxml.org/XMLSchema/3.1
children Wertpapierfonds Immobilienfonds
used by
element CountrySpecificDataATType/VoeigKategorisierung
annotation
documentation
VOeIG Kategorisierung der inlaendischen Investmentfonds
source <xs:complexType name="VoeigKategorisierungsType">
 
<xs:annotation>
   
<xs:documentation>VOeIG Kategorisierung der inlaendischen Investmentfonds</xs:documentation>
 
</xs:annotation>
 
<xs:choice>
   
<xs:element name="Wertpapierfonds">
     
<xs:annotation>
       
<xs:documentation>Die Voeig Kategorsierung fuer einen Wertpapierfonds</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="Anlagekategorie">
           
<xs:annotation>
             
<xs:documentation xml:lang="de">Anlagekategorie:
A1 - Aktienfonds (100%)
A2 - Aktienfonds (mind.75%)
C1 - Geldmarktfonds (100%)
C2 - Geldmarktfonds (mind. 66%)
G1 - Gemischter Fonds mit Aktienrisiko bis zu 10%
G2 - Gemischter Fonds mit Aktienrisiko bis zu 20%
G3 - Gemischter Fonds mit Aktienrisiko bis zu 30%
G4 - Gemischter Fonds mit Aktienrisiko bis zu 40%
G5 - Gemischter Fonds mit Aktienrisiko bis zu 50%
G6 - Gemischter Fonds mit Aktienrisiko bis zu 60%
G7 - Gemischter Fonds mit Aktienrisiko bis zu 70%
G8 - Gemischter Fonds mit Aktienrisiko ab 70%
R1 - Rentenfonds (100%)
R2 - geldmarktnahe Rentenfonds (100%)
I1 - Dachhedgefonds (mit Hedgefondsanteilen ueber 90%)
I2 - Dachhedgefonds (mit Hedgefondsanteilen ueber 66%)
I3 - Dachhedgefonds (mit Hedgefondsanteilen bis 66%)
I4 - Derivativ-Fonds
I5 - sonstiger Alternativer Fonds
</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:string">
               
<xs:maxLength value="5"/>
               
<xs:enumeration value="A1"/>
               
<xs:enumeration value="A2"/>
               
<xs:enumeration value="C1"/>
               
<xs:enumeration value="C2"/>
               
<xs:enumeration value="G1"/>
               
<xs:enumeration value="G2"/>
               
<xs:enumeration value="G3"/>
               
<xs:enumeration value="G4"/>
               
<xs:enumeration value="G5"/>
               
<xs:enumeration value="G6"/>
               
<xs:enumeration value="G7"/>
               
<xs:enumeration value="G8"/>
               
<xs:enumeration value="R1"/>
               
<xs:enumeration value="R2"/>
               
<xs:enumeration value="I1"/>
               
<xs:enumeration value="I2"/>
               
<xs:enumeration value="I3"/>
               
<xs:enumeration value="I4"/>
               
<xs:enumeration value="I5"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:element>
         
<xs:element name="Anlagewaehrung">
           
<xs:annotation>
             
<xs:documentation xml:lang="de">Anlagewaehrung:
A* - Asiatische Waehrungen
A1 - HKD
A2 - JPY
A3 - KRW
A4 - MYR
A5 - PHP
A6 - SGD
A7 - THB
A8 - Sonstige
E1 - EUR (ausschlieszlich)
E2 - EUR (vorwiegend)
E3 - EUR hedged (ausschlieszlich)
E4 - EUR hedged (vorwiegend)
G1 - Gesamteuropaeische Waehrungen (cum osteurop.Waehrungen)
G2 - Gesamteuropaeische Waehrungen (ex osteurop.Waehrungen)
I1 - Internationale Waehrungen (alle Waehrungen)
I2 - Internationale Waehrungen (ex EUR)
O* Osteuropaeische Waehrungen
O1 - BGN
O2 - CZK
O3 - EEK
O4 - HUF
O5 - LTL
O6 - LVL
O7 - PLN
O8 - ROL
O9 - RUR
O10 - SIT
O11 - SKK
O12 - Sonstige
U* - Dollar Waehrungen (ohne Asien)
U1 - AUD
U2 - CAD
U3 - NZD
U4 - USD
W* - Westeuropaeische Waehrungen
W1 - CHF
W2 - DKK
W3 - GBP
W4 - NOK
W5 - SEK
W6 - Sonstige
X* - sonstrige Waehrugen
X1 - Suedamerikanische Waehrungen
X2 - Afrikanische Waehrungen
X3 - Suedafrikanische Waehrung (ZAR)
</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:string">
               
<xs:maxLength value="5"/>
               
<xs:enumeration value="E1"/>
               
<xs:enumeration value="E2"/>
               
<xs:enumeration value="E3"/>
               
<xs:enumeration value="E4"/>
               
<xs:enumeration value="A1"/>
               
<xs:enumeration value="A2"/>
               
<xs:enumeration value="A3"/>
               
<xs:enumeration value="A4"/>
               
<xs:enumeration value="A5"/>
               
<xs:enumeration value="A6"/>
               
<xs:enumeration value="A7"/>
               
<xs:enumeration value="A8"/>
               
<xs:enumeration value="G1"/>
               
<xs:enumeration value="G2"/>
               
<xs:enumeration value="I1"/>
               
<xs:enumeration value="I2"/>
               
<xs:enumeration value="O1"/>
               
<xs:enumeration value="O2"/>
               
<xs:enumeration value="O3"/>
               
<xs:enumeration value="O4"/>
               
<xs:enumeration value="O5"/>
               
<xs:enumeration value="O6"/>
               
<xs:enumeration value="O7"/>
               
<xs:enumeration value="O8"/>
               
<xs:enumeration value="O9"/>
               
<xs:enumeration value="O10"/>
               
<xs:enumeration value="O11"/>
               
<xs:enumeration value="O12"/>
               
<xs:enumeration value="U1"/>
               
<xs:enumeration value="U2"/>
               
<xs:enumeration value="U3"/>
               
<xs:enumeration value="U4"/>
               
<xs:enumeration value="W*"/>
               
<xs:enumeration value="W1"/>
               
<xs:enumeration value="W2"/>
               
<xs:enumeration value="W3"/>
               
<xs:enumeration value="W4"/>
               
<xs:enumeration value="W5"/>
               
<xs:enumeration value="W6"/>
               
<xs:enumeration value="X*"/>
               
<xs:enumeration value="X1"/>
               
<xs:enumeration value="X2"/>
               
<xs:enumeration value="X3"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:element>
         
<xs:element name="Anlageregion">
           
<xs:annotation>
             
<xs:documentation>Anlageregion:
A - Oesterreich
D* - Mittel-/Suedamerika
D1 - Andenstaaten
D2 - Lateinamerika
D3 - Argentinien
D4 - Bolivien
D5 - Brasilien
D6 - Chile
D7 - Mexico
D8 - Peru
D9 - Venezuela
D10 - Sonstige
E* - Euroland
E1 - Benelux-Laender
E2 - Deutschland
E3 - Finnland
E4 - Frankreich
E5 - Griechenland
E6 - Irland
E7 - Italien
E8 - Portugal
E9 - Spanien
G1 - Gesamteuropa cum Osteuropa
G2 - Gesamteuropa ex Osteuropa
I1 - Global cum Emerging Markets
I2 - Global ex Emerging Markets
I3 - Emerging Markets Global
O* - Osteuropa
O1 - Baltische Laender
O2 - Bulgarien
O3 - Polen
O4 - Rumaenien
O5 - Russland
O6 - Slowakei
O7 - Slowenien
O8 - Tschechien
O9 - Ungarn
O10 - Sonstige
P* - Asien / Pazifischer Raum
P1 - Asiatische Laender cum Japan
P2 - Asiatische Laender ex Japan
P3 - Pazifischer Raum
P4 - Tigerlaender
P5 - Australien/Neuseeland
P6 - China
P7 - Hongkong
P8 - Japan
P9 - Korea (Sued)
P10 - Malaysien
P11 - Philippinen
P12 - Singapur
P13 - Thailand
P14 - Sonstige
U* - Nordamerika
U1 - Kanada
U2 - USA
W* - Westeuropa
W1 - Daenemark
W2 - Groszbritannien
W3 - Norwegen
W4 - Schweden
W5 - Schweiz
W6 - Sonstige
</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:string">
               
<xs:maxLength value="5"/>
               
<xs:enumeration value="A"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:element>
         
<xs:element name="MuendelsichererFonds">
           
<xs:annotation>
             
<xs:documentation>Muendelsicherer Fonds:
M - Muendelsicherer Fonds
X - nein
</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:string">
               
<xs:maxLength value="1"/>
               
<xs:enumeration value="M"/>
               
<xs:enumeration value="X"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:element>
         
<xs:element name="AbfertigungsPensionsrueckstellungsfonds">
           
<xs:annotation>
             
<xs:documentation>Abfertigungs- und Pensionsrueckstellungsfonds:
A - Abfertigungs- und Pensionsrueckstellungsfonds
X - nein
</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:string">
               
<xs:maxLength value="1"/>
               
<xs:enumeration value="A"/>
               
<xs:enumeration value="X"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:element>
         
<xs:element name="Pensionskassenfonds">
           
<xs:annotation>
             
<xs:documentation>Pensionskassenfonds:
N - Pensionskassenfonds
X - nein
</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:string">
               
<xs:maxLength value="1"/>
               
<xs:enumeration value="N"/>
               
<xs:enumeration value="X"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:element>
         
<xs:element name="Pensionsinvestmentfonds">
           
<xs:annotation>
             
<xs:documentation>Pensionsinvestmentfonds - PIF:
P - Pensionsinvestmentfonds - PIF
Z - Zukunftsvorsorgeeinrichtung - ZVE
X - nein
</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:string">
               
<xs:maxLength value="1"/>
               
<xs:enumeration value="P"/>
               
<xs:enumeration value="Z"/>
               
<xs:enumeration value="X"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:element>
         
<xs:element name="EuRichtlinienKonformitaet">
           
<xs:annotation>
             
<xs:documentation>EU-Richtlinien Konformitaet:</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:string">
               
<xs:maxLength value="1"/>
               
<xs:enumeration value="A"/>
               
<xs:enumeration value="B"/>
               
<xs:enumeration value="C"/>
               
<xs:enumeration value="D"/>
               
<xs:enumeration value="E"/>
               
<xs:enumeration value="F"/>
               
<xs:enumeration value="G"/>
               
<xs:enumeration value="H"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:element>
         
<xs:element name="Zielgruppe">
           
<xs:annotation>
             
<xs:documentation>Zielgruppe des Fonds:
P - Publikumsfonds
G - Publikumsfonds fuer Grossanleger
S - Spezialfonds
</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:string">
               
<xs:maxLength value="1"/>
               
<xs:enumeration value="P"/>
               
<xs:enumeration value="G"/>
               
<xs:enumeration value="S"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:element>
         
<xs:element name="Fondstyp">
           
<xs:annotation>
             
<xs:documentation>Fondstyp:
X - Investmentfonds
D - Dachfonds (mit mind. 66% Subfonds)
T - Dachfonds (mit mind. 90% Subfonds)
Z - Zielfonds (bis max. 10% Subfonds)
</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:string">
               
<xs:maxLength value="1"/>
               
<xs:enumeration value="X"/>
               
<xs:enumeration value="D"/>
               
<xs:enumeration value="T"/>
               
<xs:enumeration value="Z"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:element>
         
<xs:element name="Ertragstyp">
           
<xs:annotation>
             
<xs:documentation>Ertragstyp:
A - Ausschuettung
T - Thesaurierung
V - Vollthesaurierung
</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:string">
               
<xs:maxLength value="1"/>
               
<xs:enumeration value="A"/>
               
<xs:enumeration value="T"/>
               
<xs:enumeration value="V"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:element>
         
<xs:element name="Steuertyp">
           
<xs:annotation>
             
<xs:documentation>Steuertyp (EU-ZinsenRL):
A - der Fonds ist EU-quellensteuerbefreit
B - der Fonds ist quellensteuerpflichtig - der Fondsertrag (Zinsertrag) wird genau (nach dem Zinsbegriff des EU-QuESt-Gesetzes) ermittelt
C - der Fonds ist quellensteuerpflichtig - der Fondsertrag (Zinsertrag) wird vereinfacht (nach dem oesterreichischen KESt-Zinsbegriff) ermittelt
</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:string">
               
<xs:maxLength value="1"/>
               
<xs:enumeration value="A"/>
               
<xs:enumeration value="B"/>
               
<xs:enumeration value="C"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:element>
         
<xs:element name="Waehrung">
           
<xs:annotation>
             
<xs:documentation>ISO Waehrungscode</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:string">
               
<xs:maxLength value="3"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:element>
         
<xs:element name="RentenUndGemischteFonds">
           
<xs:annotation>
             
<xs:documentation>Kriterien fuer Renten und gemischte Fonds. Ist ein Kriterien nicht zutrefend, so wird das Feld mit "X - n.a." befuellt.</xs:documentation>
           
</xs:annotation>
           
<xs:complexType>
             
<xs:sequence>
               
<xs:element name="Emittenten">
                 
<xs:annotation>
                   
<xs:documentation>Emittent:
E1 - Corporate Bonds
E2 - Government Bonds
E3 - Mixed Bonds
E4 - Sonstige Bonds
X - n.a.
</xs:documentation>
                 
</xs:annotation>
                 
<xs:simpleType>
                   
<xs:restriction base="xs:string">
                     
<xs:maxLength value="5"/>
                     
<xs:enumeration value="E1"/>
                     
<xs:enumeration value="E2"/>
                     
<xs:enumeration value="E3"/>
                     
<xs:enumeration value="E4"/>
                     
<xs:enumeration value="X"/>
                   
</xs:restriction>
                 
</xs:simpleType>
               
</xs:element>
               
<xs:element name="Duration">
                 
<xs:annotation>
                   
<xs:documentation>Duration:
D0 - gem. EZB-Verordnung (RLZ kleiiner  1)
D1 - bis 1 Jahr
D2 - bis 3 Jahre
D3 - bis 5 Jahre
D4 - bis 7 Jahre
D5 - bis 10 Jahre
D6 - ueber 10 Jahre
X - n.a.
</xs:documentation>
                 
</xs:annotation>
                 
<xs:simpleType>
                   
<xs:restriction base="xs:string">
                     
<xs:maxLength value="5"/>
                     
<xs:enumeration value="D0"/>
                     
<xs:enumeration value="D1"/>
                     
<xs:enumeration value="D2"/>
                     
<xs:enumeration value="D3"/>
                     
<xs:enumeration value="D4"/>
                     
<xs:enumeration value="D5"/>
                     
<xs:enumeration value="D6"/>
                     
<xs:enumeration value="X"/>
                   
</xs:restriction>
                 
</xs:simpleType>
               
</xs:element>
               
<xs:element name="Risikoklasse">
                 
<xs:annotation>
                   
<xs:documentation>Risikoklasse:
R1 - AAA bis AA
R2 - minimum A
R3 - Investment Grade
R4 - High Yield
X - n.a.
</xs:documentation>
                 
</xs:annotation>
                 
<xs:simpleType>
                   
<xs:restriction base="xs:string">
                     
<xs:maxLength value="5"/>
                     
<xs:enumeration value="R1"/>
                     
<xs:enumeration value="R2"/>
                     
<xs:enumeration value="R3"/>
                     
<xs:enumeration value="R4"/>
                     
<xs:enumeration value="X"/>
                   
</xs:restriction>
                 
</xs:simpleType>
               
</xs:element>
             
</xs:sequence>
           
</xs:complexType>
         
</xs:element>
         
<xs:element name="AktieUndGemischteFonds">
           
<xs:annotation>
             
<xs:documentation>Kriterien fuer Renten und gemischte Fonds. Ist ein Kriterien nicht zutrefend, so wird das Feld mit "X - n.a." befuellt.</xs:documentation>
           
</xs:annotation>
           
<xs:complexType>
             
<xs:sequence>
               
<xs:element name="Branchen">
                 
<xs:annotation>
                   
<xs:documentation>Branchen / Branchengruppen:
B0 - Energie
B1 - Rohstoffe
B2 - Industrieunternehmen
B3 - Consumer Discretionary (dauerhafte Konsumgueter)
B4 - Consumer Staples (Konsumgueter)
B5 - Health Care (Gesundheitswesen)
B51 - Biotechnologie
B52 - Pharma
B6 - Finanzwerte
B61 - Immobilien
B7 - Informationstechnologie
B8 - Telekommunikation
B9 - Utilities (Versorger)
G1 - Telecommunication, Media, Technology
G2 - Alternative Energie
G3 - Sonstige Branchengruppen
X - n.a.
</xs:documentation>
                 
</xs:annotation>
                 
<xs:simpleType>
                   
<xs:restriction base="xs:string">
                     
<xs:maxLength value="5"/>
                     
<xs:enumeration value="B0"/>
                     
<xs:enumeration value="B1"/>
                     
<xs:enumeration value="B2"/>
                     
<xs:enumeration value="B3"/>
                     
<xs:enumeration value="B4"/>
                     
<xs:enumeration value="B5"/>
                     
<xs:enumeration value="B51"/>
                     
<xs:enumeration value="B52"/>
                     
<xs:enumeration value="B6"/>
                     
<xs:enumeration value="B61"/>
                     
<xs:enumeration value="B7"/>
                     
<xs:enumeration value="B8"/>
                     
<xs:enumeration value="B9"/>
                     
<xs:enumeration value="G1"/>
                     
<xs:enumeration value="G2"/>
                     
<xs:enumeration value="G3"/>
                     
<xs:enumeration value="X"/>
                   
</xs:restriction>
                 
</xs:simpleType>
               
</xs:element>
               
<xs:element name="Kapitalisierung">
                 
<xs:annotation>
                   
<xs:documentation>Kapitalisierung:
K1 - Blue Chips / Large Caps
K2 - Mid Caps
K3 - Small Caps
X - n.a.
</xs:documentation>
                 
</xs:annotation>
                 
<xs:simpleType>
                   
<xs:restriction base="xs:string">
                     
<xs:maxLength value="5"/>
                     
<xs:enumeration value="K1"/>
                     
<xs:enumeration value="K2"/>
                     
<xs:enumeration value="K3"/>
                     
<xs:enumeration value="X"/>
                   
</xs:restriction>
                 
</xs:simpleType>
               
</xs:element>
               
<xs:element name="ActiveStyleManagement">
                 
<xs:annotation>
                   
<xs:documentation>Acitve Style Management:
A1 - Growth
A2 - Value
A3 - Blend
X - n.a.
</xs:documentation>
                 
</xs:annotation>
                 
<xs:simpleType>
                   
<xs:restriction base="xs:string">
                     
<xs:maxLength value="5"/>
                     
<xs:enumeration value="A1"/>
                     
<xs:enumeration value="A2"/>
                     
<xs:enumeration value="A3"/>
                     
<xs:enumeration value="X"/>
                   
</xs:restriction>
                 
</xs:simpleType>
               
</xs:element>
             
</xs:sequence>
           
</xs:complexType>
         
</xs:element>
         
<xs:element name="PerformanceTyp">
           
<xs:annotation>
             
<xs:documentation>Performance-Typ:
E1 - Garantiefonds
E2 - Werterhaltung
E3 - Steueroptimierung
E4 - Wachstum
E5 - Total Return
X - n.a.
</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:string">
               
<xs:maxLength value="5"/>
               
<xs:enumeration value="E1"/>
               
<xs:enumeration value="E2"/>
               
<xs:enumeration value="E3"/>
               
<xs:enumeration value="E4"/>
               
<xs:enumeration value="E5"/>
               
<xs:enumeration value="X"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:element>
         
<xs:element name="PassiveStyleManagement">
           
<xs:annotation>
             
<xs:documentation>Passiv Style Management:
P1 - Indextracking
P2 - Index +
P3 - Indexfonds gem. § 20b
X - n.a.
</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:string">
               
<xs:maxLength value="5"/>
               
<xs:enumeration value="P1"/>
               
<xs:enumeration value="P2"/>
               
<xs:enumeration value="P3"/>
               
<xs:enumeration value="X"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:element>
         
<xs:element name="Thementyp">
           
<xs:annotation>
             
<xs:documentation>Themen-Typ:
T1 - Fonds mit Umwelt- oder Nachhaltigkeitskriterium
T2 - Emerging Markets
T3 - Neue Maerkte
T4 - Zukunft/Trends
T5 - sonstige
X - n.a.
</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:string">
               
<xs:maxLength value="5"/>
               
<xs:enumeration value="T1"/>
               
<xs:enumeration value="T2"/>
               
<xs:enumeration value="T3"/>
               
<xs:enumeration value="T4"/>
               
<xs:enumeration value="T5"/>
               
<xs:enumeration value="X"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:element>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="Immobilienfonds">
     
<xs:annotation>
       
<xs:documentation>Die Voeig Kategorsierung fuer einen Immobilienfonds</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="Anlagekategorie">
           
<xs:annotation>
             
<xs:documentation>X Immobilien-Investmentfonds </xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:string">
               
<xs:maxLength value="5"/>
               
<xs:enumeration value="X"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:element>
         
<xs:element name="Anlagewaehrung">
           
<xs:annotation>
             
<xs:documentation xml:lang="de">Anlagewaehrung:
A* - Asiatische Waehrungen
A1 - HKD
A2 - JPY
A3 - KRW
A4 - MYR
A5 - PHP
A6 - SGD
A7 - THB
A8 - Sonstige
E1 - EUR (ausschlieszlich)
E2 - EUR (vorwiegend)
E3 - EUR hedged (ausschlieszlich)
E4 - EUR hedged (vorwiegend)
G1 - Gesamteuropaeische Waehrungen (cum osteurop.Waehrungen)
G2 - Gesamteuropaeische Waehrungen (ex osteurop.Waehrungen)
I1 - Internationale Waehrungen (alle Waehrungen)
I2 - Internationale Waehrungen (ex EUR)
O* Osteuropaeische Waehrungen
O1 - BGN
O2 - CZK
O3 - EEK
O4 - HUF
O5 - LTL
O6 - LVL
O7 - PLN
O8 - ROL
O9 - RUR
O10 - SIT
O11 - SKK
O12 - Sonstige
U* - Dollar Waehrungen (ohne Asien)
U1 - AUD
U2 - CAD
U3 - NZD
U4 - USD
W* - Westeuropaeische Waehrungen
W1 - CHF
W2 - DKK
W3 - GBP
W4 - NOK
W5 - SEK
W6 - Sonstige
X* - sonstrige Waehrugen
X1 - Suedamerikanische Waehrungen
X2 - Afrikanische Waehrungen
X3 - Suedafrikanische Waehrung (ZAR)
</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:string">
               
<xs:maxLength value="5"/>
               
<xs:enumeration value="E1"/>
               
<xs:enumeration value="E2"/>
               
<xs:enumeration value="E3"/>
               
<xs:enumeration value="E4"/>
               
<xs:enumeration value="A1"/>
               
<xs:enumeration value="A2"/>
               
<xs:enumeration value="A3"/>
               
<xs:enumeration value="A4"/>
               
<xs:enumeration value="A5"/>
               
<xs:enumeration value="A6"/>
               
<xs:enumeration value="A7"/>
               
<xs:enumeration value="A8"/>
               
<xs:enumeration value="G1"/>
               
<xs:enumeration value="G2"/>
               
<xs:enumeration value="I1"/>
               
<xs:enumeration value="I2"/>
               
<xs:enumeration value="O1"/>
               
<xs:enumeration value="O2"/>
               
<xs:enumeration value="O3"/>
               
<xs:enumeration value="O4"/>
               
<xs:enumeration value="O5"/>
               
<xs:enumeration value="O6"/>
               
<xs:enumeration value="O7"/>
               
<xs:enumeration value="O8"/>
               
<xs:enumeration value="O9"/>
               
<xs:enumeration value="O10"/>
               
<xs:enumeration value="O11"/>
               
<xs:enumeration value="O12"/>
               
<xs:enumeration value="U1"/>
               
<xs:enumeration value="U2"/>
               
<xs:enumeration value="U3"/>
               
<xs:enumeration value="U4"/>
               
<xs:enumeration value="W*"/>
               
<xs:enumeration value="W1"/>
               
<xs:enumeration value="W2"/>
               
<xs:enumeration value="W3"/>
               
<xs:enumeration value="W4"/>
               
<xs:enumeration value="W5"/>
               
<xs:enumeration value="W6"/>
               
<xs:enumeration value="X*"/>
               
<xs:enumeration value="X1"/>
               
<xs:enumeration value="X2"/>
               
<xs:enumeration value="X3"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:element>
         
<xs:element name="Anlageregion">
           
<xs:annotation>
             
<xs:documentation>Anlageregion:
A - Oesterreich
D* - Mittel-/Suedamerika
D1 - Andenstaaten
D2 - Lateinamerika
D3 - Argentinien
D4 - Bolivien
D5 - Brasilien
D6 - Chile
D7 - Mexico
D8 - Peru
D9 - Venezuela
D10 - Sonstige
E* - Euroland
E1 - Benelux-Laender
E2 - Deutschland
E3 - Finnland
E4 - Frankreich
E5 - Griechenland
E6 - Irland
E7 - Italien
E8 - Portugal
E9 - Spanien
G1 - Gesamteuropa cum Osteuropa
G2 - Gesamteuropa ex Osteuropa
I1 - Global cum Emerging Markets
I2 - Global ex Emerging Markets
I3 - Emerging Markets Global
O* - Osteuropa
O1 - Baltische Laender
O2 - Bulgarien
O3 - Polen
O4 - Rumaenien
O5 - Russland
O6 - Slowakei
O7 - Slowenien
O8 - Tschechien
O9 - Ungarn
O10 - Sonstige
P* - Asien / Pazifischer Raum
P1 - Asiatische Laender cum Japan
P2 - Asiatische Laender ex Japan
P3 - Pazifischer Raum
P4 - Tigerlaender
P5 - Australien/Neuseeland
P6 - China
P7 - Hongkong
P8 - Japan
P9 - Korea (Sued)
P10 - Malaysien
P11 - Philippinen
P12 - Singapur
P13 - Thailand
P14 - Sonstige
U* - Nordamerika
U1 - Kanada
U2 - USA
W* - Westeuropa
W1 - Daenemark
W2 - Groszbritannien
W3 - Norwegen
W4 - Schweden
W5 - Schweiz
W6 - Sonstige
</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:string">
               
<xs:maxLength value="5"/>
               
<xs:enumeration value="A"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:element>
         
<xs:element name="MuendelsichererFonds">
           
<xs:annotation>
             
<xs:documentation>Muendelsicherer Fonds:
M - Muendelsicherer Fonds
X - nein
</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:string">
               
<xs:maxLength value="1"/>
               
<xs:enumeration value="M"/>
               
<xs:enumeration value="X"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:element>
         
<xs:element name="EuRichtlinienKonformitaet">
           
<xs:annotation>
             
<xs:documentation>EU-Richtlinien Konformitaet:</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:string">
               
<xs:maxLength value="1"/>
               
<xs:enumeration value="A"/>
               
<xs:enumeration value="B"/>
               
<xs:enumeration value="C"/>
               
<xs:enumeration value="D"/>
               
<xs:enumeration value="E"/>
               
<xs:enumeration value="F"/>
               
<xs:enumeration value="G"/>
               
<xs:enumeration value="H"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:element>
         
<xs:element name="Zielgruppe">
           
<xs:annotation>
             
<xs:documentation>Zielgruppe des Fonds:
P - Publikumsfonds
G - Publikumsfonds fuer Grossanleger
S - Spezialfonds
</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:string">
               
<xs:maxLength value="1"/>
               
<xs:enumeration value="P"/>
               
<xs:enumeration value="G"/>
               
<xs:enumeration value="S"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:element>
         
<xs:element name="Fondstyp">
           
<xs:annotation>
             
<xs:documentation>Fondstyp:
X - Investmentfonds
D - Dachfonds (mit mind. 66% Subfonds)
T - Dachfonds (mit mind. 90% Subfonds)
Z - Zielfonds (bis max. 10% Subfonds)
</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:string">
               
<xs:maxLength value="1"/>
               
<xs:enumeration value="X"/>
               
<xs:enumeration value="D"/>
               
<xs:enumeration value="T"/>
               
<xs:enumeration value="Z"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:element>
         
<xs:element name="Ertragstyp">
           
<xs:annotation>
             
<xs:documentation>Ertragstyp:
A - Ausschuettung
T - Thesaurierung
V - Vollthesaurierung
</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:string">
               
<xs:maxLength value="1"/>
               
<xs:enumeration value="A"/>
               
<xs:enumeration value="T"/>
               
<xs:enumeration value="V"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:element>
         
<xs:element name="Steuertyp">
           
<xs:annotation>
             
<xs:documentation>Steuertyp (EU-ZinsenRL):
A - der Fonds ist EU-quellensteuerbefreit
B - der Fonds ist quellensteuerpflichtig - der Fondsertrag (Zinsertrag) wird genau (nach dem Zinsbegriff des EU-QuESt-Gesetzes) ermittelt
C - der Fonds ist quellensteuerpflichtig - der Fondsertrag (Zinsertrag) wird vereinfacht (nach dem oesterreichischen KESt-Zinsbegriff) ermittelt
</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:string">
               
<xs:maxLength value="1"/>
               
<xs:enumeration value="A"/>
               
<xs:enumeration value="B"/>
               
<xs:enumeration value="C"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:element>
         
<xs:element name="Waehrung">
           
<xs:annotation>
             
<xs:documentation>ISO Waehrungscode</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:string">
               
<xs:maxLength value="3"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:element>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
 
</xs:choice>
</xs:complexType>

element VoeigKategorisierungsType/Wertpapierfonds
diagram index_p2116.png
namespace http://www.fundsxml.org/XMLSchema/3.1
properties
content complex
children Anlagekategorie Anlagewaehrung Anlageregion MuendelsichererFonds AbfertigungsPensionsrueckstellungsfonds Pensionskassenfonds Pensionsinvestmentfonds EuRichtlinienKonformitaet Zielgruppe Fondstyp Ertragstyp Steuertyp Waehrung RentenUndGemischteFonds AktieUndGemischteFonds PerformanceTyp PassiveStyleManagement Thementyp
annotation
documentation
Die Voeig Kategorsierung fuer einen Wertpapierfonds
source <xs:element name="Wertpapierfonds">
 
<xs:annotation>
   
<xs:documentation>Die Voeig Kategorsierung fuer einen Wertpapierfonds</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Anlagekategorie">
       
<xs:annotation>
         
<xs:documentation xml:lang="de">Anlagekategorie:
A1 - Aktienfonds (100%)
A2 - Aktienfonds (mind.75%)
C1 - Geldmarktfonds (100%)
C2 - Geldmarktfonds (mind. 66%)
G1 - Gemischter Fonds mit Aktienrisiko bis zu 10%
G2 - Gemischter Fonds mit Aktienrisiko bis zu 20%
G3 - Gemischter Fonds mit Aktienrisiko bis zu 30%
G4 - Gemischter Fonds mit Aktienrisiko bis zu 40%
G5 - Gemischter Fonds mit Aktienrisiko bis zu 50%
G6 - Gemischter Fonds mit Aktienrisiko bis zu 60%
G7 - Gemischter Fonds mit Aktienrisiko bis zu 70%
G8 - Gemischter Fonds mit Aktienrisiko ab 70%
R1 - Rentenfonds (100%)
R2 - geldmarktnahe Rentenfonds (100%)
I1 - Dachhedgefonds (mit Hedgefondsanteilen ueber 90%)
I2 - Dachhedgefonds (mit Hedgefondsanteilen ueber 66%)
I3 - Dachhedgefonds (mit Hedgefondsanteilen bis 66%)
I4 - Derivativ-Fonds
I5 - sonstiger Alternativer Fonds
</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:maxLength value="5"/>
           
<xs:enumeration value="A1"/>
           
<xs:enumeration value="A2"/>
           
<xs:enumeration value="C1"/>
           
<xs:enumeration value="C2"/>
           
<xs:enumeration value="G1"/>
           
<xs:enumeration value="G2"/>
           
<xs:enumeration value="G3"/>
           
<xs:enumeration value="G4"/>
           
<xs:enumeration value="G5"/>
           
<xs:enumeration value="G6"/>
           
<xs:enumeration value="G7"/>
           
<xs:enumeration value="G8"/>
           
<xs:enumeration value="R1"/>
           
<xs:enumeration value="R2"/>
           
<xs:enumeration value="I1"/>
           
<xs:enumeration value="I2"/>
           
<xs:enumeration value="I3"/>
           
<xs:enumeration value="I4"/>
           
<xs:enumeration value="I5"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="Anlagewaehrung">
       
<xs:annotation>
         
<xs:documentation xml:lang="de">Anlagewaehrung:
A* - Asiatische Waehrungen
A1 - HKD
A2 - JPY
A3 - KRW
A4 - MYR
A5 - PHP
A6 - SGD
A7 - THB
A8 - Sonstige
E1 - EUR (ausschlieszlich)
E2 - EUR (vorwiegend)
E3 - EUR hedged (ausschlieszlich)
E4 - EUR hedged (vorwiegend)
G1 - Gesamteuropaeische Waehrungen (cum osteurop.Waehrungen)
G2 - Gesamteuropaeische Waehrungen (ex osteurop.Waehrungen)
I1 - Internationale Waehrungen (alle Waehrungen)
I2 - Internationale Waehrungen (ex EUR)
O* Osteuropaeische Waehrungen
O1 - BGN
O2 - CZK
O3 - EEK
O4 - HUF
O5 - LTL
O6 - LVL
O7 - PLN
O8 - ROL
O9 - RUR
O10 - SIT
O11 - SKK
O12 - Sonstige
U* - Dollar Waehrungen (ohne Asien)
U1 - AUD
U2 - CAD
U3 - NZD
U4 - USD
W* - Westeuropaeische Waehrungen
W1 - CHF
W2 - DKK
W3 - GBP
W4 - NOK
W5 - SEK
W6 - Sonstige
X* - sonstrige Waehrugen
X1 - Suedamerikanische Waehrungen
X2 - Afrikanische Waehrungen
X3 - Suedafrikanische Waehrung (ZAR)
</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:maxLength value="5"/>
           
<xs:enumeration value="E1"/>
           
<xs:enumeration value="E2"/>
           
<xs:enumeration value="E3"/>
           
<xs:enumeration value="E4"/>
           
<xs:enumeration value="A1"/>
           
<xs:enumeration value="A2"/>
           
<xs:enumeration value="A3"/>
           
<xs:enumeration value="A4"/>
           
<xs:enumeration value="A5"/>
           
<xs:enumeration value="A6"/>
           
<xs:enumeration value="A7"/>
           
<xs:enumeration value="A8"/>
           
<xs:enumeration value="G1"/>
           
<xs:enumeration value="G2"/>
           
<xs:enumeration value="I1"/>
           
<xs:enumeration value="I2"/>
           
<xs:enumeration value="O1"/>
           
<xs:enumeration value="O2"/>
           
<xs:enumeration value="O3"/>
           
<xs:enumeration value="O4"/>
           
<xs:enumeration value="O5"/>
           
<xs:enumeration value="O6"/>
           
<xs:enumeration value="O7"/>
           
<xs:enumeration value="O8"/>
           
<xs:enumeration value="O9"/>
           
<xs:enumeration value="O10"/>
           
<xs:enumeration value="O11"/>
           
<xs:enumeration value="O12"/>
           
<xs:enumeration value="U1"/>
           
<xs:enumeration value="U2"/>
           
<xs:enumeration value="U3"/>
           
<xs:enumeration value="U4"/>
           
<xs:enumeration value="W*"/>
           
<xs:enumeration value="W1"/>
           
<xs:enumeration value="W2"/>
           
<xs:enumeration value="W3"/>
           
<xs:enumeration value="W4"/>
           
<xs:enumeration value="W5"/>
           
<xs:enumeration value="W6"/>
           
<xs:enumeration value="X*"/>
           
<xs:enumeration value="X1"/>
           
<xs:enumeration value="X2"/>
           
<xs:enumeration value="X3"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="Anlageregion">
       
<xs:annotation>
         
<xs:documentation>Anlageregion:
A - Oesterreich
D* - Mittel-/Suedamerika
D1 - Andenstaaten
D2 - Lateinamerika
D3 - Argentinien
D4 - Bolivien
D5 - Brasilien
D6 - Chile
D7 - Mexico
D8 - Peru
D9 - Venezuela
D10 - Sonstige
E* - Euroland
E1 - Benelux-Laender
E2 - Deutschland
E3 - Finnland
E4 - Frankreich
E5 - Griechenland
E6 - Irland
E7 - Italien
E8 - Portugal
E9 - Spanien
G1 - Gesamteuropa cum Osteuropa
G2 - Gesamteuropa ex Osteuropa
I1 - Global cum Emerging Markets
I2 - Global ex Emerging Markets
I3 - Emerging Markets Global
O* - Osteuropa
O1 - Baltische Laender
O2 - Bulgarien
O3 - Polen
O4 - Rumaenien
O5 - Russland
O6 - Slowakei
O7 - Slowenien
O8 - Tschechien
O9 - Ungarn
O10 - Sonstige
P* - Asien / Pazifischer Raum
P1 - Asiatische Laender cum Japan
P2 - Asiatische Laender ex Japan
P3 - Pazifischer Raum
P4 - Tigerlaender
P5 - Australien/Neuseeland
P6 - China
P7 - Hongkong
P8 - Japan
P9 - Korea (Sued)
P10 - Malaysien
P11 - Philippinen
P12 - Singapur
P13 - Thailand
P14 - Sonstige
U* - Nordamerika
U1 - Kanada
U2 - USA
W* - Westeuropa
W1 - Daenemark
W2 - Groszbritannien
W3 - Norwegen
W4 - Schweden
W5 - Schweiz
W6 - Sonstige
</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:maxLength value="5"/>
           
<xs:enumeration value="A"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="MuendelsichererFonds">
       
<xs:annotation>
         
<xs:documentation>Muendelsicherer Fonds:
M - Muendelsicherer Fonds
X - nein
</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:maxLength value="1"/>
           
<xs:enumeration value="M"/>
           
<xs:enumeration value="X"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="AbfertigungsPensionsrueckstellungsfonds">
       
<xs:annotation>
         
<xs:documentation>Abfertigungs- und Pensionsrueckstellungsfonds:
A - Abfertigungs- und Pensionsrueckstellungsfonds
X - nein
</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:maxLength value="1"/>
           
<xs:enumeration value="A"/>
           
<xs:enumeration value="X"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="Pensionskassenfonds">
       
<xs:annotation>
         
<xs:documentation>Pensionskassenfonds:
N - Pensionskassenfonds
X - nein
</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:maxLength value="1"/>
           
<xs:enumeration value="N"/>
           
<xs:enumeration value="X"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="Pensionsinvestmentfonds">
       
<xs:annotation>
         
<xs:documentation>Pensionsinvestmentfonds - PIF:
P - Pensionsinvestmentfonds - PIF
Z - Zukunftsvorsorgeeinrichtung - ZVE
X - nein
</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:maxLength value="1"/>
           
<xs:enumeration value="P"/>
           
<xs:enumeration value="Z"/>
           
<xs:enumeration value="X"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="EuRichtlinienKonformitaet">
       
<xs:annotation>
         
<xs:documentation>EU-Richtlinien Konformitaet:</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:maxLength value="1"/>
           
<xs:enumeration value="A"/>
           
<xs:enumeration value="B"/>
           
<xs:enumeration value="C"/>
           
<xs:enumeration value="D"/>
           
<xs:enumeration value="E"/>
           
<xs:enumeration value="F"/>
           
<xs:enumeration value="G"/>
           
<xs:enumeration value="H"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="Zielgruppe">
       
<xs:annotation>
         
<xs:documentation>Zielgruppe des Fonds:
P - Publikumsfonds
G - Publikumsfonds fuer Grossanleger
S - Spezialfonds
</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:maxLength value="1"/>
           
<xs:enumeration value="P"/>
           
<xs:enumeration value="G"/>
           
<xs:enumeration value="S"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="Fondstyp">
       
<xs:annotation>
         
<xs:documentation>Fondstyp:
X - Investmentfonds
D - Dachfonds (mit mind. 66% Subfonds)
T - Dachfonds (mit mind. 90% Subfonds)
Z - Zielfonds (bis max. 10% Subfonds)
</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:maxLength value="1"/>
           
<xs:enumeration value="X"/>
           
<xs:enumeration value="D"/>
           
<xs:enumeration value="T"/>
           
<xs:enumeration value="Z"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="Ertragstyp">
       
<xs:annotation>
         
<xs:documentation>Ertragstyp:
A - Ausschuettung
T - Thesaurierung
V - Vollthesaurierung
</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:maxLength value="1"/>
           
<xs:enumeration value="A"/>
           
<xs:enumeration value="T"/>
           
<xs:enumeration value="V"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="Steuertyp">
       
<xs:annotation>
         
<xs:documentation>Steuertyp (EU-ZinsenRL):
A - der Fonds ist EU-quellensteuerbefreit
B - der Fonds ist quellensteuerpflichtig - der Fondsertrag (Zinsertrag) wird genau (nach dem Zinsbegriff des EU-QuESt-Gesetzes) ermittelt
C - der Fonds ist quellensteuerpflichtig - der Fondsertrag (Zinsertrag) wird vereinfacht (nach dem oesterreichischen KESt-Zinsbegriff) ermittelt
</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:maxLength value="1"/>
           
<xs:enumeration value="A"/>
           
<xs:enumeration value="B"/>
           
<xs:enumeration value="C"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="Waehrung">
       
<xs:annotation>
         
<xs:documentation>ISO Waehrungscode</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:maxLength value="3"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="RentenUndGemischteFonds">
       
<xs:annotation>
         
<xs:documentation>Kriterien fuer Renten und gemischte Fonds. Ist ein Kriterien nicht zutrefend, so wird das Feld mit "X - n.a." befuellt.</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="Emittenten">
             
<xs:annotation>
               
<xs:documentation>Emittent:
E1 - Corporate Bonds
E2 - Government Bonds
E3 - Mixed Bonds
E4 - Sonstige Bonds
X - n.a.
</xs:documentation>
             
</xs:annotation>
             
<xs:simpleType>
               
<xs:restriction base="xs:string">
                 
<xs:maxLength value="5"/>
                 
<xs:enumeration value="E1"/>
                 
<xs:enumeration value="E2"/>
                 
<xs:enumeration value="E3"/>
                 
<xs:enumeration value="E4"/>
                 
<xs:enumeration value="X"/>
               
</xs:restriction>
             
</xs:simpleType>
           
</xs:element>
           
<xs:element name="Duration">
             
<xs:annotation>
               
<xs:documentation>Duration:
D0 - gem. EZB-Verordnung (RLZ kleiiner  1)
D1 - bis 1 Jahr
D2 - bis 3 Jahre
D3 - bis 5 Jahre
D4 - bis 7 Jahre
D5 - bis 10 Jahre
D6 - ueber 10 Jahre
X - n.a.
</xs:documentation>
             
</xs:annotation>
             
<xs:simpleType>
               
<xs:restriction base="xs:string">
                 
<xs:maxLength value="5"/>
                 
<xs:enumeration value="D0"/>
                 
<xs:enumeration value="D1"/>
                 
<xs:enumeration value="D2"/>
                 
<xs:enumeration value="D3"/>
                 
<xs:enumeration value="D4"/>
                 
<xs:enumeration value="D5"/>
                 
<xs:enumeration value="D6"/>
                 
<xs:enumeration value="X"/>
               
</xs:restriction>
             
</xs:simpleType>
           
</xs:element>
           
<xs:element name="Risikoklasse">
             
<xs:annotation>
               
<xs:documentation>Risikoklasse:
R1 - AAA bis AA
R2 - minimum A
R3 - Investment Grade
R4 - High Yield
X - n.a.
</xs:documentation>
             
</xs:annotation>
             
<xs:simpleType>
               
<xs:restriction base="xs:string">
                 
<xs:maxLength value="5"/>
                 
<xs:enumeration value="R1"/>
                 
<xs:enumeration value="R2"/>
                 
<xs:enumeration value="R3"/>
                 
<xs:enumeration value="R4"/>
                 
<xs:enumeration value="X"/>
               
</xs:restriction>
             
</xs:simpleType>
           
</xs:element>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="AktieUndGemischteFonds">
       
<xs:annotation>
         
<xs:documentation>Kriterien fuer Renten und gemischte Fonds. Ist ein Kriterien nicht zutrefend, so wird das Feld mit "X - n.a." befuellt.</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="Branchen">
             
<xs:annotation>
               
<xs:documentation>Branchen / Branchengruppen:
B0 - Energie
B1 - Rohstoffe
B2 - Industrieunternehmen
B3 - Consumer Discretionary (dauerhafte Konsumgueter)
B4 - Consumer Staples (Konsumgueter)
B5 - Health Care (Gesundheitswesen)
B51 - Biotechnologie
B52 - Pharma
B6 - Finanzwerte
B61 - Immobilien
B7 - Informationstechnologie
B8 - Telekommunikation
B9 - Utilities (Versorger)
G1 - Telecommunication, Media, Technology
G2 - Alternative Energie
G3 - Sonstige Branchengruppen
X - n.a.
</xs:documentation>
             
</xs:annotation>
             
<xs:simpleType>
               
<xs:restriction base="xs:string">
                 
<xs:maxLength value="5"/>
                 
<xs:enumeration value="B0"/>
                 
<xs:enumeration value="B1"/>
                 
<xs:enumeration value="B2"/>
                 
<xs:enumeration value="B3"/>
                 
<xs:enumeration value="B4"/>
                 
<xs:enumeration value="B5"/>
                 
<xs:enumeration value="B51"/>
                 
<xs:enumeration value="B52"/>
                 
<xs:enumeration value="B6"/>
                 
<xs:enumeration value="B61"/>
                 
<xs:enumeration value="B7"/>
                 
<xs:enumeration value="B8"/>
                 
<xs:enumeration value="B9"/>
                 
<xs:enumeration value="G1"/>
                 
<xs:enumeration value="G2"/>
                 
<xs:enumeration value="G3"/>
                 
<xs:enumeration value="X"/>
               
</xs:restriction>
             
</xs:simpleType>
           
</xs:element>
           
<xs:element name="Kapitalisierung">
             
<xs:annotation>
               
<xs:documentation>Kapitalisierung:
K1 - Blue Chips / Large Caps
K2 - Mid Caps
K3 - Small Caps
X - n.a.
</xs:documentation>
             
</xs:annotation>
             
<xs:simpleType>
               
<xs:restriction base="xs:string">
                 
<xs:maxLength value="5"/>
                 
<xs:enumeration value="K1"/>
                 
<xs:enumeration value="K2"/>
                 
<xs:enumeration value="K3"/>
                 
<xs:enumeration value="X"/>
               
</xs:restriction>
             
</xs:simpleType>
           
</xs:element>
           
<xs:element name="ActiveStyleManagement">
             
<xs:annotation>
               
<xs:documentation>Acitve Style Management:
A1 - Growth
A2 - Value
A3 - Blend
X - n.a.
</xs:documentation>
             
</xs:annotation>
             
<xs:simpleType>
               
<xs:restriction base="xs:string">
                 
<xs:maxLength value="5"/>
                 
<xs:enumeration value="A1"/>
                 
<xs:enumeration value="A2"/>
                 
<xs:enumeration value="A3"/>
                 
<xs:enumeration value="X"/>
               
</xs:restriction>
             
</xs:simpleType>
           
</xs:element>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="PerformanceTyp">
       
<xs:annotation>
         
<xs:documentation>Performance-Typ:
E1 - Garantiefonds
E2 - Werterhaltung
E3 - Steueroptimierung
E4 - Wachstum
E5 - Total Return
X - n.a.
</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:maxLength value="5"/>
           
<xs:enumeration value="E1"/>
           
<xs:enumeration value="E2"/>
           
<xs:enumeration value="E3"/>
           
<xs:enumeration value="E4"/>
           
<xs:enumeration value="E5"/>
           
<xs:enumeration value="X"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="PassiveStyleManagement">
       
<xs:annotation>
         
<xs:documentation>Passiv Style Management:
P1 - Indextracking
P2 - Index +
P3 - Indexfonds gem. § 20b
X - n.a.
</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:maxLength value="5"/>
           
<xs:enumeration value="P1"/>
           
<xs:enumeration value="P2"/>
           
<xs:enumeration value="P3"/>
           
<xs:enumeration value="X"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="Thementyp">
       
<xs:annotation>
         
<xs:documentation>Themen-Typ:
T1 - Fonds mit Umwelt- oder Nachhaltigkeitskriterium
T2 - Emerging Markets
T3 - Neue Maerkte
T4 - Zukunft/Trends
T5 - sonstige
X - n.a.
</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:maxLength value="5"/>
           
<xs:enumeration value="T1"/>
           
<xs:enumeration value="T2"/>
           
<xs:enumeration value="T3"/>
           
<xs:enumeration value="T4"/>
           
<xs:enumeration value="T5"/>
           
<xs:enumeration value="X"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element VoeigKategorisierungsType/Wertpapierfonds/Anlagekategorie
diagram index_p2117.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
maxLength 5
enumeration A1
enumeration A2
enumeration C1
enumeration C2
enumeration G1
enumeration G2
enumeration G3
enumeration G4
enumeration G5
enumeration G6
enumeration G7
enumeration G8
enumeration R1
enumeration R2
enumeration I1
enumeration I2
enumeration I3
enumeration I4
enumeration I5
annotation
documentation
Anlagekategorie:
A1 - Aktienfonds (100%)
A2 - Aktienfonds (mind.75%)
C1 - Geldmarktfonds (100%)
C2 - Geldmarktfonds (mind. 66%)
G1 - Gemischter Fonds mit Aktienrisiko bis zu 10%
G2 - Gemischter Fonds mit Aktienrisiko bis zu 20%
G3 - Gemischter Fonds mit Aktienrisiko bis zu 30%
G4 - Gemischter Fonds mit Aktienrisiko bis zu 40%
G5 - Gemischter Fonds mit Aktienrisiko bis zu 50%
G6 - Gemischter Fonds mit Aktienrisiko bis zu 60%
G7 - Gemischter Fonds mit Aktienrisiko bis zu 70%
G8 - Gemischter Fonds mit Aktienrisiko ab 70%
R1 - Rentenfonds (100%)
R2 - geldmarktnahe Rentenfonds (100%)
I1 - Dachhedgefonds (mit Hedgefondsanteilen ueber 90%)
I2 - Dachhedgefonds (mit Hedgefondsanteilen ueber 66%)
I3 - Dachhedgefonds (mit Hedgefondsanteilen bis 66%)
I4 - Derivativ-Fonds
I5 - sonstiger Alternativer Fonds
source <xs:element name="Anlagekategorie">
 
<xs:annotation>
   
<xs:documentation xml:lang="de">Anlagekategorie:
A1 - Aktienfonds (100%)
A2 - Aktienfonds (mind.75%)
C1 - Geldmarktfonds (100%)
C2 - Geldmarktfonds (mind. 66%)
G1 - Gemischter Fonds mit Aktienrisiko bis zu 10%
G2 - Gemischter Fonds mit Aktienrisiko bis zu 20%
G3 - Gemischter Fonds mit Aktienrisiko bis zu 30%
G4 - Gemischter Fonds mit Aktienrisiko bis zu 40%
G5 - Gemischter Fonds mit Aktienrisiko bis zu 50%
G6 - Gemischter Fonds mit Aktienrisiko bis zu 60%
G7 - Gemischter Fonds mit Aktienrisiko bis zu 70%
G8 - Gemischter Fonds mit Aktienrisiko ab 70%
R1 - Rentenfonds (100%)
R2 - geldmarktnahe Rentenfonds (100%)
I1 - Dachhedgefonds (mit Hedgefondsanteilen ueber 90%)
I2 - Dachhedgefonds (mit Hedgefondsanteilen ueber 66%)
I3 - Dachhedgefonds (mit Hedgefondsanteilen bis 66%)
I4 - Derivativ-Fonds
I5 - sonstiger Alternativer Fonds
</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="5"/>
     
<xs:enumeration value="A1"/>
     
<xs:enumeration value="A2"/>
     
<xs:enumeration value="C1"/>
     
<xs:enumeration value="C2"/>
     
<xs:enumeration value="G1"/>
     
<xs:enumeration value="G2"/>
     
<xs:enumeration value="G3"/>
     
<xs:enumeration value="G4"/>
     
<xs:enumeration value="G5"/>
     
<xs:enumeration value="G6"/>
     
<xs:enumeration value="G7"/>
     
<xs:enumeration value="G8"/>
     
<xs:enumeration value="R1"/>
     
<xs:enumeration value="R2"/>
     
<xs:enumeration value="I1"/>
     
<xs:enumeration value="I2"/>
     
<xs:enumeration value="I3"/>
     
<xs:enumeration value="I4"/>
     
<xs:enumeration value="I5"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element VoeigKategorisierungsType/Wertpapierfonds/Anlagewaehrung
diagram index_p2118.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
maxLength 5
enumeration E1
enumeration E2
enumeration E3
enumeration E4
enumeration A1
enumeration A2
enumeration A3
enumeration A4
enumeration A5
enumeration A6
enumeration A7
enumeration A8
enumeration G1
enumeration G2
enumeration I1
enumeration I2
enumeration O1
enumeration O2
enumeration O3
enumeration O4
enumeration O5
enumeration O6
enumeration O7
enumeration O8
enumeration O9
enumeration O10
enumeration O11
enumeration O12
enumeration U1
enumeration U2
enumeration U3
enumeration U4
enumeration W*
enumeration W1
enumeration W2
enumeration W3
enumeration W4
enumeration W5
enumeration W6
enumeration X*
enumeration X1
enumeration X2
enumeration X3
annotation
documentation
Anlagewaehrung:
A* - Asiatische Waehrungen
A1 - HKD
A2 - JPY
A3 - KRW
A4 - MYR
A5 - PHP
A6 - SGD
A7 - THB
A8 - Sonstige
E1 - EUR (ausschlieszlich)
E2 - EUR (vorwiegend)
E3 - EUR hedged (ausschlieszlich)
E4 - EUR hedged (vorwiegend)
G1 - Gesamteuropaeische Waehrungen (cum osteurop.Waehrungen)
G2 - Gesamteuropaeische Waehrungen (ex osteurop.Waehrungen)
I1 - Internationale Waehrungen (alle Waehrungen)
I2 - Internationale Waehrungen (ex EUR)
O* Osteuropaeische Waehrungen
O1 - BGN
O2 - CZK
O3 - EEK
O4 - HUF
O5 - LTL
O6 - LVL
O7 - PLN
O8 - ROL
O9 - RUR
O10 - SIT
O11 - SKK
O12 - Sonstige
U* - Dollar Waehrungen (ohne Asien)
U1 - AUD
U2 - CAD
U3 - NZD
U4 - USD
W* - Westeuropaeische Waehrungen
W1 - CHF
W2 - DKK
W3 - GBP
W4 - NOK
W5 - SEK
W6 - Sonstige
X* - sonstrige Waehrugen
X1 - Suedamerikanische Waehrungen
X2 - Afrikanische Waehrungen
X3 - Suedafrikanische Waehrung (ZAR)
source <xs:element name="Anlagewaehrung">
 
<xs:annotation>
   
<xs:documentation xml:lang="de">Anlagewaehrung:
A* - Asiatische Waehrungen
A1 - HKD
A2 - JPY
A3 - KRW
A4 - MYR
A5 - PHP
A6 - SGD
A7 - THB
A8 - Sonstige
E1 - EUR (ausschlieszlich)
E2 - EUR (vorwiegend)
E3 - EUR hedged (ausschlieszlich)
E4 - EUR hedged (vorwiegend)
G1 - Gesamteuropaeische Waehrungen (cum osteurop.Waehrungen)
G2 - Gesamteuropaeische Waehrungen (ex osteurop.Waehrungen)
I1 - Internationale Waehrungen (alle Waehrungen)
I2 - Internationale Waehrungen (ex EUR)
O* Osteuropaeische Waehrungen
O1 - BGN
O2 - CZK
O3 - EEK
O4 - HUF
O5 - LTL
O6 - LVL
O7 - PLN
O8 - ROL
O9 - RUR
O10 - SIT
O11 - SKK
O12 - Sonstige
U* - Dollar Waehrungen (ohne Asien)
U1 - AUD
U2 - CAD
U3 - NZD
U4 - USD
W* - Westeuropaeische Waehrungen
W1 - CHF
W2 - DKK
W3 - GBP
W4 - NOK
W5 - SEK
W6 - Sonstige
X* - sonstrige Waehrugen
X1 - Suedamerikanische Waehrungen
X2 - Afrikanische Waehrungen
X3 - Suedafrikanische Waehrung (ZAR)
</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="5"/>
     
<xs:enumeration value="E1"/>
     
<xs:enumeration value="E2"/>
     
<xs:enumeration value="E3"/>
     
<xs:enumeration value="E4"/>
     
<xs:enumeration value="A1"/>
     
<xs:enumeration value="A2"/>
     
<xs:enumeration value="A3"/>
     
<xs:enumeration value="A4"/>
     
<xs:enumeration value="A5"/>
     
<xs:enumeration value="A6"/>
     
<xs:enumeration value="A7"/>
     
<xs:enumeration value="A8"/>
     
<xs:enumeration value="G1"/>
     
<xs:enumeration value="G2"/>
     
<xs:enumeration value="I1"/>
     
<xs:enumeration value="I2"/>
     
<xs:enumeration value="O1"/>
     
<xs:enumeration value="O2"/>
     
<xs:enumeration value="O3"/>
     
<xs:enumeration value="O4"/>
     
<xs:enumeration value="O5"/>
     
<xs:enumeration value="O6"/>
     
<xs:enumeration value="O7"/>
     
<xs:enumeration value="O8"/>
     
<xs:enumeration value="O9"/>
     
<xs:enumeration value="O10"/>
     
<xs:enumeration value="O11"/>
     
<xs:enumeration value="O12"/>
     
<xs:enumeration value="U1"/>
     
<xs:enumeration value="U2"/>
     
<xs:enumeration value="U3"/>
     
<xs:enumeration value="U4"/>
     
<xs:enumeration value="W*"/>
     
<xs:enumeration value="W1"/>
     
<xs:enumeration value="W2"/>
     
<xs:enumeration value="W3"/>
     
<xs:enumeration value="W4"/>
     
<xs:enumeration value="W5"/>
     
<xs:enumeration value="W6"/>
     
<xs:enumeration value="X*"/>
     
<xs:enumeration value="X1"/>
     
<xs:enumeration value="X2"/>
     
<xs:enumeration value="X3"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element VoeigKategorisierungsType/Wertpapierfonds/Anlageregion
diagram index_p2119.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
maxLength 5
enumeration A
annotation
documentation
Anlageregion:
A - Oesterreich
D* - Mittel-/Suedamerika
D1 - Andenstaaten
D2 - Lateinamerika
D3 - Argentinien
D4 - Bolivien
D5 - Brasilien
D6 - Chile
D7 - Mexico
D8 - Peru
D9 - Venezuela
D10 - Sonstige
E* - Euroland
E1 - Benelux-Laender
E2 - Deutschland
E3 - Finnland
E4 - Frankreich
E5 - Griechenland
E6 - Irland
E7 - Italien
E8 - Portugal
E9 - Spanien
G1 - Gesamteuropa cum Osteuropa
G2 - Gesamteuropa ex Osteuropa
I1 - Global cum Emerging Markets
I2 - Global ex Emerging Markets
I3 - Emerging Markets Global
O* - Osteuropa
O1 - Baltische Laender
O2 - Bulgarien
O3 - Polen
O4 - Rumaenien
O5 - Russland
O6 - Slowakei
O7 - Slowenien
O8 - Tschechien
O9 - Ungarn
O10 - Sonstige
P* - Asien / Pazifischer Raum
P1 - Asiatische Laender cum Japan
P2 - Asiatische Laender ex Japan
P3 - Pazifischer Raum
P4 - Tigerlaender
P5 - Australien/Neuseeland
P6 - China
P7 - Hongkong
P8 - Japan
P9 - Korea (Sued)
P10 - Malaysien
P11 - Philippinen
P12 - Singapur
P13 - Thailand
P14 - Sonstige
U* - Nordamerika
U1 - Kanada
U2 - USA
W* - Westeuropa
W1 - Daenemark
W2 - Groszbritannien
W3 - Norwegen
W4 - Schweden
W5 - Schweiz
W6 - Sonstige
source <xs:element name="Anlageregion">
 
<xs:annotation>
   
<xs:documentation>Anlageregion:
A - Oesterreich
D* - Mittel-/Suedamerika
D1 - Andenstaaten
D2 - Lateinamerika
D3 - Argentinien
D4 - Bolivien
D5 - Brasilien
D6 - Chile
D7 - Mexico
D8 - Peru
D9 - Venezuela
D10 - Sonstige
E* - Euroland
E1 - Benelux-Laender
E2 - Deutschland
E3 - Finnland
E4 - Frankreich
E5 - Griechenland
E6 - Irland
E7 - Italien
E8 - Portugal
E9 - Spanien
G1 - Gesamteuropa cum Osteuropa
G2 - Gesamteuropa ex Osteuropa
I1 - Global cum Emerging Markets
I2 - Global ex Emerging Markets
I3 - Emerging Markets Global
O* - Osteuropa
O1 - Baltische Laender
O2 - Bulgarien
O3 - Polen
O4 - Rumaenien
O5 - Russland
O6 - Slowakei
O7 - Slowenien
O8 - Tschechien
O9 - Ungarn
O10 - Sonstige
P* - Asien / Pazifischer Raum
P1 - Asiatische Laender cum Japan
P2 - Asiatische Laender ex Japan
P3 - Pazifischer Raum
P4 - Tigerlaender
P5 - Australien/Neuseeland
P6 - China
P7 - Hongkong
P8 - Japan
P9 - Korea (Sued)
P10 - Malaysien
P11 - Philippinen
P12 - Singapur
P13 - Thailand
P14 - Sonstige
U* - Nordamerika
U1 - Kanada
U2 - USA
W* - Westeuropa
W1 - Daenemark
W2 - Groszbritannien
W3 - Norwegen
W4 - Schweden
W5 - Schweiz
W6 - Sonstige
</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="5"/>
     
<xs:enumeration value="A"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element VoeigKategorisierungsType/Wertpapierfonds/MuendelsichererFonds
diagram index_p2120.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
maxLength 1
enumeration M
enumeration X
annotation
documentation
Muendelsicherer Fonds:
M - Muendelsicherer Fonds
X - nein
source <xs:element name="MuendelsichererFonds">
 
<xs:annotation>
   
<xs:documentation>Muendelsicherer Fonds:
M - Muendelsicherer Fonds
X - nein
</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="1"/>
     
<xs:enumeration value="M"/>
     
<xs:enumeration value="X"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element VoeigKategorisierungsType/Wertpapierfonds/AbfertigungsPensionsrueckstellungsfonds
diagram index_p2121.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
maxLength 1
enumeration A
enumeration X
annotation
documentation
Abfertigungs- und Pensionsrueckstellungsfonds:
A - Abfertigungs- und Pensionsrueckstellungsfonds
X - nein
source <xs:element name="AbfertigungsPensionsrueckstellungsfonds">
 
<xs:annotation>
   
<xs:documentation>Abfertigungs- und Pensionsrueckstellungsfonds:
A - Abfertigungs- und Pensionsrueckstellungsfonds
X - nein
</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="1"/>
     
<xs:enumeration value="A"/>
     
<xs:enumeration value="X"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element VoeigKategorisierungsType/Wertpapierfonds/Pensionskassenfonds
diagram index_p2122.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
maxLength 1
enumeration N
enumeration X
annotation
documentation
Pensionskassenfonds:
N - Pensionskassenfonds
X - nein
source <xs:element name="Pensionskassenfonds">
 
<xs:annotation>
   
<xs:documentation>Pensionskassenfonds:
N - Pensionskassenfonds
X - nein
</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="1"/>
     
<xs:enumeration value="N"/>
     
<xs:enumeration value="X"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element VoeigKategorisierungsType/Wertpapierfonds/Pensionsinvestmentfonds
diagram index_p2123.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
maxLength 1
enumeration P
enumeration Z
enumeration X
annotation
documentation
Pensionsinvestmentfonds - PIF:
P - Pensionsinvestmentfonds - PIF
Z - Zukunftsvorsorgeeinrichtung - ZVE
X - nein
source <xs:element name="Pensionsinvestmentfonds">
 
<xs:annotation>
   
<xs:documentation>Pensionsinvestmentfonds - PIF:
P - Pensionsinvestmentfonds - PIF
Z - Zukunftsvorsorgeeinrichtung - ZVE
X - nein
</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="1"/>
     
<xs:enumeration value="P"/>
     
<xs:enumeration value="Z"/>
     
<xs:enumeration value="X"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element VoeigKategorisierungsType/Wertpapierfonds/EuRichtlinienKonformitaet
diagram index_p2124.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
maxLength 1
enumeration A
enumeration B
enumeration C
enumeration D
enumeration E
enumeration F
enumeration G
enumeration H
annotation
documentation
EU-Richtlinien Konformitaet:
source <xs:element name="EuRichtlinienKonformitaet">
 
<xs:annotation>
   
<xs:documentation>EU-Richtlinien Konformitaet:</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="1"/>
     
<xs:enumeration value="A"/>
     
<xs:enumeration value="B"/>
     
<xs:enumeration value="C"/>
     
<xs:enumeration value="D"/>
     
<xs:enumeration value="E"/>
     
<xs:enumeration value="F"/>
     
<xs:enumeration value="G"/>
     
<xs:enumeration value="H"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element VoeigKategorisierungsType/Wertpapierfonds/Zielgruppe
diagram index_p2125.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
maxLength 1
enumeration P
enumeration G
enumeration S
annotation
documentation
Zielgruppe des Fonds:
P - Publikumsfonds
G - Publikumsfonds fuer Grossanleger
S - Spezialfonds
source <xs:element name="Zielgruppe">
 
<xs:annotation>
   
<xs:documentation>Zielgruppe des Fonds:
P - Publikumsfonds
G - Publikumsfonds fuer Grossanleger
S - Spezialfonds
</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="1"/>
     
<xs:enumeration value="P"/>
     
<xs:enumeration value="G"/>
     
<xs:enumeration value="S"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element VoeigKategorisierungsType/Wertpapierfonds/Fondstyp
diagram index_p2126.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
maxLength 1
enumeration X
enumeration D
enumeration T
enumeration Z
annotation
documentation
Fondstyp:
X - Investmentfonds
D - Dachfonds (mit mind. 66% Subfonds)
T - Dachfonds (mit mind. 90% Subfonds)
Z - Zielfonds (bis max. 10% Subfonds)
source <xs:element name="Fondstyp">
 
<xs:annotation>
   
<xs:documentation>Fondstyp:
X - Investmentfonds
D - Dachfonds (mit mind. 66% Subfonds)
T - Dachfonds (mit mind. 90% Subfonds)
Z - Zielfonds (bis max. 10% Subfonds)
</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="1"/>
     
<xs:enumeration value="X"/>
     
<xs:enumeration value="D"/>
     
<xs:enumeration value="T"/>
     
<xs:enumeration value="Z"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element VoeigKategorisierungsType/Wertpapierfonds/Ertragstyp
diagram index_p2127.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
maxLength 1
enumeration A
enumeration T
enumeration V
annotation
documentation
Ertragstyp:
A - Ausschuettung
T - Thesaurierung
V - Vollthesaurierung
source <xs:element name="Ertragstyp">
 
<xs:annotation>
   
<xs:documentation>Ertragstyp:
A - Ausschuettung
T - Thesaurierung
V - Vollthesaurierung
</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="1"/>
     
<xs:enumeration value="A"/>
     
<xs:enumeration value="T"/>
     
<xs:enumeration value="V"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element VoeigKategorisierungsType/Wertpapierfonds/Steuertyp
diagram index_p2128.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
maxLength 1
enumeration A
enumeration B
enumeration C
annotation
documentation
Steuertyp (EU-ZinsenRL):
A - der Fonds ist EU-quellensteuerbefreit
B - der Fonds ist quellensteuerpflichtig - der Fondsertrag (Zinsertrag) wird genau (nach dem Zinsbegriff des EU-QuESt-Gesetzes) ermittelt
C - der Fonds ist quellensteuerpflichtig - der Fondsertrag (Zinsertrag) wird vereinfacht (nach dem oesterreichischen KESt-Zinsbegriff) ermittelt
source <xs:element name="Steuertyp">
 
<xs:annotation>
   
<xs:documentation>Steuertyp (EU-ZinsenRL):
A - der Fonds ist EU-quellensteuerbefreit
B - der Fonds ist quellensteuerpflichtig - der Fondsertrag (Zinsertrag) wird genau (nach dem Zinsbegriff des EU-QuESt-Gesetzes) ermittelt
C - der Fonds ist quellensteuerpflichtig - der Fondsertrag (Zinsertrag) wird vereinfacht (nach dem oesterreichischen KESt-Zinsbegriff) ermittelt
</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="1"/>
     
<xs:enumeration value="A"/>
     
<xs:enumeration value="B"/>
     
<xs:enumeration value="C"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element VoeigKategorisierungsType/Wertpapierfonds/Waehrung
diagram index_p2129.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
maxLength 3
annotation
documentation
ISO Waehrungscode
source <xs:element name="Waehrung">
 
<xs:annotation>
   
<xs:documentation>ISO Waehrungscode</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="3"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element VoeigKategorisierungsType/Wertpapierfonds/RentenUndGemischteFonds
diagram index_p2130.png
namespace http://www.fundsxml.org/XMLSchema/3.1
properties
content complex
children Emittenten Duration Risikoklasse
annotation
documentation
Kriterien fuer Renten und gemischte Fonds. Ist ein Kriterien nicht zutrefend, so wird das Feld mit "X - n.a." befuellt.
source <xs:element name="RentenUndGemischteFonds">
 
<xs:annotation>
   
<xs:documentation>Kriterien fuer Renten und gemischte Fonds. Ist ein Kriterien nicht zutrefend, so wird das Feld mit "X - n.a." befuellt.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Emittenten">
       
<xs:annotation>
         
<xs:documentation>Emittent:
E1 - Corporate Bonds
E2 - Government Bonds
E3 - Mixed Bonds
E4 - Sonstige Bonds
X - n.a.
</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:maxLength value="5"/>
           
<xs:enumeration value="E1"/>
           
<xs:enumeration value="E2"/>
           
<xs:enumeration value="E3"/>
           
<xs:enumeration value="E4"/>
           
<xs:enumeration value="X"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="Duration">
       
<xs:annotation>
         
<xs:documentation>Duration:
D0 - gem. EZB-Verordnung (RLZ kleiiner  1)
D1 - bis 1 Jahr
D2 - bis 3 Jahre
D3 - bis 5 Jahre
D4 - bis 7 Jahre
D5 - bis 10 Jahre
D6 - ueber 10 Jahre
X - n.a.
</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:maxLength value="5"/>
           
<xs:enumeration value="D0"/>
           
<xs:enumeration value="D1"/>
           
<xs:enumeration value="D2"/>
           
<xs:enumeration value="D3"/>
           
<xs:enumeration value="D4"/>
           
<xs:enumeration value="D5"/>
           
<xs:enumeration value="D6"/>
           
<xs:enumeration value="X"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="Risikoklasse">
       
<xs:annotation>
         
<xs:documentation>Risikoklasse:
R1 - AAA bis AA
R2 - minimum A
R3 - Investment Grade
R4 - High Yield
X - n.a.
</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:maxLength value="5"/>
           
<xs:enumeration value="R1"/>
           
<xs:enumeration value="R2"/>
           
<xs:enumeration value="R3"/>
           
<xs:enumeration value="R4"/>
           
<xs:enumeration value="X"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element VoeigKategorisierungsType/Wertpapierfonds/RentenUndGemischteFonds/Emittenten
diagram index_p2131.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
maxLength 5
enumeration E1
enumeration E2
enumeration E3
enumeration E4
enumeration X
annotation
documentation
Emittent:
E1 - Corporate Bonds
E2 - Government Bonds
E3 - Mixed Bonds
E4 - Sonstige Bonds
X - n.a.
source <xs:element name="Emittenten">
 
<xs:annotation>
   
<xs:documentation>Emittent:
E1 - Corporate Bonds
E2 - Government Bonds
E3 - Mixed Bonds
E4 - Sonstige Bonds
X - n.a.
</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="5"/>
     
<xs:enumeration value="E1"/>
     
<xs:enumeration value="E2"/>
     
<xs:enumeration value="E3"/>
     
<xs:enumeration value="E4"/>
     
<xs:enumeration value="X"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element VoeigKategorisierungsType/Wertpapierfonds/RentenUndGemischteFonds/Duration
diagram index_p2132.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
maxLength 5
enumeration D0
enumeration D1
enumeration D2
enumeration D3
enumeration D4
enumeration D5
enumeration D6
enumeration X
annotation
documentation
Duration:
D0 - gem. EZB-Verordnung (RLZ kleiiner  1)
D1 - bis 1 Jahr
D2 - bis 3 Jahre
D3 - bis 5 Jahre
D4 - bis 7 Jahre
D5 - bis 10 Jahre
D6 - ueber 10 Jahre
X - n.a.
source <xs:element name="Duration">
 
<xs:annotation>
   
<xs:documentation>Duration:
D0 - gem. EZB-Verordnung (RLZ kleiiner  1)
D1 - bis 1 Jahr
D2 - bis 3 Jahre
D3 - bis 5 Jahre
D4 - bis 7 Jahre
D5 - bis 10 Jahre
D6 - ueber 10 Jahre
X - n.a.
</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="5"/>
     
<xs:enumeration value="D0"/>
     
<xs:enumeration value="D1"/>
     
<xs:enumeration value="D2"/>
     
<xs:enumeration value="D3"/>
     
<xs:enumeration value="D4"/>
     
<xs:enumeration value="D5"/>
     
<xs:enumeration value="D6"/>
     
<xs:enumeration value="X"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element VoeigKategorisierungsType/Wertpapierfonds/RentenUndGemischteFonds/Risikoklasse
diagram index_p2133.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
maxLength 5
enumeration R1
enumeration R2
enumeration R3
enumeration R4
enumeration X
annotation
documentation
Risikoklasse:
R1 - AAA bis AA
R2 - minimum A
R3 - Investment Grade
R4 - High Yield
X - n.a.
source <xs:element name="Risikoklasse">
 
<xs:annotation>
   
<xs:documentation>Risikoklasse:
R1 - AAA bis AA
R2 - minimum A
R3 - Investment Grade
R4 - High Yield
X - n.a.
</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="5"/>
     
<xs:enumeration value="R1"/>
     
<xs:enumeration value="R2"/>
     
<xs:enumeration value="R3"/>
     
<xs:enumeration value="R4"/>
     
<xs:enumeration value="X"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element VoeigKategorisierungsType/Wertpapierfonds/AktieUndGemischteFonds
diagram index_p2134.png
namespace http://www.fundsxml.org/XMLSchema/3.1
properties
content complex
children Branchen Kapitalisierung ActiveStyleManagement
annotation
documentation
Kriterien fuer Renten und gemischte Fonds. Ist ein Kriterien nicht zutrefend, so wird das Feld mit "X - n.a." befuellt.
source <xs:element name="AktieUndGemischteFonds">
 
<xs:annotation>
   
<xs:documentation>Kriterien fuer Renten und gemischte Fonds. Ist ein Kriterien nicht zutrefend, so wird das Feld mit "X - n.a." befuellt.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Branchen">
       
<xs:annotation>
         
<xs:documentation>Branchen / Branchengruppen:
B0 - Energie
B1 - Rohstoffe
B2 - Industrieunternehmen
B3 - Consumer Discretionary (dauerhafte Konsumgueter)
B4 - Consumer Staples (Konsumgueter)
B5 - Health Care (Gesundheitswesen)
B51 - Biotechnologie
B52 - Pharma
B6 - Finanzwerte
B61 - Immobilien
B7 - Informationstechnologie
B8 - Telekommunikation
B9 - Utilities (Versorger)
G1 - Telecommunication, Media, Technology
G2 - Alternative Energie
G3 - Sonstige Branchengruppen
X - n.a.
</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:maxLength value="5"/>
           
<xs:enumeration value="B0"/>
           
<xs:enumeration value="B1"/>
           
<xs:enumeration value="B2"/>
           
<xs:enumeration value="B3"/>
           
<xs:enumeration value="B4"/>
           
<xs:enumeration value="B5"/>
           
<xs:enumeration value="B51"/>
           
<xs:enumeration value="B52"/>
           
<xs:enumeration value="B6"/>
           
<xs:enumeration value="B61"/>
           
<xs:enumeration value="B7"/>
           
<xs:enumeration value="B8"/>
           
<xs:enumeration value="B9"/>
           
<xs:enumeration value="G1"/>
           
<xs:enumeration value="G2"/>
           
<xs:enumeration value="G3"/>
           
<xs:enumeration value="X"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="Kapitalisierung">
       
<xs:annotation>
         
<xs:documentation>Kapitalisierung:
K1 - Blue Chips / Large Caps
K2 - Mid Caps
K3 - Small Caps
X - n.a.
</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:maxLength value="5"/>
           
<xs:enumeration value="K1"/>
           
<xs:enumeration value="K2"/>
           
<xs:enumeration value="K3"/>
           
<xs:enumeration value="X"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="ActiveStyleManagement">
       
<xs:annotation>
         
<xs:documentation>Acitve Style Management:
A1 - Growth
A2 - Value
A3 - Blend
X - n.a.
</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:maxLength value="5"/>
           
<xs:enumeration value="A1"/>
           
<xs:enumeration value="A2"/>
           
<xs:enumeration value="A3"/>
           
<xs:enumeration value="X"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element VoeigKategorisierungsType/Wertpapierfonds/AktieUndGemischteFonds/Branchen
diagram index_p2135.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
maxLength 5
enumeration B0
enumeration B1
enumeration B2
enumeration B3
enumeration B4
enumeration B5
enumeration B51
enumeration B52
enumeration B6
enumeration B61
enumeration B7
enumeration B8
enumeration B9
enumeration G1
enumeration G2
enumeration G3
enumeration X
annotation
documentation
Branchen / Branchengruppen:
B0 - Energie
B1 - Rohstoffe
B2 - Industrieunternehmen
B3 - Consumer Discretionary (dauerhafte Konsumgueter)
B4 - Consumer Staples (Konsumgueter)
B5 - Health Care (Gesundheitswesen)
B51 - Biotechnologie
B52 - Pharma
B6 - Finanzwerte
B61 - Immobilien
B7 - Informationstechnologie
B8 - Telekommunikation
B9 - Utilities (Versorger)
G1 - Telecommunication, Media, Technology
G2 - Alternative Energie
G3 - Sonstige Branchengruppen
X - n.a.
source <xs:element name="Branchen">
 
<xs:annotation>
   
<xs:documentation>Branchen / Branchengruppen:
B0 - Energie
B1 - Rohstoffe
B2 - Industrieunternehmen
B3 - Consumer Discretionary (dauerhafte Konsumgueter)
B4 - Consumer Staples (Konsumgueter)
B5 - Health Care (Gesundheitswesen)
B51 - Biotechnologie
B52 - Pharma
B6 - Finanzwerte
B61 - Immobilien
B7 - Informationstechnologie
B8 - Telekommunikation
B9 - Utilities (Versorger)
G1 - Telecommunication, Media, Technology
G2 - Alternative Energie
G3 - Sonstige Branchengruppen
X - n.a.
</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="5"/>
     
<xs:enumeration value="B0"/>
     
<xs:enumeration value="B1"/>
     
<xs:enumeration value="B2"/>
     
<xs:enumeration value="B3"/>
     
<xs:enumeration value="B4"/>
     
<xs:enumeration value="B5"/>
     
<xs:enumeration value="B51"/>
     
<xs:enumeration value="B52"/>
     
<xs:enumeration value="B6"/>
     
<xs:enumeration value="B61"/>
     
<xs:enumeration value="B7"/>
     
<xs:enumeration value="B8"/>
     
<xs:enumeration value="B9"/>
     
<xs:enumeration value="G1"/>
     
<xs:enumeration value="G2"/>
     
<xs:enumeration value="G3"/>
     
<xs:enumeration value="X"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element VoeigKategorisierungsType/Wertpapierfonds/AktieUndGemischteFonds/Kapitalisierung
diagram index_p2136.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
maxLength 5
enumeration K1
enumeration K2
enumeration K3
enumeration X
annotation
documentation
Kapitalisierung:
K1 - Blue Chips / Large Caps
K2 - Mid Caps
K3 - Small Caps
X - n.a.
source <xs:element name="Kapitalisierung">
 
<xs:annotation>
   
<xs:documentation>Kapitalisierung:
K1 - Blue Chips / Large Caps
K2 - Mid Caps
K3 - Small Caps
X - n.a.
</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="5"/>
     
<xs:enumeration value="K1"/>
     
<xs:enumeration value="K2"/>
     
<xs:enumeration value="K3"/>
     
<xs:enumeration value="X"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element VoeigKategorisierungsType/Wertpapierfonds/AktieUndGemischteFonds/ActiveStyleManagement
diagram index_p2137.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
maxLength 5
enumeration A1
enumeration A2
enumeration A3
enumeration X
annotation
documentation
Acitve Style Management:
A1 - Growth
A2 - Value
A3 - Blend
X - n.a.
source <xs:element name="ActiveStyleManagement">
 
<xs:annotation>
   
<xs:documentation>Acitve Style Management:
A1 - Growth
A2 - Value
A3 - Blend
X - n.a.
</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="5"/>
     
<xs:enumeration value="A1"/>
     
<xs:enumeration value="A2"/>
     
<xs:enumeration value="A3"/>
     
<xs:enumeration value="X"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element VoeigKategorisierungsType/Wertpapierfonds/PerformanceTyp
diagram index_p2138.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
maxLength 5
enumeration E1
enumeration E2
enumeration E3
enumeration E4
enumeration E5
enumeration X
annotation
documentation
Performance-Typ:
E1 - Garantiefonds
E2 - Werterhaltung
E3 - Steueroptimierung
E4 - Wachstum
E5 - Total Return
X - n.a.
source <xs:element name="PerformanceTyp">
 
<xs:annotation>
   
<xs:documentation>Performance-Typ:
E1 - Garantiefonds
E2 - Werterhaltung
E3 - Steueroptimierung
E4 - Wachstum
E5 - Total Return
X - n.a.
</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="5"/>
     
<xs:enumeration value="E1"/>
     
<xs:enumeration value="E2"/>
     
<xs:enumeration value="E3"/>
     
<xs:enumeration value="E4"/>
     
<xs:enumeration value="E5"/>
     
<xs:enumeration value="X"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element VoeigKategorisierungsType/Wertpapierfonds/PassiveStyleManagement
diagram index_p2139.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
maxLength 5
enumeration P1
enumeration P2
enumeration P3
enumeration X
annotation
documentation
Passiv Style Management:
P1 - Indextracking
P2 - Index +
P3 - Indexfonds gem. § 20b
X - n.a.
source <xs:element name="PassiveStyleManagement">
 
<xs:annotation>
   
<xs:documentation>Passiv Style Management:
P1 - Indextracking
P2 - Index +
P3 - Indexfonds gem. § 20b
X - n.a.
</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="5"/>
     
<xs:enumeration value="P1"/>
     
<xs:enumeration value="P2"/>
     
<xs:enumeration value="P3"/>
     
<xs:enumeration value="X"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element VoeigKategorisierungsType/Wertpapierfonds/Thementyp
diagram index_p2140.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
maxLength 5
enumeration T1
enumeration T2
enumeration T3
enumeration T4
enumeration T5
enumeration X
annotation
documentation
Themen-Typ:
T1 - Fonds mit Umwelt- oder Nachhaltigkeitskriterium
T2 - Emerging Markets
T3 - Neue Maerkte
T4 - Zukunft/Trends
T5 - sonstige
X - n.a.
source <xs:element name="Thementyp">
 
<xs:annotation>
   
<xs:documentation>Themen-Typ:
T1 - Fonds mit Umwelt- oder Nachhaltigkeitskriterium
T2 - Emerging Markets
T3 - Neue Maerkte
T4 - Zukunft/Trends
T5 - sonstige
X - n.a.
</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="5"/>
     
<xs:enumeration value="T1"/>
     
<xs:enumeration value="T2"/>
     
<xs:enumeration value="T3"/>
     
<xs:enumeration value="T4"/>
     
<xs:enumeration value="T5"/>
     
<xs:enumeration value="X"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element VoeigKategorisierungsType/Immobilienfonds
diagram index_p2141.png
namespace http://www.fundsxml.org/XMLSchema/3.1
properties
content complex
children Anlagekategorie Anlagewaehrung Anlageregion MuendelsichererFonds EuRichtlinienKonformitaet Zielgruppe Fondstyp Ertragstyp Steuertyp Waehrung
annotation
documentation
Die Voeig Kategorsierung fuer einen Immobilienfonds
source <xs:element name="Immobilienfonds">
 
<xs:annotation>
   
<xs:documentation>Die Voeig Kategorsierung fuer einen Immobilienfonds</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Anlagekategorie">
       
<xs:annotation>
         
<xs:documentation>X Immobilien-Investmentfonds </xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:maxLength value="5"/>
           
<xs:enumeration value="X"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="Anlagewaehrung">
       
<xs:annotation>
         
<xs:documentation xml:lang="de">Anlagewaehrung:
A* - Asiatische Waehrungen
A1 - HKD
A2 - JPY
A3 - KRW
A4 - MYR
A5 - PHP
A6 - SGD
A7 - THB
A8 - Sonstige
E1 - EUR (ausschlieszlich)
E2 - EUR (vorwiegend)
E3 - EUR hedged (ausschlieszlich)
E4 - EUR hedged (vorwiegend)
G1 - Gesamteuropaeische Waehrungen (cum osteurop.Waehrungen)
G2 - Gesamteuropaeische Waehrungen (ex osteurop.Waehrungen)
I1 - Internationale Waehrungen (alle Waehrungen)
I2 - Internationale Waehrungen (ex EUR)
O* Osteuropaeische Waehrungen
O1 - BGN
O2 - CZK
O3 - EEK
O4 - HUF
O5 - LTL
O6 - LVL
O7 - PLN
O8 - ROL
O9 - RUR
O10 - SIT
O11 - SKK
O12 - Sonstige
U* - Dollar Waehrungen (ohne Asien)
U1 - AUD
U2 - CAD
U3 - NZD
U4 - USD
W* - Westeuropaeische Waehrungen
W1 - CHF
W2 - DKK
W3 - GBP
W4 - NOK
W5 - SEK
W6 - Sonstige
X* - sonstrige Waehrugen
X1 - Suedamerikanische Waehrungen
X2 - Afrikanische Waehrungen
X3 - Suedafrikanische Waehrung (ZAR)
</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:maxLength value="5"/>
           
<xs:enumeration value="E1"/>
           
<xs:enumeration value="E2"/>
           
<xs:enumeration value="E3"/>
           
<xs:enumeration value="E4"/>
           
<xs:enumeration value="A1"/>
           
<xs:enumeration value="A2"/>
           
<xs:enumeration value="A3"/>
           
<xs:enumeration value="A4"/>
           
<xs:enumeration value="A5"/>
           
<xs:enumeration value="A6"/>
           
<xs:enumeration value="A7"/>
           
<xs:enumeration value="A8"/>
           
<xs:enumeration value="G1"/>
           
<xs:enumeration value="G2"/>
           
<xs:enumeration value="I1"/>
           
<xs:enumeration value="I2"/>
           
<xs:enumeration value="O1"/>
           
<xs:enumeration value="O2"/>
           
<xs:enumeration value="O3"/>
           
<xs:enumeration value="O4"/>
           
<xs:enumeration value="O5"/>
           
<xs:enumeration value="O6"/>
           
<xs:enumeration value="O7"/>
           
<xs:enumeration value="O8"/>
           
<xs:enumeration value="O9"/>
           
<xs:enumeration value="O10"/>
           
<xs:enumeration value="O11"/>
           
<xs:enumeration value="O12"/>
           
<xs:enumeration value="U1"/>
           
<xs:enumeration value="U2"/>
           
<xs:enumeration value="U3"/>
           
<xs:enumeration value="U4"/>
           
<xs:enumeration value="W*"/>
           
<xs:enumeration value="W1"/>
           
<xs:enumeration value="W2"/>
           
<xs:enumeration value="W3"/>
           
<xs:enumeration value="W4"/>
           
<xs:enumeration value="W5"/>
           
<xs:enumeration value="W6"/>
           
<xs:enumeration value="X*"/>
           
<xs:enumeration value="X1"/>
           
<xs:enumeration value="X2"/>
           
<xs:enumeration value="X3"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="Anlageregion">
       
<xs:annotation>
         
<xs:documentation>Anlageregion:
A - Oesterreich
D* - Mittel-/Suedamerika
D1 - Andenstaaten
D2 - Lateinamerika
D3 - Argentinien
D4 - Bolivien
D5 - Brasilien
D6 - Chile
D7 - Mexico
D8 - Peru
D9 - Venezuela
D10 - Sonstige
E* - Euroland
E1 - Benelux-Laender
E2 - Deutschland
E3 - Finnland
E4 - Frankreich
E5 - Griechenland
E6 - Irland
E7 - Italien
E8 - Portugal
E9 - Spanien
G1 - Gesamteuropa cum Osteuropa
G2 - Gesamteuropa ex Osteuropa
I1 - Global cum Emerging Markets
I2 - Global ex Emerging Markets
I3 - Emerging Markets Global
O* - Osteuropa
O1 - Baltische Laender
O2 - Bulgarien
O3 - Polen
O4 - Rumaenien
O5 - Russland
O6 - Slowakei
O7 - Slowenien
O8 - Tschechien
O9 - Ungarn
O10 - Sonstige
P* - Asien / Pazifischer Raum
P1 - Asiatische Laender cum Japan
P2 - Asiatische Laender ex Japan
P3 - Pazifischer Raum
P4 - Tigerlaender
P5 - Australien/Neuseeland
P6 - China
P7 - Hongkong
P8 - Japan
P9 - Korea (Sued)
P10 - Malaysien
P11 - Philippinen
P12 - Singapur
P13 - Thailand
P14 - Sonstige
U* - Nordamerika
U1 - Kanada
U2 - USA
W* - Westeuropa
W1 - Daenemark
W2 - Groszbritannien
W3 - Norwegen
W4 - Schweden
W5 - Schweiz
W6 - Sonstige
</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:maxLength value="5"/>
           
<xs:enumeration value="A"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="MuendelsichererFonds">
       
<xs:annotation>
         
<xs:documentation>Muendelsicherer Fonds:
M - Muendelsicherer Fonds
X - nein
</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:maxLength value="1"/>
           
<xs:enumeration value="M"/>
           
<xs:enumeration value="X"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="EuRichtlinienKonformitaet">
       
<xs:annotation>
         
<xs:documentation>EU-Richtlinien Konformitaet:</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:maxLength value="1"/>
           
<xs:enumeration value="A"/>
           
<xs:enumeration value="B"/>
           
<xs:enumeration value="C"/>
           
<xs:enumeration value="D"/>
           
<xs:enumeration value="E"/>
           
<xs:enumeration value="F"/>
           
<xs:enumeration value="G"/>
           
<xs:enumeration value="H"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="Zielgruppe">
       
<xs:annotation>
         
<xs:documentation>Zielgruppe des Fonds:
P - Publikumsfonds
G - Publikumsfonds fuer Grossanleger
S - Spezialfonds
</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:maxLength value="1"/>
           
<xs:enumeration value="P"/>
           
<xs:enumeration value="G"/>
           
<xs:enumeration value="S"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="Fondstyp">
       
<xs:annotation>
         
<xs:documentation>Fondstyp:
X - Investmentfonds
D - Dachfonds (mit mind. 66% Subfonds)
T - Dachfonds (mit mind. 90% Subfonds)
Z - Zielfonds (bis max. 10% Subfonds)
</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:maxLength value="1"/>
           
<xs:enumeration value="X"/>
           
<xs:enumeration value="D"/>
           
<xs:enumeration value="T"/>
           
<xs:enumeration value="Z"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="Ertragstyp">
       
<xs:annotation>
         
<xs:documentation>Ertragstyp:
A - Ausschuettung
T - Thesaurierung
V - Vollthesaurierung
</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:maxLength value="1"/>
           
<xs:enumeration value="A"/>
           
<xs:enumeration value="T"/>
           
<xs:enumeration value="V"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="Steuertyp">
       
<xs:annotation>
         
<xs:documentation>Steuertyp (EU-ZinsenRL):
A - der Fonds ist EU-quellensteuerbefreit
B - der Fonds ist quellensteuerpflichtig - der Fondsertrag (Zinsertrag) wird genau (nach dem Zinsbegriff des EU-QuESt-Gesetzes) ermittelt
C - der Fonds ist quellensteuerpflichtig - der Fondsertrag (Zinsertrag) wird vereinfacht (nach dem oesterreichischen KESt-Zinsbegriff) ermittelt
</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:maxLength value="1"/>
           
<xs:enumeration value="A"/>
           
<xs:enumeration value="B"/>
           
<xs:enumeration value="C"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="Waehrung">
       
<xs:annotation>
         
<xs:documentation>ISO Waehrungscode</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:maxLength value="3"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element VoeigKategorisierungsType/Immobilienfonds/Anlagekategorie
diagram index_p2142.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
maxLength 5
enumeration X
annotation
documentation
X Immobilien-Investmentfonds
source <xs:element name="Anlagekategorie">
 
<xs:annotation>
   
<xs:documentation>X Immobilien-Investmentfonds </xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="5"/>
     
<xs:enumeration value="X"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element VoeigKategorisierungsType/Immobilienfonds/Anlagewaehrung
diagram index_p2143.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
maxLength 5
enumeration E1
enumeration E2
enumeration E3
enumeration E4
enumeration A1
enumeration A2
enumeration A3
enumeration A4
enumeration A5
enumeration A6
enumeration A7
enumeration A8
enumeration G1
enumeration G2
enumeration I1
enumeration I2
enumeration O1
enumeration O2
enumeration O3
enumeration O4
enumeration O5
enumeration O6
enumeration O7
enumeration O8
enumeration O9
enumeration O10
enumeration O11
enumeration O12
enumeration U1
enumeration U2
enumeration U3
enumeration U4
enumeration W*
enumeration W1
enumeration W2
enumeration W3
enumeration W4
enumeration W5
enumeration W6
enumeration X*
enumeration X1
enumeration X2
enumeration X3
annotation
documentation
Anlagewaehrung:
A* - Asiatische Waehrungen
A1 - HKD
A2 - JPY
A3 - KRW
A4 - MYR
A5 - PHP
A6 - SGD
A7 - THB
A8 - Sonstige
E1 - EUR (ausschlieszlich)
E2 - EUR (vorwiegend)
E3 - EUR hedged (ausschlieszlich)
E4 - EUR hedged (vorwiegend)
G1 - Gesamteuropaeische Waehrungen (cum osteurop.Waehrungen)
G2 - Gesamteuropaeische Waehrungen (ex osteurop.Waehrungen)
I1 - Internationale Waehrungen (alle Waehrungen)
I2 - Internationale Waehrungen (ex EUR)
O* Osteuropaeische Waehrungen
O1 - BGN
O2 - CZK
O3 - EEK
O4 - HUF
O5 - LTL
O6 - LVL
O7 - PLN
O8 - ROL
O9 - RUR
O10 - SIT
O11 - SKK
O12 - Sonstige
U* - Dollar Waehrungen (ohne Asien)
U1 - AUD
U2 - CAD
U3 - NZD
U4 - USD
W* - Westeuropaeische Waehrungen
W1 - CHF
W2 - DKK
W3 - GBP
W4 - NOK
W5 - SEK
W6 - Sonstige
X* - sonstrige Waehrugen
X1 - Suedamerikanische Waehrungen
X2 - Afrikanische Waehrungen
X3 - Suedafrikanische Waehrung (ZAR)
source <xs:element name="Anlagewaehrung">
 
<xs:annotation>
   
<xs:documentation xml:lang="de">Anlagewaehrung:
A* - Asiatische Waehrungen
A1 - HKD
A2 - JPY
A3 - KRW
A4 - MYR
A5 - PHP
A6 - SGD
A7 - THB
A8 - Sonstige
E1 - EUR (ausschlieszlich)
E2 - EUR (vorwiegend)
E3 - EUR hedged (ausschlieszlich)
E4 - EUR hedged (vorwiegend)
G1 - Gesamteuropaeische Waehrungen (cum osteurop.Waehrungen)
G2 - Gesamteuropaeische Waehrungen (ex osteurop.Waehrungen)
I1 - Internationale Waehrungen (alle Waehrungen)
I2 - Internationale Waehrungen (ex EUR)
O* Osteuropaeische Waehrungen
O1 - BGN
O2 - CZK
O3 - EEK
O4 - HUF
O5 - LTL
O6 - LVL
O7 - PLN
O8 - ROL
O9 - RUR
O10 - SIT
O11 - SKK
O12 - Sonstige
U* - Dollar Waehrungen (ohne Asien)
U1 - AUD
U2 - CAD
U3 - NZD
U4 - USD
W* - Westeuropaeische Waehrungen
W1 - CHF
W2 - DKK
W3 - GBP
W4 - NOK
W5 - SEK
W6 - Sonstige
X* - sonstrige Waehrugen
X1 - Suedamerikanische Waehrungen
X2 - Afrikanische Waehrungen
X3 - Suedafrikanische Waehrung (ZAR)
</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="5"/>
     
<xs:enumeration value="E1"/>
     
<xs:enumeration value="E2"/>
     
<xs:enumeration value="E3"/>
     
<xs:enumeration value="E4"/>
     
<xs:enumeration value="A1"/>
     
<xs:enumeration value="A2"/>
     
<xs:enumeration value="A3"/>
     
<xs:enumeration value="A4"/>
     
<xs:enumeration value="A5"/>
     
<xs:enumeration value="A6"/>
     
<xs:enumeration value="A7"/>
     
<xs:enumeration value="A8"/>
     
<xs:enumeration value="G1"/>
     
<xs:enumeration value="G2"/>
     
<xs:enumeration value="I1"/>
     
<xs:enumeration value="I2"/>
     
<xs:enumeration value="O1"/>
     
<xs:enumeration value="O2"/>
     
<xs:enumeration value="O3"/>
     
<xs:enumeration value="O4"/>
     
<xs:enumeration value="O5"/>
     
<xs:enumeration value="O6"/>
     
<xs:enumeration value="O7"/>
     
<xs:enumeration value="O8"/>
     
<xs:enumeration value="O9"/>
     
<xs:enumeration value="O10"/>
     
<xs:enumeration value="O11"/>
     
<xs:enumeration value="O12"/>
     
<xs:enumeration value="U1"/>
     
<xs:enumeration value="U2"/>
     
<xs:enumeration value="U3"/>
     
<xs:enumeration value="U4"/>
     
<xs:enumeration value="W*"/>
     
<xs:enumeration value="W1"/>
     
<xs:enumeration value="W2"/>
     
<xs:enumeration value="W3"/>
     
<xs:enumeration value="W4"/>
     
<xs:enumeration value="W5"/>
     
<xs:enumeration value="W6"/>
     
<xs:enumeration value="X*"/>
     
<xs:enumeration value="X1"/>
     
<xs:enumeration value="X2"/>
     
<xs:enumeration value="X3"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element VoeigKategorisierungsType/Immobilienfonds/Anlageregion
diagram index_p2144.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
maxLength 5
enumeration A
annotation
documentation
Anlageregion:
A - Oesterreich
D* - Mittel-/Suedamerika
D1 - Andenstaaten
D2 - Lateinamerika
D3 - Argentinien
D4 - Bolivien
D5 - Brasilien
D6 - Chile
D7 - Mexico
D8 - Peru
D9 - Venezuela
D10 - Sonstige
E* - Euroland
E1 - Benelux-Laender
E2 - Deutschland
E3 - Finnland
E4 - Frankreich
E5 - Griechenland
E6 - Irland
E7 - Italien
E8 - Portugal
E9 - Spanien
G1 - Gesamteuropa cum Osteuropa
G2 - Gesamteuropa ex Osteuropa
I1 - Global cum Emerging Markets
I2 - Global ex Emerging Markets
I3 - Emerging Markets Global
O* - Osteuropa
O1 - Baltische Laender
O2 - Bulgarien
O3 - Polen
O4 - Rumaenien
O5 - Russland
O6 - Slowakei
O7 - Slowenien
O8 - Tschechien
O9 - Ungarn
O10 - Sonstige
P* - Asien / Pazifischer Raum
P1 - Asiatische Laender cum Japan
P2 - Asiatische Laender ex Japan
P3 - Pazifischer Raum
P4 - Tigerlaender
P5 - Australien/Neuseeland
P6 - China
P7 - Hongkong
P8 - Japan
P9 - Korea (Sued)
P10 - Malaysien
P11 - Philippinen
P12 - Singapur
P13 - Thailand
P14 - Sonstige
U* - Nordamerika
U1 - Kanada
U2 - USA
W* - Westeuropa
W1 - Daenemark
W2 - Groszbritannien
W3 - Norwegen
W4 - Schweden
W5 - Schweiz
W6 - Sonstige
source <xs:element name="Anlageregion">
 
<xs:annotation>
   
<xs:documentation>Anlageregion:
A - Oesterreich
D* - Mittel-/Suedamerika
D1 - Andenstaaten
D2 - Lateinamerika
D3 - Argentinien
D4 - Bolivien
D5 - Brasilien
D6 - Chile
D7 - Mexico
D8 - Peru
D9 - Venezuela
D10 - Sonstige
E* - Euroland
E1 - Benelux-Laender
E2 - Deutschland
E3 - Finnland
E4 - Frankreich
E5 - Griechenland
E6 - Irland
E7 - Italien
E8 - Portugal
E9 - Spanien
G1 - Gesamteuropa cum Osteuropa
G2 - Gesamteuropa ex Osteuropa
I1 - Global cum Emerging Markets
I2 - Global ex Emerging Markets
I3 - Emerging Markets Global
O* - Osteuropa
O1 - Baltische Laender
O2 - Bulgarien
O3 - Polen
O4 - Rumaenien
O5 - Russland
O6 - Slowakei
O7 - Slowenien
O8 - Tschechien
O9 - Ungarn
O10 - Sonstige
P* - Asien / Pazifischer Raum
P1 - Asiatische Laender cum Japan
P2 - Asiatische Laender ex Japan
P3 - Pazifischer Raum
P4 - Tigerlaender
P5 - Australien/Neuseeland
P6 - China
P7 - Hongkong
P8 - Japan
P9 - Korea (Sued)
P10 - Malaysien
P11 - Philippinen
P12 - Singapur
P13 - Thailand
P14 - Sonstige
U* - Nordamerika
U1 - Kanada
U2 - USA
W* - Westeuropa
W1 - Daenemark
W2 - Groszbritannien
W3 - Norwegen
W4 - Schweden
W5 - Schweiz
W6 - Sonstige
</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="5"/>
     
<xs:enumeration value="A"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element VoeigKategorisierungsType/Immobilienfonds/MuendelsichererFonds
diagram index_p2145.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
maxLength 1
enumeration M
enumeration X
annotation
documentation
Muendelsicherer Fonds:
M - Muendelsicherer Fonds
X - nein
source <xs:element name="MuendelsichererFonds">
 
<xs:annotation>
   
<xs:documentation>Muendelsicherer Fonds:
M - Muendelsicherer Fonds
X - nein
</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="1"/>
     
<xs:enumeration value="M"/>
     
<xs:enumeration value="X"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element VoeigKategorisierungsType/Immobilienfonds/EuRichtlinienKonformitaet
diagram index_p2146.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
maxLength 1
enumeration A
enumeration B
enumeration C
enumeration D
enumeration E
enumeration F
enumeration G
enumeration H
annotation
documentation
EU-Richtlinien Konformitaet:
source <xs:element name="EuRichtlinienKonformitaet">
 
<xs:annotation>
   
<xs:documentation>EU-Richtlinien Konformitaet:</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="1"/>
     
<xs:enumeration value="A"/>
     
<xs:enumeration value="B"/>
     
<xs:enumeration value="C"/>
     
<xs:enumeration value="D"/>
     
<xs:enumeration value="E"/>
     
<xs:enumeration value="F"/>
     
<xs:enumeration value="G"/>
     
<xs:enumeration value="H"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element VoeigKategorisierungsType/Immobilienfonds/Zielgruppe
diagram index_p2147.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
maxLength 1
enumeration P
enumeration G
enumeration S
annotation
documentation
Zielgruppe des Fonds:
P - Publikumsfonds
G - Publikumsfonds fuer Grossanleger
S - Spezialfonds
source <xs:element name="Zielgruppe">
 
<xs:annotation>
   
<xs:documentation>Zielgruppe des Fonds:
P - Publikumsfonds
G - Publikumsfonds fuer Grossanleger
S - Spezialfonds
</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="1"/>
     
<xs:enumeration value="P"/>
     
<xs:enumeration value="G"/>
     
<xs:enumeration value="S"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element VoeigKategorisierungsType/Immobilienfonds/Fondstyp
diagram index_p2148.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
maxLength 1
enumeration X
enumeration D
enumeration T
enumeration Z
annotation
documentation
Fondstyp:
X - Investmentfonds
D - Dachfonds (mit mind. 66% Subfonds)
T - Dachfonds (mit mind. 90% Subfonds)
Z - Zielfonds (bis max. 10% Subfonds)
source <xs:element name="Fondstyp">
 
<xs:annotation>
   
<xs:documentation>Fondstyp:
X - Investmentfonds
D - Dachfonds (mit mind. 66% Subfonds)
T - Dachfonds (mit mind. 90% Subfonds)
Z - Zielfonds (bis max. 10% Subfonds)
</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="1"/>
     
<xs:enumeration value="X"/>
     
<xs:enumeration value="D"/>
     
<xs:enumeration value="T"/>
     
<xs:enumeration value="Z"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element VoeigKategorisierungsType/Immobilienfonds/Ertragstyp
diagram index_p2149.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
maxLength 1
enumeration A
enumeration T
enumeration V
annotation
documentation
Ertragstyp:
A - Ausschuettung
T - Thesaurierung
V - Vollthesaurierung
source <xs:element name="Ertragstyp">
 
<xs:annotation>
   
<xs:documentation>Ertragstyp:
A - Ausschuettung
T - Thesaurierung
V - Vollthesaurierung
</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="1"/>
     
<xs:enumeration value="A"/>
     
<xs:enumeration value="T"/>
     
<xs:enumeration value="V"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element VoeigKategorisierungsType/Immobilienfonds/Steuertyp
diagram index_p2150.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
maxLength 1
enumeration A
enumeration B
enumeration C
annotation
documentation
Steuertyp (EU-ZinsenRL):
A - der Fonds ist EU-quellensteuerbefreit
B - der Fonds ist quellensteuerpflichtig - der Fondsertrag (Zinsertrag) wird genau (nach dem Zinsbegriff des EU-QuESt-Gesetzes) ermittelt
C - der Fonds ist quellensteuerpflichtig - der Fondsertrag (Zinsertrag) wird vereinfacht (nach dem oesterreichischen KESt-Zinsbegriff) ermittelt
source <xs:element name="Steuertyp">
 
<xs:annotation>
   
<xs:documentation>Steuertyp (EU-ZinsenRL):
A - der Fonds ist EU-quellensteuerbefreit
B - der Fonds ist quellensteuerpflichtig - der Fondsertrag (Zinsertrag) wird genau (nach dem Zinsbegriff des EU-QuESt-Gesetzes) ermittelt
C - der Fonds ist quellensteuerpflichtig - der Fondsertrag (Zinsertrag) wird vereinfacht (nach dem oesterreichischen KESt-Zinsbegriff) ermittelt
</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="1"/>
     
<xs:enumeration value="A"/>
     
<xs:enumeration value="B"/>
     
<xs:enumeration value="C"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element VoeigKategorisierungsType/Immobilienfonds/Waehrung
diagram index_p2151.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
maxLength 3
annotation
documentation
ISO Waehrungscode
source <xs:element name="Waehrung">
 
<xs:annotation>
   
<xs:documentation>ISO Waehrungscode</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="3"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy