complexType FeeType
diagram index_p1100.png
namespace http://www.fundsxml.org/XMLSchema/3.0.7
children Name Text AbsoluteValue RelativeValue Text Range
used by
element FeesType/Fee
annotation
documentation
A type which represents one fee
documentation
Ein Typ, der eine Gebuehr darstellt.
source <xs:complexType name="FeeType">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">A type which represents one fee</xs:documentation>
   
<xs:documentation xml:lang="de">Ein Typ, der eine Gebuehr darstellt.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Name" type="xs:string">
     
<xs:annotation>
       
<xs:documentation xml:lang="en">The name of the fee. This Information comes from the dictionary.</xs:documentation>
       
<xs:documentation xml:lang="de">Der Name der Gebuehr. Diese information wird im Dictionary gepflegt.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:choice>
     
<xs:annotation>
       
<xs:documentation xml:lang="en">Either a text is used or an absolut value with a relative value.</xs:documentation>
       
<xs:documentation xml:lang="de">Entweder man benutzt einen Text oder aber einen absoluten Wert mit einem relativen Wert und kann dann noch einen Text angeben,CURRENT VALUE</xs:documentation>
     
</xs:annotation>
     
<xs:element name="Text" type="xs:string">
       
<xs:annotation>
         
<xs:documentation xml:lang="en">A free textfield which can be used for fees that could not be expressed by a formula</xs:documentation>
         
<xs:documentation xml:lang="de">Ein Freitext zur Eingabe von Gebuehren, die nicht durch Formeln ausgedrueckt werden koennen</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:sequence>
       
<xs:choice>
         
<xs:element name="AbsoluteValue" type="xs:decimal">
           
<xs:annotation>
             
<xs:documentation xml:lang="en">Absolute value of a fee</xs:documentation>
             
<xs:documentation xml:lang="de">Absoluter Werte einer Gebuehr</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element name="RelativeValue" type="PercentageType">
           
<xs:annotation>
             
<xs:documentation xml:lang="en">Relative value of a fee</xs:documentation>
             
<xs:documentation xml:lang="de">Relativer Wert einer Gebuehr</xs:documentation>
           
</xs:annotation>
         
</xs:element>
       
</xs:choice>
       
<xs:element name="Text" type="xs:string" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation xml:lang="en">A free textfield which can be used for fees that could not be expressed by a formula</xs:documentation>
           
<xs:documentation xml:lang="de">Ein Freitext fuer die Gebuehren, deren Werte nur durch Berechnungen zustande kommen.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:choice>
   
<xs:element name="Range" minOccurs="0">
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="Maximum" minOccurs="0">
           
<xs:complexType>
             
<xs:sequence>
               
<xs:choice>
                 
<xs:element name="AbsoluteValue" type="xs:decimal">
                   
<xs:annotation>
                     
<xs:documentation xml:lang="en">Absolute value of a fee</xs:documentation>
                     
<xs:documentation xml:lang="de">Absoluter Werte einer Gebuehr</xs:documentation>
                   
</xs:annotation>
                 
</xs:element>
                 
<xs:element name="RelativeValue" type="PercentageType">
                   
<xs:annotation>
                     
<xs:documentation xml:lang="en">Relative value of a fee</xs:documentation>
                     
<xs:documentation xml:lang="de">Relativer Wert einer Gebuehr</xs:documentation>
                   
</xs:annotation>
                 
</xs:element>
               
</xs:choice>
               
<xs:element name="Text" type="xs:string" minOccurs="0">
                 
<xs:annotation>
                   
<xs:documentation xml:lang="en">A free textfield which can be used for fees that could not be expressed by a formula</xs:documentation>
                   
<xs:documentation xml:lang="de">Ein Freitext fuer die Gebuehren, deren Werte nur durch Berechnungen zustande kommen.</xs:documentation>
                 
</xs:annotation>
               
</xs:element>
             
</xs:sequence>
           
</xs:complexType>
         
</xs:element>
         
<xs:element name="Minimum" minOccurs="0">
           
<xs:complexType>
             
<xs:sequence>
               
<xs:choice>
                 
<xs:element name="AbsoluteValue" type="xs:decimal">
                   
<xs:annotation>
                     
