XML Schema Documentation

Model Group: FacilityNoticeDetails.model

[Table of contents]

Name FacilityNoticeDetails.model
Used by (from the same schema document) Complex Type FacilityNotice , Complex Type LoanContractNotice
XML Instance Representation
<noticeDate> xsd:date </noticeDate> [1]

'The date on which the notice was generated.'

<agentBankPartyReference> PartyReference </agentBankPartyReference> [0..1]

'A reference to the agent bank for the given deal.'

<borrowerPartyReference> PartyReference </borrowerPartyReference> [0..1]

'A reference to the borrower against the associated loan contract(s).'

<lenderPartyReference> PartyReference </lenderPartyReference> [0..1]

'A reference to the lender(s) associated with the associated loan contract(s).'

<dealSummary> DealSummary </dealSummary> [1]

'A data structure which contains the identifying characteristics of the given deal.'

<facilitySummary> FacilitySummary </facilitySummary> [1]

'A data structure which contains the identifying characteristics of the given facility.'

<facilityCommitmentPosition> FacilityCommitmentPosition </facilityCommitmentPosition> [0..1]

'A structure which contains the position being held by the lender on both the facility and loan contract levels. This position information is from the message sender\'s viewpoint as of the date of the associated notice.'

<exceptionFlag> xsd:boolean </exceptionFlag> [0..1]

'A flag which can be set by the message sender in order to signify an exceptional business event.'

<comments> xsd:string </comments> [0..1]

'A free-form, manually entered field which will be used by users directly for additional information.'

Diagram
Schema Component Representation
<xsd:group name="FacilityNoticeDetails.model">
<xsd:sequence>
<xsd:element name="noticeDate" type=" xsd:date "/>
<xsd:element name="agentBankPartyReference" type=" PartyReference " minOccurs="0"/>
<xsd:element name="borrowerPartyReference" type=" PartyReference " minOccurs="0"/>
<xsd:element name="lenderPartyReference" type=" PartyReference " minOccurs="0"/>
<xsd:element name="dealSummary" type=" DealSummary "/>
<xsd:element name="facilitySummary" type=" FacilitySummary "/>
<xsd:element name="facilityCommitmentPosition" type=" FacilityCommitmentPosition " minOccurs="0"/>
<xsd:element name="exceptionFlag" type=" xsd:boolean " minOccurs="0"/>
<xsd:element name="comments" type=" xsd:string " minOccurs="0"/>
</xsd:sequence>
</xsd:group>