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