complexType "AbstractAccrualOptionBase"
Namespace:
Content:
complex, 3 elements
Abstract:
(cannot be assigned directly to elements used in instance XML documents)
Defined:
Includes:
definitions of 3 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (3):
accrualOptionId (defined in AbstractAccrualOptionBase complexType),
Known Direct Subtypes (3):
Known Indirect Subtypes (8):
All Direct / Indirect Based Elements (13):
Known Usage Locations
Annotation
An abstract type used for defining accrual structures within loan instruments.
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType abstract="true" name="AbstractAccrualOptionBase">
<xsd:sequence>
<xsd:element name="accrualOptionId" type="AccrualTypeId"/>
<xsd:element name="dayCountFraction" type="DayCountFraction"/>
<xsd:element minOccurs="0" name="paymentFrequency" type="Period"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 3/3)
accrualOptionId
Type:
AccrualTypeId, simple content
A unique id associated with the loan accrual type.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="accrualOptionId" type="AccrualTypeId"/>

dayCountFraction
Type:
DayCountFraction, simple content
The day count basis for the accrual.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="dayCountFraction" type="DayCountFraction"/>

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

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.