complexType "MoneyWithParticipantShare"
Namespace:
Content:
complex, 1 attribute, 3 elements
Defined:
Includes:
definition of 1 element
Used:
at 33 locations
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (3):
amount (defined in Money complexType),
currency (defined in MoneyBase complexType),
All Direct / Indirect Based Elements (33):
accrualAmount,
amount (defined in AbstractFacilityPaymentEvent complexType),
amount (defined in Adjustment complexType),
amount (defined in LetterOfCreditSummary complexType),
amount (defined in LoanContractSummary complexType),
amount (in accruingFeePayment),
amount (in accruingPikPayment),
amount (in borrowing),
amount (in breakageFeePayment),
amount (in facilityPrepayment),
amount (in facilityPrepaymentFeePayment),
amount (in interestCapitalization),
amount (in interestPayment),
amount (in lcAdjustment),
amount (in lcIssuance),
amount (in lcIssuanceFeePayment),
amount (in loanContractAdjustment),
amount (in outstandingsPosition),
amount (in repayment),
currentDealAmount,
fundedAmount (defined in Utilization.model group),
minLcIssuanceFeeAmount (defined in LcOption complexType),
minLcIssuanceFeeAmount (defined in LetterOfCreditFeatures.model group),
originalCommitment,
priorAmount,
projectedAmount,
referenceAmount (defined in AccrualPeriod complexType),
remaining,
requiredFundedAmount,
requiredUnfundedAmount,
totalCommitmentAmount,
unavailableToUtilizeAmount,
unfundedAmount (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)
  Money (extension)
      MoneyWithParticipantShare
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="MoneyWithParticipantShare">
<xsd:complexContent>
<xsd:extension base="Money">
<xsd:sequence>
<xsd:element minOccurs="0" name="shareAmount" type="xsd:decimal"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 1/3)
shareAmount
Type:
xsd:decimal, predefined, simple content
The lender share amount.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="shareAmount" type="xsd:decimal"/>

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.