complexType "AccrualOptionChangeEvent"
Namespace:
Content:
complex, 17 elements
Defined:
Includes:
definitions of 6 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (17):
accruingPikOption (in accrualOptionChange),
agentPartyReference (defined in BusinessEventParties.model group),
borrowerPartyReference (defined in BusinessEventParties.model group),
cashPayable,
comment (defined in AbstractLoanEvent complexType),
correctedEventIdentifier,
effectiveDate (defined in AbstractLoanServicingEvent complexType),
eventIdentifier (defined in AbstractLoanEvent complexType),
facilityReference (defined in AbstractFacilityEvent complexType),
fixedRateOption (in accrualOptionChange),
floatingRateOption (in accrualOptionChange),
lcOption (in accrualOptionChange),
lenderPartyReference (defined in LenderAndCashDetails.model group),
letterOfCreditReference (in accrualOptionChange),
loanContractReference (in accrualOptionChange),
parentEventIdentifier,
previousEventIdentifier
All Direct / Indirect Based Elements (1):
accrualOptionChange
Known Usage Locations
Annotation
An event describing a change to an accrual option associated with a specific facility.
Type Definition Detail
Type Derivation Tree
AbstractLoanEvent (extension)
      AbstractFacilityEvent (extension)
          AccrualOptionChangeEvent
XML Source (w/o annotations (7); see within schema source)
<xsd:complexType name="AccrualOptionChangeEvent">
<xsd:complexContent>
<xsd:extension base="AbstractFacilityEvent">
<xsd:choice>
<xsd:sequence>
<xsd:choice>
<xsd:element name="fixedRateOption" type="FixedRateOption"/>
<xsd:element name="floatingRateOption" type="FloatingRateOption"/>
</xsd:choice>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="loanContractReference" type="LoanContractReference"/>
</xsd:sequence>
<xsd:element name="accruingPikOption" type="AccruingPikOption"/>
<xsd:sequence>
<xsd:element name="lcOption" type="LcOption"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="letterOfCreditReference" type="LetterOfCreditReference"/>
</xsd:sequence>
</xsd:choice>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 6/17)
accruingPikOption
Type:
AccruingPikOption, complex content
A structure that represents the accruing PIK option associated within a facility.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="accruingPikOption" type="AccruingPikOption"/>

fixedRateOption
Type:
FixedRateOption, complex content
A structure that represents the accruing fixed rate option associated within a facility.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="fixedRateOption" type="FixedRateOption"/>

floatingRateOption
Type:
FloatingRateOption, complex content
A structure that represents the accruing floating rate option associated within a facility.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="floatingRateOption" type="FloatingRateOption"/>

lcOption
Type:
LcOption, complex content
A structure that represents the accruing L/C rate option associated within a facility.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="lcOption" type="LcOption"/>

letterOfCreditReference
Type:
A letter of credit reference structure
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="letterOfCreditReference" type="LetterOfCreditReference"/>

loanContractReference
Type:
LoanContractReference, empty content
A loan contract reference structure.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="loanContractReference" type="LoanContractReference"/>

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.