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

element SavingsType/Verkaufsstelle
diagram index_p1528.png
namespace http://www.fundsxml.org
type xs:string
properties
content simple
annotation
documentation
Die Verkaufsstelle des Fonds
documentation
?
source <xs:element name="Verkaufsstelle" type="xs:string">
 
<xs:annotation>
   
<xs:documentation xml:lang="de">Die Verkaufsstelle des Fonds</xs:documentation>
   
<xs:documentation xml:lang="en">?</xs:documentation>
 
</xs:annotation>
</xs:element>

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

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

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

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

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

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

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

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

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

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


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