1<?xml version="1.0" encoding="UTF-8"?> 2<!----> 3<!--################################################################################ --> 4<!--# Redfish Schema: Thermal v1.7.3 --> 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 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml"> 14 <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/> 15 </edmx:Reference> 16 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml"> 17 <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/> 18 </edmx:Reference> 19 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml"> 20 <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/> 21 </edmx:Reference> 22 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml"> 23 <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/> 24 </edmx:Reference> 25 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml"> 26 <edmx:Include Namespace="Resource"/> 27 <edmx:Include Namespace="Resource.v1_0_0"/> 28 </edmx:Reference> 29 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PhysicalContext_v1.xml"> 30 <edmx:Include Namespace="PhysicalContext"/> 31 </edmx:Reference> 32 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Redundancy_v1.xml"> 33 <edmx:Include Namespace="Redundancy"/> 34 </edmx:Reference> 35 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Assembly_v1.xml"> 36 <edmx:Include Namespace="Assembly"/> 37 </edmx:Reference> 38 39 <edmx:DataServices> 40 41 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal"> 42 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 43 <Annotation Term="Redfish.Language" String="en"/> 44 45 <EntityType Name="Thermal" BaseType="Resource.v1_0_0.Resource" Abstract="true"> 46 <Annotation Term="OData.Description" String="The `Therma`l schema describes temperature monitoring and thermal management subsystems, such as cooling fans, for a computer system or similar devices contained within a chassis."/> 47 <Annotation Term="OData.LongDescription" String="This resource shall contain the thermal management properties for temperature monitoring and management of cooling fans for a Redfish implementation."/> 48 <Annotation Term="Capabilities.InsertRestrictions"> 49 <Record> 50 <PropertyValue Property="Insertable" Bool="false"/> 51 </Record> 52 </Annotation> 53 <Annotation Term="Capabilities.UpdateRestrictions"> 54 <Record> 55 <PropertyValue Property="Updatable" Bool="true"/> 56 <Annotation Term="OData.Description" String="Any writable properties can be updated."/> 57 </Record> 58 </Annotation> 59 <Annotation Term="Capabilities.DeleteRestrictions"> 60 <Record> 61 <PropertyValue Property="Deletable" Bool="false"/> 62 </Record> 63 </Annotation> 64 <Annotation Term="Redfish.Uris"> 65 <Collection> 66 <String>/redfish/v1/Chassis/{ChassisId}/Thermal</String> 67 </Collection> 68 </Annotation> 69 <Annotation Term="Redfish.DeprecatedUris"> 70 <Collection> 71 <String>/redfish/v1/Chassis/{ChassisId}/Thermal</String> 72 </Collection> 73 </Annotation> 74 <Annotation Term="Redfish.Revisions"> 75 <Collection> 76 <Record> 77 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> 78 <PropertyValue Property="Version" String="v1_7_0"/> 79 <PropertyValue Property="Description" String="This schema has been deprecated in favor of the `ThermalSubsystem` schema."/> 80 </Record> 81 </Collection> 82 </Annotation> 83 </EntityType> 84 </Schema> 85 86 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_0_0"> 87 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 88 <Annotation Term="Redfish.Release" String="1.0"/> 89 90 <EntityType Name="Thermal" BaseType="Thermal.Thermal"> 91 <NavigationProperty Name="Temperatures" Type="Collection(Thermal.v1_0_0.Temperature)" ContainsTarget="true"> 92 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 93 <Annotation Term="OData.Description" String="The set of temperature sensors for this chassis."/> 94 <Annotation Term="OData.LongDescription" String="This property shall contain the set of temperature sensors for this chassis."/> 95 <Annotation Term="OData.AutoExpand"/> 96 </NavigationProperty> 97 <NavigationProperty Name="Fans" Type="Collection(Thermal.v1_0_0.Fan)" ContainsTarget="true"> 98 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 99 <Annotation Term="OData.Description" String="The set of fans for this chassis."/> 100 <Annotation Term="OData.LongDescription" String="This property shall contain the set of fans for this chassis."/> 101 <Annotation Term="OData.AutoExpand"/> 102 </NavigationProperty> 103 <NavigationProperty Name="Redundancy" Type="Collection(Redundancy.Redundancy)" ContainsTarget="true"> 104 <Annotation Term="OData.Description" String="The redundancy information for the set of fans in this chassis."/> 105 <Annotation Term="OData.LongDescription" String="This property shall contain redundancy information for the fans in this chassis."/> 106 <Annotation Term="OData.AutoExpand"/> 107 </NavigationProperty> 108 <Property Name="Status" Type="Resource.Status" Nullable="false"> 109 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/> 110 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/> 111 </Property> 112 </EntityType> 113 114 <EntityType Name="Temperature" BaseType="Resource.v1_0_0.ReferenceableMember"> 115 <Property Name="Name" Type="Edm.String"> 116 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 117 <Annotation Term="OData.Description" String="The temperature sensor name."/> 118 <Annotation Term="OData.LongDescription" String="This property shall contain the name of the temperature sensor."/> 119 </Property> 120 <Property Name="SensorNumber" Type="Edm.Int64"> 121 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 122 <Annotation Term="OData.Description" String="The numerical identifier of the temperature sensor."/> 123 <Annotation Term="OData.LongDescription" String="This property shall contain a numerical identifier for this temperature sensor that is unique within this resource."/> 124 </Property> 125 <Property Name="Status" Type="Resource.Status" Nullable="false"> 126 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/> 127 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/> 128 </Property> 129 <Property Name="ReadingCelsius" Type="Edm.Decimal"> 130 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 131 <Annotation Term="OData.Description" String="The temperature (C)."/> 132 <Annotation Term="OData.LongDescription" String="This property shall contain the temperature in degree Celsius units."/> 133 <Annotation Term="Measures.Unit" String="Cel"/> 134 </Property> 135 <Property Name="UpperThresholdNonCritical" Type="Edm.Decimal"> 136 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 137 <Annotation Term="OData.Description" String="The value at which the reading is above normal range."/> 138 <Annotation Term="OData.LongDescription" String="This property shall contain the value at which the `ReadingCelsius` property is above the normal range. The value of the property shall use the same units as the `ReadingCelsius` property."/> 139 <Annotation Term="Measures.Unit" String="Cel"/> 140 </Property> 141 <Property Name="UpperThresholdCritical" Type="Edm.Decimal"> 142 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 143 <Annotation Term="OData.Description" String="The value at which the reading is above normal range but not yet fatal."/> 144 <Annotation Term="OData.LongDescription" String="This property shall contain the value at which the `ReadingCelsius` property is above the normal range but is not yet fatal. The value of the property shall use the same units as the `ReadingCelsius` property."/> 145 <Annotation Term="Measures.Unit" String="Cel"/> 146 </Property> 147 <Property Name="UpperThresholdFatal" Type="Edm.Decimal"> 148 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 149 <Annotation Term="OData.Description" String="The value at which the reading is above normal range and fatal."/> 150 <Annotation Term="OData.LongDescription" String="This property shall contain the value at which the `ReadingCelsius` property is above the normal range and is fatal. The value of the property shall use the same units as the `ReadingCelsius` property."/> 151 <Annotation Term="Measures.Unit" String="Cel"/> 152 </Property> 153 <Property Name="LowerThresholdNonCritical" Type="Edm.Decimal"> 154 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 155 <Annotation Term="OData.Description" String="The value at which the reading is below normal range."/> 156 <Annotation Term="OData.LongDescription" String="This property shall contain the value at which the `ReadingCelsius` property is below normal range. The value of the property shall use the same units as the `ReadingCelsius` property."/> 157 <Annotation Term="Measures.Unit" String="Cel"/> 158 </Property> 159 <Property Name="LowerThresholdCritical" Type="Edm.Decimal"> 160 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 161 <Annotation Term="OData.Description" String="The value at which the reading is below normal range but not yet fatal."/> 162 <Annotation Term="OData.LongDescription" String="This property shall contain the value at which the `ReadingCelsius` property is below the normal range but is not yet fatal. The value of the property shall use the same units as the `ReadingCelsius` property."/> 163 <Annotation Term="Measures.Unit" String="Cel"/> 164 </Property> 165 <Property Name="LowerThresholdFatal" Type="Edm.Decimal"> 166 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 167 <Annotation Term="OData.Description" String="The value at which the reading is below normal range and fatal."/> 168 <Annotation Term="OData.LongDescription" String="This property shall contain the value at which the `ReadingCelsius` property is below the normal range and is fatal. The value of the property shall use the same units as the `ReadingCelsius` property."/> 169 <Annotation Term="Measures.Unit" String="Cel"/> 170 </Property> 171 <Property Name="MinReadingRangeTemp" Type="Edm.Decimal"> 172 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 173 <Annotation Term="OData.Description" String="Minimum value for this sensor."/> 174 <Annotation Term="OData.LongDescription" String="This property shall indicate the lowest possible value for the `ReadingCelsius` property. The value of the property shall use the same units as the `ReadingCelsius` property."/> 175 <Annotation Term="Measures.Unit" String="Cel"/> 176 </Property> 177 <Property Name="MaxReadingRangeTemp" Type="Edm.Decimal"> 178 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 179 <Annotation Term="OData.Description" String="Maximum value for this sensor."/> 180 <Annotation Term="OData.LongDescription" String="This property shall indicate the highest possible value for the `ReadingCelsius` property. The value of the property shall use the same units as the `ReadingCelsius` property."/> 181 <Annotation Term="Measures.Unit" String="Cel"/> 182 </Property> 183 <Property Name="PhysicalContext" Type="PhysicalContext.PhysicalContext" Nullable="false"> 184 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 185 <Annotation Term="OData.Description" String="The area or device to which this temperature measurement applies."/> 186 <Annotation Term="OData.LongDescription" String="This property shall contain a description of the affected device or region within the chassis to which this temperature applies."/> 187 </Property> 188 <NavigationProperty Name="RelatedItem" Type="Collection(Resource.Item)"> 189 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 190 <Annotation Term="OData.Description" String="An array of links to resources or objects that represent areas or devices to which this temperature applies."/> 191 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources or objects that represent areas or devices to which this temperature applies."/> 192 <Annotation Term="OData.AutoExpandReferences"/> 193 </NavigationProperty> 194 </EntityType> 195 196 <EntityType Name="Fan" BaseType="Resource.v1_0_0.ReferenceableMember"> 197 <Property Name="FanName" Type="Edm.String"> 198 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 199 <Annotation Term="OData.Description" String="The name of the fan."/> 200 <Annotation Term="OData.LongDescription" String="This property shall contain the name of the fan."/> 201 <Annotation Term="Redfish.Revisions"> 202 <Collection> 203 <Record> 204 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> 205 <PropertyValue Property="Version" String="v1_1_0"/> 206 <PropertyValue Property="Description" String="This property has been deprecated in favor of the `Name` property."/> 207 </Record> 208 </Collection> 209 </Annotation> 210 </Property> 211 <Property Name="PhysicalContext" Type="PhysicalContext.PhysicalContext" Nullable="false"> 212 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 213 <Annotation Term="OData.Description" String="The area or device associated with this fan."/> 214 <Annotation Term="OData.LongDescription" String="This property shall contain a description of the affected device or region within the chassis with which this fan is associated."/> 215 </Property> 216 <Property Name="Status" Type="Resource.Status" Nullable="false"> 217 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/> 218 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/> 219 </Property> 220 <Property Name="Reading" Type="Edm.Int64"> 221 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 222 <Annotation Term="OData.Description" String="The fan speed."/> 223 <Annotation Term="OData.LongDescription" String="This property shall contain the fan sensor reading."/> 224 </Property> 225 <Property Name="UpperThresholdNonCritical" Type="Edm.Int64"> 226 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 227 <Annotation Term="OData.Description" String="The value at which the reading is above normal range."/> 228 <Annotation Term="OData.LongDescription" String="This property shall contain the value at which the `Reading` property is above the normal range. The value of the property shall use the same units as the `Reading` property."/> 229 </Property> 230 <Property Name="UpperThresholdCritical" Type="Edm.Int64"> 231 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 232 <Annotation Term="OData.Description" String="The value at which the reading is above normal range but not yet fatal."/> 233 <Annotation Term="OData.LongDescription" String="This property shall contain the value at which the `Reading` property is above the normal range but is not yet fatal. The value of the property shall use the same units as the `Reading` property."/> 234 </Property> 235 <Property Name="UpperThresholdFatal" Type="Edm.Int64"> 236 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 237 <Annotation Term="OData.Description" String="The value at which the reading is above normal range and fatal."/> 238 <Annotation Term="OData.LongDescription" String="This property shall contain the value at which the `Reading` property is above the normal range and is fatal. The value of the property shall use the same units as the `Reading` property."/> 239 </Property> 240 <Property Name="LowerThresholdNonCritical" Type="Edm.Int64"> 241 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 242 <Annotation Term="OData.Description" String="The value at which the reading is below normal range."/> 243 <Annotation Term="OData.LongDescription" String="This property shall contain the value at which the `Reading` property is below normal range. The value of the property shall use the same units as the `Reading` property."/> 244 </Property> 245 <Property Name="LowerThresholdCritical" Type="Edm.Int64"> 246 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 247 <Annotation Term="OData.Description" String="The value at which the reading is below normal range but not yet fatal."/> 248 <Annotation Term="OData.LongDescription" String="This property shall contain the value at which the `Reading` property is below the normal range but is not yet fatal. The value of the property shall use the same units as the `Reading` property."/> 249 </Property> 250 <Property Name="LowerThresholdFatal" Type="Edm.Int64"> 251 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 252 <Annotation Term="OData.Description" String="The value at which the reading is below normal range and fatal."/> 253 <Annotation Term="OData.LongDescription" String="This property shall contain the value at which the `Reading` property is below the normal range and is fatal. The value of the property shall use the same units as the `Reading` property."/> 254 </Property> 255 <Property Name="MinReadingRange" Type="Edm.Int64"> 256 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 257 <Annotation Term="OData.Description" String="Minimum value for this sensor."/> 258 <Annotation Term="OData.LongDescription" String="This property shall indicate the lowest possible value for the `Reading` property. The value of the property shall use the same units as the `Reading` property."/> 259 </Property> 260 <Property Name="MaxReadingRange" Type="Edm.Int64"> 261 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 262 <Annotation Term="OData.Description" String="Maximum value for this sensor."/> 263 <Annotation Term="OData.LongDescription" String="This property shall indicate the highest possible value for the `Reading` property. The value of the property shall use the same units as the `Reading` property."/> 264 </Property> 265 <NavigationProperty Name="RelatedItem" Type="Collection(Resource.Item)"> 266 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 267 <Annotation Term="OData.Description" String="An array of links to resources or objects that this fan services."/> 268 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources or objects that this fan services."/> 269 <Annotation Term="OData.AutoExpandReferences"/> 270 </NavigationProperty> 271 <NavigationProperty Name="Redundancy" Type="Collection(Redundancy.Redundancy)"> 272 <Annotation Term="OData.Description" String="The set of redundancy groups for this fan."/> 273 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to the redundancy groups to which this fan belongs."/> 274 <Annotation Term="OData.AutoExpandReferences"/> 275 </NavigationProperty> 276 </EntityType> 277 </Schema> 278 279 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_0_1"> 280 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 281 282 <EntityType Name="Thermal" BaseType="Thermal.v1_0_0.Thermal"/> 283 284 <EntityType Name="Temperature" BaseType="Thermal.v1_0_0.Temperature"/> 285 286 <EntityType Name="Fan" BaseType="Thermal.v1_0_0.Fan"> 287 <Property Name="ReadingUnits" Type="Thermal.v1_0_1.ReadingUnits"> 288 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 289 <Annotation Term="OData.Description" String="The units in which the fan reading and thresholds are measured."/> 290 <Annotation Term="OData.LongDescription" String="This property shall contain the units in which the fan reading and thresholds are measured."/> 291 </Property> 292 </EntityType> 293 294 <EnumType Name="ReadingUnits"> 295 <Member Name="RPM"> 296 <Annotation Term="OData.Description" String="The fan reading and thresholds are measured in revolutions per minute."/> 297 </Member> 298 <Member Name="Percent"> 299 <Annotation Term="OData.Description" String="The fan reading and thresholds are measured as a percentage."/> 300 </Member> 301 </EnumType> 302 </Schema> 303 304 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_0_2"> 305 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 306 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/> 307 <EntityType Name="Thermal" BaseType="Thermal.v1_0_1.Thermal"/> 308 <EntityType Name="Temperature" BaseType="Thermal.v1_0_1.Temperature"/> 309 <EntityType Name="Fan" BaseType="Thermal.v1_0_1.Fan"/> 310 </Schema> 311 312 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_0_3"> 313 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 314 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/> 315 <EntityType Name="Thermal" BaseType="Thermal.v1_0_2.Thermal"/> 316 <EntityType Name="Temperature" BaseType="Thermal.v1_0_2.Temperature"/> 317 <EntityType Name="Fan" BaseType="Thermal.v1_0_2.Fan"/> 318 </Schema> 319 320 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_0_4"> 321 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 322 <Annotation Term="OData.Description" String="This version was created to remove the nullable term on arrays of links."/> 323 <EntityType Name="Thermal" BaseType="Thermal.v1_0_3.Thermal"/> 324 <EntityType Name="Temperature" BaseType="Thermal.v1_0_3.Temperature"/> 325 <EntityType Name="Fan" BaseType="Thermal.v1_0_3.Fan"/> 326 </Schema> 327 328 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_0_5"> 329 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 330 <Annotation Term="OData.Description" String="This version was created to remove the auto expand annotation for the `Redundancy` property inside `Fans`."/> 331 <EntityType Name="Thermal" BaseType="Thermal.v1_0_4.Thermal"/> 332 <EntityType Name="Temperature" BaseType="Thermal.v1_0_4.Temperature"/> 333 <EntityType Name="Fan" BaseType="Thermal.v1_0_4.Fan"/> 334 </Schema> 335 336 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_0_6"> 337 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 338 <Annotation Term="OData.Description" String="This version was created to change `PhysicalContext` to use the unversioned definition."/> 339 <EntityType Name="Thermal" BaseType="Thermal.v1_0_5.Thermal"/> 340 <EntityType Name="Temperature" BaseType="Thermal.v1_0_5.Temperature"/> 341 <EntityType Name="Fan" BaseType="Thermal.v1_0_5.Fan"/> 342 </Schema> 343 344 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_0_7"> 345 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 346 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number."/> 347 <EntityType Name="Thermal" BaseType="Thermal.v1_0_6.Thermal"/> 348 <EntityType Name="Temperature" BaseType="Thermal.v1_0_6.Temperature"/> 349 <EntityType Name="Fan" BaseType="Thermal.v1_0_6.Fan"/> 350 </Schema> 351 352 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_0_8"> 353 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 354 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/> 355 <EntityType Name="Thermal" BaseType="Thermal.v1_0_7.Thermal"/> 356 <EntityType Name="Temperature" BaseType="Thermal.v1_0_7.Temperature"/> 357 <EntityType Name="Fan" BaseType="Thermal.v1_0_7.Fan"/> 358 </Schema> 359 360 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_0_9"> 361 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 362 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/> 363 <EntityType Name="Thermal" BaseType="Thermal.v1_0_8.Thermal"/> 364 <EntityType Name="Temperature" BaseType="Thermal.v1_0_8.Temperature"/> 365 <EntityType Name="Fan" BaseType="Thermal.v1_0_8.Fan"/> 366 </Schema> 367 368 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_0_10"> 369 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 370 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> 371 <EntityType Name="Thermal" BaseType="Thermal.v1_0_9.Thermal"/> 372 <EntityType Name="Temperature" BaseType="Thermal.v1_0_9.Temperature"/> 373 <EntityType Name="Fan" BaseType="Thermal.v1_0_9.Fan"/> 374 </Schema> 375 376 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_0_11"> 377 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 378 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 379 <EntityType Name="Thermal" BaseType="Thermal.v1_0_10.Thermal"/> 380 <EntityType Name="Temperature" BaseType="Thermal.v1_0_10.Temperature"/> 381 <EntityType Name="Fan" BaseType="Thermal.v1_0_10.Fan"/> 382 </Schema> 383 384 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_0_12"> 385 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 386 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology. It was also created to correct various typographical errors."/> 387 <EntityType Name="Thermal" BaseType="Thermal.v1_0_11.Thermal"/> 388 <EntityType Name="Temperature" BaseType="Thermal.v1_0_11.Temperature"/> 389 <EntityType Name="Fan" BaseType="Thermal.v1_0_11.Fan"/> 390 </Schema> 391 392 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_0_13"> 393 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 394 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 395 <EntityType Name="Thermal" BaseType="Thermal.v1_0_12.Thermal"/> 396 <EntityType Name="Temperature" BaseType="Thermal.v1_0_12.Temperature"/> 397 <EntityType Name="Fan" BaseType="Thermal.v1_0_12.Fan"/> 398 </Schema> 399 400 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_0_14"> 401 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 402 <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."/> 403 <EntityType Name="Thermal" BaseType="Thermal.v1_0_13.Thermal"/> 404 <EntityType Name="Temperature" BaseType="Thermal.v1_0_13.Temperature"/> 405 <EntityType Name="Fan" BaseType="Thermal.v1_0_13.Fan"/> 406 </Schema> 407 408 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_1_0"> 409 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 410 <Annotation Term="Redfish.Release" String="2016.1"/> 411 412 <EntityType Name="Thermal" BaseType="Thermal.v1_0_2.Thermal"/> 413 414 <EntityType Name="Temperature" BaseType="Thermal.v1_0_2.Temperature"/> 415 416 <EntityType Name="Fan" BaseType="Thermal.v1_0_2.Fan"> 417 <Property Name="Name" Type="Edm.String"> 418 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 419 <Annotation Term="OData.Description" String="Name of the fan."/> 420 <Annotation Term="OData.LongDescription" String="This property shall contain the name of the fan."/> 421 </Property> 422 </EntityType> 423 </Schema> 424 425 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_1_1"> 426 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 427 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/> 428 <EntityType Name="Thermal" BaseType="Thermal.v1_1_0.Thermal"/> 429 <EntityType Name="Temperature" BaseType="Thermal.v1_1_0.Temperature"/> 430 <EntityType Name="Fan" BaseType="Thermal.v1_1_0.Fan"/> 431 </Schema> 432 433 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_1_2"> 434 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 435 <Annotation Term="OData.Description" String="This version was created to remove the nullable term on arrays of links."/> 436 <EntityType Name="Thermal" BaseType="Thermal.v1_1_1.Thermal"/> 437 <EntityType Name="Temperature" BaseType="Thermal.v1_1_1.Temperature"/> 438 <EntityType Name="Fan" BaseType="Thermal.v1_1_1.Fan"/> 439 </Schema> 440 441 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_1_3"> 442 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 443 <Annotation Term="OData.Description" String="This version was created to remove the auto expand annotation for the `Redundancy` property inside `Fans`."/> 444 <EntityType Name="Thermal" BaseType="Thermal.v1_1_2.Thermal"/> 445 <EntityType Name="Temperature" BaseType="Thermal.v1_1_2.Temperature"/> 446 <EntityType Name="Fan" BaseType="Thermal.v1_1_2.Fan"/> 447 </Schema> 448 449 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_1_4"> 450 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 451 <Annotation Term="OData.Description" String="This version was created to change `PhysicalContext` to use the unversioned definition."/> 452 <EntityType Name="Thermal" BaseType="Thermal.v1_1_3.Thermal"/> 453 <EntityType Name="Temperature" BaseType="Thermal.v1_1_3.Temperature"/> 454 <EntityType Name="Fan" BaseType="Thermal.v1_1_3.Fan"/> 455 </Schema> 456 457 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_1_5"> 458 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 459 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number."/> 460 <EntityType Name="Thermal" BaseType="Thermal.v1_1_4.Thermal"/> 461 <EntityType Name="Temperature" BaseType="Thermal.v1_1_4.Temperature"/> 462 <EntityType Name="Fan" BaseType="Thermal.v1_1_4.Fan"/> 463 </Schema> 464 465 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_1_6"> 466 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 467 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/> 468 <EntityType Name="Thermal" BaseType="Thermal.v1_1_5.Thermal"/> 469 <EntityType Name="Temperature" BaseType="Thermal.v1_1_5.Temperature"/> 470 <EntityType Name="Fan" BaseType="Thermal.v1_1_5.Fan"/> 471 </Schema> 472 473 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_1_7"> 474 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 475 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/> 476 <EntityType Name="Thermal" BaseType="Thermal.v1_1_6.Thermal"/> 477 <EntityType Name="Temperature" BaseType="Thermal.v1_1_6.Temperature"/> 478 <EntityType Name="Fan" BaseType="Thermal.v1_1_6.Fan"/> 479 </Schema> 480 481 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_1_8"> 482 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 483 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> 484 <EntityType Name="Thermal" BaseType="Thermal.v1_1_7.Thermal"/> 485 <EntityType Name="Temperature" BaseType="Thermal.v1_1_7.Temperature"/> 486 <EntityType Name="Fan" BaseType="Thermal.v1_1_7.Fan"/> 487 </Schema> 488 489 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_1_9"> 490 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 491 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 492 <EntityType Name="Thermal" BaseType="Thermal.v1_1_8.Thermal"/> 493 <EntityType Name="Temperature" BaseType="Thermal.v1_1_8.Temperature"/> 494 <EntityType Name="Fan" BaseType="Thermal.v1_1_8.Fan"/> 495 </Schema> 496 497 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_1_10"> 498 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 499 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology. It was also created to correct various typographical errors."/> 500 <EntityType Name="Thermal" BaseType="Thermal.v1_1_9.Thermal"/> 501 <EntityType Name="Temperature" BaseType="Thermal.v1_1_9.Temperature"/> 502 <EntityType Name="Fan" BaseType="Thermal.v1_1_9.Fan"/> 503 </Schema> 504 505 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_1_11"> 506 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 507 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 508 <EntityType Name="Thermal" BaseType="Thermal.v1_1_10.Thermal"/> 509 <EntityType Name="Temperature" BaseType="Thermal.v1_1_10.Temperature"/> 510 <EntityType Name="Fan" BaseType="Thermal.v1_1_10.Fan"/> 511 </Schema> 512 513 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_1_12"> 514 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 515 <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."/> 516 <EntityType Name="Thermal" BaseType="Thermal.v1_1_11.Thermal"/> 517 <EntityType Name="Temperature" BaseType="Thermal.v1_1_11.Temperature"/> 518 <EntityType Name="Fan" BaseType="Thermal.v1_1_11.Fan"/> 519 </Schema> 520 521 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_2_0"> 522 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 523 <Annotation Term="Redfish.Release" String="2016.3"/> 524 525 <EntityType Name="Thermal" BaseType="Thermal.v1_1_1.Thermal"/> 526 527 <EntityType Name="Temperature" BaseType="Thermal.v1_1_1.Temperature"/> 528 529 <EntityType Name="Fan" BaseType="Thermal.v1_1_1.Fan"> 530 <Property Name="Manufacturer" Type="Edm.String"> 531 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 532 <Annotation Term="OData.Description" String="The manufacturer of this fan."/> 533 <Annotation Term="OData.LongDescription" String="This property shall contain the name of the organization responsible for producing the fan. This organization may be the entity from whom the fan is purchased, but this is not necessarily true."/> 534 </Property> 535 <Property Name="Model" Type="Edm.String"> 536 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 537 <Annotation Term="OData.Description" String="The model number for this fan."/> 538 <Annotation Term="OData.LongDescription" String="This property shall contain the model information as defined by the manufacturer for the associated fan."/> 539 </Property> 540 <Property Name="SerialNumber" Type="Edm.String"> 541 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 542 <Annotation Term="OData.Description" String="The serial number for this fan."/> 543 <Annotation Term="OData.LongDescription" String="This property shall contain the serial number as defined by the manufacturer for the associated fan."/> 544 </Property> 545 <Property Name="PartNumber" Type="Edm.String"> 546 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 547 <Annotation Term="OData.Description" String="The part number for this fan."/> 548 <Annotation Term="OData.LongDescription" String="This property shall contain the part number as defined by the manufacturer for the associated fan."/> 549 </Property> 550 <Property Name="SparePartNumber" Type="Edm.String"> 551 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 552 <Annotation Term="OData.Description" String="The spare part number for this fan."/> 553 <Annotation Term="OData.LongDescription" String="This property shall contain the spare or replacement part number as defined by the manufacturer for the associated fan."/> 554 </Property> 555 <Property Name="IndicatorLED" Type="Resource.IndicatorLED"> 556 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 557 <Annotation Term="OData.Description" String="The state of the indicator LED, which identifies this fan."/> 558 <Annotation Term="OData.LongDescription" String="This property shall contain the state of the indicator light associated with this fan."/> 559 </Property> 560 </EntityType> 561 </Schema> 562 563 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_2_1"> 564 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 565 <Annotation Term="OData.Description" String="This version was created to remove the nullable term on arrays of links."/> 566 <EntityType Name="Thermal" BaseType="Thermal.v1_2_0.Thermal"/> 567 <EntityType Name="Temperature" BaseType="Thermal.v1_2_0.Temperature"/> 568 <EntityType Name="Fan" BaseType="Thermal.v1_2_0.Fan"/> 569 </Schema> 570 571 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_2_2"> 572 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 573 <Annotation Term="OData.Description" String="This version was created to remove the auto expand annotation for the `Redundancy` property inside `Fans`."/> 574 <EntityType Name="Thermal" BaseType="Thermal.v1_2_1.Thermal"/> 575 <EntityType Name="Temperature" BaseType="Thermal.v1_2_1.Temperature"/> 576 <EntityType Name="Fan" BaseType="Thermal.v1_2_1.Fan"/> 577 </Schema> 578 579 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_2_3"> 580 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 581 <Annotation Term="OData.Description" String="This version was created to change `PhysicalContext` and `IndicatorLED` to use the unversioned definition."/> 582 <EntityType Name="Thermal" BaseType="Thermal.v1_2_2.Thermal"/> 583 <EntityType Name="Temperature" BaseType="Thermal.v1_2_2.Temperature"/> 584 <EntityType Name="Fan" BaseType="Thermal.v1_2_2.Fan"/> 585 </Schema> 586 587 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_2_4"> 588 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 589 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number."/> 590 <EntityType Name="Thermal" BaseType="Thermal.v1_2_3.Thermal"/> 591 <EntityType Name="Temperature" BaseType="Thermal.v1_2_3.Temperature"/> 592 <EntityType Name="Fan" BaseType="Thermal.v1_2_3.Fan"/> 593 </Schema> 594 595 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_2_5"> 596 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 597 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/> 598 <EntityType Name="Thermal" BaseType="Thermal.v1_2_4.Thermal"/> 599 <EntityType Name="Temperature" BaseType="Thermal.v1_2_4.Temperature"/> 600 <EntityType Name="Fan" BaseType="Thermal.v1_2_4.Fan"/> 601 </Schema> 602 603 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_2_6"> 604 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 605 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/> 606 <EntityType Name="Thermal" BaseType="Thermal.v1_2_5.Thermal"/> 607 <EntityType Name="Temperature" BaseType="Thermal.v1_2_5.Temperature"/> 608 <EntityType Name="Fan" BaseType="Thermal.v1_2_5.Fan"/> 609 </Schema> 610 611 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_2_7"> 612 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 613 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> 614 <EntityType Name="Thermal" BaseType="Thermal.v1_2_6.Thermal"/> 615 <EntityType Name="Temperature" BaseType="Thermal.v1_2_6.Temperature"/> 616 <EntityType Name="Fan" BaseType="Thermal.v1_2_6.Fan"/> 617 </Schema> 618 619 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_2_8"> 620 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 621 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 622 <EntityType Name="Thermal" BaseType="Thermal.v1_2_7.Thermal"/> 623 <EntityType Name="Temperature" BaseType="Thermal.v1_2_7.Temperature"/> 624 <EntityType Name="Fan" BaseType="Thermal.v1_2_7.Fan"/> 625 </Schema> 626 627 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_2_9"> 628 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 629 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology. It was also created to correct various typographical errors."/> 630 <EntityType Name="Thermal" BaseType="Thermal.v1_2_8.Thermal"/> 631 <EntityType Name="Temperature" BaseType="Thermal.v1_2_8.Temperature"/> 632 <EntityType Name="Fan" BaseType="Thermal.v1_2_8.Fan"/> 633 </Schema> 634 635 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_2_10"> 636 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 637 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 638 <EntityType Name="Thermal" BaseType="Thermal.v1_2_9.Thermal"/> 639 <EntityType Name="Temperature" BaseType="Thermal.v1_2_9.Temperature"/> 640 <EntityType Name="Fan" BaseType="Thermal.v1_2_9.Fan"/> 641 </Schema> 642 643 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_2_11"> 644 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 645 <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."/> 646 <EntityType Name="Thermal" BaseType="Thermal.v1_2_10.Thermal"/> 647 <EntityType Name="Temperature" BaseType="Thermal.v1_2_10.Temperature"/> 648 <EntityType Name="Fan" BaseType="Thermal.v1_2_10.Fan"/> 649 </Schema> 650 651 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_3_0"> 652 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 653 <Annotation Term="Redfish.Release" String="2017.1"/> 654 655 <EntityType Name="Thermal" BaseType="Thermal.v1_2_1.Thermal"> 656 <Property Name="Actions" Type="Thermal.v1_3_0.ThermalActions" Nullable="false"> 657 <Annotation Term="OData.Description" String="The available actions for this resource."/> 658 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/> 659 </Property> 660 </EntityType> 661 662 <EntityType Name="Temperature" BaseType="Thermal.v1_2_1.Temperature"> 663 <Property Name="Actions" Type="Thermal.v1_3_0.TemperatureActions" Nullable="false"> 664 <Annotation Term="OData.Description" String="The available actions for this resource."/> 665 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/> 666 </Property> 667 </EntityType> 668 669 <EntityType Name="Fan" BaseType="Thermal.v1_2_1.Fan"> 670 <Property Name="Actions" Type="Thermal.v1_3_0.FanActions" Nullable="false"> 671 <Annotation Term="OData.Description" String="The available actions for this resource."/> 672 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/> 673 </Property> 674 </EntityType> 675 676 <ComplexType Name="ThermalActions"> 677 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 678 <Annotation Term="OData.Description" String="The available actions for this resource."/> 679 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/> 680 <Property Name="Oem" Type="Thermal.v1_3_0.ThermalOemActions" Nullable="false"> 681 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 682 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/> 683 </Property> 684 </ComplexType> 685 686 <ComplexType Name="ThermalOemActions"> 687 <Annotation Term="OData.AdditionalProperties" Bool="true"/> 688 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 689 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/> 690 </ComplexType> 691 692 <ComplexType Name="TemperatureActions"> 693 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 694 <Annotation Term="OData.Description" String="The available actions for this resource."/> 695 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/> 696 <Property Name="Oem" Type="Thermal.v1_3_0.TemperatureOemActions" Nullable="false"> 697 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 698 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/> 699 </Property> 700 </ComplexType> 701 702 <ComplexType Name="TemperatureOemActions"> 703 <Annotation Term="OData.AdditionalProperties" Bool="true"/> 704 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 705 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/> 706 </ComplexType> 707 708 <ComplexType Name="FanActions"> 709 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 710 <Annotation Term="OData.Description" String="The available actions for this resource."/> 711 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/> 712 <Property Name="Oem" Type="Thermal.v1_3_0.FanOemActions" Nullable="false"> 713 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 714 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/> 715 </Property> 716 </ComplexType> 717 718 <ComplexType Name="FanOemActions"> 719 <Annotation Term="OData.AdditionalProperties" Bool="true"/> 720 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 721 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/> 722 </ComplexType> 723 </Schema> 724 725 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_3_1"> 726 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 727 <Annotation Term="OData.Description" String="This version was created to remove the auto expand annotation for the `Redundancy` property inside `Fans`."/> 728 <EntityType Name="Thermal" BaseType="Thermal.v1_3_0.Thermal"/> 729 <EntityType Name="Temperature" BaseType="Thermal.v1_3_0.Temperature"/> 730 <EntityType Name="Fan" BaseType="Thermal.v1_3_0.Fan"/> 731 </Schema> 732 733 734 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_3_2"> 735 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 736 <Annotation Term="OData.Description" String="This version was created to change `PhysicalContext` and `IndicatorLED` to use the unversioned definition."/> 737 <EntityType Name="Thermal" BaseType="Thermal.v1_3_1.Thermal"/> 738 <EntityType Name="Temperature" BaseType="Thermal.v1_3_1.Temperature"/> 739 <EntityType Name="Fan" BaseType="Thermal.v1_3_1.Fan"/> 740 </Schema> 741 742 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_3_3"> 743 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 744 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number."/> 745 <EntityType Name="Thermal" BaseType="Thermal.v1_3_2.Thermal"/> 746 <EntityType Name="Temperature" BaseType="Thermal.v1_3_2.Temperature"/> 747 <EntityType Name="Fan" BaseType="Thermal.v1_3_2.Fan"/> 748 </Schema> 749 750 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_3_4"> 751 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 752 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/> 753 <EntityType Name="Thermal" BaseType="Thermal.v1_3_3.Thermal"/> 754 <EntityType Name="Temperature" BaseType="Thermal.v1_3_3.Temperature"/> 755 <EntityType Name="Fan" BaseType="Thermal.v1_3_3.Fan"/> 756 </Schema> 757 758 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_3_5"> 759 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 760 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/> 761 <EntityType Name="Thermal" BaseType="Thermal.v1_3_4.Thermal"/> 762 <EntityType Name="Temperature" BaseType="Thermal.v1_3_4.Temperature"/> 763 <EntityType Name="Fan" BaseType="Thermal.v1_3_4.Fan"/> 764 </Schema> 765 766 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_3_6"> 767 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 768 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> 769 <EntityType Name="Thermal" BaseType="Thermal.v1_3_5.Thermal"/> 770 <EntityType Name="Temperature" BaseType="Thermal.v1_3_5.Temperature"/> 771 <EntityType Name="Fan" BaseType="Thermal.v1_3_5.Fan"/> 772 </Schema> 773 774 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_3_7"> 775 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 776 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 777 <EntityType Name="Thermal" BaseType="Thermal.v1_3_6.Thermal"/> 778 <EntityType Name="Temperature" BaseType="Thermal.v1_3_6.Temperature"/> 779 <EntityType Name="Fan" BaseType="Thermal.v1_3_6.Fan"/> 780 </Schema> 781 782 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_3_8"> 783 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 784 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology. It was also created to correct various typographical errors."/> 785 <EntityType Name="Thermal" BaseType="Thermal.v1_3_7.Thermal"/> 786 <EntityType Name="Temperature" BaseType="Thermal.v1_3_7.Temperature"/> 787 <EntityType Name="Fan" BaseType="Thermal.v1_3_7.Fan"/> 788 </Schema> 789 790 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_3_9"> 791 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 792 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 793 <EntityType Name="Thermal" BaseType="Thermal.v1_3_8.Thermal"/> 794 <EntityType Name="Temperature" BaseType="Thermal.v1_3_8.Temperature"/> 795 <EntityType Name="Fan" BaseType="Thermal.v1_3_8.Fan"/> 796 </Schema> 797 798 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_3_10"> 799 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 800 <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."/> 801 <EntityType Name="Thermal" BaseType="Thermal.v1_3_9.Thermal"/> 802 <EntityType Name="Temperature" BaseType="Thermal.v1_3_9.Temperature"/> 803 <EntityType Name="Fan" BaseType="Thermal.v1_3_9.Fan"/> 804 </Schema> 805 806 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_4_0"> 807 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 808 <Annotation Term="Redfish.Release" String="2017.3"/> 809 810 <EntityType Name="Thermal" BaseType="Thermal.v1_3_2.Thermal"/> 811 812 <EntityType Name="Temperature" BaseType="Thermal.v1_3_2.Temperature"> 813 <Property Name="DeltaReadingCelsius" Type="Edm.Decimal"> 814 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 815 <Annotation Term="OData.Description" String="The delta temperature reading."/> 816 <Annotation Term="OData.LongDescription" String="This property shall contain the delta of the values of the temperature readings across this sensor and the sensor at `DeltaPhysicalContext`."/> 817 <Annotation Term="Measures.Unit" String="Cel"/> 818 </Property> 819 <Property Name="DeltaPhysicalContext" Type="PhysicalContext.PhysicalContext" Nullable="false"> 820 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 821 <Annotation Term="OData.Description" String="The area or device to which the `DeltaReadingCelsius` temperature measurement applies, relative to `PhysicalContext`."/> 822 <Annotation Term="OData.LongDescription" String="This property shall contain a description of the affected device or region within the chassis to which the `DeltaReadingCelsius` temperature measurement applies, relative to `PhysicalContext`."/> 823 </Property> 824 <Property Name="MaxAllowableOperatingValue" Type="Edm.Int64"> 825 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 826 <Annotation Term="OData.Description" String="Maximum allowable operating temperature for this equipment."/> 827 <Annotation Term="OData.LongDescription" String="This property shall indicate the maximum allowable operating temperature for the equipment monitored by this temperature sensor, as specified by a standards body, manufacturer, or a combination."/> 828 <Annotation Term="Measures.Unit" String="Cel"/> 829 </Property> 830 <Property Name="MinAllowableOperatingValue" Type="Edm.Int64"> 831 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 832 <Annotation Term="OData.Description" String="Minimum allowable operating temperature for this equipment."/> 833 <Annotation Term="OData.LongDescription" String="This property shall indicate the minimum allowable operating temperature for the equipment monitored by this temperature sensor, as specified by a standards body, manufacturer, or a combination."/> 834 <Annotation Term="Measures.Unit" String="Cel"/> 835 </Property> 836 <Property Name="AdjustedMaxAllowableOperatingValue" Type="Edm.Int64"> 837 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 838 <Annotation Term="OData.Description" String="Adjusted maximum allowable operating temperature for this equipment based on the current environmental conditions present."/> 839 <Annotation Term="OData.LongDescription" String="This property shall indicate the adjusted maximum allowable operating temperature for the equipment monitored by this temperature sensor, as specified by a standards body, manufacturer, or a combination, and adjusted based on environmental conditions present. For example, liquid inlet temperature can be adjusted based on the available liquid pressure."/> 840 <Annotation Term="Measures.Unit" String="Cel"/> 841 </Property> 842 <Property Name="AdjustedMinAllowableOperatingValue" Type="Edm.Int64"> 843 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 844 <Annotation Term="OData.Description" String="Adjusted minimum allowable operating temperature for this equipment based on the current environmental conditions present."/> 845 <Annotation Term="OData.LongDescription" String="This property shall indicate the adjusted minimum allowable operating temperature for the equipment monitored by this temperature sensor, as specified by a standards body, manufacturer, or a combination, and adjusted based on environmental conditions present. For example, liquid inlet temperature can be adjusted based on the available liquid pressure."/> 846 <Annotation Term="Measures.Unit" String="Cel"/> 847 </Property> 848 </EntityType> 849 850 <EntityType Name="Fan" BaseType="Thermal.v1_3_2.Fan"> 851 <Property Name="HotPluggable" Type="Edm.Boolean"> 852 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 853 <Annotation Term="OData.Description" String="An indication of whether this device can be inserted or removed while the equipment is in operation."/> 854 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the device can be inserted or removed while the underlying equipment otherwise remains in its current operational state. Hot-pluggable devices can become operable without altering the operational state of the underlying equipment. Devices that cannot be inserted or removed from equipment in operation, or devices that cannot become operable without affecting the operational state of that equipment, shall not be hot-pluggable."/> 855 </Property> 856 <Property Name="Location" Type="Resource.Location" Nullable="false"> 857 <Annotation Term="OData.Description" String="The location of the fan."/> 858 <Annotation Term="OData.LongDescription" String="This property shall contain the location information of the associated fan."/> 859 </Property> 860 <NavigationProperty Name="Assembly" Type="Assembly.Assembly" ContainsTarget="true" Nullable="false"> 861 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 862 <Annotation Term="OData.Description" String="The link to the assembly associated with this fan."/> 863 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type `Assembly`."/> 864 <Annotation Term="OData.AutoExpandReferences"/> 865 </NavigationProperty> 866 </EntityType> 867 </Schema> 868 869 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_4_1"> 870 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 871 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number."/> 872 <EntityType Name="Thermal" BaseType="Thermal.v1_4_0.Thermal"/> 873 <EntityType Name="Temperature" BaseType="Thermal.v1_4_0.Temperature"/> 874 <EntityType Name="Fan" BaseType="Thermal.v1_4_0.Fan"/> 875 </Schema> 876 877 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_4_2"> 878 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 879 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/> 880 <EntityType Name="Thermal" BaseType="Thermal.v1_4_1.Thermal"/> 881 <EntityType Name="Temperature" BaseType="Thermal.v1_4_1.Temperature"/> 882 <EntityType Name="Fan" BaseType="Thermal.v1_4_1.Fan"/> 883 </Schema> 884 885 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_4_3"> 886 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 887 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/> 888 <EntityType Name="Thermal" BaseType="Thermal.v1_4_2.Thermal"/> 889 <EntityType Name="Temperature" BaseType="Thermal.v1_4_2.Temperature"/> 890 <EntityType Name="Fan" BaseType="Thermal.v1_4_2.Fan"/> 891 </Schema> 892 893 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_4_4"> 894 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 895 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> 896 <EntityType Name="Thermal" BaseType="Thermal.v1_4_3.Thermal"/> 897 <EntityType Name="Temperature" BaseType="Thermal.v1_4_3.Temperature"/> 898 <EntityType Name="Fan" BaseType="Thermal.v1_4_3.Fan"/> 899 </Schema> 900 901 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_4_5"> 902 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 903 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 904 <EntityType Name="Thermal" BaseType="Thermal.v1_4_4.Thermal"/> 905 <EntityType Name="Temperature" BaseType="Thermal.v1_4_4.Temperature"/> 906 <EntityType Name="Fan" BaseType="Thermal.v1_4_4.Fan"/> 907 </Schema> 908 909 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_4_6"> 910 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 911 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 912 <EntityType Name="Thermal" BaseType="Thermal.v1_4_5.Thermal"/> 913 <EntityType Name="Temperature" BaseType="Thermal.v1_4_5.Temperature"/> 914 <EntityType Name="Fan" BaseType="Thermal.v1_4_5.Fan"/> 915 </Schema> 916 917 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_4_7"> 918 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 919 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology. It was also created to correct various typographical errors."/> 920 <EntityType Name="Thermal" BaseType="Thermal.v1_4_6.Thermal"/> 921 <EntityType Name="Temperature" BaseType="Thermal.v1_4_6.Temperature"/> 922 <EntityType Name="Fan" BaseType="Thermal.v1_4_6.Fan"/> 923 </Schema> 924 925 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_4_8"> 926 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 927 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 928 <EntityType Name="Thermal" BaseType="Thermal.v1_4_7.Thermal"/> 929 <EntityType Name="Temperature" BaseType="Thermal.v1_4_7.Temperature"/> 930 <EntityType Name="Fan" BaseType="Thermal.v1_4_7.Fan"/> 931 </Schema> 932 933 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_4_9"> 934 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 935 <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."/> 936 <EntityType Name="Thermal" BaseType="Thermal.v1_4_8.Thermal"/> 937 <EntityType Name="Temperature" BaseType="Thermal.v1_4_8.Temperature"/> 938 <EntityType Name="Fan" BaseType="Thermal.v1_4_8.Fan"/> 939 </Schema> 940 941 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_5_0"> 942 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 943 <Annotation Term="Redfish.Release" String="2018.2"/> 944 945 <EntityType Name="Thermal" BaseType="Thermal.v1_4_1.Thermal"/> 946 947 <EntityType Name="Temperature" BaseType="Thermal.v1_4_1.Temperature"/> 948 949 <EntityType Name="Fan" BaseType="Thermal.v1_4_1.Fan"> 950 <Property Name="SensorNumber" Type="Edm.Int64"> 951 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 952 <Annotation Term="OData.Description" String="The numerical identifier for this fan speed sensor."/> 953 <Annotation Term="OData.LongDescription" String="This property shall contain a numerical identifier for this fan speed sensor that is unique within this resource."/> 954 </Property> 955 </EntityType> 956 </Schema> 957 958 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_5_1"> 959 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 960 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/> 961 <EntityType Name="Thermal" BaseType="Thermal.v1_5_0.Thermal"/> 962 <EntityType Name="Temperature" BaseType="Thermal.v1_5_0.Temperature"/> 963 <EntityType Name="Fan" BaseType="Thermal.v1_5_0.Fan"/> 964 </Schema> 965 966 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_5_2"> 967 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 968 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/> 969 <EntityType Name="Thermal" BaseType="Thermal.v1_5_1.Thermal"/> 970 <EntityType Name="Temperature" BaseType="Thermal.v1_5_1.Temperature"/> 971 <EntityType Name="Fan" BaseType="Thermal.v1_5_1.Fan"/> 972 </Schema> 973 974 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_5_3"> 975 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 976 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> 977 <EntityType Name="Thermal" BaseType="Thermal.v1_5_2.Thermal"/> 978 <EntityType Name="Temperature" BaseType="Thermal.v1_5_2.Temperature"/> 979 <EntityType Name="Fan" BaseType="Thermal.v1_5_2.Fan"/> 980 </Schema> 981 982 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_5_4"> 983 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 984 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 985 <EntityType Name="Thermal" BaseType="Thermal.v1_5_3.Thermal"/> 986 <EntityType Name="Temperature" BaseType="Thermal.v1_5_3.Temperature"/> 987 <EntityType Name="Fan" BaseType="Thermal.v1_5_3.Fan"/> 988 </Schema> 989 990 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_5_5"> 991 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 992 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 993 <EntityType Name="Thermal" BaseType="Thermal.v1_5_4.Thermal"/> 994 <EntityType Name="Temperature" BaseType="Thermal.v1_5_4.Temperature"/> 995 <EntityType Name="Fan" BaseType="Thermal.v1_5_4.Fan"/> 996 </Schema> 997 998 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_5_6"> 999 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1000 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology. It was also created to correct various typographical errors."/> 1001 1002 <EntityType Name="Thermal" BaseType="Thermal.v1_5_5.Thermal"/> 1003 <EntityType Name="Temperature" BaseType="Thermal.v1_5_5.Temperature"/> 1004 <EntityType Name="Fan" BaseType="Thermal.v1_5_5.Fan"/> 1005 </Schema> 1006 1007 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_5_7"> 1008 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1009 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1010 <EntityType Name="Thermal" BaseType="Thermal.v1_5_6.Thermal"/> 1011 <EntityType Name="Temperature" BaseType="Thermal.v1_5_6.Temperature"/> 1012 <EntityType Name="Fan" BaseType="Thermal.v1_5_6.Fan"/> 1013 </Schema> 1014 1015 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_5_8"> 1016 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1017 <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."/> 1018 <EntityType Name="Thermal" BaseType="Thermal.v1_5_7.Thermal"/> 1019 <EntityType Name="Temperature" BaseType="Thermal.v1_5_7.Temperature"/> 1020 <EntityType Name="Fan" BaseType="Thermal.v1_5_7.Fan"/> 1021 </Schema> 1022 1023 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_6_0"> 1024 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1025 <Annotation Term="Redfish.Release" String="2019.4"/> 1026 1027 <EntityType Name="Thermal" BaseType="Thermal.v1_5_3.Thermal"/> 1028 1029 <EntityType Name="Temperature" BaseType="Thermal.v1_5_3.Temperature"> 1030 <Property Name="UpperThresholdUser" Type="Edm.Int64"> 1031 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1032 <Annotation Term="OData.Description" String="The value at which the reading is above the user-defined range."/> 1033 <Annotation Term="OData.LongDescription" String="This property shall contain the value at which the `ReadingCelsius` property is above the user-defined range. The value of the property shall use the same units as the `ReadingCelsius` property. The value shall be equal to the value of `UpperThresholdNonCritical`, `UpperThresholdCritical`, or `UpperThresholdFatal`, unless set by a user."/> 1034 <Annotation Term="Measures.Unit" String="Cel"/> 1035 </Property> 1036 <Property Name="LowerThresholdUser" Type="Edm.Int64"> 1037 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1038 <Annotation Term="OData.Description" String="The value at which the reading is below the user-defined range."/> 1039 <Annotation Term="OData.LongDescription" String="This property shall contain the value at which the `ReadingCelsius` property is below the user-defined range. The value of the property shall use the same units as the `ReadingCelsius` property. The value shall be equal to the value of `LowerThresholdNonCritical`, `LowerThresholdCritical`, or `LowerThresholdFatal`, unless set by a user."/> 1040 <Annotation Term="Measures.Unit" String="Cel"/> 1041 </Property> 1042 </EntityType> 1043 1044 <EntityType Name="Fan" BaseType="Thermal.v1_5_3.Fan"/> 1045 </Schema> 1046 1047 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_6_1"> 1048 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1049 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1050 <EntityType Name="Thermal" BaseType="Thermal.v1_6_0.Thermal"/> 1051 <EntityType Name="Temperature" BaseType="Thermal.v1_6_0.Temperature"/> 1052 <EntityType Name="Fan" BaseType="Thermal.v1_6_0.Fan"/> 1053 </Schema> 1054 1055 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_6_2"> 1056 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1057 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1058 <EntityType Name="Thermal" BaseType="Thermal.v1_6_1.Thermal"/> 1059 <EntityType Name="Temperature" BaseType="Thermal.v1_6_1.Temperature"/> 1060 <EntityType Name="Fan" BaseType="Thermal.v1_6_1.Fan"/> 1061 </Schema> 1062 1063 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_6_3"> 1064 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1065 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology. It was also created to correct various typographical errors."/> 1066 <EntityType Name="Thermal" BaseType="Thermal.v1_6_2.Thermal"/> 1067 <EntityType Name="Temperature" BaseType="Thermal.v1_6_2.Temperature"/> 1068 <EntityType Name="Fan" BaseType="Thermal.v1_6_2.Fan"/> 1069 </Schema> 1070 1071 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_6_4"> 1072 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1073 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1074 <EntityType Name="Thermal" BaseType="Thermal.v1_6_3.Thermal"/> 1075 <EntityType Name="Temperature" BaseType="Thermal.v1_6_3.Temperature"/> 1076 <EntityType Name="Fan" BaseType="Thermal.v1_6_3.Fan"/> 1077 </Schema> 1078 1079 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_6_5"> 1080 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1081 <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."/> 1082 <EntityType Name="Thermal" BaseType="Thermal.v1_6_4.Thermal"/> 1083 <EntityType Name="Temperature" BaseType="Thermal.v1_6_4.Temperature"/> 1084 <EntityType Name="Fan" BaseType="Thermal.v1_6_4.Fan"/> 1085 </Schema> 1086 1087 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_7_0"> 1088 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1089 <Annotation Term="Redfish.Release" String="2020.4"/> 1090 <Annotation Term="OData.Description" String="This version was created to deprecate the schema."/> 1091 1092 <EntityType Name="Thermal" BaseType="Thermal.v1_6_2.Thermal"/> 1093 1094 <EntityType Name="Temperature" BaseType="Thermal.v1_6_2.Temperature"/> 1095 1096 <EntityType Name="Fan" BaseType="Thermal.v1_6_2.Fan"/> 1097 </Schema> 1098 1099 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_7_1"> 1100 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1101 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology. It was also created to correct various typographical errors."/> 1102 <EntityType Name="Thermal" BaseType="Thermal.v1_7_0.Thermal"/> 1103 <EntityType Name="Temperature" BaseType="Thermal.v1_7_0.Temperature"/> 1104 <EntityType Name="Fan" BaseType="Thermal.v1_7_0.Fan"/> 1105 </Schema> 1106 1107 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_7_2"> 1108 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1109 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1110 <EntityType Name="Thermal" BaseType="Thermal.v1_7_1.Thermal"/> 1111 <EntityType Name="Temperature" BaseType="Thermal.v1_7_1.Temperature"/> 1112 <EntityType Name="Fan" BaseType="Thermal.v1_7_1.Fan"/> 1113 </Schema> 1114 1115 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_7_3"> 1116 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1117 <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."/> 1118 <EntityType Name="Thermal" BaseType="Thermal.v1_7_2.Thermal"/> 1119 <EntityType Name="Temperature" BaseType="Thermal.v1_7_2.Temperature"/> 1120 <EntityType Name="Fan" BaseType="Thermal.v1_7_2.Fan"/> 1121 </Schema> 1122 1123 </edmx:DataServices> 1124</edmx:Edmx> 1125