complexType "AbstractLoanAllocationSettlementEvent"
Namespace:
Content:
complex, 8 elements
Abstract:
(cannot be assigned directly to elements used in instance XML documents)
Defined:
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (8):
allocationReference (defined in AbstractLoanAllocationSettlementEvent complexType),
cashPayable,
comment (defined in AbstractLoanEvent complexType),
correctedEventIdentifier,
eventIdentifier (defined in AbstractEventRequireId complexType),
lenderPartyReference,
parentEventIdentifier,
settlementDate (defined in AbstractLoanAllocationSettlementEvent complexType)
Known Direct Subtypes (2):
LoanAllocationSettlementEvent, LoanTransferSettlementEvent
All Direct / Indirect Based Elements (2):
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 (3); see within schema source)
<xsd:complexType abstract="true" name="AbstractLoanAllocationSettlementEvent">
<xsd:complexContent>
<xsd:extension base="AbstractLoanEvent">
<xsd:sequence>
<xsd:element name="allocationReference" type="LoanAllocationReference"/>
<xsd:element name="settlementDate" type="xsd:date"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/8)
allocationReference
Type:
Reference to the loan trade allocation.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="allocationReference" type="LoanAllocationReference"/>

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 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.