next up previous contents
Next: CATEGORY_METHODS Up: DDL Definitions Describing Previous: CATEGORY_GROUP_LIST

A CATEGORY_GROUP_LIST Example

 

The following example of category_group_list illustrates the category groups that are defined in this DDL. These include the group of categories that define categories, the group of categories that define data items, and the group of categories that define the dictionary. An additional compliance group is also defined for categories that are included specifically for compliance with previous versions of DDL. Each of these category groups is defined as child of the group named ddl_group to which all of the base DDL categories belong.

     loop_
    _category_group_list.id
    _category_group_list.parent_id
    _category_group_list.description

     'ddl_group'                               .
;
     Component categories of the macromolecular DDL
;
     'datablock_group'                         'ddl_group'
;
     Categories that describe the characteristics of data blocks.
;
     'category_group'                          'ddl_group'
;
     Categories that describe the characteristics of categories.
;
     'sub_category_group'                      'ddl_group'
;
     Categories that describe the characteristics of subcategories.
;
     'item_group'                              'ddl_group'
;
     Categories that describe the characteristics of data items.
;
     'dictionary_group'                        'ddl_group'
;
     Categories that describe the dictionary.
;
     'compliance_group'                        'ddl_group'
;
     Categories that are retained specifically for compliance with 
     older versions of the DDL.
;



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