complexType BankDepositsType
diagram index_p112.png
namespace http://www.fundsxml.org/XMLSchema/3.2.1
children TotalAmount Deposit
source <xs:complexType name="BankDepositsType">
 
<xs:sequence>
   
<xs:element name="TotalAmount" type="xs:decimal"/>
   
<xs:element name="Deposit" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Auflistung aller Bankguthaben</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="Maturity" type="DepositMaturityType"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

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

element BankDepositsType/Deposit
diagram index_p114.png
namespace http://www.fundsxml.org/XMLSchema/3.2.1
properties
minOcc 0
maxOcc unbounded
content complex
children Amount Currency Country Maturity
annotation
documentation
Auflistung aller Bankguthaben
source <xs:element name="Deposit" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Auflistung aller Bankguthaben</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="Maturity" type="DepositMaturityType"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element BankDepositsType/Deposit/Amount
diagram index_p115.png
namespace http://www.fundsxml.org/XMLSchema/3.2.1
type xs:decimal
properties
content simple
source <xs:element name="Amount" type="xs:decimal"/>

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

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

element BankDepositsType/Deposit/Maturity
diagram index_p118.png
namespace http://www.fundsxml.org/XMLSchema/3.2.1
type DepositMaturityType
properties
content simple
facets
Kind Value Annotation
enumeration 1
enumeration 2
source <xs:element name="Maturity" type="DepositMaturityType"/>


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