<xsd:group name="Utilization.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">A model that describes the breakdown of the utilization profile against a single facility.</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:sequence>
<xsd:element name="fundedUtilizedAmount" type="MoneyWithParticipantShare">
<xsd:annotation>
<xsd:documentation xml:lang="en">The amount of utilization which is funded.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="unfundedUtilizedAmount" type="MoneyWithParticipantShare" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The amount of utilization which is unfunded.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:sequence>
<xsd:element name="unfundedUtilizedAmount" type="MoneyWithParticipantShare">
<xsd:annotation>
<xsd:documentation xml:lang="en">The amount of utilization which is unfunded.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="fundedUtilizedAmount" type="MoneyWithParticipantShare" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The amount of utilization which is funded.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:choice>
</xsd:group>
|