XML Schema Documentation

Complex Type: MaturingLoanContract

[Table of contents]

Super-types: None
Sub-types: None
Name MaturingLoanContract
Used by (from the same schema document) Complex Type MaturingLoanContracts
Abstract no
Documentation Information about single maturing loan contract.
XML Instance Representation
<...>
<loanContractSummary> LoanContractSummary </loanContractSummary> [1]
<interestPayment> InterestPayment </interestPayment> [0..1]
<interestAccrualSchedule> InterestAccrualSchedule </interestAccrualSchedule> [0..1]
</...>
Diagram
type_LoanContractSummary type_InterestPayment type_InterestAccrualSchedule
Schema Component Representation
<xsd:complexType name="MaturingLoanContract">
<xsd:sequence>
<xsd:element name="loanContractSummary" type=" LoanContractSummary "/>
<xsd:element name="interestPayment" type=" InterestPayment " minOccurs="0"/>
<xsd:element name="interestAccrualSchedule" type=" InterestAccrualSchedule " minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>