complexType "PrepaymentNotification"
Namespace:
Content:
complex, 3 attributes, 18 elements
Defined:
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:token
 = 
xsd:positiveInteger
 = 
"5"
   
>
   
Content: 
</...>
Content Model Elements (18):
contract (defined in LoanContractDetails.model group),
contractIdentifier,
contractSummary,
correlationId,
eventPayment,
facilityIdentifier (defined in FacilityDetails.model group),
facilityOutstandingsPosition (defined in AbstractContractNotification complexType),
facilitySummary,
header (defined in RequestMessage complexType),
isCorrection,
isGlobalOnly,
noticeDate (defined in AbstractServicingNotification complexType),
onBehalfOf (defined in OnBehalfOf.model group),
parentCorrelationId,
party (in prepaymentNotification),
prepayment (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:element name="prepayment" type="Prepayment"/>
<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; 2/18)
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"/>

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

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.