<xsd:complexType name="FacilityPosition">
<xsd:annotation>
<xsd:documentation xml:lang="en">A structure that represents current/prior facility commitment amounts on both the global and lender position levels.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="facilityReference" type="FacilityReference">
<xsd:annotation>
<xsd:documentation xml:lang="en">A unique facility identifier.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="CurrentPriorCommitment.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">The global and share amount of principal commitment. This model can be used to determine commitment balances before and after any associated business event.</xsd:documentation>
</xsd:annotation>
</xsd:group>
</xsd:sequence>
</xsd:complexType>
|