<xsd:group name="CommodityUnderlyerChoice.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type describing the type of underlyer: a single commodity or a basket of commodities.</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element name="commodity" type="Commodity">
<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="commodityBasket" type="CommodityBasket">
<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:group>
|