<xsd:group name="FacilityLoanContractDetails.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">A model used to reference a facility by either identifier or summary, within various notifications.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:group ref="FacilityDetails.model" />
<xsd:choice>
<xsd:choice maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">A choice allowing the sender to describe the collection of loan contracts and/or letter of credits, belonging to a single facility.</xsd:documentation>
</xsd:annotation>
<xsd:element name="loanContractIdentifier" type="ContractIdentifier">
<xsd:annotation>
<xsd:documentation xml:lang="en">A collection of loan contracts.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="letterOfCreditIdentifier" type="ContractIdentifier">
<xsd:annotation>
<xsd:documentation xml:lang="en">A collection of letter of credits.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
<xsd:choice maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">A choice allowing the sender to describe the collection of loan contracts and/or letter of credits, belonging to a single facility.</xsd:documentation>
</xsd:annotation>
<xsd:element name="loanContract" type="LoanContract">
<xsd:annotation>
<xsd:documentation xml:lang="en">A collection of loan contracts.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="letterOfCredit" type="LetterOfCredit">
<xsd:annotation>
<xsd:documentation xml:lang="en">A collection of letter of credits.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:choice>
</xsd:sequence>
</xsd:group>
|