complexType FundsType
diagram index_p921.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
children Currency IncomeCurrency IssuerCountry Rating StockMarket Issuer Listing ListingKind IssueDate Maturity WithholdingTax
used by
element SecurityFamillyType/Funds
annotation
documentation
Funds Asset data information
source <xs:complexType name="FundsType">
 
<xs:annotation>
   
<xs:documentation>Funds Asset data information</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Currency" type="ISOCurrencyCodeType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Die Waehrung als ISO-Code</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="IncomeCurrency" type="ISOCurrencyCodeType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Die Ertraegniswaehrung als ISO-Code</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="IssuerCountry" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Enthaelt das Land in dem das Wertpapier emittiert wurde</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:simpleContent>
         
<xs:extension base="ISOCountryCodeType">
           
<xs:attribute name="description" type="xs:string" use="optional"/>
         
</xs:extension>
       
</xs:simpleContent>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="Rating" type="RatingsType" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>deprecated: Use node /FundsXML/AssetMasterData/Asset/Rating.
Enthaelt ein Rating Kennzeichen
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="StockMarket" type="xs:string" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Gibt den Boerseplatz an an dem das Wertpapier notiert</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Issuer" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Enthaelt den Wertpapieremittenten</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Listing" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Gibt an ob das Wertpapier an einer Boerse notiert

- A  Amtlicher Handel
- B  Boersennotierung Ausland
- G  Geregelter Freiverkehr
- K  Keine Boersenotierung
- M  Geregelter Markt id. EU
- S  Sonstiger Handel
- V  Verbriefte Rechte
- Y  Zulassung zum sonst. Handel vorges.
- Z  Neuemission      
</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:enumeration value="A"/>
         
<xs:enumeration value="B"/>
         
<xs:enumeration value="G"/>
         
<xs:enumeration value="K"/>
         
<xs:enumeration value="M"/>
         
<xs:enumeration value="S"/>
         
<xs:enumeration value="V"/>
         
<xs:enumeration value="Y"/>
         
<xs:enumeration value="Z"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
   
<xs:element name="ListingKind" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>S = Stueck
oder
N = Nominale
</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:enumeration value="S"/>
         
<xs:enumeration value="N"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
   
<xs:element name="IssueDate" type="xs:date" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Emissionsdatum bezeichnet jenes Datum, zu dem das Wertpapier aufgelegt wurde</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Maturity" type="xs:date" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Gibt das Tilgungsdatum an</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="WithholdingTax" type="xs:decimal" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Enthaelt den Quellensteuersatz dem das Wertpapier unterliegt</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element FundsType/Currency
diagram index_p922.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type ISOCurrencyCodeType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 3
maxLength 3
annotation
documentation
Die Waehrung als ISO-Code
source <xs:element name="Currency" type="ISOCurrencyCodeType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Die Waehrung als ISO-Code</xs:documentation>
 
</xs:annotation>
</xs:element>

element FundsType/IncomeCurrency
diagram index_p923.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type ISOCurrencyCodeType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 3
maxLength 3
annotation
documentation
Die Ertraegniswaehrung als ISO-Code
source <xs:element name="IncomeCurrency" type="ISOCurrencyCodeType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Die Ertraegniswaehrung als ISO-Code</xs:documentation>
 
</xs:annotation>
</xs:element>

element FundsType/IssuerCountry
diagram index_p924.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type extension of ISOCountryCodeType
properties
minOcc 0
maxOcc 1
content complex
facets
Kind Value Annotation
minLength 2
maxLength 2
attributes
Name  Type  Use  Default  Fixed  Annotation
description  xs:string  optional      
annotation
documentation
Enthaelt das Land in dem das Wertpapier emittiert wurde
source <xs:element name="IssuerCountry" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Enthaelt das Land in dem das Wertpapier emittiert wurde</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="ISOCountryCodeType">
       
<xs:attribute name="description" type="xs:string" use="optional"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

