complexType "AbstractLoanAllocationSettlementEvent"
Namespace:
Content:
complex, 11 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 (11):
comment (defined in AbstractLoanEvent complexType),
eventIdentifier (defined in AbstractLoanEvent complexType),
Known Direct Subtypes (1):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
An abstract structure defining fundamental settlement event information.
Type Definition Detail
Type Derivation Tree
AbstractLoanEvent (extension)
      AbstractLoanAllocationSettlementEvent
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType abstract="true" name="AbstractLoanAllocationSettlementEvent">
<xsd:complexContent>
<xsd:extension base="AbstractLoanAllocationEvent">
<xsd:sequence>
<xsd:element name="settlementDate" type="xsd:date"/>
<xsd:element name="allocationAmount" type="NonNegativeMoney"/>
<xsd:element name="facilityPosition" type="FacilityPosition"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 3/11)
allocationAmount
Type:
NonNegativeMoney, complex content
The amount settled.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="allocationAmount" type="NonNegativeMoney"/>

facilityPosition
Type:
FacilityPosition, 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 name="facilityPosition" type="FacilityPosition"/>

settlementDate
Type:
xsd:date, predefined, simple content
Date on which settlement will occur.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="settlementDate" type="xsd:date"/>

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.