Definition Type: ComplexType
Name: ProductDefinition
Namespace: http://www.fpml.org/FpML-5/pretrade
Containing Schema: fpml-product-definitions-5-10.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into tradeSideReference in schema fpml-product-definitions-5-10_xsd Drilldown into product in schema fpml-shared-5-10_xsd2 Drilldown into package in schema fpml-product-definitions-5-10_xsd Drilldown into conventions in schema fpml-product-definitions-5-10_xsd Drilldown into description in schema fpml-product-definitions-5-10_xsd Drilldown into id in schema fpml-product-definitions-5-10_xsdXSD Diagram of ProductDefinition in schema fpml-product-definitions-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="ProductDefinition">
    <xsd:sequence>
        <xsd:element name="description" type="String" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Optional "user-friendly" name for the product used for annotation purposes</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="conventions" type="ProductConventions" minOccurs="0" />
        <xsd:choice minOccurs="0">
            <xsd:element name="package" type="StandardPackage">
                <xsd:annotation>
                    <xsd:documentation>Definition of a standard package that consists out of several products</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element ref="product">
                <xsd:annotation>
                    <xsd:documentation>FpML product definition</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:choice>
        <xsd:element ref="tradeSideReference" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>If this definition is for a single product, tradeSideReference can be of type tradeSideRelativeToSwapStream and refer to the swapStream id that determines the trade side. If this definition is for a standard package, tradeSideReference can be of type tradeSideRelativeToComponent which refers to the component product that determines the trade side.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
description nsC:description 0 (1)
conventions nsC:conventions 0 (1)
package nsC:package (1) (1)
product nsC:product (1) (1)
tradeSideReference nsC:tradeSideReference 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsC:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsC:definition, nsC:definition, nsC:definition