Definition Type: Group
Name: FacilityNoticeDetails.model
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-loan-4-4.xsd
Collapse XSD Schema Diagram:
Drilldown into comments in schema fpml-loan-4-4_xsd Drilldown into facilityCommitmentPosition in schema fpml-loan-4-4_xsd Drilldown into facilityIdentifier in schema fpml-loan-4-4_xsd Drilldown into dealIdentifier in schema fpml-loan-4-4_xsd Drilldown into lenderPartyReference in schema fpml-loan-4-4_xsd Drilldown into borrowerPartyReference in schema fpml-loan-4-4_xsd Drilldown into agentBankPartyReference in schema fpml-loan-4-4_xsd Drilldown into noticeDate in schema fpml-loan-4-4_xsdXSD Diagram of FacilityNoticeDetails.model in schema fpml-loan-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
noticeDate fpml:noticeDate (1) (1)
agentBankPartyReference fpml:agentBankPartyReference 0 (1)
borrowerPartyReference fpml:borrowerPartyReference 0 (1)
lenderPartyReference fpml:lenderPartyReference 0 (1)
dealIdentifier fpml:dealIdentifier (1) (1)
facilityIdentifier fpml:facilityIdentifier (1) (1)
facilityCommitmentPosition fpml:facilityCommitmentPosition 0 (1)
comments fpml:comments 0 (1)