<xsd:group name="LoanContractDetails.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">A model used to reference a loan contract by either identifier, summary or full contract details, within various notifications.</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element name="contractIdentifier" type="FacilityContractIdentifier">
<xsd:annotation>
<xsd:documentation xml:lang="en">A deal summary structure.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="contractSummary" type="LoanContractSummary">
<xsd:annotation>
<xsd:documentation xml:lang="en">A facility summary structure.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="contract" type="LoanContract" />
</xsd:choice>
</xsd:group>
|