1720c9898SEd Tanous<?xml version="1.0" encoding="UTF-8"?> 2720c9898SEd Tanous<!----> 3720c9898SEd Tanous<!--################################################################################ --> 4f2a8e57eSGunnar Mills<!--# Redfish Schema: Thermal v1.7.3 --> 5720c9898SEd Tanous<!--# --> 6720c9898SEd Tanous<!--# For a detailed change log, see the README file contained in the DSP8010 bundle, --> 7720c9898SEd Tanous<!--# available at http://www.dmtf.org/standards/redfish --> 8*d125652eSGunnar Mills<!--# Copyright 2014-2025 DMTF. --> 9720c9898SEd Tanous<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright --> 10720c9898SEd Tanous<!--################################################################################ --> 11720c9898SEd Tanous<!----> 12720c9898SEd Tanous<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0"> 13720c9898SEd Tanous <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml"> 14720c9898SEd Tanous <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/> 15720c9898SEd Tanous </edmx:Reference> 16720c9898SEd Tanous <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml"> 17720c9898SEd Tanous <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/> 18720c9898SEd Tanous </edmx:Reference> 19720c9898SEd Tanous <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml"> 20720c9898SEd Tanous <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/> 21720c9898SEd Tanous </edmx:Reference> 22720c9898SEd Tanous <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml"> 23720c9898SEd Tanous <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/> 24720c9898SEd Tanous </edmx:Reference> 25720c9898SEd Tanous <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml"> 26720c9898SEd Tanous <edmx:Include Namespace="Resource"/> 27720c9898SEd Tanous <edmx:Include Namespace="Resource.v1_0_0"/> 28720c9898SEd Tanous </edmx:Reference> 29720c9898SEd Tanous <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PhysicalContext_v1.xml"> 30720c9898SEd Tanous <edmx:Include Namespace="PhysicalContext"/> 31720c9898SEd Tanous </edmx:Reference> 32720c9898SEd Tanous <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Redundancy_v1.xml"> 33720c9898SEd Tanous <edmx:Include Namespace="Redundancy"/> 34720c9898SEd Tanous </edmx:Reference> 35720c9898SEd Tanous <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Assembly_v1.xml"> 36720c9898SEd Tanous <edmx:Include Namespace="Assembly"/> 37720c9898SEd Tanous </edmx:Reference> 38720c9898SEd Tanous 39720c9898SEd Tanous <edmx:DataServices> 40720c9898SEd Tanous 41720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal"> 42720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 43f2a8e57eSGunnar Mills <Annotation Term="Redfish.Language" String="en"/> 44720c9898SEd Tanous 45720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Resource.v1_0_0.Resource" Abstract="true"> 46f2a8e57eSGunnar Mills <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."/> 47720c9898SEd Tanous <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."/> 48720c9898SEd Tanous <Annotation Term="Capabilities.InsertRestrictions"> 49720c9898SEd Tanous <Record> 50720c9898SEd Tanous <PropertyValue Property="Insertable" Bool="false"/> 51720c9898SEd Tanous </Record> 52720c9898SEd Tanous </Annotation> 53720c9898SEd Tanous <Annotation Term="Capabilities.UpdateRestrictions"> 54720c9898SEd Tanous <Record> 55720c9898SEd Tanous <PropertyValue Property="Updatable" Bool="true"/> 56720c9898SEd Tanous <Annotation Term="OData.Description" String="Any writable properties can be updated."/> 57720c9898SEd Tanous </Record> 58720c9898SEd Tanous </Annotation> 59720c9898SEd Tanous <Annotation Term="Capabilities.DeleteRestrictions"> 60720c9898SEd Tanous <Record> 61720c9898SEd Tanous <PropertyValue Property="Deletable" Bool="false"/> 62720c9898SEd Tanous </Record> 63720c9898SEd Tanous </Annotation> 64720c9898SEd Tanous <Annotation Term="Redfish.Uris"> 65720c9898SEd Tanous <Collection> 66720c9898SEd Tanous <String>/redfish/v1/Chassis/{ChassisId}/Thermal</String> 67720c9898SEd Tanous </Collection> 68720c9898SEd Tanous </Annotation> 69720c9898SEd Tanous <Annotation Term="Redfish.DeprecatedUris"> 70720c9898SEd Tanous <Collection> 71720c9898SEd Tanous <String>/redfish/v1/Chassis/{ChassisId}/Thermal</String> 72720c9898SEd Tanous </Collection> 73720c9898SEd Tanous </Annotation> 74720c9898SEd Tanous <Annotation Term="Redfish.Revisions"> 75720c9898SEd Tanous <Collection> 76720c9898SEd Tanous <Record> 77720c9898SEd Tanous <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> 78720c9898SEd Tanous <PropertyValue Property="Version" String="v1_7_0"/> 79f2a8e57eSGunnar Mills <PropertyValue Property="Description" String="This schema has been deprecated in favor of the `ThermalSubsystem` schema."/> 80720c9898SEd Tanous </Record> 81720c9898SEd Tanous </Collection> 82720c9898SEd Tanous </Annotation> 83720c9898SEd Tanous </EntityType> 84720c9898SEd Tanous </Schema> 85720c9898SEd Tanous 86720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_0_0"> 87720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 88720c9898SEd Tanous <Annotation Term="Redfish.Release" String="1.0"/> 89720c9898SEd Tanous 90720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.Thermal"> 91720c9898SEd Tanous <NavigationProperty Name="Temperatures" Type="Collection(Thermal.v1_0_0.Temperature)" ContainsTarget="true"> 92720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 93720c9898SEd Tanous <Annotation Term="OData.Description" String="The set of temperature sensors for this chassis."/> 94720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the set of temperature sensors for this chassis."/> 95720c9898SEd Tanous <Annotation Term="OData.AutoExpand"/> 96720c9898SEd Tanous </NavigationProperty> 97720c9898SEd Tanous <NavigationProperty Name="Fans" Type="Collection(Thermal.v1_0_0.Fan)" ContainsTarget="true"> 98720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 99720c9898SEd Tanous <Annotation Term="OData.Description" String="The set of fans for this chassis."/> 100720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the set of fans for this chassis."/> 101720c9898SEd Tanous <Annotation Term="OData.AutoExpand"/> 102720c9898SEd Tanous </NavigationProperty> 103720c9898SEd Tanous <NavigationProperty Name="Redundancy" Type="Collection(Redundancy.Redundancy)" ContainsTarget="true"> 104720c9898SEd Tanous <Annotation Term="OData.Description" String="The redundancy information for the set of fans in this chassis."/> 105720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain redundancy information for the fans in this chassis."/> 106720c9898SEd Tanous <Annotation Term="OData.AutoExpand"/> 107720c9898SEd Tanous </NavigationProperty> 108720c9898SEd Tanous <Property Name="Status" Type="Resource.Status" Nullable="false"> 109720c9898SEd Tanous <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/> 110720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/> 111720c9898SEd Tanous </Property> 112720c9898SEd Tanous </EntityType> 113720c9898SEd Tanous 114720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Resource.v1_0_0.ReferenceableMember"> 115720c9898SEd Tanous <Property Name="Name" Type="Edm.String"> 116720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 117720c9898SEd Tanous <Annotation Term="OData.Description" String="The temperature sensor name."/> 118720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the name of the temperature sensor."/> 119720c9898SEd Tanous </Property> 120720c9898SEd Tanous <Property Name="SensorNumber" Type="Edm.Int64"> 121720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 122720c9898SEd Tanous <Annotation Term="OData.Description" String="The numerical identifier of the temperature sensor."/> 123720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain a numerical identifier for this temperature sensor that is unique within this resource."/> 124720c9898SEd Tanous </Property> 125720c9898SEd Tanous <Property Name="Status" Type="Resource.Status" Nullable="false"> 126720c9898SEd Tanous <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/> 127720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/> 128720c9898SEd Tanous </Property> 129720c9898SEd Tanous <Property Name="ReadingCelsius" Type="Edm.Decimal"> 130720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 131720c9898SEd Tanous <Annotation Term="OData.Description" String="The temperature (C)."/> 132720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the temperature in degree Celsius units."/> 133720c9898SEd Tanous <Annotation Term="Measures.Unit" String="Cel"/> 134720c9898SEd Tanous </Property> 135720c9898SEd Tanous <Property Name="UpperThresholdNonCritical" Type="Edm.Decimal"> 136720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 137720c9898SEd Tanous <Annotation Term="OData.Description" String="The value at which the reading is above normal range."/> 138f2a8e57eSGunnar Mills <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."/> 139720c9898SEd Tanous <Annotation Term="Measures.Unit" String="Cel"/> 140720c9898SEd Tanous </Property> 141720c9898SEd Tanous <Property Name="UpperThresholdCritical" Type="Edm.Decimal"> 142720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 143720c9898SEd Tanous <Annotation Term="OData.Description" String="The value at which the reading is above normal range but not yet fatal."/> 144f2a8e57eSGunnar Mills <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."/> 145720c9898SEd Tanous <Annotation Term="Measures.Unit" String="Cel"/> 146720c9898SEd Tanous </Property> 147720c9898SEd Tanous <Property Name="UpperThresholdFatal" Type="Edm.Decimal"> 148720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 149720c9898SEd Tanous <Annotation Term="OData.Description" String="The value at which the reading is above normal range and fatal."/> 150f2a8e57eSGunnar Mills <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."/> 151720c9898SEd Tanous <Annotation Term="Measures.Unit" String="Cel"/> 152720c9898SEd Tanous </Property> 153720c9898SEd Tanous <Property Name="LowerThresholdNonCritical" Type="Edm.Decimal"> 154720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 155720c9898SEd Tanous <Annotation Term="OData.Description" String="The value at which the reading is below normal range."/> 156f2a8e57eSGunnar Mills <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."/> 157720c9898SEd Tanous <Annotation Term="Measures.Unit" String="Cel"/> 158720c9898SEd Tanous </Property> 159720c9898SEd Tanous <Property Name="LowerThresholdCritical" Type="Edm.Decimal"> 160720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 161720c9898SEd Tanous <Annotation Term="OData.Description" String="The value at which the reading is below normal range but not yet fatal."/> 162f2a8e57eSGunnar Mills <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."/> 163720c9898SEd Tanous <Annotation Term="Measures.Unit" String="Cel"/> 164720c9898SEd Tanous </Property> 165720c9898SEd Tanous <Property Name="LowerThresholdFatal" Type="Edm.Decimal"> 166720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 167720c9898SEd Tanous <Annotation Term="OData.Description" String="The value at which the reading is below normal range and fatal."/> 168f2a8e57eSGunnar Mills <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."/> 169720c9898SEd Tanous <Annotation Term="Measures.Unit" String="Cel"/> 170720c9898SEd Tanous </Property> 171720c9898SEd Tanous <Property Name="MinReadingRangeTemp" Type="Edm.Decimal"> 172720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 173720c9898SEd Tanous <Annotation Term="OData.Description" String="Minimum value for this sensor."/> 174f2a8e57eSGunnar Mills <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."/> 175720c9898SEd Tanous <Annotation Term="Measures.Unit" String="Cel"/> 176720c9898SEd Tanous </Property> 177720c9898SEd Tanous <Property Name="MaxReadingRangeTemp" Type="Edm.Decimal"> 178720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 179720c9898SEd Tanous <Annotation Term="OData.Description" String="Maximum value for this sensor."/> 180f2a8e57eSGunnar Mills <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."/> 181720c9898SEd Tanous <Annotation Term="Measures.Unit" String="Cel"/> 182720c9898SEd Tanous </Property> 183720c9898SEd Tanous <Property Name="PhysicalContext" Type="PhysicalContext.PhysicalContext" Nullable="false"> 184720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 185720c9898SEd Tanous <Annotation Term="OData.Description" String="The area or device to which this temperature measurement applies."/> 186720c9898SEd Tanous <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."/> 187720c9898SEd Tanous </Property> 188720c9898SEd Tanous <NavigationProperty Name="RelatedItem" Type="Collection(Resource.Item)"> 189720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 190720c9898SEd Tanous <Annotation Term="OData.Description" String="An array of links to resources or objects that represent areas or devices to which this temperature applies."/> 191720c9898SEd Tanous <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."/> 192720c9898SEd Tanous <Annotation Term="OData.AutoExpandReferences"/> 193720c9898SEd Tanous </NavigationProperty> 194720c9898SEd Tanous </EntityType> 195720c9898SEd Tanous 196720c9898SEd Tanous <EntityType Name="Fan" BaseType="Resource.v1_0_0.ReferenceableMember"> 197720c9898SEd Tanous <Property Name="FanName" Type="Edm.String"> 198720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 199720c9898SEd Tanous <Annotation Term="OData.Description" String="The name of the fan."/> 200720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the name of the fan."/> 201720c9898SEd Tanous <Annotation Term="Redfish.Revisions"> 202720c9898SEd Tanous <Collection> 203720c9898SEd Tanous <Record> 204720c9898SEd Tanous <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> 205720c9898SEd Tanous <PropertyValue Property="Version" String="v1_1_0"/> 206f2a8e57eSGunnar Mills <PropertyValue Property="Description" String="This property has been deprecated in favor of the `Name` property."/> 207720c9898SEd Tanous </Record> 208720c9898SEd Tanous </Collection> 209720c9898SEd Tanous </Annotation> 210720c9898SEd Tanous </Property> 211720c9898SEd Tanous <Property Name="PhysicalContext" Type="PhysicalContext.PhysicalContext" Nullable="false"> 212720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 213720c9898SEd Tanous <Annotation Term="OData.Description" String="The area or device associated with this fan."/> 214720c9898SEd Tanous <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."/> 215720c9898SEd Tanous </Property> 216720c9898SEd Tanous <Property Name="Status" Type="Resource.Status" Nullable="false"> 217720c9898SEd Tanous <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/> 218720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/> 219720c9898SEd Tanous </Property> 220720c9898SEd Tanous <Property Name="Reading" Type="Edm.Int64"> 221720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 222720c9898SEd Tanous <Annotation Term="OData.Description" String="The fan speed."/> 223720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the fan sensor reading."/> 224720c9898SEd Tanous </Property> 225720c9898SEd Tanous <Property Name="UpperThresholdNonCritical" Type="Edm.Int64"> 226720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 227720c9898SEd Tanous <Annotation Term="OData.Description" String="The value at which the reading is above normal range."/> 228f2a8e57eSGunnar Mills <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."/> 229720c9898SEd Tanous </Property> 230720c9898SEd Tanous <Property Name="UpperThresholdCritical" Type="Edm.Int64"> 231720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 232720c9898SEd Tanous <Annotation Term="OData.Description" String="The value at which the reading is above normal range but not yet fatal."/> 233f2a8e57eSGunnar Mills <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."/> 234720c9898SEd Tanous </Property> 235720c9898SEd Tanous <Property Name="UpperThresholdFatal" Type="Edm.Int64"> 236720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 237720c9898SEd Tanous <Annotation Term="OData.Description" String="The value at which the reading is above normal range and fatal."/> 238f2a8e57eSGunnar Mills <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."/> 239720c9898SEd Tanous </Property> 240720c9898SEd Tanous <Property Name="LowerThresholdNonCritical" Type="Edm.Int64"> 241720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 242720c9898SEd Tanous <Annotation Term="OData.Description" String="The value at which the reading is below normal range."/> 243f2a8e57eSGunnar Mills <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."/> 244720c9898SEd Tanous </Property> 245720c9898SEd Tanous <Property Name="LowerThresholdCritical" Type="Edm.Int64"> 246720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 247720c9898SEd Tanous <Annotation Term="OData.Description" String="The value at which the reading is below normal range but not yet fatal."/> 248f2a8e57eSGunnar Mills <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."/> 249720c9898SEd Tanous </Property> 250720c9898SEd Tanous <Property Name="LowerThresholdFatal" Type="Edm.Int64"> 251720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 252720c9898SEd Tanous <Annotation Term="OData.Description" String="The value at which the reading is below normal range and fatal."/> 253f2a8e57eSGunnar Mills <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."/> 254720c9898SEd Tanous </Property> 255720c9898SEd Tanous <Property Name="MinReadingRange" Type="Edm.Int64"> 256720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 257720c9898SEd Tanous <Annotation Term="OData.Description" String="Minimum value for this sensor."/> 258f2a8e57eSGunnar Mills <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."/> 259720c9898SEd Tanous </Property> 260720c9898SEd Tanous <Property Name="MaxReadingRange" Type="Edm.Int64"> 261720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 262720c9898SEd Tanous <Annotation Term="OData.Description" String="Maximum value for this sensor."/> 263f2a8e57eSGunnar Mills <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."/> 264720c9898SEd Tanous </Property> 265720c9898SEd Tanous <NavigationProperty Name="RelatedItem" Type="Collection(Resource.Item)"> 266720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 267720c9898SEd Tanous <Annotation Term="OData.Description" String="An array of links to resources or objects that this fan services."/> 268720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources or objects that this fan services."/> 269720c9898SEd Tanous <Annotation Term="OData.AutoExpandReferences"/> 270720c9898SEd Tanous </NavigationProperty> 271720c9898SEd Tanous <NavigationProperty Name="Redundancy" Type="Collection(Redundancy.Redundancy)"> 272720c9898SEd Tanous <Annotation Term="OData.Description" String="The set of redundancy groups for this fan."/> 273720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to the redundancy groups to which this fan belongs."/> 274720c9898SEd Tanous <Annotation Term="OData.AutoExpandReferences"/> 275720c9898SEd Tanous </NavigationProperty> 276720c9898SEd Tanous </EntityType> 277720c9898SEd Tanous </Schema> 278720c9898SEd Tanous 279720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_0_1"> 280720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 281720c9898SEd Tanous 282720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_0_0.Thermal"/> 283720c9898SEd Tanous 284720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_0_0.Temperature"/> 285720c9898SEd Tanous 286720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_0_0.Fan"> 287720c9898SEd Tanous <Property Name="ReadingUnits" Type="Thermal.v1_0_1.ReadingUnits"> 288720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 289720c9898SEd Tanous <Annotation Term="OData.Description" String="The units in which the fan reading and thresholds are measured."/> 290720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the units in which the fan reading and thresholds are measured."/> 291720c9898SEd Tanous </Property> 292720c9898SEd Tanous </EntityType> 293720c9898SEd Tanous 294720c9898SEd Tanous <EnumType Name="ReadingUnits"> 295720c9898SEd Tanous <Member Name="RPM"> 296720c9898SEd Tanous <Annotation Term="OData.Description" String="The fan reading and thresholds are measured in revolutions per minute."/> 297720c9898SEd Tanous </Member> 298720c9898SEd Tanous <Member Name="Percent"> 299720c9898SEd Tanous <Annotation Term="OData.Description" String="The fan reading and thresholds are measured as a percentage."/> 300720c9898SEd Tanous </Member> 301720c9898SEd Tanous </EnumType> 302720c9898SEd Tanous </Schema> 303720c9898SEd Tanous 304720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_0_2"> 305720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 306720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/> 307720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_0_1.Thermal"/> 308720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_0_1.Temperature"/> 309720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_0_1.Fan"/> 310720c9898SEd Tanous </Schema> 311720c9898SEd Tanous 312720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_0_3"> 313720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 314720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/> 315720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_0_2.Thermal"/> 316720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_0_2.Temperature"/> 317720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_0_2.Fan"/> 318720c9898SEd Tanous </Schema> 319720c9898SEd Tanous 320720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_0_4"> 321720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 322f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to remove the nullable term on arrays of links."/> 323720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_0_3.Thermal"/> 324720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_0_3.Temperature"/> 325720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_0_3.Fan"/> 326720c9898SEd Tanous </Schema> 327720c9898SEd Tanous 328720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_0_5"> 329720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 330f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to remove the auto expand annotation for the `Redundancy` property inside `Fans`."/> 331720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_0_4.Thermal"/> 332720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_0_4.Temperature"/> 333720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_0_4.Fan"/> 334720c9898SEd Tanous </Schema> 335720c9898SEd Tanous 336720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_0_6"> 337720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 338f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to change `PhysicalContext` to use the unversioned definition."/> 339720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_0_5.Thermal"/> 340720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_0_5.Temperature"/> 341720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_0_5.Fan"/> 342720c9898SEd Tanous </Schema> 343720c9898SEd Tanous 344720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_0_7"> 345720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 346720c9898SEd Tanous <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."/> 347720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_0_6.Thermal"/> 348720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_0_6.Temperature"/> 349720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_0_6.Fan"/> 350720c9898SEd Tanous </Schema> 351720c9898SEd Tanous 352720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_0_8"> 353720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 354720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/> 355720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_0_7.Thermal"/> 356720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_0_7.Temperature"/> 357720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_0_7.Fan"/> 358720c9898SEd Tanous </Schema> 359720c9898SEd Tanous 360720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_0_9"> 361720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 362720c9898SEd Tanous <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."/> 363720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_0_8.Thermal"/> 364720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_0_8.Temperature"/> 365720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_0_8.Fan"/> 366720c9898SEd Tanous </Schema> 367720c9898SEd Tanous 368720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_0_10"> 369720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 370720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> 371720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_0_9.Thermal"/> 372720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_0_9.Temperature"/> 373720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_0_9.Fan"/> 374720c9898SEd Tanous </Schema> 375720c9898SEd Tanous 376720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_0_11"> 377720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 378720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 379720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_0_10.Thermal"/> 380720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_0_10.Temperature"/> 381720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_0_10.Fan"/> 382720c9898SEd Tanous </Schema> 383720c9898SEd Tanous 384720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_0_12"> 385720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 386720c9898SEd Tanous <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."/> 387720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_0_11.Thermal"/> 388720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_0_11.Temperature"/> 389720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_0_11.Fan"/> 390720c9898SEd Tanous </Schema> 391720c9898SEd Tanous 392720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_0_13"> 393720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 394720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 395720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_0_12.Thermal"/> 396720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_0_12.Temperature"/> 397720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_0_12.Fan"/> 398720c9898SEd Tanous </Schema> 399720c9898SEd Tanous 400f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_0_14"> 401f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 402f2a8e57eSGunnar Mills <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."/> 403f2a8e57eSGunnar Mills <EntityType Name="Thermal" BaseType="Thermal.v1_0_13.Thermal"/> 404f2a8e57eSGunnar Mills <EntityType Name="Temperature" BaseType="Thermal.v1_0_13.Temperature"/> 405f2a8e57eSGunnar Mills <EntityType Name="Fan" BaseType="Thermal.v1_0_13.Fan"/> 406f2a8e57eSGunnar Mills </Schema> 407f2a8e57eSGunnar Mills 408720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_1_0"> 409720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 410720c9898SEd Tanous <Annotation Term="Redfish.Release" String="2016.1"/> 411720c9898SEd Tanous 412720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_0_2.Thermal"/> 413720c9898SEd Tanous 414720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_0_2.Temperature"/> 415720c9898SEd Tanous 416720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_0_2.Fan"> 417720c9898SEd Tanous <Property Name="Name" Type="Edm.String"> 418720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 419720c9898SEd Tanous <Annotation Term="OData.Description" String="Name of the fan."/> 420720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the name of the fan."/> 421720c9898SEd Tanous </Property> 422720c9898SEd Tanous </EntityType> 423720c9898SEd Tanous </Schema> 424720c9898SEd Tanous 425720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_1_1"> 426720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 427720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/> 428720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_1_0.Thermal"/> 429720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_1_0.Temperature"/> 430720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_1_0.Fan"/> 431720c9898SEd Tanous </Schema> 432720c9898SEd Tanous 433720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_1_2"> 434720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 435f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to remove the nullable term on arrays of links."/> 436720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_1_1.Thermal"/> 437720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_1_1.Temperature"/> 438720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_1_1.Fan"/> 439720c9898SEd Tanous </Schema> 440720c9898SEd Tanous 441720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_1_3"> 442720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 443f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to remove the auto expand annotation for the `Redundancy` property inside `Fans`."/> 444720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_1_2.Thermal"/> 445720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_1_2.Temperature"/> 446720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_1_2.Fan"/> 447720c9898SEd Tanous </Schema> 448720c9898SEd Tanous 449720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_1_4"> 450720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 451f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to change `PhysicalContext` to use the unversioned definition."/> 452720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_1_3.Thermal"/> 453720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_1_3.Temperature"/> 454720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_1_3.Fan"/> 455720c9898SEd Tanous </Schema> 456720c9898SEd Tanous 457720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_1_5"> 458720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 459720c9898SEd Tanous <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."/> 460720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_1_4.Thermal"/> 461720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_1_4.Temperature"/> 462720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_1_4.Fan"/> 463720c9898SEd Tanous </Schema> 464720c9898SEd Tanous 465720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_1_6"> 466720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 467720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/> 468720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_1_5.Thermal"/> 469720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_1_5.Temperature"/> 470720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_1_5.Fan"/> 471720c9898SEd Tanous </Schema> 472720c9898SEd Tanous 473720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_1_7"> 474720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 475720c9898SEd Tanous <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."/> 476720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_1_6.Thermal"/> 477720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_1_6.Temperature"/> 478720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_1_6.Fan"/> 479720c9898SEd Tanous </Schema> 480720c9898SEd Tanous 481720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_1_8"> 482720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 483720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> 484720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_1_7.Thermal"/> 485720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_1_7.Temperature"/> 486720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_1_7.Fan"/> 487720c9898SEd Tanous </Schema> 488720c9898SEd Tanous 489720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_1_9"> 490720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 491720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 492720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_1_8.Thermal"/> 493720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_1_8.Temperature"/> 494720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_1_8.Fan"/> 495720c9898SEd Tanous </Schema> 496720c9898SEd Tanous 497720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_1_10"> 498720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 499720c9898SEd Tanous <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."/> 500720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_1_9.Thermal"/> 501720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_1_9.Temperature"/> 502720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_1_9.Fan"/> 503720c9898SEd Tanous </Schema> 504720c9898SEd Tanous 505720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_1_11"> 506720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 507720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 508720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_1_10.Thermal"/> 509720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_1_10.Temperature"/> 510720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_1_10.Fan"/> 511720c9898SEd Tanous </Schema> 512720c9898SEd Tanous 513f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_1_12"> 514f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 515f2a8e57eSGunnar Mills <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."/> 516f2a8e57eSGunnar Mills <EntityType Name="Thermal" BaseType="Thermal.v1_1_11.Thermal"/> 517f2a8e57eSGunnar Mills <EntityType Name="Temperature" BaseType="Thermal.v1_1_11.Temperature"/> 518f2a8e57eSGunnar Mills <EntityType Name="Fan" BaseType="Thermal.v1_1_11.Fan"/> 519f2a8e57eSGunnar Mills </Schema> 520f2a8e57eSGunnar Mills 521720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_2_0"> 522720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 523720c9898SEd Tanous <Annotation Term="Redfish.Release" String="2016.3"/> 524720c9898SEd Tanous 525720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_1_1.Thermal"/> 526720c9898SEd Tanous 527720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_1_1.Temperature"/> 528720c9898SEd Tanous 529720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_1_1.Fan"> 530720c9898SEd Tanous <Property Name="Manufacturer" Type="Edm.String"> 531720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 532720c9898SEd Tanous <Annotation Term="OData.Description" String="The manufacturer of this fan."/> 533720c9898SEd Tanous <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."/> 534720c9898SEd Tanous </Property> 535720c9898SEd Tanous <Property Name="Model" Type="Edm.String"> 536720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 537720c9898SEd Tanous <Annotation Term="OData.Description" String="The model number for this fan."/> 538720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the model information as defined by the manufacturer for the associated fan."/> 539720c9898SEd Tanous </Property> 540720c9898SEd Tanous <Property Name="SerialNumber" Type="Edm.String"> 541720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 542720c9898SEd Tanous <Annotation Term="OData.Description" String="The serial number for this fan."/> 543720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the serial number as defined by the manufacturer for the associated fan."/> 544720c9898SEd Tanous </Property> 545720c9898SEd Tanous <Property Name="PartNumber" Type="Edm.String"> 546720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 547720c9898SEd Tanous <Annotation Term="OData.Description" String="The part number for this fan."/> 548720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the part number as defined by the manufacturer for the associated fan."/> 549720c9898SEd Tanous </Property> 550720c9898SEd Tanous <Property Name="SparePartNumber" Type="Edm.String"> 551720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 552720c9898SEd Tanous <Annotation Term="OData.Description" String="The spare part number for this fan."/> 553720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the spare or replacement part number as defined by the manufacturer for the associated fan."/> 554720c9898SEd Tanous </Property> 555720c9898SEd Tanous <Property Name="IndicatorLED" Type="Resource.IndicatorLED"> 556720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 557720c9898SEd Tanous <Annotation Term="OData.Description" String="The state of the indicator LED, which identifies this fan."/> 558720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the state of the indicator light associated with this fan."/> 559720c9898SEd Tanous </Property> 560720c9898SEd Tanous </EntityType> 561720c9898SEd Tanous </Schema> 562720c9898SEd Tanous 563720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_2_1"> 564720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 565f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to remove the nullable term on arrays of links."/> 566720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_2_0.Thermal"/> 567720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_2_0.Temperature"/> 568720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_2_0.Fan"/> 569720c9898SEd Tanous </Schema> 570720c9898SEd Tanous 571720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_2_2"> 572720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 573f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to remove the auto expand annotation for the `Redundancy` property inside `Fans`."/> 574720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_2_1.Thermal"/> 575720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_2_1.Temperature"/> 576720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_2_1.Fan"/> 577720c9898SEd Tanous </Schema> 578720c9898SEd Tanous 579720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_2_3"> 580720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 581f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to change `PhysicalContext` and `IndicatorLED` to use the unversioned definition."/> 582720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_2_2.Thermal"/> 583720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_2_2.Temperature"/> 584720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_2_2.Fan"/> 585720c9898SEd Tanous </Schema> 586720c9898SEd Tanous 587720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_2_4"> 588720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 589720c9898SEd Tanous <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."/> 590720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_2_3.Thermal"/> 591720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_2_3.Temperature"/> 592720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_2_3.Fan"/> 593720c9898SEd Tanous </Schema> 594720c9898SEd Tanous 595720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_2_5"> 596720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 597720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/> 598720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_2_4.Thermal"/> 599720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_2_4.Temperature"/> 600720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_2_4.Fan"/> 601720c9898SEd Tanous </Schema> 602720c9898SEd Tanous 603720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_2_6"> 604720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 605720c9898SEd Tanous <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."/> 606720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_2_5.Thermal"/> 607720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_2_5.Temperature"/> 608720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_2_5.Fan"/> 609720c9898SEd Tanous </Schema> 610720c9898SEd Tanous 611720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_2_7"> 612720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 613720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> 614720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_2_6.Thermal"/> 615720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_2_6.Temperature"/> 616720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_2_6.Fan"/> 617720c9898SEd Tanous </Schema> 618720c9898SEd Tanous 619720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_2_8"> 620720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 621720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 622720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_2_7.Thermal"/> 623720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_2_7.Temperature"/> 624720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_2_7.Fan"/> 625720c9898SEd Tanous </Schema> 626720c9898SEd Tanous 627720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_2_9"> 628720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 629720c9898SEd Tanous <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."/> 630720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_2_8.Thermal"/> 631720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_2_8.Temperature"/> 632720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_2_8.Fan"/> 633720c9898SEd Tanous </Schema> 634720c9898SEd Tanous 635720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_2_10"> 636720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 637720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 638720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_2_9.Thermal"/> 639720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_2_9.Temperature"/> 640720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_2_9.Fan"/> 641720c9898SEd Tanous </Schema> 642720c9898SEd Tanous 643f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_2_11"> 644f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 645f2a8e57eSGunnar Mills <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."/> 646f2a8e57eSGunnar Mills <EntityType Name="Thermal" BaseType="Thermal.v1_2_10.Thermal"/> 647f2a8e57eSGunnar Mills <EntityType Name="Temperature" BaseType="Thermal.v1_2_10.Temperature"/> 648f2a8e57eSGunnar Mills <EntityType Name="Fan" BaseType="Thermal.v1_2_10.Fan"/> 649f2a8e57eSGunnar Mills </Schema> 650f2a8e57eSGunnar Mills 651720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_3_0"> 652720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 653720c9898SEd Tanous <Annotation Term="Redfish.Release" String="2017.1"/> 654720c9898SEd Tanous 655720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_2_1.Thermal"> 656720c9898SEd Tanous <Property Name="Actions" Type="Thermal.v1_3_0.ThermalActions" Nullable="false"> 657720c9898SEd Tanous <Annotation Term="OData.Description" String="The available actions for this resource."/> 658720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/> 659720c9898SEd Tanous </Property> 660720c9898SEd Tanous </EntityType> 661720c9898SEd Tanous 662720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_2_1.Temperature"> 663720c9898SEd Tanous <Property Name="Actions" Type="Thermal.v1_3_0.TemperatureActions" Nullable="false"> 664720c9898SEd Tanous <Annotation Term="OData.Description" String="The available actions for this resource."/> 665720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/> 666720c9898SEd Tanous </Property> 667720c9898SEd Tanous </EntityType> 668720c9898SEd Tanous 669720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_2_1.Fan"> 670720c9898SEd Tanous <Property Name="Actions" Type="Thermal.v1_3_0.FanActions" Nullable="false"> 671720c9898SEd Tanous <Annotation Term="OData.Description" String="The available actions for this resource."/> 672720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/> 673720c9898SEd Tanous </Property> 674720c9898SEd Tanous </EntityType> 675720c9898SEd Tanous 676720c9898SEd Tanous <ComplexType Name="ThermalActions"> 677720c9898SEd Tanous <Annotation Term="OData.AdditionalProperties" Bool="false"/> 678720c9898SEd Tanous <Annotation Term="OData.Description" String="The available actions for this resource."/> 679720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/> 680720c9898SEd Tanous <Property Name="Oem" Type="Thermal.v1_3_0.ThermalOemActions" Nullable="false"> 681720c9898SEd Tanous <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 682720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/> 683720c9898SEd Tanous </Property> 684720c9898SEd Tanous </ComplexType> 685720c9898SEd Tanous 686720c9898SEd Tanous <ComplexType Name="ThermalOemActions"> 687720c9898SEd Tanous <Annotation Term="OData.AdditionalProperties" Bool="true"/> 688720c9898SEd Tanous <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 689720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/> 690720c9898SEd Tanous </ComplexType> 691720c9898SEd Tanous 692720c9898SEd Tanous <ComplexType Name="TemperatureActions"> 693720c9898SEd Tanous <Annotation Term="OData.AdditionalProperties" Bool="false"/> 694720c9898SEd Tanous <Annotation Term="OData.Description" String="The available actions for this resource."/> 695720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/> 696720c9898SEd Tanous <Property Name="Oem" Type="Thermal.v1_3_0.TemperatureOemActions" Nullable="false"> 697720c9898SEd Tanous <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 698720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/> 699720c9898SEd Tanous </Property> 700720c9898SEd Tanous </ComplexType> 701720c9898SEd Tanous 702720c9898SEd Tanous <ComplexType Name="TemperatureOemActions"> 703720c9898SEd Tanous <Annotation Term="OData.AdditionalProperties" Bool="true"/> 704720c9898SEd Tanous <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 705720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/> 706720c9898SEd Tanous </ComplexType> 707720c9898SEd Tanous 708720c9898SEd Tanous <ComplexType Name="FanActions"> 709720c9898SEd Tanous <Annotation Term="OData.AdditionalProperties" Bool="false"/> 710720c9898SEd Tanous <Annotation Term="OData.Description" String="The available actions for this resource."/> 711720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/> 712720c9898SEd Tanous <Property Name="Oem" Type="Thermal.v1_3_0.FanOemActions" Nullable="false"> 713720c9898SEd Tanous <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 714720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/> 715720c9898SEd Tanous </Property> 716720c9898SEd Tanous </ComplexType> 717720c9898SEd Tanous 718720c9898SEd Tanous <ComplexType Name="FanOemActions"> 719720c9898SEd Tanous <Annotation Term="OData.AdditionalProperties" Bool="true"/> 720720c9898SEd Tanous <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 721720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/> 722720c9898SEd Tanous </ComplexType> 723720c9898SEd Tanous </Schema> 724720c9898SEd Tanous 725720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_3_1"> 726720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 727f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to remove the auto expand annotation for the `Redundancy` property inside `Fans`."/> 728720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_3_0.Thermal"/> 729720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_3_0.Temperature"/> 730720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_3_0.Fan"/> 731720c9898SEd Tanous </Schema> 732720c9898SEd Tanous 733720c9898SEd Tanous 734720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_3_2"> 735720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 736f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to change `PhysicalContext` and `IndicatorLED` to use the unversioned definition."/> 737720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_3_1.Thermal"/> 738720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_3_1.Temperature"/> 739720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_3_1.Fan"/> 740720c9898SEd Tanous </Schema> 741720c9898SEd Tanous 742720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_3_3"> 743720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 744720c9898SEd Tanous <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."/> 745720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_3_2.Thermal"/> 746720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_3_2.Temperature"/> 747720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_3_2.Fan"/> 748720c9898SEd Tanous </Schema> 749720c9898SEd Tanous 750720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_3_4"> 751720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 752720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/> 753720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_3_3.Thermal"/> 754720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_3_3.Temperature"/> 755720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_3_3.Fan"/> 756720c9898SEd Tanous </Schema> 757720c9898SEd Tanous 758720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_3_5"> 759720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 760720c9898SEd Tanous <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."/> 761720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_3_4.Thermal"/> 762720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_3_4.Temperature"/> 763720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_3_4.Fan"/> 764720c9898SEd Tanous </Schema> 765720c9898SEd Tanous 766720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_3_6"> 767720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 768720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> 769720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_3_5.Thermal"/> 770720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_3_5.Temperature"/> 771720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_3_5.Fan"/> 772720c9898SEd Tanous </Schema> 773720c9898SEd Tanous 774720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_3_7"> 775720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 776720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 777720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_3_6.Thermal"/> 778720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_3_6.Temperature"/> 779720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_3_6.Fan"/> 780720c9898SEd Tanous </Schema> 781720c9898SEd Tanous 782720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_3_8"> 783720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 784720c9898SEd Tanous <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."/> 785720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_3_7.Thermal"/> 786720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_3_7.Temperature"/> 787720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_3_7.Fan"/> 788720c9898SEd Tanous </Schema> 789720c9898SEd Tanous 790720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_3_9"> 791720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 792720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 793720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_3_8.Thermal"/> 794720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_3_8.Temperature"/> 795720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_3_8.Fan"/> 796720c9898SEd Tanous </Schema> 797720c9898SEd Tanous 798f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_3_10"> 799f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 800f2a8e57eSGunnar Mills <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."/> 801f2a8e57eSGunnar Mills <EntityType Name="Thermal" BaseType="Thermal.v1_3_9.Thermal"/> 802f2a8e57eSGunnar Mills <EntityType Name="Temperature" BaseType="Thermal.v1_3_9.Temperature"/> 803f2a8e57eSGunnar Mills <EntityType Name="Fan" BaseType="Thermal.v1_3_9.Fan"/> 804f2a8e57eSGunnar Mills </Schema> 805f2a8e57eSGunnar Mills 806720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_4_0"> 807720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 808720c9898SEd Tanous <Annotation Term="Redfish.Release" String="2017.3"/> 809720c9898SEd Tanous 810720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_3_2.Thermal"/> 811720c9898SEd Tanous 812720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_3_2.Temperature"> 813720c9898SEd Tanous <Property Name="DeltaReadingCelsius" Type="Edm.Decimal"> 814720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 815720c9898SEd Tanous <Annotation Term="OData.Description" String="The delta temperature reading."/> 816f2a8e57eSGunnar Mills <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`."/> 817720c9898SEd Tanous <Annotation Term="Measures.Unit" String="Cel"/> 818720c9898SEd Tanous </Property> 819720c9898SEd Tanous <Property Name="DeltaPhysicalContext" Type="PhysicalContext.PhysicalContext" Nullable="false"> 820720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 821f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="The area or device to which the `DeltaReadingCelsius` temperature measurement applies, relative to `PhysicalContext`."/> 822f2a8e57eSGunnar Mills <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`."/> 823720c9898SEd Tanous </Property> 824720c9898SEd Tanous <Property Name="MaxAllowableOperatingValue" Type="Edm.Int64"> 825720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 826720c9898SEd Tanous <Annotation Term="OData.Description" String="Maximum allowable operating temperature for this equipment."/> 827720c9898SEd Tanous <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."/> 828720c9898SEd Tanous <Annotation Term="Measures.Unit" String="Cel"/> 829720c9898SEd Tanous </Property> 830720c9898SEd Tanous <Property Name="MinAllowableOperatingValue" Type="Edm.Int64"> 831720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 832720c9898SEd Tanous <Annotation Term="OData.Description" String="Minimum allowable operating temperature for this equipment."/> 833720c9898SEd Tanous <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."/> 834720c9898SEd Tanous <Annotation Term="Measures.Unit" String="Cel"/> 835720c9898SEd Tanous </Property> 836720c9898SEd Tanous <Property Name="AdjustedMaxAllowableOperatingValue" Type="Edm.Int64"> 837720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 838720c9898SEd Tanous <Annotation Term="OData.Description" String="Adjusted maximum allowable operating temperature for this equipment based on the current environmental conditions present."/> 839720c9898SEd Tanous <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."/> 840720c9898SEd Tanous <Annotation Term="Measures.Unit" String="Cel"/> 841720c9898SEd Tanous </Property> 842720c9898SEd Tanous <Property Name="AdjustedMinAllowableOperatingValue" Type="Edm.Int64"> 843720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 844720c9898SEd Tanous <Annotation Term="OData.Description" String="Adjusted minimum allowable operating temperature for this equipment based on the current environmental conditions present."/> 845720c9898SEd Tanous <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."/> 846720c9898SEd Tanous <Annotation Term="Measures.Unit" String="Cel"/> 847720c9898SEd Tanous </Property> 848720c9898SEd Tanous </EntityType> 849720c9898SEd Tanous 850720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_3_2.Fan"> 851720c9898SEd Tanous <Property Name="HotPluggable" Type="Edm.Boolean"> 852720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 853720c9898SEd Tanous <Annotation Term="OData.Description" String="An indication of whether this device can be inserted or removed while the equipment is in operation."/> 854720c9898SEd Tanous <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."/> 855720c9898SEd Tanous </Property> 856720c9898SEd Tanous <Property Name="Location" Type="Resource.Location" Nullable="false"> 857720c9898SEd Tanous <Annotation Term="OData.Description" String="The location of the fan."/> 858720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the location information of the associated fan."/> 859720c9898SEd Tanous </Property> 860720c9898SEd Tanous <NavigationProperty Name="Assembly" Type="Assembly.Assembly" ContainsTarget="true" Nullable="false"> 861720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 862720c9898SEd Tanous <Annotation Term="OData.Description" String="The link to the assembly associated with this fan."/> 863f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type `Assembly`."/> 864720c9898SEd Tanous <Annotation Term="OData.AutoExpandReferences"/> 865720c9898SEd Tanous </NavigationProperty> 866720c9898SEd Tanous </EntityType> 867720c9898SEd Tanous </Schema> 868720c9898SEd Tanous 869720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_4_1"> 870720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 871720c9898SEd Tanous <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."/> 872720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_4_0.Thermal"/> 873720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_4_0.Temperature"/> 874720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_4_0.Fan"/> 875720c9898SEd Tanous </Schema> 876720c9898SEd Tanous 877720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_4_2"> 878720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 879720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/> 880720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_4_1.Thermal"/> 881720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_4_1.Temperature"/> 882720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_4_1.Fan"/> 883720c9898SEd Tanous </Schema> 884720c9898SEd Tanous 885720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_4_3"> 886720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 887720c9898SEd Tanous <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."/> 888720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_4_2.Thermal"/> 889720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_4_2.Temperature"/> 890720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_4_2.Fan"/> 891720c9898SEd Tanous </Schema> 892720c9898SEd Tanous 893720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_4_4"> 894720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 895720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> 896720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_4_3.Thermal"/> 897720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_4_3.Temperature"/> 898720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_4_3.Fan"/> 899720c9898SEd Tanous </Schema> 900720c9898SEd Tanous 901720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_4_5"> 902720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 903720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 904720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_4_4.Thermal"/> 905720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_4_4.Temperature"/> 906720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_4_4.Fan"/> 907720c9898SEd Tanous </Schema> 908720c9898SEd Tanous 909720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_4_6"> 910720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 911720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 912720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_4_5.Thermal"/> 913720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_4_5.Temperature"/> 914720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_4_5.Fan"/> 915720c9898SEd Tanous </Schema> 916720c9898SEd Tanous 917720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_4_7"> 918720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 919720c9898SEd Tanous <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."/> 920720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_4_6.Thermal"/> 921720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_4_6.Temperature"/> 922720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_4_6.Fan"/> 923720c9898SEd Tanous </Schema> 924720c9898SEd Tanous 925720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_4_8"> 926720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 927720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 928720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_4_7.Thermal"/> 929720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_4_7.Temperature"/> 930720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_4_7.Fan"/> 931720c9898SEd Tanous </Schema> 932720c9898SEd Tanous 933f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_4_9"> 934f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 935f2a8e57eSGunnar Mills <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."/> 936f2a8e57eSGunnar Mills <EntityType Name="Thermal" BaseType="Thermal.v1_4_8.Thermal"/> 937f2a8e57eSGunnar Mills <EntityType Name="Temperature" BaseType="Thermal.v1_4_8.Temperature"/> 938f2a8e57eSGunnar Mills <EntityType Name="Fan" BaseType="Thermal.v1_4_8.Fan"/> 939f2a8e57eSGunnar Mills </Schema> 940f2a8e57eSGunnar Mills 941720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_5_0"> 942720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 943720c9898SEd Tanous <Annotation Term="Redfish.Release" String="2018.2"/> 944720c9898SEd Tanous 945720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_4_1.Thermal"/> 946720c9898SEd Tanous 947720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_4_1.Temperature"/> 948720c9898SEd Tanous 949720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_4_1.Fan"> 950720c9898SEd Tanous <Property Name="SensorNumber" Type="Edm.Int64"> 951720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 952720c9898SEd Tanous <Annotation Term="OData.Description" String="The numerical identifier for this fan speed sensor."/> 953720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain a numerical identifier for this fan speed sensor that is unique within this resource."/> 954720c9898SEd Tanous </Property> 955720c9898SEd Tanous </EntityType> 956720c9898SEd Tanous </Schema> 957720c9898SEd Tanous 958720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_5_1"> 959720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 960720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/> 961720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_5_0.Thermal"/> 962720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_5_0.Temperature"/> 963720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_5_0.Fan"/> 964720c9898SEd Tanous </Schema> 965720c9898SEd Tanous 966720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_5_2"> 967720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 968720c9898SEd Tanous <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."/> 969720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_5_1.Thermal"/> 970720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_5_1.Temperature"/> 971720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_5_1.Fan"/> 972720c9898SEd Tanous </Schema> 973720c9898SEd Tanous 974720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_5_3"> 975720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 976720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> 977720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_5_2.Thermal"/> 978720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_5_2.Temperature"/> 979720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_5_2.Fan"/> 980720c9898SEd Tanous </Schema> 981720c9898SEd Tanous 982720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_5_4"> 983720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 984720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 985720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_5_3.Thermal"/> 986720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_5_3.Temperature"/> 987720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_5_3.Fan"/> 988720c9898SEd Tanous </Schema> 989720c9898SEd Tanous 990720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_5_5"> 991720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 992720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 993720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_5_4.Thermal"/> 994720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_5_4.Temperature"/> 995720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_5_4.Fan"/> 996720c9898SEd Tanous </Schema> 997720c9898SEd Tanous 998720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_5_6"> 999720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1000720c9898SEd Tanous <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."/> 1001720c9898SEd Tanous 1002720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_5_5.Thermal"/> 1003720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_5_5.Temperature"/> 1004720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_5_5.Fan"/> 1005720c9898SEd Tanous </Schema> 1006720c9898SEd Tanous 1007720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_5_7"> 1008720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1009720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1010720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_5_6.Thermal"/> 1011720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_5_6.Temperature"/> 1012720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_5_6.Fan"/> 1013720c9898SEd Tanous </Schema> 1014720c9898SEd Tanous 1015f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_5_8"> 1016f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1017f2a8e57eSGunnar Mills <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."/> 1018f2a8e57eSGunnar Mills <EntityType Name="Thermal" BaseType="Thermal.v1_5_7.Thermal"/> 1019f2a8e57eSGunnar Mills <EntityType Name="Temperature" BaseType="Thermal.v1_5_7.Temperature"/> 1020f2a8e57eSGunnar Mills <EntityType Name="Fan" BaseType="Thermal.v1_5_7.Fan"/> 1021f2a8e57eSGunnar Mills </Schema> 1022f2a8e57eSGunnar Mills 1023720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_6_0"> 1024720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1025720c9898SEd Tanous <Annotation Term="Redfish.Release" String="2019.4"/> 1026720c9898SEd Tanous 1027720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_5_3.Thermal"/> 1028720c9898SEd Tanous 1029720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_5_3.Temperature"> 1030720c9898SEd Tanous <Property Name="UpperThresholdUser" Type="Edm.Int64"> 1031720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1032720c9898SEd Tanous <Annotation Term="OData.Description" String="The value at which the reading is above the user-defined range."/> 1033f2a8e57eSGunnar Mills <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."/> 1034720c9898SEd Tanous <Annotation Term="Measures.Unit" String="Cel"/> 1035720c9898SEd Tanous </Property> 1036720c9898SEd Tanous <Property Name="LowerThresholdUser" Type="Edm.Int64"> 1037720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1038720c9898SEd Tanous <Annotation Term="OData.Description" String="The value at which the reading is below the user-defined range."/> 1039f2a8e57eSGunnar Mills <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."/> 1040720c9898SEd Tanous <Annotation Term="Measures.Unit" String="Cel"/> 1041720c9898SEd Tanous </Property> 1042720c9898SEd Tanous </EntityType> 1043720c9898SEd Tanous 1044720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_5_3.Fan"/> 1045720c9898SEd Tanous </Schema> 1046720c9898SEd Tanous 1047720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_6_1"> 1048720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1049720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1050720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_6_0.Thermal"/> 1051720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_6_0.Temperature"/> 1052720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_6_0.Fan"/> 1053720c9898SEd Tanous </Schema> 1054720c9898SEd Tanous 1055720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_6_2"> 1056720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1057720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1058720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_6_1.Thermal"/> 1059720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_6_1.Temperature"/> 1060720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_6_1.Fan"/> 1061720c9898SEd Tanous </Schema> 1062720c9898SEd Tanous 1063720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_6_3"> 1064720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1065720c9898SEd Tanous <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."/> 1066720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_6_2.Thermal"/> 1067720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_6_2.Temperature"/> 1068720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_6_2.Fan"/> 1069720c9898SEd Tanous </Schema> 1070720c9898SEd Tanous 1071720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_6_4"> 1072720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1073720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1074720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_6_3.Thermal"/> 1075720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_6_3.Temperature"/> 1076720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_6_3.Fan"/> 1077720c9898SEd Tanous </Schema> 1078720c9898SEd Tanous 1079f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_6_5"> 1080f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1081f2a8e57eSGunnar Mills <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."/> 1082f2a8e57eSGunnar Mills <EntityType Name="Thermal" BaseType="Thermal.v1_6_4.Thermal"/> 1083f2a8e57eSGunnar Mills <EntityType Name="Temperature" BaseType="Thermal.v1_6_4.Temperature"/> 1084f2a8e57eSGunnar Mills <EntityType Name="Fan" BaseType="Thermal.v1_6_4.Fan"/> 1085f2a8e57eSGunnar Mills </Schema> 1086f2a8e57eSGunnar Mills 1087720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_7_0"> 1088720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1089720c9898SEd Tanous <Annotation Term="Redfish.Release" String="2020.4"/> 1090720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to deprecate the schema."/> 1091720c9898SEd Tanous 1092720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_6_2.Thermal"/> 1093720c9898SEd Tanous 1094720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_6_2.Temperature"/> 1095720c9898SEd Tanous 1096720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_6_2.Fan"/> 1097720c9898SEd Tanous </Schema> 1098720c9898SEd Tanous 1099720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_7_1"> 1100720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1101720c9898SEd Tanous <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."/> 1102720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_7_0.Thermal"/> 1103720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_7_0.Temperature"/> 1104720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_7_0.Fan"/> 1105720c9898SEd Tanous </Schema> 1106720c9898SEd Tanous 1107720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_7_2"> 1108720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1109720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1110720c9898SEd Tanous <EntityType Name="Thermal" BaseType="Thermal.v1_7_1.Thermal"/> 1111720c9898SEd Tanous <EntityType Name="Temperature" BaseType="Thermal.v1_7_1.Temperature"/> 1112720c9898SEd Tanous <EntityType Name="Fan" BaseType="Thermal.v1_7_1.Fan"/> 1113720c9898SEd Tanous </Schema> 1114720c9898SEd Tanous 1115f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_7_3"> 1116f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1117f2a8e57eSGunnar Mills <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."/> 1118f2a8e57eSGunnar Mills <EntityType Name="Thermal" BaseType="Thermal.v1_7_2.Thermal"/> 1119f2a8e57eSGunnar Mills <EntityType Name="Temperature" BaseType="Thermal.v1_7_2.Temperature"/> 1120f2a8e57eSGunnar Mills <EntityType Name="Fan" BaseType="Thermal.v1_7_2.Fan"/> 1121f2a8e57eSGunnar Mills </Schema> 1122f2a8e57eSGunnar Mills 1123720c9898SEd Tanous </edmx:DataServices> 1124720c9898SEd Tanous</edmx:Edmx> 1125