blob: a00415718e8c5ac9fdbe3724839919d7fa55c29f [file] [log] [blame]
Jason M. Billsea4aa752018-06-05 13:29:11 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
Gunnar Mills10f270b2021-05-19 15:34:06 -05004<!--# Redfish Schema: Power v1.7.1 -->
Jason M. Billsea4aa752018-06-05 13:29:11 -07005<!--# -->
6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle, -->
7<!--# available at http://www.dmtf.org/standards/redfish -->
Gunnar Mills10f270b2021-05-19 15:34:06 -05008<!--# Copyright 2014-2021 DMTF. -->
Jason M. Billsea4aa752018-06-05 13:29:11 -07009<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10<!--################################################################################ -->
11<!---->
12<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
13
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
46 <EntityType Name="Power" BaseType="Resource.v1_0_0.Resource" Abstract="true">
Ed Tanouscb103132019-10-08 11:34:22 -070047 <Annotation Term="OData.Description" String="The Power schema describes power metrics and represents the properties for power consumption and power limiting."/>
Gunnar Mills844b4152020-06-22 12:44:09 -050048 <Annotation Term="OData.LongDescription" String="This resource shall contain the power metrics for a Redfish implementation."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070049 <Annotation Term="Capabilities.InsertRestrictions">
50 <Record>
51 <PropertyValue Property="Insertable" Bool="false"/>
52 </Record>
53 </Annotation>
54 <Annotation Term="Capabilities.UpdateRestrictions">
55 <Record>
56 <PropertyValue Property="Updatable" Bool="true"/>
Ed Tanouscb103132019-10-08 11:34:22 -070057 <Annotation Term="OData.Description" String="Any writable properties, such as limits and exceptions, can be updated for power metrics."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070058 </Record>
59 </Annotation>
60 <Annotation Term="Capabilities.DeleteRestrictions">
61 <Record>
62 <PropertyValue Property="Deletable" Bool="false"/>
63 </Record>
64 </Annotation>
Ed Tanous530520e2019-01-02 13:41:37 -080065 <Annotation Term="Redfish.Uris">
66 <Collection>
67 <String>/redfish/v1/Chassis/{ChassisId}/Power</String>
68 </Collection>
69 </Annotation>
Gunnar Mills262d7d42021-01-20 16:28:41 -060070 <Annotation Term="Redfish.Revisions">
71 <Collection>
72 <Record>
73 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
74 <PropertyValue Property="Version" String="v1_7_0"/>
75 <PropertyValue Property="Description" String="This schema has been deprecated in favor of the PowerSubsystem schema."/>
76 </Record>
77 </Collection>
78 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -070079 </EntityType>
80
Gunnar Mills6f44b752020-02-06 16:50:51 -060081 <Action Name="PowerSupplyReset" IsBound="true">
Gunnar Mills844b4152020-06-22 12:44:09 -050082 <Annotation Term="OData.Description" String="This action resets the targeted power supply."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -050083 <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."/>
Gunnar Mills6f44b752020-02-06 16:50:51 -060084 <Parameter Name="Power" Type="Power.v1_3_0.Actions"/>
85 <Parameter Name="ResetType" Type="Resource.ResetType">
86 <Annotation Term="OData.Description" String="The type of reset."/>
Gunnar Mills844b4152020-06-22 12:44:09 -050087 <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`."/>
Gunnar Mills6f44b752020-02-06 16:50:51 -060088 </Parameter>
89 <Parameter Name="MemberId" Type="Edm.String" Nullable="false">
90 <Annotation Term="OData.Description" String="The MemberId of the power supply within the PowerSupplies array on which to perform the reset."/>
91 <Annotation Term="OData.LongDescription" String="This parameter shall contain the identifier of the member within the PowerSupplies array on which to perform the reset."/>
92 </Parameter>
Gunnar Mills6f44b752020-02-06 16:50:51 -060093 <Annotation Term="Redfish.Revisions">
94 <Collection>
95 <Record>
96 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
97 <PropertyValue Property="Version" String="v1_6_0"/>
98 </Record>
99 </Collection>
100 </Annotation>
101 </Action>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700102 </Schema>
103
104 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_0_0">
105 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600106 <Annotation Term="Redfish.Release" String="1.0"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700107
108 <EntityType Name="Power" BaseType="Power.Power">
109 <NavigationProperty Name="PowerControl" Type="Collection(Power.v1_0_0.PowerControl)" ContainsTarget="true">
Ed Tanouscb103132019-10-08 11:34:22 -0700110 <Annotation Term="OData.Description" String="The set of power control functions, including power reading and limiting."/>
111 <Annotation Term="OData.LongDescription" String="This property shall contain the set of power control readings and settings."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700112 <Annotation Term="OData.AutoExpand"/>
113 </NavigationProperty>
114 <NavigationProperty Name="Voltages" Type="Collection(Power.v1_0_0.Voltage)" ContainsTarget="true">
Ed Tanouscb103132019-10-08 11:34:22 -0700115 <Annotation Term="OData.Description" String="The set of voltage sensors for this chassis."/>
116 <Annotation Term="OData.LongDescription" String="This property shall contain the set of voltage sensors for this chassis."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700117 <Annotation Term="OData.AutoExpand"/>
118 </NavigationProperty>
119 <NavigationProperty Name="PowerSupplies" Type="Collection(Power.v1_0_0.PowerSupply)" ContainsTarget="true">
Ed Tanouscb103132019-10-08 11:34:22 -0700120 <Annotation Term="OData.Description" String="The set of power supplies associated with this system or device."/>
121 <Annotation Term="OData.LongDescription" String="This property shall contain the set of power supplies associated with this system or device."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700122 <Annotation Term="OData.AutoExpand"/>
123 </NavigationProperty>
124 <NavigationProperty Name="Redundancy" Type="Collection(Redundancy.Redundancy)" ContainsTarget="true">
Ed Tanouscb103132019-10-08 11:34:22 -0700125 <Annotation Term="OData.Description" String="The redundancy information for the set of power supplies in this chassis."/>
126 <Annotation Term="OData.LongDescription" String="This property shall contain redundancy information for the set of power supplies in this system or device."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700127 <Annotation Term="OData.AutoExpand"/>
128 </NavigationProperty>
129 </EntityType>
130
131 <EntityType Name="PowerControl" BaseType="Resource.v1_0_0.ReferenceableMember">
132 <Property Name="Name" Type="Edm.String">
133 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700134 <Annotation Term="OData.Description" String="The power control function name."/>
135 <Annotation Term="OData.LongDescription" String="This property shall contain the name of the power control function name."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700136 </Property>
137 <Property Name="PowerConsumedWatts" Type="Edm.Decimal">
138 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700139 <Annotation Term="OData.Description" String="The actual power that the chassis consumes, in watts."/>
140 <Annotation Term="OData.LongDescription" String="This property shall represent the actual power that the chassis consumes, in watts."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700141 <Annotation Term="Validation.Minimum" Int="0"/>
142 <Annotation Term="Measures.Unit" String="W"/>
143 </Property>
144 <Property Name="PowerRequestedWatts" Type="Edm.Decimal">
145 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500146 <Annotation Term="OData.Description" String="The potential power, in watts, 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."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700147 <Annotation Term="OData.LongDescription" String="This property shall represent the amount of power, in watts, that the chassis currently requests to be budgeted for future use."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700148 <Annotation Term="Validation.Minimum" Int="0"/>
149 <Annotation Term="Measures.Unit" String="W"/>
150 </Property>
151 <Property Name="PowerAvailableWatts" Type="Edm.Decimal">
152 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600153 <Annotation Term="OData.Description" String="The amount of reserve power capacity, in watts, that remains. This value is the PowerCapacityWatts value minus the PowerAllocatedWatts value."/>
154 <Annotation Term="OData.LongDescription" String="This property shall represent the amount of reserve power capacity, in watts, that remains. This value is the PowerCapacityWatts value minus the PowerAllocatedWatts value."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700155 <Annotation Term="Validation.Minimum" Int="0"/>
156 <Annotation Term="Measures.Unit" String="W"/>
157 </Property>
158 <Property Name="PowerCapacityWatts" Type="Edm.Decimal">
159 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700160 <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."/>
161 <Annotation Term="OData.LongDescription" String="This property shall represent the total power capacity that can be allocated to the chassis."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700162 <Annotation Term="Validation.Minimum" Int="0"/>
163 <Annotation Term="Measures.Unit" String="W"/>
164 </Property>
165 <Property Name="PowerAllocatedWatts" Type="Edm.Decimal">
166 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700167 <Annotation Term="OData.Description" String="The total amount of power that has been allocated or budgeted to chassis."/>
168 <Annotation Term="OData.LongDescription" String="This property shall represent the total power currently allocated or budgeted to the chassis."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700169 <Annotation Term="Validation.Minimum" Int="0"/>
170 <Annotation Term="Measures.Unit" String="W"/>
171 </Property>
172 <Property Name="PowerMetrics" Type="Power.v1_0_0.PowerMetric" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700173 <Annotation Term="OData.Description" String="The power readings for this chassis."/>
174 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700175 </Property>
176 <Property Name="PowerLimit" Type="Power.v1_0_0.PowerLimit" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700177 <Annotation Term="OData.Description" String="The power limit status and configuration information for this chassis."/>
178 <Annotation Term="OData.LongDescription" String="This property shall contain power limit status and configuration information for this chassis."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700179 </Property>
Ed Tanous530520e2019-01-02 13:41:37 -0800180 <Property Name="Status" Type="Resource.Status" Nullable="false">
Gunnar Mills844b4152020-06-22 12:44:09 -0500181 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
182 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800183 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700184 <NavigationProperty Name="RelatedItem" Type="Collection(Resource.Item)">
185 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500186 <Annotation Term="OData.Description" String="An array of links to resources or objects associated with this power limit."/>
187 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources or objects associated with this power limit."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700188 <Annotation Term="OData.AutoExpandReferences"/>
189 </NavigationProperty>
190 </EntityType>
191
192 <ComplexType Name="PowerMetric">
Gunnar Mills844b4152020-06-22 12:44:09 -0500193 <Annotation Term="OData.Description" String="The power metrics for a resource."/>
194 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700195 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
196 <Property Name="IntervalInMin" Type="Edm.Int64">
197 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700198 <Annotation Term="OData.Description" String="The time interval, or window, over which the power metrics are measured."/>
199 <Annotation Term="OData.LongDescription" String="This property shall represent the time interval or window, in minutes, over which the power metrics are measured."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700200 <Annotation Term="Measures.Unit" String="min"/>
201 <Annotation Term="Validation.Minimum" Int="0"/>
202 </Property>
203 <Property Name="MinConsumedWatts" Type="Edm.Decimal">
204 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700205 <Annotation Term="OData.Description" String="The lowest power consumption level, in watts, over the measurement window that occurred within the last IntervalInMin minutes."/>
206 <Annotation Term="OData.LongDescription" String="This property shall represent the minimum power level, in watts, that occurred within the last IntervalInMin minutes."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700207 <Annotation Term="Measures.Unit" String="W"/>
208 <Annotation Term="Validation.Minimum" Int="0"/>
209 </Property>
210 <Property Name="MaxConsumedWatts" Type="Edm.Decimal">
211 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700212 <Annotation Term="OData.Description" String="The highest power consumption level, in watts, that has occurred over the measurement window within the last IntervalInMin minutes."/>
213 <Annotation Term="OData.LongDescription" String="This property shall represent the maximum power level, in watts, that occurred within the last IntervalInMin minutes."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700214 <Annotation Term="Measures.Unit" String="W"/>
215 <Annotation Term="Validation.Minimum" Int="0"/>
216 </Property>
217 <Property Name="AverageConsumedWatts" Type="Edm.Decimal">
218 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700219 <Annotation Term="OData.Description" String="The average power level over the measurement window over the last IntervalInMin minutes."/>
220 <Annotation Term="OData.LongDescription" String="This property shall represent the average power level that occurred over the last IntervalInMin minutes."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700221 <Annotation Term="Measures.Unit" String="W"/>
222 <Annotation Term="Validation.Minimum" Int="0"/>
223 </Property>
224 </ComplexType>
225
226 <ComplexType Name="PowerLimit">
Ed Tanouscb103132019-10-08 11:34:22 -0700227 <Annotation Term="OData.Description" String="The power limit status and configuration information for the chassis."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700228 <Annotation Term="OData.LongDescription" String="This type shall contain power limit status and configuration information for this chassis."/>
229 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
230 <Property Name="LimitInWatts" Type="Edm.Decimal">
231 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700232 <Annotation Term="OData.Description" String="The power limit, in watts. If `null`, power capping is disabled."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500233 <Annotation Term="OData.LongDescription" String="This property shall represent the power capping limit, in watts, for the resource. If `null`, power capping shall be disabled."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700234 <Annotation Term="Measures.Unit" String="W"/>
235 <Annotation Term="Validation.Minimum" Int="0"/>
236 </Property>
237 <Property Name="LimitException" Type="Power.v1_0_0.PowerLimitException">
238 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
239 <Annotation Term="OData.Description" String="The action that is taken if the power cannot be maintained below the LimitInWatts."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500240 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700241 </Property>
242 <Property Name="CorrectionInMs" Type="Edm.Int64">
243 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
244 <Annotation Term="OData.Description" String="The time required for the limiting process to reduce power consumption to below the limit."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700245 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700246 <Annotation Term="Measures.Unit" String="ms"/>
247 </Property>
248 </ComplexType>
249
250 <EnumType Name="PowerLimitException">
251 <Member Name="NoAction">
252 <Annotation Term="OData.Description" String="Take no action when the limit is exceeded."/>
253 </Member>
254 <Member Name="HardPowerOff">
255 <Annotation Term="OData.Description" String="Turn the power off immediately when the limit is exceeded."/>
256 </Member>
257 <Member Name="LogEventOnly">
258 <Annotation Term="OData.Description" String="Log an event when the limit is exceeded, but take no further action."/>
259 </Member>
260 <Member Name="Oem">
261 <Annotation Term="OData.Description" String="Take an OEM-defined action."/>
262 </Member>
263 </EnumType>
264
265 <EntityType Name="Voltage" BaseType="Resource.v1_0_0.ReferenceableMember">
266 <Property Name="Name" Type="Edm.String">
267 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
268 <Annotation Term="OData.Description" String="Voltage sensor name."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700269 <Annotation Term="OData.LongDescription" String="This property shall contain the name of the Voltage sensor."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700270 </Property>
271 <Property Name="SensorNumber" Type="Edm.Int64">
272 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
273 <Annotation Term="OData.Description" String="A numerical identifier to represent the voltage sensor."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500274 <Annotation Term="OData.LongDescription" String="This property shall contain a numerical identifier for this voltage sensor that is unique within this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700275 </Property>
Ed Tanous530520e2019-01-02 13:41:37 -0800276 <Property Name="Status" Type="Resource.Status" Nullable="false">
Gunnar Mills844b4152020-06-22 12:44:09 -0500277 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
278 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800279 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700280 <Property Name="ReadingVolts" Type="Edm.Decimal">
281 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700282 <Annotation Term="OData.Description" String="The reading of the voltage sensor."/>
283 <Annotation Term="OData.LongDescription" String="This property shall contain the voltage sensor's reading."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700284 <Annotation Term="Measures.Unit" String="V"/>
285 </Property>
286 <Property Name="UpperThresholdNonCritical" Type="Edm.Decimal">
287 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700288 <Annotation Term="OData.Description" String="The value at which the reading is above normal range."/>
289 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700290 <Annotation Term="Measures.Unit" String="V"/>
291 </Property>
292 <Property Name="UpperThresholdCritical" Type="Edm.Decimal">
293 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700294 <Annotation Term="OData.Description" String="The value at which the reading is above normal range but not yet fatal."/>
295 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700296 <Annotation Term="Measures.Unit" String="V"/>
297 </Property>
298 <Property Name="UpperThresholdFatal" Type="Edm.Decimal">
299 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700300 <Annotation Term="OData.Description" String="The value at which the reading is above normal range and fatal."/>
301 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700302 <Annotation Term="Measures.Unit" String="V"/>
303 </Property>
304 <Property Name="LowerThresholdNonCritical" Type="Edm.Decimal">
305 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700306 <Annotation Term="OData.Description" String="The value at which the reading is below normal range."/>
307 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700308 <Annotation Term="Measures.Unit" String="V"/>
309 </Property>
310 <Property Name="LowerThresholdCritical" Type="Edm.Decimal">
311 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700312 <Annotation Term="OData.Description" String="The value at which the reading is below normal range but not yet fatal."/>
313 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700314 <Annotation Term="Measures.Unit" String="V"/>
315 </Property>
316 <Property Name="LowerThresholdFatal" Type="Edm.Decimal">
317 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700318 <Annotation Term="OData.Description" String="The value at which the reading is below normal range and fatal."/>
319 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700320 <Annotation Term="Measures.Unit" String="V"/>
321 </Property>
322 <Property Name="MinReadingRange" Type="Edm.Decimal">
323 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700324 <Annotation Term="OData.Description" String="Minimum value for this sensor."/>
325 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700326 <Annotation Term="Measures.Unit" String="V"/>
327 </Property>
328 <Property Name="MaxReadingRange" Type="Edm.Decimal">
329 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700330 <Annotation Term="OData.Description" String="Maximum value for this sensor."/>
331 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700332 <Annotation Term="Measures.Unit" String="V"/>
333 </Property>
334 <Property Name="PhysicalContext" Type="PhysicalContext.PhysicalContext" Nullable="false">
335 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700336 <Annotation Term="OData.Description" String="The area or device to which this voltage measurement applies."/>
337 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700338 </Property>
339 <NavigationProperty Name="RelatedItem" Type="Collection(Resource.Item)">
340 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500341 <Annotation Term="OData.Description" String="An array of links to resources or objects to which this voltage measurement applies."/>
342 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources or objects to which this voltage measurement applies."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700343 <Annotation Term="OData.AutoExpandReferences"/>
344 </NavigationProperty>
345 </EntityType>
346
347 <EntityType Name="PowerSupply" BaseType="Resource.v1_0_0.ReferenceableMember">
348 <Annotation Term="OData.Description" String="Details of a power supplies associated with this system or device."/>
349 <Property Name="Name" Type="Edm.String">
350 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700351 <Annotation Term="OData.Description" String="The name of the power supply."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700352 <Annotation Term="OData.LongDescription" String="This property shall contain a descriptive name for the associated power supply."/>
353 </Property>
354 <Property Name="PowerSupplyType" Type="Power.v1_0_0.PowerSupplyType">
355 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700356 <Annotation Term="OData.Description" String="The power supply type (AC or DC)."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700357 <Annotation Term="OData.LongDescription" String="This property shall contain the input power type (AC or DC) of the associated power supply."/>
358 </Property>
359 <Property Name="LineInputVoltageType" Type="Power.v1_0_0.LineInputVoltageType">
360 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700361 <Annotation Term="OData.Description" String="The line voltage type supported as an input to this power supply."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700362 <Annotation Term="OData.LongDescription" String="This property shall contain the type of input line voltage supported by the associated power supply."/>
363 </Property>
364 <Property Name="LineInputVoltage" Type="Edm.Decimal">
365 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700366 <Annotation Term="OData.Description" String="The line input voltage at which the power supply is operating."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700367 <Annotation Term="OData.LongDescription" String="This property shall contain the value in Volts of the line input voltage (measured or configured for) that the power supply has been configured to operate with or is currently receiving."/>
368 <Annotation Term="Measures.Unit" String="V"/>
369 </Property>
370 <Property Name="PowerCapacityWatts" Type="Edm.Decimal">
371 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700372 <Annotation Term="OData.Description" String="The maximum capacity of this power supply."/>
373 <Annotation Term="OData.LongDescription" String="This property shall contain the maximum amount of power, in watts, that the associated power supply is rated to deliver."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700374 <Annotation Term="Measures.Unit" String="W"/>
375 <Annotation Term="Validation.Minimum" Int="0"/>
376 </Property>
377 <Property Name="LastPowerOutputWatts" Type="Edm.Decimal">
378 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700379 <Annotation Term="OData.Description" String="The average power output of this power supply."/>
380 <Annotation Term="OData.LongDescription" String="This property shall contain the average power output, measured in watts, of the associated power supply."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700381 <Annotation Term="Measures.Unit" String="W"/>
382 <Annotation Term="Validation.Minimum" Int="0"/>
383 </Property>
384 <Property Name="Model" Type="Edm.String">
385 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700386 <Annotation Term="OData.Description" String="The model number for this power supply."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700387 <Annotation Term="OData.LongDescription" String="This property shall contain the model information as defined by the manufacturer for the associated power supply."/>
388 </Property>
389 <Property Name="FirmwareVersion" Type="Edm.String">
390 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700391 <Annotation Term="OData.Description" String="The firmware version for this power supply."/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600392 <Annotation Term="OData.LongDescription" String="This property shall contain the firmware version as defined by the manufacturer for the associated power supply."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700393 </Property>
394 <Property Name="SerialNumber" Type="Edm.String">
395 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700396 <Annotation Term="OData.Description" String="The serial number for this power supply."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700397 <Annotation Term="OData.LongDescription" String="This property shall contain the serial number as defined by the manufacturer for the associated power supply."/>
398 </Property>
399 <Property Name="PartNumber" Type="Edm.String">
400 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700401 <Annotation Term="OData.Description" String="The part number for this power supply."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700402 <Annotation Term="OData.LongDescription" String="This property shall contain the part number as defined by the manufacturer for the associated power supply."/>
403 </Property>
404 <Property Name="SparePartNumber" Type="Edm.String">
405 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700406 <Annotation Term="OData.Description" String="The spare part number for this power supply."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700407 <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."/>
408 </Property>
Ed Tanous530520e2019-01-02 13:41:37 -0800409 <Property Name="Status" Type="Resource.Status" Nullable="false">
Gunnar Mills844b4152020-06-22 12:44:09 -0500410 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
411 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800412 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700413 <NavigationProperty Name="RelatedItem" Type="Collection(Resource.Item)">
Gunnar Mills844b4152020-06-22 12:44:09 -0500414 <Annotation Term="OData.Description" String="An array of links to resources or objects associated with this power supply."/>
415 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources or objects associated with this power supply."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700416 <Annotation Term="OData.AutoExpandReferences"/>
417 </NavigationProperty>
418 <NavigationProperty Name="Redundancy" Type="Collection(Redundancy.Redundancy)">
Ed Tanouscb103132019-10-08 11:34:22 -0700419 <Annotation Term="OData.Description" String="The set of redundancy groups for this power supply."/>
420 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to the redundancy groups to which this power supply belongs."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700421 <Annotation Term="OData.AutoExpandReferences"/>
422 </NavigationProperty>
423 </EntityType>
424
425 <EnumType Name="PowerSupplyType">
426 <Member Name="Unknown">
427 <Annotation Term="OData.Description" String="The power supply type cannot be determined."/>
428 </Member>
429 <Member Name="AC">
430 <Annotation Term="OData.Description" String="Alternating Current (AC) power supply."/>
431 </Member>
432 <Member Name="DC">
433 <Annotation Term="OData.Description" String="Direct Current (DC) power supply."/>
434 </Member>
435 <Member Name="ACorDC">
Ed Tanouscb103132019-10-08 11:34:22 -0700436 <Annotation Term="OData.Description" String="The power supply supports both DC or AC."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700437 </Member>
438 </EnumType>
439
440 <EnumType Name="LineInputVoltageType">
441 <Member Name="Unknown">
442 <Annotation Term="OData.Description" String="The power supply line input voltage type cannot be determined."/>
443 </Member>
444 <Member Name="ACLowLine">
445 <Annotation Term="OData.Description" String="100-127V AC input."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600446 <Annotation Term="Redfish.Revisions">
447 <Collection>
448 <Record>
449 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
450 <PropertyValue Property="Version" String="v1_1_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700451 <PropertyValue Property="Description" String="This value has been deprecated in favor of AC120V."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600452 </Record>
453 </Collection>
454 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700455 </Member>
456 <Member Name="ACMidLine">
457 <Annotation Term="OData.Description" String="200-240V AC input."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600458 <Annotation Term="Redfish.Revisions">
459 <Collection>
460 <Record>
461 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
462 <PropertyValue Property="Version" String="v1_1_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700463 <PropertyValue Property="Description" String="This value has been deprecated in favor of AC240V."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600464 </Record>
465 </Collection>
466 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700467 </Member>
468 <Member Name="ACHighLine">
469 <Annotation Term="OData.Description" String="277V AC input."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600470 <Annotation Term="Redfish.Revisions">
471 <Collection>
472 <Record>
473 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
474 <PropertyValue Property="Version" String="v1_1_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700475 <PropertyValue Property="Description" String="This value has been deprecated in favor of AC277V."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600476 </Record>
477 </Collection>
478 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700479 </Member>
480 <Member Name="DCNeg48V">
481 <Annotation Term="OData.Description" String="-48V DC input."/>
482 </Member>
483 <Member Name="DC380V">
484 <Annotation Term="OData.Description" String="High Voltage DC input (380V)."/>
485 </Member>
486 <Member Name="AC120V">
487 <Annotation Term="OData.Description" String="AC 120V nominal input."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600488 <Annotation Term="Redfish.Revisions">
489 <Collection>
490 <Record>
491 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
492 <PropertyValue Property="Version" String="v1_1_0"/>
493 </Record>
494 </Collection>
495 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700496 </Member>
497 <Member Name="AC240V">
498 <Annotation Term="OData.Description" String="AC 240V nominal input."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600499 <Annotation Term="Redfish.Revisions">
500 <Collection>
501 <Record>
502 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
503 <PropertyValue Property="Version" String="v1_1_0"/>
504 </Record>
505 </Collection>
506 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700507 </Member>
508 <Member Name="AC277V">
509 <Annotation Term="OData.Description" String="AC 277V nominal input."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600510 <Annotation Term="Redfish.Revisions">
511 <Collection>
512 <Record>
513 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
514 <PropertyValue Property="Version" String="v1_1_0"/>
515 </Record>
516 </Collection>
517 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700518 </Member>
519 <Member Name="ACandDCWideRange">
520 <Annotation Term="OData.Description" String="Wide range AC or DC input."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600521 <Annotation Term="Redfish.Revisions">
522 <Collection>
523 <Record>
524 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
525 <PropertyValue Property="Version" String="v1_1_0"/>
526 </Record>
527 </Collection>
528 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700529 </Member>
530 <Member Name="ACWideRange">
531 <Annotation Term="OData.Description" String="Wide range AC input."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600532 <Annotation Term="Redfish.Revisions">
533 <Collection>
534 <Record>
535 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
536 <PropertyValue Property="Version" String="v1_1_0"/>
537 </Record>
538 </Collection>
539 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700540 </Member>
541 <Member Name="DC240V">
542 <Annotation Term="OData.Description" String="DC 240V nominal input."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600543 <Annotation Term="Redfish.Revisions">
544 <Collection>
545 <Record>
546 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
547 <PropertyValue Property="Version" String="v1_1_0"/>
548 </Record>
549 </Collection>
550 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700551 </Member>
552 </EnumType>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700553 </Schema>
554
555 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_0_1">
556 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700557 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700558 <EntityType Name="Power" BaseType="Power.v1_0_0.Power"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500559 <EntityType Name="PowerControl" BaseType="Power.v1_0_0.PowerControl"/>
560 <EntityType Name="Voltage" BaseType="Power.v1_0_0.Voltage"/>
561 <EntityType Name="PowerSupply" BaseType="Power.v1_0_0.PowerSupply"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700562 </Schema>
563
564 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_0_2">
565 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700566 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700567 <EntityType Name="Power" BaseType="Power.v1_0_1.Power"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500568 <EntityType Name="PowerControl" BaseType="Power.v1_0_1.PowerControl"/>
569 <EntityType Name="Voltage" BaseType="Power.v1_0_1.Voltage"/>
570 <EntityType Name="PowerSupply" BaseType="Power.v1_0_1.PowerSupply"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700571 </Schema>
572
573 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_0_3">
574 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
575 <Annotation Term="OData.Description" String="This version was created to add explicit Permissions annotations to all properties for clarity."/>
576 <EntityType Name="Power" BaseType="Power.v1_0_2.Power"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500577 <EntityType Name="PowerControl" BaseType="Power.v1_0_2.PowerControl"/>
578 <EntityType Name="Voltage" BaseType="Power.v1_0_2.Voltage"/>
579 <EntityType Name="PowerSupply" BaseType="Power.v1_0_2.PowerSupply"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700580 </Schema>
581
582 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_0_4">
583 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700584 <Annotation Term="OData.Description" String="This version was created to remove the Nullable facet on NavigationProperties of the Collection type and to use Redfish.Deprecated on certain enumerated values."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700585 <EntityType Name="Power" BaseType="Power.v1_0_3.Power"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500586 <EntityType Name="PowerControl" BaseType="Power.v1_0_3.PowerControl"/>
587 <EntityType Name="Voltage" BaseType="Power.v1_0_3.Voltage"/>
588 <EntityType Name="PowerSupply" BaseType="Power.v1_0_3.PowerSupply"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700589 </Schema>
590
591 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_0_5">
592 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
593 <Annotation Term="OData.Description" String="This version was created to remove the AutoExpand annotation for the Redundancy property inside PowerSupply."/>
594 <EntityType Name="Power" BaseType="Power.v1_0_4.Power"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500595 <EntityType Name="PowerControl" BaseType="Power.v1_0_4.PowerControl"/>
596 <EntityType Name="Voltage" BaseType="Power.v1_0_4.Voltage"/>
597 <EntityType Name="PowerSupply" BaseType="Power.v1_0_4.PowerSupply"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700598 </Schema>
599
600 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_0_6">
601 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700602 <Annotation Term="OData.Description" String="This version was created to change PhysicalContext to use the unversioned definition."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700603 <EntityType Name="Power" BaseType="Power.v1_0_5.Power"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500604 <EntityType Name="PowerControl" BaseType="Power.v1_0_5.PowerControl"/>
605 <EntityType Name="Voltage" BaseType="Power.v1_0_5.Voltage"/>
606 <EntityType Name="PowerSupply" BaseType="Power.v1_0_5.PowerSupply"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700607 </Schema>
608
Ed Tanous530520e2019-01-02 13:41:37 -0800609 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_0_7">
610 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
611 <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."/>
612 <EntityType Name="Power" BaseType="Power.v1_0_6.Power"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500613 <EntityType Name="PowerControl" BaseType="Power.v1_0_6.PowerControl"/>
614 <EntityType Name="Voltage" BaseType="Power.v1_0_6.Voltage"/>
615 <EntityType Name="PowerSupply" BaseType="Power.v1_0_6.PowerSupply"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800616 </Schema>
617
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600618 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_0_8">
619 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500620 <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."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600621 <EntityType Name="Power" BaseType="Power.v1_0_7.Power"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500622 <EntityType Name="PowerControl" BaseType="Power.v1_0_7.PowerControl"/>
623 <EntityType Name="Voltage" BaseType="Power.v1_0_7.Voltage"/>
624 <EntityType Name="PowerSupply" BaseType="Power.v1_0_7.PowerSupply"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600625 </Schema>
626
Ed Tanouscb103132019-10-08 11:34:22 -0700627 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_0_9">
628 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
629 <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."/>
630 <EntityType Name="Power" BaseType="Power.v1_0_8.Power"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500631 <EntityType Name="PowerControl" BaseType="Power.v1_0_8.PowerControl"/>
632 <EntityType Name="Voltage" BaseType="Power.v1_0_8.Voltage"/>
633 <EntityType Name="PowerSupply" BaseType="Power.v1_0_8.PowerSupply"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700634 </Schema>
635
636 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_0_10">
637 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
638 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
639 <EntityType Name="Power" BaseType="Power.v1_0_9.Power"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500640 <EntityType Name="PowerControl" BaseType="Power.v1_0_9.PowerControl"/>
641 <EntityType Name="Voltage" BaseType="Power.v1_0_9.Voltage"/>
642 <EntityType Name="PowerSupply" BaseType="Power.v1_0_9.PowerSupply"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700643 </Schema>
644
Gunnar Mills844b4152020-06-22 12:44:09 -0500645 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_0_11">
646 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
647 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
648 <EntityType Name="Power" BaseType="Power.v1_0_10.Power"/>
649 <EntityType Name="PowerControl" BaseType="Power.v1_0_10.PowerControl"/>
650 <EntityType Name="Voltage" BaseType="Power.v1_0_10.Voltage"/>
651 <EntityType Name="PowerSupply" BaseType="Power.v1_0_10.PowerSupply"/>
652 </Schema>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500653
Gunnar Mills262d7d42021-01-20 16:28:41 -0600654 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_0_12">
655 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
656 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
657 <EntityType Name="Power" BaseType="Power.v1_0_11.Power"/>
658 <EntityType Name="PowerControl" BaseType="Power.v1_0_11.PowerControl"/>
659 <EntityType Name="Voltage" BaseType="Power.v1_0_11.Voltage"/>
660 <EntityType Name="PowerSupply" BaseType="Power.v1_0_11.PowerSupply"/>
661 </Schema>
Gunnar Mills844b4152020-06-22 12:44:09 -0500662
Gunnar Mills10f270b2021-05-19 15:34:06 -0500663 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_0_13">
664 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
665 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
666 <EntityType Name="Power" BaseType="Power.v1_0_12.Power"/>
667 <EntityType Name="PowerControl" BaseType="Power.v1_0_12.PowerControl"/>
668 <EntityType Name="Voltage" BaseType="Power.v1_0_12.Voltage"/>
669 <EntityType Name="PowerSupply" BaseType="Power.v1_0_12.PowerSupply"/>
670 </Schema>
671
Jason M. Billsea4aa752018-06-05 13:29:11 -0700672 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_1_0">
673 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600674 <Annotation Term="Redfish.Release" String="2016.1"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700675
676 <EntityType Name="Power" BaseType="Power.v1_0_2.Power"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500677
678 <EntityType Name="PowerControl" BaseType="Power.v1_0_2.PowerControl"/>
679
680 <EntityType Name="Voltage" BaseType="Power.v1_0_2.Voltage"/>
681
682 <EntityType Name="PowerSupply" BaseType="Power.v1_0_2.PowerSupply">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700683 <Property Name="Manufacturer" Type="Edm.String">
684 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700685 <Annotation Term="OData.Description" String="The manufacturer of this power supply."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500686 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700687 </Property>
688 <Property Name="InputRanges" Type="Collection(Power.v1_1_0.InputRange)" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700689 <Annotation Term="OData.Description" String="The input ranges that the power supply can use."/>
690 <Annotation Term="OData.LongDescription" String="This property shall contain a collection of ranges usable by the power supply unit."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700691 </Property>
692 </EntityType>
693
694 <ComplexType Name="InputRange">
695 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
696 <Annotation Term="OData.Description" String="This type describes an input range for a power supply."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700697 <Annotation Term="OData.LongDescription" String="This type shall describe an input range that the associated power supply can utilize."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700698 <Property Name="InputType" Type="Power.v1_1_0.InputType">
699 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
700 <Annotation Term="OData.Description" String="The Input type (AC or DC)."/>
701 <Annotation Term="OData.LongDescription" String="This property shall contain the input type (AC or DC) of the associated range."/>
702 </Property>
703 <Property Name="MinimumVoltage" Type="Edm.Decimal">
704 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
705 <Annotation Term="OData.Description" String="The minimum line input voltage at which this power supply input range is effective."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700706 <Annotation Term="OData.LongDescription" String="This property shall contain the value, in volts, of the minimum line input voltage that the power supply is capable of consuming for this range."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700707 <Annotation Term="Measures.Unit" String="V"/>
708 </Property>
709 <Property Name="MaximumVoltage" Type="Edm.Decimal">
710 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
711 <Annotation Term="OData.Description" String="The maximum line input voltage at which this power supply input range is effective."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700712 <Annotation Term="OData.LongDescription" String="This property shall contain the value, in volts, of the maximum line input voltage that the power supply is capable of consuming for this range."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700713 <Annotation Term="Measures.Unit" String="V"/>
714 </Property>
715 <Property Name="MinimumFrequencyHz" Type="Edm.Decimal">
716 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
717 <Annotation Term="OData.Description" String="The minimum line input frequency at which this power supply input range is effective."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700718 <Annotation Term="OData.LongDescription" String="This property shall contain the value, in Hertz, of the minimum line input frequency that the power supply is capable of consuming for this range."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700719 <Annotation Term="Measures.Unit" String="Hz"/>
720 <Annotation Term="Validation.Minimum" Int="0"/>
721 </Property>
722 <Property Name="MaximumFrequencyHz" Type="Edm.Decimal">
723 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
724 <Annotation Term="OData.Description" String="The maximum line input frequency at which this power supply input range is effective."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700725 <Annotation Term="OData.LongDescription" String="This property shall contain the value, in Hertz, of the maximum line input frequency that the power supply is capable of consuming for this range."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700726 <Annotation Term="Measures.Unit" String="Hz"/>
727 <Annotation Term="Validation.Minimum" Int="0"/>
728 </Property>
729 <Property Name="OutputWattage" Type="Edm.Decimal">
730 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700731 <Annotation Term="OData.Description" String="The maximum capacity of this power supply when operating in this input range."/>
732 <Annotation Term="OData.LongDescription" String="This property shall contain the maximum amount of power, in watts, that the associated power supply is rated to deliver while operating in this input range."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700733 <Annotation Term="Measures.Unit" String="W"/>
734 <Annotation Term="Validation.Minimum" Int="0"/>
735 </Property>
Ed Tanous530520e2019-01-02 13:41:37 -0800736 <Property Name="Oem" Type="Resource.Oem" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700737 <Annotation Term="OData.Description" String="The OEM extension property."/>
738 <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."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800739 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700740 </ComplexType>
741
742 <EnumType Name="InputType">
743 <Member Name="AC">
744 <Annotation Term="OData.Description" String="Alternating Current (AC) input range."/>
745 </Member>
746 <Member Name="DC">
747 <Annotation Term="OData.Description" String="Direct Current (DC) input range."/>
748 </Member>
749 </EnumType>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700750 </Schema>
751
752 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_1_1">
753 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
754 <Annotation Term="OData.Description" String="This version was created to add explicit Permissions annotations to all properties for clarity."/>
755 <EntityType Name="Power" BaseType="Power.v1_1_0.Power"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500756 <EntityType Name="PowerControl" BaseType="Power.v1_1_0.PowerControl"/>
757 <EntityType Name="Voltage" BaseType="Power.v1_1_0.Voltage"/>
758 <EntityType Name="PowerSupply" BaseType="Power.v1_1_0.PowerSupply"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700759 </Schema>
760
761 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_1_2">
762 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700763 <Annotation Term="OData.Description" String="This version was created to remove the Nullable facet on NavigationProperties of the Collection type and to use Redfish.Deprecated on certain enumerated values."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700764 <EntityType Name="Power" BaseType="Power.v1_1_1.Power"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500765 <EntityType Name="PowerControl" BaseType="Power.v1_1_1.PowerControl"/>
766 <EntityType Name="Voltage" BaseType="Power.v1_1_1.Voltage"/>
767 <EntityType Name="PowerSupply" BaseType="Power.v1_1_1.PowerSupply"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700768 </Schema>
769
770 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_1_3">
771 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
772 <Annotation Term="OData.Description" String="This version was created to remove the AutoExpand annotation for the Redundancy property inside PowerSupply."/>
773 <EntityType Name="Power" BaseType="Power.v1_1_2.Power"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500774 <EntityType Name="PowerControl" BaseType="Power.v1_1_2.PowerControl"/>
775 <EntityType Name="Voltage" BaseType="Power.v1_1_2.Voltage"/>
776 <EntityType Name="PowerSupply" BaseType="Power.v1_1_2.PowerSupply"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700777 </Schema>
778
779 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_1_4">
780 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700781 <Annotation Term="OData.Description" String="This version was created to change PhysicalContext to use the unversioned definition."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700782 <EntityType Name="Power" BaseType="Power.v1_1_3.Power"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500783 <EntityType Name="PowerControl" BaseType="Power.v1_1_3.PowerControl"/>
784 <EntityType Name="Voltage" BaseType="Power.v1_1_3.Voltage"/>
785 <EntityType Name="PowerSupply" BaseType="Power.v1_1_3.PowerSupply"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700786 </Schema>
787
Ed Tanous530520e2019-01-02 13:41:37 -0800788 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_1_5">
789 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
790 <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."/>
791 <EntityType Name="Power" BaseType="Power.v1_1_4.Power"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500792 <EntityType Name="PowerControl" BaseType="Power.v1_1_4.PowerControl"/>
793 <EntityType Name="Voltage" BaseType="Power.v1_1_4.Voltage"/>
794 <EntityType Name="PowerSupply" BaseType="Power.v1_1_4.PowerSupply"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800795 </Schema>
796
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600797 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_1_6">
798 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500799 <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."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600800 <EntityType Name="Power" BaseType="Power.v1_1_5.Power"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500801 <EntityType Name="PowerControl" BaseType="Power.v1_1_5.PowerControl"/>
802 <EntityType Name="Voltage" BaseType="Power.v1_1_5.Voltage"/>
803 <EntityType Name="PowerSupply" BaseType="Power.v1_1_5.PowerSupply"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600804 </Schema>
805
Ed Tanouscb103132019-10-08 11:34:22 -0700806 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_1_7">
807 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
808 <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."/>
809 <EntityType Name="Power" BaseType="Power.v1_1_6.Power"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500810 <EntityType Name="PowerControl" BaseType="Power.v1_1_6.PowerControl"/>
811 <EntityType Name="Voltage" BaseType="Power.v1_1_6.Voltage"/>
812 <EntityType Name="PowerSupply" BaseType="Power.v1_1_6.PowerSupply"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700813 </Schema>
814
815 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_1_8">
816 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
817 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
818 <EntityType Name="Power" BaseType="Power.v1_1_7.Power"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500819 <EntityType Name="PowerControl" BaseType="Power.v1_1_7.PowerControl"/>
820 <EntityType Name="Voltage" BaseType="Power.v1_1_7.Voltage"/>
821 <EntityType Name="PowerSupply" BaseType="Power.v1_1_7.PowerSupply"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700822 </Schema>
823
Gunnar Mills844b4152020-06-22 12:44:09 -0500824 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_1_9">
825 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
826 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
827 <EntityType Name="Power" BaseType="Power.v1_1_8.Power"/>
828 <EntityType Name="PowerControl" BaseType="Power.v1_1_8.PowerControl"/>
829 <EntityType Name="Voltage" BaseType="Power.v1_1_8.Voltage"/>
830 <EntityType Name="PowerSupply" BaseType="Power.v1_1_8.PowerSupply"/>
831 </Schema>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500832
Gunnar Mills262d7d42021-01-20 16:28:41 -0600833 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_1_10">
834 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
835 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
836 <EntityType Name="Power" BaseType="Power.v1_1_9.Power"/>
837 <EntityType Name="PowerControl" BaseType="Power.v1_1_9.PowerControl"/>
838 <EntityType Name="Voltage" BaseType="Power.v1_1_9.Voltage"/>
839 <EntityType Name="PowerSupply" BaseType="Power.v1_1_9.PowerSupply"/>
840 </Schema>
Gunnar Mills844b4152020-06-22 12:44:09 -0500841
Gunnar Mills10f270b2021-05-19 15:34:06 -0500842 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_1_11">
843 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
844 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
845 <EntityType Name="Power" BaseType="Power.v1_1_10.Power"/>
846 <EntityType Name="PowerControl" BaseType="Power.v1_1_10.PowerControl"/>
847 <EntityType Name="Voltage" BaseType="Power.v1_1_10.Voltage"/>
848 <EntityType Name="PowerSupply" BaseType="Power.v1_1_10.PowerSupply"/>
849 </Schema>
850
Jason M. Billsea4aa752018-06-05 13:29:11 -0700851 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_2_0">
852 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600853 <Annotation Term="Redfish.Release" String="2016.2"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500854
Jason M. Billsea4aa752018-06-05 13:29:11 -0700855 <EntityType Name="Power" BaseType="Power.v1_1_0.Power"/>
856
Gunnar Millsa778c022020-05-12 12:20:36 -0500857 <EntityType Name="PowerControl" BaseType="Power.v1_1_0.PowerControl"/>
858
859 <EntityType Name="Voltage" BaseType="Power.v1_1_0.Voltage"/>
860
Jason M. Billsea4aa752018-06-05 13:29:11 -0700861 <EntityType Name="PowerSupply" BaseType="Power.v1_1_0.PowerSupply">
862 <Property Name="IndicatorLED" Type="Resource.IndicatorLED">
863 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700864 <Annotation Term="OData.Description" String="The state of The indicator LED, which identifies the power supply."/>
865 <Annotation Term="OData.LongDescription" String="This property shall contain the indicator light state for the indicator light associated with this power supply."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700866 </Property>
867 </EntityType>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700868 </Schema>
869
870 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_2_1">
871 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
872 <Annotation Term="OData.Description" String="This version was created to add explicit Permissions annotations to all properties for clarity."/>
873 <EntityType Name="Power" BaseType="Power.v1_2_0.Power"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500874 <EntityType Name="PowerControl" BaseType="Power.v1_2_0.PowerControl"/>
875 <EntityType Name="Voltage" BaseType="Power.v1_2_0.Voltage"/>
876 <EntityType Name="PowerSupply" BaseType="Power.v1_2_0.PowerSupply"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700877 </Schema>
878
879 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_2_2">
880 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700881 <Annotation Term="OData.Description" String="This version was created to remove the Nullable facet on NavigationProperties of the Collection type and to use Redfish.Deprecated on certain enumerated values."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700882 <EntityType Name="Power" BaseType="Power.v1_2_1.Power"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500883 <EntityType Name="PowerControl" BaseType="Power.v1_2_1.PowerControl"/>
884 <EntityType Name="Voltage" BaseType="Power.v1_2_1.Voltage"/>
885 <EntityType Name="PowerSupply" BaseType="Power.v1_2_1.PowerSupply"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700886 </Schema>
887
888 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_2_3">
889 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
890 <Annotation Term="OData.Description" String="This version was created to remove the AutoExpand annotation for the Redundancy property inside PowerSupply."/>
891 <EntityType Name="Power" BaseType="Power.v1_2_2.Power"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500892 <EntityType Name="PowerControl" BaseType="Power.v1_2_2.PowerControl"/>
893 <EntityType Name="Voltage" BaseType="Power.v1_2_2.Voltage"/>
894 <EntityType Name="PowerSupply" BaseType="Power.v1_2_2.PowerSupply"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700895 </Schema>
896
897 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_2_4">
898 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700899 <Annotation Term="OData.Description" String="This version was created to change PhysicalContext and IndicatorLED to use the unversioned definition."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700900 <EntityType Name="Power" BaseType="Power.v1_2_3.Power"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500901 <EntityType Name="PowerControl" BaseType="Power.v1_2_3.PowerControl"/>
902 <EntityType Name="Voltage" BaseType="Power.v1_2_3.Voltage"/>
903 <EntityType Name="PowerSupply" BaseType="Power.v1_2_3.PowerSupply"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700904 </Schema>
905
Ed Tanous530520e2019-01-02 13:41:37 -0800906 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_2_5">
907 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
908 <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."/>
909 <EntityType Name="Power" BaseType="Power.v1_2_4.Power"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500910 <EntityType Name="PowerControl" BaseType="Power.v1_2_4.PowerControl"/>
911 <EntityType Name="Voltage" BaseType="Power.v1_2_4.Voltage"/>
912 <EntityType Name="PowerSupply" BaseType="Power.v1_2_4.PowerSupply"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800913 </Schema>
914
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600915 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_2_6">
916 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500917 <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."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600918 <EntityType Name="Power" BaseType="Power.v1_2_5.Power"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500919 <EntityType Name="PowerControl" BaseType="Power.v1_2_5.PowerControl"/>
920 <EntityType Name="Voltage" BaseType="Power.v1_2_5.Voltage"/>
921 <EntityType Name="PowerSupply" BaseType="Power.v1_2_5.PowerSupply"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600922 </Schema>
923
Ed Tanouscb103132019-10-08 11:34:22 -0700924 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_2_7">
925 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
926 <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."/>
927 <EntityType Name="Power" BaseType="Power.v1_2_6.Power"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500928 <EntityType Name="PowerControl" BaseType="Power.v1_2_6.PowerControl"/>
929 <EntityType Name="Voltage" BaseType="Power.v1_2_6.Voltage"/>
930 <EntityType Name="PowerSupply" BaseType="Power.v1_2_6.PowerSupply"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700931 </Schema>
932
933 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_2_8">
934 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
935 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
936 <EntityType Name="Power" BaseType="Power.v1_2_7.Power"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500937 <EntityType Name="PowerControl" BaseType="Power.v1_2_7.PowerControl"/>
938 <EntityType Name="Voltage" BaseType="Power.v1_2_7.Voltage"/>
939 <EntityType Name="PowerSupply" BaseType="Power.v1_2_7.PowerSupply"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700940 </Schema>
941
Gunnar Mills844b4152020-06-22 12:44:09 -0500942 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_2_9">
943 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
944 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
945 <EntityType Name="Power" BaseType="Power.v1_2_8.Power"/>
946 <EntityType Name="PowerControl" BaseType="Power.v1_2_8.PowerControl"/>
947 <EntityType Name="Voltage" BaseType="Power.v1_2_8.Voltage"/>
948 <EntityType Name="PowerSupply" BaseType="Power.v1_2_8.PowerSupply"/>
949 </Schema>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500950
Gunnar Mills262d7d42021-01-20 16:28:41 -0600951 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_2_10">
952 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
953 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
954 <EntityType Name="Power" BaseType="Power.v1_2_9.Power"/>
955 <EntityType Name="PowerControl" BaseType="Power.v1_2_9.PowerControl"/>
956 <EntityType Name="Voltage" BaseType="Power.v1_2_9.Voltage"/>
957 <EntityType Name="PowerSupply" BaseType="Power.v1_2_9.PowerSupply"/>
958 </Schema>
Gunnar Mills844b4152020-06-22 12:44:09 -0500959
Gunnar Mills10f270b2021-05-19 15:34:06 -0500960 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_2_11">
961 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
962 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
963 <EntityType Name="Power" BaseType="Power.v1_2_10.Power"/>
964 <EntityType Name="PowerControl" BaseType="Power.v1_2_10.PowerControl"/>
965 <EntityType Name="Voltage" BaseType="Power.v1_2_10.Voltage"/>
966 <EntityType Name="PowerSupply" BaseType="Power.v1_2_10.PowerSupply"/>
967 </Schema>
968
Jason M. Billsea4aa752018-06-05 13:29:11 -0700969 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_3_0">
970 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600971 <Annotation Term="Redfish.Release" String="2017.1"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500972
Jason M. Billsea4aa752018-06-05 13:29:11 -0700973 <EntityType Name="Power" BaseType="Power.v1_2_2.Power">
974 <Property Name="Actions" Type="Power.v1_3_0.Actions" Nullable="false">
Gunnar Mills844b4152020-06-22 12:44:09 -0500975 <Annotation Term="OData.Description" String="The available actions for this resource."/>
976 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700977 </Property>
978 </EntityType>
979
Gunnar Millsa778c022020-05-12 12:20:36 -0500980 <EntityType Name="PowerControl" BaseType="Power.v1_2_2.PowerControl">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700981 <Property Name="Actions" Type="Power.v1_3_0.PowerControlActions" Nullable="false">
Gunnar Mills844b4152020-06-22 12:44:09 -0500982 <Annotation Term="OData.Description" String="The available actions for this resource."/>
983 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700984 </Property>
985 </EntityType>
986
Gunnar Millsa778c022020-05-12 12:20:36 -0500987 <EntityType Name="Voltage" BaseType="Power.v1_2_2.Voltage">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700988 <Property Name="Actions" Type="Power.v1_3_0.VoltageActions" Nullable="false">
Gunnar Mills844b4152020-06-22 12:44:09 -0500989 <Annotation Term="OData.Description" String="The available actions for this resource."/>
990 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700991 </Property>
992 </EntityType>
993
Gunnar Millsa778c022020-05-12 12:20:36 -0500994 <EntityType Name="PowerSupply" BaseType="Power.v1_2_2.PowerSupply">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700995 <Property Name="Actions" Type="Power.v1_3_0.PowerSupplyActions" Nullable="false">
Gunnar Mills844b4152020-06-22 12:44:09 -0500996 <Annotation Term="OData.Description" String="The available actions for this resource."/>
997 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700998 </Property>
999 </EntityType>
1000
1001 <ComplexType Name="Actions">
1002 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Mills844b4152020-06-22 12:44:09 -05001003 <Annotation Term="OData.Description" String="The available actions for this resource."/>
1004 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -08001005 <Property Name="Oem" Type="Power.v1_3_0.OemActions" Nullable="false">
Gunnar Mills844b4152020-06-22 12:44:09 -05001006 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
1007 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -08001008 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001009 </ComplexType>
1010
1011 <ComplexType Name="OemActions">
1012 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Gunnar Mills844b4152020-06-22 12:44:09 -05001013 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
1014 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001015 </ComplexType>
1016
1017 <ComplexType Name="PowerControlActions">
1018 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Mills844b4152020-06-22 12:44:09 -05001019 <Annotation Term="OData.Description" String="The available actions for this resource."/>
1020 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -08001021 <Property Name="Oem" Type="Power.v1_3_0.PowerControlOemActions" Nullable="false">
Gunnar Mills844b4152020-06-22 12:44:09 -05001022 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
1023 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -08001024 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001025 </ComplexType>
1026
1027 <ComplexType Name="PowerControlOemActions">
1028 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Gunnar Mills844b4152020-06-22 12:44:09 -05001029 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
1030 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001031 </ComplexType>
1032
1033 <ComplexType Name="VoltageActions">
1034 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Mills844b4152020-06-22 12:44:09 -05001035 <Annotation Term="OData.Description" String="The available actions for this resource."/>
1036 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -08001037 <Property Name="Oem" Type="Power.v1_3_0.VoltageOemActions" Nullable="false">
Gunnar Mills844b4152020-06-22 12:44:09 -05001038 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
1039 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -08001040 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001041 </ComplexType>
1042
1043 <ComplexType Name="VoltageOemActions">
1044 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Gunnar Mills844b4152020-06-22 12:44:09 -05001045 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
1046 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001047 </ComplexType>
1048
1049 <ComplexType Name="PowerSupplyActions">
1050 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Mills844b4152020-06-22 12:44:09 -05001051 <Annotation Term="OData.Description" String="The available actions for this resource."/>
1052 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -08001053 <Property Name="Oem" Type="Power.v1_3_0.PowerSupplyOemActions" Nullable="false">
Gunnar Mills844b4152020-06-22 12:44:09 -05001054 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
1055 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -08001056 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001057 </ComplexType>
1058
1059 <ComplexType Name="PowerSupplyOemActions">
1060 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Gunnar Mills844b4152020-06-22 12:44:09 -05001061 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
1062 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001063 </ComplexType>
1064 </Schema>
1065
1066 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_3_1">
1067 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1068 <Annotation Term="OData.Description" String="This version was created to remove the AutoExpand annotation for the Redundancy property inside PowerSupply."/>
1069 <EntityType Name="Power" BaseType="Power.v1_3_0.Power"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001070 <EntityType Name="PowerControl" BaseType="Power.v1_3_0.PowerControl"/>
1071 <EntityType Name="Voltage" BaseType="Power.v1_3_0.Voltage"/>
1072 <EntityType Name="PowerSupply" BaseType="Power.v1_3_0.PowerSupply"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001073 </Schema>
1074
1075 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_3_2">
1076 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001077 <Annotation Term="OData.Description" String="This version was created to change PhysicalContext and IndicatorLED to use the unversioned definition."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001078 <EntityType Name="Power" BaseType="Power.v1_3_1.Power"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001079 <EntityType Name="PowerControl" BaseType="Power.v1_3_1.PowerControl"/>
1080 <EntityType Name="Voltage" BaseType="Power.v1_3_1.Voltage"/>
1081 <EntityType Name="PowerSupply" BaseType="Power.v1_3_1.PowerSupply"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001082 </Schema>
1083
Ed Tanous530520e2019-01-02 13:41:37 -08001084 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_3_3">
1085 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1086 <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."/>
1087 <EntityType Name="Power" BaseType="Power.v1_3_2.Power"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001088 <EntityType Name="PowerControl" BaseType="Power.v1_3_2.PowerControl"/>
1089 <EntityType Name="Voltage" BaseType="Power.v1_3_2.Voltage"/>
1090 <EntityType Name="PowerSupply" BaseType="Power.v1_3_2.PowerSupply"/>
Ed Tanous530520e2019-01-02 13:41:37 -08001091 </Schema>
1092
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001093 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_3_4">
1094 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills844b4152020-06-22 12:44:09 -05001095 <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."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001096 <EntityType Name="Power" BaseType="Power.v1_3_3.Power"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001097 <EntityType Name="PowerControl" BaseType="Power.v1_3_3.PowerControl"/>
1098 <EntityType Name="Voltage" BaseType="Power.v1_3_3.Voltage"/>
1099 <EntityType Name="PowerSupply" BaseType="Power.v1_3_3.PowerSupply"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001100 </Schema>
1101
Ed Tanouscb103132019-10-08 11:34:22 -07001102 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_3_5">
1103 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1104 <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."/>
1105 <EntityType Name="Power" BaseType="Power.v1_3_4.Power"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001106 <EntityType Name="PowerControl" BaseType="Power.v1_3_4.PowerControl"/>
1107 <EntityType Name="Voltage" BaseType="Power.v1_3_4.Voltage"/>
1108 <EntityType Name="PowerSupply" BaseType="Power.v1_3_4.PowerSupply"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001109 </Schema>
1110
1111 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_3_6">
1112 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1113 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1114 <EntityType Name="Power" BaseType="Power.v1_3_5.Power"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001115 <EntityType Name="PowerControl" BaseType="Power.v1_3_5.PowerControl"/>
1116 <EntityType Name="Voltage" BaseType="Power.v1_3_5.Voltage"/>
1117 <EntityType Name="PowerSupply" BaseType="Power.v1_3_5.PowerSupply"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001118 </Schema>
1119
Gunnar Mills844b4152020-06-22 12:44:09 -05001120 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_3_7">
1121 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1122 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1123 <EntityType Name="Power" BaseType="Power.v1_3_6.Power"/>
1124 <EntityType Name="PowerControl" BaseType="Power.v1_3_6.PowerControl"/>
1125 <EntityType Name="Voltage" BaseType="Power.v1_3_6.Voltage"/>
1126 <EntityType Name="PowerSupply" BaseType="Power.v1_3_6.PowerSupply"/>
1127 </Schema>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001128
Gunnar Mills262d7d42021-01-20 16:28:41 -06001129 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_3_8">
1130 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1131 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1132 <EntityType Name="Power" BaseType="Power.v1_3_7.Power"/>
1133 <EntityType Name="PowerControl" BaseType="Power.v1_3_7.PowerControl"/>
1134 <EntityType Name="Voltage" BaseType="Power.v1_3_7.Voltage"/>
1135 <EntityType Name="PowerSupply" BaseType="Power.v1_3_7.PowerSupply"/>
1136 </Schema>
Gunnar Mills844b4152020-06-22 12:44:09 -05001137
Gunnar Mills10f270b2021-05-19 15:34:06 -05001138 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_3_9">
1139 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1140 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
1141 <EntityType Name="Power" BaseType="Power.v1_3_8.Power"/>
1142 <EntityType Name="PowerControl" BaseType="Power.v1_3_8.PowerControl"/>
1143 <EntityType Name="Voltage" BaseType="Power.v1_3_8.Voltage"/>
1144 <EntityType Name="PowerSupply" BaseType="Power.v1_3_8.PowerSupply"/>
1145 </Schema>
1146
Jason M. Billsea4aa752018-06-05 13:29:11 -07001147 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_4_0">
1148 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001149 <Annotation Term="Redfish.Release" String="2017.2"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001150
Jason M. Billsea4aa752018-06-05 13:29:11 -07001151 <EntityType Name="Power" BaseType="Power.v1_3_1.Power"/>
1152
Gunnar Millsa778c022020-05-12 12:20:36 -05001153 <EntityType Name="PowerControl" BaseType="Power.v1_3_1.PowerControl">
Jason M. Billsea4aa752018-06-05 13:29:11 -07001154 <Property Name="PhysicalContext" Type="PhysicalContext.PhysicalContext" Nullable="false">
1155 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001156 <Annotation Term="OData.Description" String="The area, device, or set of devices to which this power control applies."/>
1157 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001158 </Property>
1159 </EntityType>
Gunnar Millsa778c022020-05-12 12:20:36 -05001160
1161 <EntityType Name="Voltage" BaseType="Power.v1_3_1.Voltage"/>
1162
1163 <EntityType Name="PowerSupply" BaseType="Power.v1_3_1.PowerSupply"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001164 </Schema>
1165
1166 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_4_1">
1167 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001168 <Annotation Term="OData.Description" String="This version was created to change PhysicalContext and IndicatorLED to use the unversioned definition."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001169 <EntityType Name="Power" BaseType="Power.v1_4_0.Power"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001170 <EntityType Name="PowerControl" BaseType="Power.v1_4_0.PowerControl"/>
1171 <EntityType Name="Voltage" BaseType="Power.v1_4_0.Voltage"/>
1172 <EntityType Name="PowerSupply" BaseType="Power.v1_4_0.PowerSupply"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001173 </Schema>
1174
Ed Tanous530520e2019-01-02 13:41:37 -08001175 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_4_2">
1176 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1177 <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."/>
1178 <EntityType Name="Power" BaseType="Power.v1_4_1.Power"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001179 <EntityType Name="PowerControl" BaseType="Power.v1_4_1.PowerControl"/>
1180 <EntityType Name="Voltage" BaseType="Power.v1_4_1.Voltage"/>
1181 <EntityType Name="PowerSupply" BaseType="Power.v1_4_1.PowerSupply"/>
Ed Tanous530520e2019-01-02 13:41:37 -08001182 </Schema>
1183
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001184 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_4_3">
1185 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills844b4152020-06-22 12:44:09 -05001186 <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."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001187 <EntityType Name="Power" BaseType="Power.v1_4_2.Power"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001188 <EntityType Name="PowerControl" BaseType="Power.v1_4_2.PowerControl"/>
1189 <EntityType Name="Voltage" BaseType="Power.v1_4_2.Voltage"/>
1190 <EntityType Name="PowerSupply" BaseType="Power.v1_4_2.PowerSupply"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001191 </Schema>
1192
Ed Tanouscb103132019-10-08 11:34:22 -07001193 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_4_4">
1194 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1195 <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."/>
1196 <EntityType Name="Power" BaseType="Power.v1_4_3.Power"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001197 <EntityType Name="PowerControl" BaseType="Power.v1_4_3.PowerControl"/>
1198 <EntityType Name="Voltage" BaseType="Power.v1_4_3.Voltage"/>
1199 <EntityType Name="PowerSupply" BaseType="Power.v1_4_3.PowerSupply"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001200 </Schema>
1201
1202 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_4_5">
1203 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1204 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1205 <EntityType Name="Power" BaseType="Power.v1_4_4.Power"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001206 <EntityType Name="PowerControl" BaseType="Power.v1_4_4.PowerControl"/>
1207 <EntityType Name="Voltage" BaseType="Power.v1_4_4.Voltage"/>
1208 <EntityType Name="PowerSupply" BaseType="Power.v1_4_4.PowerSupply"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001209 </Schema>
1210
Gunnar Mills844b4152020-06-22 12:44:09 -05001211 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_4_6">
1212 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1213 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1214 <EntityType Name="Power" BaseType="Power.v1_4_5.Power"/>
1215 <EntityType Name="PowerControl" BaseType="Power.v1_4_5.PowerControl"/>
1216 <EntityType Name="Voltage" BaseType="Power.v1_4_5.Voltage"/>
1217 <EntityType Name="PowerSupply" BaseType="Power.v1_4_5.PowerSupply"/>
1218 </Schema>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001219
Gunnar Mills262d7d42021-01-20 16:28:41 -06001220 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_4_7">
1221 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1222 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1223 <EntityType Name="Power" BaseType="Power.v1_4_6.Power"/>
1224 <EntityType Name="PowerControl" BaseType="Power.v1_4_6.PowerControl"/>
1225 <EntityType Name="Voltage" BaseType="Power.v1_4_6.Voltage"/>
1226 <EntityType Name="PowerSupply" BaseType="Power.v1_4_6.PowerSupply"/>
1227 </Schema>
Gunnar Mills844b4152020-06-22 12:44:09 -05001228
Gunnar Mills10f270b2021-05-19 15:34:06 -05001229 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_4_8">
1230 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1231 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
1232 <EntityType Name="Power" BaseType="Power.v1_4_7.Power"/>
1233 <EntityType Name="PowerControl" BaseType="Power.v1_4_7.PowerControl"/>
1234 <EntityType Name="Voltage" BaseType="Power.v1_4_7.Voltage"/>
1235 <EntityType Name="PowerSupply" BaseType="Power.v1_4_7.PowerSupply"/>
1236 </Schema>
1237
Jason M. Billsea4aa752018-06-05 13:29:11 -07001238 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_5_0">
1239 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001240 <Annotation Term="Redfish.Release" String="2017.3"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001241
Jason M. Billsea4aa752018-06-05 13:29:11 -07001242 <EntityType Name="Power" BaseType="Power.v1_4_1.Power"/>
1243
Gunnar Millsa778c022020-05-12 12:20:36 -05001244 <EntityType Name="PowerControl" BaseType="Power.v1_4_1.PowerControl"/>
1245
1246 <EntityType Name="Voltage" BaseType="Power.v1_4_1.Voltage"/>
1247
1248 <EntityType Name="PowerSupply" BaseType="Power.v1_4_1.PowerSupply">
Ed Tanous530520e2019-01-02 13:41:37 -08001249 <Property Name="Location" Type="Resource.Location" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -07001250 <Annotation Term="OData.Description" String="The location of the power supply."/>
Ed Tanous530520e2019-01-02 13:41:37 -08001251 <Annotation Term="OData.LongDescription" String="This property shall contain location information of the associated power supply."/>
1252 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001253 <NavigationProperty Name="Assembly" Type="Assembly.Assembly" ContainsTarget="true" Nullable="false">
1254 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Mills844b4152020-06-22 12:44:09 -05001255 <Annotation Term="OData.Description" String="The link to the assembly resource associated with this power supply."/>
1256 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type Assembly."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001257 <Annotation Term="OData.AutoExpandReferences"/>
1258 </NavigationProperty>
1259 <Property Name="PowerInputWatts" Type="Edm.Decimal">
1260 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001261 <Annotation Term="OData.Description" String="The measured input power of this power supply."/>
1262 <Annotation Term="OData.LongDescription" String="This property shall contain the measured input power, in watts, of the associated power supply."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001263 <Annotation Term="Measures.Unit" String="W"/>
1264 <Annotation Term="Validation.Minimum" Int="0"/>
1265 </Property>
1266 <Property Name="PowerOutputWatts" Type="Edm.Decimal">
1267 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001268 <Annotation Term="OData.Description" String="The measured output power of this power supply."/>
1269 <Annotation Term="OData.LongDescription" String="This property shall contain the measured output power, in watts, of the associated power supply."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001270 <Annotation Term="Measures.Unit" String="W"/>
1271 <Annotation Term="Validation.Minimum" Int="0"/>
1272 </Property>
1273 <Property Name="EfficiencyPercent" Type="Edm.Decimal">
1274 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001275 <Annotation Term="OData.Description" String="The measured efficiency of this power supply as a percentage."/>
1276 <Annotation Term="OData.LongDescription" String="This property shall contain the measured power efficiency, as a percentage, of the associated power supply."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001277 <Annotation Term="Measures.Unit" String="%"/>
1278 <Annotation Term="Validation.Minimum" Int="0"/>
1279 <Annotation Term="Validation.Maximum" Int="100"/>
1280 </Property>
1281 <Property Name="HotPluggable" Type="Edm.Boolean">
1282 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001283 <Annotation Term="OData.Description" String="An indication of whether this device can be inserted or removed while the equipment is in operation."/>
1284 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001285 </Property>
1286 </EntityType>
1287 </Schema>
1288
Ed Tanous530520e2019-01-02 13:41:37 -08001289 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_5_1">
1290 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1291 <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."/>
1292 <EntityType Name="Power" BaseType="Power.v1_5_0.Power"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001293 <EntityType Name="PowerControl" BaseType="Power.v1_5_0.PowerControl"/>
1294 <EntityType Name="Voltage" BaseType="Power.v1_5_0.Voltage"/>
1295 <EntityType Name="PowerSupply" BaseType="Power.v1_5_0.PowerSupply"/>
Ed Tanous530520e2019-01-02 13:41:37 -08001296 </Schema>
1297
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001298 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_5_2">
1299 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills844b4152020-06-22 12:44:09 -05001300 <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."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001301 <EntityType Name="Power" BaseType="Power.v1_5_1.Power"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001302 <EntityType Name="PowerControl" BaseType="Power.v1_5_1.PowerControl"/>
1303 <EntityType Name="Voltage" BaseType="Power.v1_5_1.Voltage"/>
1304 <EntityType Name="PowerSupply" BaseType="Power.v1_5_1.PowerSupply"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001305 </Schema>
1306
Ed Tanouscb103132019-10-08 11:34:22 -07001307 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_5_3">
1308 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1309 <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."/>
1310 <EntityType Name="Power" BaseType="Power.v1_5_2.Power"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001311 <EntityType Name="PowerControl" BaseType="Power.v1_5_2.PowerControl"/>
1312 <EntityType Name="Voltage" BaseType="Power.v1_5_2.Voltage"/>
1313 <EntityType Name="PowerSupply" BaseType="Power.v1_5_2.PowerSupply"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001314 </Schema>
1315
1316 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_5_4">
1317 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1318 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1319 <EntityType Name="Power" BaseType="Power.v1_5_3.Power"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001320 <EntityType Name="PowerControl" BaseType="Power.v1_5_3.PowerControl"/>
1321 <EntityType Name="Voltage" BaseType="Power.v1_5_3.Voltage"/>
1322 <EntityType Name="PowerSupply" BaseType="Power.v1_5_3.PowerSupply"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001323 </Schema>
1324
Gunnar Mills844b4152020-06-22 12:44:09 -05001325 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_5_5">
1326 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1327 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1328 <EntityType Name="Power" BaseType="Power.v1_5_4.Power"/>
1329 <EntityType Name="PowerControl" BaseType="Power.v1_5_4.PowerControl"/>
1330 <EntityType Name="Voltage" BaseType="Power.v1_5_4.Voltage"/>
1331 <EntityType Name="PowerSupply" BaseType="Power.v1_5_4.PowerSupply"/>
1332 </Schema>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001333
Gunnar Mills262d7d42021-01-20 16:28:41 -06001334 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_5_6">
1335 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1336 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1337 <EntityType Name="Power" BaseType="Power.v1_5_5.Power"/>
1338 <EntityType Name="PowerControl" BaseType="Power.v1_5_5.PowerControl"/>
1339 <EntityType Name="Voltage" BaseType="Power.v1_5_5.Voltage"/>
1340 <EntityType Name="PowerSupply" BaseType="Power.v1_5_5.PowerSupply"/>
1341 </Schema>
Gunnar Mills844b4152020-06-22 12:44:09 -05001342
Gunnar Mills10f270b2021-05-19 15:34:06 -05001343 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_5_7">
1344 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1345 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
1346 <EntityType Name="Power" BaseType="Power.v1_5_6.Power"/>
1347 <EntityType Name="PowerControl" BaseType="Power.v1_5_6.PowerControl"/>
1348 <EntityType Name="Voltage" BaseType="Power.v1_5_6.Voltage"/>
1349 <EntityType Name="PowerSupply" BaseType="Power.v1_5_6.PowerSupply"/>
1350 </Schema>
1351
Gunnar Mills6f44b752020-02-06 16:50:51 -06001352 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_6_0">
1353 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1354 <Annotation Term="Redfish.Release" String="2019.3"/>
Gunnar Mills6f44b752020-02-06 16:50:51 -06001355 <Annotation Term="OData.Description" String="This version was created to add a reset action for individual power supplies."/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001356
1357 <EntityType Name="Power" BaseType="Power.v1_5_4.Power"/>
1358
1359 <EntityType Name="PowerControl" BaseType="Power.v1_5_4.PowerControl"/>
1360
1361 <EntityType Name="Voltage" BaseType="Power.v1_5_4.Voltage"/>
1362
1363 <EntityType Name="PowerSupply" BaseType="Power.v1_5_4.PowerSupply"/>
Gunnar Mills6f44b752020-02-06 16:50:51 -06001364 </Schema>
1365
Gunnar Mills844b4152020-06-22 12:44:09 -05001366 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_6_1">
1367 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1368 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1369 <EntityType Name="Power" BaseType="Power.v1_6_0.Power"/>
1370 <EntityType Name="PowerControl" BaseType="Power.v1_6_0.PowerControl"/>
1371 <EntityType Name="Voltage" BaseType="Power.v1_6_0.Voltage"/>
1372 <EntityType Name="PowerSupply" BaseType="Power.v1_6_0.PowerSupply"/>
1373 </Schema>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001374
Gunnar Mills262d7d42021-01-20 16:28:41 -06001375 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_6_2">
1376 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1377 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1378 <EntityType Name="Power" BaseType="Power.v1_6_1.Power"/>
1379 <EntityType Name="PowerControl" BaseType="Power.v1_6_1.PowerControl"/>
1380 <EntityType Name="Voltage" BaseType="Power.v1_6_1.Voltage"/>
1381 <EntityType Name="PowerSupply" BaseType="Power.v1_6_1.PowerSupply"/>
1382 </Schema>
1383
Gunnar Mills10f270b2021-05-19 15:34:06 -05001384 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_6_3">
1385 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1386 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
1387 <EntityType Name="Power" BaseType="Power.v1_6_2.Power"/>
1388 <EntityType Name="PowerControl" BaseType="Power.v1_6_2.PowerControl"/>
1389 <EntityType Name="Voltage" BaseType="Power.v1_6_2.Voltage"/>
1390 <EntityType Name="PowerSupply" BaseType="Power.v1_6_2.PowerSupply"/>
1391 </Schema>
1392
Gunnar Mills262d7d42021-01-20 16:28:41 -06001393 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_7_0">
1394 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1395 <Annotation Term="OData.Description" String="This version was created to deprecate the schema."/>
1396 <Annotation Term="Redfish.Release" String="2020.4"/>
1397
1398 <EntityType Name="Power" BaseType="Power.v1_6_2.Power"/>
1399
1400 <EntityType Name="PowerControl" BaseType="Power.v1_6_2.PowerControl"/>
1401
1402 <EntityType Name="Voltage" BaseType="Power.v1_6_2.Voltage"/>
1403
1404 <EntityType Name="PowerSupply" BaseType="Power.v1_6_2.PowerSupply"/>
1405 </Schema>
Gunnar Mills844b4152020-06-22 12:44:09 -05001406
Gunnar Mills10f270b2021-05-19 15:34:06 -05001407 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_7_1">
1408 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1409 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
1410 <EntityType Name="Power" BaseType="Power.v1_7_0.Power"/>
1411 <EntityType Name="PowerControl" BaseType="Power.v1_7_0.PowerControl"/>
1412 <EntityType Name="Voltage" BaseType="Power.v1_7_0.Voltage"/>
1413 <EntityType Name="PowerSupply" BaseType="Power.v1_7_0.PowerSupply"/>
1414 </Schema>
1415
Jason M. Billsea4aa752018-06-05 13:29:11 -07001416 </edmx:DataServices>
1417</edmx:Edmx>