Definition Type: ComplexType
Name: Product
Namespace: http://www.fpml.org/2003/FpML-4-0
Containing Schema: fpml-shared-4-0.xsd
Abstract
Documentation:
The base type which all FpML products extend.
Collapse XSD Schema Diagram:
Drilldown into productId in schema fpml-shared-4-0_xsd Drilldown into productType in schema fpml-shared-4-0_xsd Drilldown into id in schema fpml-shared-4-0_xsdXSD Diagram of Product in schema fpml-shared-4-0_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="Product">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The base type which all FpML products extend.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="productType" type="ProductType" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A classification of the type of product. FpML does not define domain values for this element.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="productId" type="ProductId" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A product reference identifier allocated by a party. FpML does not define the domain values associated with this element. Note that the domain values for this element are not strictly an enumerated list.</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
productType nsA:productType 0 (1)
productId nsA:productId 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:BulletPayment, nsA:CapFloor, nsA:CreditDefaultSwap, nsA:EquityOption, nsA:EquitySwap, nsA:Fra, nsA:FXAverageRateOption, nsA:FXDigitalOption, nsA:FXLeg, nsA:FXOptionLeg, nsA:FXSwap, nsA:productnsA:Strategy, nsA:Swap, nsA:Swaption, nsA:TermDeposit,