Description
The Product class holds the base data for each product.
Derived By
Restricting anyType
Content Model
Contains elements as defined in the following table.
Component |
Type |
Occurs |
Description |
---|---|---|---|
active |
boolean |
1..1 |
A flag to indicate the product is active |
components |
0..* |
List of components linked with the Product |
|
dateCreated |
dateTime |
0..1 |
The date the product was created |
description |
string |
0..1 |
The product description |
productId |
long |
1..1 |
The numeric product ID of the product |