1<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################       -->
4<!--# Redfish Schema:  Battery v1.2.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
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/Assembly_v1.xml">
32    <edmx:Include Namespace="Assembly"/>
33  </edmx:Reference>
34  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/BatteryMetrics_v1.xml">
35    <edmx:Include Namespace="BatteryMetrics"/>
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/StorageController_v1.xml">
41    <edmx:Include Namespace="StorageController"/>
42  </edmx:Reference>
43  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Memory_v1.xml">
44    <edmx:Include Namespace="Memory"/>
45  </edmx:Reference>
46
47  <edmx:DataServices>
48
49    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Battery">
50      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
51
52      <EntityType Name="Battery" BaseType="Resource.v1_0_0.Resource" Abstract="true">
53        <Annotation Term="OData.Description" String="The Battery schema describes a battery unit, such as those used to provide systems with power during a power-loss event.  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."/>
54        <Annotation Term="OData.LongDescription" String="This resource shall represent a battery for a Redfish implementation.  It may also represent a location, such as a slot, socket, or bay, where a unit may be installed if the State property within the Status property contains `Absent`."/>
55        <Annotation Term="Capabilities.InsertRestrictions">
56          <Record>
57            <PropertyValue Property="Insertable" Bool="false"/>
58          </Record>
59        </Annotation>
60        <Annotation Term="Capabilities.UpdateRestrictions">
61          <Record>
62            <PropertyValue Property="Updatable" Bool="true"/>
63          </Record>
64        </Annotation>
65        <Annotation Term="Capabilities.DeleteRestrictions">
66          <Record>
67            <PropertyValue Property="Deletable" Bool="false"/>
68          </Record>
69        </Annotation>
70        <Annotation Term="Redfish.Uris">
71          <Collection>
72            <String>/redfish/v1/Chassis/{ChassisId}/PowerSubsystem/Batteries/{BatteryId}</String>
73          </Collection>
74        </Annotation>
75      </EntityType>
76
77      <Action Name="Reset" IsBound="true">
78        <Annotation Term="OData.Description" String="This action resets the battery."/>
79        <Annotation Term="OData.LongDescription" String="This action shall reset the battery."/>
80        <Parameter Name="Battery" Type="Battery.v1_0_0.Actions"/>
81        <Parameter Name="ResetType" Type="Resource.ResetType">
82          <Annotation Term="OData.Description" String="The type of reset."/>
83          <Annotation Term="OData.LongDescription" String="This parameter shall contain the type of reset.  The service can accept a request without the parameter and shall perform a `GracefulRestart`."/>
84        </Parameter>
85      </Action>
86
87      <Action Name="SelfTest" IsBound="true">
88        <Annotation Term="OData.Description" String="This action performs a self-test of the battery."/>
89        <Annotation Term="OData.LongDescription" String="This action shall perform a self-test of the battery."/>
90        <Parameter Name="Battery" Type="Battery.v1_0_0.Actions"/>
91      </Action>
92
93      <Action Name="Calibrate" IsBound="true">
94        <Annotation Term="OData.Description" String="This action performs a self-calibration, or learn cycle, of the battery."/>
95        <Annotation Term="OData.LongDescription" String="This action shall perform a self-calibration, or learn cycle, of the battery."/>
96        <Parameter Name="Battery" Type="Battery.v1_0_0.Actions"/>
97      </Action>
98    </Schema>
99
100    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Battery.v1_0_0">
101      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
102      <Annotation Term="Redfish.Release" String="2021.2"/>
103
104      <EntityType Name="Battery" BaseType="Battery.Battery">
105        <Property Name="Manufacturer" Type="Edm.String">
106          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
107          <Annotation Term="OData.Description" String="The manufacturer of this battery."/>
108          <Annotation Term="OData.LongDescription" String="This property shall contain the name of the organization responsible for producing the battery.  This organization may be the entity from whom the battery is purchased, but this is not necessarily true."/>
109        </Property>
110        <Property Name="Model" Type="Edm.String">
111          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
112          <Annotation Term="OData.Description" String="The model number for this battery."/>
113          <Annotation Term="OData.LongDescription" String="This property shall contain the model information as defined by the manufacturer for this battery."/>
114        </Property>
115        <Property Name="FirmwareVersion" Type="Edm.String">
116          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
117          <Annotation Term="OData.Description" String="The firmware version for this battery."/>
118          <Annotation Term="OData.LongDescription" String="This property shall contain the firmware version as defined by the manufacturer for this battery."/>
119        </Property>
120        <Property Name="Version" Type="Edm.String">
121          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
122          <Annotation Term="OData.Description" String="The hardware version of this battery."/>
123          <Annotation Term="OData.LongDescription" String="This property shall contain the hardware version of this battery as determined by the vendor or supplier."/>
124        </Property>
125        <Property Name="ProductionDate" Type="Edm.DateTimeOffset">
126          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
127          <Annotation Term="OData.Description" String="The production or manufacturing date of this battery."/>
128          <Annotation Term="OData.LongDescription" String="This property shall contain the date of production or manufacture for this battery."/>
129        </Property>
130        <Property Name="SerialNumber" Type="Edm.String">
131          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
132          <Annotation Term="OData.Description" String="The serial number for this battery."/>
133          <Annotation Term="OData.LongDescription" String="This property shall contain the serial number as defined by the manufacturer for this battery."/>
134        </Property>
135        <Property Name="PartNumber" Type="Edm.String">
136          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
137          <Annotation Term="OData.Description" String="The part number for this battery."/>
138          <Annotation Term="OData.LongDescription" String="This property shall contain the part number as defined by the manufacturer for this battery."/>
139        </Property>
140        <Property Name="SparePartNumber" Type="Edm.String">
141          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
142          <Annotation Term="OData.Description" String="The spare part number for this battery."/>
143          <Annotation Term="OData.LongDescription" String="This property shall contain the spare or replacement part number as defined by the manufacturer for this battery."/>
144        </Property>
145        <Property Name="Status" Type="Resource.Status" Nullable="false">
146          <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
147          <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
148        </Property>
149        <Property Name="Location" Type="Resource.Location" Nullable="false">
150          <Annotation Term="OData.Description" String="The location of the battery."/>
151          <Annotation Term="OData.LongDescription" String="This property shall contain the location information of this battery."/>
152        </Property>
153        <Property Name="LocationIndicatorActive" Type="Edm.Boolean">
154          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
155          <Annotation Term="OData.Description" String="An indicator allowing an operator to physically locate this resource."/>
156          <Annotation Term="OData.LongDescription" String="This property shall contain the state of the indicator used to physically identify or locate this resource."/>
157        </Property>
158        <Property Name="HotPluggable" Type="Edm.Boolean">
159          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
160          <Annotation Term="OData.Description" String="An indication of whether this device can be inserted or removed while the equipment is in operation."/>
161          <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.  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."/>
162        </Property>
163        <Property Name="CapacityRatedWattHours" Type="Edm.Decimal">
164          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
165          <Annotation Term="OData.Description" String="The rated maximum capacity of this battery in watt-hour units."/>
166          <Annotation Term="OData.LongDescription" String="This property shall contain the rated maximum capacity of this battery in watt-hour units."/>
167          <Annotation Term="Measures.Unit" String="W.h"/>
168          <Annotation Term="Validation.Minimum" Int="0"/>
169        </Property>
170        <Property Name="CapacityActualWattHours" Type="Edm.Decimal">
171          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
172          <Annotation Term="OData.Description" String="The actual maximum capacity of this battery in watt-hour units."/>
173          <Annotation Term="OData.LongDescription" String="This property shall contain the actual maximum capacity of this battery in watt-hour units."/>
174          <Annotation Term="Measures.Unit" String="W.h"/>
175          <Annotation Term="Validation.Minimum" Int="0"/>
176        </Property>
177        <Property Name="CapacityRatedAmpHours" Type="Edm.Decimal">
178          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
179          <Annotation Term="OData.Description" String="The rated maximum capacity of this battery in amp-hour units."/>
180          <Annotation Term="OData.LongDescription" String="This property shall contain the rated maximum capacity of this battery in amp-hour units."/>
181          <Annotation Term="Measures.Unit" String="A.h"/>
182          <Annotation Term="Validation.Minimum" Int="0"/>
183        </Property>
184        <Property Name="CapacityActualAmpHours" Type="Edm.Decimal">
185          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
186          <Annotation Term="OData.Description" String="The actual maximum capacity of this battery in amp-hour units."/>
187          <Annotation Term="OData.LongDescription" String="This property shall contain the actual maximum capacity of this battery in amp-hour units."/>
188          <Annotation Term="Measures.Unit" String="A.h"/>
189          <Annotation Term="Validation.Minimum" Int="0"/>
190        </Property>
191        <Property Name="MaxDischargeRateAmps" Type="Edm.Decimal">
192          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
193          <Annotation Term="OData.Description" String="The maximum discharge rate of this battery in amp units."/>
194          <Annotation Term="OData.LongDescription" String="This property shall contain the maximum discharge rate of this battery in amp units."/>
195          <Annotation Term="Measures.Unit" String="A"/>
196          <Annotation Term="Validation.Minimum" Int="0"/>
197        </Property>
198        <Property Name="MaxChargeRateAmps" Type="Edm.Decimal">
199          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
200          <Annotation Term="OData.Description" String="The maximum charge rate of this battery in amp units."/>
201          <Annotation Term="OData.LongDescription" String="This property shall contain the maximum charge rate of this battery in amp units."/>
202          <Annotation Term="Measures.Unit" String="A"/>
203          <Annotation Term="Validation.Minimum" Int="0"/>
204        </Property>
205        <Property Name="MaxChargeVoltage" Type="Edm.Decimal">
206          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
207          <Annotation Term="OData.Description" String="The maximum charge voltage of this battery."/>
208          <Annotation Term="OData.LongDescription" String="This property shall contain the maximum charge voltage of this battery."/>
209          <Annotation Term="Measures.Unit" String="V"/>
210          <Annotation Term="Validation.Minimum" Int="0"/>
211        </Property>
212        <Property Name="ChargeState" Type="Battery.v1_0_0.ChargeState">
213          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
214          <Annotation Term="OData.Description" String="The charge state of this battery."/>
215          <Annotation Term="OData.LongDescription" String="This property shall contain the charge state of this battery."/>
216        </Property>
217        <NavigationProperty Name="StateOfHealthPercent" Type="Sensor.Sensor" Nullable="false">
218          <Annotation Term="OData.Description" String="The state of health (percent) of this battery."/>
219          <Annotation Term="OData.LongDescription" String="This property shall contain the state of health, in percent units, of this battery.  The value of the DataSourceUri property, if present, shall reference a resource of type Sensor with the ReadingType property containing the value `Percent`."/>
220          <Annotation Term="Redfish.ExcerptCopy"/>
221        </NavigationProperty>
222        <NavigationProperty Name="Assembly" Type="Assembly.Assembly" ContainsTarget="true" Nullable="false">
223          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
224          <Annotation Term="OData.Description" String="The link to the assembly associated with this battery."/>
225          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type Assembly."/>
226          <Annotation Term="OData.AutoExpandReferences"/>
227        </NavigationProperty>
228        <NavigationProperty Name="Metrics" Type="BatteryMetrics.BatteryMetrics" ContainsTarget="true" Nullable="false">
229          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
230          <Annotation Term="OData.Description" String="The link to the battery metrics resource associated with this battery."/>
231          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type BatteryMetrics."/>
232          <Annotation Term="OData.AutoExpandReferences"/>
233        </NavigationProperty>
234        <Property Name="Actions" Type="Battery.v1_0_0.Actions" Nullable="false">
235          <Annotation Term="OData.Description" String="The available actions for this resource."/>
236          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
237        </Property>
238      </EntityType>
239
240      <ComplexType Name="Actions">
241        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
242        <Annotation Term="OData.Description" String="The available actions for this resource."/>
243        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
244        <Property Name="Oem" Type="Battery.v1_0_0.OemActions" Nullable="false">
245          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
246          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
247        </Property>
248      </ComplexType>
249
250      <ComplexType Name="OemActions">
251        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
252        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
253        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
254      </ComplexType>
255
256      <EnumType Name="ChargeState">
257        <Member Name="Idle">
258          <Annotation Term="OData.Description" String="The battery is idle."/>
259          <Annotation Term="OData.LongDescription" String="This value shall indicate the battery is idle and energy is not entering or leaving the battery.  Small amounts of energy may enter or leave the battery while in this state if the battery is regulating itself."/>
260        </Member>
261        <Member Name="Charging">
262          <Annotation Term="OData.Description" String="The battery is charging."/>
263          <Annotation Term="OData.LongDescription" String="This value shall indicate the battery is charging and energy is entering the battery."/>
264        </Member>
265        <Member Name="Discharging">
266          <Annotation Term="OData.Description" String="The battery is discharging."/>
267          <Annotation Term="OData.LongDescription" String="This value shall indicate the battery is discharging and energy is leaving the battery."/>
268        </Member>
269      </EnumType>
270    </Schema>
271
272    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Battery.v1_0_1">
273      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
274      <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."/>
275      <EntityType Name="Battery" BaseType="Battery.v1_0_0.Battery"/>
276    </Schema>
277
278    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Battery.v1_0_2">
279      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
280      <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."/>
281      <EntityType Name="Battery" BaseType="Battery.v1_0_1.Battery"/>
282    </Schema>
283
284    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Battery.v1_0_3">
285      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
286      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
287      <EntityType Name="Battery" BaseType="Battery.v1_0_2.Battery"/>
288    </Schema>
289
290    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Battery.v1_1_0">
291      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
292      <Annotation Term="Redfish.Release" String="2021.2"/>
293
294      <EntityType Name="Battery" BaseType="Battery.v1_0_1.Battery">
295        <Property Name="Links" Type="Battery.v1_1_0.Links" Nullable="false">
296          <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
297          <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."/>
298        </Property>
299      </EntityType>
300
301      <ComplexType Name="Links" BaseType="Resource.Links">
302        <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
303        <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."/>
304        <NavigationProperty Name="Memory" Type="Collection(Memory.Memory)">
305          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
306          <Annotation Term="OData.Description" String="An array of links to the memory devices to which this battery provides power during a power-loss event."/>
307          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type Memory that represent the memory devices to which this battery provides power during a power-loss event, such as battery-backed NVDIMMs.  This property shall not be present if the battery powers the containing chassis as a whole rather than individual components in a chassis."/>
308          <Annotation Term="OData.AutoExpandReferences"/>
309        </NavigationProperty>
310        <NavigationProperty Name="StorageControllers" Type="Collection(StorageController.StorageController)">
311          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
312          <Annotation Term="OData.Description" String="An array of links to the storage controllers to which this battery provides power during a power-loss event."/>
313          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type StorageController that represent the storage controllers to which this battery provides power during a power-loss event, such as battery-backed RAID controllers.  This property shall not be present if the battery powers the containing chassis as a whole rather than individual components in a chassis."/>
314          <Annotation Term="OData.AutoExpandReferences"/>
315        </NavigationProperty>
316      </ComplexType>
317    </Schema>
318
319    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Battery.v1_1_1">
320      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
321      <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."/>
322      <EntityType Name="Battery" BaseType="Battery.v1_1_0.Battery"/>
323    </Schema>
324
325    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Battery.v1_1_2">
326      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
327      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
328      <EntityType Name="Battery" BaseType="Battery.v1_1_1.Battery"/>
329    </Schema>
330
331    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Battery.v1_2_0">
332      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
333      <Annotation Term="Redfish.Release" String="2022.2"/>
334
335      <EntityType Name="Battery" BaseType="Battery.v1_1_0.Battery">
336        <Property Name="Replaceable" Type="Edm.Boolean">
337          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
338          <Annotation Term="OData.Description" String="An indication of whether this component can be independently replaced as allowed by the vendor's replacement policy."/>
339          <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`."/>
340        </Property>
341      </EntityType>
342    </Schema>
343
344    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Battery.v1_2_1">
345      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
346      <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."/>
347      <EntityType Name="Battery" BaseType="Battery.v1_2_0.Battery"/>
348    </Schema>
349
350    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Battery.v1_2_2">
351      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
352      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
353      <EntityType Name="Battery" BaseType="Battery.v1_2_1.Battery"/>
354    </Schema>
355
356  </edmx:DataServices>
357</edmx:Edmx>
358