<xs:documentation xml:lang="en">Absolute value of a fee</xs:documentation>
                     
<xs:documentation xml:lang="de">Absoluter Werte einer Gebuehr</xs:documentation>
                   
</xs:annotation>
                 
</xs:element>
                 
<xs:element name="RelativeValue" type="PercentageType">
                   
<xs:annotation>
                     
<xs:documentation xml:lang="en">Relative value of a fee</xs:documentation>
                     
<xs:documentation xml:lang="de">Relativer Wert einer Gebuehr</xs:documentation>
                   
</xs:annotation>
                 
</xs:element>
               
</xs:choice>
               
<xs:element name="Text" type="xs:string" minOccurs="0">
                 
<xs:annotation>
                   
<xs:documentation xml:lang="en">A free textfield which can be used for fees that could not be expressed by a formula</xs:documentation>
                   
<xs:documentation xml:lang="de">Ein Freitext fuer die Gebuehren, deren Werte nur durch Berechnungen zustande kommen.</xs:documentation>
                 
</xs:annotation>
               
</xs:element>
             
</xs:sequence>
           
</xs:complexType>
         
</xs:element>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element FeeType/Name
diagram index_p1101.png
namespace http://www.fundsxml.org/XMLSchema/3.0.7
type xs:string
properties
content simple
annotation
documentation
The name of the fee. This Information comes from the dictionary.
documentation
Der Name der Gebuehr. Diese information wird im Dictionary gepflegt.
source <xs:element name="Name" type="xs:string">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">The name of the fee. This Information comes from the dictionary.</xs:documentation>
   
<xs:documentation xml:lang="de">Der Name der Gebuehr. Diese information wird im Dictionary gepflegt.</xs:documentation>
 
</xs:annotation>
</xs:element>

element FeeType/Text
diagram index_p1102.png
namespace http://www.fundsxml.org/XMLSchema/3.0.7
type xs:string
properties
content simple
annotation
documentation
A free textfield which can be used for fees that could not be expressed by a formula
documentation
Ein Freitext zur Eingabe von Gebuehren, die nicht durch Formeln ausgedrueckt werden koennen
source <xs:element name="Text" type="xs:string">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">A free textfield which can be used for fees that could not be expressed by a formula</xs:documentation>
   
<xs:documentation xml:lang="de">Ein Freitext zur Eingabe von Gebuehren, die nicht durch Formeln ausgedrueckt werden koennen</xs:documentation>
 
</xs:annotation>
</xs:element>

element FeeType/AbsoluteValue
diagram index_p1103.png
namespace http://www.fundsxml.org/XMLSchema/3.0.7
type xs:decimal
properties
content simple
annotation
documentation
Absolute value of a fee
documentation
Absoluter Werte einer Gebuehr
source <xs:element name="AbsoluteValue" type="xs:decimal">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">Absolute value of a fee</xs:documentation>
   
<xs:documentation xml:lang="de">Absoluter Werte einer Gebuehr</xs:documentation>
 
</xs:annotation>
</xs:element>

element FeeType/RelativeValue
diagram index_p1104.png
namespace http://www.fundsxml.org/XMLSchema/3.0.7
type PercentageType
properties
content simple
annotation
documentation
Relative value of a fee
documentation
Relativer Wert einer Gebuehr
source <xs:element name="RelativeValue" type="PercentageType">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">Relative value of a fee</xs:documentation>
   
<xs:documentation xml:lang="de">Relativer Wert einer Gebuehr</xs:documentation>
 
</xs:annotation>
</xs:element>

element FeeType/Text
diagram index_p1105.png
namespace http://www.fundsxml.org/XMLSchema/3.0.7
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
A free textfield which can be used for fees that could not be expressed by a formula
documentation
Ein Freitext fuer die Gebuehren, deren Werte nur durch Berechnungen zustande kommen.
source <xs:element name="Text" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">A free textfield which can be used for fees that could not be expressed by a formula</xs:documentation>
   
<xs:documentation xml:lang="de">Ein Freitext fuer die Gebuehren, deren Werte nur durch Berechnungen zustande kommen.</xs:documentation>
 
</xs:annotation>
</xs:element>

