<xsd:complexType name="UtilizationAmounts">
<xsd:annotation>
<xsd:documentation xml:lang="en">A structure which defines the total utilization and available credit levels for a given facility.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="fundedAmount" type="NonNegativeDecimal">
<xsd:annotation>
<xsd:documentation xml:lang="en">The amount of utilization which is funded.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="unfundedAmount" type="NonNegativeDecimal">
<xsd:annotation>
<xsd:documentation xml:lang="en">The amount of utilization which is unfunded.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|