complexType "LcRenewal"
Namespace:
Content:
complex, 14 elements
Defined:
Includes:
definitions of 2 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (14):
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 maturity date on an outstanding letter of credit.
Type Definition Detail
Type Derivation Tree
AbstractLoanEvent (extension)
      AbstractLcEvent (extension)
          LcRenewal
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="LcRenewal">
<xsd:complexContent>
<xsd:extension base="AbstractLcEvent">
<xsd:sequence>
<xsd:element name="finalExpiryDate" type="xsd:date"/>
<xsd:element minOccurs="0" name="maturityDate" type="xsd:date"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/14)
finalExpiryDate
Type:
xsd:date, predefined, simple content
The final letter of credit expiry date (as defined by the evergreen option).
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="finalExpiryDate" type="xsd:date"/>

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

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.