complexType "LoanTradingEconomicBenefit"
Namespace:
Content:
complex, 5 elements
Defined:
Includes:
definitions of 3 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (5):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
A structure that combines a simple (money) amount with an optional event, for the purpose of defining economic benefit at settlement.
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="LoanTradingEconomicBenefit">
<xsd:sequence>
<xsd:sequence>
<xsd:element name="amount" type="NonNegativeMoney"/>
<xsd:group minOccurs="0" ref="SimplePayerReceiver.model"/>
</xsd:sequence>
<xsd:choice minOccurs="0">
<xsd:element name="eventIdentifier" type="BusinessEventIdentifier"/>
<xsd:element name="commitmentAdjustment" type="CommitmentAdjustment"/>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 3/5)
amount
Type:
NonNegativeMoney, complex content
Economic benefit amount.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="amount" type="NonNegativeMoney"/>

commitmentAdjustment
Type:
CommitmentAdjustment, complex content
Any commitment adjustments which have occurred during settlement of the trade. Represented by the business event structure.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="commitmentAdjustment" type="CommitmentAdjustment"/>

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

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.