complexType "AbstractFacilityContractEvent"
Namespace:
Content:
complex, 11 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 (11):
agentPartyReference (defined in BusinessEventParties.model group),
borrowerPartyReference (defined in BusinessEventParties.model group),
cashPayable,
comment (defined in AbstractLoanEvent complexType),
correctedEventIdentifier,
effectiveDate (defined in AbstractLoanServicingEvent complexType),
eventIdentifier (defined in AbstractEventRequireId complexType),
facilityReference (defined in AbstractFacilityContractEvent complexType),
lenderPartyReference,
loanContractReference (defined in AbstractFacilityContractEvent complexType),
parentEventIdentifier
Known Direct Subtypes (5):
DefaultRateExpiry, FacilityRateChangeEvent, MandatoryCostRateExpiry, NonRecurringFeePayment, PenaltyRateExpiry
Known Indirect Subtypes (10):
AmendmentFeePayment, BreakageFeePayment, DefaultRateChange, FacilityExtensionFeePayment, FundingFeePayment, MandatoryCostRateChange, MiscFeePayment, PenaltyRateChange, UpfrontFeePayment, WaiverFeePayment
All Direct / Indirect Based Elements (16):
breakageFeePayment (defined in Prepayment complexType),
Known Usage Locations
Annotation
An abstract base type for all facility and/or contract-level business events.
Type Definition Detail
Type Derivation Tree
  AbstractLoanEvent (extension)
      AbstractLoanServicingEvent (extension)
          AbstractFacilityContractEvent
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType abstract="true" name="AbstractFacilityContractEvent">
<xsd:complexContent>
<xsd:extension base="AbstractLoanServicingEvent">
<xsd:sequence>
<xsd:element name="facilityReference" type="FacilityReference"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="loanContractReference" type="LoanContractReference"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/11)
facilityReference
Type:
FacilityReference, empty content
XML Source (see within schema source)
<xsd:element name="facilityReference" type="FacilityReference"/>

loanContractReference
Type:
LoanContractReference, empty content
A loan contract summary structure.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="loanContractReference" type="LoanContractReference"/>

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.