complexType BorrowingType
diagram index_p509.png
namespace http://www.fundsxml.org/XMLSchema/3.0.6
children TotalAmount Borrowing
used by
elements CountrySpecificDataType/DE/Reporting/BuBaReporting/Meldung10391/Borrowings CountrySpecificDataType/DE/Reporting/BuBaReporting/Meldung10393/Borrowings
source <xs:complexType name="BorrowingType">
 
<xs:sequence>
   
<xs:element name="TotalAmount" type="xs:decimal"/>
   
<xs:element name="Borrowing" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Auflistung aller aufgenommenen Kredite</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="Amount" type="xs:decimal"/>
         
<xs:element name="Currency" type="ISOCurrencyCodeType"/>
         
<xs:element name="Country" type="ISOCountryCodeType"/>
         
<xs:element name="MinimumReserveInstitute" minOccurs="0">
           
<xs:simpleType>
             
<xs:restriction base="xs:string">
               
<xs:enumeration value="Y"/>
               
<xs:enumeration value="N"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:element>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element BorrowingType/TotalAmount
diagram index_p510.png
namespace http://www.fundsxml.org/XMLSchema/3.0.6
type xs:decimal
properties
content simple
source <xs:element name="TotalAmount" type="xs:decimal"/>

element BorrowingType/Borrowing
diagram index_p511.png
namespace http://www.fundsxml.org/XMLSchema/3.0.6
properties
minOcc 0
maxOcc unbounded
content complex
children Amount Currency Country MinimumReserveInstitute
annotation
documentation
Auflistung aller aufgenommenen Kredite
source <xs:element name="Borrowing" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Auflistung aller aufgenommenen Kredite</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Amount" type="xs:decimal"/>
     
<xs:element name="Currency" type="ISOCurrencyCodeType"/>
     
<xs:element name="Country" type="ISOCountryCodeType"/>
     
<xs:element name="MinimumReserveInstitute" minOccurs="0">
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:enumeration value="Y"/>
           
<xs:enumeration value="N"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element BorrowingType/Borrowing/Amount
diagram index_p512.png
namespace http://www.fundsxml.org/XMLSchema/3.0.6
type xs:decimal
properties
content simple
source <xs:element name="Amount" type="xs:decimal"/>

element BorrowingType/Borrowing/Currency
diagram index_p513.png
namespace http://www.fundsxml.org/XMLSchema/3.0.6
type ISOCurrencyCodeType
properties
content simple
facets
Kind Value Annotation
minLength 3
maxLength 3
source <xs:element name="Currency" type="ISOCurrencyCodeType"/>

element BorrowingType/Borrowing/Country
diagram index_p514.png
namespace http://www.fundsxml.org/XMLSchema/3.0.6
type ISOCountryCodeType
properties
content simple
facets
Kind Value Annotation
minLength 2
maxLength 2
source <xs:element name="Country" type="ISOCountryCodeType"/>

element BorrowingType/Borrowing/MinimumReserveInstitute
diagram index_p515.png
namespace http://www.fundsxml.org/XMLSchema/3.0.6
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Y
enumeration N
source <xs:element name="MinimumReserveInstitute" minOccurs="0">
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="Y"/>
     
<xs:enumeration value="N"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>


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