XML Schema Documentation

Simple Type: LoanRepaymentConfirmEnum

[Table of contents]

Super-types: xsd:token < LoanRepaymentConfirmEnum (by restriction)
Sub-types: None
Name LoanRepaymentConfirmEnum
Content
  • Base XSD Type: token
  • value comes from list: {'AcceptInFull'|'PartiallyAccept'|'Deny'}
Documentation Defines whether the lender is accepting in full, partially accepting or denying repayment.
Diagram
Schema Component Representation
<xsd:simpleType name="LoanRepaymentConfirmEnum">
<xsd:restriction base=" xsd:token ">
<xsd:enumeration value="AcceptInFull"/>
<xsd:enumeration value="PartiallyAccept"/>
<xsd:enumeration value="Deny"/>
</xsd:restriction>
</xsd:simpleType>