complexType PolicyType
diagram index_p1143.png
namespace http://www.fundsxml.org
children Date Strategy InvestementFocus RiskClassification Property CapitalProtectedFund
used by
element FundFactsType/Policy
annotation
documentation
Die Anlagephilosophie: Unterhalb der Anlagephilosophie werden alle Informationen abgelegt, die den Fonds in seiner Anlagestrategie charakterisiert.
documentation
The fund policy: The historical information that determine the investment strategy of the fund over a period of time.
source <xs:complexType name="PolicyType">
 
<xs:annotation>
   
<xs:documentation xml:lang="de">Die Anlagephilosophie: Unterhalb der Anlagephilosophie werden alle Informationen abgelegt, die den Fonds in seiner Anlagestrategie charakterisiert. </xs:documentation>
   
<xs:documentation xml:lang="en">The fund policy: The historical information that determine the investment strategy of the fund over a period of time.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Date" type="xs:date" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation xml:lang="de">Das Gueltigkeitsdatum ab wann diese Daten der  Anlagephilosophie gueltig sind.</xs:documentation>
       
<xs:documentation xml:lang="en">The date when then associated policy information became effective.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Strategy" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation xml:lang="de">Anlagepolitik: Die Anlagepolitik beschreibt wie der Fondsmanager bei der Anlage vorgeht. Dies ist als Text vorgegeben.</xs:documentation>
       
<xs:documentation xml:lang="en">Describes the actions the fund manager takes in fund investement.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="InvestementFocus" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Anlageschwerpunkt: Der Bereich, in den dieser Fonds hauptsaechlich investiert (z.B. Aktien Deutschland).</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="RiskClassification" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation xml:lang="de">Risikoklassifizierung: Die Risikoklassifizierung stellt die Einordnung des Fonds in eine Risikoklasse der herausgebenden Gesellschaft dar.</xs:documentation>
       
<xs:documentation xml:lang="en">Represents the funds risk classification regarding to the specified risk classification company.</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="RiskClassificationOf" type="xs:string">
           
<xs:annotation>
             
<xs:documentation xml:lang="de">Mit der Risikoklassifizierung wird der Name der verwendeten Risikoklassifizierung angegeben. Dies ist insofern notwendig, da jede Gesellschaft ihre eigenen Definitionen der Risikoklassen hat.</xs:documentation>
             
<xs:documentation xml:lang="en">The name of the risk classification that was applied to this fund. This peace of information is required because each risk classification authority specifies their own risk classes.</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element name="RiskValue" type="xs:string">
           
<xs:annotation>
             
<xs:documentation xml:lang="de">Die Risikoklasse ist der Wert der Einordnung in eine Risikoklassifizierung. Risikoklassifizierung und Risikoklasse stellen somit ein Name-Value-Paar dar. </xs:documentation>
             
<xs:documentation xml:lang="en">The value of the risk classification. It comes together in Value-Name pair with the name of the risk classification.</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element name="Text" type="xs:string" minOccurs="0">
           
<xs:annotation>
             
<xs:documentation xml:lang="de">Auch hier hat man mit dem Freitext wieder die Moeglichkeit, zusaetzliche Informationen zu einer Risikoklassifizierung abzulegen, die nicht in ein festes Schema zu bringen sind.</xs:documentation>
             
<xs:documentation xml:lang="en">Free space for additional information regarding the funds risk classification.</xs:documentation>
           
</xs:annotation>
         
</xs:element>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="Property" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation xml:lang="de">Eigenschaften: Mit den Eigenschaften hat der Anwender die Moeglichkeit, beliebig viele zusaetzliche Informationen ueber die Anlagephilosophie in einem Name-Value-Paar abzulegen.</xs:documentation>
       
<xs:documentation xml:lang="en">Name-Value property pairs that can be used to further describe the investment strategy of the fund.</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="Name" type="xs:string">
           
<xs:annotation>
             
<xs:documentation xml:lang="de">Den Name der Eigenschaft.</xs:documentation>
             
<xs:documentation xml:lang="en">The name of the property</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element name="Value" type="xs:string">
           
<xs:annotation>
             
<xs:documentation xml:lang="de">Der Wert der Eigenschaft</xs:documentation>
             
<xs:documentation xml:lang="en">The according value of the property</xs:documentation>
           
</xs:annotation>
         
</xs:element>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="CapitalProtectedFund" type="xs:boolean" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Flag for Capital Protected Funds (guaranteed and guaranteed like funds)</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element PolicyType/Date
diagram index_p1144.png
namespace http://www.fundsxml.org
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Das Gueltigkeitsdatum ab wann diese Daten der  Anlagephilosophie gueltig sind.
documentation
The date when then associated policy information became effective.
source <xs:element name="Date" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="de">Das Gueltigkeitsdatum ab wann diese Daten der  Anlagephilosophie gueltig sind.</xs:documentation>
   
