complexType "AbstractServicingNotification"
Namespace:
Content:
complex, 3 attributes, 11 elements
Abstract:
(cannot be assigned directly to elements used in instance XML documents)
Defined:
Includes:
definitions of 3 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:token
 = 
xsd:positiveInteger
 = 
"3"
   
>
   
Content: 
</...>
Content Model Elements (11):
correlationId,
eventPayment,
header (defined in RequestMessage complexType),
isCorrection,
isGlobalOnly,
noticeDate (defined in AbstractServicingNotification complexType),
onBehalfOf (defined in OnBehalfOf.model group),
parentCorrelationId,
sequenceNumber (defined in Sequence.model group),
validation (defined in Validation.model group),
validation (defined in Validation.model group)
Known Direct Subtypes (2):
AbstractContractNotification, AbstractFacilityNotification
Known Indirect Subtypes (4):
FacilityNotification, LcNotification, LoanBulkServicingNotification, LoanContractNotification
All Direct / Indirect Based Elements (4):
facilityNotification, lcNotification, loanBulkServicingNotification, loanContractNotification
Known Usage Locations
Annotation
An abstract base type for all syndicated loan servicing notifications; the wrapper for loan events which occur through the life-cycle of a deal.
Type Definition Detail
Type Derivation Tree
Document (extension)
  Message (extension)
      RequestMessage (extension)
          CorrectableRequestMessage (extension)
              AbstractServicingNotification
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType abstract="true" name="AbstractServicingNotification">
<xsd:complexContent>
<xsd:extension base="CorrectableRequestMessage">
<xsd:sequence>
<xsd:element name="noticeDate" type="xsd:date"/>
<xsd:element name="isGlobalOnly" type="xsd:boolean"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="eventPayment" type="EventPayment"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 3/11)
eventPayment
Type:
EventPayment, complex content
The payments/wiring instructions associated with all embedded loan events.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="eventPayment" type="EventPayment"/>

isGlobalOnly
Type:
xsd:boolean, predefined, simple content
Indicates whether the embedded business event is 'global', i.e. NOT lender specific.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="isGlobalOnly" type="xsd:boolean"/>

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