Definition Type: ComplexType
Name: QuotableProduct
Namespace: http://www.fpml.org/2003/FpML-4-0
Containing Schema: fpml-msg-4-0.xsd
Abstract
Documentation:
The abstract base class for all product definitions for pre-trade quotation
Collapse XSD Schema Diagram:
Drilldown into productId in schema fpml-msg-4-0_xsd Drilldown into productType in schema fpml-msg-4-0_xsdXSD Diagram of QuotableProduct in schema fpml-msg-4-0_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="QuotableProduct">
    <xsd:annotation>
        <xsd:documentation>The abstract base class for all product definitions for pre-trade quotation</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="productType" type="ProductType" minOccurs="0" />
        <xsd:element name="productId" type="ProductId" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
productType nsA:productType 0 (1)
productId nsA:productId 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsA:QuotableFXLeg, nsA:quotableProduct