Definition Type: ComplexType
Name: CreditRatingDebt
Namespace: http://www.fpml.org/FpML-5/legal
Containing Schema: fpml-legal-5-10.xsd
Abstract
Documentation:
The credit rating debt type(s) associated with the credit rating notation and scale. When several debt types are specified, 'any' or 'all' may be applicable.
Collapse XSD Schema Diagram:
Drilldown into debtType in schema fpml-legal-5-10_xsd Drilldown into condition in schema fpml-legal-5-10_xsd Drilldown into debtType in schema fpml-legal-5-10_xsdXSD Diagram of CreditRatingDebt in schema fpml-legal-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="CreditRatingDebt">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The credit rating debt type(s) associated with the credit rating notation and scale. When several debt types are specified, 'any' or 'all' may be applicable.</xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
        <xsd:element name="debtType" type="DebtType">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">This node is to be used when only one debt type is specified.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:sequence>
            <xsd:element name="condition" type="QuantifierEnum">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">An enumerated element, to qualify whether All or Any debt type applies.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="debtType" type="DebtType" minOccurs="2" maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">The set condition specifies whether all or any of the specified debt types are applicable.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:choice>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
debtType nsB:debtType (1) (1)
condition nsB:condition (1) (1)
debtType nsB:debtType 2 unbounded
Collapse Derivation Tree:
Collapse References:
nsB:debt