complexType "MoneyWithParticipantShare"
Namespace:
Content:
complex, 1 attribute, 3 elements
Defined:
globally in fpml-loan-5-8.xsd; see XML source
Includes:
definition of 1 element
Used:
at 27 locations
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (3):
amount (defined in NonNegativeMoney complexType),
currency (defined in MoneyBase complexType),
All Direct / Indirect Based Elements (27):
accrualAmount,
amount (defined in Adjustment complexType),
amount (defined in InterestCapitalization complexType),
amount (defined in InterestPayment complexType),
amount (defined in LetterOfCreditSummary complexType),
amount (defined in LoanContractSummary complexType),
amount (defined in NonRecurringFeePayment complexType),
amount (defined in Repayment complexType),
amount (in accruingFeePayment),
amount (in accruingPikPayment),
amount (in adjustment),
amount (in lcAdjustment),
amount (in lcFeePayment),
amount (in lcIssuanceFeePayment),
amount (in outstandingsPosition),
currentDealAmount,
fundedUtilizedAmount (defined in Utilization.model group),
fundedUtilizedAmount (defined in Utilization.model group),
originalCommitment,
priorAmount,
projectedAmount,
referenceAmount (defined in AccrualPeriod complexType),
remaining,
totalCommitmentAmount,
unavailableToUtilizeAmount,
unfundedUtilizedAmount (defined in Utilization.model group),
unfundedUtilizedAmount (defined in Utilization.model group)
Known Usage Locations
Annotation
An extension of the money type with the ability to specify a lender share amount in addition to the global amount (represented by 'amount').
Type Definition Detail
Type Derivation Tree
MoneyBase (extension)
  NonNegativeMoney (extension)
      MoneyWithParticipantShare
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="MoneyWithParticipantShare">
<xsd:complexContent>
<xsd:extension base="NonNegativeMoney">
<xsd:sequence>
<xsd:element minOccurs="0" name="shareAmount" type="NonNegativeDecimal"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 1/3)
shareAmount
Type:
NonNegativeDecimal, simple content
The lender share amount.
Simple Content
xsd:decimal
minInclusive:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="shareAmount" type="NonNegativeDecimal"/>

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.