complexType "LoanContractMaturityChange"
Namespace:
Content:
complex, 12 elements
Defined:
globally in fpml-loan-5-8.xsd; see XML source
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (12):
agentPartyReference (defined in BusinessEventParties.model group),
borrowerPartyReference (defined in BusinessEventParties.model group),
businessEventGroupId,
cashPayable,
comment,
currentMaturityDate,
effectiveDate (defined in LoanEvent complexType),
eventIdentifier (defined in AbstractEventRequireId complexType),
lenderPartyReference,
loanContractReference (defined in LoanContractEvent complexType),
previousInaccurateEventId,
priorMaturityDate
All Direct / Indirect Based Elements (1):
maturityChange
Known Usage Locations
Annotation
An event describing change of maturity date on a one or more outstanding loan contract.
Type Definition Detail
Type Derivation Tree
AbstractEventRequireId (extension)
  LoanEvent (extension)
      LoanContractEvent (extension)
          LoanContractMaturityChange
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="LoanContractMaturityChange">
<xsd:complexContent>
<xsd:extension base="LoanContractEvent">
<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/12)
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 DocFlex/XML 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.