complexType "TransferFeeDefinition"
Namespace:
Content:
complex, 3 elements
Defined:
Includes:
definitions of 3 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (3):
All Direct / Indirect Based Elements (1):
transferFee (in deal)
Known Usage Locations
Annotation
A structure that represents the rules for payment of transfer fees to the agent.
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="TransferFeeDefinition">
<xsd:sequence>
<xsd:element name="amount" type="NonNegativeMoney"/>
<xsd:element name="rule" type="TransferFeeRule"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="lenderTypeWaived" type="LenderClassification"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 3/3)
amount
Type:
NonNegativeMoney, complex content
The amount payable to the agent for re-assigning a share in one of the underlying facilities within the deal.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="amount" type="NonNegativeMoney"/>

lenderTypeWaived
Type:
LenderClassification, simple content
The list of lender types which are exempt from paying an transfer fee to the agent bank.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="lenderTypeWaived" type="LenderClassification"/>

rule
Type:
TransferFeeRule, simple content
A rule which defines the calculation of transfer fees applicable as a result of a facility commitment transfer.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="rule" type="TransferFeeRule"/>

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.