complexType "Repayment"
Namespace:
Content:
complex, 16 elements
Defined:
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (16):
agentPartyReference (defined in BusinessEventParties.model group),
amount (in repayment),
borrowerMandatory,
borrowerPartyReference (defined in BusinessEventParties.model group),
cashPayable,
comment (defined in AbstractLoanEvent complexType),
correctedEventIdentifier,
effectiveDate (defined in AbstractLoanServicingEvent complexType),
eventIdentifier (defined in AbstractLoanEvent complexType),
lenderPartyReference (defined in LenderAndCashDetails.model group),
loanContractReference (defined in AbstractLoanContractEvent complexType),
parentEventIdentifier,
previousEventIdentifier,
price (in repayment),
refusalAllowed (in repayment),
scheduledRepayment
All Direct / Indirect Based Elements (1):
repayment
Known Usage Locations
Annotation
An event representing a principal repayment being made by the borrower.
Type Definition Detail
Type Derivation Tree
AbstractLoanEvent (extension)
      AbstractLoanContractEvent (extension)
          Repayment
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="Repayment">
<xsd:complexContent>
<xsd:extension base="AbstractLoanContractEvent">
<xsd:sequence>
<xsd:element name="amount" type="MoneyWithParticipantShare"/>
<xsd:element minOccurs="0" name="price" type="NonNegativeDecimal"/>
<xsd:group ref="RepaymentType.model"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/16)
amount
Type:
MoneyWithParticipantShare, complex content
XML Source (see within schema source)
<xsd:element name="amount" type="MoneyWithParticipantShare"/>

price
Type:
NonNegativeDecimal, simple content
The price at which the repayment occurred. This is usually Par but there could be scenarios where a repayment was made at a discounted level.
Simple Content
xsd:decimal
minInclusive:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="price" type="NonNegativeDecimal"/>

XML schema documentation generated with DocFlex/XML 1.10b5 using DocFlex/XML XSDDoc 2.8.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.