complexType ReportingDE_VAGType
diagram index_p1932.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
children KAGNameUndSitz DVR ArtUndAnlagestrategie Boersennotiert RatingUndAgentur Benchmark BenchmarkAlternative Branchen ArtDerRentenpapiere RatingDerRentenpapiere Anteilwert Pos18 Pos19 Pos20 Pos21 Pos22 Pos23 Pos24 Summe AnteilFremdwaehrung
used by
element CountrySpecificReportingDEType/VAGReporting
annotation
documentation
German report - VAG
source <xs:complexType name="ReportingDE_VAGType">
 
<xs:annotation>
   
<xs:documentation>German report - VAG</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="KAGNameUndSitz" type="xs:string"/>
   
<xs:element name="DVR" type="xs:int"/>
   
<xs:element name="ArtUndAnlagestrategie" type="xs:string"/>
   
<xs:element name="Boersennotiert" type="xs:int"/>
   
<xs:element name="RatingUndAgentur" type="xs:string"/>
   
<xs:element name="Benchmark" minOccurs="0" maxOccurs="6">
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="BenchmarkName" type="xs:string"/>
         
<xs:element name="Gewicht" type="xs:decimal"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="BenchmarkAlternative" type="xs:string" minOccurs="0"/>
   
<xs:element name="Branchen" minOccurs="0" maxOccurs="3">
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="BranchenName" type="xs:string"/>
         
<xs:element name="Gewicht" type="xs:decimal"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="ArtDerRentenpapiere">
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="Pos12a" type="xs:decimal"/>
         
<xs:element name="Pos12b" type="xs:decimal"/>
         
<xs:element name="Pos12c" type="xs:decimal"/>
         
<xs:element name="Pos12d" type="xs:decimal"/>
         
<xs:element name="Pos12e" type="xs:decimal"/>
         
<xs:element name="Pos12f" type="xs:decimal"/>
         
<xs:element name="Pos12g" type="xs:decimal"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="RatingDerRentenpapiere">
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="Pos13a" type="xs:decimal"/>
         
<xs:element name="Pos13b" type="xs:decimal"/>
         
<xs:element name="Pos13c" type="xs:decimal"/>
         
<xs:element name="Pos13d" type="xs:decimal"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="Anteilwert" type="xs:decimal"/>
   
<xs:element name="Pos18" type="xs:decimal"/>
   
<xs:element name="Pos19" type="xs:decimal"/>
   
<xs:element name="Pos20" type="xs:decimal"/>
   
<xs:element name="Pos21" type="xs:decimal"/>
   
<xs:element name="Pos22" type="xs:string"/>
   
<xs:element name="Pos23" type="xs:decimal"/>
   
<xs:element name="Pos24" type="xs:decimal"/>
   
<xs:element name="Summe" type="xs:decimal"/>
   
<xs:element name="AnteilFremdwaehrung" type="xs:decimal"/>
 
</xs:sequence>
</xs:complexType>

element ReportingDE_VAGType/KAGNameUndSitz
diagram index_p1933.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type xs:string
properties
content simple
source <xs:element name="KAGNameUndSitz" type="xs:string"/>

element ReportingDE_VAGType/DVR
diagram index_p1934.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type xs:int
properties
content simple
source <xs:element name="DVR" type="xs:int"/>

element ReportingDE_VAGType/ArtUndAnlagestrategie
diagram index_p1935.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type xs:string
properties
content simple
source <xs:element name="ArtUndAnlagestrategie" type="xs:string"/>

element ReportingDE_VAGType/Boersennotiert
diagram index_p1936.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type xs:int
properties
content simple
source <xs:element name="Boersennotiert" type="xs:int"/>

element ReportingDE_VAGType/RatingUndAgentur
diagram index_p1937.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type xs:string
properties
content simple
source <xs:element name="RatingUndAgentur" type="xs:string"/>

element ReportingDE_VAGType/Benchmark
diagram index_p1938.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
properties
minOcc 0
maxOcc 6
content complex
children BenchmarkName Gewicht
source <xs:element name="Benchmark" minOccurs="0" maxOccurs="6">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="BenchmarkName" type="xs:string"/>
     
<xs:element name="Gewicht" type="xs:decimal"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element ReportingDE_VAGType/Benchmark/BenchmarkName
diagram index_p1939.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type xs:string
properties
content simple
source <xs:element name="BenchmarkName" type="xs:string"/>

element ReportingDE_VAGType/Benchmark/Gewicht
diagram index_p1940.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type xs:decimal
properties
content simple
source <xs:element name="Gewicht" type="xs:decimal"/>

element ReportingDE_VAGType/BenchmarkAlternative
diagram index_p1941.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type xs:string
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="BenchmarkAlternative" type="xs:string" minOccurs="0"/>

element ReportingDE_VAGType/Branchen
diagram index_p1942.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
properties
minOcc 0
maxOcc 3
content complex
children BranchenName Gewicht
source <xs:element name="Branchen" minOccurs="0" maxOccurs="3">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="BranchenName" type="xs:string"/>
     
<xs:element name="Gewicht" type="xs:decimal"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element ReportingDE_VAGType/Branchen/BranchenName
diagram index_p1943.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type xs:string
properties
content simple
source <xs:element name="BranchenName" type="xs:string"/>

