1<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################       -->
4<!--# Redfish Schema:  CoolingUnit v1.1.2                                                  -->
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-2024 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          </Collection>
100        </Annotation>
101      </EntityType>
102    </Schema>
103
104    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CoolingUnit.v1_0_0">
105      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
106      <Annotation Term="Redfish.Release" String="2023.1"/>
107
108      <EntityType Name="CoolingUnit" BaseType="CoolingUnit.CoolingUnit">
109        <Property Name="EquipmentType" Nullable="false" Type="CoolingUnit.v1_0_0.CoolingEquipmentType">
110          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
111          <Annotation Term="OData.Description" String="The type of equipment this resource represents."/>
112          <Annotation Term="OData.LongDescription" String="This property shall contain the type of equipment this resource represents."/>
113          <Annotation Term="Redfish.Required"/>
114        </Property>
115        <Property Name="UserLabel" Type="Edm.String" Nullable="false">
116          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
117          <Annotation Term="OData.Description" String="A user-assigned label."/>
118          <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."/>
119        </Property>
120        <Property Name="CoolingCapacityWatts" Type="Edm.Int64">
121          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
122          <Annotation Term="OData.Description" String="The cooling capacity (W) of this equipment."/>
123          <Annotation Term="OData.LongDescription" String="This property shall contain the manufacturer-provided cooling capacity, in watt units, of this equipment."/>
124        </Property>
125        <Property Name="Model" Type="Edm.String">
126          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
127          <Annotation Term="OData.Description" String="The product model number of this equipment."/>
128          <Annotation Term="OData.LongDescription" String="This property shall contain the manufacturer-provided model information of this equipment."/>
129        </Property>
130        <Property Name="Manufacturer" Type="Edm.String">
131          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
132          <Annotation Term="OData.Description" String="The manufacturer of this equipment."/>
133          <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."/>
134        </Property>
135        <Property Name="SerialNumber" Type="Edm.String">
136          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
137          <Annotation Term="OData.Description" String="The serial number for this equipment."/>
138          <Annotation Term="OData.LongDescription" String="This property shall contain a manufacturer-allocated number that identifies the equipment."/>
139        </Property>
140        <Property Name="PartNumber" Type="Edm.String">
141          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
142          <Annotation Term="OData.Description" String="The part number for this equipment."/>
143          <Annotation Term="OData.LongDescription" String="This property shall contain the manufacturer-provided part number for the equipment."/>
144        </Property>
145        <Property Name="Version" Type="Edm.String">
146          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
147          <Annotation Term="OData.Description" String="The hardware version of this equipment."/>
148          <Annotation Term="OData.LongDescription" String="This property shall contain the hardware version of this equipment as determined by the vendor or supplier."/>
149        </Property>
150        <Property Name="FirmwareVersion" Type="Edm.String" Nullable="false">
151          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
152          <Annotation Term="OData.Description" String="The firmware version of this equipment."/>
153          <Annotation Term="OData.LongDescription" String="This property shall contain a string describing the firmware version of this equipment as provided by the manufacturer."/>
154        </Property>
155        <Property Name="ProductionDate" Type="Edm.DateTimeOffset">
156          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
157          <Annotation Term="OData.Description" String="The production or manufacturing date of this equipment."/>
158          <Annotation Term="OData.LongDescription" String="This property shall contain the date of production or manufacture for this equipment."/>
159        </Property>
160        <Property Name="AssetTag" Type="Edm.String">
161          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
162          <Annotation Term="OData.Description" String="The user-assigned asset tag for this equipment."/>
163          <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."/>
164        </Property>
165        <Property Name="Location" Type="Resource.Location" Nullable="false">
166          <Annotation Term="OData.Description" String="The location of the equipment."/>
167          <Annotation Term="OData.LongDescription" String="This property shall contain the location information of the associated equipment."/>
168        </Property>
169        <Property Name="PumpRedundancy" Type="Collection(Redundancy.RedundantGroup)" Nullable="false">
170          <Annotation Term="OData.Description" String="The redundancy information for the groups of pumps in this unit."/>
171          <Annotation Term="OData.LongDescription" String="This property shall contain redundancy information for the groups of pumps in this unit."/>
172        </Property>
173        <Property Name="FilterRedundancy" Type="Collection(Redundancy.RedundantGroup)" Nullable="false">
174          <Annotation Term="OData.Description" String="The redundancy information for the groups of filters in this unit."/>
175          <Annotation Term="OData.LongDescription" String="This property shall contain redundancy information for the groups of filters in this unit."/>
176        </Property>
177        <Property Name="Coolant" Type="CoolingLoop.Coolant" Nullable="false">
178          <Annotation Term="OData.Description" String="Details about the coolant used in this unit."/>
179          <Annotation Term="OData.LongDescription" String="This property shall contain details regarding the coolant contained or used by this unit."/>
180        </Property>
181        <Property Name="Status" Type="Resource.Status" Nullable="false">
182          <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
183          <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
184        </Property>
185        <NavigationProperty Name="PrimaryCoolantConnectors" Type="CoolantConnectorCollection.CoolantConnectorCollection" Nullable="false">
186          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
187          <Annotation Term="OData.Description" String="A link to the primary coolant connectors for this equipment."/>
188          <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."/>
189          <Annotation Term="OData.AutoExpandReferences"/>
190        </NavigationProperty>
191        <NavigationProperty Name="SecondaryCoolantConnectors" Type="CoolantConnectorCollection.CoolantConnectorCollection" Nullable="false">
192          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
193          <Annotation Term="OData.Description" String="A link to the secondary coolant connectors for this equipment."/>
194          <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."/>
195          <Annotation Term="OData.AutoExpandReferences"/>
196        </NavigationProperty>
197        <NavigationProperty Name="LeakDetection" Type="LeakDetection.LeakDetection" Nullable="false">
198          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
199          <Annotation Term="OData.Description" String="A link to the leak detection components associated with this equipment."/>
200          <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."/>
201          <Annotation Term="OData.AutoExpandReferences"/>
202        </NavigationProperty>
203        <NavigationProperty Name="Pumps" Type="PumpCollection.PumpCollection" Nullable="false">
204          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
205          <Annotation Term="OData.Description" String="A link to the pumps for this equipment."/>
206          <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."/>
207          <Annotation Term="OData.AutoExpandReferences"/>
208        </NavigationProperty>
209        <NavigationProperty Name="Filters" Type="FilterCollection.FilterCollection" Nullable="false">
210          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
211          <Annotation Term="OData.Description" String="A link to the filters for this equipment."/>
212          <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."/>
213          <Annotation Term="OData.AutoExpandReferences"/>
214        </NavigationProperty>
215        <NavigationProperty Name="Reservoirs" Type="ReservoirCollection.ReservoirCollection" Nullable="false">
216          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
217          <Annotation Term="OData.Description" String="A link to the reservoirs for this equipment."/>
218          <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."/>
219          <Annotation Term="OData.AutoExpandReferences"/>
220        </NavigationProperty>
221        <NavigationProperty Name="EnvironmentMetrics" Type="EnvironmentMetrics.EnvironmentMetrics" Nullable="false">
222          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
223          <Annotation Term="OData.Description" String="The link to the environment metrics for this equipment."/>
224          <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."/>
225          <Annotation Term="OData.AutoExpandReferences"/>
226        </NavigationProperty>
227        <NavigationProperty Name="Assembly" Type="Assembly.Assembly" ContainsTarget="true" Nullable="false">
228          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
229          <Annotation Term="OData.Description" String="The link to the assembly associated with this cooling unit."/>
230          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type `Assembly`."/>
231          <Annotation Term="OData.AutoExpandReferences"/>
232        </NavigationProperty>
233        <Property Name="Links" Type="CoolingUnit.v1_0_0.Links" Nullable="false">
234          <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
235          <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."/>
236        </Property>
237        <Property Name="Actions" Type="CoolingUnit.v1_0_0.Actions" Nullable="false">
238          <Annotation Term="OData.Description" String="The available actions for this resource."/>
239          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
240        </Property>
241      </EntityType>
242
243      <ComplexType Name="Links" BaseType="Resource.Links">
244        <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
245        <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."/>
246        <NavigationProperty Name="Chassis" Type="Collection(Chassis.Chassis)">
247          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
248          <Annotation Term="OData.Description" String="An array of links to the chassis that contain this equipment."/>
249          <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."/>
250          <Annotation Term="OData.AutoExpandReferences"/>
251        </NavigationProperty>
252        <NavigationProperty Name="Facility" Type="Facility.Facility" Nullable="false">
253          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
254          <Annotation Term="OData.Description" String="A link to the facility that contains this equipment."/>
255          <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."/>
256          <Annotation Term="OData.AutoExpandReferences"/>
257        </NavigationProperty>
258        <NavigationProperty Name="ManagedBy" Type="Collection(Manager.Manager)">
259          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
260          <Annotation Term="OData.Description" String="An array of links to the managers responsible for managing this equipment."/>
261          <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."/>
262          <Annotation Term="OData.AutoExpandReferences"/>
263        </NavigationProperty>
264      </ComplexType>
265
266      <EnumType Name="CoolingEquipmentType">
267        <Member Name="CDU">
268          <Annotation Term="OData.Description" String="A coolant distribution unit (CDU)."/>
269        </Member>
270        <Member Name="HeatExchanger">
271          <Annotation Term="OData.Description" String="A heat exchanger."/>
272        </Member>
273        <Member Name="ImmersionUnit">
274          <Annotation Term="OData.Description" String="An immersion cooling unit."/>
275        </Member>
276      </EnumType>
277
278      <ComplexType Name="Actions">
279        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
280        <Annotation Term="OData.Description" String="The available actions for this resource."/>
281        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
282        <Property Name="Oem" Type="CoolingUnit.v1_0_0.OemActions" Nullable="false">
283          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
284          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
285        </Property>
286      </ComplexType>
287
288      <ComplexType Name="OemActions">
289        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
290        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
291        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
292      </ComplexType>
293    </Schema>
294
295    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CoolingUnit.v1_0_1">
296      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
297      <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."/>
298      <EntityType Name="CoolingUnit" BaseType="CoolingUnit.v1_0_0.CoolingUnit"/>
299    </Schema>
300
301    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CoolingUnit.v1_0_2">
302      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
303      <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."/>
304      <EntityType Name="CoolingUnit" BaseType="CoolingUnit.v1_0_1.CoolingUnit"/>
305    </Schema>
306
307    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CoolingUnit.v1_1_0">
308      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
309      <Annotation Term="Redfish.Release" String="2023.2"/>
310
311      <EntityType Name="CoolingUnit" BaseType="CoolingUnit.v1_0_0.CoolingUnit">
312        <Property Name="CoolantConnectorRedundancy" Type="Collection(Redundancy.RedundantGroup)" Nullable="false">
313          <Annotation Term="OData.Description" String="The redundancy information for the coolant connectors in this cooling unit."/>
314          <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`."/>
315        </Property>
316      </EntityType>
317    </Schema>
318
319    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CoolingUnit.v1_1_1">
320      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
321      <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."/>
322      <EntityType Name="CoolingUnit" BaseType="CoolingUnit.v1_1_0.CoolingUnit"/>
323    </Schema>
324
325    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CoolingUnit.v1_1_2">
326      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
327      <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."/>
328      <EntityType Name="CoolingUnit" BaseType="CoolingUnit.v1_1_1.CoolingUnit"/>
329    </Schema>
330
331  </edmx:DataServices>
332</edmx:Edmx>
333