Definition Type: ComplexType
Name: CreditNotations
Namespace: http://www.fpml.org/FpML-5/legal
Containing Schema: fpml-legal-5-10.xsd
Abstract
Documentation:
The credit rating notation higher level construct, which provides the ability to specify multiple rating notations.
Collapse XSD Schema Diagram:
Drilldown into creditNotation in schema fpml-legal-5-10_xsd Drilldown into condition in schema fpml-legal-5-10_xsd Drilldown into creditNotation in schema fpml-legal-5-10_xsdXSD Diagram of CreditNotations in schema fpml-legal-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="CreditNotations">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The credit rating notation higher level construct, which provides the ability to specify multiple rating notations.</xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
        <xsd:element name="creditNotation" type="CreditNotation">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">This node is to be used when only one credit notation 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 credit notation applies.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="creditNotation" type="CreditNotation" minOccurs="2" maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">The 'all' signifies that all of the specified credit notations are applicable; equivalent to a logical 'and' expression.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:choice>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
creditNotation nsB:creditNotation (1) (1)
condition nsB:condition (1) (1)
creditNotation nsB:creditNotation 2 unbounded
Collapse Derivation Tree:
Collapse References:
nsB:minimumRating, nsB:minimumRating