attribute FundsType/IssuerCountry/@description
type xs:string
properties
use optional
source <xs:attribute name="description" type="xs:string" use="optional"/>

element FundsType/Rating
diagram index_p925.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type RatingsType
properties
minOcc 0
maxOcc unbounded
content complex
children RatingCompany Rating
annotation
documentation
deprecated: Use node /FundsXML/AssetMasterData/Asset/Rating.
Enthaelt ein Rating Kennzeichen
source <xs:element name="Rating" type="RatingsType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>deprecated: Use node /FundsXML/AssetMasterData/Asset/Rating.
Enthaelt ein Rating Kennzeichen
</xs:documentation>
 
</xs:annotation>
</xs:element>

element FundsType/StockMarket
diagram index_p926.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type xs:string
properties
minOcc 0
maxOcc unbounded
content simple
annotation
documentation
Gibt den Boerseplatz an an dem das Wertpapier notiert
source <xs:element name="StockMarket" type="xs:string" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Gibt den Boerseplatz an an dem das Wertpapier notiert</xs:documentation>
 
</xs:annotation>
</xs:element>

element FundsType/Issuer
diagram index_p927.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Enthaelt den Wertpapieremittenten
source <xs:element name="Issuer" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Enthaelt den Wertpapieremittenten</xs:documentation>
 
</xs:annotation>
</xs:element>

element FundsType/Listing
diagram index_p928.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration A
enumeration B
enumeration G
enumeration K
enumeration M
enumeration S
enumeration V
enumeration Y
enumeration Z
annotation
documentation
Gibt an ob das Wertpapier an einer Boerse notiert

- A  Amtlicher Handel
- B  Boersennotierung Ausland
- G  Geregelter Freiverkehr
- K  Keine Boersenotierung
- M  Geregelter Markt id. EU
- S  Sonstiger Handel
- V  Verbriefte Rechte
- Y  Zulassung zum sonst. Handel vorges.
- Z  Neuemission      
source <xs:element name="Listing" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Gibt an ob das Wertpapier an einer Boerse notiert

- A  Amtlicher Handel
- B  Boersennotierung Ausland
- G  Geregelter Freiverkehr
- K  Keine Boersenotierung
- M  Geregelter Markt id. EU
- S  Sonstiger Handel
- V  Verbriefte Rechte
- Y  Zulassung zum sonst. Handel vorges.
- Z  Neuemission      
</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="A"/>
     
<xs:enumeration value="B"/>
     
<xs:enumeration value="G"/>
     
<xs:enumeration value="K"/>
     
<xs:enumeration value="M"/>
     
<xs:enumeration value="S"/>
     
<xs:enumeration value="V"/>
     
<xs:enumeration value="Y"/>
     
<xs:enumeration value="Z"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element FundsType/ListingKind
diagram index_p929.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration S
enumeration N
annotation
documentation
S = Stueck
oder
N = Nominale
source <xs:element name="ListingKind" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>S = Stueck
oder
N = Nominale
</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="S"/>
     
<xs:enumeration value="N"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element FundsType/IssueDate
diagram index_p930.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Emissionsdatum bezeichnet jenes Datum, zu dem das Wertpapier aufgelegt wurde
source <xs:element name="IssueDate" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Emissionsdatum bezeichnet jenes Datum, zu dem das Wertpapier aufgelegt wurde</xs:documentation>
 
</xs:annotation>
</xs:element>

element FundsType/Maturity
diagram index_p931.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Gibt das Tilgungsdatum an
source <xs:element name="Maturity" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Gibt das Tilgungsdatum an</xs:documentation>
 
</xs:annotation>
</xs:element>

element FundsType/WithholdingTax
diagram index_p932.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type xs:decimal
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Enthaelt den Quellensteuersatz dem das Wertpapier unterliegt
source <xs:element name="WithholdingTax" type="xs:decimal" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Enthaelt den Quellensteuersatz dem das Wertpapier unterliegt</xs:documentation>
 
</xs:annotation>
</xs:element>


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