XML Schema Documentation

Complex Type: UtilizedAmount

[Table of contents]

Super-types: None
Sub-types: None
Name UtilizedAmount
Used by (from the same schema document) Complex Type CommitmentAmount
Abstract no
Documentation A structure which defines the total utilization level for a given facility.
XML Instance Representation
<...>
<fundedAmount> ParticipationAmount </fundedAmount> [1]

'The amount of utilization which is funded.'

<unfundedAmount> ParticipationAmount </unfundedAmount> [1]

'The amount of utilization which is unfunded.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="UtilizedAmount">
<xsd:sequence>
<xsd:element name="fundedAmount" type=" ParticipationAmount "/>
<xsd:element name="unfundedAmount" type=" ParticipationAmount "/>
</xsd:sequence>
</xsd:complexType>