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