Definition Type: Group
Name: CommodityUnderlyerChoice.model
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-com-5-10.xsd
Documentation:
A type describing the type of underlyer: a single commodity or a basket of commodities.
Collapse XSD Schema Diagram:
Drilldown into commodityBasket in schema fpml-com-5-10_xsd Drilldown into commodity in schema fpml-com-5-10_xsdXSD Diagram of CommodityUnderlyerChoice.model in schema fpml-com-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
commodity nsA:commodity (1) (1)
commodityBasket nsA:commodityBasket (1) (1)