complexType "PrepaymentNotification"
Namespace:
Content:
complex, 3 attributes, 20 elements
Defined:
globally in fpml-loan-5-8.xsd; see XML source
Includes:
definitions of 4 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:token
 = 
xsd:positiveInteger
 = 
"9"
   
>
   
Content: 
</...>
Content Model Elements (20):
breakageFeePayment (in prepaymentNotification),
commitmentAdjustment (in prepaymentNotification),
contract (defined in LoanContractDetails.model group),
contractIdentifier,
contractSummary,
correlationId,
facilityIdentifier (defined in FacilityDetails.model group),
facilityOutstandingsPosition (defined in AbstractContractNotification complexType),
facilitySummary,
header (defined in RequestMessage complexType),
isCorrection,
isGlobalOnly,
noticeDate,
onBehalfOf (defined in OnBehalfOf.model group),
parentCorrelationId,
party (in prepaymentNotification),
paymentDetails (defined in AbstractServicingNotification complexType),
repayment (in prepaymentNotification),
sequenceNumber (defined in Sequence.model group),
validation
All Direct / Indirect Based Elements (1):
prepaymentNotification
Known Usage Locations
Annotation
A loan servicing notification designed to communicate the specific business events associated with a pre-payment made by the borrower.
Type Definition Detail
Type Derivation Tree
Document (extension)
  Message (extension)
      RequestMessage (extension)
          CorrectableRequestMessage (extension)
              AbstractServicingNotification (extension)
                  AbstractContractNotification (extension)
                      PrepaymentNotification
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="PrepaymentNotification">
<xsd:complexContent>
<xsd:extension base="AbstractContractNotification">
<xsd:sequence>
<xsd:sequence>
<xsd:element name="repayment" type="Repayment"/>
<xsd:element minOccurs="0" name="commitmentAdjustment" type="CommitmentAdjustment"/>
<xsd:element minOccurs="0" name="breakageFeePayment" type="BreakageFeePayment"/>
</xsd:sequence>
<xsd:group ref="FacilityDetails.model"/>
<xsd:group ref="LoanContractDetails.model"/>
<xsd:element maxOccurs="unbounded" name="party" type="Party"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 4/20)
breakageFeePayment
Type:
BreakageFeePayment, complex content
XML Source (see within schema source)
<xsd:element minOccurs="0" name="breakageFeePayment" type="BreakageFeePayment"/>

commitmentAdjustment
Type:
CommitmentAdjustment, complex content
XML Source (see within schema source)
<xsd:element minOccurs="0" name="commitmentAdjustment" type="CommitmentAdjustment"/>

party
Type:
Party, complex content
A legal entity or a subdivision of a legal entity.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" name="party" type="Party"/>

repayment
Type:
Repayment, complex content
XML Source (see within schema source)
<xsd:element name="repayment" type="Repayment"/>

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.