complexType "AccruingFeeExpiry"
Namespace:
Content:
complex, 14 elements
Defined:
Includes:
definitions of 2 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (14):
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 future expiry of one of the accruing fees associated with a specific facility.
Type Definition Detail
Type Derivation Tree
AbstractLoanEvent (extension)
      AbstractFacilityEvent (extension)
          AccruingFeeExpiry
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="AccruingFeeExpiry">
<xsd:complexContent>
<xsd:extension base="AbstractFacilityEvent">
<xsd:sequence>
<xsd:element name="id" type="AccrualTypeId"/>
<xsd:element name="type" type="AccruingFeeType"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/14)
id
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="id" type="AccrualTypeId"/>

type
Type:
AccruingFeeType, simple content
The accruing fee type which is expiring.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="type" type="AccruingFeeType"/>

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.