Changeset 340 for xssim/trunk/src


Ignore:
Timestamp:
07/19/12 13:40:00 (13 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • xssim/trunk/src/test/rewolucja/schemas/XSSimResSchema.xsd

    r339 r340  
    3636                        <xs:documentation>Base resource type.  
    3737                        It allows to define simulation entities like computing resources, devices, schedulers. 
    38                         Attributes: class - determines the component of the architecture i.e rack, processor, memory, storage etc. 
     38                        Attributes: class - determines the component of the architecture i.e. rack, processor, memory, storage etc. 
    3939                        type - type of resource; for instance, continuous for memory, bandwidth, etc. and discrete for processors 
    4040                        name - unique resource identifier, if not specified it will be generated by the simulator in the following manner: class + "_" + subsequent_natural_number 
     
    8787                <xs:annotation> 
    8888                        <xs:documentation>ComputingResourceTemplate derived from Resource. 
    89                         It allows to define model of computing resource component that may constitute other computing resources 
     89                        It allows user to define model of computing resource component that may constitute other computing resources 
    9090                        Computing resource templates can be then referred in computing resource definition</xs:documentation> 
    9191                </xs:annotation> 
     
    139139        <xs:complexType name="resourceUnitType"> 
    140140                <xs:annotation> 
    141                         <xs:documentation>Resource unit is used to define non-computing resource like memory, storage etc 
     141                        <xs:documentation>Resource unit is used to define non-computing resource like memory, storage etc. 
    142142                        Elements: amount - represents concrete amount (values) of specific resource unit</xs:documentation> 
    143143                </xs:annotation> 
     
    154154        <xs:complexType name="valueWithUnitType"> 
    155155                <xs:annotation> 
    156                         <xs:documentation>ValueWitUnit derived from double. Allows to provide units in which a given value is expressed 
     156                        <xs:documentation>ValueWitUnit derived from double. Allows providing units in which a given value is expressed 
    157157                        Attributes: unit - indicate appropriate units, for instance: seconds, watts, bytes etc. </xs:documentation> 
    158158                </xs:annotation> 
     
    168168                        <xs:documentation>ManagedComputingResource type specifies controlled (by scheduler) computing resources. 
    169169                        They can be provided either by listing their names or listing the group ids for which they belong 
    170                         Attributes: include - specifies whether scheduler should be built on top of given resources or should also incude them.  
    171                         In other words, false (default) value indicates that scheduler maaner only subcomponents of the listed resources; 
     170                        Attributes: include - specifies whether scheduler should be built on top of given resources or should also include them.  
     171                        In other words, false (default) value indicates that scheduler manner only subcomponents of the listed resources; 
    172172                        true value determines that also listed resources will be under the control of the defined scheduler</xs:documentation> 
    173173                </xs:annotation> 
     
    203203        <xs:complexType name="powerProfileType"> 
    204204                <xs:annotation> 
    205                         <xs:documentation>Power profile allows powerState and other power-related paremters definition</xs:documentation> 
     205                        <xs:documentation>Power profile allows powerState and other power-related parameters definition</xs:documentation> 
    206206                </xs:annotation> 
    207207                <xs:sequence> 
     
    213213        <xs:complexType name="powerStatesType"> 
    214214                <xs:annotation> 
    215                         <xs:documentation>PowerState type act as a container for power states. It contains energy-related characteristcs of the computing resource</xs:documentation> 
     215                        <xs:documentation>PowerState type act as a container for power states. It contains energy-related characteristics of the computing resource</xs:documentation> 
    216216                </xs:annotation> 
    217217                <xs:sequence> 
     
    222222        <xs:complexType name="powerStateType"> 
    223223                <xs:annotation> 
    224                         <xs:documentation>Power state defines availabe (for computing resource) power states. 
     224                        <xs:documentation>Power state defines available (for computing resource) power states. 
    225225                        Elements: name - denotes name of the given power state 
    226226                        powerUsage - defines power consumption in the given state 
     
    286286        <xs:complexType name="parameterType"> 
    287287                <xs:annotation> 
    288                         <xs:documentation>Parameter of resource. Allows to define additional resource paramters. 
     288                        <xs:documentation>Parameter of resource. Allows defining additional resource parameters. 
    289289                        Contains a list of parameter values or a list of key-value pairs. 
    290                         Attribute : name - denotes paramter name</xs:documentation> 
     290                        Attribute : name - denotes parameter name</xs:documentation> 
    291291                </xs:annotation> 
    292292                <xs:choice> 
     
    296296                                        <xs:complexType> 
    297297                                                <xs:annotation> 
    298                                                         <xs:documentation>Property of paramter. Allows to define additional properties of parameter as a list of values. 
     298                                                        <xs:documentation>Property of parameter. Allows to define additional properties of parameter as a list of values. 
    299299                                                        Attribute : name - denotes property name</xs:documentation> 
    300300                                                </xs:annotation> 
Note: See TracChangeset for help on using the changeset viewer.