source: ruby/trunk/lib/adl_parser/test/dadl_embedded_cadl.dadl@ 116

Last change on this file since 116 was 116, checked in by Tatsukawa, Akimichi, 15 years ago

refactored directory structure of adl_parser

File size: 1.2 KB
Line 
1archetype_id = <"adl-test-OUTER.mixed_types.draft">
2concept = <"at0000"> -- empty definition test
3description = <
4 original_author = <
5 ["name"] = <"Thomas Beale">
6 ["organisation"] = <"OceanInformatics.biz">
7 ["submission"] = <"01/05/2004">
8 >
9 lifecycle_state = <"draft">
10 details = <
11 ["en"] = <
12 language = <"en">
13 purpose = <"Test archetype for mixed node types">
14 keywords = <"ADL", "test">
15 copyright = <"copyright (c) 2004 The openEHR Foundation">
16 >
17 >
18>
19definition = <{
20 OUTER[at0000] matches {
21 items cardinality matches {0..*; ordered} matches {
22 COMPLEX_OBJECT[at0001] matches {*}
23
24 use_node COMPLEX_OBJECT /items[at0001]
25
26 use_node COMPLEX_OBJECT /items[at0002]
27
28 COMPLEX_OBJECT[at0002] matches {*}
29
30 allow_archetype COMPLEX_OBJECT matches {
31 include
32 id matches {/.*/}
33 }
34
35 COMPLEX_OBJECT[at0003] matches {*}
36 }
37 }
38}>
39ontology = <
40 term_definitions = <
41 ["en"] = <
42 ["at0000"] = <text = <"outer object">; description = <"outer object">>
43 ["at0001"] = <text = <"complex object 1">; description = <"complex object 1">>
44 ["at0002"] = <text = <"complex object 2">; description = <"complex object 2">>
45 ["at0003"] = <text = <"complex object 3">; description = <"complex object 3">>
46 >
47 >
48>
Note: See TracBrowser for help on using the repository browser.