element FeeType/Range
diagram index_p1106.png
namespace http://www.fundsxml.org/XMLSchema/3.0.7
properties
minOcc 0
maxOcc 1
content complex
children Maximum Minimum
source <xs:element name="Range" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Maximum" minOccurs="0">
       
<xs:complexType>
         
<xs:sequence>
           
<xs:choice>
             
<xs:element name="AbsoluteValue" type="xs:decimal">
               
<xs:annotation>
                 
<xs:documentation xml:lang="en">Absolute value of a fee</xs:documentation>
                 
<xs:documentation xml:lang="de">Absoluter Werte einer Gebuehr</xs:documentation>
               
</xs:annotation>
             
</xs:element>
             
<xs:element name="RelativeValue" type="PercentageType">
               
<xs:annotation>
                 
<xs:documentation xml:lang="en">Relative value of a fee</xs:documentation>
                 
<xs:documentation xml:lang="de">Relativer Wert einer Gebuehr</xs:documentation>
               
</xs:annotation>
             
</xs:element>
           
</xs:choice>
           
<xs:element name="Text" type="xs:string" minOccurs="0">
             
<xs:annotation>
               
<xs:documentation xml:lang="en">A free textfield which can be used for fees that could not be expressed by a formula</xs:documentation>
               
<xs:documentation xml:lang="de">Ein Freitext fuer die Gebuehren, deren Werte nur durch Berechnungen zustande kommen.</xs:documentation>
             
</xs:annotation>
           
</xs:element>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="Minimum" minOccurs="0">
       
<xs:complexType>
         
<xs:sequence>
           
<xs:choice>
             
<xs:element name="AbsoluteValue" type="xs:decimal">
               
<xs:annotation>
                 
<xs:documentation xml:lang="en">Absolute value of a fee</xs:documentation>
                 
<xs:documentation xml:lang="de">Absoluter Werte einer Gebuehr</xs:documentation>
               
</xs:annotation>
             
</xs:element>
             
<xs:element name="RelativeValue" type="PercentageType">
               
<xs:annotation>
                 
<xs:documentation xml:lang="en">Relative value of a fee</xs:documentation>
                 
<xs:documentation xml:lang="de">Relativer Wert einer Gebuehr</xs:documentation>
               
</xs:annotation>
             
</xs:element>
           
</xs:choice>
           
<xs:element name="Text" type="xs:string" minOccurs="0">
             
<xs:annotation>
               
<xs:documentation xml:lang="en">A free textfield which can be used for fees that could not be expressed by a formula</xs:documentation>
               
<xs:documentation xml:lang="de">Ein Freitext fuer die Gebuehren, deren Werte nur durch Berechnungen zustande kommen.</xs:documentation>
             
</xs:annotation>
           
</xs:element>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element FeeType/Range/Maximum
diagram index_p1107.png
namespace http://www.fundsxml.org/XMLSchema/3.0.7
properties
minOcc 0
maxOcc 1
content complex
children AbsoluteValue RelativeValue Text
source <xs:element name="Maximum" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:choice>
       
<xs:element name="AbsoluteValue" type="xs:decimal">
         
<xs:annotation>
           
<xs:documentation xml:lang="en">Absolute value of a fee</xs:documentation>
           
<xs:documentation xml:lang="de">Absoluter Werte einer Gebuehr</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="RelativeValue" type="PercentageType">
         
<xs:annotation>
           
<xs:documentation xml:lang="en">Relative value of a fee</xs:documentation>
           
<xs:documentation xml:lang="de">Relativer Wert einer Gebuehr</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:choice>
     
<xs:element name="Text" type="xs:string" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation xml:lang="en">A free textfield which can be used for fees that could not be expressed by a formula</xs:documentation>
         
<xs:documentation xml:lang="de">Ein Freitext fuer die Gebuehren, deren Werte nur durch Berechnungen zustande kommen.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element FeeType/Range/Maximum/AbsoluteValue
diagram index_p1108.png
namespace http://www.fundsxml.org/XMLSchema/3.0.7
type xs:decimal
properties
content simple
annotation
documentation
Absolute value of a fee
documentation
Absoluter Werte einer Gebuehr
source <xs:element name="AbsoluteValue" type="xs:decimal">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">Absolute value of a fee</xs:documentation>
   
