InterestRateType

/FundsXML4/AssetMasterData/Asset/AssetDetails/Loan/InterestRateType

Diagram

InterestRateType Interest rate type of the loan fixed/variable Zinssatz fix/variabel

Documentation

de

Zinssatz fix/variabel

en

Interest rate type of the loan
fixed/variable

Properties

Type
(anonymous)
Cardinality
0..1
Namespace
xs = "http://www.w3.org/2001/XMLSchema"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#"
Level
5
Sample Data
Variable
Restrictions
Base: xs:string
Enumeration:
  • Fixed
  • Variable

XML Snippet

<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
            xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            minOccurs="0"
            name="InterestRateType">
   <xs:annotation>
      <xs:documentation xml:lang="en">Interest rate type of the loan
fixed/variable</xs:documentation>
      <xs:documentation xml:lang="de">Zinssatz fix/variabel</xs:documentation>
   </xs:annotation>
   <xs:simpleType>
      <xs:restriction base="xs:string">
         <xs:enumeration value="Fixed"/>
         <xs:enumeration value="Variable"/>
      </xs:restriction>
   </xs:simpleType>
</xs:element>