complexType "AccrualOptionChange"
Namespace:
Content:
complex, 19 elements
Defined:
Includes:
definitions of 7 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (19):
comment (defined in AbstractLoanEvent complexType),
effectiveDate (defined in AbstractLoanServicingEvent complexType),
eventIdentifier (defined in AbstractLoanEvent complexType),
facilityReference (defined in AbstractFacilityEvent complexType),
All Direct / Indirect Based Elements (1):
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)
          AccrualOptionChange
XML Source (w/o annotations (8); see within schema source)
<xsd:complexType name="AccrualOptionChange">
<xsd:complexContent>
<xsd:extension base="AbstractFacilityEvent">
<xsd:choice>
<xsd:sequence>
<xsd:choice>
<xsd:element name="fixedRateOption" type="FixedRateOption"/>
<xsd:element name="floatingRateOption" type="LoanFloatingRateOption"/>
</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; 7/19)
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:
LoanFloatingRateOption, 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="LoanFloatingRateOption"/>

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"/>

legacyFloatingRateOption
Type:
LegacyFloatingRateOption, complex content
A structure that represents a legacy (pre-IBOR replacement) accruing floating rate option associated within a facility.
XML Source (w/o annotations (1); see within schema source)

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 FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.