complexType "AccruingFeePayment"
Namespace:
Content:
complex, 18 elements
Defined:
Includes:
definitions of 4 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (18):
comment (defined in AbstractLoanEvent complexType),
effectiveDate (defined in AbstractLoanServicingEvent complexType),
endDate (defined in Period.model group),
eventIdentifier (defined in AbstractLoanEvent complexType),
facilityReference (defined in AbstractFacilityEvent complexType),
startDate (defined in Period.model group)
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
An event describing an accruing fee payment made at the facility level.
Type Definition Detail
Type Derivation Tree
AbstractLoanEvent (extension)
      AbstractFacilityEvent (extension)
          AccruingFeePayment
XML Source (w/o annotations (5); see within schema source)
<xsd:complexType name="AccruingFeePayment">
<xsd:complexContent>
<xsd:extension base="AbstractFacilityEvent">
<xsd:sequence>
<xsd:element name="id" type="AccrualTypeId"/>
<xsd:group ref="Period.model"/>
<xsd:sequence>
<xsd:element name="amount" type="MoneyWithParticipantShare"/>
<xsd:sequence minOccurs="0">
<xsd:element maxOccurs="unbounded" minOccurs="0" name="accrualSchedule" type="AccrualPeriod"/>
<xsd:element minOccurs="0" name="projection" type="PaymentProjection"/>
</xsd:sequence>
</xsd:sequence>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 4/18)
accrualSchedule
Type:
AccrualPeriod, complex content
A schedule that incorporates all sub-periods of an accrual calculation.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="accrualSchedule" type="AccrualPeriod"/>

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

id
Type:
AccrualTypeId, simple content
A unique id associated with the loan accrual type.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="id" type="AccrualTypeId"/>

projection
Type:
PaymentProjection, complex content
Projected interest payment details.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="projection" type="PaymentProjection"/>

XML schema documentation generated with FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.