1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
##############################################################################
# #
# DDL1 DEFINITIONS USED FOR TESTING PURPOSES #
# ------------------------------------------ #
# #
# This dictionary contains definitions of looped data items that belong to a #
# category defined in an external dictionary and that specify a category key #
# item that is also defined in the same external dictionary. #
##############################################################################
data_on_this_dictionary
_dictionary_name external_category_test.dic
_dictionary_version 0.001
_dictionary_update 2023-11-21
_dictionary_history
;
2023-11-21 Initial release of the dictionary.
;
data_external_category_item_1
_name '_external_category_item_1'
_category atom_site
_type char
_list yes
_list_reference '_atom_site_label'
_definition
;
Data item that belongs to the ATOM_SITE external category.
;
data_external_category_item_2
_name '_external_category_item_2'
_category looped_category_A
_type char
_list yes
_list_reference '_atom_site_label'
_definition
;
Another data item that belongs to the ATOM_SITE external category.
;
|