blob: e0e8689dabee20734f21a9af19fa48c4afb6d1b3 [file] [log] [blame]
Jason M. Billsea4aa752018-06-05 13:29:11 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
Marri Devender Raod45d2d02019-01-21 10:11:34 -06004<!--# Redfish Schema: Thermal v1.5.1-->
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 -->
Ed Tanous530520e2019-01-02 13:41:37 -08008<!--# Copyright 2014-2018 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">
45 <Annotation Term="OData.Description" String="This is the schema definition for the Thermal properties. It represents the properties for Temperature and Cooling."/>
46 <Annotation Term="OData.LongDescription" String="This resource shall be used to represent a thermal metrics resource 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="Thermal resources can be updated to change any writable properties."/>
56 </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>
Jason M. Billsea4aa752018-06-05 13:29:11 -070068 </EntityType>
69
70 </Schema>
71
72 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_0_0">
73 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060074 <Annotation Term="Redfish.Release" String="1.0"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070075
76 <EntityType Name="Thermal" BaseType="Thermal.Thermal">
77 <NavigationProperty Name="Temperatures" Type="Collection(Thermal.v1_0_0.Temperature)" ContainsTarget="true">
78 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
79 <Annotation Term="OData.Description" String="This is the definition for temperature sensors."/>
80 <Annotation Term="OData.LongDescription" String="These properties shall be the definition for temperature sensors for a Redfish implementation."/>
81 <Annotation Term="OData.AutoExpand"/>
82 </NavigationProperty>
83 <NavigationProperty Name="Fans" Type="Collection(Thermal.v1_0_0.Fan)" ContainsTarget="true">
84 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
85 <Annotation Term="OData.Description" String="This is the definition for fans."/>
86 <Annotation Term="OData.LongDescription" String="These properties shall be the definition for fans for a Redfish implementation."/>
87 <Annotation Term="OData.AutoExpand"/>
88 </NavigationProperty>
89 <NavigationProperty Name="Redundancy" Type="Collection(Redundancy.Redundancy)" ContainsTarget="true">
90 <Annotation Term="OData.Description" String="This structure is used to show redundancy for fans. The Component ids will reference the members of the redundancy groups."/>
91 <Annotation Term="OData.LongDescription" String="The values of the properties in this array shall be used to show redundancy for fans and other elements in this resource. The use of IDs within these arrays shall reference the members of the redundancy groups."/>
92 <Annotation Term="OData.AutoExpand"/>
93 </NavigationProperty>
Ed Tanous530520e2019-01-02 13:41:37 -080094 <Property Name="Status" Type="Resource.Status" Nullable="false">
95 <Annotation Term="OData.Description" String="This property describes the status and health of the resource and its children."/>
96 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
97 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -070098 </EntityType>
99
100 <EntityType Name="Temperature" BaseType="Resource.v1_0_0.ReferenceableMember">
101 <Property Name="Name" Type="Edm.String">
102 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
103 <Annotation Term="OData.Description" String="Temperature sensor name."/>
104 <Annotation Term="OData.LongDescription" String="The value of this property shall be the name of the temperature sensor."/>
105 </Property>
106 <Property Name="SensorNumber" Type="Edm.Int64">
107 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
108 <Annotation Term="OData.Description" String="A numerical identifier to represent the temperature sensor."/>
109 <Annotation Term="OData.LongDescription" String="The value of this property shall be a numerical identifier for this temperature sensor that is unique within this resource."/>
110 </Property>
Ed Tanous530520e2019-01-02 13:41:37 -0800111 <Property Name="Status" Type="Resource.Status" Nullable="false">
112 <Annotation Term="OData.Description" String="This property describes the status and health of the resource and its children."/>
113 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
114 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700115 <Property Name="ReadingCelsius" Type="Edm.Decimal">
116 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
117 <Annotation Term="OData.Description" String="Temperature."/>
118 <Annotation Term="OData.LongDescription" String="The value of this property shall be the current value of the temperature sensor's reading."/>
119 <Annotation Term="Measures.Unit" String="Cel"/>
120 </Property>
121 <Property Name="UpperThresholdNonCritical" Type="Edm.Decimal">
122 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
123 <Annotation Term="OData.Description" String="Above normal range."/>
124 <Annotation Term="OData.LongDescription" String="The value of this property shall indicate the ReadingCelsius is above the normal range but is not critical. The units shall be the same units as the related ReadingCelsius property."/>
125 <Annotation Term="Measures.Unit" String="Cel"/>
126 </Property>
127 <Property Name="UpperThresholdCritical" Type="Edm.Decimal">
128 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
129 <Annotation Term="OData.Description" String="Above normal range but not yet fatal."/>
130 <Annotation Term="OData.LongDescription" String="The value of this property shall indicate the ReadingCelsius is above the normal range but is not yet fatal. The units shall be the same units as the related ReadingCelsius property."/>
131 <Annotation Term="Measures.Unit" String="Cel"/>
132 </Property>
133 <Property Name="UpperThresholdFatal" Type="Edm.Decimal">
134 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
135 <Annotation Term="OData.Description" String="Above normal range and is fatal."/>
136 <Annotation Term="OData.LongDescription" String="The value of this property shall indicate the ReadingCelsius is above the normal range and is fatal. The units shall be the same units as the related ReadingCelsius property."/>
137 <Annotation Term="Measures.Unit" String="Cel"/>
138 </Property>
139 <Property Name="LowerThresholdNonCritical" Type="Edm.Decimal">
140 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
141 <Annotation Term="OData.Description" String="Below normal range."/>
142 <Annotation Term="OData.LongDescription" String="The value of this property shall indicate the ReadingCelsius is below the normal range but is not critical. The units shall be the same units as the related ReadingCelsius property."/>
143 <Annotation Term="Measures.Unit" String="Cel"/>
144 </Property>
145 <Property Name="LowerThresholdCritical" Type="Edm.Decimal">
146 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
147 <Annotation Term="OData.Description" String="Below normal range but not yet fatal."/>
148 <Annotation Term="OData.LongDescription" String="The value of this property shall indicate the ReadingCelsius is below the normal range but is not yet fatal. The units shall be the same units as the related ReadingCelsius property."/>
149 <Annotation Term="Measures.Unit" String="Cel"/>
150 </Property>
151 <Property Name="LowerThresholdFatal" Type="Edm.Decimal">
152 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
153 <Annotation Term="OData.Description" String="Below normal range and is fatal."/>
154 <Annotation Term="OData.LongDescription" String="The value of this property shall indicate the ReadingCelsius is below the normal range and is fatal. The units shall be the same units as the related ReadingCelsius property."/>
155 <Annotation Term="Measures.Unit" String="Cel"/>
156 </Property>
157 <Property Name="MinReadingRangeTemp" Type="Edm.Decimal">
158 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
159 <Annotation Term="OData.Description" String="Minimum value for ReadingCelsius."/>
160 <Annotation Term="OData.LongDescription" String="The value of this property shall indicate the lowest possible value for ReadingCelsius. The units shall be the same units as the related ReadingCelsius property."/>
161 <Annotation Term="Measures.Unit" String="Cel"/>
162 </Property>
163 <Property Name="MaxReadingRangeTemp" Type="Edm.Decimal">
164 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
165 <Annotation Term="OData.Description" String="Maximum value for ReadingCelsius."/>
166 <Annotation Term="OData.LongDescription" String="The value of this property shall indicate the highest possible value for ReadingCelsius. The units shall be the same units as the related ReadingCelsius property."/>
167 <Annotation Term="Measures.Unit" String="Cel"/>
168 </Property>
169 <Property Name="PhysicalContext" Type="PhysicalContext.PhysicalContext" Nullable="false">
170 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
171 <Annotation Term="OData.Description" String="Describes the area or device to which this temperature measurement applies."/>
172 <Annotation Term="OData.LongDescription" String="The value of this property shall be a description of the affected device or region within the chassis to which this temperature measurement applies."/>
173 </Property>
174 <NavigationProperty Name="RelatedItem" Type="Collection(Resource.Item)">
175 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
176 <Annotation Term="OData.Description" String="Describes the areas or devices to which this temperature measurement applies."/>
177 <Annotation Term="OData.LongDescription" String="The value of this property shall the array of IDs of areas or devices to which this temperature measurement applies."/>
178 <Annotation Term="OData.AutoExpandReferences"/>
179 </NavigationProperty>
180 </EntityType>
181
182 <EntityType Name="Fan" BaseType="Resource.v1_0_0.ReferenceableMember">
183 <Property Name="FanName" Type="Edm.String">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700184 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
185 <Annotation Term="OData.Description" String="Name of the fan."/>
186 <Annotation Term="OData.LongDescription" String="The value of this property shall be the name of the fan."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600187 <Annotation Term="Redfish.Revisions">
188 <Collection>
189 <Record>
190 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
191 <PropertyValue Property="Version" String="v1_1_0"/>
192 <PropertyValue Property="Description" String="This property has been Deprecated in favor of the property Name."/>
193 </Record>
194 </Collection>
195 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700196 </Property>
197 <Property Name="PhysicalContext" Type="PhysicalContext.PhysicalContext" Nullable="false">
198 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
199 <Annotation Term="OData.Description" String="Describes the area or device associated with this fan."/>
200 <Annotation Term="OData.LongDescription" String="The value of this property shall be a description of the affected device or region within the chassis to which this fan is associated."/>
201 </Property>
Ed Tanous530520e2019-01-02 13:41:37 -0800202 <Property Name="Status" Type="Resource.Status" Nullable="false">
203 <Annotation Term="OData.Description" String="This property describes the status and health of the resource and its children."/>
204 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
205 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700206 <Property Name="Reading" Type="Edm.Int64">
207 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
208 <Annotation Term="OData.Description" String="Current fan speed."/>
209 <Annotation Term="OData.LongDescription" String="The value of this property shall be the current value of the fan sensor's reading."/>
210 </Property>
211 <Property Name="UpperThresholdNonCritical" Type="Edm.Int64">
212 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
213 <Annotation Term="OData.Description" String="Above normal range."/>
214 <Annotation Term="OData.LongDescription" String="The value of this property shall indicate the Reading is above the normal range but is not critical. The units shall be the same units as the related Reading property."/>
215 </Property>
216 <Property Name="UpperThresholdCritical" Type="Edm.Int64">
217 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
218 <Annotation Term="OData.Description" String="Above normal range but not yet fatal."/>
219 <Annotation Term="OData.LongDescription" String="The value of this property shall indicate the Reading is above the normal range but is not yet fatal. The units shall be the same units as the related Reading property."/>
220 </Property>
221 <Property Name="UpperThresholdFatal" Type="Edm.Int64">
222 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
223 <Annotation Term="OData.Description" String="Above normal range and is fatal."/>
224 <Annotation Term="OData.LongDescription" String="The value of this property shall indicate the Reading is above the normal range and is fatal. The units shall be the same units as the related Reading property."/>
225 </Property>
226 <Property Name="LowerThresholdNonCritical" Type="Edm.Int64">
227 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
228 <Annotation Term="OData.Description" String="Below normal range."/>
229 <Annotation Term="OData.LongDescription" String="The value of this property shall indicate the Reading is below the normal range but is not critical. The units shall be the same units as the related Reading property."/>
230 </Property>
231 <Property Name="LowerThresholdCritical" Type="Edm.Int64">
232 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
233 <Annotation Term="OData.Description" String="Below normal range but not yet fatal."/>
234 <Annotation Term="OData.LongDescription" String="The value of this property shall indicate the Reading is below the normal range but is not yet fatal. The units shall be the same units as the related Reading property."/>
235 </Property>
236 <Property Name="LowerThresholdFatal" Type="Edm.Int64">
237 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
238 <Annotation Term="OData.Description" String="Below normal range and is fatal."/>
239 <Annotation Term="OData.LongDescription" String="The value of this property shall indicate the Reading is below the normal range and is fatal. The units shall be the same units as the related Reading property."/>
240 </Property>
241 <Property Name="MinReadingRange" Type="Edm.Int64">
242 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
243 <Annotation Term="OData.Description" String="Minimum value for Reading."/>
244 <Annotation Term="OData.LongDescription" String="The value of this property shall indicate the lowest possible value for Reading. The units shall be the same units as the related Reading property."/>
245 </Property>
246 <Property Name="MaxReadingRange" Type="Edm.Int64">
247 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
248 <Annotation Term="OData.Description" String="Maximum value for Reading."/>
249 <Annotation Term="OData.LongDescription" String="The value of this property shall indicate the highest possible value for Reading. The units shall be the same units as the related Reading property."/>
250 </Property>
251 <NavigationProperty Name="RelatedItem" Type="Collection(Resource.Item)">
252 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
253 <Annotation Term="OData.Description" String="The ID(s) of the resources serviced with this fan."/>
254 <Annotation Term="OData.LongDescription" String="The value of this property shall be an array of IDs containing pointers consistent with JSON pointer syntax to the resource that are being serviced by this fan."/>
255 <Annotation Term="OData.AutoExpandReferences"/>
256 </NavigationProperty>
257 <NavigationProperty Name="Redundancy" Type="Collection(Redundancy.Redundancy)">
258 <Annotation Term="OData.Description" String="This structure is used to show redundancy for fans. The Component ids will reference the members of the redundancy groups."/>
259 <Annotation Term="OData.LongDescription" String="The values of the properties in this array shall be used to show redundancy for fans and other elements in this resource. The use of IDs within these arrays shall reference the members of the redundancy groups."/>
260 <Annotation Term="OData.AutoExpandReferences"/>
261 </NavigationProperty>
262 </EntityType>
263
264 </Schema>
265
266 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_0_1">
267 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
268 <EntityType Name="Thermal" BaseType="Thermal.v1_0_0.Thermal"/>
269 <EntityType Name="Fan" BaseType="Thermal.v1_0_0.Fan">
270 <Property Name="ReadingUnits" Type="Thermal.v1_0_1.ReadingUnits">
271 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
272 <Annotation Term="OData.Description" String="Units in which the reading and thresholds are measured."/>
273 <Annotation Term="OData.LongDescription" String="The value of this property shall be the units in which the fan's reading and thresholds are measured."/>
274 </Property>
275 </EntityType>
276
277 <EnumType Name="ReadingUnits">
278 <Member Name="RPM">
279 <Annotation Term="OData.Description" String="Indicates that the fan reading and thresholds are measured in rotations per minute."/>
280 </Member>
281 <Member Name="Percent">
282 <Annotation Term="OData.Description" String="Indicates that the fan reading and thresholds are measured in percentage."/>
283 </Member>
284 </EnumType>
285
286 </Schema>
287
288 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_0_2">
289 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
290 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
291 <EntityType Name="Thermal" BaseType="Thermal.v1_0_1.Thermal"/>
292 </Schema>
293
294 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_0_3">
295 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
296 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
297 <EntityType Name="Thermal" BaseType="Thermal.v1_0_2.Thermal"/>
298 </Schema>
299
300 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_0_4">
301 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
302 <Annotation Term="OData.Description" String="This version was created to remove the Nullable facet on NavigationProperties of type Collection."/>
303 <EntityType Name="Thermal" BaseType="Thermal.v1_0_3.Thermal"/>
304 </Schema>
305
306 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_0_5">
307 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
308 <Annotation Term="OData.Description" String="This version was created to remove the AutoExpand annotation for the Redundancy property inside Fans."/>
309 <EntityType Name="Thermal" BaseType="Thermal.v1_0_4.Thermal"/>
310 </Schema>
311
312 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_0_6">
313 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
314 <Annotation Term="OData.Description" String="This version was created to change references to PhysicalContext to use the unversioned definition."/>
315 <EntityType Name="Thermal" BaseType="Thermal.v1_0_5.Thermal"/>
316 </Schema>
317
Ed Tanous530520e2019-01-02 13:41:37 -0800318 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_0_7">
319 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
320 <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."/>
321 <EntityType Name="Thermal" BaseType="Thermal.v1_0_6.Thermal"/>
322 </Schema>
323
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600324 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_0_8">
325 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
326 <Annotation Term="OData.Description" String="This version was created to make use of the new Revisions annotation."/>
327 <EntityType Name="Thermal" BaseType="Thermal.v1_0_7.Thermal"/>
328 </Schema>
329
Jason M. Billsea4aa752018-06-05 13:29:11 -0700330 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_1_0">
331 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600332 <Annotation Term="Redfish.Release" String="2016.1"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700333 <EntityType Name="Thermal" BaseType="Thermal.v1_0_2.Thermal"/>
334 <EntityType Name="Fan" BaseType="Thermal.v1_0_1.Fan">
335 <Property Name="Name" Type="Edm.String">
336 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
337 <Annotation Term="OData.Description" String="Name of the fan."/>
338 <Annotation Term="OData.LongDescription" String="The value of this property shall be the name of the fan."/>
339 </Property>
340 </EntityType>
341 </Schema>
342
343 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_1_1">
344 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
345 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
346 <EntityType Name="Thermal" BaseType="Thermal.v1_1_0.Thermal"/>
347 </Schema>
348
349 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_1_2">
350 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
351 <Annotation Term="OData.Description" String="This version was created to remove the Nullable facet on NavigationProperties of type Collection."/>
352 <EntityType Name="Thermal" BaseType="Thermal.v1_1_1.Thermal"/>
353 </Schema>
354
355 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_1_3">
356 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
357 <Annotation Term="OData.Description" String="This version was created to remove the AutoExpand annotation for the Redundancy property inside Fans."/>
358 <EntityType Name="Thermal" BaseType="Thermal.v1_1_2.Thermal"/>
359 </Schema>
360
361 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_1_4">
362 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
363 <Annotation Term="OData.Description" String="This version was created to change references to PhysicalContext to use the unversioned definition."/>
364 <EntityType Name="Thermal" BaseType="Thermal.v1_1_3.Thermal"/>
365 </Schema>
366
Ed Tanous530520e2019-01-02 13:41:37 -0800367 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_1_5">
368 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
369 <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."/>
370 <EntityType Name="Thermal" BaseType="Thermal.v1_1_4.Thermal"/>
371 </Schema>
372
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600373 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_1_6">
374 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
375 <Annotation Term="OData.Description" String="This version was created to make use of the new Revisions annotation."/>
376 <EntityType Name="Thermal" BaseType="Thermal.v1_1_5.Thermal"/>
377 </Schema>
378
Jason M. Billsea4aa752018-06-05 13:29:11 -0700379 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_2_0">
380 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600381 <Annotation Term="Redfish.Release" String="2016.3"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700382 <EntityType Name="Thermal" BaseType="Thermal.v1_1_1.Thermal"/>
383 <EntityType Name="Fan" BaseType="Thermal.v1_1_0.Fan">
384 <Property Name="Manufacturer" Type="Edm.String">
385 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
386 <Annotation Term="OData.Description" String="This is the manufacturer of this Fan."/>
387 <Annotation Term="OData.LongDescription" String="The value of this property shall be 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."/>
388 </Property>
389 <Property Name="Model" Type="Edm.String">
390 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
391 <Annotation Term="OData.Description" String="The model number for this Fan."/>
392 <Annotation Term="OData.LongDescription" String="This property shall contain the model information as defined by the manufacturer for the associated fan."/>
393 </Property>
394 <Property Name="SerialNumber" Type="Edm.String">
395 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
396 <Annotation Term="OData.Description" String="The serial number for this Fan."/>
397 <Annotation Term="OData.LongDescription" String="This property shall contain the serial number as defined by the manufacturer for the associated fan."/>
398 </Property>
399 <Property Name="PartNumber" Type="Edm.String">
400 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
401 <Annotation Term="OData.Description" String="The part number for this Fan."/>
402 <Annotation Term="OData.LongDescription" String="This property shall contain the part number as defined by the manufacturer for the associated fan."/>
403 </Property>
404 <Property Name="SparePartNumber" Type="Edm.String">
405 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
406 <Annotation Term="OData.Description" String="The spare part number for this Fan."/>
407 <Annotation Term="OData.LongDescription" String="This property shall contain the spare or replacement part number as defined by the manufacturer for the associated fan."/>
408 </Property>
409 <Property Name="IndicatorLED" Type="Resource.IndicatorLED">
410 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
411 <Annotation Term="OData.Description" String="The state of the indicator LED, used to identify this Fan."/>
412 <Annotation Term="OData.LongDescription" String="The value of this property shall contain the indicator light state for the indicator light associated with this fan."/>
413 </Property>
414 </EntityType>
415 </Schema>
416
417 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_2_1">
418 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
419 <Annotation Term="OData.Description" String="This version was created to remove the Nullable facet on NavigationProperties of type Collection."/>
420 <EntityType Name="Thermal" BaseType="Thermal.v1_2_0.Thermal"/>
421 </Schema>
422
423 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_2_2">
424 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
425 <Annotation Term="OData.Description" String="This version was created to remove the AutoExpand annotation for the Redundancy property inside Fans."/>
426 <EntityType Name="Thermal" BaseType="Thermal.v1_2_1.Thermal"/>
427 </Schema>
428
429 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_2_3">
430 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
431 <Annotation Term="OData.Description" String="This version was created to change references to PhysicalContext and IndicatorLED to use the unversioned definition."/>
432 <EntityType Name="Thermal" BaseType="Thermal.v1_2_2.Thermal"/>
433 </Schema>
434
Ed Tanous530520e2019-01-02 13:41:37 -0800435 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_2_4">
436 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
437 <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."/>
438 <EntityType Name="Thermal" BaseType="Thermal.v1_2_3.Thermal"/>
439 </Schema>
440
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600441 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_2_5">
442 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
443 <Annotation Term="OData.Description" String="This version was created to make use of the new Revisions annotation."/>
444 <EntityType Name="Thermal" BaseType="Thermal.v1_2_4.Thermal"/>
445 </Schema>
446
Jason M. Billsea4aa752018-06-05 13:29:11 -0700447 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_3_0">
448 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600449 <Annotation Term="Redfish.Release" String="2017.1"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700450 <EntityType Name="Thermal" BaseType="Thermal.v1_2_1.Thermal">
451 <Property Name="Actions" Type="Thermal.v1_3_0.ThermalActions" Nullable="false">
452 <Annotation Term="OData.Description" String="The available actions for this resource."/>
453 <Annotation Term="OData.LongDescription" String="The Actions property shall contain the available actions for this resource."/>
454 </Property>
455 </EntityType>
456
457 <EntityType Name="Temperature" BaseType="Thermal.v1_0_0.Temperature">
458 <Property Name="Actions" Type="Thermal.v1_3_0.TemperatureActions" Nullable="false">
459 <Annotation Term="OData.Description" String="The available actions for this resource."/>
460 <Annotation Term="OData.LongDescription" String="The Actions property shall contain the available actions for this resource."/>
461 </Property>
462 </EntityType>
463
464 <EntityType Name="Fan" BaseType="Thermal.v1_2_0.Fan">
465 <Property Name="Actions" Type="Thermal.v1_3_0.FanActions" Nullable="false">
466 <Annotation Term="OData.Description" String="The available actions for this resource."/>
467 <Annotation Term="OData.LongDescription" String="The Actions property shall contain the available actions for this resource."/>
468 </Property>
469 </EntityType>
470
471 <ComplexType Name="ThermalActions">
472 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
473 <Annotation Term="OData.Description" String="The available actions for this resource."/>
474 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800475 <Property Name="Oem" Type="Thermal.v1_3_0.ThermalOemActions" Nullable="false">
476 <Annotation Term="OData.Description" String="This property contains the available OEM specific actions for this resource."/>
477 <Annotation Term="OData.LongDescription" String="This property shall contain any additional OEM actions for this resource."/>
478 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700479 </ComplexType>
480
481 <ComplexType Name="ThermalOemActions">
482 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
483 <Annotation Term="OData.Description" String="The available OEM specific actions for this resource."/>
484 <Annotation Term="OData.LongDescription" String="This type shall contain any additional OEM actions for this resource."/>
485 </ComplexType>
486
487 <ComplexType Name="TemperatureActions">
488 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
489 <Annotation Term="OData.Description" String="The available actions for this resource."/>
490 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800491 <Property Name="Oem" Type="Thermal.v1_3_0.TemperatureOemActions" Nullable="false">
492 <Annotation Term="OData.Description" String="This property contains the available OEM specific actions for this resource."/>
493 <Annotation Term="OData.LongDescription" String="This property shall contain any additional OEM actions for this resource."/>
494 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700495 </ComplexType>
496
497 <ComplexType Name="TemperatureOemActions">
498 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
499 <Annotation Term="OData.Description" String="The available OEM specific actions for this resource."/>
500 <Annotation Term="OData.LongDescription" String="This type shall contain any additional OEM actions for this resource."/>
501 </ComplexType>
502
503 <ComplexType Name="FanActions">
504 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
505 <Annotation Term="OData.Description" String="The available actions for this resource."/>
506 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800507 <Property Name="Oem" Type="Thermal.v1_3_0.FanOemActions" Nullable="false">
508 <Annotation Term="OData.Description" String="This property contains the available OEM specific actions for this resource."/>
509 <Annotation Term="OData.LongDescription" String="This property shall contain any additional OEM actions for this resource."/>
510 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700511 </ComplexType>
512
513 <ComplexType Name="FanOemActions">
514 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
515 <Annotation Term="OData.Description" String="The available OEM specific actions for this resource."/>
516 <Annotation Term="OData.LongDescription" String="This type shall contain any additional OEM actions for this resource."/>
517 </ComplexType>
518 </Schema>
519
520 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_3_1">
521 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
522 <Annotation Term="OData.Description" String="This version was created to remove the AutoExpand annotation for the Redundancy property inside Fans."/>
523 <EntityType Name="Thermal" BaseType="Thermal.v1_3_0.Thermal"/>
524 </Schema>
525
526
527 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_3_2">
528 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
529 <Annotation Term="OData.Description" String="This version was created to change references to PhysicalContext and IndicatorLED to use the unversioned definition."/>
530 <EntityType Name="Thermal" BaseType="Thermal.v1_3_1.Thermal"/>
531 </Schema>
532
Ed Tanous530520e2019-01-02 13:41:37 -0800533 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_3_3">
534 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
535 <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."/>
536 <EntityType Name="Thermal" BaseType="Thermal.v1_3_2.Thermal"/>
537 </Schema>
538
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600539 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_3_4">
540 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
541 <Annotation Term="OData.Description" String="This version was created to make use of the new Revisions annotation."/>
542 <EntityType Name="Thermal" BaseType="Thermal.v1_3_3.Thermal"/>
543 </Schema>
544
Jason M. Billsea4aa752018-06-05 13:29:11 -0700545 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_4_0">
546 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600547 <Annotation Term="Redfish.Release" String="2017.3"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700548 <EntityType Name="Thermal" BaseType="Thermal.v1_3_2.Thermal"/>
549
550 <EntityType Name="Temperature" BaseType="Thermal.v1_3_0.Temperature">
551 <Property Name="DeltaReadingCelsius" Type="Edm.Decimal">
552 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
553 <Annotation Term="OData.Description" String="Delta Temperature reading."/>
554 <Annotation Term="OData.LongDescription" String="The value of this property shall be the delta of the values of the temperature readings across this sensor and the sensor at DeltaPhysicalContext."/>
555 <Annotation Term="Measures.Unit" String="Cel"/>
556 </Property>
557 <Property Name="DeltaPhysicalContext" Type="PhysicalContext.PhysicalContext" Nullable="false">
558 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
559 <Annotation Term="OData.Description" String="Describes the area or device to which the DeltaReadingCelsius temperature measurement applies, relative to PhysicalContext."/>
560 <Annotation Term="OData.LongDescription" String="The value of this property shall be a description of the affected device or region within the chassis to which the DeltaReadingCelsius temperature measurement applies, relative to PhysicalContext."/>
561 </Property>
562 <Property Name="MaxAllowableOperatingValue" Type="Edm.Int64">
563 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
564 <Annotation Term="OData.Description" String="Maximum allowable operating temperature for this equipment."/>
565 <Annotation Term="OData.LongDescription" String="The value of 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."/>
566 <Annotation Term="Measures.Unit" String="Cel"/>
567 </Property>
568 <Property Name="MinAllowableOperatingValue" Type="Edm.Int64">
569 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
570 <Annotation Term="OData.Description" String="Minimum allowable operating temperature for this equipment."/>
571 <Annotation Term="OData.LongDescription" String="The value of 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."/>
572 <Annotation Term="Measures.Unit" String="Cel"/>
573 </Property>
574 <Property Name="AdjustedMaxAllowableOperatingValue" Type="Edm.Int64">
575 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
576 <Annotation Term="OData.Description" String="Adjusted maximum allowable operating temperature for this equipment based on the current environmental conditions present."/>
577 <Annotation Term="OData.LongDescription" String="The value of 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 may be adjusted based on the available liquid pressure."/>
578 <Annotation Term="Measures.Unit" String="Cel"/>
579 </Property>
580 <Property Name="AdjustedMinAllowableOperatingValue" Type="Edm.Int64">
581 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
582 <Annotation Term="OData.Description" String="Adjusted minimum allowable operating temperature for this equipment based on the current environmental conditions present."/>
583 <Annotation Term="OData.LongDescription" String="The value of 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 may be adjusted based on the available liquid pressure."/>
584 <Annotation Term="Measures.Unit" String="Cel"/>
585 </Property>
586 </EntityType>
587
588 <EntityType Name="Fan" BaseType="Thermal.v1_3_0.Fan">
589 <Property Name="HotPluggable" Type="Edm.Boolean">
590 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
591 <Annotation Term="OData.Description" String="Indicates if this device can be inserted or removed while the equipment is in operation."/>
592 <Annotation Term="OData.LongDescription" String="The value of this property shall indicate whether the device can be inserted or removed while the underlying equipment otherwise remains in its current operational state. Devices indicated as hot-pluggable shall allow the device to 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 indicated as not hot-pluggable."/>
593 </Property>
Ed Tanous530520e2019-01-02 13:41:37 -0800594 <Property Name="Location" Type="Resource.Location" Nullable="false">
595 <Annotation Term="OData.Description" String="The Location of the fan."/>
596 <Annotation Term="OData.LongDescription" String="This property shall contain location information of the associated fan."/>
597 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700598 <NavigationProperty Name="Assembly" Type="Assembly.Assembly" ContainsTarget="true" Nullable="false">
599 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
600 <Annotation Term="OData.Description" String="A reference to the Assembly resource associated with this fan."/>
601 <Annotation Term="OData.LongDescription" String="The value of this property shall be a link to a resource of type Assembly."/>
602 <Annotation Term="OData.AutoExpandReferences"/>
603 </NavigationProperty>
604 </EntityType>
605 </Schema>
606
Ed Tanous530520e2019-01-02 13:41:37 -0800607 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_4_1">
608 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
609 <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."/>
610 <EntityType Name="Thermal" BaseType="Thermal.v1_4_0.Thermal"/>
611 </Schema>
612
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600613 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_4_2">
614 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
615 <Annotation Term="OData.Description" String="This version was created to make use of the new Revisions annotation."/>
616 <EntityType Name="Thermal" BaseType="Thermal.v1_4_1.Thermal"/>
617 </Schema>
618
Ed Tanous530520e2019-01-02 13:41:37 -0800619 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_5_0">
620 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600621 <Annotation Term="Redfish.Release" String="2018.2"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800622 <EntityType Name="Thermal" BaseType="Thermal.v1_4_1.Thermal"/>
623 <EntityType Name="Fan" BaseType="Thermal.v1_4_0.Fan">
624 <Property Name="SensorNumber" Type="Edm.Int64">
625 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
626 <Annotation Term="OData.Description" String="A numerical identifier to represent the fan speed sensor."/>
627 <Annotation Term="OData.LongDescription" String="The value of this property shall be a numerical identifier for this fan speed sensor that is unique within this resource."/>
628 </Property>
629 </EntityType>
630 </Schema>
631
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600632 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Thermal.v1_5_1">
633 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
634 <Annotation Term="OData.Description" String="This version was created to make use of the new Revisions annotation."/>
635 <EntityType Name="Thermal" BaseType="Thermal.v1_5_0.Thermal"/>
636 </Schema>
637
Jason M. Billsea4aa752018-06-05 13:29:11 -0700638 </edmx:DataServices>
639</edmx:Edmx>