complexType SavingsType
diagram index_p2046.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
children Verkaufsstelle Sparplanfaehig MindestRateSparplan MindestEinmalAnlage MindestFolgeAnlage
used by
element CountrySpecificDataDEType/Sparplandaten
annotation
documentation
?
documentation
Sparplandaten
source <xs:complexType name="SavingsType">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">?</xs:documentation>
   
<xs:documentation xml:lang="de">Sparplandaten</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Verkaufsstelle" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation xml:lang="en">?</xs:documentation>
       
<xs:documentation xml:lang="de">Die Verkaufsstelle des Fonds</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Sparplanfaehig" type="xs:boolean" nillable="true">
     
<xs:annotation>
       
<xs:documentation xml:lang="en">?</xs:documentation>
       
<xs:documentation xml:lang="de">Ein Flag, das angibt ob der Fonds sparplanfaehig ist oder nicht</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="MindestRateSparplan" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation xml:lang="en">?</xs:documentation>
       
<xs:documentation xml:lang="de">Die Mindestrate fuer den Sparplanes</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="Rate" type="xs:decimal">
           
<xs:annotation>
             
<xs:documentation xml:lang="en">?</xs:documentation>
             
<xs:documentation xml:lang="de">Die Rate</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element name="Waehrung" type="ISOCurrencyCodeType">
           
<xs:annotation>
             
<xs:documentation xml:lang="en">?</xs:documentation>
             
<xs:documentation xml:lang="de">Die Waehrung der Mindestrate</xs:documentation>
           
</xs:annotation>
         
</xs:element>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="MindestEinmalAnlage" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation xml:lang="en">?</xs:documentation>
       
<xs:documentation xml:lang="de">Gitb an wieviel bei einerm Sparplan beim ersten mal angelegt werden muss</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="Anlage" type="xs:decimal">
           
<xs:annotation>
             
<xs:documentation xml:lang="en">?</xs:documentation>
             
<xs:documentation xml:lang="de">Der Wert der Mindestanlage</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element name="Waehrung" type="ISOCurrencyCodeType">
           
<xs:annotation>
             
<xs:documentation xml:lang="en">?</xs:documentation>
             
<xs:documentation xml:lang="de">Die Waehrung der Mindestanlage</xs:documentation>
           
</xs:annotation>
         
</xs:element>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="MindestFolgeAnlage" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation xml:lang="en">?</xs:documentation>
       
<xs:documentation xml:lang="de">Gibt an wieviel in der Folge (nach der Erstanlage) mindestens angelegt werden muss</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="Anlage" type="xs:decimal">
           
<xs:annotation>
             
<xs:documentation xml:lang="en">?</xs:documentation>
             
<xs:documentation xml:lang="de">Der Wert der Folgeanlage</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element name="Waehrung" type="ISOCurrencyCodeType">
           
<xs:annotation>
             
<xs:documentation xml:lang="en">?</xs:documentation>
             
<xs:documentation xml:lang="de">Die Waehrung der Folgeanlage</xs:documentation>
           
</xs:annotation>
         
</xs:element>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element SavingsType/Verkaufsstelle
diagram index_p2047.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
?
documentation
Die Verkaufsstelle des Fonds
source <xs:element name="Verkaufsstelle" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">?</xs:documentation>
   
<xs:documentation xml:lang="de">Die Verkaufsstelle des Fonds</xs:documentation>
 
</xs:annotation>
</xs:element>

element SavingsType/Sparplanfaehig
diagram index_p2048.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type xs:boolean
properties
content simple
nillable true
annotation
documentation
?
documentation
Ein Flag, das angibt ob der Fonds sparplanfaehig ist oder nicht
source <xs:element name="Sparplanfaehig" type="xs:boolean" nillable="true">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">?</xs:documentation>
   
<xs:documentation xml:lang="de">Ein Flag, das angibt ob der Fonds sparplanfaehig ist oder nicht</xs:documentation>
 
</xs:annotation>
</xs:element>

element SavingsType/MindestRateSparplan
diagram index_p2049.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
properties
minOcc 0
maxOcc 1
content complex
children Rate Waehrung
annotation
documentation
?
documentation
Die Mindestrate fuer den Sparplanes
source <xs:element name="MindestRateSparplan" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">?</xs:documentation>
   
<xs:documentation xml:lang="de">Die Mindestrate fuer den Sparplanes</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Rate" type="xs:decimal">
       
<xs:annotation>
         
<xs:documentation xml:lang="en">?</xs:documentation>
         
<xs:documentation xml:lang="de">Die Rate</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="Waehrung" type="ISOCurrencyCodeType">
       
<xs:annotation>
         
<xs:documentation xml:lang="en">?</xs:documentation>
         
