complexType "LoanTradingNonAccruingFee"
Namespace:
Content:
complex, 7 elements
Defined:
Includes:
definitions of 7 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (7):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
A structure that details the underlying elements that affect the calculation of a nonaccruing fee.
XML Source (w/o annotations (7); see within schema source)
<xsd:complexType name="LoanTradingNonAccruingFee">
<xsd:sequence>
<xsd:element name="amount" type="NonNegativeMoney"/>
<xsd:sequence>
<xsd:element name="nonAccruingFeeTypeId" type="NonAccruingFeeTypeId"/>
<xsd:choice minOccurs="0">
<xsd:element name="nonAccruingFeetype" type="LoanTradingNonAccruingFeeTypeEnum"/>
<xsd:element name="miscFeeType" type="MiscFeeType"/>
</xsd:choice>
<xsd:choice>
<xsd:element name="facilityReference" type="FacilityReference"/>
<xsd:element name="loanContractReference" type="LoanContractReference"/>
</xsd:choice>
</xsd:sequence>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 7/7)
amount
Type:
NonNegativeMoney, complex content
The total accrual amount.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="amount" type="NonNegativeMoney"/>

facilityReference
Type:
FacilityReference, empty content
XML Source (see within schema source)
<xsd:element name="facilityReference" type="FacilityReference"/>

letterOfCreditReference
Type:
A unique identifier for the letter of credit.
XML Source (w/o annotations (1); see within schema source)

loanContractReference
Type:
LoanContractReference, empty content
A unique id for the loan contract.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="loanContractReference" type="LoanContractReference"/>

miscFeeType
Type:
MiscFeeType, simple content
Miscellaneous nonrecurring fee type.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="miscFeeType" type="MiscFeeType"/>

nonAccruingFeetype
Type:
Describes the type of the accruing fee.
Simple Content
enumeration of xsd:token
Enumeration:
"Amendment"
 - 
An amendment fee.
"Consent"
 - 
A consent fee.
"Facility"
 - 
A facility fee.
"FacilityExension"
 - 
A facility extension fee.
"Upfront"
 - 
An upfront fee.
"Waiver"
 - 
A waiver fee.
XML Source (w/o annotations (1); see within schema source)

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

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.