complexType "AbstractTradingAccrual"
Namespace:
Content:
complex, 2 elements
Abstract:
(cannot be assigned directly to elements used in instance XML documents)
Defined:
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (2):
amount (defined in AbstractTradingAccrual complexType)
Known Direct Subtypes (3):
LoanTradingFacilityFeeAccrual, LoanTradingLetterOfCreditAccrual, LoanTradingLoanContractAccrual
All Direct / Indirect Based Elements (3):
facilityAccrual, letterOfCreditAccrual, loanContractInterestAccrual
Known Usage Locations
Annotation
An underlying structure that details the elements that affect the calculation of a trade-related accrual.
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType abstract="true" name="AbstractTradingAccrual">
<xsd:sequence>
<xsd:element name="amount" type="Money"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="accrualPeriod" type="AccrualPeriod"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
accrualPeriod
Type:
AccrualPeriod, complex content
One or more accrual periods which reflect the constituent portions of the accrual amount.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="accrualPeriod" type="AccrualPeriod"/>

amount
Type:
Money, complex content
The total accrual amount.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="amount" type="Money"/>

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.