<xs:documentation xml:lang="de">Die Waehrung der Mindestrate</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element SavingsType/MindestRateSparplan/Rate
diagram index_p2050.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type xs:decimal
properties
content simple
annotation
documentation
?
documentation
Die Rate
source <xs:element name="Rate" type="xs:decimal">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">?</xs:documentation>
   
<xs:documentation xml:lang="de">Die Rate</xs:documentation>
 
</xs:annotation>
</xs:element>

element SavingsType/MindestRateSparplan/Waehrung
diagram index_p2051.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type ISOCurrencyCodeType
properties
content simple
facets
Kind Value Annotation
minLength 3
maxLength 3
annotation
documentation
?
documentation
Die Waehrung der Mindestrate
source <xs:element name="Waehrung" type="ISOCurrencyCodeType">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">?</xs:documentation>
   
<xs:documentation xml:lang="de">Die Waehrung der Mindestrate</xs:documentation>
 
</xs:annotation>
</xs:element>

element SavingsType/MindestEinmalAnlage
diagram index_p2052.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
properties
minOcc 0
maxOcc 1
content complex
children Anlage Waehrung
annotation
documentation
?
documentation
Gitb an wieviel bei einerm Sparplan beim ersten mal angelegt werden muss
source <xs:element name="MindestEinmalAnlage" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">?</xs:documentation>
   
<xs:documentation xml:lang="de">Gitb an wieviel bei einerm Sparplan beim ersten mal angelegt werden muss</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Anlage" type="xs:decimal">
       
<xs:annotation>
         
<xs:documentation xml:lang="en">?</xs:documentation>
         
<xs:documentation xml:lang="de">Der Wert der Mindestanlage</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="Waehrung" type="ISOCurrencyCodeType">
       
<xs:annotation>
         
<xs:documentation xml:lang="en">?</xs:documentation>
         
<xs:documentation xml:lang="de">Die Waehrung der Mindestanlage</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element SavingsType/MindestEinmalAnlage/Anlage
diagram index_p2053.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type xs:decimal
properties
content simple
annotation
documentation
?
documentation
Der Wert der Mindestanlage
source <xs:element name="Anlage" type="xs:decimal">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">?</xs:documentation>
   
<xs:documentation xml:lang="de">Der Wert der Mindestanlage</xs:documentation>
 
</xs:annotation>
</xs:element>

element SavingsType/MindestEinmalAnlage/Waehrung
diagram index_p2054.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type ISOCurrencyCodeType
properties
content simple
facets
Kind Value Annotation
minLength 3
maxLength 3
annotation
documentation
?
documentation
Die Waehrung der Mindestanlage
source <xs:element name="Waehrung" type="ISOCurrencyCodeType">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">?</xs:documentation>
   
<xs:documentation xml:lang="de">Die Waehrung der Mindestanlage</xs:documentation>
 
</xs:annotation>
</xs:element>

element SavingsType/MindestFolgeAnlage
diagram index_p2055.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
properties
minOcc 0
maxOcc 1
content complex
children Anlage Waehrung
annotation
documentation
?
documentation
Gibt an wieviel in der Folge (nach der Erstanlage) mindestens angelegt werden muss
source <xs:element name="MindestFolgeAnlage" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">?</xs:documentation>
   
<xs:documentation xml:lang="de">Gibt an wieviel in der Folge (nach der Erstanlage) mindestens angelegt werden muss</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Anlage" type="xs:decimal">
       
<xs:annotation>
         
<xs:documentation xml:lang="en">?</xs:documentation>
         
<xs:documentation xml:lang="de">Der Wert der Folgeanlage</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="Waehrung" type="ISOCurrencyCodeType">
       
<xs:annotation>
         
<xs:documentation xml:lang="en">?</xs:documentation>
         
<xs:documentation xml:lang="de">Die Waehrung der Folgeanlage</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element SavingsType/MindestFolgeAnlage/Anlage
diagram index_p2056.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type xs:decimal
properties
content simple
annotation
documentation
?
documentation
Der Wert der Folgeanlage
source <xs:element name="Anlage" type="xs:decimal">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">?</xs:documentation>
   
<xs:documentation xml:lang="de">Der Wert der Folgeanlage</xs:documentation>
 
</xs:annotation>
</xs:element>

element SavingsType/MindestFolgeAnlage/Waehrung
diagram index_p2057.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type ISOCurrencyCodeType
properties
content simple
facets
Kind Value Annotation
minLength 3
maxLength 3
annotation
documentation
?
documentation
Die Waehrung der Folgeanlage
source <xs:element name="Waehrung" type="ISOCurrencyCodeType">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">?</xs:documentation>
   
<xs:documentation xml:lang="de">Die Waehrung der Folgeanlage</xs:documentation>
 
</xs:annotation>
</xs:element>


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