File: external-category-keys.dic

package info (click to toggle)
cod-tools 3.11.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 159,136 kB
  • sloc: perl: 58,707; sh: 41,323; ansic: 7,268; xml: 1,982; yacc: 1,117; makefile: 731; python: 166
file content (40 lines) | stat: -rw-r--r-- 1,665 bytes parent folder | download | duplicates (2)
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.
;