complexType CallCapitalType
diagram index_p199.png
namespace http://www.fundsxml.org/XMLSchema/3.2
children IssueDate Maturity MethodForCalculationOfInterest InterestRate InterestRateDebit InterestRateCredit IndicatorCreditDebit ContractArranger
used by
element SecurityFamillyType/CallCapital
annotation
documentation
Call capital Asset data information
source <xs:complexType name="CallCapitalType">
 
<xs:annotation>
   
<xs:documentation>Call capital Asset data information</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<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="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 CallCapitalType/IssueDate
diagram index_p200.png
namespace http://www.fundsxml.org/XMLSchema/3.2
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 CallCapitalType/Maturity
diagram index_p201.png
namespace http://www.fundsxml.org/XMLSchema/3.2
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 CallCapitalType/MethodForCalculationOfInterest
diagram index_p202.png
namespace http://www.fundsxml.org/XMLSchema/3.2
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 CallCapitalType/InterestRate
diagram index_p203.png
namespace http://www.fundsxml.org/XMLSchema/3.2
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 CallCapitalType/InterestRateDebit
diagram index_p204.png
namespace http://www.fundsxml.org/XMLSchema/3.2
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 CallCapitalType/InterestRateCredit
diagram index_p205.png
namespace http://www.fundsxml.org/XMLSchema/3.2
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 CallCapitalType/IndicatorCreditDebit
diagram index_p206.png
namespace http://www.fundsxml.org/XMLSchema/3.2
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 CallCapitalType/ContractArranger
diagram index_p207.png
namespace http://www.fundsxml.org/XMLSchema/3.2
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