source: ruby/trunk/spec/lib/open_ehr/serializer/openEHR-EHR-SECTION.test.v1.xml@ 413

Last change on this file since 413 was 413, checked in by KOBAYASHI, Shinji, 14 years ago

My X window system corrupsed.
However, only character is not so bad.

File size: 1.7 KB
Line 
1<?xml version='1.0' encoding='UTF-8'?>
2<archetype xmlns="http://schemas.openehr.org/v1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
3 <archetype_id>
4 <value>openEHR-EHR-SECTION.test.v1</value>
5 </archetype_id>
6 <concept>at0000</concept>
7 <original_language>
8 <terminology_id>
9 <value>ISO_639-1</value>
10 </terminology_id>
11 <code_string>ja</code_string>
12 </original_language>
13 <description>
14 <original_author id="name">Shinji KOBAYASHI</original_author>
15 <original_author id="organisation">openEHR.jp</original_author>
16 <original_author id="email">skoba@moss.gr.jp</original_author>
17 <lifecycle_state>draft</lifecycle_state>
18 <details>
19 <language>
20 <terminology_id>
21 <value>ISO_639-1</value>
22 </terminology_id>
23 <code_string>ja</code_string>
24 </language>
25 <purpose>Serializer test</purpose>
26 <misuse>evaluate message</misuse>
27 </details>
28 </description>
29 <definition>
30 <rm_type_name>SECTION</rm_type_name>
31 <occurrence>
32 <lower_unbounded>false</lower_unbounded>
33 <upper_unbounded>false</upper_unbounded>
34 <lower>1</lower>
35 <upper>1</upper>
36 </occurrence>
37 <node_id>at0000</node_id>
38 </definition>
39 <ontology>
40 <specialisation_depth>0</specialisation_depth>
41 <term_definitions>
42 <language>ja</language>
43 <terms>
44 <code>at0000</code>
45 <items>
46 <item>
47 <key>text</key>
48 <value>simple test</value>
49 </item>
50 <item>
51 <key>description</key>
52 <value>simple test for serializer</value>
53 </item>
54 </items>
55 </terms>
56 </term_definitions>
57 </ontology>
58</archetype>
Note: See TracBrowser for help on using the repository browser.