complexType AccountsType
diagram index_p22.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
children Currency AccountName IndicatorCreditDebit AccountNumber InterestRateDebit InterestRateCredit ContractArranger
used by
element SecurityFamillyType/Accounts
annotation
documentation
Accounts  Asset data information
source <xs:complexType name="AccountsType">
 
<xs:annotation>
   
<xs:documentation>Accounts  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="AccountName" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Bezeichnung des Kontos</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="IndicatorCreditDebit" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Gibt an ob das Konto default einen Soll oder Habensaldo aufweist</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:enumeration value="Debit"/>
         
<xs:enumeration value="Credit"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
   
<xs:element name="AccountNumber" type="xs:integer" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Gibt das bei einer Buchung verwendete Konto an</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="InterestRateDebit" type="xs:decimal" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Zinssatz Soll</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="InterestRateCredit" type="xs:decimal" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Zinssatz Haben</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="ContractArranger" type="BicCodeType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Enthaelt die genormte KontrahentenID
(siehe Kontrahentenliste)
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element AccountsType/Currency
diagram index_p23.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 AccountsType/AccountName
diagram index_p24.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Bezeichnung des Kontos
source <xs:element name="AccountName" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Bezeichnung des Kontos</xs:documentation>
 
</xs:annotation>
</xs:element>

element AccountsType/IndicatorCreditDebit
diagram index_p25.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 Debit
enumeration Credit
annotation
documentation
Gibt an ob das Konto default einen Soll oder Habensaldo aufweist
source <xs:element name="IndicatorCreditDebit" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Gibt an ob das Konto default einen Soll oder Habensaldo aufweist</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="Debit"/>
     
<xs:enumeration value="Credit"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element AccountsType/AccountNumber
diagram index_p26.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type xs:integer
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Gibt das bei einer Buchung verwendete Konto an
source <xs:element name="AccountNumber" type="xs:integer" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Gibt das bei einer Buchung verwendete Konto an</xs:documentation>
 
</xs:annotation>
</xs:element>

element AccountsType/InterestRateDebit
diagram index_p27.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type xs:decimal
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Zinssatz Soll
source <xs:element name="InterestRateDebit" type="xs:decimal" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Zinssatz Soll</xs:documentation>
 
</xs:annotation>
</xs:element>

element AccountsType/InterestRateCredit
diagram index_p28.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type xs:decimal
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Zinssatz Haben
source <xs:element name="InterestRateCredit" type="xs:decimal" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Zinssatz Haben</xs:documentation>
 
</xs:annotation>
</xs:element>

element AccountsType/ContractArranger
diagram index_p29.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type BicCodeType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 3
maxLength 12
annotation
documentation
Enthaelt die genormte KontrahentenID
(siehe Kontrahentenliste)
source <xs:element name="ContractArranger" type="BicCodeType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Enthaelt die genormte KontrahentenID
(siehe Kontrahentenliste)
</xs:documentation>
 
</xs:annotation>
</xs:element>


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