complexType CallCapitalType
diagram index_p308.png
children StartDate MaturityDate MethodForCalculationOfInterest InterestRate InterestRateDebit InterestRateCredit IndicatorCreditDebit Counterparty CollateralFlag
used by
element AssetDetailsType/CallMoney
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="StartDate" type="xs:date" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Start date of call capital</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="MaturityDate" type="xs:date">
     
<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="Credit"/>
         
<xs:enumeration value="Debit"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
   
<xs:element name="Counterparty" type="CompanyType">
     
<xs:annotation>
       
<xs:documentation>Counterparty details</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="CollateralFlag" type="xs:boolean" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Indicates whether call money is used as collateral</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element CallCapitalType/StartDate
diagram index_p309.png
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Start date of call capital
source <xs:element name="StartDate" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Start date of call capital</xs:documentation>
 
</xs:annotation>
</xs:element>

element CallCapitalType/MaturityDate
diagram index_p310.png
type xs:date
properties
content simple
annotation
documentation
Gibt das Tilgungsdatum an
source <xs:element name="MaturityDate" type="xs:date">
 
<xs:annotation>
   
<xs:documentation>Gibt das Tilgungsdatum an</xs:documentation>
 
</xs:annotation>
</xs:element>

element CallCapitalType/MethodForCalculationOfInterest
diagram index_p311.png
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_p312.png
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_p313.png
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_p314.png
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_p315.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Credit
enumeration Debit
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="Credit"/>
     
<xs:enumeration value="Debit"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element CallCapitalType/Counterparty
diagram index_p316.png
type CompanyType
properties
content complex
children Identifiers Name LegalName LegalForm Address BusinessCountry ParentCompany
annotation
documentation
Counterparty details
source <xs:element name="Counterparty" type="CompanyType">
 
<xs:annotation>
   
<xs:documentation>Counterparty details</xs:documentation>
 
</xs:annotation>
</xs:element>

element CallCapitalType/CollateralFlag
diagram index_p317.png
type xs:boolean
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Indicates whether call money is used as collateral
source <xs:element name="CollateralFlag" type="xs:boolean" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Indicates whether call money is used as collateral</xs:documentation>
 
</xs:annotation>
</xs:element>


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