source: DCWoRMS/trunk/src/test/DEBBTranslator/xml/CoolingDeviceExample.xml @ 611

Revision 611, 1.1 KB checked in by gosiaw, 12 years ago (diff)

Packages moved

Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<CoolingDevice>
3    <ComponentId>hlrs_sSr_RoomCoolingDevice</ComponentId>
4    <Manufacturer>Manufacturer</Manufacturer>
5    <Product>Product</Product>
6    <MaxPower>0.0</MaxPower>
7    <Class>CRAH</Class>
8    <MaxCoolingCapacity>60000000</MaxCoolingCapacity>
9    <MaxAirThroughput>0.0</MaxAirThroughput>
10    <MaxWaterThroughput>0.0</MaxWaterThroughput>
11    <ThroughputProfile>
12        <FlowState>
13            <State>StateONE</State>
14            <Flow>1.5</Flow>
15            <PowerUsage>2</PowerUsage>
16            <Transition>
17                <ToState>StateTWO</ToState>
18                <PowerUsage>5</PowerUsage>
19                <Time>2</Time>
20            </Transition>
21            <State>StateTWO</State>
22            <Flow>2.5</Flow>
23            <PowerUsage>3</PowerUsage>
24           <Transition>
25                <ToState>StateONE</ToState>
26                <PowerUsage>4</PowerUsage>
27                <Time>6</Time>
28            </Transition>                           
29        </FlowState   
30    </ThroughputProfile>   
31</CoolingDevice>   
32
Note: See TracBrowser for help on using the repository browser.