<xs:documentation xml:lang="de">Absoluter Werte einer Gebuehr</xs:documentation>
 
</xs:annotation>
</xs:element>

element FeeType/Range/Maximum/RelativeValue
diagram index_p1109.png
namespace http://www.fundsxml.org/XMLSchema/3.0.7
type PercentageType
properties
content simple
annotation
documentation
Relative value of a fee
documentation
Relativer Wert einer Gebuehr
source <xs:element name="RelativeValue" type="PercentageType">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">Relative value of a fee</xs:documentation>
   
<xs:documentation xml:lang="de">Relativer Wert einer Gebuehr</xs:documentation>
 
</xs:annotation>
</xs:element>

element FeeType/Range/Maximum/Text
diagram index_p1110.png
namespace http://www.fundsxml.org/XMLSchema/3.0.7
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
A free textfield which can be used for fees that could not be expressed by a formula
documentation
Ein Freitext fuer die Gebuehren, deren Werte nur durch Berechnungen zustande kommen.
source <xs:element name="Text" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">A free textfield which can be used for fees that could not be expressed by a formula</xs:documentation>
   
<xs:documentation xml:lang="de">Ein Freitext fuer die Gebuehren, deren Werte nur durch Berechnungen zustande kommen.</xs:documentation>
 
</xs:annotation>
</xs:element>

element FeeType/Range/Minimum
diagram index_p1111.png
namespace http://www.fundsxml.org/XMLSchema/3.0.7
properties
minOcc 0
maxOcc 1
content complex
children AbsoluteValue RelativeValue Text
source <xs:element name="Minimum" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:choice>
       
<xs:element name="AbsoluteValue" type="xs:decimal">
         
<xs:annotation>
           
<xs:documentation xml:lang="en">Absolute value of a fee</xs:documentation>
           
<xs:documentation xml:lang="de">Absoluter Werte einer Gebuehr</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="RelativeValue" type="PercentageType">
         
<xs:annotation>
           
<xs:documentation xml:lang="en">Relative value of a fee</xs:documentation>
           
<xs:documentation xml:lang="de">Relativer Wert einer Gebuehr</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:choice>
     
<xs:element name="Text" type="xs:string" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation xml:lang="en">A free textfield which can be used for fees that could not be expressed by a formula</xs:documentation>
         
<xs:documentation xml:lang="de">Ein Freitext fuer die Gebuehren, deren Werte nur durch Berechnungen zustande kommen.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element FeeType/Range/Minimum/AbsoluteValue
diagram index_p1112.png
namespace http://www.fundsxml.org/XMLSchema/3.0.7
type xs:decimal
properties
content simple
annotation
documentation
Absolute value of a fee
documentation
Absoluter Werte einer Gebuehr
source <xs:element name="AbsoluteValue" type="xs:decimal">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">Absolute value of a fee</xs:documentation>
   
<xs:documentation xml:lang="de">Absoluter Werte einer Gebuehr</xs:documentation>
 
</xs:annotation>
</xs:element>

element FeeType/Range/Minimum/RelativeValue
diagram index_p1113.png
namespace http://www.fundsxml.org/XMLSchema/3.0.7
type PercentageType
properties
content simple
annotation
documentation
Relative value of a fee
documentation
Relativer Wert einer Gebuehr
source <xs:element name="RelativeValue" type="PercentageType">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">Relative value of a fee</xs:documentation>
   
<xs:documentation xml:lang="de">Relativer Wert einer Gebuehr</xs:documentation>
 
</xs:annotation>
</xs:element>

element FeeType/Range/Minimum/Text
diagram index_p1114.png
namespace http://www.fundsxml.org/XMLSchema/3.0.7
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
A free textfield which can be used for fees that could not be expressed by a formula
documentation
Ein Freitext fuer die Gebuehren, deren Werte nur durch Berechnungen zustande kommen.
source <xs:element name="Text" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">A free textfield which can be used for fees that could not be expressed by a formula</xs:documentation>
   
<xs:documentation xml:lang="de">Ein Freitext fuer die Gebuehren, deren Werte nur durch Berechnungen zustande kommen.</xs:documentation>
 
</xs:annotation>
</xs:element>


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