- Timestamp:
- 11/26/13 13:05:08 (11 years ago)
- Location:
- DCWoRMS/branches/coolemall/src/test/debb2dcworms
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/test/debb2dcworms/debb2dcworms.xsd
r841 r1218 29 29 <xs:complexContent> 30 30 <xs:extension base="pluginType"> 31 <xs: sequence>31 <xs:choice> 32 32 <xs:element name="resources" type="resourceType" minOccurs="0" maxOccurs="unbounded"></xs:element> 33 </xs:sequence> 33 <xs:element name="devices" type="resourceType" minOccurs="0" maxOccurs="unbounded"></xs:element> 34 </xs:choice> 34 35 </xs:extension> 35 36 </xs:complexContent> … … 44 45 </xs:complexType> 45 46 46 47 <xs:complexType name="parameterType"> 47 48 <xs:annotation> 48 49 <xs:documentation>Parameter of resource. Allows defining additional resource parameters. -
DCWoRMS/branches/coolemall/src/test/debb2dcworms/example/coolemall1.xml
r1101 r1218 12 12 </resources> 13 13 </schedulingPlugin> 14 15 <energyEstimationPlugin> 16 <name>example.energy.coolemall.CB2EnergyEstimationPlugin</name> 17 <resources> 18 <class>ComputeBox2</class> 19 </resources> 20 </energyEstimationPlugin> 21 22 <energyEstimationPlugin> 23 <name>example.energy.coolemall.CB1EnergyEstimationPlugin</name> 24 <resources> 25 <class>ComputeBox1</class> 26 </resources> 27 </energyEstimationPlugin> 14 28 15 29 <energyEstimationPlugin> … … 33 47 </resources> 34 48 </energyEstimationPlugin> 49 50 <energyEstimationPlugin> 51 <name>example.energy.coolemall.HeatsinkEnergyEstimationPlugin</name> 52 <resources> 53 <class>Heatsink</class> 54 </resources> 55 </energyEstimationPlugin> 56 57 <energyEstimationPlugin> 58 <name>example.energy.coolemall.FanEnergyEstimationPlugin</name> 59 <resources> 60 <class>Inlet</class> 61 </resources> 62 </energyEstimationPlugin> 63 64 <energyEstimationPlugin> 65 <name>example.energy.coolemall.FanEnergyEstimationPlugin</name> 66 <resources> 67 <class>Outlet</class> 68 </resources> 69 </energyEstimationPlugin> 70 71 <energyEstimationPlugin> 72 <name>example.energy.coolemall.FanEnergyEstimationPlugin</name> 73 <resources> 74 <class>CoolingDevice</class> 75 </resources> 76 </energyEstimationPlugin> 35 77 </plugins>
Note: See TracChangeset
for help on using the changeset viewer.