1 | <experiment> |
---|
2 | <version>1.0</version> |
---|
3 | |
---|
4 | <!-- Substrate that links the two computers --> |
---|
5 | <substrates> |
---|
6 | <name>link0</name> |
---|
7 | </substrates> |
---|
8 | |
---|
9 | |
---|
10 | <!-- A computer element named a with an interface on the link0 substrate --> |
---|
11 | <elements> |
---|
12 | <computer> |
---|
13 | <name>a</name> |
---|
14 | <interface> |
---|
15 | <substrate>link0</substrate> |
---|
16 | <name>inf000</name> |
---|
17 | </interface> |
---|
18 | </computer> |
---|
19 | </elements> |
---|
20 | |
---|
21 | <!-- A computer element named b with an interface on the link0 substrate --> |
---|
22 | <elements> |
---|
23 | <computer> |
---|
24 | <name>b</name> |
---|
25 | <interface> |
---|
26 | <substrate>link0</substrate> |
---|
27 | <name>inf000</name> |
---|
28 | </interface> |
---|
29 | </computer> |
---|
30 | </elements> |
---|
31 | </experiment> |
---|