<xsd:complexType name="Underlyer">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type describing the whole set of possible underlyers: single underlyers or multiple underlyers, each of these having either security or index components.</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element name="singleUnderlyer" type="SingleUnderlyer">
<xsd:annotation>
<xsd:documentation xml:lang="en">Describes the swap's underlyer when it has only one asset component.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="basket" type="Basket">
<xsd:annotation>
<xsd:documentation xml:lang="en">Describes the swap's underlyer when it has multiple asset components.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:complexType>
|