complexType "LoanContractMaturityChange"
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),
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
An event representing a change of maturity date on a one or more outstanding loan contracts.
Type Definition Detail
Type Derivation Tree
AbstractLoanEvent (extension)
      AbstractLoanContractEvent (extension)
          LoanContractMaturityChange
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="LoanContractMaturityChange">
<xsd:complexContent>
<xsd:extension base="AbstractLoanContractEvent">
<xsd:sequence>
<xsd:element name="currentMaturityDate" type="xsd:date"/>
<xsd:element minOccurs="0" name="priorMaturityDate" type="xsd:date"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/14)
currentMaturityDate
Type:
xsd:date, predefined, simple content
The new loan contract maturity date.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="currentMaturityDate" type="xsd:date"/>

priorMaturityDate
Type:
xsd:date, predefined, simple content
The previous loan contract maturity date.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="priorMaturityDate" 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.