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]
<agentBankPartyReference> PartyReference </agentBankPartyReference> [0..1]
<borrowerPartyReference> PartyReference </borrowerPartyReference> [0..1]
<lenderPartyReference> PartyReference </lenderPartyReference> [0..1]
<dealIdentifier> DealIdentifier </dealIdentifier> [1]
<facilityIdentifier> FacilityIdentifier </facilityIdentifier> [1]
<facilityCommitmentPosition> FacilityCommitmentPosition </facilityCommitmentPosition> [0..1]
<comments> xsd:string </comments> [0..1]

'Manually-entered field which will be used by human users only.'

Diagram
type_PartyReference type_PartyReference type_PartyReference type_DealIdentifier type_FacilityIdentifier type_FacilityCommitmentPosition
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="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:sequence>
</xsd:group>