source: xssim/trunk/src/test/rewolucja/schemas/example/example6.xml @ 294

Revision 294, 1.5 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        <!-- Opis dla data center z uwzglednieniem rozmieszczenia zasobow -->
6        <resources>
7                <computingResource type="DataCenter" id="compRes1">
8                        <computingResource type="Rack" id="rack1">
9                                <computingResource type="ComputingNode" id="node11">
10                                </computingResource>
11                                <computingResource type="ComputingNode" id="node12">
12                                </computingResource>
13                        </computingResource>   
14                        <computingResource type="Rack" id="rack2">
15                                <computingResource type="ComputingNode" id="node21">
16                                </computingResource>
17                                <computingResource type="ComputingNode" id="node22">
18                                </computingResource>
19                                <location>
20                                        <vertical>6</vertical>
21                                        <horizontal>3</horizontal>
22                                        <depth>0</depth>
23                                </location>
24                                <size>
25                                        <length>1</length>
26                                        <width>1</width>
27                                        <height>2</height>
28                                </size>
29                        </computingResource>
30                        <location>
31                                <vertical>4</vertical>
32                                <horizontal>3</horizontal>
33                                <depth>0</depth>
34                        </location>
35                        <size>
36                                <length>1</length>
37                                <width>1</width>
38                                <height>2</height>
39                        </size>
40                </computingResource>   
41                <scheduler type="Cluster" id="cluster1">
42                        <schedulingPlugin>
43                                <name>FCFSLocalSchedulingPlugin</name>
44                        </schedulingPlugin>             
45                        <managedComputingResource>
46                                <associatedComputingResource>compRes1</associatedComputingResource>
47                        </managedComputingResource>
48                </scheduler>
49        </resources>
50</environment>
Note: See TracBrowser for help on using the repository browser.