The DDL category item_default holds default values assigned
to data items. Default data values are specified in item
_item_default.value. Default values are assigned to
data items which are not declared within a category.
The key item for this category is _item_default.name which
is a child of item, item.name (Section
).
A single default value may be specified for a data item.
The DDL for the item_default category is given in the following section.
save_ITEM_DEFAULT
_category.description
;
Attributes specifying the default value for a data item.
;
_category.id item_default
_category.mandatory_code no
_category_key.name '_item_default.name'
loop_
_category_group.id 'ddl_group'
'item_group'
save_
save__item_default.value
_item_description.description
;
The default value for the defined item if it is not specified
explicitly. If a data value is not declared, the default is
assumed to be the most likely or natural value.
;
_item.name '_item_default.value'
_item.category_id item_default
_item.mandatory_code no
_item_type.code any
save_