Ignore:
Timestamp:
07/20/12 09:49:08 (13 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • xssim/trunk/src/test/rewolucja/schemas/example/coolemall/example7.xml

    r337 r349  
    66                <description> 
    77                The goal of this example is to introduce the templates usage.  
    8                 It focus on showing that appropriate templates may be included in various computing resource levels and moreover can be formed using other templates. 
    9                 Simulated architecture consist of data center with 2 racks named rack1 and rack2 respectively. 
     8                It focuses on showing that appropriate templates may be included on various computing resource levels and moreover can be formed using other templates. 
     9                Simulated architecture consists of data center with 2 racks named rack1 and rack2 respectively. 
    1010                Rack1 contains 2 computing nodes - node11 and node12, described in common way. 
    1111                Nodes in rack2 are defined using template. Node21 refers to template modelNodeA and,  
     
    4545                There are two processor templates named modelProcessorA (with cpu speed 2) and modelProcessorB (with cpu speed 1). 
    4646                There is also one computing node template denoted as modelNodeA, which contains 4 processors that refer to modelProcessorA template. 
    47                 That means that the given processors will be created according to the guidelines defined in template modelProcessorA (they will have speed equal 2). 
     47                That means that the given processors will be created according to the characteristics defined in template modelProcessorA (they will have speed equal 2). 
    4848                </description> 
    4949                <computingResourceTemplate class="ComputingNode" name="modelNodeA"> 
     
    5353                </computingResourceTemplate>     
    5454                <computingResourceTemplate class="Processor" name="modelProcessorA"> 
    55                         <parameter name="Speed"> 
     55                        <parameter name="speed"> 
    5656                                <value>2</value> 
    5757                        </parameter> 
    5858                </computingResourceTemplate> 
    5959                <computingResourceTemplate class="Processor" name="modelProcessorB"> 
    60                         <parameter name="Speed"> 
     60                        <parameter name="speed"> 
    6161                                <value>1</value> 
    6262                        </parameter> 
Note: See TracChangeset for help on using the changeset viewer.