complexType FixedTimeDepositType
diagram index_p700.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
children Currency IssueDate Maturity MethodForCalculationOfInterest InterestRate InterestRateDebit InterestRateCredit IndicatorCreditDebit DateStart ContractArranger
used by
element SecurityFamillyType/FixedTimeDeposit
annotation
documentation
Fixed Time Asset data information
source <xs:complexType name="FixedTimeDepositType">
 
<xs:annotation>
   
<xs:documentation>Fixed Time 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="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="MethodForCalculationOfInterest" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Gibt an, nach welcher Methode die Zinsen berechnet werden</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="InterestRate" type="xs:decimal" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Enthaelt einen Zinssatz</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="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="DateStart" type="xs:date" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Enthaelt das Datum des Beginns des Wertpapieres</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 FixedTimeDepositType/Currency
diagram index_p701.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 FixedTimeDepositType/IssueDate
diagram index_p702.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 FixedTimeDepositType/Maturity
diagram index_p703.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 FixedTimeDepositType/MethodForCalculationOfInterest
diagram index_p704.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Gibt an, nach welcher Methode die Zinsen berechnet werden
source <xs:element name="MethodForCalculationOfInterest" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Gibt an, nach welcher Methode die Zinsen berechnet werden</xs:documentation>
 
</xs:annotation>
</xs:element>

element FixedTimeDepositType/InterestRate
diagram index_p705.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type xs:decimal
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Enthaelt einen Zinssatz
source <xs:element name="InterestRate" type="xs:decimal" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Enthaelt einen Zinssatz</xs:documentation>
 
</xs:annotation>
</xs:element>

element FixedTimeDepositType/InterestRateDebit
diagram index_p706.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 FixedTimeDepositType/InterestRateCredit
diagram index_p707.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 FixedTimeDepositType/IndicatorCreditDebit
diagram index_p708.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 FixedTimeDepositType/DateStart
diagram index_p709.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Enthaelt das Datum des Beginns des Wertpapieres
source <xs:element name="DateStart" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Enthaelt das Datum des Beginns des Wertpapieres</xs:documentation>
 
</xs:annotation>
</xs:element>

element FixedTimeDepositType/ContractArranger
diagram index_p710.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