<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="dealIdentifier" type="DealIdentifier" />
<xsd:element name="facilityIdentifier" type="FacilityIdentifier" />
<xsd:element name="facilityCommitmentPosition" type="FacilityCommitmentPosition" minOccurs="0" />
<xsd:element name="comments" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Manually-entered field which will be used by human users only.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:group>
|