complexType "LcAdjustment"
Namespace:
Content:
complex, 15 elements
Defined:
Includes:
definitions of 3 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (15):
comment (defined in AbstractLoanEvent complexType),
effectiveDate (defined in AbstractLoanServicingEvent complexType),
eventIdentifier (defined in AbstractLoanEvent complexType),
letterOfCreditReference (defined in AbstractLcEvent complexType),
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
An event representing a change in the notional amount associated with an outstanding letter of credit.
Type Definition Detail
Type Derivation Tree
AbstractLoanEvent (extension)
      AbstractLcEvent (extension)
          LcAdjustment
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="LcAdjustment">
<xsd:complexContent>
<xsd:extension base="AbstractLcEvent">
<xsd:sequence>
<xsd:element name="adjustment" type="Adjustment"/>
<xsd:element name="amount" type="MoneyWithParticipantShare"/>
<xsd:element name="relatedBorrowing" type="xsd:boolean"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 3/15)
adjustment
Type:
Adjustment, complex content
Defines the type of adjustment applied - increase or decrease.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="adjustment" type="Adjustment"/>

amount
Type:
MoneyWithParticipantShare, complex content
The letter of credit amount after the adjustment has been applied.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="amount" type="MoneyWithParticipantShare"/>

relatedBorrowing
Type:
xsd:boolean, predefined, simple content
Set to false for a normal increase or decrease in the letter of credit amount. If set to true, it signifies that a loan borrowing will take place in conjunction with this business event.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="relatedBorrowing" type="xsd:boolean"/>

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.