xref: /openbmc/bmcweb/features/redfish/schema/dmtf/csdl/CoolingUnit_v1.xml (revision c6d7a45d427f9a6d9e761afcf305761dca60d7cf)
1<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################       -->
4<!--# Redfish Schema:  CoolingUnit v1.3.0                                                  -->
5<!--#                                                                                      -->
6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle,      -->
7<!--# available at http://www.dmtf.org/standards/redfish                                   -->
8<!--# Copyright 2014-2025 DMTF.                                                            -->
9<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10<!--################################################################################       -->
11<!---->
12<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
13
14  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
15    <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
16  </edmx:Reference>
17  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
18    <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
19  </edmx:Reference>
20  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml">
21    <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/>
22  </edmx:Reference>
23  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
24    <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
25    <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/>
26  </edmx:Reference>
27  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
28    <edmx:Include Namespace="Resource"/>
29    <edmx:Include Namespace="Resource.v1_0_0"/>
30  </edmx:Reference>
31  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Chassis_v1.xml">
32    <edmx:Include Namespace="Chassis"/>
33  </edmx:Reference>
34  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Manager_v1.xml">
35    <edmx:Include Namespace="Manager"/>
36  </edmx:Reference>
37  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Facility_v1.xml">
38    <edmx:Include Namespace="Facility"/>
39  </edmx:Reference>
40  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/LeakDetection_v1.xml">
41    <edmx:Include Namespace="LeakDetection"/>
42  </edmx:Reference>
43  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/EnvironmentMetrics_v1.xml">
44    <edmx:Include Namespace="EnvironmentMetrics"/>
45  </edmx:Reference>
46  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Redundancy_v1.xml">
47    <edmx:Include Namespace="Redundancy"/>
48  </edmx:Reference>
49  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/CoolingLoop_v1.xml">
50    <edmx:Include Namespace="CoolingLoop"/>
51  </edmx:Reference>
52  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/CoolantConnectorCollection_v1.xml">
53    <edmx:Include Namespace="CoolantConnectorCollection"/>
54  </edmx:Reference>
55  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PumpCollection_v1.xml">
56    <edmx:Include Namespace="PumpCollection"/>
57  </edmx:Reference>
58  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/FilterCollection_v1.xml">
59    <edmx:Include Namespace="FilterCollection"/>
60  </edmx:Reference>
61  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/ReservoirCollection_v1.xml">
62    <edmx:Include Namespace="ReservoirCollection"/>
63  </edmx:Reference>
64  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Assembly_v1.xml">
65    <edmx:Include Namespace="Assembly"/>
66  </edmx:Reference>
67
68  <edmx:DataServices>
69
70    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CoolingUnit">
71      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
72      <Annotation Term="Redfish.Language" String="en"/>
73
74      <EntityType Name="CoolingUnit" BaseType="Resource.v1_0_0.Resource" Abstract="true">
75        <Annotation Term="OData.Description" String="The `CoolingUnit` schema contains the definition for a cooling system component or unit, such as a coolant distribution unit (CDU) or a heat exchanger."/>
76        <Annotation Term="OData.LongDescription" String="This resource shall represent a cooling system component or unit for a Redfish implementation."/>
77        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
78        <Annotation Term="Capabilities.InsertRestrictions">
79          <Record>
80            <PropertyValue Property="Insertable" Bool="false"/>
81          </Record>
82        </Annotation>
83        <Annotation Term="Capabilities.UpdateRestrictions">
84          <Record>
85            <PropertyValue Property="Updatable" Bool="true"/>
86            <Annotation Term="OData.Description" String="Any writable properties can be updated."/>
87          </Record>
88        </Annotation>
89        <Annotation Term="Capabilities.DeleteRestrictions">
90          <Record>
91            <PropertyValue Property="Deletable" Bool="false"/>
92          </Record>
93        </Annotation>
94        <Annotation Term="Redfish.Uris">
95          <Collection>
96            <String>/redfish/v1/ThermalEquipment/CDUs/{CoolingUnitId}</String>
97            <String>/redfish/v1/ThermalEquipment/ImmersionUnits/{CoolingUnitId}</String>
98            <String>/redfish/v1/ThermalEquipment/HeatExchangers/{CoolingUnitId}</String>
99            <String>/redfish/v1/ThermalEquipment/RPUs/{CoolingUnitId}</String>
100          </Collection>
101        </Annotation>
102      </EntityType>
103
104      <Action Name="SetMode" IsBound="true">
105        <Annotation Term="OData.Description" String="This action sets the operating mode of the cooling unit."/>
106        <Annotation Term="OData.LongDescription" String="This action shall set the operating mode of the cooling unit."/>
107        <Parameter Name="CoolingUnit" Type="CoolingUnit.v1_0_0.Actions"/>
108        <Parameter Name="Mode" Type="CoolingUnit.v1_2_0.CoolingUnitMode">
109          <Annotation Term="OData.Description" String="The desired operating mode of the cooling unit."/>
110          <Annotation Term="OData.LongDescription" String="This parameter shall contain the desired operating mode of the cooling unit."/>
111        </Parameter>
112        <Annotation Term="Redfish.Revisions">
113          <Collection>
114            <Record>
115              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
116              <PropertyValue Property="Version" String="v1_2_0"/>
117            </Record>
118          </Collection>
119        </Annotation>
120      </Action>
121    </Schema>
122
123    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CoolingUnit.v1_0_0">
124      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
125      <Annotation Term="Redfish.Release" String="2023.1"/>
126
127      <EntityType Name="CoolingUnit" BaseType="CoolingUnit.CoolingUnit">
128        <Property Name="EquipmentType" Nullable="false" Type="CoolingUnit.v1_0_0.CoolingEquipmentType">
129          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
130          <Annotation Term="OData.Description" String="The type of equipment this resource represents."/>
131          <Annotation Term="OData.LongDescription" String="This property shall contain the type of equipment this resource represents."/>
132          <Annotation Term="Redfish.Required"/>
133        </Property>
134        <Property Name="UserLabel" Type="Edm.String" Nullable="false">
135          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
136          <Annotation Term="OData.Description" String="A user-assigned label."/>
137          <Annotation Term="OData.LongDescription" String="This property shall contain a user-assigned label used to identify this resource.  If a value has not been assigned by a user, the value of this property shall be an empty string."/>
138        </Property>
139        <Property Name="CoolingCapacityWatts" Type="Edm.Int64">
140          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
141          <Annotation Term="OData.Description" String="The cooling capacity (W) of this equipment."/>
142          <Annotation Term="OData.LongDescription" String="This property shall contain the manufacturer-provided cooling capacity, in watt units, of this equipment."/>
143        </Property>
144        <Property Name="Model" Type="Edm.String">
145          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
146          <Annotation Term="OData.Description" String="The product model number of this equipment."/>
147          <Annotation Term="OData.LongDescription" String="This property shall contain the manufacturer-provided model information of this equipment."/>
148        </Property>
149        <Property Name="Manufacturer" Type="Edm.String">
150          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
151          <Annotation Term="OData.Description" String="The manufacturer of this equipment."/>
152          <Annotation Term="OData.LongDescription" String="This property shall contain the name of the organization responsible for producing the equipment.  This organization may be the entity from which the equipment is purchased, but this is not necessarily true."/>
153        </Property>
154        <Property Name="SerialNumber" Type="Edm.String">
155          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
156          <Annotation Term="OData.Description" String="The serial number for this equipment."/>
157          <Annotation Term="OData.LongDescription" String="This property shall contain a manufacturer-allocated number that identifies the equipment."/>
158        </Property>
159        <Property Name="PartNumber" Type="Edm.String">
160          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
161          <Annotation Term="OData.Description" String="The part number for this equipment."/>
162          <Annotation Term="OData.LongDescription" String="This property shall contain the manufacturer-provided part number for the equipment."/>
163        </Property>
164        <Property Name="Version" Type="Edm.String">
165          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
166          <Annotation Term="OData.Description" String="The hardware version of this equipment."/>
167          <Annotation Term="OData.LongDescription" String="This property shall contain the hardware version of this equipment as determined by the vendor or supplier."/>
168        </Property>
169        <Property Name="FirmwareVersion" Type="Edm.String" Nullable="false">
170          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
171          <Annotation Term="OData.Description" String="The firmware version of this equipment."/>
172          <Annotation Term="OData.LongDescription" String="This property shall contain a string describing the firmware version of this equipment as provided by the manufacturer."/>
173        </Property>
174        <Property Name="ProductionDate" Type="Edm.DateTimeOffset">
175          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
176          <Annotation Term="OData.Description" String="The production or manufacturing date of this equipment."/>
177          <Annotation Term="OData.LongDescription" String="This property shall contain the date of production or manufacture for this equipment."/>
178        </Property>
179        <Property Name="AssetTag" Type="Edm.String">
180          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
181          <Annotation Term="OData.Description" String="The user-assigned asset tag for this equipment."/>
182          <Annotation Term="OData.LongDescription" String="This property shall contain the user-assigned asset tag, which is an identifying string that tracks the equipment for inventory purposes."/>
183        </Property>
184        <Property Name="Location" Type="Resource.Location" Nullable="false">
185          <Annotation Term="OData.Description" String="The location of the equipment."/>
186          <Annotation Term="OData.LongDescription" String="This property shall contain the location information of the associated equipment."/>
187        </Property>
188        <Property Name="PumpRedundancy" Type="Collection(Redundancy.RedundantGroup)" Nullable="false">
189          <Annotation Term="OData.Description" String="The redundancy information for the groups of pumps in this unit."/>
190          <Annotation Term="OData.LongDescription" String="This property shall contain redundancy information for the groups of pumps in this unit."/>
191        </Property>
192        <Property Name="FilterRedundancy" Type="Collection(Redundancy.RedundantGroup)" Nullable="false">
193          <Annotation Term="OData.Description" String="The redundancy information for the groups of filters in this unit."/>
194          <Annotation Term="OData.LongDescription" String="This property shall contain redundancy information for the groups of filters in this unit."/>
195        </Property>
196        <Property Name="Coolant" Type="CoolingLoop.Coolant" Nullable="false">
197          <Annotation Term="OData.Description" String="Details about the coolant used in this unit."/>
198          <Annotation Term="OData.LongDescription" String="This property shall contain details regarding the coolant contained or used by this unit."/>
199        </Property>
200        <Property Name="Status" Type="Resource.Status" Nullable="false">
201          <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
202          <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
203        </Property>
204        <NavigationProperty Name="PrimaryCoolantConnectors" Type="CoolantConnectorCollection.CoolantConnectorCollection" Nullable="false">
205          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
206          <Annotation Term="OData.Description" String="A link to the primary coolant connectors for this equipment."/>
207          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type `CoolantConnectorCollection` that contains the primary coolant connectors for this equipment."/>
208          <Annotation Term="OData.AutoExpandReferences"/>
209        </NavigationProperty>
210        <NavigationProperty Name="SecondaryCoolantConnectors" Type="CoolantConnectorCollection.CoolantConnectorCollection" Nullable="false">
211          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
212          <Annotation Term="OData.Description" String="A link to the secondary coolant connectors for this equipment."/>
213          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type `CoolantConnectorCollection` that contains the secondary coolant connectors for this equipment."/>
214          <Annotation Term="OData.AutoExpandReferences"/>
215        </NavigationProperty>
216        <NavigationProperty Name="LeakDetection" Type="LeakDetection.LeakDetection" Nullable="false">
217          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
218          <Annotation Term="OData.Description" String="A link to the leak detection components associated with this equipment."/>
219          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type `LeakDetection` that contains the leak detection component information for this equipment.  This link should be used when the leak detection capabilities are tied to a particular cooling unit or system which may span multiple `Chassis` resources.  For equipment represented with a single `Chassis` resource or detection inside a particular `Chassis` resource, populating the `LeakDetection` resource under `ThermalSubsystem` for the relevant `Chassis` is the preferred approach."/>
220          <Annotation Term="OData.AutoExpandReferences"/>
221        </NavigationProperty>
222        <NavigationProperty Name="Pumps" Type="PumpCollection.PumpCollection" Nullable="false">
223          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
224          <Annotation Term="OData.Description" String="A link to the pumps for this equipment."/>
225          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type `PumpCollection` that contains the pump information for this equipment."/>
226          <Annotation Term="OData.AutoExpandReferences"/>
227        </NavigationProperty>
228        <NavigationProperty Name="Filters" Type="FilterCollection.FilterCollection" Nullable="false">
229          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
230          <Annotation Term="OData.Description" String="A link to the filters for this equipment."/>
231          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type `FilterCollection` that contains the filter information for this equipment."/>
232          <Annotation Term="OData.AutoExpandReferences"/>
233        </NavigationProperty>
234        <NavigationProperty Name="Reservoirs" Type="ReservoirCollection.ReservoirCollection" Nullable="false">
235          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
236          <Annotation Term="OData.Description" String="A link to the reservoirs for this equipment."/>
237          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type `ReservoirCollection` that contains the reservoir information for this equipment."/>
238          <Annotation Term="OData.AutoExpandReferences"/>
239        </NavigationProperty>
240        <NavigationProperty Name="EnvironmentMetrics" Type="EnvironmentMetrics.EnvironmentMetrics" Nullable="false">
241          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
242          <Annotation Term="OData.Description" String="The link to the environment metrics for this equipment."/>
243          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type `EnvironmentMetrics` that specifies the environment metrics for this equipment."/>
244          <Annotation Term="OData.AutoExpandReferences"/>
245        </NavigationProperty>
246        <NavigationProperty Name="Assembly" Type="Assembly.Assembly" ContainsTarget="true" Nullable="false">
247          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
248          <Annotation Term="OData.Description" String="The link to the assembly associated with this cooling unit."/>
249          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type `Assembly`."/>
250          <Annotation Term="OData.AutoExpandReferences"/>
251        </NavigationProperty>
252        <Property Name="Links" Type="CoolingUnit.v1_0_0.Links" Nullable="false">
253          <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
254          <Annotation Term="OData.LongDescription" String="This property shall contain links to resources that are related to but are not contained by, or subordinate to, this resource."/>
255        </Property>
256        <Property Name="Actions" Type="CoolingUnit.v1_0_0.Actions" Nullable="false">
257          <Annotation Term="OData.Description" String="The available actions for this resource."/>
258          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
259        </Property>
260      </EntityType>
261
262      <ComplexType Name="Links" BaseType="Resource.Links">
263        <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
264        <Annotation Term="OData.LongDescription" String="This Redfish Specification-described type shall contain links to resources that are related to but are not contained by, or subordinate to, this resource."/>
265        <NavigationProperty Name="Chassis" Type="Collection(Chassis.Chassis)">
266          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
267          <Annotation Term="OData.Description" String="An array of links to the chassis that contain this equipment."/>
268          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type `Chassis` that represent the physical containers that contain this equipment."/>
269          <Annotation Term="OData.AutoExpandReferences"/>
270        </NavigationProperty>
271        <NavigationProperty Name="Facility" Type="Facility.Facility" Nullable="false">
272          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
273          <Annotation Term="OData.Description" String="A link to the facility that contains this equipment."/>
274          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type `Facility` that represents the facility that contains this equipment."/>
275          <Annotation Term="OData.AutoExpandReferences"/>
276        </NavigationProperty>
277        <NavigationProperty Name="ManagedBy" Type="Collection(Manager.Manager)">
278          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
279          <Annotation Term="OData.Description" String="An array of links to the managers responsible for managing this equipment."/>
280          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type `Manager` that represent the managers that manage this equipment."/>
281          <Annotation Term="OData.AutoExpandReferences"/>
282        </NavigationProperty>
283      </ComplexType>
284
285      <EnumType Name="CoolingEquipmentType">
286        <Member Name="CDU">
287          <Annotation Term="OData.Description" String="A coolant distribution unit (CDU)."/>
288        </Member>
289        <Member Name="HeatExchanger">
290          <Annotation Term="OData.Description" String="A heat exchanger."/>
291        </Member>
292        <Member Name="ImmersionUnit">
293          <Annotation Term="OData.Description" String="An immersion cooling unit."/>
294        </Member>
295        <Member Name="RPU">
296          <Annotation Term="OData.Description" String="A reservoir and pumping unit (RPU)."/>
297          <Annotation Term="Redfish.Revisions">
298            <Collection>
299              <Record>
300                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
301                <PropertyValue Property="Version" String="v1_3_0"/>
302              </Record>
303            </Collection>
304          </Annotation>
305        </Member>
306      </EnumType>
307
308      <ComplexType Name="Actions">
309        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
310        <Annotation Term="OData.Description" String="The available actions for this resource."/>
311        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
312        <Property Name="Oem" Type="CoolingUnit.v1_0_0.OemActions" Nullable="false">
313          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
314          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
315        </Property>
316      </ComplexType>
317
318      <ComplexType Name="OemActions">
319        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
320        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
321        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
322      </ComplexType>
323    </Schema>
324
325    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CoolingUnit.v1_0_1">
326      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
327      <Annotation Term="OData.Description" String="This version was created to correct terminology and improve description text.  It was also created to correct various typographical errors."/>
328      <EntityType Name="CoolingUnit" BaseType="CoolingUnit.v1_0_0.CoolingUnit"/>
329    </Schema>
330
331    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CoolingUnit.v1_0_2">
332      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
333      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
334      <EntityType Name="CoolingUnit" BaseType="CoolingUnit.v1_0_1.CoolingUnit"/>
335    </Schema>
336
337    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CoolingUnit.v1_0_3">
338      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
339      <Annotation Term="OData.Description" String="This version was created to clarify the usage of  `LeakDetection`."/>
340      <EntityType Name="CoolingUnit" BaseType="CoolingUnit.v1_0_2.CoolingUnit"/>
341    </Schema>
342
343    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CoolingUnit.v1_1_0">
344      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
345      <Annotation Term="Redfish.Release" String="2023.2"/>
346
347      <EntityType Name="CoolingUnit" BaseType="CoolingUnit.v1_0_0.CoolingUnit">
348        <Property Name="CoolantConnectorRedundancy" Type="Collection(Redundancy.RedundantGroup)" Nullable="false">
349          <Annotation Term="OData.Description" String="The redundancy information for the coolant connectors in this cooling unit."/>
350          <Annotation Term="OData.LongDescription" String="This property shall contain redundancy information for the set of coolant connectors attached to this equipment.  The values of the `RedundancyGroup` array shall reference resources of type `CoolantConnector`."/>
351        </Property>
352      </EntityType>
353    </Schema>
354
355    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CoolingUnit.v1_1_1">
356      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
357      <Annotation Term="OData.Description" String="This version was created to correct terminology and improve description text.  It was also created to correct various typographical errors."/>
358      <EntityType Name="CoolingUnit" BaseType="CoolingUnit.v1_1_0.CoolingUnit"/>
359    </Schema>
360
361    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CoolingUnit.v1_1_2">
362      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
363      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
364      <EntityType Name="CoolingUnit" BaseType="CoolingUnit.v1_1_1.CoolingUnit"/>
365    </Schema>
366
367    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CoolingUnit.v1_1_3">
368      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
369      <Annotation Term="OData.Description" String="This version was created to clarify the usage of  `LeakDetection`."/>
370      <EntityType Name="CoolingUnit" BaseType="CoolingUnit.v1_1_2.CoolingUnit"/>
371    </Schema>
372
373    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CoolingUnit.v1_2_0">
374      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
375      <Annotation Term="Redfish.Release" String="2024.4"/>
376      <Annotation Term="OData.Description" String="This version was created to add the `SetMode` action."/>
377
378      <EntityType Name="CoolingUnit" BaseType="CoolingUnit.v1_1_3.CoolingUnit"/>
379
380      <EnumType Name="CoolingUnitMode">
381        <Member Name="Enabled">
382          <Annotation Term="OData.Description" String="Enable the cooling unit."/>
383          <Annotation Term="OData.LongDescription" String="This value shall indicate a request to enable the cooling unit.  Upon successful completion, the `State` property within `Status`, shall contain the value `Enabled`."/>
384        </Member>
385        <Member Name="Disabled">
386          <Annotation Term="OData.Description" String="Disable the cooling unit."/>
387          <Annotation Term="OData.LongDescription" String="This value shall indicate a request to disable the cooling unit.  When disabled, primary functions of the cooling unit, such as pump activity, are also disabled.  When disabled, the cooling unit may perform administrative functions, such as monitoring sensors, controlling valves, and accepting new firmware.  Upon successful completion, the `State` property within `Status`, shall contain the value `Disabled`."/>
388        </Member>
389      </EnumType>
390    </Schema>
391
392    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CoolingUnit.v1_3_0">
393      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
394      <Annotation Term="Redfish.Release" String="2025.2"/>
395      <Annotation Term="OData.Description" String="This version was created to add `RPU` to `CoolingUnitType`."/>
396
397      <EntityType Name="CoolingUnit" BaseType="CoolingUnit.v1_2_0.CoolingUnit"/>
398    </Schema>
399
400  </edmx:DataServices>
401</edmx:Edmx>
402