<xs:documentation xml:lang="en">The date when then associated policy information became effective.</xs:documentation>
 
</xs:annotation>
</xs:element>

element PolicyType/Strategy
diagram index_p1145.png
namespace http://www.fundsxml.org
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Anlagepolitik: Die Anlagepolitik beschreibt wie der Fondsmanager bei der Anlage vorgeht. Dies ist als Text vorgegeben.
documentation
Describes the actions the fund manager takes in fund investement.
source <xs:element name="Strategy" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="de">Anlagepolitik: Die Anlagepolitik beschreibt wie der Fondsmanager bei der Anlage vorgeht. Dies ist als Text vorgegeben.</xs:documentation>
   
<xs:documentation xml:lang="en">Describes the actions the fund manager takes in fund investement.</xs:documentation>
 
</xs:annotation>
</xs:element>

element PolicyType/InvestementFocus
diagram index_p1146.png
namespace http://www.fundsxml.org
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Anlageschwerpunkt: Der Bereich, in den dieser Fonds hauptsaechlich investiert (z.B. Aktien Deutschland).
source <xs:element name="InvestementFocus" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Anlageschwerpunkt: Der Bereich, in den dieser Fonds hauptsaechlich investiert (z.B. Aktien Deutschland).</xs:documentation>
 
</xs:annotation>
</xs:element>

element PolicyType/RiskClassification
diagram index_p1147.png
namespace http://www.fundsxml.org
properties
minOcc 0
maxOcc 1
content complex
children RiskClassificationOf RiskValue Text
annotation
documentation
Risikoklassifizierung: Die Risikoklassifizierung stellt die Einordnung des Fonds in eine Risikoklasse der herausgebenden Gesellschaft dar.
documentation
Represents the funds risk classification regarding to the specified risk classification company.
source <xs:element name="RiskClassification" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="de">Risikoklassifizierung: Die Risikoklassifizierung stellt die Einordnung des Fonds in eine Risikoklasse der herausgebenden Gesellschaft dar.</xs:documentation>
   
<xs:documentation xml:lang="en">Represents the funds risk classification regarding to the specified risk classification company.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="RiskClassificationOf" type="xs:string">
       
<xs:annotation>
         
<xs:documentation xml:lang="de">Mit der Risikoklassifizierung wird der Name der verwendeten Risikoklassifizierung angegeben. Dies ist insofern notwendig, da jede Gesellschaft ihre eigenen Definitionen der Risikoklassen hat.</xs:documentation>
         
<xs:documentation xml:lang="en">The name of the risk classification that was applied to this fund. This peace of information is required because each risk classification authority specifies their own risk classes.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="RiskValue" type="xs:string">
       
<xs:annotation>
         
<xs:documentation xml:lang="de">Die Risikoklasse ist der Wert der Einordnung in eine Risikoklassifizierung. Risikoklassifizierung und Risikoklasse stellen somit ein Name-Value-Paar dar. </xs:documentation>
         
<xs:documentation xml:lang="en">The value of the risk classification. It comes together in Value-Name pair with the name of the risk classification.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="Text" type="xs:string" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation xml:lang="de">Auch hier hat man mit dem Freitext wieder die Moeglichkeit, zusaetzliche Informationen zu einer Risikoklassifizierung abzulegen, die nicht in ein festes Schema zu bringen sind.</xs:documentation>
         
<xs:documentation xml:lang="en">Free space for additional information regarding the funds risk classification.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element PolicyType/RiskClassification/RiskClassificationOf
diagram index_p1148.png
namespace http://www.fundsxml.org
type xs:string
properties
content simple
annotation
documentation
Mit der Risikoklassifizierung wird der Name der verwendeten Risikoklassifizierung angegeben. Dies ist insofern notwendig, da jede Gesellschaft ihre eigenen Definitionen der Risikoklassen hat.
documentation
The name of the risk classification that was applied to this fund. This peace of information is required because each risk classification authority specifies their own risk classes.
source <xs:element name="RiskClassificationOf" type="xs:string">
 
<xs:annotation>
   
<xs:documentation xml:lang="de">Mit der Risikoklassifizierung wird der Name der verwendeten Risikoklassifizierung angegeben. Dies ist insofern notwendig, da jede Gesellschaft ihre eigenen Definitionen der Risikoklassen hat.</xs:documentation>
   
