source: xssim/trunk/src/test/rewolucja/schemas/example/coolemall/example4.xml @ 321

Revision 321, 1.7 KB checked in by wojtekp, 13 years ago (diff)
  • Property svn:mime-type set to text/plain
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<environment xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3        xsi:noNamespaceSchemaLocation="../../XSSimResSchema.xsd">
4       
5        <resources>
6                <computingResource class="DataCenter" id="dataCenter">
7                        <computingResource class="Rack" id="rack1">
8                                <computingResource class="ComputingNode" id="node11">
9                                        <location>
10                                                <vertical>0</vertical>
11                                                <horizontal>0</horizontal>
12                                                <depth>0</depth>
13                                        </location>
14                                </computingResource>
15                                <computingResource class="ComputingNode" id="node12">
16                                        <location>
17                                                <vertical>1</vertical>
18                                                <horizontal>0</horizontal>
19                                                <depth>0</depth>
20                                        </location>
21                                </computingResource>
22                                <location>
23                                        <vertical>0</vertical>
24                                        <horizontal>4</horizontal>
25                                        <depth>2</depth>
26                                </location>
27                        </computingResource>   
28                        <computingResource class="Rack" id="rack2">
29                                <computingResource class="ComputingNode" id="node21">
30                                        <location>
31                                                <vertical>0</vertical>
32                                                <horizontal>0</horizontal>
33                                                <depth>0</depth>
34                                        </location>
35                                </computingResource>
36                                <computingResource class="ComputingNode" id="node22">
37                                        <location>
38                                                <vertical>0</vertical>
39                                                <horizontal>1</horizontal>
40                                                <depth>0</depth>
41                                        </location>
42                                </computingResource>
43                                <location>
44                                        <vertical>0</vertical>
45                                        <horizontal>6</horizontal>
46                                        <depth>2</depth>
47                                </location>
48                        </computingResource>
49                </computingResource>   
50                <scheduler class="Cluster" id="cluster">
51                        <schedulingPlugin>
52                                <name>FCFSLocalSchedulingPlugin</name>
53                        </schedulingPlugin>             
54                        <managedComputingResource include="false">
55                                <resourceId>dataCenter</resourceId>
56                        </managedComputingResource>
57                </scheduler>
58        </resources>
59</environment>
Note: See TracBrowser for help on using the repository browser.