element ReportingDE_VAGType/Branchen/Gewicht
diagram index_p1944.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type xs:decimal
properties
content simple
source <xs:element name="Gewicht" type="xs:decimal"/>

element ReportingDE_VAGType/ArtDerRentenpapiere
diagram index_p1945.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
properties
content complex
children Pos12a Pos12b Pos12c Pos12d Pos12e Pos12f Pos12g
source <xs:element name="ArtDerRentenpapiere">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Pos12a" type="xs:decimal"/>
     
<xs:element name="Pos12b" type="xs:decimal"/>
     
<xs:element name="Pos12c" type="xs:decimal"/>
     
<xs:element name="Pos12d" type="xs:decimal"/>
     
<xs:element name="Pos12e" type="xs:decimal"/>
     
<xs:element name="Pos12f" type="xs:decimal"/>
     
<xs:element name="Pos12g" type="xs:decimal"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element ReportingDE_VAGType/ArtDerRentenpapiere/Pos12a
diagram index_p1946.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type xs:decimal
properties
content simple
source <xs:element name="Pos12a" type="xs:decimal"/>

element ReportingDE_VAGType/ArtDerRentenpapiere/Pos12b
diagram index_p1947.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type xs:decimal
properties
content simple
source <xs:element name="Pos12b" type="xs:decimal"/>

element ReportingDE_VAGType/ArtDerRentenpapiere/Pos12c
diagram index_p1948.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type xs:decimal
properties
content simple
source <xs:element name="Pos12c" type="xs:decimal"/>

element ReportingDE_VAGType/ArtDerRentenpapiere/Pos12d
diagram index_p1949.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type xs:decimal
properties
content simple
source <xs:element name="Pos12d" type="xs:decimal"/>

element ReportingDE_VAGType/ArtDerRentenpapiere/Pos12e
diagram index_p1950.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type xs:decimal
properties
content simple
source <xs:element name="Pos12e" type="xs:decimal"/>

element ReportingDE_VAGType/ArtDerRentenpapiere/Pos12f
diagram index_p1951.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type xs:decimal
properties
content simple
source <xs:element name="Pos12f" type="xs:decimal"/>

element ReportingDE_VAGType/ArtDerRentenpapiere/Pos12g
diagram index_p1952.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type xs:decimal
properties
content simple
source <xs:element name="Pos12g" type="xs:decimal"/>

element ReportingDE_VAGType/RatingDerRentenpapiere
diagram index_p1953.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
properties
content complex
children Pos13a Pos13b Pos13c Pos13d
source <xs:element name="RatingDerRentenpapiere">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Pos13a" type="xs:decimal"/>
     
<xs:element name="Pos13b" type="xs:decimal"/>
     
<xs:element name="Pos13c" type="xs:decimal"/>
     
<xs:element name="Pos13d" type="xs:decimal"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element ReportingDE_VAGType/RatingDerRentenpapiere/Pos13a
diagram index_p1954.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type xs:decimal
properties
content simple
source <xs:element name="Pos13a" type="xs:decimal"/>

element ReportingDE_VAGType/RatingDerRentenpapiere/Pos13b
diagram index_p1955.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type xs:decimal
properties
content simple
source <xs:element name="Pos13b" type="xs:decimal"/>

element ReportingDE_VAGType/RatingDerRentenpapiere/Pos13c
diagram index_p1956.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type xs:decimal
properties
content simple
source <xs:element name="Pos13c" type="xs:decimal"/>

element ReportingDE_VAGType/RatingDerRentenpapiere/Pos13d
diagram index_p1957.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type xs:decimal
properties
content simple
source <xs:element name="Pos13d" type="xs:decimal"/>

element ReportingDE_VAGType/Anteilwert
diagram index_p1958.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type xs:decimal
properties
content simple
source <xs:element name="Anteilwert" type="xs:decimal"/>

element ReportingDE_VAGType/Pos18
diagram index_p1959.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type xs:decimal
properties
content simple
source <xs:element name="Pos18" type="xs:decimal"/>

element ReportingDE_VAGType/Pos19
diagram index_p1960.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type xs:decimal
properties
content simple
source <xs:element name="Pos19" type="xs:decimal"/>

element ReportingDE_VAGType/Pos20
diagram index_p1961.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type xs:decimal
properties
content simple
source <xs:element name="Pos20" type="xs:decimal"/>

element ReportingDE_VAGType/Pos21
diagram index_p1962.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type xs:decimal
properties
content simple
source <xs:element name="Pos21" type="xs:decimal"/>

element ReportingDE_VAGType/Pos22
diagram index_p1963.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type xs:string
properties
content simple
source <xs:element name="Pos22" type="xs:string"/>

element ReportingDE_VAGType/Pos23
diagram index_p1964.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type xs:decimal
properties
content simple
source <xs:element name="Pos23" type="xs:decimal"/>

element ReportingDE_VAGType/Pos24
diagram index_p1965.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type xs:decimal
properties
content simple
source <xs:element name="Pos24" type="xs:decimal"/>

element ReportingDE_VAGType/Summe
diagram index_p1966.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type xs:decimal
properties
content simple
source <xs:element name="Summe" type="xs:decimal"/>

element ReportingDE_VAGType/AnteilFremdwaehrung
diagram index_p1967.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type xs:decimal
properties
content simple
source <xs:element name="AnteilFremdwaehrung" type="xs:decimal"/>


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