Definition Type: ComplexType
Name: FacilityOutstandingsPosition
Namespace: http://www.fpml.org/FpML-5/confirmation
Type: nsA:FacilityPosition
Containing Schema: fpml-loan-5-10.xsd
Abstract
Documentation:
A structure that represents current/prior facility commitment and outstanding amounts on both the global and lender position levels.
Collapse XSD Schema Diagram:
Drilldown into outstandingsPosition in schema fpml-loan-5-10_xsd Drilldown into priorCommitment in schema fpml-loan-5-10_xsd Drilldown into commitment in schema fpml-loan-5-10_xsd Drilldown into CurrentPriorCommitment.model in schema fpml-loan-5-10_xsd Drilldown into facilityReference in schema fpml-loan-5-10_xsd Drilldown into FacilityPosition in schema fpml-loan-5-10_xsdXSD Diagram of FacilityOutstandingsPosition in schema fpml-loan-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="FacilityOutstandingsPosition">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A structure that represents current/prior facility commitment and outstanding amounts on both the global and lender position levels.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="FacilityPosition">
            <xsd:sequence>
                <xsd:element name="outstandingsPosition" type="OutstandingsPosition" minOccurs="0" maxOccurs="unbounded">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">A structure used to define all positions held by the lender at the loan contract level. This structure is design to hold either some or all loan contracts.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
facilityReference nsA:facilityReference (1) (1)
commitment nsA:commitment (1) (1)
priorCommitment nsA:priorCommitment 0 (1)
outstandingsPosition nsA:outstandingsPosition 0 unbounded
<xs:group> nsA:CurrentPriorCommitment.model (1) (1)
Collapse Derivation Tree:
Collapse References:
nsA:facilityOutstandingsPosition, nsA:facilityOutstandingsPosition, nsA:facilityOutstandingsPosition, nsA:facilityOutstandingsPosition