Definition Type: Group
Name: Utilization.model
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-loan-5-10.xsd
Documentation:
A model that describes the breakdown of the utilization profile against a single facility.
Collapse XSD Schema Diagram:
Drilldown into fundedUtilizedAmount in schema fpml-loan-5-10_xsd Drilldown into unfundedUtilizedAmount in schema fpml-loan-5-10_xsd Drilldown into unfundedUtilizedAmount in schema fpml-loan-5-10_xsd Drilldown into fundedUtilizedAmount in schema fpml-loan-5-10_xsdXSD Diagram of Utilization.model in schema fpml-loan-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
fundedUtilizedAmount nsA:fundedUtilizedAmount (1) (1)
unfundedUtilizedAmount nsA:unfundedUtilizedAmount 0 (1)
unfundedUtilizedAmount nsA:unfundedUtilizedAmount (1) (1)
fundedUtilizedAmount nsA:fundedUtilizedAmount 0 (1)