1<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################       -->
4<!--# Redfish Schema:  Battery v1.3.0                                                      -->
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/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      <Annotation Term="Redfish.Language" String="en"/>
52
53      <EntityType Name="Battery" BaseType="Resource.v1_0_0.Resource" Abstract="true">
54        <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."/>
55        <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`."/>
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          </Record>
65        </Annotation>
66        <Annotation Term="Capabilities.DeleteRestrictions">
67          <Record>
68            <PropertyValue Property="Deletable" Bool="false"/>
69          </Record>
70        </Annotation>
71        <Annotation Term="Redfish.Uris">
72          <Collection>
73            <String>/redfish/v1/Chassis/{ChassisId}/PowerSubsystem/Batteries/{BatteryId}</String>
74          </Collection>
75        </Annotation>
76      </EntityType>
77
78      <Action Name="Reset" IsBound="true">
79        <Annotation Term="OData.Description" String="This action resets the battery."/>
80        <Annotation Term="OData.LongDescription" String="This action shall reset the battery."/>
81        <Parameter Name="Battery" Type="Battery.v1_0_0.Actions"/>
82        <Parameter Name="ResetType" Type="Resource.ResetType">
83          <Annotation Term="OData.Description" String="The type of reset."/>
84          <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`."/>
85        </Parameter>
86      </Action>
87
88      <Action Name="SelfTest" IsBound="true">
89        <Annotation Term="OData.Description" String="This action performs a self-test of the battery."/>
90        <Annotation Term="OData.LongDescription" String="This action shall perform a self-test of the battery."/>
91        <Parameter Name="Battery" Type="Battery.v1_0_0.Actions"/>
92      </Action>
93
94      <Action Name="Calibrate" IsBound="true">
95        <Annotation Term="OData.Description" String="This action performs a self-calibration, or learn cycle, of the battery."/>
96        <Annotation Term="OData.LongDescription" String="This action shall perform a self-calibration, or learn cycle, of the battery."/>
97        <Parameter Name="Battery" Type="Battery.v1_0_0.Actions"/>
98      </Action>
99    </Schema>
100
101    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Battery.v1_0_0">
102      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
103      <Annotation Term="Redfish.Release" String="2021.2"/>
104
105      <EntityType Name="Battery" BaseType="Battery.Battery">
106        <Property Name="Manufacturer" Type="Edm.String">
107          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
108          <Annotation Term="OData.Description" String="The manufacturer of this battery."/>
109          <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."/>
110        </Property>
111        <Property Name="Model" Type="Edm.String">
112          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
113          <Annotation Term="OData.Description" String="The model number for this battery."/>
114          <Annotation Term="OData.LongDescription" String="This property shall contain the model information as defined by the manufacturer for this battery."/>
115        </Property>
116        <Property Name="FirmwareVersion" Type="Edm.String">
117          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
118          <Annotation Term="OData.Description" String="The firmware version for this battery."/>
119          <Annotation Term="OData.LongDescription" String="This property shall contain the firmware version as defined by the manufacturer for this battery."/>
120        </Property>
121        <Property Name="Version" Type="Edm.String">
122          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
123          <Annotation Term="OData.Description" String="The hardware version of this battery."/>
124          <Annotation Term="OData.LongDescription" String="This property shall contain the hardware version of this battery as determined by the vendor or supplier."/>
125        </Property>
126        <Property Name="ProductionDate" Type="Edm.DateTimeOffset">
127          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
128          <Annotation Term="OData.Description" String="The production or manufacturing date of this battery."/>
129          <Annotation Term="OData.LongDescription" String="This property shall contain the date of production or manufacture for this battery."/>
130        </Property>
131        <Property Name="SerialNumber" Type="Edm.String">
132          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
133          <Annotation Term="OData.Description" String="The serial number for this battery."/>
134          <Annotation Term="OData.LongDescription" String="This property shall contain the serial number as defined by the manufacturer for this battery."/>
135        </Property>
136        <Property Name="PartNumber" Type="Edm.String">
137          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
138          <Annotation Term="OData.Description" String="The part number for this battery."/>
139          <Annotation Term="OData.LongDescription" String="This property shall contain the part number as defined by the manufacturer for this battery."/>
140        </Property>
141        <Property Name="SparePartNumber" Type="Edm.String">
142          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
143          <Annotation Term="OData.Description" String="The spare part number for this battery."/>
144          <Annotation Term="OData.LongDescription" String="This property shall contain the spare or replacement part number as defined by the manufacturer for this battery."/>
145        </Property>
146        <Property Name="Status" Type="Resource.Status" Nullable="false">
147          <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
148          <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
149        </Property>
150        <Property Name="Location" Type="Resource.Location" Nullable="false">
151          <Annotation Term="OData.Description" String="The location of the battery."/>
152          <Annotation Term="OData.LongDescription" String="This property shall contain the location information of this battery."/>
153        </Property>
154        <Property Name="LocationIndicatorActive" Type="Edm.Boolean">
155          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
156          <Annotation Term="OData.Description" String="An indicator allowing an operator to physically locate this resource."/>
157          <Annotation Term="OData.LongDescription" String="This property shall contain the state of the indicator used to physically identify or locate this resource."/>
158        </Property>
159        <Property Name="HotPluggable" Type="Edm.Boolean">
160          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
161          <Annotation Term="OData.Description" String="An indication of whether this device can be inserted or removed while the equipment is in operation."/>
162          <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."/>
163        </Property>
164        <Property Name="CapacityRatedWattHours" Type="Edm.Decimal">
165          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
166          <Annotation Term="OData.Description" String="The rated maximum capacity of this battery in watt-hour units."/>
167          <Annotation Term="OData.LongDescription" String="This property shall contain the rated maximum capacity of this battery in watt-hour units."/>
168          <Annotation Term="Measures.Unit" String="W.h"/>
169          <Annotation Term="Validation.Minimum" Int="0"/>
170        </Property>
171        <Property Name="CapacityActualWattHours" Type="Edm.Decimal">
172          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
173          <Annotation Term="OData.Description" String="The actual maximum capacity of this battery in watt-hour units."/>
174          <Annotation Term="OData.LongDescription" String="This property shall contain the actual maximum capacity of this battery in watt-hour units."/>
175          <Annotation Term="Measures.Unit" String="W.h"/>
176          <Annotation Term="Validation.Minimum" Int="0"/>
177        </Property>
178        <Property Name="CapacityRatedAmpHours" Type="Edm.Decimal">
179          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
180          <Annotation Term="OData.Description" String="The rated maximum capacity of this battery in amp-hour units."/>
181          <Annotation Term="OData.LongDescription" String="This property shall contain the rated maximum capacity of this battery in amp-hour units."/>
182          <Annotation Term="Measures.Unit" String="A.h"/>
183          <Annotation Term="Validation.Minimum" Int="0"/>
184        </Property>
185        <Property Name="CapacityActualAmpHours" Type="Edm.Decimal">
186          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
187          <Annotation Term="OData.Description" String="The actual maximum capacity of this battery in amp-hour units."/>
188          <Annotation Term="OData.LongDescription" String="This property shall contain the actual maximum capacity of this battery in amp-hour units."/>
189          <Annotation Term="Measures.Unit" String="A.h"/>
190          <Annotation Term="Validation.Minimum" Int="0"/>
191        </Property>
192        <Property Name="MaxDischargeRateAmps" Type="Edm.Decimal">
193          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
194          <Annotation Term="OData.Description" String="The maximum discharge rate at the output of this battery in amp units."/>
195          <Annotation Term="OData.LongDescription" String="This property shall contain the maximum discharge rate at the output of this battery in amp units."/>
196          <Annotation Term="Measures.Unit" String="A"/>
197          <Annotation Term="Validation.Minimum" Int="0"/>
198        </Property>
199        <Property Name="MaxChargeRateAmps" Type="Edm.Decimal">
200          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
201          <Annotation Term="OData.Description" String="The maximum charge rate at the input of this battery in amp units."/>
202          <Annotation Term="OData.LongDescription" String="This property shall contain the maximum charge rate at the input of this battery in amp units."/>
203          <Annotation Term="Measures.Unit" String="A"/>
204          <Annotation Term="Validation.Minimum" Int="0"/>
205        </Property>
206        <Property Name="MaxChargeVoltage" Type="Edm.Decimal">
207          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
208          <Annotation Term="OData.Description" String="The maximum charge voltage across the cell pack of this battery when it is fully charged."/>
209          <Annotation Term="OData.LongDescription" String="This property shall contain the maximum charge voltage across the cell pack of this battery when it is fully charged.  This property should not be present if the battery contains an internal charger that regulates the voltage applied to the cell pack from the input of the battery."/>
210          <Annotation Term="Measures.Unit" String="V"/>
211          <Annotation Term="Validation.Minimum" Int="0"/>
212        </Property>
213        <Property Name="ChargeState" Type="Battery.v1_0_0.ChargeState">
214          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
215          <Annotation Term="OData.Description" String="The charge state of this battery."/>
216          <Annotation Term="OData.LongDescription" String="This property shall contain the charge state of this battery."/>
217        </Property>
218        <NavigationProperty Name="StateOfHealthPercent" Type="Sensor.Sensor" Nullable="false">
219          <Annotation Term="OData.Description" String="The state of health (percent) of this battery."/>
220          <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`."/>
221          <Annotation Term="Redfish.ExcerptCopy"/>
222        </NavigationProperty>
223        <NavigationProperty Name="Assembly" Type="Assembly.Assembly" ContainsTarget="true" Nullable="false">
224          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
225          <Annotation Term="OData.Description" String="The link to the assembly associated with this battery."/>
226          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type `Assembly`."/>
227          <Annotation Term="OData.AutoExpandReferences"/>
228        </NavigationProperty>
229        <NavigationProperty Name="Metrics" Type="BatteryMetrics.BatteryMetrics" ContainsTarget="true" Nullable="false">
230          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
231          <Annotation Term="OData.Description" String="The link to the battery metrics resource associated with this battery."/>
232          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type `BatteryMetrics`."/>
233          <Annotation Term="OData.AutoExpandReferences"/>
234        </NavigationProperty>
235        <Property Name="Actions" Type="Battery.v1_0_0.Actions" Nullable="false">
236          <Annotation Term="OData.Description" String="The available actions for this resource."/>
237          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
238        </Property>
239      </EntityType>
240
241      <ComplexType Name="Actions">
242        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
243        <Annotation Term="OData.Description" String="The available actions for this resource."/>
244        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
245        <Property Name="Oem" Type="Battery.v1_0_0.OemActions" Nullable="false">
246          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
247          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
248        </Property>
249      </ComplexType>
250
251      <ComplexType Name="OemActions">
252        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
253        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
254        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
255      </ComplexType>
256
257      <EnumType Name="ChargeState">
258        <Member Name="Idle">
259          <Annotation Term="OData.Description" String="The battery is idle."/>
260          <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."/>
261        </Member>
262        <Member Name="Charging">
263          <Annotation Term="OData.Description" String="The battery is charging."/>
264          <Annotation Term="OData.LongDescription" String="This value shall indicate the battery is charging and energy is entering the battery."/>
265        </Member>
266        <Member Name="Discharging">
267          <Annotation Term="OData.Description" String="The battery is discharging."/>
268          <Annotation Term="OData.LongDescription" String="This value shall indicate the battery is discharging and energy is leaving the battery."/>
269        </Member>
270      </EnumType>
271    </Schema>
272
273    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Battery.v1_0_1">
274      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
275      <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."/>
276      <EntityType Name="Battery" BaseType="Battery.v1_0_0.Battery"/>
277    </Schema>
278
279    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Battery.v1_0_2">
280      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
281      <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."/>
282      <EntityType Name="Battery" BaseType="Battery.v1_0_1.Battery"/>
283    </Schema>
284
285    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Battery.v1_0_3">
286      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
287      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
288      <EntityType Name="Battery" BaseType="Battery.v1_0_2.Battery"/>
289    </Schema>
290
291    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Battery.v1_0_4">
292      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
293      <Annotation Term="OData.Description" String="This version was created to clarify the usage of the `MaxDischargeRateAmps`, `MaxChargeRateAmps`, and `MaxChargeVoltage` properties.  It was also 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."/>
294      <EntityType Name="Battery" BaseType="Battery.v1_0_3.Battery"/>
295    </Schema>
296
297    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Battery.v1_1_0">
298      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
299      <Annotation Term="Redfish.Release" String="2021.2"/>
300
301      <EntityType Name="Battery" BaseType="Battery.v1_0_1.Battery">
302        <Property Name="Links" Type="Battery.v1_1_0.Links" Nullable="false">
303          <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
304          <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."/>
305        </Property>
306      </EntityType>
307
308      <ComplexType Name="Links" BaseType="Resource.Links">
309        <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
310        <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."/>
311        <NavigationProperty Name="Memory" Type="Collection(Memory.Memory)">
312          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
313          <Annotation Term="OData.Description" String="An array of links to the memory devices to which this battery provides power during a power-loss event."/>
314          <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."/>
315          <Annotation Term="OData.AutoExpandReferences"/>
316        </NavigationProperty>
317        <NavigationProperty Name="StorageControllers" Type="Collection(StorageController.StorageController)">
318          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
319          <Annotation Term="OData.Description" String="An array of links to the storage controllers to which this battery provides power during a power-loss event."/>
320          <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."/>
321          <Annotation Term="OData.AutoExpandReferences"/>
322        </NavigationProperty>
323      </ComplexType>
324    </Schema>
325
326    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Battery.v1_1_1">
327      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
328      <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."/>
329      <EntityType Name="Battery" BaseType="Battery.v1_1_0.Battery"/>
330    </Schema>
331
332    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Battery.v1_1_2">
333      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
334      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
335      <EntityType Name="Battery" BaseType="Battery.v1_1_1.Battery"/>
336    </Schema>
337
338    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Battery.v1_1_3">
339      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
340      <Annotation Term="OData.Description" String="This version was created to clarify the usage of the `MaxDischargeRateAmps`, `MaxChargeRateAmps`, and `MaxChargeVoltage` properties.  It was also 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."/>
341      <EntityType Name="Battery" BaseType="Battery.v1_1_2.Battery"/>
342    </Schema>
343
344    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Battery.v1_2_0">
345      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
346      <Annotation Term="Redfish.Release" String="2022.2"/>
347
348      <EntityType Name="Battery" BaseType="Battery.v1_1_0.Battery">
349        <Property Name="Replaceable" Type="Edm.Boolean">
350          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
351          <Annotation Term="OData.Description" String="An indication of whether this component can be independently replaced as allowed by the vendor's replacement policy."/>
352          <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`."/>
353        </Property>
354      </EntityType>
355    </Schema>
356
357    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Battery.v1_2_1">
358      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
359      <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."/>
360      <EntityType Name="Battery" BaseType="Battery.v1_2_0.Battery"/>
361    </Schema>
362
363    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Battery.v1_2_2">
364      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
365      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
366      <EntityType Name="Battery" BaseType="Battery.v1_2_1.Battery"/>
367    </Schema>
368
369    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Battery.v1_2_3">
370      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
371      <Annotation Term="OData.Description" String="This version was created to clarify the usage of the `MaxDischargeRateAmps`, `MaxChargeRateAmps`, and `MaxChargeVoltage` properties.  It was also 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."/>
372      <EntityType Name="Battery" BaseType="Battery.v1_2_2.Battery"/>
373    </Schema>
374
375    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Battery.v1_3_0">
376      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
377      <Annotation Term="Redfish.Release" String="2024.1"/>
378
379      <EntityType Name="Battery" BaseType="Battery.v1_2_3.Battery">
380        <Property Name="NominalOutputVoltage" Type="Edm.Decimal">
381          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
382          <Annotation Term="OData.Description" String="The nominal output voltage of this battery."/>
383          <Annotation Term="OData.LongDescription" String="This property shall contain the nominal output voltage of this battery."/>
384          <Annotation Term="Measures.Unit" String="V"/>
385          <Annotation Term="Validation.Minimum" Int="0"/>
386        </Property>
387      </EntityType>
388    </Schema>
389
390  </edmx:DataServices>
391</edmx:Edmx>
392