complexType "LetterOfCreditSummary"
Namespace:
Content:
complex, 1 attribute, 10 elements
Defined:
Includes:
definitions of 3 elements
Used:
Component Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (10):
amount (defined in LetterOfCreditSummary complexType),
contractId (defined in ContractIdentifier complexType),
effectiveDate (defined in LetterOfCreditSummary complexType),
facilityReference (defined in LoanContractIdentifier complexType),
partyReference (defined in ContractIdentifier complexType),
type (defined in LetterOfCreditSummary complexType),
Known Direct Subtypes (1):
All Direct / Indirect Based Elements (3):
Known Usage Locations
Annotation
A short form definition of a letter of credit.
Type Definition Detail
Type Derivation Tree
ContractIdentifier (extension)
  LoanContractIdentifier (extension)
      LetterOfCreditSummary
XML Source (w/o annotations (5); see within schema source)
<xsd:complexType name="LetterOfCreditSummary">
<xsd:complexContent>
<xsd:extension base="LoanContractIdentifier">
<xsd:sequence>
<xsd:element name="type" type="LcType"/>
<xsd:element name="effectiveDate" type="xsd:date"/>
<xsd:group ref="LetterOfCreditRoles.model"/>
<xsd:element name="amount" type="MoneyWithParticipantShare"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 3/10)
amount
Type:
MoneyWithParticipantShare, complex content
The letter of credit notional amount. The amount is represented at the global and (optionally) at the lender-specific level.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="amount" type="MoneyWithParticipantShare"/>

effectiveDate
Type:
xsd:date, predefined, simple content
Effective date of the letter of credit.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="effectiveDate" type="xsd:date"/>

type
Type:
LcType, simple content
The letter of credit type for which a fee rate is being provided.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="type" type="LcType"/>

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.