-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathtest_small_archimate.xml
More file actions
46 lines (41 loc) · 1.76 KB
/
test_small_archimate.xml
File metadata and controls
46 lines (41 loc) · 1.76 KB
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
41
42
43
44
45
46
<?xml version="1.0" encoding="UTF-8"?>
<archimate:model xmlns:archimate="http://www.archimatetool.com/archimate"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
name="Test ArchiMate Model"
id="test-model-001"
version="4.0.0">
<folder name="Application" id="folder-001" type="application">
<element xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="archimate:ApplicationComponent"
id="element-001"
name="Test Application">
<documentation>A simple test application component</documentation>
<property key="status" value="active"/>
<property key="owner" value="IT Department"/>
</element>
<element xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="archimate:ApplicationService"
id="element-002"
name="Test Service">
<documentation>A simple test service</documentation>
<property key="protocol" value="REST"/>
</element>
</folder>
<folder name="Relations" id="folder-002" type="relations">
<element xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="archimate:ServingRelationship"
id="relation-001"
source="element-001"
target="element-002">
<documentation>Application serves the service</documentation>
</element>
</folder>
<folder name="Views" id="folder-003" type="diagrams">
<element xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="archimate:ArchimateDiagramModel"
id="view-001"
name="Test View">
<documentation>Simple test view</documentation>
</element>
</folder>
</archimate:model>