1<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################       -->
4<!--# Redfish Schema:  Power v1.7.3                                                        -->
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/Assembly_v1.xml">
38    <edmx:Include Namespace="Assembly"/>
39  </edmx:Reference>
40
41  <edmx:DataServices>
42
43    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power">
44      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
45      <Annotation Term="Redfish.Language" String="en"/>
46
47      <EntityType Name="Power" BaseType="Resource.v1_0_0.Resource" Abstract="true">
48        <Annotation Term="OData.Description" String="The `Power` schema describes power metrics and represents the properties for power consumption and power limiting."/>
49        <Annotation Term="OData.LongDescription" String="This resource shall contain the power metrics for a Redfish implementation."/>
50        <Annotation Term="Capabilities.InsertRestrictions">
51          <Record>
52            <PropertyValue Property="Insertable" Bool="false"/>
53          </Record>
54        </Annotation>
55        <Annotation Term="Capabilities.UpdateRestrictions">
56          <Record>
57            <PropertyValue Property="Updatable" Bool="true"/>
58            <Annotation Term="OData.Description" String="Any writable properties, such as limits and exceptions, can be updated for power metrics."/>
59          </Record>
60        </Annotation>
61        <Annotation Term="Capabilities.DeleteRestrictions">
62          <Record>
63            <PropertyValue Property="Deletable" Bool="false"/>
64          </Record>
65        </Annotation>
66        <Annotation Term="Redfish.Uris">
67          <Collection>
68            <String>/redfish/v1/Chassis/{ChassisId}/Power</String>
69          </Collection>
70        </Annotation>
71        <Annotation Term="Redfish.DeprecatedUris">
72          <Collection>
73            <String>/redfish/v1/Chassis/{ChassisId}/Power</String>
74          </Collection>
75        </Annotation>
76        <Annotation Term="Redfish.Revisions">
77          <Collection>
78            <Record>
79              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
80              <PropertyValue Property="Version" String="v1_7_0"/>
81              <PropertyValue Property="Description" String="This schema has been deprecated in favor of the `PowerSubsystem` schema."/>
82            </Record>
83          </Collection>
84        </Annotation>
85      </EntityType>
86
87      <Action Name="PowerSupplyReset" IsBound="true">
88        <Annotation Term="OData.Description" String="This action resets the targeted power supply."/>
89        <Annotation Term="OData.LongDescription" String="This action shall reset a power supply specified by the `MemberId` from the `PowerSupplies` array.  A `GracefulRestart` `ResetType` shall reset the power supply but shall not affect the power output.  A `ForceRestart` `ResetType` can affect the power supply output."/>
90        <Parameter Name="Power" Type="Power.v1_3_0.Actions"/>
91        <Parameter Name="ResetType" Type="Resource.ResetType">
92          <Annotation Term="OData.Description" String="The type of reset."/>
93          <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`."/>
94        </Parameter>
95        <Parameter Name="MemberId" Type="Edm.String" Nullable="false">
96          <Annotation Term="OData.Description" String="The `MemberId` of the power supply within the `PowerSupplies` array on which to perform the reset."/>
97          <Annotation Term="OData.LongDescription" String="This parameter shall contain the identifier of the member within the `PowerSupplies` array on which to perform the reset."/>
98        </Parameter>
99        <Annotation Term="Redfish.Revisions">
100          <Collection>
101            <Record>
102              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
103              <PropertyValue Property="Version" String="v1_6_0"/>
104            </Record>
105          </Collection>
106        </Annotation>
107      </Action>
108    </Schema>
109
110    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_0_0">
111      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
112      <Annotation Term="Redfish.Release" String="1.0"/>
113
114      <EntityType Name="Power" BaseType="Power.Power">
115        <NavigationProperty Name="PowerControl" Type="Collection(Power.v1_0_0.PowerControl)" ContainsTarget="true">
116          <Annotation Term="OData.Description" String="The set of power control functions, including power reading and limiting."/>
117          <Annotation Term="OData.LongDescription" String="This property shall contain the set of power control readings and settings."/>
118          <Annotation Term="OData.AutoExpand"/>
119        </NavigationProperty>
120        <NavigationProperty Name="Voltages" Type="Collection(Power.v1_0_0.Voltage)" ContainsTarget="true">
121          <Annotation Term="OData.Description" String="The set of voltage sensors for this chassis."/>
122          <Annotation Term="OData.LongDescription" String="This property shall contain the set of voltage sensors for this chassis."/>
123          <Annotation Term="OData.AutoExpand"/>
124        </NavigationProperty>
125        <NavigationProperty Name="PowerSupplies" Type="Collection(Power.v1_0_0.PowerSupply)" ContainsTarget="true">
126          <Annotation Term="OData.Description" String="The set of power supplies associated with this system or device."/>
127          <Annotation Term="OData.LongDescription" String="This property shall contain the set of power supplies associated with this system or device."/>
128          <Annotation Term="OData.AutoExpand"/>
129        </NavigationProperty>
130        <NavigationProperty Name="Redundancy" Type="Collection(Redundancy.Redundancy)" ContainsTarget="true">
131          <Annotation Term="OData.Description" String="The redundancy information for the set of power supplies in this chassis."/>
132          <Annotation Term="OData.LongDescription" String="This property shall contain redundancy information for the set of power supplies in this system or device."/>
133          <Annotation Term="OData.AutoExpand"/>
134        </NavigationProperty>
135      </EntityType>
136
137      <EntityType Name="PowerControl" BaseType="Resource.v1_0_0.ReferenceableMember">
138        <Property Name="Name" Type="Edm.String">
139          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
140          <Annotation Term="OData.Description" String="The power control function name."/>
141          <Annotation Term="OData.LongDescription" String="This property shall contain the name of the power control function name."/>
142        </Property>
143        <Property Name="PowerConsumedWatts" Type="Edm.Decimal">
144          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
145          <Annotation Term="OData.Description" String="The actual power that the chassis consumes, in watt units."/>
146          <Annotation Term="OData.LongDescription" String="This property shall represent the actual power that the chassis consumes, in watt units."/>
147          <Annotation Term="Validation.Minimum" Int="0"/>
148          <Annotation Term="Measures.Unit" String="W"/>
149        </Property>
150        <Property Name="PowerRequestedWatts" Type="Edm.Decimal">
151          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
152          <Annotation Term="OData.Description" String="The potential power, in watt units, that the chassis requests, which might be higher than the current level being consumed because the requested power includes a budget that the chassis wants for future use."/>
153          <Annotation Term="OData.LongDescription" String="This property shall represent the amount of power, in watt units, that the chassis currently requests to be budgeted for future use."/>
154          <Annotation Term="Validation.Minimum" Int="0"/>
155          <Annotation Term="Measures.Unit" String="W"/>
156        </Property>
157        <Property Name="PowerAvailableWatts" Type="Edm.Decimal">
158          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
159          <Annotation Term="OData.Description" String="The amount of reserve power capacity, in watt units, that remains.  This value is the PowerCapacityWatts value minus the `PowerAllocatedWatts` value."/>
160          <Annotation Term="OData.LongDescription" String="This property shall represent the amount of reserve power capacity, in watt units, that remains.  This value is the PowerCapacityWatts value minus the `PowerAllocatedWatts` value."/>
161          <Annotation Term="Validation.Minimum" Int="0"/>
162          <Annotation Term="Measures.Unit" String="W"/>
163        </Property>
164        <Property Name="PowerCapacityWatts" Type="Edm.Decimal">
165          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
166          <Annotation Term="OData.Description" String="The total amount of power that can be allocated to the chassis.  This value can be either the power supply capacity or the power budget that an upstream chassis assigns to this chassis."/>
167          <Annotation Term="OData.LongDescription" String="This property shall represent the total power capacity that can be allocated to the chassis."/>
168          <Annotation Term="Validation.Minimum" Int="0"/>
169          <Annotation Term="Measures.Unit" String="W"/>
170        </Property>
171        <Property Name="PowerAllocatedWatts" Type="Edm.Decimal">
172          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
173          <Annotation Term="OData.Description" String="The total amount of power that has been allocated or budgeted to chassis."/>
174          <Annotation Term="OData.LongDescription" String="This property shall represent the total power currently allocated or budgeted to the chassis."/>
175          <Annotation Term="Validation.Minimum" Int="0"/>
176          <Annotation Term="Measures.Unit" String="W"/>
177        </Property>
178        <Property Name="PowerMetrics" Type="Power.v1_0_0.PowerMetric" Nullable="false">
179          <Annotation Term="OData.Description" String="The power readings for this chassis."/>
180          <Annotation Term="OData.LongDescription" String="This property shall contain power metrics for power readings, such as interval, minimum, maximum, and average power consumption, for the chassis."/>
181        </Property>
182        <Property Name="PowerLimit" Type="Power.v1_0_0.PowerLimit" Nullable="false">
183          <Annotation Term="OData.Description" String="The power limit status and configuration information for this chassis."/>
184          <Annotation Term="OData.LongDescription" String="This property shall contain power limit status and configuration information for this chassis."/>
185        </Property>
186        <Property Name="Status" Type="Resource.Status" Nullable="false">
187          <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
188          <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
189        </Property>
190        <NavigationProperty Name="RelatedItem" Type="Collection(Resource.Item)">
191          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
192          <Annotation Term="OData.Description" String="An array of links to resources or objects associated with this power limit."/>
193          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources or objects associated with this power limit."/>
194          <Annotation Term="OData.AutoExpandReferences"/>
195        </NavigationProperty>
196      </EntityType>
197
198      <ComplexType Name="PowerMetric">
199        <Annotation Term="OData.Description" String="The power metrics for a resource."/>
200        <Annotation Term="OData.LongDescription" String="This type shall contain power metrics for power readings, such as interval, minimum, maximum, and average power consumption, for a resource."/>
201        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
202        <Property Name="IntervalInMin" Type="Edm.Int64">
203          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
204          <Annotation Term="OData.Description" String="The time interval, or window, over which the power metrics are measured."/>
205          <Annotation Term="OData.LongDescription" String="This property shall represent the time interval or window, in minutes, over which the power metrics are measured."/>
206          <Annotation Term="Measures.Unit" String="min"/>
207          <Annotation Term="Validation.Minimum" Int="0"/>
208        </Property>
209        <Property Name="MinConsumedWatts" Type="Edm.Decimal">
210          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
211          <Annotation Term="OData.Description" String="The lowest power consumption level, in watt units, over the measurement window that occurred within the last `IntervalInMin` minutes."/>
212          <Annotation Term="OData.LongDescription" String="This property shall represent the minimum power level, in watt units, that occurred within the last `IntervalInMin` minutes."/>
213          <Annotation Term="Measures.Unit" String="W"/>
214          <Annotation Term="Validation.Minimum" Int="0"/>
215        </Property>
216        <Property Name="MaxConsumedWatts" Type="Edm.Decimal">
217          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
218          <Annotation Term="OData.Description" String="The highest power consumption level, in watt units, that has occurred over the measurement window within the last `IntervalInMin` minutes."/>
219          <Annotation Term="OData.LongDescription" String="This property shall represent the maximum power level, in watt units, that occurred within the last `IntervalInMin` minutes."/>
220          <Annotation Term="Measures.Unit" String="W"/>
221          <Annotation Term="Validation.Minimum" Int="0"/>
222        </Property>
223        <Property Name="AverageConsumedWatts" Type="Edm.Decimal">
224          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
225          <Annotation Term="OData.Description" String="The average power level over the measurement window over the last `IntervalInMin` minutes."/>
226          <Annotation Term="OData.LongDescription" String="This property shall represent the average power level that occurred over the last `IntervalInMin` minutes."/>
227          <Annotation Term="Measures.Unit" String="W"/>
228          <Annotation Term="Validation.Minimum" Int="0"/>
229        </Property>
230      </ComplexType>
231
232      <ComplexType Name="PowerLimit">
233        <Annotation Term="OData.Description" String="The power limit status and configuration information for the chassis."/>
234        <Annotation Term="OData.LongDescription" String="This type shall contain power limit status and configuration information for this chassis."/>
235        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
236        <Property Name="LimitInWatts" Type="Edm.Decimal">
237          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
238          <Annotation Term="OData.Description" String="The power limit, in watt units.  If `null`, power capping is disabled."/>
239          <Annotation Term="OData.LongDescription" String="This property shall represent the power capping limit, in watt units, for the resource.  If `null`, power capping shall be disabled."/>
240          <Annotation Term="Measures.Unit" String="W"/>
241          <Annotation Term="Validation.Minimum" Int="0"/>
242        </Property>
243        <Property Name="LimitException" Type="Power.v1_0_0.PowerLimitException">
244          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
245          <Annotation Term="OData.Description" String="The action that is taken if the power cannot be maintained below the `LimitInWatts`."/>
246          <Annotation Term="OData.LongDescription" String="This property shall represent the action to be taken if the resource power consumption cannot be limited below the specified limit after several correction time periods."/>
247        </Property>
248        <Property Name="CorrectionInMs" Type="Edm.Int64">
249          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
250          <Annotation Term="OData.Description" String="The time required for the limiting process to reduce power consumption to below the limit."/>
251          <Annotation Term="OData.LongDescription" String="This property shall represent the time interval in ms required for the limiting process to react and reduce the power consumption below the limit."/>
252          <Annotation Term="Measures.Unit" String="ms"/>
253        </Property>
254      </ComplexType>
255
256      <EnumType Name="PowerLimitException">
257        <Member Name="NoAction">
258          <Annotation Term="OData.Description" String="Take no action when the limit is exceeded."/>
259        </Member>
260        <Member Name="HardPowerOff">
261          <Annotation Term="OData.Description" String="Turn the power off immediately when the limit is exceeded."/>
262        </Member>
263        <Member Name="LogEventOnly">
264          <Annotation Term="OData.Description" String="Log an event when the limit is exceeded, but take no further action."/>
265        </Member>
266        <Member Name="Oem">
267          <Annotation Term="OData.Description" String="Take an OEM-defined action."/>
268        </Member>
269      </EnumType>
270
271      <EntityType Name="Voltage" BaseType="Resource.v1_0_0.ReferenceableMember">
272        <Property Name="Name" Type="Edm.String">
273          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
274          <Annotation Term="OData.Description" String="Voltage sensor name."/>
275          <Annotation Term="OData.LongDescription" String="This property shall contain the name of the voltage sensor."/>
276        </Property>
277        <Property Name="SensorNumber" Type="Edm.Int64">
278          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
279          <Annotation Term="OData.Description" String="A numerical identifier to represent the voltage sensor."/>
280          <Annotation Term="OData.LongDescription" String="This property shall contain a numerical identifier for this voltage sensor that is unique within this resource."/>
281        </Property>
282        <Property Name="Status" Type="Resource.Status" Nullable="false">
283          <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
284          <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
285        </Property>
286        <Property Name="ReadingVolts" Type="Edm.Decimal">
287          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
288          <Annotation Term="OData.Description" String="The reading of the voltage sensor."/>
289          <Annotation Term="OData.LongDescription" String="This property shall contain the voltage sensor's reading."/>
290          <Annotation Term="Measures.Unit" String="V"/>
291        </Property>
292        <Property Name="UpperThresholdNonCritical" Type="Edm.Decimal">
293          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
294          <Annotation Term="OData.Description" String="The value at which the reading is above normal range."/>
295          <Annotation Term="OData.LongDescription" String="This property shall contain the value at which the `ReadingVolts` property is above the normal range.  The value of the property shall use the same units as the `ReadingVolts` property."/>
296          <Annotation Term="Measures.Unit" String="V"/>
297        </Property>
298        <Property Name="UpperThresholdCritical" Type="Edm.Decimal">
299          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
300          <Annotation Term="OData.Description" String="The value at which the reading is above normal range but not yet fatal."/>
301          <Annotation Term="OData.LongDescription" String="This property shall contain the value at which the `ReadingVolts` property is above the normal range but is not yet fatal.  The value of the property shall use the same units as the `ReadingVolts` property."/>
302          <Annotation Term="Measures.Unit" String="V"/>
303        </Property>
304        <Property Name="UpperThresholdFatal" Type="Edm.Decimal">
305          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
306          <Annotation Term="OData.Description" String="The value at which the reading is above normal range and fatal."/>
307          <Annotation Term="OData.LongDescription" String="This property shall contain the value at which the `ReadingVolts` property is above the normal range and is fatal.  The value of the property shall use the same units as the `ReadingVolts` property."/>
308          <Annotation Term="Measures.Unit" String="V"/>
309        </Property>
310        <Property Name="LowerThresholdNonCritical" Type="Edm.Decimal">
311          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
312          <Annotation Term="OData.Description" String="The value at which the reading is below normal range."/>
313          <Annotation Term="OData.LongDescription" String="This property shall contain the value at which the `ReadingVolts` property is below normal range.  The value of the property shall use the same units as the `ReadingVolts` property."/>
314          <Annotation Term="Measures.Unit" String="V"/>
315        </Property>
316        <Property Name="LowerThresholdCritical" Type="Edm.Decimal">
317          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
318          <Annotation Term="OData.Description" String="The value at which the reading is below normal range but not yet fatal."/>
319          <Annotation Term="OData.LongDescription" String="This property shall contain the value at which the `ReadingVolts` property is below the normal range but is not yet fatal.  The value of the property shall use the same units as the `ReadingVolts` property."/>
320          <Annotation Term="Measures.Unit" String="V"/>
321        </Property>
322        <Property Name="LowerThresholdFatal" Type="Edm.Decimal">
323          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
324          <Annotation Term="OData.Description" String="The value at which the reading is below normal range and fatal."/>
325          <Annotation Term="OData.LongDescription" String="This property shall contain the value at which the `ReadingVolts` property is below the normal range and is fatal.  The value of the property shall use the same units as the `ReadingVolts` property."/>
326          <Annotation Term="Measures.Unit" String="V"/>
327        </Property>
328        <Property Name="MinReadingRange" Type="Edm.Decimal">
329          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
330          <Annotation Term="OData.Description" String="Minimum value for this sensor."/>
331          <Annotation Term="OData.LongDescription" String="This property shall indicate the lowest possible value for the `ReadingVolts` property.  The value of the property shall use the same units as the `ReadingVolts` property."/>
332          <Annotation Term="Measures.Unit" String="V"/>
333        </Property>
334        <Property Name="MaxReadingRange" Type="Edm.Decimal">
335          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
336          <Annotation Term="OData.Description" String="Maximum value for this sensor."/>
337          <Annotation Term="OData.LongDescription" String="This property shall indicate the highest possible value for the `ReadingVolts` property.  The value of the property shall use the same units as the `ReadingVolts` property."/>
338          <Annotation Term="Measures.Unit" String="V"/>
339        </Property>
340        <Property Name="PhysicalContext" Type="PhysicalContext.PhysicalContext" Nullable="false">
341          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
342          <Annotation Term="OData.Description" String="The area or device to which this voltage measurement applies."/>
343          <Annotation Term="OData.LongDescription" String="This property shall contain a description of the affected device or region within the chassis to which this voltage measurement applies."/>
344        </Property>
345        <NavigationProperty Name="RelatedItem" Type="Collection(Resource.Item)">
346          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
347          <Annotation Term="OData.Description" String="An array of links to resources or objects to which this voltage measurement applies."/>
348          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources or objects to which this voltage measurement applies."/>
349          <Annotation Term="OData.AutoExpandReferences"/>
350        </NavigationProperty>
351      </EntityType>
352
353      <EntityType Name="PowerSupply" BaseType="Resource.v1_0_0.ReferenceableMember">
354        <Annotation Term="OData.Description" String="Details of a power supplies associated with this system or device."/>
355        <Property Name="Name" Type="Edm.String">
356          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
357          <Annotation Term="OData.Description" String="The name of the power supply."/>
358          <Annotation Term="OData.LongDescription" String="This property shall contain a descriptive name for the associated power supply."/>
359        </Property>
360        <Property Name="PowerSupplyType" Type="Power.v1_0_0.PowerSupplyType">
361          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
362          <Annotation Term="OData.Description" String="The power supply type (AC or DC)."/>
363          <Annotation Term="OData.LongDescription" String="This property shall contain the input power type (AC or DC) of the associated power supply."/>
364        </Property>
365        <Property Name="LineInputVoltageType" Type="Power.v1_0_0.LineInputVoltageType">
366          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
367          <Annotation Term="OData.Description" String="The line voltage type supported as an input to this power supply."/>
368          <Annotation Term="OData.LongDescription" String="This property shall contain the type of input line voltage supported by the associated power supply."/>
369        </Property>
370        <Property Name="LineInputVoltage" Type="Edm.Decimal">
371          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
372          <Annotation Term="OData.Description" String="The line input voltage at which the power supply is operating."/>
373          <Annotation Term="OData.LongDescription" String="This property shall contain the value in volt units of the line input voltage (measured or configured for) that the power supply has been configured to operate with or is currently receiving."/>
374          <Annotation Term="Measures.Unit" String="V"/>
375        </Property>
376        <Property Name="PowerCapacityWatts" Type="Edm.Decimal">
377          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
378          <Annotation Term="OData.Description" String="The maximum capacity of this power supply."/>
379          <Annotation Term="OData.LongDescription" String="This property shall contain the maximum amount of power, in watt units, that the associated power supply is rated to deliver."/>
380          <Annotation Term="Measures.Unit" String="W"/>
381          <Annotation Term="Validation.Minimum" Int="0"/>
382        </Property>
383        <Property Name="LastPowerOutputWatts" Type="Edm.Decimal">
384          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
385          <Annotation Term="OData.Description" String="The average power output of this power supply."/>
386          <Annotation Term="OData.LongDescription" String="This property shall contain the average power output, measured in watt units, of the associated power supply."/>
387          <Annotation Term="Measures.Unit" String="W"/>
388          <Annotation Term="Validation.Minimum" Int="0"/>
389        </Property>
390        <Property Name="Model" Type="Edm.String">
391          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
392          <Annotation Term="OData.Description" String="The model number for this power supply."/>
393          <Annotation Term="OData.LongDescription" String="This property shall contain the model information as defined by the manufacturer for the associated power supply."/>
394        </Property>
395        <Property Name="FirmwareVersion" Type="Edm.String">
396          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
397          <Annotation Term="OData.Description" String="The firmware version for this power supply."/>
398          <Annotation Term="OData.LongDescription" String="This property shall contain the firmware version as defined by the manufacturer for the associated power supply."/>
399        </Property>
400        <Property Name="SerialNumber" Type="Edm.String">
401          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
402          <Annotation Term="OData.Description" String="The serial number for this power supply."/>
403          <Annotation Term="OData.LongDescription" String="This property shall contain the serial number as defined by the manufacturer for the associated power supply."/>
404        </Property>
405        <Property Name="PartNumber" Type="Edm.String">
406          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
407          <Annotation Term="OData.Description" String="The part number for this power supply."/>
408          <Annotation Term="OData.LongDescription" String="This property shall contain the part number as defined by the manufacturer for the associated power supply."/>
409        </Property>
410        <Property Name="SparePartNumber" Type="Edm.String">
411          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
412          <Annotation Term="OData.Description" String="The spare part number for this power supply."/>
413          <Annotation Term="OData.LongDescription" String="This property shall contain the spare or replacement part number as defined by the manufacturer for the associated power supply."/>
414        </Property>
415        <Property Name="Status" Type="Resource.Status" Nullable="false">
416          <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
417          <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
418        </Property>
419        <NavigationProperty Name="RelatedItem" Type="Collection(Resource.Item)">
420          <Annotation Term="OData.Description" String="An array of links to resources or objects associated with this power supply."/>
421          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources or objects associated with this power supply."/>
422          <Annotation Term="OData.AutoExpandReferences"/>
423        </NavigationProperty>
424        <NavigationProperty Name="Redundancy" Type="Collection(Redundancy.Redundancy)">
425          <Annotation Term="OData.Description" String="The set of redundancy groups for this power supply."/>
426          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to the redundancy groups to which this power supply belongs."/>
427          <Annotation Term="OData.AutoExpandReferences"/>
428        </NavigationProperty>
429      </EntityType>
430
431      <EnumType Name="PowerSupplyType">
432        <Member Name="Unknown">
433          <Annotation Term="OData.Description" String="The power supply type cannot be determined."/>
434        </Member>
435        <Member Name="AC">
436          <Annotation Term="OData.Description" String="Alternating Current (AC) power supply."/>
437        </Member>
438        <Member Name="DC">
439          <Annotation Term="OData.Description" String="Direct Current (DC) power supply."/>
440        </Member>
441        <Member Name="ACorDC">
442          <Annotation Term="OData.Description" String="The power supply supports both DC and AC."/>
443        </Member>
444      </EnumType>
445
446      <EnumType Name="LineInputVoltageType">
447        <Member Name="Unknown">
448          <Annotation Term="OData.Description" String="The power supply line input voltage type cannot be determined."/>
449        </Member>
450        <Member Name="ACLowLine">
451          <Annotation Term="OData.Description" String="100-127V AC input."/>
452          <Annotation Term="Redfish.Revisions">
453            <Collection>
454              <Record>
455                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
456                <PropertyValue Property="Version" String="v1_1_0"/>
457                <PropertyValue Property="Description" String="This value has been deprecated in favor of AC120V."/>
458              </Record>
459            </Collection>
460          </Annotation>
461        </Member>
462        <Member Name="ACMidLine">
463          <Annotation Term="OData.Description" String="200-240V AC input."/>
464          <Annotation Term="Redfish.Revisions">
465            <Collection>
466              <Record>
467                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
468                <PropertyValue Property="Version" String="v1_1_0"/>
469                <PropertyValue Property="Description" String="This value has been deprecated in favor of AC240V."/>
470              </Record>
471            </Collection>
472          </Annotation>
473        </Member>
474        <Member Name="ACHighLine">
475          <Annotation Term="OData.Description" String="277V AC input."/>
476          <Annotation Term="Redfish.Revisions">
477            <Collection>
478              <Record>
479                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
480                <PropertyValue Property="Version" String="v1_1_0"/>
481                <PropertyValue Property="Description" String="This value has been deprecated in favor of AC277V."/>
482              </Record>
483            </Collection>
484          </Annotation>
485        </Member>
486        <Member Name="DCNeg48V">
487          <Annotation Term="OData.Description" String="-48V DC input."/>
488        </Member>
489        <Member Name="DC380V">
490          <Annotation Term="OData.Description" String="High-voltage DC input (380V)."/>
491        </Member>
492        <Member Name="AC120V">
493          <Annotation Term="OData.Description" String="AC 120V nominal input."/>
494          <Annotation Term="Redfish.Revisions">
495            <Collection>
496              <Record>
497                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
498                <PropertyValue Property="Version" String="v1_1_0"/>
499              </Record>
500            </Collection>
501          </Annotation>
502        </Member>
503        <Member Name="AC240V">
504          <Annotation Term="OData.Description" String="AC 240V nominal input."/>
505          <Annotation Term="Redfish.Revisions">
506            <Collection>
507              <Record>
508                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
509                <PropertyValue Property="Version" String="v1_1_0"/>
510              </Record>
511            </Collection>
512          </Annotation>
513        </Member>
514        <Member Name="AC277V">
515          <Annotation Term="OData.Description" String="AC 277V nominal input."/>
516          <Annotation Term="Redfish.Revisions">
517            <Collection>
518              <Record>
519                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
520                <PropertyValue Property="Version" String="v1_1_0"/>
521              </Record>
522            </Collection>
523          </Annotation>
524        </Member>
525        <Member Name="ACandDCWideRange">
526          <Annotation Term="OData.Description" String="Wide range AC or DC input."/>
527          <Annotation Term="Redfish.Revisions">
528            <Collection>
529              <Record>
530                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
531                <PropertyValue Property="Version" String="v1_1_0"/>
532              </Record>
533            </Collection>
534          </Annotation>
535        </Member>
536        <Member Name="ACWideRange">
537          <Annotation Term="OData.Description" String="Wide range AC input."/>
538          <Annotation Term="Redfish.Revisions">
539            <Collection>
540              <Record>
541                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
542                <PropertyValue Property="Version" String="v1_1_0"/>
543              </Record>
544            </Collection>
545          </Annotation>
546        </Member>
547        <Member Name="DC240V">
548          <Annotation Term="OData.Description" String="DC 240V nominal input."/>
549          <Annotation Term="Redfish.Revisions">
550            <Collection>
551              <Record>
552                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
553                <PropertyValue Property="Version" String="v1_1_0"/>
554              </Record>
555            </Collection>
556          </Annotation>
557        </Member>
558      </EnumType>
559    </Schema>
560
561    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_0_1">
562      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
563      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
564      <EntityType Name="Power" BaseType="Power.v1_0_0.Power"/>
565      <EntityType Name="PowerControl" BaseType="Power.v1_0_0.PowerControl"/>
566      <EntityType Name="Voltage" BaseType="Power.v1_0_0.Voltage"/>
567      <EntityType Name="PowerSupply" BaseType="Power.v1_0_0.PowerSupply"/>
568    </Schema>
569
570    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_0_2">
571      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
572      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
573      <EntityType Name="Power" BaseType="Power.v1_0_1.Power"/>
574      <EntityType Name="PowerControl" BaseType="Power.v1_0_1.PowerControl"/>
575      <EntityType Name="Voltage" BaseType="Power.v1_0_1.Voltage"/>
576      <EntityType Name="PowerSupply" BaseType="Power.v1_0_1.PowerSupply"/>
577    </Schema>
578
579    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_0_3">
580      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
581      <Annotation Term="OData.Description" String="This version was created to add explicit permissions annotations to all properties for clarity."/>
582      <EntityType Name="Power" BaseType="Power.v1_0_2.Power"/>
583      <EntityType Name="PowerControl" BaseType="Power.v1_0_2.PowerControl"/>
584      <EntityType Name="Voltage" BaseType="Power.v1_0_2.Voltage"/>
585      <EntityType Name="PowerSupply" BaseType="Power.v1_0_2.PowerSupply"/>
586    </Schema>
587
588    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_0_4">
589      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
590      <Annotation Term="OData.Description" String="This version was created to remove the nullable term on arrays of links and to use the deprecated annotation on certain enumerated values."/>
591      <EntityType Name="Power" BaseType="Power.v1_0_3.Power"/>
592      <EntityType Name="PowerControl" BaseType="Power.v1_0_3.PowerControl"/>
593      <EntityType Name="Voltage" BaseType="Power.v1_0_3.Voltage"/>
594      <EntityType Name="PowerSupply" BaseType="Power.v1_0_3.PowerSupply"/>
595    </Schema>
596
597    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_0_5">
598      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
599      <Annotation Term="OData.Description" String="This version was created to remove the auto expand annotation for the `Redundancy` property inside `PowerSupply`."/>
600      <EntityType Name="Power" BaseType="Power.v1_0_4.Power"/>
601      <EntityType Name="PowerControl" BaseType="Power.v1_0_4.PowerControl"/>
602      <EntityType Name="Voltage" BaseType="Power.v1_0_4.Voltage"/>
603      <EntityType Name="PowerSupply" BaseType="Power.v1_0_4.PowerSupply"/>
604    </Schema>
605
606    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_0_6">
607      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
608      <Annotation Term="OData.Description" String="This version was created to change `PhysicalContext` to use the unversioned definition."/>
609      <EntityType Name="Power" BaseType="Power.v1_0_5.Power"/>
610      <EntityType Name="PowerControl" BaseType="Power.v1_0_5.PowerControl"/>
611      <EntityType Name="Voltage" BaseType="Power.v1_0_5.Voltage"/>
612      <EntityType Name="PowerSupply" BaseType="Power.v1_0_5.PowerSupply"/>
613    </Schema>
614
615    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_0_7">
616      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
617      <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."/>
618      <EntityType Name="Power" BaseType="Power.v1_0_6.Power"/>
619      <EntityType Name="PowerControl" BaseType="Power.v1_0_6.PowerControl"/>
620      <EntityType Name="Voltage" BaseType="Power.v1_0_6.Voltage"/>
621      <EntityType Name="PowerSupply" BaseType="Power.v1_0_6.PowerSupply"/>
622    </Schema>
623
624    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_0_8">
625      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
626      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation.  It was also created to fix `PowerMetrics`/`PowerMetric` description, not to use abbreviated terms."/>
627      <EntityType Name="Power" BaseType="Power.v1_0_7.Power"/>
628      <EntityType Name="PowerControl" BaseType="Power.v1_0_7.PowerControl"/>
629      <EntityType Name="Voltage" BaseType="Power.v1_0_7.Voltage"/>
630      <EntityType Name="PowerSupply" BaseType="Power.v1_0_7.PowerSupply"/>
631    </Schema>
632
633    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_0_9">
634      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
635      <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
636      <EntityType Name="Power" BaseType="Power.v1_0_8.Power"/>
637      <EntityType Name="PowerControl" BaseType="Power.v1_0_8.PowerControl"/>
638      <EntityType Name="Voltage" BaseType="Power.v1_0_8.Voltage"/>
639      <EntityType Name="PowerSupply" BaseType="Power.v1_0_8.PowerSupply"/>
640    </Schema>
641
642    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_0_10">
643      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
644      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
645      <EntityType Name="Power" BaseType="Power.v1_0_9.Power"/>
646      <EntityType Name="PowerControl" BaseType="Power.v1_0_9.PowerControl"/>
647      <EntityType Name="Voltage" BaseType="Power.v1_0_9.Voltage"/>
648      <EntityType Name="PowerSupply" BaseType="Power.v1_0_9.PowerSupply"/>
649    </Schema>
650
651    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_0_11">
652      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
653      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
654      <EntityType Name="Power" BaseType="Power.v1_0_10.Power"/>
655      <EntityType Name="PowerControl" BaseType="Power.v1_0_10.PowerControl"/>
656      <EntityType Name="Voltage" BaseType="Power.v1_0_10.Voltage"/>
657      <EntityType Name="PowerSupply" BaseType="Power.v1_0_10.PowerSupply"/>
658    </Schema>
659
660    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_0_12">
661      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
662      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
663      <EntityType Name="Power" BaseType="Power.v1_0_11.Power"/>
664      <EntityType Name="PowerControl" BaseType="Power.v1_0_11.PowerControl"/>
665      <EntityType Name="Voltage" BaseType="Power.v1_0_11.Voltage"/>
666      <EntityType Name="PowerSupply" BaseType="Power.v1_0_11.PowerSupply"/>
667    </Schema>
668
669    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_0_13">
670      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
671      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
672      <EntityType Name="Power" BaseType="Power.v1_0_12.Power"/>
673      <EntityType Name="PowerControl" BaseType="Power.v1_0_12.PowerControl"/>
674      <EntityType Name="Voltage" BaseType="Power.v1_0_12.Voltage"/>
675      <EntityType Name="PowerSupply" BaseType="Power.v1_0_12.PowerSupply"/>
676    </Schema>
677
678    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_0_14">
679      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
680      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
681      <EntityType Name="Power" BaseType="Power.v1_0_13.Power"/>
682      <EntityType Name="PowerControl" BaseType="Power.v1_0_13.PowerControl"/>
683      <EntityType Name="Voltage" BaseType="Power.v1_0_13.Voltage"/>
684      <EntityType Name="PowerSupply" BaseType="Power.v1_0_13.PowerSupply"/>
685    </Schema>
686
687    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_0_15">
688      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
689      <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."/>
690      <EntityType Name="Power" BaseType="Power.v1_0_14.Power"/>
691      <EntityType Name="PowerControl" BaseType="Power.v1_0_14.PowerControl"/>
692      <EntityType Name="Voltage" BaseType="Power.v1_0_14.Voltage"/>
693      <EntityType Name="PowerSupply" BaseType="Power.v1_0_14.PowerSupply"/>
694    </Schema>
695
696    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_1_0">
697      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
698      <Annotation Term="Redfish.Release" String="2016.1"/>
699
700      <EntityType Name="Power" BaseType="Power.v1_0_2.Power"/>
701
702      <EntityType Name="PowerControl" BaseType="Power.v1_0_2.PowerControl"/>
703
704      <EntityType Name="Voltage" BaseType="Power.v1_0_2.Voltage"/>
705
706      <EntityType Name="PowerSupply" BaseType="Power.v1_0_2.PowerSupply">
707        <Property Name="Manufacturer" Type="Edm.String">
708          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
709          <Annotation Term="OData.Description" String="The manufacturer of this power supply."/>
710          <Annotation Term="OData.LongDescription" String="This property shall contain the name of the organization responsible for producing the power supply.  This organization may be the entity from whom the power supply is purchased, but this is not necessarily true."/>
711        </Property>
712        <Property Name="InputRanges" Type="Collection(Power.v1_1_0.InputRange)" Nullable="false">
713          <Annotation Term="OData.Description" String="The input ranges that the power supply can use."/>
714          <Annotation Term="OData.LongDescription" String="This property shall contain a collection of ranges usable by the power supply unit."/>
715        </Property>
716      </EntityType>
717
718      <ComplexType Name="InputRange">
719        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
720        <Annotation Term="OData.Description" String="This type describes an input range for a power supply."/>
721        <Annotation Term="OData.LongDescription" String="This type shall describe an input range that the associated power supply can utilize."/>
722        <Property Name="InputType" Type="Power.v1_1_0.InputType">
723          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
724          <Annotation Term="OData.Description" String="The Input type (AC or DC)."/>
725          <Annotation Term="OData.LongDescription" String="This property shall contain the input type (AC or DC) of the associated range."/>
726        </Property>
727        <Property Name="MinimumVoltage" Type="Edm.Decimal">
728          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
729          <Annotation Term="OData.Description" String="The minimum line input voltage at which this power supply input range is effective."/>
730          <Annotation Term="OData.LongDescription" String="This property shall contain the value, in volt units, of the minimum line input voltage that the power supply is capable of consuming for this range."/>
731          <Annotation Term="Measures.Unit" String="V"/>
732        </Property>
733        <Property Name="MaximumVoltage" Type="Edm.Decimal">
734          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
735          <Annotation Term="OData.Description" String="The maximum line input voltage at which this power supply input range is effective."/>
736          <Annotation Term="OData.LongDescription" String="This property shall contain the value, in volt units, of the maximum line input voltage that the power supply is capable of consuming for this range."/>
737          <Annotation Term="Measures.Unit" String="V"/>
738        </Property>
739        <Property Name="MinimumFrequencyHz" Type="Edm.Decimal">
740          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
741          <Annotation Term="OData.Description" String="The minimum line input frequency at which this power supply input range is effective."/>
742          <Annotation Term="OData.LongDescription" String="This property shall contain the value, in hertz units, of the minimum line input frequency that the power supply is capable of consuming for this range."/>
743          <Annotation Term="Measures.Unit" String="Hz"/>
744          <Annotation Term="Validation.Minimum" Int="0"/>
745        </Property>
746        <Property Name="MaximumFrequencyHz" Type="Edm.Decimal">
747          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
748          <Annotation Term="OData.Description" String="The maximum line input frequency at which this power supply input range is effective."/>
749          <Annotation Term="OData.LongDescription" String="This property shall contain the value, in hertz units, of the maximum line input frequency that the power supply is capable of consuming for this range."/>
750          <Annotation Term="Measures.Unit" String="Hz"/>
751          <Annotation Term="Validation.Minimum" Int="0"/>
752        </Property>
753        <Property Name="OutputWattage" Type="Edm.Decimal">
754          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
755          <Annotation Term="OData.Description" String="The maximum capacity of this power supply when operating in this input range."/>
756          <Annotation Term="OData.LongDescription" String="This property shall contain the maximum amount of power, in watt units, that the associated power supply is rated to deliver while operating in this input range."/>
757          <Annotation Term="Measures.Unit" String="W"/>
758          <Annotation Term="Validation.Minimum" Int="0"/>
759        </Property>
760        <Property Name="Oem" Type="Resource.Oem" Nullable="false">
761          <Annotation Term="OData.Description" String="The OEM extension property."/>
762          <Annotation Term="OData.LongDescription" String="This property shall contain the OEM extensions.  All values for properties contained in this object shall conform to the Redfish Specification-described requirements."/>
763        </Property>
764      </ComplexType>
765
766      <EnumType Name="InputType">
767        <Member Name="AC">
768          <Annotation Term="OData.Description" String="Alternating Current (AC) input range."/>
769        </Member>
770        <Member Name="DC">
771          <Annotation Term="OData.Description" String="Direct Current (DC) input range."/>
772        </Member>
773      </EnumType>
774    </Schema>
775
776    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_1_1">
777      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
778      <Annotation Term="OData.Description" String="This version was created to add explicit permissions annotations to all properties for clarity."/>
779      <EntityType Name="Power" BaseType="Power.v1_1_0.Power"/>
780      <EntityType Name="PowerControl" BaseType="Power.v1_1_0.PowerControl"/>
781      <EntityType Name="Voltage" BaseType="Power.v1_1_0.Voltage"/>
782      <EntityType Name="PowerSupply" BaseType="Power.v1_1_0.PowerSupply"/>
783    </Schema>
784
785    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_1_2">
786      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
787      <Annotation Term="OData.Description" String="This version was created to remove the nullable term on arrays of links and to use the deprecated annotation on certain enumerated values."/>
788      <EntityType Name="Power" BaseType="Power.v1_1_1.Power"/>
789      <EntityType Name="PowerControl" BaseType="Power.v1_1_1.PowerControl"/>
790      <EntityType Name="Voltage" BaseType="Power.v1_1_1.Voltage"/>
791      <EntityType Name="PowerSupply" BaseType="Power.v1_1_1.PowerSupply"/>
792    </Schema>
793
794    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_1_3">
795      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
796      <Annotation Term="OData.Description" String="This version was created to remove the auto expand annotation for the `Redundancy` property inside `PowerSupply`."/>
797      <EntityType Name="Power" BaseType="Power.v1_1_2.Power"/>
798      <EntityType Name="PowerControl" BaseType="Power.v1_1_2.PowerControl"/>
799      <EntityType Name="Voltage" BaseType="Power.v1_1_2.Voltage"/>
800      <EntityType Name="PowerSupply" BaseType="Power.v1_1_2.PowerSupply"/>
801    </Schema>
802
803    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_1_4">
804      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
805      <Annotation Term="OData.Description" String="This version was created to change `PhysicalContext` to use the unversioned definition."/>
806      <EntityType Name="Power" BaseType="Power.v1_1_3.Power"/>
807      <EntityType Name="PowerControl" BaseType="Power.v1_1_3.PowerControl"/>
808      <EntityType Name="Voltage" BaseType="Power.v1_1_3.Voltage"/>
809      <EntityType Name="PowerSupply" BaseType="Power.v1_1_3.PowerSupply"/>
810    </Schema>
811
812    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_1_5">
813      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
814      <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."/>
815      <EntityType Name="Power" BaseType="Power.v1_1_4.Power"/>
816      <EntityType Name="PowerControl" BaseType="Power.v1_1_4.PowerControl"/>
817      <EntityType Name="Voltage" BaseType="Power.v1_1_4.Voltage"/>
818      <EntityType Name="PowerSupply" BaseType="Power.v1_1_4.PowerSupply"/>
819    </Schema>
820
821    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_1_6">
822      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
823      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation.  It was also created to fix `PowerMetrics`/`PowerMetric` description, not to use abbreviated terms."/>
824      <EntityType Name="Power" BaseType="Power.v1_1_5.Power"/>
825      <EntityType Name="PowerControl" BaseType="Power.v1_1_5.PowerControl"/>
826      <EntityType Name="Voltage" BaseType="Power.v1_1_5.Voltage"/>
827      <EntityType Name="PowerSupply" BaseType="Power.v1_1_5.PowerSupply"/>
828    </Schema>
829
830    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_1_7">
831      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
832      <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
833      <EntityType Name="Power" BaseType="Power.v1_1_6.Power"/>
834      <EntityType Name="PowerControl" BaseType="Power.v1_1_6.PowerControl"/>
835      <EntityType Name="Voltage" BaseType="Power.v1_1_6.Voltage"/>
836      <EntityType Name="PowerSupply" BaseType="Power.v1_1_6.PowerSupply"/>
837    </Schema>
838
839    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_1_8">
840      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
841      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
842      <EntityType Name="Power" BaseType="Power.v1_1_7.Power"/>
843      <EntityType Name="PowerControl" BaseType="Power.v1_1_7.PowerControl"/>
844      <EntityType Name="Voltage" BaseType="Power.v1_1_7.Voltage"/>
845      <EntityType Name="PowerSupply" BaseType="Power.v1_1_7.PowerSupply"/>
846    </Schema>
847
848    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_1_9">
849      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
850      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
851      <EntityType Name="Power" BaseType="Power.v1_1_8.Power"/>
852      <EntityType Name="PowerControl" BaseType="Power.v1_1_8.PowerControl"/>
853      <EntityType Name="Voltage" BaseType="Power.v1_1_8.Voltage"/>
854      <EntityType Name="PowerSupply" BaseType="Power.v1_1_8.PowerSupply"/>
855    </Schema>
856
857    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_1_10">
858      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
859      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
860      <EntityType Name="Power" BaseType="Power.v1_1_9.Power"/>
861      <EntityType Name="PowerControl" BaseType="Power.v1_1_9.PowerControl"/>
862      <EntityType Name="Voltage" BaseType="Power.v1_1_9.Voltage"/>
863      <EntityType Name="PowerSupply" BaseType="Power.v1_1_9.PowerSupply"/>
864    </Schema>
865
866    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_1_11">
867      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
868      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
869      <EntityType Name="Power" BaseType="Power.v1_1_10.Power"/>
870      <EntityType Name="PowerControl" BaseType="Power.v1_1_10.PowerControl"/>
871      <EntityType Name="Voltage" BaseType="Power.v1_1_10.Voltage"/>
872      <EntityType Name="PowerSupply" BaseType="Power.v1_1_10.PowerSupply"/>
873    </Schema>
874
875    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_1_12">
876      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
877      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
878      <EntityType Name="Power" BaseType="Power.v1_1_11.Power"/>
879      <EntityType Name="PowerControl" BaseType="Power.v1_1_11.PowerControl"/>
880      <EntityType Name="Voltage" BaseType="Power.v1_1_11.Voltage"/>
881      <EntityType Name="PowerSupply" BaseType="Power.v1_1_11.PowerSupply"/>
882    </Schema>
883
884    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_1_13">
885      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
886      <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."/>
887      <EntityType Name="Power" BaseType="Power.v1_1_12.Power"/>
888      <EntityType Name="PowerControl" BaseType="Power.v1_1_12.PowerControl"/>
889      <EntityType Name="Voltage" BaseType="Power.v1_1_12.Voltage"/>
890      <EntityType Name="PowerSupply" BaseType="Power.v1_1_12.PowerSupply"/>
891    </Schema>
892
893    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_2_0">
894      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
895      <Annotation Term="Redfish.Release" String="2016.2"/>
896
897      <EntityType Name="Power" BaseType="Power.v1_1_0.Power"/>
898
899      <EntityType Name="PowerControl" BaseType="Power.v1_1_0.PowerControl"/>
900
901      <EntityType Name="Voltage" BaseType="Power.v1_1_0.Voltage"/>
902
903      <EntityType Name="PowerSupply" BaseType="Power.v1_1_0.PowerSupply">
904        <Property Name="IndicatorLED" Type="Resource.IndicatorLED">
905          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
906          <Annotation Term="OData.Description" String="The state of the indicator LED, which identifies the power supply."/>
907          <Annotation Term="OData.LongDescription" String="This property shall contain the indicator light state for the indicator light associated with this power supply."/>
908        </Property>
909      </EntityType>
910    </Schema>
911
912    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_2_1">
913      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
914      <Annotation Term="OData.Description" String="This version was created to add explicit permissions annotations to all properties for clarity."/>
915      <EntityType Name="Power" BaseType="Power.v1_2_0.Power"/>
916      <EntityType Name="PowerControl" BaseType="Power.v1_2_0.PowerControl"/>
917      <EntityType Name="Voltage" BaseType="Power.v1_2_0.Voltage"/>
918      <EntityType Name="PowerSupply" BaseType="Power.v1_2_0.PowerSupply"/>
919    </Schema>
920
921    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_2_2">
922      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
923      <Annotation Term="OData.Description" String="This version was created to remove the nullable term on arrays of links and to use the deprecated annotation on certain enumerated values."/>
924      <EntityType Name="Power" BaseType="Power.v1_2_1.Power"/>
925      <EntityType Name="PowerControl" BaseType="Power.v1_2_1.PowerControl"/>
926      <EntityType Name="Voltage" BaseType="Power.v1_2_1.Voltage"/>
927      <EntityType Name="PowerSupply" BaseType="Power.v1_2_1.PowerSupply"/>
928    </Schema>
929
930    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_2_3">
931      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
932      <Annotation Term="OData.Description" String="This version was created to remove the auto expand annotation for the `Redundancy` property inside `PowerSupply`."/>
933      <EntityType Name="Power" BaseType="Power.v1_2_2.Power"/>
934      <EntityType Name="PowerControl" BaseType="Power.v1_2_2.PowerControl"/>
935      <EntityType Name="Voltage" BaseType="Power.v1_2_2.Voltage"/>
936      <EntityType Name="PowerSupply" BaseType="Power.v1_2_2.PowerSupply"/>
937    </Schema>
938
939    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_2_4">
940      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
941      <Annotation Term="OData.Description" String="This version was created to change `PhysicalContext` and `IndicatorLED` to use the unversioned definition."/>
942      <EntityType Name="Power" BaseType="Power.v1_2_3.Power"/>
943      <EntityType Name="PowerControl" BaseType="Power.v1_2_3.PowerControl"/>
944      <EntityType Name="Voltage" BaseType="Power.v1_2_3.Voltage"/>
945      <EntityType Name="PowerSupply" BaseType="Power.v1_2_3.PowerSupply"/>
946    </Schema>
947
948    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_2_5">
949      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
950      <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."/>
951      <EntityType Name="Power" BaseType="Power.v1_2_4.Power"/>
952      <EntityType Name="PowerControl" BaseType="Power.v1_2_4.PowerControl"/>
953      <EntityType Name="Voltage" BaseType="Power.v1_2_4.Voltage"/>
954      <EntityType Name="PowerSupply" BaseType="Power.v1_2_4.PowerSupply"/>
955    </Schema>
956
957    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_2_6">
958      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
959      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation.  It was also created to fix `PowerMetrics`/`PowerMetric` description, not to use abbreviated terms."/>
960      <EntityType Name="Power" BaseType="Power.v1_2_5.Power"/>
961      <EntityType Name="PowerControl" BaseType="Power.v1_2_5.PowerControl"/>
962      <EntityType Name="Voltage" BaseType="Power.v1_2_5.Voltage"/>
963      <EntityType Name="PowerSupply" BaseType="Power.v1_2_5.PowerSupply"/>
964    </Schema>
965
966    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_2_7">
967      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
968      <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
969      <EntityType Name="Power" BaseType="Power.v1_2_6.Power"/>
970      <EntityType Name="PowerControl" BaseType="Power.v1_2_6.PowerControl"/>
971      <EntityType Name="Voltage" BaseType="Power.v1_2_6.Voltage"/>
972      <EntityType Name="PowerSupply" BaseType="Power.v1_2_6.PowerSupply"/>
973    </Schema>
974
975    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_2_8">
976      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
977      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
978      <EntityType Name="Power" BaseType="Power.v1_2_7.Power"/>
979      <EntityType Name="PowerControl" BaseType="Power.v1_2_7.PowerControl"/>
980      <EntityType Name="Voltage" BaseType="Power.v1_2_7.Voltage"/>
981      <EntityType Name="PowerSupply" BaseType="Power.v1_2_7.PowerSupply"/>
982    </Schema>
983
984    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_2_9">
985      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
986      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
987      <EntityType Name="Power" BaseType="Power.v1_2_8.Power"/>
988      <EntityType Name="PowerControl" BaseType="Power.v1_2_8.PowerControl"/>
989      <EntityType Name="Voltage" BaseType="Power.v1_2_8.Voltage"/>
990      <EntityType Name="PowerSupply" BaseType="Power.v1_2_8.PowerSupply"/>
991    </Schema>
992
993    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_2_10">
994      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
995      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
996      <EntityType Name="Power" BaseType="Power.v1_2_9.Power"/>
997      <EntityType Name="PowerControl" BaseType="Power.v1_2_9.PowerControl"/>
998      <EntityType Name="Voltage" BaseType="Power.v1_2_9.Voltage"/>
999      <EntityType Name="PowerSupply" BaseType="Power.v1_2_9.PowerSupply"/>
1000    </Schema>
1001
1002    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_2_11">
1003      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1004      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
1005      <EntityType Name="Power" BaseType="Power.v1_2_10.Power"/>
1006      <EntityType Name="PowerControl" BaseType="Power.v1_2_10.PowerControl"/>
1007      <EntityType Name="Voltage" BaseType="Power.v1_2_10.Voltage"/>
1008      <EntityType Name="PowerSupply" BaseType="Power.v1_2_10.PowerSupply"/>
1009    </Schema>
1010
1011    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_2_12">
1012      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1013      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1014      <EntityType Name="Power" BaseType="Power.v1_2_11.Power"/>
1015      <EntityType Name="PowerControl" BaseType="Power.v1_2_11.PowerControl"/>
1016      <EntityType Name="Voltage" BaseType="Power.v1_2_11.Voltage"/>
1017      <EntityType Name="PowerSupply" BaseType="Power.v1_2_11.PowerSupply"/>
1018    </Schema>
1019
1020    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_2_13">
1021      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1022      <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."/>
1023      <EntityType Name="Power" BaseType="Power.v1_2_12.Power"/>
1024      <EntityType Name="PowerControl" BaseType="Power.v1_2_12.PowerControl"/>
1025      <EntityType Name="Voltage" BaseType="Power.v1_2_12.Voltage"/>
1026      <EntityType Name="PowerSupply" BaseType="Power.v1_2_12.PowerSupply"/>
1027    </Schema>
1028
1029    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_3_0">
1030      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1031      <Annotation Term="Redfish.Release" String="2017.1"/>
1032
1033      <EntityType Name="Power" BaseType="Power.v1_2_2.Power">
1034        <Property Name="Actions" Type="Power.v1_3_0.Actions" Nullable="false">
1035          <Annotation Term="OData.Description" String="The available actions for this resource."/>
1036          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
1037        </Property>
1038      </EntityType>
1039
1040      <EntityType Name="PowerControl" BaseType="Power.v1_2_2.PowerControl">
1041        <Property Name="Actions" Type="Power.v1_3_0.PowerControlActions" Nullable="false">
1042          <Annotation Term="OData.Description" String="The available actions for this resource."/>
1043          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
1044        </Property>
1045      </EntityType>
1046
1047      <EntityType Name="Voltage" BaseType="Power.v1_2_2.Voltage">
1048        <Property Name="Actions" Type="Power.v1_3_0.VoltageActions" Nullable="false">
1049          <Annotation Term="OData.Description" String="The available actions for this resource."/>
1050          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
1051        </Property>
1052      </EntityType>
1053
1054      <EntityType Name="PowerSupply" BaseType="Power.v1_2_2.PowerSupply">
1055        <Property Name="Actions" Type="Power.v1_3_0.PowerSupplyActions" Nullable="false">
1056          <Annotation Term="OData.Description" String="The available actions for this resource."/>
1057          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
1058        </Property>
1059      </EntityType>
1060
1061      <ComplexType Name="Actions">
1062        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
1063        <Annotation Term="OData.Description" String="The available actions for this resource."/>
1064        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
1065        <Property Name="Oem" Type="Power.v1_3_0.OemActions" Nullable="false">
1066          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
1067          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
1068        </Property>
1069      </ComplexType>
1070
1071      <ComplexType Name="OemActions">
1072        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
1073        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
1074        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
1075      </ComplexType>
1076
1077      <ComplexType Name="PowerControlActions">
1078        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
1079        <Annotation Term="OData.Description" String="The available actions for this resource."/>
1080        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
1081        <Property Name="Oem" Type="Power.v1_3_0.PowerControlOemActions" Nullable="false">
1082          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
1083          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
1084        </Property>
1085      </ComplexType>
1086
1087      <ComplexType Name="PowerControlOemActions">
1088        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
1089        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
1090        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
1091      </ComplexType>
1092
1093      <ComplexType Name="VoltageActions">
1094        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
1095        <Annotation Term="OData.Description" String="The available actions for this resource."/>
1096        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
1097        <Property Name="Oem" Type="Power.v1_3_0.VoltageOemActions" Nullable="false">
1098          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
1099          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
1100        </Property>
1101      </ComplexType>
1102
1103      <ComplexType Name="VoltageOemActions">
1104        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
1105        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
1106        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
1107      </ComplexType>
1108
1109      <ComplexType Name="PowerSupplyActions">
1110        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
1111        <Annotation Term="OData.Description" String="The available actions for this resource."/>
1112        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
1113        <Property Name="Oem" Type="Power.v1_3_0.PowerSupplyOemActions" Nullable="false">
1114          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
1115          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
1116        </Property>
1117      </ComplexType>
1118
1119      <ComplexType Name="PowerSupplyOemActions">
1120        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
1121        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
1122        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
1123      </ComplexType>
1124    </Schema>
1125
1126    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_3_1">
1127      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1128      <Annotation Term="OData.Description" String="This version was created to remove the auto expand annotation for the `Redundancy` property inside `PowerSupply`."/>
1129      <EntityType Name="Power" BaseType="Power.v1_3_0.Power"/>
1130      <EntityType Name="PowerControl" BaseType="Power.v1_3_0.PowerControl"/>
1131      <EntityType Name="Voltage" BaseType="Power.v1_3_0.Voltage"/>
1132      <EntityType Name="PowerSupply" BaseType="Power.v1_3_0.PowerSupply"/>
1133    </Schema>
1134
1135    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_3_2">
1136      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1137      <Annotation Term="OData.Description" String="This version was created to change `PhysicalContext` and `IndicatorLED` to use the unversioned definition."/>
1138      <EntityType Name="Power" BaseType="Power.v1_3_1.Power"/>
1139      <EntityType Name="PowerControl" BaseType="Power.v1_3_1.PowerControl"/>
1140      <EntityType Name="Voltage" BaseType="Power.v1_3_1.Voltage"/>
1141      <EntityType Name="PowerSupply" BaseType="Power.v1_3_1.PowerSupply"/>
1142    </Schema>
1143
1144    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_3_3">
1145      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1146      <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."/>
1147      <EntityType Name="Power" BaseType="Power.v1_3_2.Power"/>
1148      <EntityType Name="PowerControl" BaseType="Power.v1_3_2.PowerControl"/>
1149      <EntityType Name="Voltage" BaseType="Power.v1_3_2.Voltage"/>
1150      <EntityType Name="PowerSupply" BaseType="Power.v1_3_2.PowerSupply"/>
1151    </Schema>
1152
1153    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_3_4">
1154      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1155      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation.  It was also created to fix `PowerMetrics`/`PowerMetric` description, not to use abbreviated terms."/>
1156      <EntityType Name="Power" BaseType="Power.v1_3_3.Power"/>
1157      <EntityType Name="PowerControl" BaseType="Power.v1_3_3.PowerControl"/>
1158      <EntityType Name="Voltage" BaseType="Power.v1_3_3.Voltage"/>
1159      <EntityType Name="PowerSupply" BaseType="Power.v1_3_3.PowerSupply"/>
1160    </Schema>
1161
1162    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_3_5">
1163      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1164      <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
1165      <EntityType Name="Power" BaseType="Power.v1_3_4.Power"/>
1166      <EntityType Name="PowerControl" BaseType="Power.v1_3_4.PowerControl"/>
1167      <EntityType Name="Voltage" BaseType="Power.v1_3_4.Voltage"/>
1168      <EntityType Name="PowerSupply" BaseType="Power.v1_3_4.PowerSupply"/>
1169    </Schema>
1170
1171    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_3_6">
1172      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1173      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1174      <EntityType Name="Power" BaseType="Power.v1_3_5.Power"/>
1175      <EntityType Name="PowerControl" BaseType="Power.v1_3_5.PowerControl"/>
1176      <EntityType Name="Voltage" BaseType="Power.v1_3_5.Voltage"/>
1177      <EntityType Name="PowerSupply" BaseType="Power.v1_3_5.PowerSupply"/>
1178    </Schema>
1179
1180    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_3_7">
1181      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1182      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1183      <EntityType Name="Power" BaseType="Power.v1_3_6.Power"/>
1184      <EntityType Name="PowerControl" BaseType="Power.v1_3_6.PowerControl"/>
1185      <EntityType Name="Voltage" BaseType="Power.v1_3_6.Voltage"/>
1186      <EntityType Name="PowerSupply" BaseType="Power.v1_3_6.PowerSupply"/>
1187    </Schema>
1188
1189    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_3_8">
1190      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1191      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1192      <EntityType Name="Power" BaseType="Power.v1_3_7.Power"/>
1193      <EntityType Name="PowerControl" BaseType="Power.v1_3_7.PowerControl"/>
1194      <EntityType Name="Voltage" BaseType="Power.v1_3_7.Voltage"/>
1195      <EntityType Name="PowerSupply" BaseType="Power.v1_3_7.PowerSupply"/>
1196    </Schema>
1197
1198    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_3_9">
1199      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1200      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
1201      <EntityType Name="Power" BaseType="Power.v1_3_8.Power"/>
1202      <EntityType Name="PowerControl" BaseType="Power.v1_3_8.PowerControl"/>
1203      <EntityType Name="Voltage" BaseType="Power.v1_3_8.Voltage"/>
1204      <EntityType Name="PowerSupply" BaseType="Power.v1_3_8.PowerSupply"/>
1205    </Schema>
1206
1207    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_3_10">
1208      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1209      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1210      <EntityType Name="Power" BaseType="Power.v1_3_9.Power"/>
1211      <EntityType Name="PowerControl" BaseType="Power.v1_3_9.PowerControl"/>
1212      <EntityType Name="Voltage" BaseType="Power.v1_3_9.Voltage"/>
1213      <EntityType Name="PowerSupply" BaseType="Power.v1_3_9.PowerSupply"/>
1214    </Schema>
1215
1216    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_3_11">
1217      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1218      <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."/>
1219      <EntityType Name="Power" BaseType="Power.v1_3_10.Power"/>
1220      <EntityType Name="PowerControl" BaseType="Power.v1_3_10.PowerControl"/>
1221      <EntityType Name="Voltage" BaseType="Power.v1_3_10.Voltage"/>
1222      <EntityType Name="PowerSupply" BaseType="Power.v1_3_10.PowerSupply"/>
1223    </Schema>
1224
1225    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_4_0">
1226      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1227      <Annotation Term="Redfish.Release" String="2017.2"/>
1228
1229      <EntityType Name="Power" BaseType="Power.v1_3_1.Power"/>
1230
1231      <EntityType Name="PowerControl" BaseType="Power.v1_3_1.PowerControl">
1232        <Property Name="PhysicalContext" Type="PhysicalContext.PhysicalContext" Nullable="false">
1233          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1234          <Annotation Term="OData.Description" String="The area, device, or set of devices to which this power control applies."/>
1235          <Annotation Term="OData.LongDescription" String="This property shall contain a description of the affected device(s) or region within the chassis to which this power control applies."/>
1236        </Property>
1237      </EntityType>
1238
1239      <EntityType Name="Voltage" BaseType="Power.v1_3_1.Voltage"/>
1240
1241      <EntityType Name="PowerSupply" BaseType="Power.v1_3_1.PowerSupply"/>
1242    </Schema>
1243
1244    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_4_1">
1245      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1246      <Annotation Term="OData.Description" String="This version was created to change `PhysicalContext` and `IndicatorLED` to use the unversioned definition."/>
1247      <EntityType Name="Power" BaseType="Power.v1_4_0.Power"/>
1248      <EntityType Name="PowerControl" BaseType="Power.v1_4_0.PowerControl"/>
1249      <EntityType Name="Voltage" BaseType="Power.v1_4_0.Voltage"/>
1250      <EntityType Name="PowerSupply" BaseType="Power.v1_4_0.PowerSupply"/>
1251    </Schema>
1252
1253    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_4_2">
1254      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1255      <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."/>
1256      <EntityType Name="Power" BaseType="Power.v1_4_1.Power"/>
1257      <EntityType Name="PowerControl" BaseType="Power.v1_4_1.PowerControl"/>
1258      <EntityType Name="Voltage" BaseType="Power.v1_4_1.Voltage"/>
1259      <EntityType Name="PowerSupply" BaseType="Power.v1_4_1.PowerSupply"/>
1260    </Schema>
1261
1262    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_4_3">
1263      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1264      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation.  It was also created to fix `PowerMetrics`/`PowerMetric` description, not to use abbreviated terms."/>
1265      <EntityType Name="Power" BaseType="Power.v1_4_2.Power"/>
1266      <EntityType Name="PowerControl" BaseType="Power.v1_4_2.PowerControl"/>
1267      <EntityType Name="Voltage" BaseType="Power.v1_4_2.Voltage"/>
1268      <EntityType Name="PowerSupply" BaseType="Power.v1_4_2.PowerSupply"/>
1269    </Schema>
1270
1271    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_4_4">
1272      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1273      <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
1274      <EntityType Name="Power" BaseType="Power.v1_4_3.Power"/>
1275      <EntityType Name="PowerControl" BaseType="Power.v1_4_3.PowerControl"/>
1276      <EntityType Name="Voltage" BaseType="Power.v1_4_3.Voltage"/>
1277      <EntityType Name="PowerSupply" BaseType="Power.v1_4_3.PowerSupply"/>
1278    </Schema>
1279
1280    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_4_5">
1281      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1282      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1283      <EntityType Name="Power" BaseType="Power.v1_4_4.Power"/>
1284      <EntityType Name="PowerControl" BaseType="Power.v1_4_4.PowerControl"/>
1285      <EntityType Name="Voltage" BaseType="Power.v1_4_4.Voltage"/>
1286      <EntityType Name="PowerSupply" BaseType="Power.v1_4_4.PowerSupply"/>
1287    </Schema>
1288
1289    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_4_6">
1290      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1291      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1292      <EntityType Name="Power" BaseType="Power.v1_4_5.Power"/>
1293      <EntityType Name="PowerControl" BaseType="Power.v1_4_5.PowerControl"/>
1294      <EntityType Name="Voltage" BaseType="Power.v1_4_5.Voltage"/>
1295      <EntityType Name="PowerSupply" BaseType="Power.v1_4_5.PowerSupply"/>
1296    </Schema>
1297
1298    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_4_7">
1299      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1300      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1301      <EntityType Name="Power" BaseType="Power.v1_4_6.Power"/>
1302      <EntityType Name="PowerControl" BaseType="Power.v1_4_6.PowerControl"/>
1303      <EntityType Name="Voltage" BaseType="Power.v1_4_6.Voltage"/>
1304      <EntityType Name="PowerSupply" BaseType="Power.v1_4_6.PowerSupply"/>
1305    </Schema>
1306
1307    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_4_8">
1308      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1309      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
1310      <EntityType Name="Power" BaseType="Power.v1_4_7.Power"/>
1311      <EntityType Name="PowerControl" BaseType="Power.v1_4_7.PowerControl"/>
1312      <EntityType Name="Voltage" BaseType="Power.v1_4_7.Voltage"/>
1313      <EntityType Name="PowerSupply" BaseType="Power.v1_4_7.PowerSupply"/>
1314    </Schema>
1315
1316    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_4_9">
1317      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1318      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1319      <EntityType Name="Power" BaseType="Power.v1_4_8.Power"/>
1320      <EntityType Name="PowerControl" BaseType="Power.v1_4_8.PowerControl"/>
1321      <EntityType Name="Voltage" BaseType="Power.v1_4_8.Voltage"/>
1322      <EntityType Name="PowerSupply" BaseType="Power.v1_4_8.PowerSupply"/>
1323    </Schema>
1324
1325    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_4_10">
1326      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1327      <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."/>
1328      <EntityType Name="Power" BaseType="Power.v1_4_9.Power"/>
1329      <EntityType Name="PowerControl" BaseType="Power.v1_4_9.PowerControl"/>
1330      <EntityType Name="Voltage" BaseType="Power.v1_4_9.Voltage"/>
1331      <EntityType Name="PowerSupply" BaseType="Power.v1_4_9.PowerSupply"/>
1332    </Schema>
1333
1334    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_5_0">
1335      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1336      <Annotation Term="Redfish.Release" String="2017.3"/>
1337
1338      <EntityType Name="Power" BaseType="Power.v1_4_1.Power"/>
1339
1340      <EntityType Name="PowerControl" BaseType="Power.v1_4_1.PowerControl"/>
1341
1342      <EntityType Name="Voltage" BaseType="Power.v1_4_1.Voltage"/>
1343
1344      <EntityType Name="PowerSupply" BaseType="Power.v1_4_1.PowerSupply">
1345        <Property Name="Location" Type="Resource.Location" Nullable="false">
1346          <Annotation Term="OData.Description" String="The location of the power supply."/>
1347          <Annotation Term="OData.LongDescription" String="This property shall contain the location information of the associated power supply."/>
1348        </Property>
1349        <NavigationProperty Name="Assembly" Type="Assembly.Assembly" ContainsTarget="true" Nullable="false">
1350          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1351          <Annotation Term="OData.Description" String="The link to the assembly resource associated with this power supply."/>
1352          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type `Assembly`."/>
1353          <Annotation Term="OData.AutoExpandReferences"/>
1354        </NavigationProperty>
1355        <Property Name="PowerInputWatts" Type="Edm.Decimal">
1356          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1357          <Annotation Term="OData.Description" String="The measured input power of this power supply."/>
1358          <Annotation Term="OData.LongDescription" String="This property shall contain the measured input power, in watt units, of the associated power supply."/>
1359          <Annotation Term="Measures.Unit" String="W"/>
1360          <Annotation Term="Validation.Minimum" Int="0"/>
1361        </Property>
1362        <Property Name="PowerOutputWatts" Type="Edm.Decimal">
1363          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1364          <Annotation Term="OData.Description" String="The measured output power of this power supply."/>
1365          <Annotation Term="OData.LongDescription" String="This property shall contain the measured output power, in watt units, of the associated power supply."/>
1366          <Annotation Term="Measures.Unit" String="W"/>
1367          <Annotation Term="Validation.Minimum" Int="0"/>
1368        </Property>
1369        <Property Name="EfficiencyPercent" Type="Edm.Decimal">
1370          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1371          <Annotation Term="OData.Description" String="The measured efficiency of this power supply as a percentage."/>
1372          <Annotation Term="OData.LongDescription" String="This property shall contain the measured power efficiency, as a percentage, of the associated power supply."/>
1373          <Annotation Term="Measures.Unit" String="%"/>
1374          <Annotation Term="Validation.Minimum" Int="0"/>
1375          <Annotation Term="Validation.Maximum" Int="100"/>
1376        </Property>
1377        <Property Name="HotPluggable" Type="Edm.Boolean">
1378          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1379          <Annotation Term="OData.Description" String="An indication of whether this device can be inserted or removed while the equipment is in operation."/>
1380          <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."/>
1381        </Property>
1382      </EntityType>
1383    </Schema>
1384
1385    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_5_1">
1386      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1387      <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."/>
1388      <EntityType Name="Power" BaseType="Power.v1_5_0.Power"/>
1389      <EntityType Name="PowerControl" BaseType="Power.v1_5_0.PowerControl"/>
1390      <EntityType Name="Voltage" BaseType="Power.v1_5_0.Voltage"/>
1391      <EntityType Name="PowerSupply" BaseType="Power.v1_5_0.PowerSupply"/>
1392    </Schema>
1393
1394    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_5_2">
1395      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1396      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation.  It was also created to fix `PowerMetrics`/`PowerMetric` description, not to use abbreviated terms."/>
1397      <EntityType Name="Power" BaseType="Power.v1_5_1.Power"/>
1398      <EntityType Name="PowerControl" BaseType="Power.v1_5_1.PowerControl"/>
1399      <EntityType Name="Voltage" BaseType="Power.v1_5_1.Voltage"/>
1400      <EntityType Name="PowerSupply" BaseType="Power.v1_5_1.PowerSupply"/>
1401    </Schema>
1402
1403    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_5_3">
1404      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1405      <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
1406      <EntityType Name="Power" BaseType="Power.v1_5_2.Power"/>
1407      <EntityType Name="PowerControl" BaseType="Power.v1_5_2.PowerControl"/>
1408      <EntityType Name="Voltage" BaseType="Power.v1_5_2.Voltage"/>
1409      <EntityType Name="PowerSupply" BaseType="Power.v1_5_2.PowerSupply"/>
1410    </Schema>
1411
1412    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_5_4">
1413      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1414      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1415      <EntityType Name="Power" BaseType="Power.v1_5_3.Power"/>
1416      <EntityType Name="PowerControl" BaseType="Power.v1_5_3.PowerControl"/>
1417      <EntityType Name="Voltage" BaseType="Power.v1_5_3.Voltage"/>
1418      <EntityType Name="PowerSupply" BaseType="Power.v1_5_3.PowerSupply"/>
1419    </Schema>
1420
1421    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_5_5">
1422      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1423      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1424      <EntityType Name="Power" BaseType="Power.v1_5_4.Power"/>
1425      <EntityType Name="PowerControl" BaseType="Power.v1_5_4.PowerControl"/>
1426      <EntityType Name="Voltage" BaseType="Power.v1_5_4.Voltage"/>
1427      <EntityType Name="PowerSupply" BaseType="Power.v1_5_4.PowerSupply"/>
1428    </Schema>
1429
1430    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_5_6">
1431      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1432      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1433      <EntityType Name="Power" BaseType="Power.v1_5_5.Power"/>
1434      <EntityType Name="PowerControl" BaseType="Power.v1_5_5.PowerControl"/>
1435      <EntityType Name="Voltage" BaseType="Power.v1_5_5.Voltage"/>
1436      <EntityType Name="PowerSupply" BaseType="Power.v1_5_5.PowerSupply"/>
1437    </Schema>
1438
1439    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_5_7">
1440      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1441      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
1442      <EntityType Name="Power" BaseType="Power.v1_5_6.Power"/>
1443      <EntityType Name="PowerControl" BaseType="Power.v1_5_6.PowerControl"/>
1444      <EntityType Name="Voltage" BaseType="Power.v1_5_6.Voltage"/>
1445      <EntityType Name="PowerSupply" BaseType="Power.v1_5_6.PowerSupply"/>
1446    </Schema>
1447
1448    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_5_8">
1449      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1450      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1451      <EntityType Name="Power" BaseType="Power.v1_5_7.Power"/>
1452      <EntityType Name="PowerControl" BaseType="Power.v1_5_7.PowerControl"/>
1453      <EntityType Name="Voltage" BaseType="Power.v1_5_7.Voltage"/>
1454      <EntityType Name="PowerSupply" BaseType="Power.v1_5_7.PowerSupply"/>
1455    </Schema>
1456
1457    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_5_9">
1458      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1459      <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."/>
1460      <EntityType Name="Power" BaseType="Power.v1_5_8.Power"/>
1461      <EntityType Name="PowerControl" BaseType="Power.v1_5_8.PowerControl"/>
1462      <EntityType Name="Voltage" BaseType="Power.v1_5_8.Voltage"/>
1463      <EntityType Name="PowerSupply" BaseType="Power.v1_5_8.PowerSupply"/>
1464    </Schema>
1465
1466    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_6_0">
1467      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1468      <Annotation Term="Redfish.Release" String="2019.3"/>
1469      <Annotation Term="OData.Description" String="This version was created to add a reset action for individual power supplies."/>
1470
1471      <EntityType Name="Power" BaseType="Power.v1_5_4.Power"/>
1472
1473      <EntityType Name="PowerControl" BaseType="Power.v1_5_4.PowerControl"/>
1474
1475      <EntityType Name="Voltage" BaseType="Power.v1_5_4.Voltage"/>
1476
1477      <EntityType Name="PowerSupply" BaseType="Power.v1_5_4.PowerSupply"/>
1478    </Schema>
1479
1480    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_6_1">
1481      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1482      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1483      <EntityType Name="Power" BaseType="Power.v1_6_0.Power"/>
1484      <EntityType Name="PowerControl" BaseType="Power.v1_6_0.PowerControl"/>
1485      <EntityType Name="Voltage" BaseType="Power.v1_6_0.Voltage"/>
1486      <EntityType Name="PowerSupply" BaseType="Power.v1_6_0.PowerSupply"/>
1487    </Schema>
1488
1489    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_6_2">
1490      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1491      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1492      <EntityType Name="Power" BaseType="Power.v1_6_1.Power"/>
1493      <EntityType Name="PowerControl" BaseType="Power.v1_6_1.PowerControl"/>
1494      <EntityType Name="Voltage" BaseType="Power.v1_6_1.Voltage"/>
1495      <EntityType Name="PowerSupply" BaseType="Power.v1_6_1.PowerSupply"/>
1496    </Schema>
1497
1498    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_6_3">
1499      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1500      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
1501      <EntityType Name="Power" BaseType="Power.v1_6_2.Power"/>
1502      <EntityType Name="PowerControl" BaseType="Power.v1_6_2.PowerControl"/>
1503      <EntityType Name="Voltage" BaseType="Power.v1_6_2.Voltage"/>
1504      <EntityType Name="PowerSupply" BaseType="Power.v1_6_2.PowerSupply"/>
1505    </Schema>
1506
1507    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_6_4">
1508      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1509      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1510      <EntityType Name="Power" BaseType="Power.v1_6_3.Power"/>
1511      <EntityType Name="PowerControl" BaseType="Power.v1_6_3.PowerControl"/>
1512      <EntityType Name="Voltage" BaseType="Power.v1_6_3.Voltage"/>
1513      <EntityType Name="PowerSupply" BaseType="Power.v1_6_3.PowerSupply"/>
1514    </Schema>
1515
1516    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_6_5">
1517      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1518      <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."/>
1519      <EntityType Name="Power" BaseType="Power.v1_6_4.Power"/>
1520      <EntityType Name="PowerControl" BaseType="Power.v1_6_4.PowerControl"/>
1521      <EntityType Name="Voltage" BaseType="Power.v1_6_4.Voltage"/>
1522      <EntityType Name="PowerSupply" BaseType="Power.v1_6_4.PowerSupply"/>
1523    </Schema>
1524
1525    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_7_0">
1526      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1527      <Annotation Term="OData.Description" String="This version was created to deprecate the schema."/>
1528      <Annotation Term="Redfish.Release" String="2020.4"/>
1529
1530      <EntityType Name="Power" BaseType="Power.v1_6_2.Power"/>
1531
1532      <EntityType Name="PowerControl" BaseType="Power.v1_6_2.PowerControl"/>
1533
1534      <EntityType Name="Voltage" BaseType="Power.v1_6_2.Voltage"/>
1535
1536      <EntityType Name="PowerSupply" BaseType="Power.v1_6_2.PowerSupply"/>
1537    </Schema>
1538
1539    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_7_1">
1540      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1541      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
1542      <EntityType Name="Power" BaseType="Power.v1_7_0.Power"/>
1543      <EntityType Name="PowerControl" BaseType="Power.v1_7_0.PowerControl"/>
1544      <EntityType Name="Voltage" BaseType="Power.v1_7_0.Voltage"/>
1545      <EntityType Name="PowerSupply" BaseType="Power.v1_7_0.PowerSupply"/>
1546    </Schema>
1547
1548    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_7_2">
1549      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1550      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1551      <EntityType Name="Power" BaseType="Power.v1_7_1.Power"/>
1552      <EntityType Name="PowerControl" BaseType="Power.v1_7_1.PowerControl"/>
1553      <EntityType Name="Voltage" BaseType="Power.v1_7_1.Voltage"/>
1554      <EntityType Name="PowerSupply" BaseType="Power.v1_7_1.PowerSupply"/>
1555    </Schema>
1556
1557    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_7_3">
1558      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1559      <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."/>
1560      <EntityType Name="Power" BaseType="Power.v1_7_2.Power"/>
1561      <EntityType Name="PowerControl" BaseType="Power.v1_7_2.PowerControl"/>
1562      <EntityType Name="Voltage" BaseType="Power.v1_7_2.Voltage"/>
1563      <EntityType Name="PowerSupply" BaseType="Power.v1_7_2.PowerSupply"/>
1564    </Schema>
1565
1566  </edmx:DataServices>
1567</edmx:Edmx>
1568