complexType "Rollover"
Namespace:
Content:
complex, 12 elements
Defined:
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),
cashPayable,
comment (defined in AbstractLoanEvent complexType),
correctedEventIdentifier,
currentContracts,
effectiveDate (defined in AbstractLoanServicingEvent complexType),
eventIdentifier (defined in AbstractLoanEvent complexType),
lenderPartyReference (defined in LenderAndCashDetails.model group),
newContracts,
parentEventIdentifier,
previousEventIdentifier
All Direct / Indirect Based Elements (1):
rollover
Known Usage Locations
Annotation
An event representing the prepayment structure associated within a facility.
Type Definition Detail
Type Derivation Tree
AbstractLoanEvent (extension)
      Rollover
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="Rollover">
<xsd:complexContent>
<xsd:extension base="AbstractLoanServicingEvent">
<xsd:sequence>
<xsd:element name="currentContracts">
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" name="loanContractReference" type="LoanContractReference"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="newContracts">
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" name="contract" type="LoanContract"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/12)
currentContracts
Type:
anonymous complexType, complex content
A list of references to all contracts whose rates are resetting or that are terminating as part of a rollover event.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="currentContracts">
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" name="loanContractReference" type="LoanContractReference"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>

newContracts
Type:
anonymous complexType, complex content
A list of all contracts whose rates are resetting or that are initiating as part of the rollover event.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="newContracts">
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" name="contract" type="LoanContract"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>

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.