complexType "LoanAllocationTransferFeeDue"
Namespace:
Content:
complex, 10 elements
Defined:
Includes:
definitions of 2 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (10):
comment (defined in AbstractLoanEvent complexType),
eventIdentifier (defined in AbstractLoanEvent complexType),
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
A structure that defines details related to the admin agent's determination of transfer fee(s) due on an allocation.
Type Definition Detail
Type Derivation Tree
AbstractLoanEvent (extension)
      LoanAllocationTransferFeeDue
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType abstract="false" name="LoanAllocationTransferFeeDue">
<xsd:complexContent>
<xsd:extension base="AbstractLoanAllocationEvent">
<xsd:sequence>
<xsd:element name="amount" type="NonNegativeMoney"/>
<xsd:element name="dueDate" type="xsd:date"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/10)
amount
Type:
NonNegativeMoney, complex content
Amount of transfer fee due to the admin agent for the allocation.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="amount" type="NonNegativeMoney"/>

dueDate
Type:
xsd:date, predefined, simple content
The business date on which the transfer fee is due.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="dueDate" 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.