complexType "AbstractLoanServicingEvent"
Namespace:
Content:
complex, 11 elements
Abstract:
(cannot be assigned directly to elements used in instance XML documents)
Defined:
Includes:
definitions of 2 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (11):
comment (defined in AbstractLoanEvent complexType),
effectiveDate (defined in AbstractLoanServicingEvent complexType),
eventIdentifier (defined in AbstractLoanEvent complexType),
Known Direct Subtypes (4):
Known Indirect Subtypes (42):
All Direct / Indirect Based Elements (43):
Known Usage Locations
Annotation
An abstract base type defining common features of a syndicated loan servicing business event. Such events are originated by the borrower and are required to be communicated to the lender syndicate by agents.
Type Definition Detail
Type Derivation Tree
AbstractLoanEvent (extension)
  AbstractLoanServicingEvent
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType abstract="true" name="AbstractLoanServicingEvent">
<xsd:complexContent>
<xsd:extension base="AbstractLoanEvent">
<xsd:sequence>
<xsd:group ref="BusinessEventParties.model"/>
<xsd:element name="effectiveDate" type="xsd:date"/>
<xsd:element minOccurs="0" name="legalActionReference" type="LoanLegalActionReference"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/11)
effectiveDate
Type:
xsd:date, predefined, simple content
The date on which the associated business event is effective.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="effectiveDate" type="xsd:date"/>

legalActionReference
Type:
Reference to a legal action.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="legalActionReference" type="LoanLegalActionReference"/>

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.