complexType "AccrualOptionChangeNotification"
Namespace:
Content:
complex, 3 attributes, 26 elements
Defined:
globally in fpml-loan-5-8.xsd; see XML source
Includes:
definitions of 7 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:token
 = 
xsd:positiveInteger
 = 
"9"
   
>
   
Content: 
</...>
Content Model Elements (26):
accruingPikOptionChange (in accrualOptionChangeNotification),
contract (defined in LoanContractDetails.model group),
contract (in accrualOptionChangeNotification),
contractIdentifier,
contractSummary,
correlationId,
facilityIdentifier (defined in FacilityDetails.model group),
facilityOutstandingsPosition (defined in AbstractContractNotification complexType),
facilitySummary,
fixedRateOptionChange (in accrualOptionChangeNotification),
floatingRateOptionChange (in accrualOptionChangeNotification),
header (defined in RequestMessage complexType),
isCorrection,
isGlobalOnly,
lcOptionChange (in accrualOptionChangeNotification),
letterOfCredit (defined in LetterOfCreditDetails.model group),
letterOfCredit (in accrualOptionChangeNotification),
letterOfCreditIdentifier,
letterOfCreditSummary,
noticeDate,
onBehalfOf (defined in OnBehalfOf.model group),
parentCorrelationId,
party (in accrualOptionChangeNotification),
paymentDetails (defined in AbstractServicingNotification complexType),
sequenceNumber (defined in Sequence.model group),
validation
All Direct / Indirect Based Elements (1):
accrualOptionChangeNotification
Known Usage Locations
Annotation
A loan servicing notification used to update an accrual option within a single facility. Embedded business events simply re-state the given accrual option.
Type Definition Detail
Type Derivation Tree
Document (extension)
  Message (extension)
      RequestMessage (extension)
          CorrectableRequestMessage (extension)
              AbstractServicingNotification (extension)
                  AbstractContractNotification (extension)
                      AccrualOptionChangeNotification
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="AccrualOptionChangeNotification">
<xsd:complexContent>
<xsd:extension base="AbstractContractNotification">
<xsd:sequence>
<xsd:choice>
<xsd:sequence>
<xsd:choice>
<xsd:element name="fixedRateOptionChange" type="FixedRateOptionChange"/>
</xsd:choice>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="contract" type="LoanContract"/>
</xsd:sequence>
<xsd:sequence>
<xsd:element name="lcOptionChange" type="LcOptionChange"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="letterOfCredit" type="LetterOfCredit"/>
</xsd:sequence>
</xsd:choice>
<xsd:group ref="FacilityDetails.model"/>
<xsd:group maxOccurs="unbounded" minOccurs="0" ref="LoanContractDetails.model"/>
<xsd:group maxOccurs="unbounded" minOccurs="0" ref="LetterOfCreditDetails.model"/>
<xsd:element maxOccurs="unbounded" name="party" type="Party"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 7/26)
accruingPikOptionChange
Type:
AccruingPikOptionChange, complex content
XML Source (see within schema source)

contract
Type:
LoanContract, complex content
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="contract" type="LoanContract"/>

fixedRateOptionChange
Type:
FixedRateOptionChange, complex content
XML Source (see within schema source)
<xsd:element name="fixedRateOptionChange" type="FixedRateOptionChange"/>

floatingRateOptionChange
Type:
FloatingRateOptionChange, complex content
XML Source (see within schema source)

lcOptionChange
Type:
LcOptionChange, complex content
XML Source (see within schema source)
<xsd:element name="lcOptionChange" type="LcOptionChange"/>

letterOfCredit
Type:
LetterOfCredit, complex content
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="letterOfCredit" type="LetterOfCredit"/>

party
Type:
Party, complex content
A legal entity or a subdivision of a legal entity.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" name="party" type="Party"/>

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.