XML Schema Documentation

Model Group: Product.model

[Table of contents]

Name Product.model
Used by (from the same schema document) Complex Type Product
XML Instance Representation
<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
Schema Component Representation
<xsd:group name="Product.model">
<xsd:sequence>
<xsd:element name="productType" type=" ProductType " minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="productId" type=" ProductId " minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:group>