group "RepaymentType.model"
Namespace:
Content:
Defined:
globally in fpml-loan-5-8.xsd; see XML source
Includes:
definitions of 3 elements
Used:
Content Model Diagram
Complex Content Model
refusalAllowed, borrowerMandatory?, scheduledRepayment?
Content Model Elements (3):
Known Usage Locations
Annotation
A model which contains flags determining the type of repayment that is occurring.
XML Source (w/o annotations (4); see within schema source)
<xsd:group name="RepaymentType.model">
<xsd:sequence>
<xsd:element name="refusalAllowed" type="xsd:boolean"/>
<xsd:element minOccurs="0" name="borrowerMandatory" type="xsd:boolean"/>
<xsd:element minOccurs="0" name="scheduledRepayment" type="xsd:boolean"/>
</xsd:sequence>
</xsd:group>
Content Element Detail (all declarations; defined within this component only; 3/3)
borrowerMandatory
Type:
xsd:boolean, predefined, simple content
Defines whether the repayment is mandatory from the borrower's perspective, based on the (amortization) schedule on the credit agreement.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="borrowerMandatory" type="xsd:boolean"/>

refusalAllowed
Type:
xsd:boolean, predefined, simple content
Defines whether the lender has an option to accept or deny the payment.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="refusalAllowed" type="xsd:boolean"/>

scheduledRepayment
Type:
xsd:boolean, predefined, simple content
Defines whether the repayment is a scheduled repayment. This is normally the case when the repayment is defined on the amortization schedule associated with the facility (on the credit agreement).
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="scheduledRepayment" type="xsd:boolean"/>

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