XML Schema Documentation

Complex Type: Product

[Table of contents]

Super-types: None
Sub-types: None
Name Product
Used by (from the same schema document) Element product
Abstract yes
Documentation The base type which all FpML products extend.
XML Instance Representation
<...
id=" xsd:ID [0..1]">
<productType> ProductType </productType> [0..*]

'A classification of the type of product. FpML defines a simple product categorization using a coding scheme.'

<productId> ProductId </productId> [0..*]

'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.'

</...>
Diagram
group_Product.model
Schema Component Representation
<xsd:complexType name="Product" abstract="true">
<xsd:group ref=" Product.model "/>
<xsd:attribute name="id" type=" xsd:ID "/>
</xsd:complexType>