<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>
|