1<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################       -->
4<!--# Redfish Schema:  Fan v1.5.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-2024 DMTF.                                                            -->
9<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10<!--################################################################################       -->
11<!---->
12<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
13
14  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
15    <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
16  </edmx:Reference>
17  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
18    <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
19  </edmx:Reference>
20  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml">
21    <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/>
22  </edmx:Reference>
23  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
24    <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
25    <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/>
26  </edmx:Reference>
27  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
28    <edmx:Include Namespace="Resource"/>
29    <edmx:Include Namespace="Resource.v1_0_0"/>
30  </edmx:Reference>
31  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PhysicalContext_v1.xml">
32    <edmx:Include Namespace="PhysicalContext"/>
33  </edmx:Reference>
34  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Redundancy_v1.xml">
35    <edmx:Include Namespace="Redundancy"/>
36  </edmx:Reference>
37  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Sensor_v1.xml">
38    <edmx:Include Namespace="Sensor"/>
39  </edmx:Reference>
40  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Assembly_v1.xml">
41    <edmx:Include Namespace="Assembly"/>
42  </edmx:Reference>
43  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Chassis_v1.xml">
44    <edmx:Include Namespace="Chassis"/>
45  </edmx:Reference>
46
47  <edmx:DataServices>
48
49    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Fan">
50      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
51      <Annotation Term="Redfish.Language" String="en"/>
52
53      <EntityType Name="Fan" BaseType="Resource.v1_0_0.Resource" Abstract="true">
54        <Annotation Term="OData.Description" String="The `Fan` schema describes a cooling fan unit for a computer system or similar devices contained within a chassis.  It also describes the location, such as a slot, socket, or bay, where a unit can be installed, by populating a resource instance with an absent state if a unit is not present."/>
55        <Annotation Term="OData.LongDescription" String="This resource shall represent a cooling fan for a Redfish implementation.  It may also represent a location, such as a slot, socket, or bay, where a unit may be installed, but the `State` property within the `Status` property contains `Absent`."/>
56        <Annotation Term="Capabilities.InsertRestrictions">
57          <Record>
58            <PropertyValue Property="Insertable" Bool="false"/>
59          </Record>
60        </Annotation>
61        <Annotation Term="Capabilities.UpdateRestrictions">
62          <Record>
63            <PropertyValue Property="Updatable" Bool="true"/>
64            <Annotation Term="OData.Description" String="Any writable properties can be updated."/>
65          </Record>
66        </Annotation>
67        <Annotation Term="Capabilities.DeleteRestrictions">
68          <Record>
69            <PropertyValue Property="Deletable" Bool="false"/>
70          </Record>
71        </Annotation>
72        <Annotation Term="Redfish.Uris">
73          <Collection>
74            <String>/redfish/v1/Chassis/{ChassisId}/ThermalSubsystem/Fans/{FanId}</String>
75          </Collection>
76        </Annotation>
77      </EntityType>
78    </Schema>
79
80    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Fan.v1_0_0">
81      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
82      <Annotation Term="Redfish.Release" String="2020.4"/>
83
84      <EntityType Name="Fan" BaseType="Fan.Fan">
85        <Property Name="PhysicalContext" Type="PhysicalContext.PhysicalContext" Nullable="false">
86          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
87          <Annotation Term="OData.Description" String="The area or device associated with this fan."/>
88          <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."/>
89        </Property>
90        <Property Name="Status" Type="Resource.Status" Nullable="false">
91          <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
92          <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
93        </Property>
94        <NavigationProperty Name="SpeedPercent" Type="Sensor.Sensor">
95          <Annotation Term="Redfish.ExcerptCopy" String="Fan"/>
96          <Annotation Term="OData.Description" String="The fan speed (percent)."/>
97          <Annotation Term="OData.LongDescription" String="This property shall contain the fan speed, in percent units, for this resource.  The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `Percent`."/>
98        </NavigationProperty>
99        <Property Name="Manufacturer" Type="Edm.String">
100          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
101          <Annotation Term="OData.Description" String="The manufacturer of this fan."/>
102          <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."/>
103        </Property>
104        <Property Name="Model" Type="Edm.String">
105          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
106          <Annotation Term="OData.Description" String="The model number for this fan."/>
107          <Annotation Term="OData.LongDescription" String="This property shall contain the model information as defined by the manufacturer for this fan."/>
108        </Property>
109        <Property Name="SerialNumber" Type="Edm.String">
110          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
111          <Annotation Term="OData.Description" String="The serial number for this fan."/>
112          <Annotation Term="OData.LongDescription" String="This property shall contain the serial number as defined by the manufacturer for this fan."/>
113        </Property>
114        <Property Name="PartNumber" Type="Edm.String">
115          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
116          <Annotation Term="OData.Description" String="The part number for this fan."/>
117          <Annotation Term="OData.LongDescription" String="This property shall contain the part number as defined by the manufacturer for this fan."/>
118        </Property>
119        <Property Name="SparePartNumber" Type="Edm.String">
120          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
121          <Annotation Term="OData.Description" String="The spare part number for this fan."/>
122          <Annotation Term="OData.LongDescription" String="This property shall contain the spare or replacement part number as defined by the manufacturer for this fan."/>
123        </Property>
124        <Property Name="Location" Type="Resource.Location" Nullable="false">
125          <Annotation Term="OData.Description" String="The location of the fan."/>
126          <Annotation Term="OData.LongDescription" String="This property shall contain the location information of this fan."/>
127        </Property>
128        <Property Name="LocationIndicatorActive" Type="Edm.Boolean">
129          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
130          <Annotation Term="OData.Description" String="An indicator allowing an operator to physically locate this resource."/>
131          <Annotation Term="OData.LongDescription" String="This property shall contain the state of the indicator used to physically identify or locate this resource."/>
132        </Property>
133        <Property Name="HotPluggable" Type="Edm.Boolean">
134          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
135          <Annotation Term="OData.Description" String="An indication of whether this device can be inserted or removed while the equipment is in operation."/>
136          <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."/>
137        </Property>
138        <NavigationProperty Name="Assembly" Type="Assembly.Assembly" ContainsTarget="true" Nullable="false">
139          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
140          <Annotation Term="OData.Description" String="The link to the assembly associated with this fan."/>
141          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type `Assembly`."/>
142          <Annotation Term="OData.AutoExpandReferences"/>
143        </NavigationProperty>
144        <Property Name="Actions" Type="Fan.v1_0_0.Actions" Nullable="false">
145          <Annotation Term="OData.Description" String="The available actions for this resource."/>
146          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
147        </Property>
148      </EntityType>
149
150      <ComplexType Name="Actions">
151        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
152        <Annotation Term="OData.Description" String="The available actions for this resource."/>
153        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
154        <Property Name="Oem" Type="Fan.v1_0_0.OemActions" Nullable="false">
155          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
156          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
157        </Property>
158      </ComplexType>
159
160      <ComplexType Name="OemActions">
161        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
162        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
163        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
164      </ComplexType>
165    </Schema>
166
167    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Fan.v1_0_1">
168      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
169      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
170      <EntityType Name="Fan" BaseType="Fan.v1_0_0.Fan"/>
171    </Schema>
172
173    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Fan.v1_0_2">
174      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
175      <Annotation Term="OData.Description" String="This version was created to update descriptions to tie excerpt property definitions to a specific type of `Sensor` or `Control` resource."/>
176      <EntityType Name="Fan" BaseType="Fan.v1_0_1.Fan"/>
177    </Schema>
178
179    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Fan.v1_0_3">
180      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
181      <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/>
182      <EntityType Name="Fan" BaseType="Fan.v1_0_2.Fan"/>
183    </Schema>
184
185    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Fan.v1_0_4">
186      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
187      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
188      <EntityType Name="Fan" BaseType="Fan.v1_0_3.Fan"/>
189    </Schema>
190
191    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Fan.v1_0_5">
192      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
193      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
194      <EntityType Name="Fan" BaseType="Fan.v1_0_4.Fan"/>
195    </Schema>
196
197    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Fan.v1_1_0">
198      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
199      <Annotation Term="Redfish.Release" String="2021.1"/>
200
201      <EntityType Name="Fan" BaseType="Fan.v1_0_1.Fan">
202        <NavigationProperty Name="PowerWatts" Type="Sensor.Sensor">
203          <Annotation Term="Redfish.ExcerptCopy" String="Power"/>
204          <Annotation Term="OData.Description" String="Power consumption (W)."/>
205          <Annotation Term="OData.LongDescription" String="This property shall contain the total power, in watt units, for this resource.  The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `Power`."/>
206        </NavigationProperty>
207      </EntityType>
208    </Schema>
209
210    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Fan.v1_1_1">
211      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
212      <Annotation Term="OData.Description" String="This version was created to update descriptions to tie excerpt property definitions to a specific type of `Sensor` or `Control` resource."/>
213      <EntityType Name="Fan" BaseType="Fan.v1_1_0.Fan"/>
214    </Schema>
215
216    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Fan.v1_1_2">
217      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
218      <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/>
219      <EntityType Name="Fan" BaseType="Fan.v1_1_1.Fan"/>
220    </Schema>
221
222    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Fan.v1_1_3">
223      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
224      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
225      <EntityType Name="Fan" BaseType="Fan.v1_1_2.Fan"/>
226    </Schema>
227
228    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Fan.v1_1_4">
229      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
230      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
231      <EntityType Name="Fan" BaseType="Fan.v1_1_3.Fan"/>
232    </Schema>
233
234    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Fan.v1_2_0">
235      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
236      <Annotation Term="Redfish.Release" String="2022.1"/>
237
238      <EntityType Name="Fan" BaseType="Fan.v1_1_1.Fan">
239        <Property Name="Links" Type="Fan.v1_2_0.Links" Nullable="false">
240          <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
241          <Annotation Term="OData.LongDescription" String="This property shall contain links to resources that are related to but are not contained by, or subordinate to, this resource."/>
242        </Property>
243      </EntityType>
244
245      <ComplexType Name="Links" BaseType="Resource.Links">
246        <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
247        <Annotation Term="OData.LongDescription" String="This Redfish Specification-described type shall contain links to resources that are related to but are not contained by, or subordinate to, this resource."/>
248        <NavigationProperty Name="CoolingChassis" Type="Collection(Chassis.Chassis)">
249          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
250          <Annotation Term="OData.Description" String="An array of links to the chassis that are directly cooled by this fan."/>
251          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type `Chassis` that represent the chassis directly cooled by this fan.  This property shall not be present if the fan is only providing cooling to its containing chassis."/>
252          <Annotation Term="OData.AutoExpandReferences"/>
253        </NavigationProperty>
254      </ComplexType>
255    </Schema>
256
257    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Fan.v1_2_1">
258      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
259      <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/>
260      <EntityType Name="Fan" BaseType="Fan.v1_2_0.Fan"/>
261    </Schema>
262
263    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Fan.v1_2_2">
264      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
265      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
266      <EntityType Name="Fan" BaseType="Fan.v1_2_1.Fan"/>
267    </Schema>
268
269    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Fan.v1_2_3">
270      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
271      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
272      <EntityType Name="Fan" BaseType="Fan.v1_2_2.Fan"/>
273    </Schema>
274
275    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Fan.v1_3_0">
276      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
277      <Annotation Term="Redfish.Release" String="2022.2"/>
278
279      <EntityType Name="Fan" BaseType="Fan.v1_2_0.Fan">
280        <Property Name="Replaceable" Type="Edm.Boolean">
281          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
282          <Annotation Term="OData.Description" String="An indication of whether this component can be independently replaced as allowed by the vendor's replacement policy."/>
283          <Annotation Term="OData.LongDescription" String="This property shall indicate whether this component can be independently replaced as allowed by the vendor's replacement policy.  A value of `false` indicates the component needs to be replaced by policy as part of another component.  If the `LocationType` property of this component contains `Embedded`, this property shall contain `false`."/>
284        </Property>
285      </EntityType>
286    </Schema>
287
288    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Fan.v1_3_1">
289      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
290      <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/>
291      <EntityType Name="Fan" BaseType="Fan.v1_3_0.Fan"/>
292    </Schema>
293
294    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Fan.v1_3_2">
295      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
296      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
297      <EntityType Name="Fan" BaseType="Fan.v1_3_1.Fan"/>
298    </Schema>
299
300    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Fan.v1_3_3">
301      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
302      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
303      <EntityType Name="Fan" BaseType="Fan.v1_3_2.Fan"/>
304    </Schema>
305
306    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Fan.v1_4_0">
307      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
308      <Annotation Term="Redfish.Release" String="2023.1"/>
309
310      <EntityType Name="Fan" BaseType="Fan.v1_3_1.Fan">
311        <Property Name="FanDiameterMm" Type="Edm.Int64">
312          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
313          <Annotation Term="OData.Description" String="The diameter of the fan assembly in millimeter units."/>
314          <Annotation Term="OData.LongDescription" String="This property shall contain the diameter of the fan assembly in millimeter units."/>
315          <Annotation Term="Validation.Minimum" Int="0"/>
316          <Annotation Term="Measures.Unit" String="mm"/>
317        </Property>
318      </EntityType>
319    </Schema>
320
321    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Fan.v1_4_1">
322      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
323      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
324      <EntityType Name="Fan" BaseType="Fan.v1_4_0.Fan"/>
325    </Schema>
326
327    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Fan.v1_4_2">
328      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
329      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
330      <EntityType Name="Fan" BaseType="Fan.v1_4_1.Fan"/>
331    </Schema>
332
333    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Fan.v1_5_0">
334      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
335      <Annotation Term="Redfish.Release" String="2023.2"/>
336
337      <EntityType Name="Fan" BaseType="Fan.v1_4_0.Fan">
338        <NavigationProperty Name="SecondarySpeedPercent" Type="Sensor.Sensor">
339          <Annotation Term="Redfish.ExcerptCopy" String="Fan"/>
340          <Annotation Term="OData.Description" String="The fan speed (percent) of the second rotor in a multi-rotor fan."/>
341          <Annotation Term="OData.LongDescription" String="This property shall contain the fan speed, in percent units, for the secondary rotor of this resource.  The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `Percent`."/>
342        </NavigationProperty>
343      </EntityType>
344    </Schema>
345
346    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Fan.v1_5_1">
347      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
348      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
349      <EntityType Name="Fan" BaseType="Fan.v1_5_0.Fan"/>
350    </Schema>
351
352    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Fan.v1_5_2">
353      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
354      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
355      <EntityType Name="Fan" BaseType="Fan.v1_5_1.Fan"/>
356    </Schema>
357
358  </edmx:DataServices>
359</edmx:Edmx>
360