Definition Type: Group
Name: CommodityBasket.model
Namespace: http://www.fpml.org/FpML-5/transparency
Containing Schema: fpml-com-5-10.xsd
Collapse XSD Schema Diagram:
Drilldown into notionalAmountBasket in schema fpml-com-5-10_xsd3 Drilldown into notionalQuantityBasket in schema fpml-com-5-10_xsd3XSD Diagram of CommodityBasket.model in schema fpml-com-5-10_xsd3 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="CommodityBasket.model">
    <xsd:choice>
        <xsd:element name="notionalQuantityBasket" type="CommodityBasketByNotional" />
        <xsd:element name="notionalAmountBasket" type="CommodityBasketByPercentage" />
    </xsd:choice>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
notionalQuantityBasket nsF:notionalQuantityBasket (1) (1)
notionalAmountBasket nsF:notionalAmountBasket (1) (1)