<xs:documentation xml:lang="en">The name of the risk classification that was applied to this fund. This peace of information is required because each risk classification authority specifies their own risk classes.</xs:documentation>
 
</xs:annotation>
</xs:element>

element PolicyType/RiskClassification/RiskValue
diagram index_p1149.png
namespace http://www.fundsxml.org
type xs:string
properties
content simple
annotation
documentation
Die Risikoklasse ist der Wert der Einordnung in eine Risikoklassifizierung. Risikoklassifizierung und Risikoklasse stellen somit ein Name-Value-Paar dar.
documentation
The value of the risk classification. It comes together in Value-Name pair with the name of the risk classification.
source <xs:element name="RiskValue" type="xs:string">
 
<xs:annotation>
   
<xs:documentation xml:lang="de">Die Risikoklasse ist der Wert der Einordnung in eine Risikoklassifizierung. Risikoklassifizierung und Risikoklasse stellen somit ein Name-Value-Paar dar. </xs:documentation>
   
<xs:documentation xml:lang="en">The value of the risk classification. It comes together in Value-Name pair with the name of the risk classification.</xs:documentation>
 
</xs:annotation>
</xs:element>

element PolicyType/RiskClassification/Text
diagram index_p1150.png
namespace http://www.fundsxml.org
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Auch hier hat man mit dem Freitext wieder die Moeglichkeit, zusaetzliche Informationen zu einer Risikoklassifizierung abzulegen, die nicht in ein festes Schema zu bringen sind.
documentation
Free space for additional information regarding the funds risk classification.
source <xs:element name="Text" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="de">Auch hier hat man mit dem Freitext wieder die Moeglichkeit, zusaetzliche Informationen zu einer Risikoklassifizierung abzulegen, die nicht in ein festes Schema zu bringen sind.</xs:documentation>
   
<xs:documentation xml:lang="en">Free space for additional information regarding the funds risk classification.</xs:documentation>
 
</xs:annotation>
</xs:element>

element PolicyType/Property
diagram index_p1151.png
namespace http://www.fundsxml.org
properties
minOcc 0
maxOcc unbounded
content complex
children Name Value
annotation
documentation
Eigenschaften: Mit den Eigenschaften hat der Anwender die Moeglichkeit, beliebig viele zusaetzliche Informationen ueber die Anlagephilosophie in einem Name-Value-Paar abzulegen.
documentation
Name-Value property pairs that can be used to further describe the investment strategy of the fund.
source <xs:element name="Property" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation xml:lang="de">Eigenschaften: Mit den Eigenschaften hat der Anwender die Moeglichkeit, beliebig viele zusaetzliche Informationen ueber die Anlagephilosophie in einem Name-Value-Paar abzulegen.</xs:documentation>
   
<xs:documentation xml:lang="en">Name-Value property pairs that can be used to further describe the investment strategy of the fund.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Name" type="xs:string">
       
<xs:annotation>
         
<xs:documentation xml:lang="de">Den Name der Eigenschaft.</xs:documentation>
         
<xs:documentation xml:lang="en">The name of the property</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="Value" type="xs:string">
       
<xs:annotation>
         
<xs:documentation xml:lang="de">Der Wert der Eigenschaft</xs:documentation>
         
<xs:documentation xml:lang="en">The according value of the property</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element PolicyType/Property/Name
diagram index_p1152.png
namespace http://www.fundsxml.org
type xs:string
properties
content simple
annotation
documentation
Den Name der Eigenschaft.
documentation
The name of the property
source <xs:element name="Name" type="xs:string">
 
<xs:annotation>
   
<xs:documentation xml:lang="de">Den Name der Eigenschaft.</xs:documentation>
   
<xs:documentation xml:lang="en">The name of the property</xs:documentation>
 
</xs:annotation>
</xs:element>

element PolicyType/Property/Value
diagram index_p1153.png
namespace http://www.fundsxml.org
type xs:string
properties
content simple
annotation
documentation
Der Wert der Eigenschaft
documentation
The according value of the property
source <xs:element name="Value" type="xs:string">
 
<xs:annotation>
   
<xs:documentation xml:lang="de">Der Wert der Eigenschaft</xs:documentation>
   
<xs:documentation xml:lang="en">The according value of the property</xs:documentation>
 
</xs:annotation>
</xs:element>

element PolicyType/CapitalProtectedFund
diagram index_p1154.png
namespace http://www.fundsxml.org
type xs:boolean
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Flag for Capital Protected Funds (guaranteed and guaranteed like funds)
source <xs:element name="CapitalProtectedFund" type="xs:boolean" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Flag for Capital Protected Funds (guaranteed and guaranteed like funds)</xs:documentation>
 
</xs:annotation>
</xs:element>


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