next up previous contents
Next: ITEM_LINKED Up: DDL Definitions Describing Previous: ITEM_ENUMERATION

ITEM_EXAMPLES

 

The DDL category item_examples is provided to hold examples associated with individual data items. An example specification consists of the text of the example, _item_examples.case, and an optional comment item, _item_examples.detail, which can be used to qualify the example. Multiple examples may be provided for each item.

The DDL for the item_examples category is given in the following section.

save_ITEM_EXAMPLES

    _category.description
;
    Attributes for describing application examples of the data item. 
;
    _category.id                         item_examples
    _category.mandatory_code             no 
     loop_
    _category_key.name                '_item_examples.name'               
                                      '_item_examples.case'
     loop_
     _category_group.id               'ddl_group'
                                      'item_group'
     save_


save__item_examples.case

    _item_description.description
;
     An example application of the defined data item.
;
    _item.name                         '_item_examples.case'        
    _item.category_id                    item_examples
    _item.mandatory_code                 no  
    _item_type.code                      text
     save_


save__item_examples.detail

    _item_description.description
;
     A description of an example specified in _item_example.case
;
    _item.name                         '_item_examples.detail'    
    _item.category_id                    item_examples
    _item.mandatory_code                 no  
    _item_type.code                      text           
     save_



John Westbrook
Thu Apr 11 06:25:55 EDT 1996