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

Legend:

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

    r347 r348  
    66                <xs:annotation> 
    77                        <xs:documentation>Base plugin type.  
    8                         Plugins allow a researcher to configure and adapt the simulation framework to his/her experiment  
     8                        Plugins allow configuring and adapting the simulation framework to his/her experiment  
    99                        starting from modeling job performance, through method of calculating energy estimation up to implementation of scheduling policies 
    1010                        Name of the plugin specifies the JAVA class that implements dedicated interface.</xs:documentation> 
     
    1818        <xs:complexType name="timeEstimationPluginType"> 
    1919                <xs:annotation> 
    20                         <xs:documentation>TimeEstimationPlugin derived from Plugin.  
     20                        <xs:documentation>TimeEstimationPlugin derived from pluginType.  
    2121                        Time estimation plugin provides means to include specific application performance models during simulations 
    22                         and allows researchers to introduce specific ways of calculating task execution time.</xs:documentation> 
     22                        and allows introducing specific ways of calculating task execution time.</xs:documentation> 
    2323                </xs:annotation> 
    2424                <xs:complexContent> 
     
    5151        <xs:complexType name="computingResourceType"> 
    5252                <xs:annotation> 
    53                         <xs:documentation> ComputingResource derived from Resource 
     53                        <xs:documentation> ComputingResource derived from resourceType 
    5454                        Computing resource specifies resources that are able to perform computing operations.  
    5555                        From the simulator point of view computing resource is everything that is/contains processing element. 
     
    8585        <xs:complexType name="computingResourceTemplateType"> 
    8686                <xs:annotation> 
    87                         <xs:documentation>ComputingResourceTemplate derived from Resource. 
     87                        <xs:documentation>ComputingResourceTemplate derived from resourceType. 
    8888                        It allows user to define model of computing resource component that may constitute other computing resources 
    8989                        Computing resource templates can be then referred in computing resource definition</xs:documentation> 
     
    103103        <xs:complexType name="schedulerType"> 
    104104                <xs:annotation> 
    105                         <xs:documentation>Scheduler derived from Resource. 
     105                        <xs:documentation>Scheduler derived from resourceType. 
    106106                        It allows to model scheduling entity responsible for managing resources.</xs:documentation> 
    107107                </xs:annotation> 
     
    122122        <xs:complexType name="schedulingPluginType"> 
    123123                <xs:annotation> 
    124                         <xs:documentation>SchedulingPlugin derived from Plugin. Scheduling plugins allow plugging scheduling algorithms into the simulated environment. 
     124                        <xs:documentation>SchedulingPlugin derived from pluginType.  
     125                        Scheduling plugins allow plugging scheduling algorithms into the simulated environment. 
    125126                        Elements: frequency - is used to enable scheduling periodically; it specifies the time interval (in seconds by default) between subsequent scheduling invocations 
    126127                        </xs:documentation> 
     
    152153        <xs:complexType name="doubleValueWithUnitType"> 
    153154                <xs:annotation> 
    154                         <xs:documentation>DoubleValueWitUnit derived from double. Allows providing units in which a given value is expressed 
    155                         Attributes: unit - indicate appropriate units, for instance: seconds, watts, bytes etc. </xs:documentation> 
     155                        <xs:documentation>DoubleValueWitUnit derived from double. Allows providing units in which the given value is expressed 
     156                        Attributes: unit - indicates appropriate units, for instance: seconds, watts, bytes etc. </xs:documentation> 
    156157                </xs:annotation> 
    157158                <xs:simpleContent> 
     
    164165        <xs:complexType name="stringValueWithUnitType"> 
    165166                <xs:annotation> 
    166                         <xs:documentation>StringValueWitUnit derived from string. Allows providing units in which a given value is expressed 
    167                         Attributes: unit - indicate appropriate units. </xs:documentation> 
     167                        <xs:documentation>StringValueWitUnit derived from string. Allows providing units in which the given value is expressed 
     168                        Attributes: unit - indicates appropriate units. </xs:documentation> 
    168169                </xs:annotation> 
    169170                <xs:simpleContent> 
     
    176177        <xs:complexType name="managedComputingResourcesType"> 
    177178                <xs:annotation> 
    178                         <xs:documentation>ManagedComputingResource type specifies controlled (by scheduler) computing resources. 
    179                         They can be provided either by listing their names or listing the group ids for which they belong 
    180                         Attributes: include - specifies whether scheduler should be built on top of given resources or should also include them.  
    181                         In other words, false (default) value indicates that scheduler manner only subcomponents of the listed resources; 
     179                        <xs:documentation>ManagedComputingResource type specifies computing resources controlled by scheduler. 
     180                        They can be provided either by listing their names or listing the group ids which they belong to. 
     181                        Attributes: include - specifies whether the given resource layer (listed resources) can be allocated by the scheduler 
     182                        In other words, false (default) value indicates that scheduler maneges only the subcomponents of the listed resources; 
    182183                        true value determines that also listed resources will be under the control of the defined scheduler</xs:documentation> 
    183184                </xs:annotation> 
     
    191192        <xs:complexType name="energyEstimationPluginType"> 
    192193                <xs:annotation> 
    193                         <xs:documentation>EnergyEstimationPlugin derived from Plugin.  
    194                         Energy estimation plugin is used to customize estimation of energy consumptions of the given computing resource  
    195                         to specific applications and hardware. It has access to the detailed resource description including power and air throughput profiles 
     194                        <xs:documentation>EnergyEstimationPlugin derived from pluginType.  
     195                        Energy estimation plugin is used to estimate energy consumption of the given computing resource.  
     196                        It has access to the detailed resource description including power and air throughput profiles 
    196197                        and application characteristics running on a given resource</xs:documentation> 
    197198                </xs:annotation> 
     
    263264        <xs:complexType name="airThroughputEstimationPluginType"> 
    264265                <xs:annotation> 
    265                         <xs:documentation>AirThroughputEstimationPlugin derived from Plugin.  
     266                        <xs:documentation>AirThroughputEstimationPlugin derived from pluginType.  
    266267                        Air Throughput plugin is used to estimate air flow value based on the defined air throughput states</xs:documentation> 
    267268                </xs:annotation> 
Note: See TracChangeset for help on using the changeset viewer.