<?xml version="1.0" encoding="UTF-8"?>
<!---->
<!--################################################################################       -->
<!--# Redfish Schema:  CoolingUnit v1.5.0                                                  -->
<!--#                                                                                      -->
<!--# For a detailed change log, see the README file contained in the DSP8010 bundle,      -->
<!--# available at http://www.dmtf.org/standards/redfish                                   -->
<!--# Copyright 2014-2026 DMTF.                                                            -->
<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
<!--################################################################################       -->
<!---->
<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">

  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
    <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
  </edmx:Reference>
  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
    <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
  </edmx:Reference>
  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
    <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
  </edmx:Reference>
  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
    <edmx:Include Namespace="Resource"/>
    <edmx:Include Namespace="Resource.v1_0_0"/>
  </edmx:Reference>
  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Chassis_v1.xml">
    <edmx:Include Namespace="Chassis"/>
  </edmx:Reference>
  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Manager_v1.xml">
    <edmx:Include Namespace="Manager"/>
  </edmx:Reference>
  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Facility_v1.xml">
    <edmx:Include Namespace="Facility"/>
  </edmx:Reference>
  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/LeakDetection_v1.xml">
    <edmx:Include Namespace="LeakDetection"/>
  </edmx:Reference>
  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/EnvironmentMetrics_v1.xml">
    <edmx:Include Namespace="EnvironmentMetrics"/>
  </edmx:Reference>
  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Redundancy_v1.xml">
    <edmx:Include Namespace="Redundancy"/>
  </edmx:Reference>
  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/CoolingLoop_v1.xml">
    <edmx:Include Namespace="CoolingLoop"/>
  </edmx:Reference>
  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/CoolantConnectorCollection_v1.xml">
    <edmx:Include Namespace="CoolantConnectorCollection"/>
  </edmx:Reference>
  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PumpCollection_v1.xml">
    <edmx:Include Namespace="PumpCollection"/>
  </edmx:Reference>
  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/FilterCollection_v1.xml">
    <edmx:Include Namespace="FilterCollection"/>
  </edmx:Reference>
  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/ReservoirCollection_v1.xml">
    <edmx:Include Namespace="ReservoirCollection"/>
  </edmx:Reference>
  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Assembly_v1.xml">
    <edmx:Include Namespace="Assembly"/>
  </edmx:Reference>

  <edmx:DataServices>

    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CoolingUnit">
      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
      <Annotation Term="Redfish.Language" String="en"/>

      <EntityType Name="CoolingUnit" BaseType="Resource.v1_0_0.Resource" Abstract="true">
        <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."/>
        <Annotation Term="OData.LongDescription" String="This resource shall represent a cooling system component or unit for a Redfish implementation."/>
        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
        <Annotation Term="Capabilities.InsertRestrictions">
          <Record>
            <PropertyValue Property="Insertable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.UpdateRestrictions">
          <Record>
            <PropertyValue Property="Updatable" Bool="true"/>
            <Annotation Term="OData.Description" String="Any writable properties can be updated."/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.DeleteRestrictions">
          <Record>
            <PropertyValue Property="Deletable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Redfish.Uris">
          <Collection>
            <String>/redfish/v1/ThermalEquipment/CDUs/{CoolingUnitId}</String>
            <String>/redfish/v1/ThermalEquipment/ImmersionUnits/{CoolingUnitId}</String>
            <String>/redfish/v1/ThermalEquipment/HeatExchangers/{CoolingUnitId}</String>
            <String>/redfish/v1/ThermalEquipment/RPUs/{CoolingUnitId}</String>
          </Collection>
        </Annotation>
      </EntityType>

      <Action Name="SetMode" IsBound="true">
        <Annotation Term="OData.Description" String="This action sets the operating mode of the cooling unit."/>
        <Annotation Term="OData.LongDescription" String="This action shall set the operating mode of the cooling unit."/>
        <Parameter Name="CoolingUnit" Type="CoolingUnit.v1_0_0.Actions"/>
        <Parameter Name="Mode" Type="CoolingUnit.v1_2_0.CoolingUnitMode">
          <Annotation Term="OData.Description" String="The desired operating mode of the cooling unit."/>
          <Annotation Term="OData.LongDescription" String="This parameter shall contain the desired operating mode of the cooling unit."/>
        </Parameter>
        <Annotation Term="Redfish.Revisions">
          <Collection>
            <Record>
              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
              <PropertyValue Property="Version" String="v1_2_0"/>
            </Record>
          </Collection>
        </Annotation>
      </Action>

      <Action Name="ExportConfiguration" IsBound="true">
        <Annotation Term="OData.Description" String="This action exports the configuration of the equipment in a vendor-specific format."/>
        <Annotation Term="OData.LongDescription" String="This action shall export the specified configuration of the equipment in a vendor-specific format.  Upon successful completion of the action and any asynchronous processing, the `Location` header in the response shall contain a URI to a file that contains the configuration data."/>
        <Parameter Name="CoolingUnit" Type="CoolingUnit.v1_0_0.Actions"/>
        <Parameter Name="ExportType" Type="CoolingUnit.v1_4_0.ExportType" Nullable="false">
          <Annotation Term="OData.Description" String="The types of export to perform."/>
          <Annotation Term="OData.LongDescription" String="This parameter shall contain the type of export to perform."/>
        </Parameter>
        <Parameter Name="Components" Type="Collection(CoolingUnit.v1_4_0.Component)" Nullable="false">
          <Annotation Term="OData.Description" String="The components of the equipment for which to export configuration data."/>
          <Annotation Term="OData.LongDescription" String="This parameter shall contain an array of components of the equipment for which to export configuration data."/>
        </Parameter>
        <Parameter Name="OEMComponents" Type="Collection(Edm.String)">
          <Annotation Term="OData.Description" String="The OEM-specific components of the equipment for which to export configuration data."/>
          <Annotation Term="OData.LongDescription" String="This parameter shall contain an array of OEM-specific components of the equipment for which to export configuration data."/>
        </Parameter>
        <Parameter Name="Security" Type="CoolingUnit.v1_4_0.ExportSecurity">
          <Annotation Term="OData.Description" String="The policy to apply when exporting secure information."/>
          <Annotation Term="OData.LongDescription" String="This parameter shall contain the policy to apply when exporting secure information."/>
        </Parameter>
        <Parameter Name="EncryptionPassphrase" Type="Edm.String">
          <Annotation Term="OData.Description" String="The encryption passphrase for the exported file."/>
          <Annotation Term="OData.LongDescription" String="This parameter shall contain the encryption passphrase for the exported file.  If this parameter is specified and has a non-zero length, the service shall encrypt the exported file with the passphrase.  Otherwise, the service shall not encrypt the exported file."/>
        </Parameter>
        <Annotation Term="Redfish.Revisions">
          <Collection>
            <Record>
              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
              <PropertyValue Property="Version" String="v1_4_0"/>
            </Record>
          </Collection>
        </Annotation>
      </Action>
    </Schema>

    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CoolingUnit.v1_0_0">
      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
      <Annotation Term="Redfish.Release" String="2023.1"/>

      <EntityType Name="CoolingUnit" BaseType="CoolingUnit.CoolingUnit">
        <Property Name="EquipmentType" Nullable="false" Type="CoolingUnit.v1_0_0.CoolingEquipmentType">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="The type of equipment this resource represents."/>
          <Annotation Term="OData.LongDescription" String="This property shall contain the type of equipment this resource represents."/>
          <Annotation Term="Redfish.Required"/>
        </Property>
        <Property Name="UserLabel" Type="Edm.String" Nullable="false">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
          <Annotation Term="OData.Description" String="A user-assigned label."/>
          <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."/>
        </Property>
        <Property Name="CoolingCapacityWatts" Type="Edm.Int64">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="The cooling capacity (W) of this equipment."/>
          <Annotation Term="OData.LongDescription" String="This property shall contain the manufacturer-provided cooling capacity, in watt units, of this equipment."/>
        </Property>
        <Property Name="Model" Type="Edm.String">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="The product model number of this equipment."/>
          <Annotation Term="OData.LongDescription" String="This property shall contain the manufacturer-provided model information of this equipment."/>
        </Property>
        <Property Name="Manufacturer" Type="Edm.String">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="The manufacturer of this equipment."/>
          <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."/>
        </Property>
        <Property Name="SerialNumber" Type="Edm.String">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="The serial number for this equipment."/>
          <Annotation Term="OData.LongDescription" String="This property shall contain a manufacturer-allocated number that identifies the equipment."/>
        </Property>
        <Property Name="PartNumber" Type="Edm.String">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="The part number for this equipment."/>
          <Annotation Term="OData.LongDescription" String="This property shall contain the manufacturer-provided part number for the equipment."/>
        </Property>
        <Property Name="Version" Type="Edm.String">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="The hardware version of this equipment."/>
          <Annotation Term="OData.LongDescription" String="This property shall contain the hardware version of this equipment as determined by the vendor or supplier."/>
        </Property>
        <Property Name="FirmwareVersion" Type="Edm.String" Nullable="false">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="The firmware version of this equipment."/>
          <Annotation Term="OData.LongDescription" String="This property shall contain a string describing the firmware version of this equipment as provided by the manufacturer."/>
        </Property>
        <Property Name="ProductionDate" Type="Edm.DateTimeOffset">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="The production or manufacturing date of this equipment."/>
          <Annotation Term="OData.LongDescription" String="This property shall contain the date of production or manufacture for this equipment."/>
        </Property>
        <Property Name="AssetTag" Type="Edm.String">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
          <Annotation Term="OData.Description" String="The user-assigned asset tag for this equipment."/>
          <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."/>
        </Property>
        <Property Name="Location" Type="Resource.Location" Nullable="false">
          <Annotation Term="OData.Description" String="The location of the equipment."/>
          <Annotation Term="OData.LongDescription" String="This property shall contain the location information of the associated equipment."/>
        </Property>
        <Property Name="PumpRedundancy" Type="Collection(Redundancy.RedundantGroup)" Nullable="false">
          <Annotation Term="OData.Description" String="The redundancy information for the groups of pumps in this unit."/>
          <Annotation Term="OData.LongDescription" String="This property shall contain redundancy information for the groups of pumps in this unit."/>
        </Property>
        <Property Name="FilterRedundancy" Type="Collection(Redundancy.RedundantGroup)" Nullable="false">
          <Annotation Term="OData.Description" String="The redundancy information for the groups of filters in this unit."/>
          <Annotation Term="OData.LongDescription" String="This property shall contain redundancy information for the groups of filters in this unit."/>
        </Property>
        <Property Name="Coolant" Type="CoolingLoop.Coolant" Nullable="false">
          <Annotation Term="OData.Description" String="Details about the coolant used in this unit."/>
          <Annotation Term="OData.LongDescription" String="This property shall contain details regarding the coolant contained or used by this unit."/>
        </Property>
        <Property Name="Status" Type="Resource.Status" Nullable="false">
          <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
          <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
        </Property>
        <NavigationProperty Name="PrimaryCoolantConnectors" Type="CoolantConnectorCollection.CoolantConnectorCollection" Nullable="false">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="A link to the primary coolant connectors for this equipment."/>
          <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."/>
          <Annotation Term="OData.AutoExpandReferences"/>
        </NavigationProperty>
        <NavigationProperty Name="SecondaryCoolantConnectors" Type="CoolantConnectorCollection.CoolantConnectorCollection" Nullable="false">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="A link to the secondary coolant connectors for this equipment."/>
          <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."/>
          <Annotation Term="OData.AutoExpandReferences"/>
        </NavigationProperty>
        <NavigationProperty Name="LeakDetection" Type="LeakDetection.LeakDetection" Nullable="false">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="A link to the leak detection components associated with this equipment."/>
          <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."/>
          <Annotation Term="OData.AutoExpandReferences"/>
        </NavigationProperty>
        <NavigationProperty Name="Pumps" Type="PumpCollection.PumpCollection" Nullable="false">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="A link to the pumps for this equipment."/>
          <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."/>
          <Annotation Term="OData.AutoExpandReferences"/>
        </NavigationProperty>
        <NavigationProperty Name="Filters" Type="FilterCollection.FilterCollection" Nullable="false">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="A link to the filters for this equipment."/>
          <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."/>
          <Annotation Term="OData.AutoExpandReferences"/>
        </NavigationProperty>
        <NavigationProperty Name="Reservoirs" Type="ReservoirCollection.ReservoirCollection" Nullable="false">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="A link to the reservoirs for this equipment."/>
          <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."/>
          <Annotation Term="OData.AutoExpandReferences"/>
        </NavigationProperty>
        <NavigationProperty Name="EnvironmentMetrics" Type="EnvironmentMetrics.EnvironmentMetrics" Nullable="false">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="The link to the environment metrics for this equipment."/>
          <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."/>
          <Annotation Term="OData.AutoExpandReferences"/>
        </NavigationProperty>
        <NavigationProperty Name="Assembly" Type="Assembly.Assembly" ContainsTarget="true" Nullable="false">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="The link to the assembly associated with this cooling unit."/>
          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type `Assembly`."/>
          <Annotation Term="OData.AutoExpandReferences"/>
        </NavigationProperty>
        <Property Name="Links" Type="CoolingUnit.v1_0_0.Links" Nullable="false">
          <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
          <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."/>
        </Property>
        <Property Name="Actions" Type="CoolingUnit.v1_0_0.Actions" Nullable="false">
          <Annotation Term="OData.Description" String="The available actions for this resource."/>
          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
        </Property>
      </EntityType>

      <ComplexType Name="Links" BaseType="Resource.Links">
        <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
        <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."/>
        <NavigationProperty Name="Chassis" Type="Collection(Chassis.Chassis)">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="An array of links to the chassis that contain this equipment."/>
          <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."/>
          <Annotation Term="OData.AutoExpandReferences"/>
        </NavigationProperty>
        <NavigationProperty Name="Facility" Type="Facility.Facility" Nullable="false">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="A link to the facility that contains this equipment."/>
          <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."/>
          <Annotation Term="OData.AutoExpandReferences"/>
        </NavigationProperty>
        <NavigationProperty Name="ManagedBy" Type="Collection(Manager.Manager)">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="An array of links to the managers responsible for managing this equipment."/>
          <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."/>
          <Annotation Term="OData.AutoExpandReferences"/>
        </NavigationProperty>
      </ComplexType>

      <EnumType Name="CoolingEquipmentType">
        <Member Name="CDU">
          <Annotation Term="OData.Description" String="A coolant distribution unit (CDU)."/>
        </Member>
        <Member Name="HeatExchanger">
          <Annotation Term="OData.Description" String="A heat exchanger."/>
        </Member>
        <Member Name="ImmersionUnit">
          <Annotation Term="OData.Description" String="An immersion cooling unit."/>
        </Member>
        <Member Name="RPU">
          <Annotation Term="OData.Description" String="A reservoir and pumping unit (RPU)."/>
          <Annotation Term="Redfish.Revisions">
            <Collection>
              <Record>
                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
                <PropertyValue Property="Version" String="v1_3_0"/>
              </Record>
            </Collection>
          </Annotation>
        </Member>
      </EnumType>

      <ComplexType Name="Actions">
        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
        <Annotation Term="OData.Description" String="The available actions for this resource."/>
        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
        <Property Name="Oem" Type="CoolingUnit.v1_0_0.OemActions" Nullable="false">
          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
        </Property>
      </ComplexType>

      <ComplexType Name="OemActions">
        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
      </ComplexType>
    </Schema>

    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CoolingUnit.v1_0_1">
      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
      <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."/>
      <EntityType Name="CoolingUnit" BaseType="CoolingUnit.v1_0_0.CoolingUnit"/>
    </Schema>

    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CoolingUnit.v1_0_2">
      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
      <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."/>
      <EntityType Name="CoolingUnit" BaseType="CoolingUnit.v1_0_1.CoolingUnit"/>
    </Schema>

    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CoolingUnit.v1_0_3">
      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
      <Annotation Term="OData.Description" String="This version was created to clarify the usage of  `LeakDetection`."/>
      <EntityType Name="CoolingUnit" BaseType="CoolingUnit.v1_0_2.CoolingUnit"/>
    </Schema>

    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CoolingUnit.v1_1_0">
      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
      <Annotation Term="Redfish.Release" String="2023.2"/>

      <EntityType Name="CoolingUnit" BaseType="CoolingUnit.v1_0_0.CoolingUnit">
        <Property Name="CoolantConnectorRedundancy" Type="Collection(Redundancy.RedundantGroup)" Nullable="false">
          <Annotation Term="OData.Description" String="The redundancy information for the coolant connectors in this cooling unit."/>
          <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`."/>
        </Property>
      </EntityType>
    </Schema>

    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CoolingUnit.v1_1_1">
      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
      <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."/>
      <EntityType Name="CoolingUnit" BaseType="CoolingUnit.v1_1_0.CoolingUnit"/>
    </Schema>

    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CoolingUnit.v1_1_2">
      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
      <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."/>
      <EntityType Name="CoolingUnit" BaseType="CoolingUnit.v1_1_1.CoolingUnit"/>
    </Schema>

    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CoolingUnit.v1_1_3">
      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
      <Annotation Term="OData.Description" String="This version was created to clarify the usage of  `LeakDetection`."/>
      <EntityType Name="CoolingUnit" BaseType="CoolingUnit.v1_1_2.CoolingUnit"/>
    </Schema>

    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CoolingUnit.v1_2_0">
      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
      <Annotation Term="Redfish.Release" String="2024.4"/>
      <Annotation Term="OData.Description" String="This version was created to add the `SetMode` action."/>

      <EntityType Name="CoolingUnit" BaseType="CoolingUnit.v1_1_3.CoolingUnit"/>

      <EnumType Name="CoolingUnitMode">
        <Member Name="Enabled">
          <Annotation Term="OData.Description" String="Enable the cooling unit."/>
          <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`."/>
        </Member>
        <Member Name="Disabled">
          <Annotation Term="OData.Description" String="Disable the cooling unit."/>
          <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`."/>
        </Member>
      </EnumType>
    </Schema>

    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CoolingUnit.v1_3_0">
      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
      <Annotation Term="Redfish.Release" String="2025.2"/>
      <Annotation Term="OData.Description" String="This version was created to add `RPU` to `CoolingUnitType`."/>

      <EntityType Name="CoolingUnit" BaseType="CoolingUnit.v1_2_0.CoolingUnit"/>
    </Schema>

    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CoolingUnit.v1_4_0">
      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
      <Annotation Term="Redfish.Release" String="2025.3"/>
      <Annotation Term="OData.Description" String="This version was created to add the `ExportConfiguration` action."/>

      <EntityType Name="CoolingUnit" BaseType="CoolingUnit.v1_3_0.CoolingUnit">
        <Property Name="RatedThermalLossToAirWatts" Type="Edm.Int64">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="The rated maximum amount of heat, in watt units, lost to the surrounding environment during normal operation."/>
          <Annotation Term="OData.LongDescription" String="This property shall contain the rated maximum amount of heat, in watt units, lost to the surrounding environment during normal operation."/>
        </Property>
        <Property Name="MultipartImportConfigurationPushURI" Type="Edm.String" Nullable="false">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="The URI used to perform a Redfish Specification-defined multipart HTTP or HTTPS push import of a vendor-specific configuration file."/>
          <Annotation Term="OData.LongDescription" String="This property shall contain a URI used to perform a multipart HTTP or HTTPS `POST` of a vendor-specific configuration file for the purpose of importing the configuration contained within the file as defined by the 'Import configuration data' clause of the Redfish Specification.  The value of this property should not contain a URI of a Redfish resource.  See the 'Redfish-defined URIs and relative reference rules' clause in the Redfish Specification."/>
          <Annotation Term="OData.IsURL"/>
        </Property>
      </EntityType>

      <EnumType Name="ExportType">
        <Member Name="Clone">
          <Annotation Term="OData.Description" String="Export configuration data for this equipment to duplicate the configuration on another instance of this equipment."/>
          <Annotation Term="OData.LongDescription" String="The service shall export configuration data for this equipment that allows for configuration to be duplicated on other equipment as defined by the vendor.  The service shall export only data which would not result in problems if applied to another instance of this equipment.  For example, identifiers such as MAC Addresses and UUIDs will be excluded under this option.  Consult the vendor documentation for this equipment for more information about which equipment is able to accept the resulting configuration data."/>
        </Member>
        <Member Name="Replacement">
          <Annotation Term="OData.Description" String="Export all configuration data required to replace this equipment."/>
          <Annotation Term="OData.LongDescription" String="The service shall export all configuration data required to replace this equipment.  Consult the vendor documentation for this equipment for more information about the hardware and software requirements for the replacement equipment."/>
        </Member>
      </EnumType>

      <EnumType Name="Component">
        <Member Name="All">
          <Annotation Term="OData.Description" String="Export all configuration data for this equipment including OEM components."/>
          <Annotation Term="OData.LongDescription" String="The service shall export all available configuration data from the equipment including OEM components."/>
        </Member>
        <Member Name="Manager">
          <Annotation Term="OData.Description" String="Export configuration data associated with the manager of the equipment."/>
          <Annotation Term="OData.LongDescription" String="The service shall export configuration data associated with any managers of this equipment."/>
        </Member>
        <Member Name="ManagerAccounts">
          <Annotation Term="OData.Description" String="Export configuration data associated with the user accounts and external account services of the manager for this equipment."/>
          <Annotation Term="OData.LongDescription" String="The service shall export configuration data associated with any managers for the equipment."/>
        </Member>
        <Member Name="CoolingUnit">
          <Annotation Term="OData.Description" String="Export configuration data associated with the cooling unit functions and subsystems of this equipment."/>
          <Annotation Term="OData.LongDescription" String="The service shall export configuration data associated with the cooling unit functions and subsystems of this equipment."/>
        </Member>
      </EnumType>

      <EnumType Name="ExportSecurity">
        <Member Name="IncludeSensitiveData">
          <Annotation Term="OData.Description" String="Export all data regardless of the sensitivity."/>
          <Annotation Term="OData.LongDescription" String="The service shall export all requested data regardless of the sensitivity."/>
        </Member>
        <Member Name="HashedDataOnly">
          <Annotation Term="OData.Description" String="Export hashed passwords, but exclude other sensitive data."/>
          <Annotation Term="OData.LongDescription" String="The service shall export requested data including hashed passwords, but shall exclude other sensitive data."/>
        </Member>
        <Member Name="ExcludeSensitiveData">
          <Annotation Term="OData.Description" String="Export only non-sensitive data."/>
          <Annotation Term="OData.LongDescription" String="The service shall export only non-sensitive data."/>
        </Member>
      </EnumType>
    </Schema>

    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CoolingUnit.v1_5_0">
      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
      <Annotation Term="Redfish.Release" String="2025.4"/>

      <EntityType Name="CoolingUnit" BaseType="CoolingUnit.v1_4_0.CoolingUnit">
        <Property Name="CoolingUnitRedundancy" Type="Collection(Redundancy.RedundantGroup)" Nullable="false">
          <Annotation Term="OData.Description" String="The redundancy information for the groups of cooling units."/>
          <Annotation Term="OData.LongDescription" String="This property shall contain redundancy information for the groups of cooling units."/>
        </Property>
      </EntityType>
    </Schema>

  </edmx:DataServices>
</edmx:Edmx>
