XML Schema Documentation

Simple Type: InterestPaidWithRepaymentEnum

[Table of contents]

Super-types: xsd:token < InterestPaidWithRepaymentEnum (by restriction)
Sub-types: None
Name InterestPaidWithRepaymentEnum
Content
  • Base XSD Type: token
  • value comes from list: {'NoInterest'|'PayedOnShareAmount'|'PayedOnRepaymentAmount'}
Documentation >Defines the options of paying interest with repayment.
Diagram
Schema Component Representation
<xsd:simpleType name="InterestPaidWithRepaymentEnum">
<xsd:restriction base=" xsd:token ">
<xsd:enumeration value="NoInterest"/>
<xsd:enumeration value="PayedOnShareAmount"/>
<xsd:enumeration value="PayedOnRepaymentAmount"/>
</xsd:restriction>
</xsd:simpleType>