1<?xml version="1.0" encoding="UTF-8"?> 2<!----> 3<!--################################################################################ --> 4<!--# Redfish Schema: CoolantConnector v1.2.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/Sensor_v1.xml"> 35 <edmx:Include Namespace="Sensor"/> 36 </edmx:Reference> 37 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Control_v1.xml"> 38 <edmx:Include Namespace="Control"/> 39 </edmx:Reference> 40 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/CoolingLoop_v1.xml"> 41 <edmx:Include Namespace="CoolingLoop"/> 42 </edmx:Reference> 43 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/CoolingUnit_v1.xml"> 44 <edmx:Include Namespace="CoolingUnit"/> 45 </edmx:Reference> 46 47 <edmx:DataServices> 48 49 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CoolantConnector"> 50 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 51 <Annotation Term="Redfish.Language" String="en"/> 52 53 <EntityType Name="CoolantConnector" BaseType="Resource.v1_0_0.Resource" Abstract="true"> 54 <Annotation Term="OData.Description" String="The `CoolantConnector` schema describes a liquid coolant connector, including any associated instrumentation."/> 55 <Annotation Term="OData.LongDescription" String="This resource shall represent a coolant connector for a Redfish implementation."/> 56 <Annotation Term="Capabilities.InsertRestrictions"> 57 <Record> 58 <PropertyValue Property="Insertable" Bool="false"/> 59 </Record> 60 </Annotation> 61 <Annotation Term="Capabilities.UpdateRestrictions"> 62 <Record> 63 <PropertyValue Property="Updatable" Bool="true"/> 64 <Annotation Term="OData.Description" String="Any writable properties can be updated."/> 65 </Record> 66 </Annotation> 67 <Annotation Term="Capabilities.DeleteRestrictions"> 68 <Record> 69 <PropertyValue Property="Deletable" Bool="false"/> 70 </Record> 71 </Annotation> 72 <Annotation Term="Redfish.Uris"> 73 <Collection> 74 <String>/redfish/v1/Chassis/{ChassisId}/ThermalSubsystem/CoolantConnectors/{CoolantConnectorId}</String> 75 <String>/redfish/v1/ThermalEquipment/CoolingLoops/{CoolingUnitId}/PrimaryCoolantConnectors/{CoolantConnectorId}</String> 76 <String>/redfish/v1/ThermalEquipment/CoolingLoops/{CoolingUnitId}/SecondaryCoolantConnectors/{CoolantConnectorId}</String> 77 <String>/redfish/v1/ThermalEquipment/CDUs/{CoolingUnitId}/PrimaryCoolantConnectors/{CoolantConnectorId}</String> 78 <String>/redfish/v1/ThermalEquipment/CDUs/{CoolingUnitId}/SecondaryCoolantConnectors/{CoolantConnectorId}</String> 79 <String>/redfish/v1/ThermalEquipment/ImmersionUnits/{CoolingUnitId}/PrimaryCoolantConnectors/{CoolantConnectorId}</String> 80 <String>/redfish/v1/ThermalEquipment/ImmersionUnits/{CoolingUnitId}/SecondaryCoolantConnectors/{CoolantConnectorId}</String> 81 <String>/redfish/v1/ThermalEquipment/HeatExchangers/{CoolingUnitId}/PrimaryCoolantConnectors/{CoolantConnectorId}</String> 82 <String>/redfish/v1/ThermalEquipment/HeatExchangers/{CoolingUnitId}/SecondaryCoolantConnectors/{CoolantConnectorId}</String> 83 <String>/redfish/v1/ThermalEquipment/RPUs/{CoolingUnitId}/PrimaryCoolantConnectors/{CoolantConnectorId}</String> 84 </Collection> 85 </Annotation> 86 </EntityType> 87 </Schema> 88 89 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CoolantConnector.v1_0_0"> 90 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 91 <Annotation Term="Redfish.Release" String="2023.1"/> 92 93 <EntityType Name="CoolantConnector" BaseType="CoolantConnector.CoolantConnector"> 94 <Property Name="Status" Type="Resource.Status" Nullable="false"> 95 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/> 96 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/> 97 </Property> 98 <Property Name="CoolantConnectorType" Type="CoolantConnector.v1_0_0.CoolantConnectorType"> 99 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 100 <Annotation Term="OData.Description" String="The type of coolant connector."/> 101 <Annotation Term="OData.LongDescription" String="This property shall contain the type of coolant connector."/> 102 </Property> 103 <Property Name="Coolant" Type="CoolingLoop.Coolant" Nullable="false"> 104 <Annotation Term="OData.Description" String="Details about the coolant used in this unit."/> 105 <Annotation Term="OData.LongDescription" String="This property shall contain details regarding the coolant contained or used by this unit."/> 106 </Property> 107 <Property Name="RatedFlowLitersPerMinute" Type="Edm.Decimal"> 108 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 109 <Annotation Term="OData.Description" String="The rated liquid flow (L/min) for this loop interface."/> 110 <Annotation Term="OData.LongDescription" String="This property shall contain the rated liquid flow, in liters per minute units, for this loop interface."/> 111 <Annotation Term="Measures.Unit" String="L/min"/> 112 <Annotation Term="Validation.Minimum" Int="0"/> 113 </Property> 114 <Property Name="RatedFlowPressurekPa" Type="Edm.Decimal"> 115 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 116 <Annotation Term="OData.Description" String="The pressure (kPa) at which the rated liquid flow is valid."/> 117 <Annotation Term="OData.LongDescription" String="This property shall contain the pressure, in kilopascal units, that the rated liquid flow is valid for this connector."/> 118 <Annotation Term="Measures.Unit" String="kPa"/> 119 <Annotation Term="Validation.Minimum" Int="0"/> 120 </Property> 121 <Property Name="RatedPressurekPa" Type="Edm.Decimal"> 122 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 123 <Annotation Term="OData.Description" String="The rated pressure (kPa) for this connector."/> 124 <Annotation Term="OData.LongDescription" String="This property shall contain the rated maximum pressure, in kilopascal units, for this connector."/> 125 <Annotation Term="Measures.Unit" String="kPa"/> 126 <Annotation Term="Validation.Minimum" Int="0"/> 127 </Property> 128 <Property Name="CoolingManagerURI" Type="Edm.String"> 129 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 130 <Annotation Term="OData.Description" String="The link to the application that manages the cooling loop."/> 131 <Annotation Term="OData.LongDescription" String="This property shall contain a URI to the application or device that provides administration or management of the cooling loop associated with this interface."/> 132 <Annotation Term="OData.IsURL"/> 133 </Property> 134 <Property Name="CoolingLoopName" Type="Edm.String"> 135 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 136 <Annotation Term="OData.Description" String="The name of the cooling loop attached to this interface."/> 137 <Annotation Term="OData.LongDescription" String="This property shall contain the name of the cooling loop attached to this interface. If the `CoolingLoop` link property is present, this property shall contain the value of the `Id` property in the resource referenced by that link."/> 138 </Property> 139 <Property Name="LocationIndicatorActive" Type="Edm.Boolean"> 140 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 141 <Annotation Term="OData.Description" String="An indicator allowing an operator to physically locate this resource."/> 142 <Annotation Term="OData.LongDescription" String="This property shall contain the state of the indicator used to physically identify or locate this resource."/> 143 </Property> 144 <NavigationProperty Name="HeatRemovedkW" Type="Sensor.Sensor"> 145 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 146 <Annotation Term="Redfish.ExcerptCopy"/> 147 <Annotation Term="OData.Description" String="The heat removed (kW) through this connector."/> 148 <Annotation Term="OData.LongDescription" String="This property shall contain the amount of heat removed, in kilowatt units, by the coolant flow through this connector. The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `Heat`."/> 149 </NavigationProperty> 150 <NavigationProperty Name="FlowLitersPerMinute" Type="Sensor.Sensor"> 151 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 152 <Annotation Term="Redfish.ExcerptCopy"/> 153 <Annotation Term="OData.Description" String="The liquid flow (L/min)."/> 154 <Annotation Term="OData.LongDescription" String="This property shall contain the liquid flow rate, in liters per minute units, for this coolant connector. The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `LiquidFlowLPM`."/> 155 </NavigationProperty> 156 <NavigationProperty Name="SupplyTemperatureCelsius" Type="Sensor.Sensor"> 157 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 158 <Annotation Term="Redfish.ExcerptCopy"/> 159 <Annotation Term="OData.Description" String="The supply temperature (C)."/> 160 <Annotation Term="OData.LongDescription" String="This property shall contain the temperature, in degree Celsius units, for the intake or supply connection to the cooling loop. The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `Temperature`."/> 161 </NavigationProperty> 162 <NavigationProperty Name="ReturnTemperatureCelsius" Type="Sensor.Sensor"> 163 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 164 <Annotation Term="Redfish.ExcerptCopy"/> 165 <Annotation Term="OData.Description" String="The return temperature (C)."/> 166 <Annotation Term="OData.LongDescription" String="This property shall contain the temperature, in degree Celsius units, for the outflow or return connection to the cooling loop. The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `Temperature`."/> 167 </NavigationProperty> 168 <NavigationProperty Name="DeltaTemperatureCelsius" Type="Sensor.Sensor"> 169 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 170 <Annotation Term="Redfish.ExcerptCopy"/> 171 <Annotation Term="OData.Description" String="The differential temperature (C)."/> 172 <Annotation Term="OData.LongDescription" String="This property shall contain the change in temperature, in degree Celsius units, between the supply connection and the outflow or return connection to the cooling loop. The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `Temperature`."/> 173 </NavigationProperty> 174 <NavigationProperty Name="SupplyPressurekPa" Type="Sensor.Sensor"> 175 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 176 <Annotation Term="Redfish.ExcerptCopy"/> 177 <Annotation Term="OData.Description" String="The supply pressure (kPa)."/> 178 <Annotation Term="OData.LongDescription" String="This property shall contain the pressure, in kilopascal units, for the intake or supply connection to the cooling loop. The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `PressurekPa`."/> 179 </NavigationProperty> 180 <NavigationProperty Name="ReturnPressurekPa" Type="Sensor.Sensor"> 181 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 182 <Annotation Term="Redfish.ExcerptCopy"/> 183 <Annotation Term="OData.Description" String="The return pressure (kPa)."/> 184 <Annotation Term="OData.LongDescription" String="This property shall contain the pressure, in kilopascal units, for the outflow or return connection to the cooling loop. The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `PressurekPa`."/> 185 </NavigationProperty> 186 <NavigationProperty Name="DeltaPressurekPa" Type="Sensor.Sensor"> 187 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 188 <Annotation Term="Redfish.ExcerptCopy"/> 189 <Annotation Term="OData.Description" String="The differential pressure (kPa)."/> 190 <Annotation Term="OData.LongDescription" String="This property shall contain the pressure, in kilopascal units, for the difference in pressure between the supply and outflow or return connection to the cooling loop. The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `PressurekPa`."/> 191 </NavigationProperty> 192 <Property Name="Links" Type="CoolantConnector.v1_0_0.Links" Nullable="false"> 193 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/> 194 <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."/> 195 </Property> 196 <Property Name="Actions" Type="CoolantConnector.v1_0_0.Actions" Nullable="false"> 197 <Annotation Term="OData.Description" String="The available actions for this resource."/> 198 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/> 199 </Property> 200 </EntityType> 201 202 <ComplexType Name="Links" BaseType="Resource.Links"> 203 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/> 204 <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."/> 205 <NavigationProperty Name="ConnectedCoolingLoop" Type="CoolingLoop.CoolingLoop"> 206 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 207 <Annotation Term="OData.Description" String="A link to the cooling loop at the other end of the connection."/> 208 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type `CoolingLoop` that represents the cooling loop at the other end of the connection."/> 209 <Annotation Term="OData.AutoExpandReferences"/> 210 </NavigationProperty> 211 <NavigationProperty Name="ConnectedCoolingUnit" Type="CoolingUnit.CoolingUnit"> 212 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 213 <Annotation Term="OData.Description" String="A link to the cooling unit at the other end of the connection."/> 214 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type `CoolingUnit` that represents the cooling unit at the other end of the connection."/> 215 <Annotation Term="OData.AutoExpandReferences"/> 216 </NavigationProperty> 217 <NavigationProperty Name="ConnectedChassis" Type="Collection(Chassis.Chassis)"> 218 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 219 <Annotation Term="OData.Description" String="Any array of links to chassis at the other end of the connection."/> 220 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type `Chassis` that represent the chassis at the other end of the connection."/> 221 <Annotation Term="OData.AutoExpandReferences"/> 222 </NavigationProperty> 223 </ComplexType> 224 225 <ComplexType Name="Actions"> 226 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 227 <Annotation Term="OData.Description" String="The available actions for this resource."/> 228 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/> 229 <Property Name="Oem" Type="CoolantConnector.v1_0_0.OemActions" Nullable="false"> 230 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 231 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/> 232 </Property> 233 </ComplexType> 234 235 <ComplexType Name="OemActions"> 236 <Annotation Term="OData.AdditionalProperties" Bool="true"/> 237 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 238 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/> 239 </ComplexType> 240 241 <EnumType Name="CoolantConnectorType"> 242 <Member Name="Pair"> 243 <Annotation Term="OData.Description" String="A connection pair."/> 244 </Member> 245 <Member Name="Supply"> 246 <Annotation Term="OData.Description" String="A supply or intake connection."/> 247 </Member> 248 <Member Name="Return"> 249 <Annotation Term="OData.Description" String="A return or outflow connection."/> 250 </Member> 251 <Member Name="Inline"> 252 <Annotation Term="OData.Description" String="An inline connection or measurement point."/> 253 </Member> 254 <Member Name="Closed"> 255 <Annotation Term="OData.Description" String="A closed or self-contained loop."/> 256 </Member> 257 </EnumType> 258 </Schema> 259 260 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CoolantConnector.v1_0_1"> 261 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 262 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 263 <EntityType Name="CoolantConnector" BaseType="CoolantConnector.v1_0_0.CoolantConnector"/> 264 </Schema> 265 266 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CoolantConnector.v1_0_2"> 267 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 268 <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."/> 269 <EntityType Name="CoolantConnector" BaseType="CoolantConnector.v1_0_1.CoolantConnector"/> 270 </Schema> 271 272 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CoolantConnector.v1_1_0"> 273 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 274 <Annotation Term="Redfish.Release" String="2024.4"/> 275 276 <EntityType Name="CoolantConnector" BaseType="CoolantConnector.v1_0_2.CoolantConnector"> 277 <NavigationProperty Name="FlowControlLitersPerMinute" Type="Control.Control"> 278 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 279 <Annotation Term="Redfish.ExcerptCopy" String="SingleLoop"/> 280 <Annotation Term="OData.Description" String="The desired liquid flow rate (L/min)."/> 281 <Annotation Term="OData.LongDescription" String="This property shall contain the desired liquid flow rate, in liters per minute units, of this coolant connector. The value of the `DataSourceUri` property, if present, shall reference a resource of type `Control` with the `ControlType` property containing the value `LiquidFlowLPM`. This property shall only be present for secondary coolant connectors. Services may automatically change other controls if a client attempts to enable this control to prevent conflicts."/> 282 </NavigationProperty> 283 <NavigationProperty Name="SupplyTemperatureControlCelsius" Type="Control.Control"> 284 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 285 <Annotation Term="Redfish.ExcerptCopy" String="SingleLoop"/> 286 <Annotation Term="OData.Description" String="The desired supply temperature (C)."/> 287 <Annotation Term="OData.LongDescription" String="This property shall contain the desired supply temperature, in degree Celsius units, of this coolant connector. The value of the `DataSourceUri` property, if present, shall reference a resource of type `Control` with the `ControlType` property containing the value `Temperature`. This property shall only be present for secondary coolant connectors. Services may automatically change other controls if a client attempts to enable this control to prevent conflicts."/> 288 </NavigationProperty> 289 <NavigationProperty Name="ReturnTemperatureControlCelsius" Type="Control.Control"> 290 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 291 <Annotation Term="Redfish.ExcerptCopy" String="SingleLoop"/> 292 <Annotation Term="OData.Description" String="The desired return temperature (C)."/> 293 <Annotation Term="OData.LongDescription" String="This property shall contain the desired return temperature, in degree Celsius units, of this coolant connector. The value of the `DataSourceUri` property, if present, shall reference a resource of type `Control` with the `ControlType` property containing the value `Temperature`. This property shall only be present for secondary coolant connectors. Services may automatically change other controls if a client attempts to enable this control to prevent conflicts."/> 294 </NavigationProperty> 295 <NavigationProperty Name="DeltaPressureControlkPa" Type="Control.Control"> 296 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 297 <Annotation Term="Redfish.ExcerptCopy" String="SingleLoop"/> 298 <Annotation Term="OData.Description" String="The desired differential pressure (kPa)."/> 299 <Annotation Term="OData.LongDescription" String="This property shall contain the desired differential pressure, in kilopascal units, of this coolant connector. The value of the `DataSourceUri` property, if present, shall reference a resource of type `Control` with the `ControlType` property containing the value `PressurekPa`. This property shall only be present for secondary coolant connectors. Services may automatically change other controls if a client attempts to enable this control to prevent conflicts."/> 300 </NavigationProperty> 301 <NavigationProperty Name="DeltaTemperatureControlCelsius" Type="Control.Control"> 302 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 303 <Annotation Term="Redfish.ExcerptCopy" String="SingleLoop"/> 304 <Annotation Term="OData.Description" String="The desired differential temperature (C)."/> 305 <Annotation Term="OData.LongDescription" String="This property shall contain the desired differential temperature, in degree Celsius units, of this coolant connector. The value of the `DataSourceUri` property, if present, shall reference a resource of type `Control` with the `ControlType` property containing the value `Temperature`. This property shall only be present for secondary coolant connectors. Services may automatically change other controls if a client attempts to enable this control to prevent conflicts."/> 306 </NavigationProperty> 307 </EntityType> 308 </Schema> 309 310 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CoolantConnector.v1_2_0"> 311 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 312 <Annotation Term="Redfish.Release" String="2025.2"/> 313 314 <EntityType Name="CoolantConnector" BaseType="CoolantConnector.v1_1_0.CoolantConnector"> 315 <NavigationProperty Name="ValvePositionPercent" Type="Sensor.Sensor"> 316 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 317 <Annotation Term="Redfish.ExcerptCopy"/> 318 <Annotation Term="OData.Description" String="The valve position (% open) of this connector."/> 319 <Annotation Term="OData.LongDescription" String="This property shall contain the valve position, in percent units, of this connector. The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `Valve`."/> 320 </NavigationProperty> 321 <NavigationProperty Name="ValvePositionControlPercent" Type="Control.Control"> 322 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 323 <Annotation Term="Redfish.ExcerptCopy" String="SingleLoop"/> 324 <Annotation Term="OData.Description" String="The desired valve position (% open)."/> 325 <Annotation Term="OData.LongDescription" String="This property shall contain the desired valve position, in percent units, of this coolant connector. The value of the `DataSourceUri` property, if present, shall reference a resource of type `Control` with the `ControlType` property containing the value `Valve`. Services may automatically change other controls if a client attempts to enable this control to prevent conflicts."/> 326 </NavigationProperty> 327 </EntityType> 328 </Schema> 329 330 </edmx:DataServices> 331</edmx:Edmx> 332