<xsd:complexType name="BasketReferenceInformation">
<xsd:annotation>
<xsd:documentation xml:lang="en">CDS Basket Reference Information</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:group ref="BasketIdentifier.model" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Reuses the group that specifies a name and an identifier for a given basket.</xsd:documentation>
</xsd:annotation>
</xsd:group>
<xsd:element name="referencePool" type="ReferencePool">
<xsd:annotation>
<xsd:documentation xml:lang="en">This element contains all the reference pool items to define the reference entity and reference obligation(s) in the basket</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:choice minOccurs="0">
<xsd:sequence>
<xsd:element name="nthToDefault" type="xsd:positiveInteger">
<xsd:annotation>
<xsd:documentation xml:lang="en">N th reference obligation to default triggers payout.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="mthToDefault" type="xsd:positiveInteger" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">M th reference obligation to default to allow representation of N th to M th defaults.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:element name="tranche" type="Tranche">
<xsd:annotation>
<xsd:documentation xml:lang="en">This element contains CDS tranche terms.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
|