complexType "LetterOfCreditSummary"
Namespace:
Content:
complex, 1 attribute, 13 elements
Defined:
Includes:
definitions of 3 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (13):
amount (defined in LetterOfCreditSummary complexType),
beneficiaryPartyReference (defined in LetterOfCreditRoles.model group),
borrowerPartyReference (defined in LetterOfCreditRoles.model group),
contractId (defined in ContractIdentifier complexType),
contractId (defined in ContractIdentifier complexType),
effectiveDate (defined in LetterOfCreditSummary complexType),
facilityReference (defined in FacilityContractIdentifier complexType),
issuingBankPartyReference,
partyReference (defined in ContractIdentifier complexType),
partyReference (defined in ContractIdentifier complexType),
type (defined in LetterOfCreditSummary complexType),
versionedContractId (defined in ContractIdentifier complexType),
versionedContractId (defined in ContractIdentifier complexType)
Known Direct Subtypes (1):
LetterOfCredit
All Direct / Indirect Based Elements (3):
letterOfCredit (defined in LetterOfCreditDetails.model group),
letterOfCredit (in outstandingContractsStatement),
letterOfCreditSummary
Known Usage Locations
Annotation
A short form definition of a letter of credit.
Type Definition Detail
Type Derivation Tree
ContractIdentifier (extension)
      LetterOfCreditSummary
XML Source (w/o annotations (5); see within schema source)
<xsd:complexType name="LetterOfCreditSummary">
<xsd:complexContent>
<xsd:extension base="FacilityContractIdentifier">
<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/13)
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:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="type" type="LcType"/>

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.