complexType "AbstractServicingNotification"
Namespace:
Content:
complex, 3 attributes, 9 elements
Abstract:
(cannot be assigned directly to elements used in instance XML documents)
Defined:
globally in fpml-loan-5-8.xsd; see XML source
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:token
 = 
xsd:positiveInteger
 = 
"3"
   
>
   
Content: 
</...>
Content Model Elements (9):
correlationId,
header (defined in RequestMessage complexType),
isCorrection,
noticeDate,
onBehalfOf (defined in OnBehalfOf.model group),
parentCorrelationId,
paymentDetails (defined in AbstractServicingNotification complexType),
sequenceNumber (defined in Sequence.model group),
validation
Known Direct Subtypes (2):
AbstractContractNotification, AbstractFacilityNotification
Known Indirect Subtypes (12):
AccrualOptionChangeNotification, AccruingFeeChangeNotification, AccruingFeePaymentNotification, AccruingPikPaymentNotification, FacilityNotification, FacilityRateChangeNotification, LcNotification, LoanContractNotification, NonRecurringFeePaymentNotification, PrepaymentNotification, RepaymentWithCANotification, RolloverNotification
All Direct / Indirect Based Elements (12):
accrualOptionChangeNotification, accruingFeeChangeNotification, accruingFeePaymentNotification, accruingPikPaymentNotification, facilityNotification, facilityRateChangeNotification, lcNotification, loanContractNotification, nonRecurringFeePaymentNotification, prepaymentNotification, repaymentWithCANotification, rolloverNotification
Known Usage Locations
Annotation
An abstract base type for all syndicated loan notification messages. This abstract type is the basis for Facility/LoanContract Notification types. This forms the basis of the actual loan event notifications which occur through the life-cycle of a deal.
Type Definition Detail
Type Derivation Tree
Document (extension)
  Message (extension)
      RequestMessage (extension)
          CorrectableRequestMessage (extension)
              AbstractServicingNotification
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType abstract="true" name="AbstractServicingNotification">
<xsd:complexContent>
<xsd:extension base="CorrectableRequestMessage">
<xsd:sequence>
<xsd:element name="noticeDate" type="xsd:date"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="paymentDetails" type="Payment"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/9)
noticeDate
Type:
xsd:date, predefined, simple content
The business date from which the notice is valid.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="noticeDate" type="xsd:date"/>

paymentDetails
Type:
Payment, complex content
The payment details associated with the net cash payable.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="paymentDetails" type="Payment"/>

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.