complexType "LoanTradeTransferFeeDueEvent"
Namespace:
Content:
complex, 10 elements
Defined:
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (10):
amount (in loanTradeFeeDue),
cashPayable,
comment (defined in AbstractLoanEvent complexType),
correctedEventIdentifier,
dueDate (in loanTradeFeeDue),
eventIdentifier (defined in AbstractLoanEvent complexType),
lenderPartyReference (defined in LenderAndCashDetails.model group),
loanTradeReference (defined in AbstractLoanTradeEvent complexType),
parentEventIdentifier,
previousEventIdentifier
All Direct / Indirect Based Elements (1):
loanTradeFeeDue
Known Usage Locations
Annotation
A structure that defines details related to the admin agent's determination of transfer fee(s) owed on a trade.
Type Definition Detail
Type Derivation Tree
AbstractLoanEvent (extension)
  AbstractLoanTradeEvent (extension)
      LoanTradeTransferFeeDueEvent
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType abstract="false" name="LoanTradeTransferFeeDueEvent">
<xsd:complexContent>
<xsd:extension base="AbstractLoanTradeEvent">
<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 owed to the admin agent for the trade.
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 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.