source: ruby/trunk/lib/adl_parser/test/adl/adl-test-ENTRY.structure_test1.v1.adl@ 323

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

commit at the timing of leaving Pittsburgh

File size: 915 bytes
Line 
1archetype (adl_version=1.4)
2 adl-test-ENTRY.structure_test1.v1
3
4concept
5 [at0000] -- test entry
6language
7 original_language = <[ISO_639-1::en]>
8description
9 original_author = <
10 ["name"] = <"Thomas Beale">
11 >
12 details = <
13 ["en"] = <
14 language = <[ISO_639-1::en]>
15 purpose = <"Test basic structure hierarchy">
16 keywords = <"ADL", "structure", "test">
17 copyright = <"copyright (c) 2004 The openEHR Foundation">
18 >
19 >
20 lifecycle_state = <"draft">
21
22definition
23 ENTRY[at0000] matches { -- test entry
24 subject_relationship matches {
25 RELATED_PARTY matches {
26 relationship matches {
27 TEXT matches {
28 value matches {"self"}
29 }
30 }
31 }
32 }
33 }
34
35ontology
36 terminologies_available = <"adl_test", ...>
37 term_definitions = <
38 ["en"] = <
39 items = <
40 ["at0000"] = <
41 description = <"test entry">
42 text = <"test entry">
43 >
44 >
45 >
46 >
Note: See TracBrowser for help on using the repository browser.