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

Revision 326, 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" name="dataCenter">
7                        <computingResource class="Rack" name="rack1">
8                                <location>
9                                        <vertical>0</vertical>
10                                        <horizontal>4</horizontal>
11                                        <depth>2</depth>
12                                </location>
13                                <computingResource class="ComputingNode" name="node11">
14                                        <location>
15                                                <vertical>0</vertical>
16                                                <horizontal>0</horizontal>
17                                                <depth>0</depth>
18                                        </location>
19                                </computingResource>
20                                <computingResource class="ComputingNode" name="node12">
21                                        <location>
22                                                <vertical>1</vertical>
23                                                <horizontal>0</horizontal>
24                                                <depth>0</depth>
25                                        </location>
26                                </computingResource>
27                        </computingResource>   
28                        <computingResource class="Rack" name="rack2">
29                                <location>
30                                        <vertical>0</vertical>
31                                        <horizontal>6</horizontal>
32                                        <depth>2</depth>
33                                </location>
34                                <computingResource class="ComputingNode" name="node21">
35                                        <location>
36                                                <vertical>0</vertical>
37                                                <horizontal>0</horizontal>
38                                                <depth>0</depth>
39                                        </location>
40                                </computingResource>
41                                <computingResource class="ComputingNode" name="node22">
42                                        <location>
43                                                <vertical>0</vertical>
44                                                <horizontal>1</horizontal>
45                                                <depth>0</depth>
46                                        </location>
47                                </computingResource>
48                        </computingResource>
49                </computingResource>   
50                <scheduler class="Cluster" name="cluster">
51                        <schedulingPlugin>
52                                <name>FCFSLocalSchedulingPlugin</name>
53                        </schedulingPlugin>             
54                        <managedComputingResources include="false">
55                                <resourceName>dataCenter</resourceName>
56                        </managedComputingResources>
57                </scheduler>
58        </resources>
59</environment>
Note: See TracBrowser for help on using the repository browser.