itemModel
Namespace: | http://filecatalyst.com/model |
XML Schema: | model.xsd |
Item model class
XML
Attributes
name | type | description |
---|---|---|
description | string | Item description |
operand | fieldOperandActionType | Type specific. Operand to use for certain field types. See fieldOperandActionType. |
Elements
name (type) | min/max occurs |
description |
---|---|---|
prices (pricesModel) | 0/unbounded | List of prices. |
JSON
property | type | description |
---|---|---|
description | string | Item description |
operand | fieldOperandActionType | Type specific. Operand to use for certain field types. See fieldOperandActionType. |
prices | array of prices (pricesModel) | List of prices. |