blob: ef9dcaa7a0d5dad8e56dc9a821781b5dace30f82 [file] [log] [blame]
Jason M. Billsea4aa752018-06-05 13:29:11 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
Gunnar Mills262d7d42021-01-20 16:28:41 -06004<!--# Redfish Schema: Thermal v1.7.0 -->
Jason M. Billsea4aa752018-06-05 13:29:11 -07005<!--# -->
6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle, -->
7<!--# available at http://www.dmtf.org/standards/redfish -->
Gunnar Millsa778c022020-05-12 12:20:36 -05008<!--# Copyright 2014-2020 DMTF. -->
Jason M. Billsea4aa752018-06-05 13:29:11 -07009<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10<!--################################################################################ -->
11<!---->
12<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
13 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
14 <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
15 </edmx:Reference>
16 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
17 <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
18 </edmx:Reference>
19 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml">
20 <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/>
21 </edmx:Reference>
22 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
23 <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
24 </edmx:Reference>
25 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
26 <edmx:Include Namespace="Resource"/>
27 <edmx:Include Namespace="Resource.v1_0_0"/>
28 </edmx:Reference>
29 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PhysicalContext_v1.xml">
30 <edmx:Include Namespace="PhysicalContext"/>
31 </edmx:Reference>
32 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Redundancy_v1.xml">
33 <edmx:Include Namespace="Redundancy"/>
34 </edmx:Reference>
35 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Assembly_v1.xml">
36 <edmx:Include Namespace="Assembly"/>
37 </edmx:Reference>
38
39 <edmx:DataServices>
40
41 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal">
42 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
43
44 <EntityType Name="Thermal" BaseType="Resource.v1_0_0.Resource" Abstract="true">
Gunnar Millsa778c022020-05-12 12:20:36 -050045 <Annotation Term="OData.Description" String="The Thermal schema describes temperature monitoring and thermal management subsystems, such as cooling fans, for a computer system or similar devices contained within a chassis."/>
46 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070047 <Annotation Term="Capabilities.InsertRestrictions">
48 <Record>
49 <PropertyValue Property="Insertable" Bool="false"/>
50 </Record>
51 </Annotation>
52 <Annotation Term="Capabilities.UpdateRestrictions">
53 <Record>
54 <PropertyValue Property="Updatable" Bool="true"/>
Ed Tanouscb103132019-10-08 11:34:22 -070055 <Annotation Term="OData.Description" String="Any writable properties can be updated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070056 </Record>
57 </Annotation>
58 <Annotation Term="Capabilities.DeleteRestrictions">
59 <Record>
60 <PropertyValue Property="Deletable" Bool="false"/>
61 </Record>
62 </Annotation>
Ed Tanous530520e2019-01-02 13:41:37 -080063 <Annotation Term="Redfish.Uris">
64 <Collection>
65 <String>/redfish/v1/Chassis/{ChassisId}/Thermal</String>
66 </Collection>
67 </Annotation>
Gunnar Mills262d7d42021-01-20 16:28:41 -060068 <Annotation Term="Redfish.Revisions">
69 <Collection>
70 <Record>
71 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
72 <PropertyValue Property="Version" String="v1_7_0"/>
73 <PropertyValue Property="Description" String="This schema has been deprecated in favor of the ThermalSubsystem schema."/>
74 </Record>
75 </Collection>
76 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -070077 </EntityType>
78
79 </Schema>
80
81 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_0_0">
82 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060083 <Annotation Term="Redfish.Release" String="1.0"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070084
85 <EntityType Name="Thermal" BaseType="Thermal.Thermal">
86 <NavigationProperty Name="Temperatures" Type="Collection(Thermal.v1_0_0.Temperature)" ContainsTarget="true">
87 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -070088 <Annotation Term="OData.Description" String="The set of temperature sensors for this chassis."/>
89 <Annotation Term="OData.LongDescription" String="This property shall contain the set of temperature sensors for this chassis."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070090 <Annotation Term="OData.AutoExpand"/>
91 </NavigationProperty>
92 <NavigationProperty Name="Fans" Type="Collection(Thermal.v1_0_0.Fan)" ContainsTarget="true">
93 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -070094 <Annotation Term="OData.Description" String="The set of fans for this chassis."/>
95 <Annotation Term="OData.LongDescription" String="This property shall contain the set of fans for this chassis."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070096 <Annotation Term="OData.AutoExpand"/>
97 </NavigationProperty>
98 <NavigationProperty Name="Redundancy" Type="Collection(Redundancy.Redundancy)" ContainsTarget="true">
Ed Tanouscb103132019-10-08 11:34:22 -070099 <Annotation Term="OData.Description" String="The redundancy information for the set of fans in this chassis."/>
100 <Annotation Term="OData.LongDescription" String="This property shall contain redundancy information for the fans in this chassis."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700101 <Annotation Term="OData.AutoExpand"/>
102 </NavigationProperty>
Ed Tanous530520e2019-01-02 13:41:37 -0800103 <Property Name="Status" Type="Resource.Status" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500104 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
105 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800106 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700107 </EntityType>
108
109 <EntityType Name="Temperature" BaseType="Resource.v1_0_0.ReferenceableMember">
110 <Property Name="Name" Type="Edm.String">
111 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700112 <Annotation Term="OData.Description" String="The temperature sensor name."/>
113 <Annotation Term="OData.LongDescription" String="This property shall contain the name of the temperature sensor."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700114 </Property>
115 <Property Name="SensorNumber" Type="Edm.Int64">
116 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700117 <Annotation Term="OData.Description" String="The numerical identifier of the temperature sensor."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500118 <Annotation Term="OData.LongDescription" String="This property shall contain a numerical identifier for this temperature sensor that is unique within this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700119 </Property>
Ed Tanous530520e2019-01-02 13:41:37 -0800120 <Property Name="Status" Type="Resource.Status" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500121 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
122 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800123 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700124 <Property Name="ReadingCelsius" Type="Edm.Decimal">
125 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700126 <Annotation Term="OData.Description" String="The temperature in degrees Celsius."/>
127 <Annotation Term="OData.LongDescription" String="This property shall contain the temperature in Celsius degrees."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700128 <Annotation Term="Measures.Unit" String="Cel"/>
129 </Property>
130 <Property Name="UpperThresholdNonCritical" Type="Edm.Decimal">
131 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700132 <Annotation Term="OData.Description" String="The value at which the reading is above normal range."/>
133 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700134 <Annotation Term="Measures.Unit" String="Cel"/>
135 </Property>
136 <Property Name="UpperThresholdCritical" Type="Edm.Decimal">
137 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700138 <Annotation Term="OData.Description" String="The value at which the reading is above normal range but not yet fatal."/>
139 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700140 <Annotation Term="Measures.Unit" String="Cel"/>
141 </Property>
142 <Property Name="UpperThresholdFatal" Type="Edm.Decimal">
143 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700144 <Annotation Term="OData.Description" String="The value at which the reading is above normal range and fatal."/>
145 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700146 <Annotation Term="Measures.Unit" String="Cel"/>
147 </Property>
148 <Property Name="LowerThresholdNonCritical" Type="Edm.Decimal">
149 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700150 <Annotation Term="OData.Description" String="The value at which the reading is below normal range."/>
151 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700152 <Annotation Term="Measures.Unit" String="Cel"/>
153 </Property>
154 <Property Name="LowerThresholdCritical" Type="Edm.Decimal">
155 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700156 <Annotation Term="OData.Description" String="The value at which the reading is below normal range but not yet fatal."/>
157 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700158 <Annotation Term="Measures.Unit" String="Cel"/>
159 </Property>
160 <Property Name="LowerThresholdFatal" Type="Edm.Decimal">
161 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700162 <Annotation Term="OData.Description" String="The value at which the reading is below normal range and fatal."/>
163 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700164 <Annotation Term="Measures.Unit" String="Cel"/>
165 </Property>
166 <Property Name="MinReadingRangeTemp" Type="Edm.Decimal">
167 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700168 <Annotation Term="OData.Description" String="Minimum value for this sensor."/>
169 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700170 <Annotation Term="Measures.Unit" String="Cel"/>
171 </Property>
172 <Property Name="MaxReadingRangeTemp" Type="Edm.Decimal">
173 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700174 <Annotation Term="OData.Description" String="Maximum value for this sensor."/>
175 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700176 <Annotation Term="Measures.Unit" String="Cel"/>
177 </Property>
178 <Property Name="PhysicalContext" Type="PhysicalContext.PhysicalContext" Nullable="false">
179 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700180 <Annotation Term="OData.Description" String="The area or device to which this temperature measurement applies."/>
181 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700182 </Property>
183 <NavigationProperty Name="RelatedItem" Type="Collection(Resource.Item)">
184 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500185 <Annotation Term="OData.Description" String="An array of links to resources or objects that represent areas or devices to which this temperature applies."/>
186 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700187 <Annotation Term="OData.AutoExpandReferences"/>
188 </NavigationProperty>
189 </EntityType>
190
191 <EntityType Name="Fan" BaseType="Resource.v1_0_0.ReferenceableMember">
192 <Property Name="FanName" Type="Edm.String">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700193 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700194 <Annotation Term="OData.Description" String="The name of the fan."/>
195 <Annotation Term="OData.LongDescription" String="This property shall contain the name of the fan."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600196 <Annotation Term="Redfish.Revisions">
197 <Collection>
198 <Record>
199 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
200 <PropertyValue Property="Version" String="v1_1_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700201 <PropertyValue Property="Description" String="This property has been deprecated in favor of the Name property."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600202 </Record>
203 </Collection>
204 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700205 </Property>
206 <Property Name="PhysicalContext" Type="PhysicalContext.PhysicalContext" Nullable="false">
207 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700208 <Annotation Term="OData.Description" String="The area or device associated with this fan."/>
209 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700210 </Property>
Ed Tanous530520e2019-01-02 13:41:37 -0800211 <Property Name="Status" Type="Resource.Status" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500212 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
213 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800214 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700215 <Property Name="Reading" Type="Edm.Int64">
216 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700217 <Annotation Term="OData.Description" String="The fan speed."/>
218 <Annotation Term="OData.LongDescription" String="This property shall contain the fan sensor reading."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700219 </Property>
220 <Property Name="UpperThresholdNonCritical" Type="Edm.Int64">
221 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700222 <Annotation Term="OData.Description" String="The value at which the reading is above normal range."/>
223 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700224 </Property>
225 <Property Name="UpperThresholdCritical" Type="Edm.Int64">
226 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700227 <Annotation Term="OData.Description" String="The value at which the reading is above normal range but not yet fatal."/>
228 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700229 </Property>
230 <Property Name="UpperThresholdFatal" Type="Edm.Int64">
231 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700232 <Annotation Term="OData.Description" String="The value at which the reading is above normal range and fatal."/>
233 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700234 </Property>
235 <Property Name="LowerThresholdNonCritical" Type="Edm.Int64">
236 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700237 <Annotation Term="OData.Description" String="The value at which the reading is below normal range."/>
238 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700239 </Property>
240 <Property Name="LowerThresholdCritical" Type="Edm.Int64">
241 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700242 <Annotation Term="OData.Description" String="The value at which the reading is below normal range but not yet fatal."/>
243 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700244 </Property>
245 <Property Name="LowerThresholdFatal" Type="Edm.Int64">
246 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700247 <Annotation Term="OData.Description" String="The value at which the reading is below normal range and fatal."/>
248 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700249 </Property>
250 <Property Name="MinReadingRange" Type="Edm.Int64">
251 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700252 <Annotation Term="OData.Description" String="Minimum value for this sensor."/>
253 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700254 </Property>
255 <Property Name="MaxReadingRange" Type="Edm.Int64">
256 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700257 <Annotation Term="OData.Description" String="Maximum value for this sensor."/>
258 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700259 </Property>
260 <NavigationProperty Name="RelatedItem" Type="Collection(Resource.Item)">
261 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500262 <Annotation Term="OData.Description" String="An array of links to resources or objects that this fan services."/>
263 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources or objects that this fan services."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700264 <Annotation Term="OData.AutoExpandReferences"/>
265 </NavigationProperty>
266 <NavigationProperty Name="Redundancy" Type="Collection(Redundancy.Redundancy)">
Ed Tanouscb103132019-10-08 11:34:22 -0700267 <Annotation Term="OData.Description" String="The set of redundancy groups for this fan."/>
268 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to the redundancy groups to which this fan belongs."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700269 <Annotation Term="OData.AutoExpandReferences"/>
270 </NavigationProperty>
271 </EntityType>
272
273 </Schema>
274
275 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_0_1">
276 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500277
Jason M. Billsea4aa752018-06-05 13:29:11 -0700278 <EntityType Name="Thermal" BaseType="Thermal.v1_0_0.Thermal"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500279
280 <EntityType Name="Temperature" BaseType="Thermal.v1_0_0.Temperature"/>
281
Jason M. Billsea4aa752018-06-05 13:29:11 -0700282 <EntityType Name="Fan" BaseType="Thermal.v1_0_0.Fan">
283 <Property Name="ReadingUnits" Type="Thermal.v1_0_1.ReadingUnits">
284 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700285 <Annotation Term="OData.Description" String="The units in which the fan reading and thresholds are measured."/>
286 <Annotation Term="OData.LongDescription" String="This property shall contain the units in which the fan reading and thresholds are measured."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700287 </Property>
288 </EntityType>
289
290 <EnumType Name="ReadingUnits">
291 <Member Name="RPM">
Ed Tanouscb103132019-10-08 11:34:22 -0700292 <Annotation Term="OData.Description" String="The fan reading and thresholds are measured in rotations per minute."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700293 </Member>
294 <Member Name="Percent">
Ed Tanouscb103132019-10-08 11:34:22 -0700295 <Annotation Term="OData.Description" String="The fan reading and thresholds are measured as a percentage."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700296 </Member>
297 </EnumType>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700298 </Schema>
299
300 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_0_2">
301 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700302 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700303 <EntityType Name="Thermal" BaseType="Thermal.v1_0_1.Thermal"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500304 <EntityType Name="Temperature" BaseType="Thermal.v1_0_1.Temperature"/>
305 <EntityType Name="Fan" BaseType="Thermal.v1_0_1.Fan"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700306 </Schema>
307
308 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_0_3">
309 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700310 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700311 <EntityType Name="Thermal" BaseType="Thermal.v1_0_2.Thermal"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500312 <EntityType Name="Temperature" BaseType="Thermal.v1_0_2.Temperature"/>
313 <EntityType Name="Fan" BaseType="Thermal.v1_0_2.Fan"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700314 </Schema>
315
316 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_0_4">
317 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700318 <Annotation Term="OData.Description" String="This version was created to remove the Nullable facet on NavigationProperties of the Collection type."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700319 <EntityType Name="Thermal" BaseType="Thermal.v1_0_3.Thermal"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500320 <EntityType Name="Temperature" BaseType="Thermal.v1_0_3.Temperature"/>
321 <EntityType Name="Fan" BaseType="Thermal.v1_0_3.Fan"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700322 </Schema>
323
324 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_0_5">
325 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500326 <Annotation Term="OData.Description" String="This version was created to remove the auto expand annotation for the Redundancy property inside fans."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700327 <EntityType Name="Thermal" BaseType="Thermal.v1_0_4.Thermal"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500328 <EntityType Name="Temperature" BaseType="Thermal.v1_0_4.Temperature"/>
329 <EntityType Name="Fan" BaseType="Thermal.v1_0_4.Fan"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700330 </Schema>
331
332 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_0_6">
333 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700334 <Annotation Term="OData.Description" String="This version was created to change PhysicalContext to use the unversioned definition."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700335 <EntityType Name="Thermal" BaseType="Thermal.v1_0_5.Thermal"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500336 <EntityType Name="Temperature" BaseType="Thermal.v1_0_5.Temperature"/>
337 <EntityType Name="Fan" BaseType="Thermal.v1_0_5.Fan"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700338 </Schema>
339
Ed Tanous530520e2019-01-02 13:41:37 -0800340 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_0_7">
341 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
342 <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."/>
343 <EntityType Name="Thermal" BaseType="Thermal.v1_0_6.Thermal"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500344 <EntityType Name="Temperature" BaseType="Thermal.v1_0_6.Temperature"/>
345 <EntityType Name="Fan" BaseType="Thermal.v1_0_6.Fan"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800346 </Schema>
347
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600348 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_0_8">
349 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500350 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600351 <EntityType Name="Thermal" BaseType="Thermal.v1_0_7.Thermal"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500352 <EntityType Name="Temperature" BaseType="Thermal.v1_0_7.Temperature"/>
353 <EntityType Name="Fan" BaseType="Thermal.v1_0_7.Fan"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600354 </Schema>
355
Ed Tanouscb103132019-10-08 11:34:22 -0700356 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_0_9">
357 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
358 <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."/>
359 <EntityType Name="Thermal" BaseType="Thermal.v1_0_8.Thermal"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500360 <EntityType Name="Temperature" BaseType="Thermal.v1_0_8.Temperature"/>
361 <EntityType Name="Fan" BaseType="Thermal.v1_0_8.Fan"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700362 </Schema>
363
364 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_0_10">
365 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
366 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
367 <EntityType Name="Thermal" BaseType="Thermal.v1_0_9.Thermal"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500368 <EntityType Name="Temperature" BaseType="Thermal.v1_0_9.Temperature"/>
369 <EntityType Name="Fan" BaseType="Thermal.v1_0_9.Fan"/>
370 </Schema>
371
372 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_0_11">
373 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
374 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
375 <EntityType Name="Thermal" BaseType="Thermal.v1_0_10.Thermal"/>
376 <EntityType Name="Temperature" BaseType="Thermal.v1_0_10.Temperature"/>
377 <EntityType Name="Fan" BaseType="Thermal.v1_0_10.Fan"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700378 </Schema>
379
Jason M. Billsea4aa752018-06-05 13:29:11 -0700380 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_1_0">
381 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600382 <Annotation Term="Redfish.Release" String="2016.1"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500383
Jason M. Billsea4aa752018-06-05 13:29:11 -0700384 <EntityType Name="Thermal" BaseType="Thermal.v1_0_2.Thermal"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500385
386 <EntityType Name="Temperature" BaseType="Thermal.v1_0_2.Temperature"/>
387
388 <EntityType Name="Fan" BaseType="Thermal.v1_0_2.Fan">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700389 <Property Name="Name" Type="Edm.String">
390 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
391 <Annotation Term="OData.Description" String="Name of the fan."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700392 <Annotation Term="OData.LongDescription" String="This property shall contain the name of the fan."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700393 </Property>
394 </EntityType>
395 </Schema>
396
397 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_1_1">
398 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700399 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700400 <EntityType Name="Thermal" BaseType="Thermal.v1_1_0.Thermal"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500401 <EntityType Name="Temperature" BaseType="Thermal.v1_1_0.Temperature"/>
402 <EntityType Name="Fan" BaseType="Thermal.v1_1_0.Fan"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700403 </Schema>
404
405 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_1_2">
406 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700407 <Annotation Term="OData.Description" String="This version was created to remove the Nullable facet on NavigationProperties of the Collection type."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700408 <EntityType Name="Thermal" BaseType="Thermal.v1_1_1.Thermal"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500409 <EntityType Name="Temperature" BaseType="Thermal.v1_1_1.Temperature"/>
410 <EntityType Name="Fan" BaseType="Thermal.v1_1_1.Fan"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700411 </Schema>
412
413 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_1_3">
414 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500415 <Annotation Term="OData.Description" String="This version was created to remove the auto expand annotation for the Redundancy property inside Fans."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700416 <EntityType Name="Thermal" BaseType="Thermal.v1_1_2.Thermal"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500417 <EntityType Name="Temperature" BaseType="Thermal.v1_1_2.Temperature"/>
418 <EntityType Name="Fan" BaseType="Thermal.v1_1_2.Fan"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700419 </Schema>
420
421 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_1_4">
422 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700423 <Annotation Term="OData.Description" String="This version was created to change PhysicalContext to use the unversioned definition."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700424 <EntityType Name="Thermal" BaseType="Thermal.v1_1_3.Thermal"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500425 <EntityType Name="Temperature" BaseType="Thermal.v1_1_3.Temperature"/>
426 <EntityType Name="Fan" BaseType="Thermal.v1_1_3.Fan"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700427 </Schema>
428
Ed Tanous530520e2019-01-02 13:41:37 -0800429 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_1_5">
430 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
431 <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."/>
432 <EntityType Name="Thermal" BaseType="Thermal.v1_1_4.Thermal"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500433 <EntityType Name="Temperature" BaseType="Thermal.v1_1_4.Temperature"/>
434 <EntityType Name="Fan" BaseType="Thermal.v1_1_4.Fan"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800435 </Schema>
436
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600437 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_1_6">
438 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500439 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600440 <EntityType Name="Thermal" BaseType="Thermal.v1_1_5.Thermal"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500441 <EntityType Name="Temperature" BaseType="Thermal.v1_1_5.Temperature"/>
442 <EntityType Name="Fan" BaseType="Thermal.v1_1_5.Fan"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600443 </Schema>
444
Ed Tanouscb103132019-10-08 11:34:22 -0700445 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_1_7">
446 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
447 <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."/>
448 <EntityType Name="Thermal" BaseType="Thermal.v1_1_6.Thermal"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500449 <EntityType Name="Temperature" BaseType="Thermal.v1_1_6.Temperature"/>
450 <EntityType Name="Fan" BaseType="Thermal.v1_1_6.Fan"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700451 </Schema>
452
453 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_1_8">
454 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
455 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
456 <EntityType Name="Thermal" BaseType="Thermal.v1_1_7.Thermal"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500457 <EntityType Name="Temperature" BaseType="Thermal.v1_1_7.Temperature"/>
458 <EntityType Name="Fan" BaseType="Thermal.v1_1_7.Fan"/>
459 </Schema>
460
461 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_1_9">
462 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
463 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
464 <EntityType Name="Thermal" BaseType="Thermal.v1_1_8.Thermal"/>
465 <EntityType Name="Temperature" BaseType="Thermal.v1_1_8.Temperature"/>
466 <EntityType Name="Fan" BaseType="Thermal.v1_1_8.Fan"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700467 </Schema>
468
Jason M. Billsea4aa752018-06-05 13:29:11 -0700469 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_2_0">
470 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600471 <Annotation Term="Redfish.Release" String="2016.3"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500472
Jason M. Billsea4aa752018-06-05 13:29:11 -0700473 <EntityType Name="Thermal" BaseType="Thermal.v1_1_1.Thermal"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500474
475 <EntityType Name="Temperature" BaseType="Thermal.v1_1_1.Temperature"/>
476
477 <EntityType Name="Fan" BaseType="Thermal.v1_1_1.Fan">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700478 <Property Name="Manufacturer" Type="Edm.String">
479 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700480 <Annotation Term="OData.Description" String="The manufacturer of this fan."/>
481 <Annotation Term="OData.LongDescription" String="This property shall contain the name of the organization responsible for producing the fan. This organization might be the entity from whom the fan is purchased, but this is not necessarily true."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700482 </Property>
483 <Property Name="Model" Type="Edm.String">
484 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700485 <Annotation Term="OData.Description" String="The model number for this fan."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700486 <Annotation Term="OData.LongDescription" String="This property shall contain the model information as defined by the manufacturer for the associated fan."/>
487 </Property>
488 <Property Name="SerialNumber" Type="Edm.String">
489 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700490 <Annotation Term="OData.Description" String="The serial number for this fan."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700491 <Annotation Term="OData.LongDescription" String="This property shall contain the serial number as defined by the manufacturer for the associated fan."/>
492 </Property>
493 <Property Name="PartNumber" Type="Edm.String">
494 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700495 <Annotation Term="OData.Description" String="The part number for this fan."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700496 <Annotation Term="OData.LongDescription" String="This property shall contain the part number as defined by the manufacturer for the associated fan."/>
497 </Property>
498 <Property Name="SparePartNumber" Type="Edm.String">
499 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700500 <Annotation Term="OData.Description" String="The spare part number for this fan."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700501 <Annotation Term="OData.LongDescription" String="This property shall contain the spare or replacement part number as defined by the manufacturer for the associated fan."/>
502 </Property>
503 <Property Name="IndicatorLED" Type="Resource.IndicatorLED">
504 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700505 <Annotation Term="OData.Description" String="The state of the indicator LED, which identifies this fan."/>
506 <Annotation Term="OData.LongDescription" String="This property shall contain the state of the indicator light associated with this fan."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700507 </Property>
508 </EntityType>
509 </Schema>
510
511 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_2_1">
512 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700513 <Annotation Term="OData.Description" String="This version was created to remove the Nullable facet on NavigationProperties of the Collection type."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700514 <EntityType Name="Thermal" BaseType="Thermal.v1_2_0.Thermal"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500515 <EntityType Name="Temperature" BaseType="Thermal.v1_2_0.Temperature"/>
516 <EntityType Name="Fan" BaseType="Thermal.v1_2_0.Fan"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700517 </Schema>
518
519 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_2_2">
520 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500521 <Annotation Term="OData.Description" String="This version was created to remove the auto expand annotation for the Redundancy property inside Fans."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700522 <EntityType Name="Thermal" BaseType="Thermal.v1_2_1.Thermal"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500523 <EntityType Name="Temperature" BaseType="Thermal.v1_2_1.Temperature"/>
524 <EntityType Name="Fan" BaseType="Thermal.v1_2_1.Fan"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700525 </Schema>
526
527 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_2_3">
528 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700529 <Annotation Term="OData.Description" String="This version was created to change PhysicalContext and IndicatorLED to use the unversioned definition."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700530 <EntityType Name="Thermal" BaseType="Thermal.v1_2_2.Thermal"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500531 <EntityType Name="Temperature" BaseType="Thermal.v1_2_2.Temperature"/>
532 <EntityType Name="Fan" BaseType="Thermal.v1_2_2.Fan"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700533 </Schema>
534
Ed Tanous530520e2019-01-02 13:41:37 -0800535 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_2_4">
536 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
537 <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."/>
538 <EntityType Name="Thermal" BaseType="Thermal.v1_2_3.Thermal"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500539 <EntityType Name="Temperature" BaseType="Thermal.v1_2_3.Temperature"/>
540 <EntityType Name="Fan" BaseType="Thermal.v1_2_3.Fan"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800541 </Schema>
542
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600543 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_2_5">
544 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500545 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600546 <EntityType Name="Thermal" BaseType="Thermal.v1_2_4.Thermal"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500547 <EntityType Name="Temperature" BaseType="Thermal.v1_2_4.Temperature"/>
548 <EntityType Name="Fan" BaseType="Thermal.v1_2_4.Fan"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600549 </Schema>
550
Ed Tanouscb103132019-10-08 11:34:22 -0700551 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_2_6">
552 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
553 <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."/>
554 <EntityType Name="Thermal" BaseType="Thermal.v1_2_5.Thermal"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500555 <EntityType Name="Temperature" BaseType="Thermal.v1_2_5.Temperature"/>
556 <EntityType Name="Fan" BaseType="Thermal.v1_2_5.Fan"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700557 </Schema>
558
559 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_2_7">
560 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
561 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
562 <EntityType Name="Thermal" BaseType="Thermal.v1_2_6.Thermal"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500563 <EntityType Name="Temperature" BaseType="Thermal.v1_2_6.Temperature"/>
564 <EntityType Name="Fan" BaseType="Thermal.v1_2_6.Fan"/>
565 </Schema>
566
567 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_2_8">
568 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
569 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
570 <EntityType Name="Thermal" BaseType="Thermal.v1_2_7.Thermal"/>
571 <EntityType Name="Temperature" BaseType="Thermal.v1_2_7.Temperature"/>
572 <EntityType Name="Fan" BaseType="Thermal.v1_2_7.Fan"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700573 </Schema>
574
Jason M. Billsea4aa752018-06-05 13:29:11 -0700575 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_3_0">
576 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600577 <Annotation Term="Redfish.Release" String="2017.1"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500578
Jason M. Billsea4aa752018-06-05 13:29:11 -0700579 <EntityType Name="Thermal" BaseType="Thermal.v1_2_1.Thermal">
580 <Property Name="Actions" Type="Thermal.v1_3_0.ThermalActions" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500581 <Annotation Term="OData.Description" String="The available actions for this resource."/>
582 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700583 </Property>
584 </EntityType>
585
Gunnar Millsa778c022020-05-12 12:20:36 -0500586 <EntityType Name="Temperature" BaseType="Thermal.v1_2_1.Temperature">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700587 <Property Name="Actions" Type="Thermal.v1_3_0.TemperatureActions" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500588 <Annotation Term="OData.Description" String="The available actions for this resource."/>
589 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700590 </Property>
591 </EntityType>
592
Gunnar Millsa778c022020-05-12 12:20:36 -0500593 <EntityType Name="Fan" BaseType="Thermal.v1_2_1.Fan">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700594 <Property Name="Actions" Type="Thermal.v1_3_0.FanActions" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500595 <Annotation Term="OData.Description" String="The available actions for this resource."/>
596 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700597 </Property>
598 </EntityType>
599
600 <ComplexType Name="ThermalActions">
601 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500602 <Annotation Term="OData.Description" String="The available actions for this resource."/>
603 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800604 <Property Name="Oem" Type="Thermal.v1_3_0.ThermalOemActions" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500605 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
606 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800607 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700608 </ComplexType>
609
610 <ComplexType Name="ThermalOemActions">
611 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500612 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
613 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700614 </ComplexType>
615
616 <ComplexType Name="TemperatureActions">
617 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500618 <Annotation Term="OData.Description" String="The available actions for this resource."/>
619 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800620 <Property Name="Oem" Type="Thermal.v1_3_0.TemperatureOemActions" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500621 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
622 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800623 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700624 </ComplexType>
625
626 <ComplexType Name="TemperatureOemActions">
627 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500628 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
629 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700630 </ComplexType>
631
632 <ComplexType Name="FanActions">
633 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500634 <Annotation Term="OData.Description" String="The available actions for this resource."/>
635 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800636 <Property Name="Oem" Type="Thermal.v1_3_0.FanOemActions" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500637 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
638 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800639 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700640 </ComplexType>
641
642 <ComplexType Name="FanOemActions">
643 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500644 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
645 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700646 </ComplexType>
647 </Schema>
648
649 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_3_1">
650 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500651 <Annotation Term="OData.Description" String="This version was created to remove the auto expand annotation for the Redundancy property inside Fans."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700652 <EntityType Name="Thermal" BaseType="Thermal.v1_3_0.Thermal"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500653 <EntityType Name="Temperature" BaseType="Thermal.v1_3_0.Temperature"/>
654 <EntityType Name="Fan" BaseType="Thermal.v1_3_0.Fan"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700655 </Schema>
656
657
658 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_3_2">
659 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700660 <Annotation Term="OData.Description" String="This version was created to change PhysicalContext and IndicatorLED to use the unversioned definition."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700661 <EntityType Name="Thermal" BaseType="Thermal.v1_3_1.Thermal"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500662 <EntityType Name="Temperature" BaseType="Thermal.v1_3_1.Temperature"/>
663 <EntityType Name="Fan" BaseType="Thermal.v1_3_1.Fan"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700664 </Schema>
665
Ed Tanous530520e2019-01-02 13:41:37 -0800666 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_3_3">
667 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
668 <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."/>
669 <EntityType Name="Thermal" BaseType="Thermal.v1_3_2.Thermal"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500670 <EntityType Name="Temperature" BaseType="Thermal.v1_3_2.Temperature"/>
671 <EntityType Name="Fan" BaseType="Thermal.v1_3_2.Fan"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800672 </Schema>
673
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600674 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_3_4">
675 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500676 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600677 <EntityType Name="Thermal" BaseType="Thermal.v1_3_3.Thermal"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500678 <EntityType Name="Temperature" BaseType="Thermal.v1_3_3.Temperature"/>
679 <EntityType Name="Fan" BaseType="Thermal.v1_3_3.Fan"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600680 </Schema>
681
Ed Tanouscb103132019-10-08 11:34:22 -0700682 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_3_5">
683 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
684 <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."/>
685 <EntityType Name="Thermal" BaseType="Thermal.v1_3_4.Thermal"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500686 <EntityType Name="Temperature" BaseType="Thermal.v1_3_4.Temperature"/>
687 <EntityType Name="Fan" BaseType="Thermal.v1_3_4.Fan"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700688 </Schema>
689
690 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_3_6">
691 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
692 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
693 <EntityType Name="Thermal" BaseType="Thermal.v1_3_5.Thermal"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500694 <EntityType Name="Temperature" BaseType="Thermal.v1_3_5.Temperature"/>
695 <EntityType Name="Fan" BaseType="Thermal.v1_3_5.Fan"/>
696 </Schema>
697
698 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_3_7">
699 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
700 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
701 <EntityType Name="Thermal" BaseType="Thermal.v1_3_6.Thermal"/>
702 <EntityType Name="Temperature" BaseType="Thermal.v1_3_6.Temperature"/>
703 <EntityType Name="Fan" BaseType="Thermal.v1_3_6.Fan"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700704 </Schema>
705
Jason M. Billsea4aa752018-06-05 13:29:11 -0700706 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_4_0">
707 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600708 <Annotation Term="Redfish.Release" String="2017.3"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500709
Jason M. Billsea4aa752018-06-05 13:29:11 -0700710 <EntityType Name="Thermal" BaseType="Thermal.v1_3_2.Thermal"/>
711
Gunnar Millsa778c022020-05-12 12:20:36 -0500712 <EntityType Name="Temperature" BaseType="Thermal.v1_3_2.Temperature">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700713 <Property Name="DeltaReadingCelsius" Type="Edm.Decimal">
714 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500715 <Annotation Term="OData.Description" String="The delta temperature reading."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700716 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700717 <Annotation Term="Measures.Unit" String="Cel"/>
718 </Property>
719 <Property Name="DeltaPhysicalContext" Type="PhysicalContext.PhysicalContext" Nullable="false">
720 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700721 <Annotation Term="OData.Description" String="The area or device to which the DeltaReadingCelsius temperature measurement applies, relative to PhysicalContext."/>
722 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700723 </Property>
724 <Property Name="MaxAllowableOperatingValue" Type="Edm.Int64">
725 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
726 <Annotation Term="OData.Description" String="Maximum allowable operating temperature for this equipment."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700727 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700728 <Annotation Term="Measures.Unit" String="Cel"/>
729 </Property>
730 <Property Name="MinAllowableOperatingValue" Type="Edm.Int64">
731 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
732 <Annotation Term="OData.Description" String="Minimum allowable operating temperature for this equipment."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700733 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700734 <Annotation Term="Measures.Unit" String="Cel"/>
735 </Property>
736 <Property Name="AdjustedMaxAllowableOperatingValue" Type="Edm.Int64">
737 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
738 <Annotation Term="OData.Description" String="Adjusted maximum allowable operating temperature for this equipment based on the current environmental conditions present."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500739 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700740 <Annotation Term="Measures.Unit" String="Cel"/>
741 </Property>
742 <Property Name="AdjustedMinAllowableOperatingValue" Type="Edm.Int64">
743 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
744 <Annotation Term="OData.Description" String="Adjusted minimum allowable operating temperature for this equipment based on the current environmental conditions present."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500745 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700746 <Annotation Term="Measures.Unit" String="Cel"/>
747 </Property>
748 </EntityType>
749
Gunnar Millsa778c022020-05-12 12:20:36 -0500750 <EntityType Name="Fan" BaseType="Thermal.v1_3_2.Fan">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700751 <Property Name="HotPluggable" Type="Edm.Boolean">
752 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700753 <Annotation Term="OData.Description" String="An indication of whether this device can be inserted or removed while the equipment is in operation."/>
754 <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 be not hot-pluggable."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700755 </Property>
Ed Tanous530520e2019-01-02 13:41:37 -0800756 <Property Name="Location" Type="Resource.Location" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700757 <Annotation Term="OData.Description" String="The location of the fan."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800758 <Annotation Term="OData.LongDescription" String="This property shall contain location information of the associated fan."/>
759 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700760 <NavigationProperty Name="Assembly" Type="Assembly.Assembly" ContainsTarget="true" Nullable="false">
761 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700762 <Annotation Term="OData.Description" String="The link to the assembly associated with this fan."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500763 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type Assembly."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700764 <Annotation Term="OData.AutoExpandReferences"/>
765 </NavigationProperty>
766 </EntityType>
767 </Schema>
768
Ed Tanous530520e2019-01-02 13:41:37 -0800769 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_4_1">
770 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
771 <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."/>
772 <EntityType Name="Thermal" BaseType="Thermal.v1_4_0.Thermal"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500773 <EntityType Name="Temperature" BaseType="Thermal.v1_4_0.Temperature"/>
774 <EntityType Name="Fan" BaseType="Thermal.v1_4_0.Fan"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800775 </Schema>
776
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600777 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_4_2">
778 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500779 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600780 <EntityType Name="Thermal" BaseType="Thermal.v1_4_1.Thermal"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500781 <EntityType Name="Temperature" BaseType="Thermal.v1_4_1.Temperature"/>
782 <EntityType Name="Fan" BaseType="Thermal.v1_4_1.Fan"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600783 </Schema>
784
Ed Tanouscb103132019-10-08 11:34:22 -0700785 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_4_3">
786 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
787 <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."/>
788 <EntityType Name="Thermal" BaseType="Thermal.v1_4_2.Thermal"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500789 <EntityType Name="Temperature" BaseType="Thermal.v1_4_2.Temperature"/>
790 <EntityType Name="Fan" BaseType="Thermal.v1_4_2.Fan"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700791 </Schema>
792
793 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_4_4">
794 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
795 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
796 <EntityType Name="Thermal" BaseType="Thermal.v1_4_3.Thermal"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500797 <EntityType Name="Temperature" BaseType="Thermal.v1_4_3.Temperature"/>
798 <EntityType Name="Fan" BaseType="Thermal.v1_4_3.Fan"/>
799 </Schema>
800
801 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_4_5">
802 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
803 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
804 <EntityType Name="Thermal" BaseType="Thermal.v1_4_4.Thermal"/>
805 <EntityType Name="Temperature" BaseType="Thermal.v1_4_4.Temperature"/>
806 <EntityType Name="Fan" BaseType="Thermal.v1_4_4.Fan"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700807 </Schema>
808
Gunnar Mills844b4152020-06-22 12:44:09 -0500809 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_4_6">
810 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
811 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
812 <EntityType Name="Thermal" BaseType="Thermal.v1_4_5.Thermal"/>
813 <EntityType Name="Temperature" BaseType="Thermal.v1_4_5.Temperature"/>
814 <EntityType Name="Fan" BaseType="Thermal.v1_4_5.Fan"/>
815 </Schema>
816
Ed Tanous530520e2019-01-02 13:41:37 -0800817 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_5_0">
818 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600819 <Annotation Term="Redfish.Release" String="2018.2"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500820
Ed Tanous530520e2019-01-02 13:41:37 -0800821 <EntityType Name="Thermal" BaseType="Thermal.v1_4_1.Thermal"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500822
823 <EntityType Name="Temperature" BaseType="Thermal.v1_4_1.Temperature"/>
824
825 <EntityType Name="Fan" BaseType="Thermal.v1_4_1.Fan">
Ed Tanous530520e2019-01-02 13:41:37 -0800826 <Property Name="SensorNumber" Type="Edm.Int64">
827 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700828 <Annotation Term="OData.Description" String="The numerical identifier for this fan speed sensor."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500829 <Annotation Term="OData.LongDescription" String="This property shall contain a numerical identifier for this fan speed sensor that is unique within this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800830 </Property>
831 </EntityType>
832 </Schema>
833
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600834 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_5_1">
835 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500836 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600837 <EntityType Name="Thermal" BaseType="Thermal.v1_5_0.Thermal"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500838 <EntityType Name="Temperature" BaseType="Thermal.v1_5_0.Temperature"/>
839 <EntityType Name="Fan" BaseType="Thermal.v1_5_0.Fan"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600840 </Schema>
841
Ed Tanouscb103132019-10-08 11:34:22 -0700842 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_5_2">
843 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
844 <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."/>
845 <EntityType Name="Thermal" BaseType="Thermal.v1_5_1.Thermal"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500846 <EntityType Name="Temperature" BaseType="Thermal.v1_5_1.Temperature"/>
847 <EntityType Name="Fan" BaseType="Thermal.v1_5_1.Fan"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700848 </Schema>
849
850 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_5_3">
851 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
852 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
853 <EntityType Name="Thermal" BaseType="Thermal.v1_5_2.Thermal"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500854 <EntityType Name="Temperature" BaseType="Thermal.v1_5_2.Temperature"/>
855 <EntityType Name="Fan" BaseType="Thermal.v1_5_2.Fan"/>
856 </Schema>
857
858 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_5_4">
859 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
860 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
861 <EntityType Name="Thermal" BaseType="Thermal.v1_5_3.Thermal"/>
862 <EntityType Name="Temperature" BaseType="Thermal.v1_5_3.Temperature"/>
863 <EntityType Name="Fan" BaseType="Thermal.v1_5_3.Fan"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700864 </Schema>
865
Gunnar Mills844b4152020-06-22 12:44:09 -0500866 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_5_5">
867 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
868 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
869 <EntityType Name="Thermal" BaseType="Thermal.v1_5_4.Thermal"/>
870 <EntityType Name="Temperature" BaseType="Thermal.v1_5_4.Temperature"/>
871 <EntityType Name="Fan" BaseType="Thermal.v1_5_4.Fan"/>
872 </Schema>
873
Gunnar Mills09b9d452020-02-11 13:27:39 -0600874 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_6_0">
875 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
876 <Annotation Term="Redfish.Release" String="2019.4"/>
877
878 <EntityType Name="Thermal" BaseType="Thermal.v1_5_3.Thermal"/>
879
Gunnar Millsa778c022020-05-12 12:20:36 -0500880 <EntityType Name="Temperature" BaseType="Thermal.v1_5_3.Temperature">
Gunnar Mills09b9d452020-02-11 13:27:39 -0600881 <Property Name="UpperThresholdUser" Type="Edm.Int64">
882 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
883 <Annotation Term="OData.Description" String="The value at which the reading is above the user-defined range."/>
884 <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."/>
885 <Annotation Term="Measures.Unit" String="Cel"/>
886 </Property>
887 <Property Name="LowerThresholdUser" Type="Edm.Int64">
888 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
889 <Annotation Term="OData.Description" String="The value at which the reading is below the user-defined range."/>
890 <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."/>
891 <Annotation Term="Measures.Unit" String="Cel"/>
892 </Property>
893 </EntityType>
Gunnar Millsa778c022020-05-12 12:20:36 -0500894
895 <EntityType Name="Fan" BaseType="Thermal.v1_5_3.Fan"/>
896 </Schema>
897
898 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_6_1">
899 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
900 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
901 <EntityType Name="Thermal" BaseType="Thermal.v1_6_0.Thermal"/>
902 <EntityType Name="Temperature" BaseType="Thermal.v1_6_0.Temperature"/>
903 <EntityType Name="Fan" BaseType="Thermal.v1_6_0.Fan"/>
Gunnar Mills09b9d452020-02-11 13:27:39 -0600904 </Schema>
905
Gunnar Mills844b4152020-06-22 12:44:09 -0500906 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_6_2">
907 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
908 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
909 <EntityType Name="Thermal" BaseType="Thermal.v1_6_1.Thermal"/>
910 <EntityType Name="Temperature" BaseType="Thermal.v1_6_1.Temperature"/>
911 <EntityType Name="Fan" BaseType="Thermal.v1_6_1.Fan"/>
912 </Schema>
913
Gunnar Mills262d7d42021-01-20 16:28:41 -0600914 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_7_0">
915 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
916 <Annotation Term="Redfish.Release" String="2020.4"/>
917 <Annotation Term="OData.Description" String="This version was created to deprecate the schema."/>
918
919 <EntityType Name="Thermal" BaseType="Thermal.v1_6_2.Thermal"/>
920
921 <EntityType Name="Temperature" BaseType="Thermal.v1_6_2.Temperature"/>
922
923 <EntityType Name="Fan" BaseType="Thermal.v1_6_2.Fan"/>
924 </Schema>
925
Jason M. Billsea4aa752018-06-05 13:29:11 -0700926 </edmx:DataServices>
927</edmx:Edmx>