Changeset 340 for xssim/trunk/src/test/rewolucja
- Timestamp:
- 07/19/12 13:40:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
xssim/trunk/src/test/rewolucja/schemas/XSSimResSchema.xsd
r339 r340 36 36 <xs:documentation>Base resource type. 37 37 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. 39 39 type - type of resource; for instance, continuous for memory, bandwidth, etc. and discrete for processors 40 40 name - unique resource identifier, if not specified it will be generated by the simulator in the following manner: class + "_" + subsequent_natural_number … … 87 87 <xs:annotation> 88 88 <xs:documentation>ComputingResourceTemplate derived from Resource. 89 It allows to define model of computing resource component that may constitute other computing resources89 It allows user to define model of computing resource component that may constitute other computing resources 90 90 Computing resource templates can be then referred in computing resource definition</xs:documentation> 91 91 </xs:annotation> … … 139 139 <xs:complexType name="resourceUnitType"> 140 140 <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. 142 142 Elements: amount - represents concrete amount (values) of specific resource unit</xs:documentation> 143 143 </xs:annotation> … … 154 154 <xs:complexType name="valueWithUnitType"> 155 155 <xs:annotation> 156 <xs:documentation>ValueWitUnit derived from double. Allows to provideunits in which a given value is expressed156 <xs:documentation>ValueWitUnit derived from double. Allows providing units in which a given value is expressed 157 157 Attributes: unit - indicate appropriate units, for instance: seconds, watts, bytes etc. </xs:documentation> 158 158 </xs:annotation> … … 168 168 <xs:documentation>ManagedComputingResource type specifies controlled (by scheduler) computing resources. 169 169 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 inc ude them.171 In other words, false (default) value indicates that scheduler ma aner 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; 172 172 true value determines that also listed resources will be under the control of the defined scheduler</xs:documentation> 173 173 </xs:annotation> … … 203 203 <xs:complexType name="powerProfileType"> 204 204 <xs:annotation> 205 <xs:documentation>Power profile allows powerState and other power-related par emters definition</xs:documentation>205 <xs:documentation>Power profile allows powerState and other power-related parameters definition</xs:documentation> 206 206 </xs:annotation> 207 207 <xs:sequence> … … 213 213 <xs:complexType name="powerStatesType"> 214 214 <xs:annotation> 215 <xs:documentation>PowerState type act as a container for power states. It contains energy-related characterist cs 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> 216 216 </xs:annotation> 217 217 <xs:sequence> … … 222 222 <xs:complexType name="powerStateType"> 223 223 <xs:annotation> 224 <xs:documentation>Power state defines availab e (for computing resource) power states.224 <xs:documentation>Power state defines available (for computing resource) power states. 225 225 Elements: name - denotes name of the given power state 226 226 powerUsage - defines power consumption in the given state … … 286 286 <xs:complexType name="parameterType"> 287 287 <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. 289 289 Contains a list of parameter values or a list of key-value pairs. 290 Attribute : name - denotes param ter name</xs:documentation>290 Attribute : name - denotes parameter name</xs:documentation> 291 291 </xs:annotation> 292 292 <xs:choice> … … 296 296 <xs:complexType> 297 297 <xs:annotation> 298 <xs:documentation>Property of param ter. 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. 299 299 Attribute : name - denotes property name</xs:documentation> 300 300 </xs:annotation>
Note: See TracChangeset
for help on using the changeset viewer.