<xsd:group name="FacilityNoticeDetails.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">A model which contains all fields required on the business header section of a facility notice.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="noticeDate" type="xsd:date">
<xsd:annotation>
<xsd:documentation xml:lang="en">The date on which the notice was generated.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="eventId" type="EventId" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The identifier that defines the business event which requires the creation of a notice.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="agentBankPartyReference" type="PartyReference" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">A reference to the agent bank for the given deal.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="borrowerPartyReference" type="PartyReference" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">A reference to the borrower against the associated loan contract(s).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="lenderPartyReference" type="PartyReference" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">A reference to the lender(s) associated with the associated loan contract(s).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="dealSummary" type="DealSummary">
<xsd:annotation>
<xsd:documentation xml:lang="en">A data structure which contains the identifying characteristics of the given deal.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="facilitySummary" type="FacilitySummary">
<xsd:annotation>
<xsd:documentation xml:lang="en">A data structure which contains the identifying characteristics of the given facility.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="facilityCommitmentPosition" type="FacilityCommitmentPosition" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">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.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="exceptionFlag" type="xsd:boolean" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">A flag which can be set by the message sender in order to signify an exceptional business event.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="comments" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">A free-form, manually entered field which will be used by users directly for additional information.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:group>
|