blob: 20f501c64e2e1b1556165fbdb9b2ee2e93dc7ea5 [file] [log] [blame]
Jason M. Billsea4aa752018-06-05 13:29:11 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
Ed Tanouscb103132019-10-08 11:34:22 -07004<!--# Redfish Schema: Power v1.5.4 -->
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 -->
Ed Tanouscb103132019-10-08 11:34:22 -07008<!--# Copyright 2014-2019 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."/>
48 <Annotation Term="OData.LongDescription" String="This Resource contains a Power Metrics Resource 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>
Jason M. Billsea4aa752018-06-05 13:29:11 -070070 </EntityType>
71
72 </Schema>
73
74 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_0_0">
75 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060076 <Annotation Term="Redfish.Release" String="1.0"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070077
78 <EntityType Name="Power" BaseType="Power.Power">
79 <NavigationProperty Name="PowerControl" Type="Collection(Power.v1_0_0.PowerControl)" ContainsTarget="true">
Ed Tanouscb103132019-10-08 11:34:22 -070080 <Annotation Term="OData.Description" String="The set of power control functions, including power reading and limiting."/>
81 <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 -070082 <Annotation Term="OData.AutoExpand"/>
83 </NavigationProperty>
84 <NavigationProperty Name="Voltages" Type="Collection(Power.v1_0_0.Voltage)" ContainsTarget="true">
Ed Tanouscb103132019-10-08 11:34:22 -070085 <Annotation Term="OData.Description" String="The set of voltage sensors for this chassis."/>
86 <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 -070087 <Annotation Term="OData.AutoExpand"/>
88 </NavigationProperty>
89 <NavigationProperty Name="PowerSupplies" Type="Collection(Power.v1_0_0.PowerSupply)" ContainsTarget="true">
Ed Tanouscb103132019-10-08 11:34:22 -070090 <Annotation Term="OData.Description" String="The set of power supplies associated with this system or device."/>
91 <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 -070092 <Annotation Term="OData.AutoExpand"/>
93 </NavigationProperty>
94 <NavigationProperty Name="Redundancy" Type="Collection(Redundancy.Redundancy)" ContainsTarget="true">
Ed Tanouscb103132019-10-08 11:34:22 -070095 <Annotation Term="OData.Description" String="The redundancy information for the set of power supplies in this chassis."/>
96 <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 -070097 <Annotation Term="OData.AutoExpand"/>
98 </NavigationProperty>
99 </EntityType>
100
101 <EntityType Name="PowerControl" BaseType="Resource.v1_0_0.ReferenceableMember">
102 <Property Name="Name" Type="Edm.String">
103 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700104 <Annotation Term="OData.Description" String="The power control function name."/>
105 <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 -0700106 </Property>
107 <Property Name="PowerConsumedWatts" Type="Edm.Decimal">
108 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700109 <Annotation Term="OData.Description" String="The actual power that the chassis consumes, in watts."/>
110 <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 -0700111 <Annotation Term="Validation.Minimum" Int="0"/>
112 <Annotation Term="Measures.Unit" String="W"/>
113 </Property>
114 <Property Name="PowerRequestedWatts" Type="Edm.Decimal">
115 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700116 <Annotation Term="OData.Description" String="The potential power, in watts, that the chassis requests, which may be higher than the current level being consumed because the requested power includes a budget that the chassis wants for future use."/>
117 <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 -0700118 <Annotation Term="Validation.Minimum" Int="0"/>
119 <Annotation Term="Measures.Unit" String="W"/>
120 </Property>
121 <Property Name="PowerAvailableWatts" Type="Edm.Decimal">
122 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700123 <Annotation Term="OData.Description" String="The amount of reserve power capacity, in watts, that remains. This value is the PowerCapacity value minus the PowerAllocated value."/>
124 <Annotation Term="OData.LongDescription" String="This property shall represent the amount of reserve power capacity, in watts, that remains. This value is the PowerCapacity value minus the PowerAllocated value."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700125 <Annotation Term="Validation.Minimum" Int="0"/>
126 <Annotation Term="Measures.Unit" String="W"/>
127 </Property>
128 <Property Name="PowerCapacityWatts" Type="Edm.Decimal">
129 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700130 <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."/>
131 <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 -0700132 <Annotation Term="Validation.Minimum" Int="0"/>
133 <Annotation Term="Measures.Unit" String="W"/>
134 </Property>
135 <Property Name="PowerAllocatedWatts" Type="Edm.Decimal">
136 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700137 <Annotation Term="OData.Description" String="The total amount of power that has been allocated or budgeted to chassis."/>
138 <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 -0700139 <Annotation Term="Validation.Minimum" Int="0"/>
140 <Annotation Term="Measures.Unit" String="W"/>
141 </Property>
142 <Property Name="PowerMetrics" Type="Power.v1_0_0.PowerMetric" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700143 <Annotation Term="OData.Description" String="The power readings for this chassis."/>
144 <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 -0700145 </Property>
146 <Property Name="PowerLimit" Type="Power.v1_0_0.PowerLimit" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700147 <Annotation Term="OData.Description" String="The power limit status and configuration information for this chassis."/>
148 <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 -0700149 </Property>
Ed Tanous530520e2019-01-02 13:41:37 -0800150 <Property Name="Status" Type="Resource.Status" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700151 <Annotation Term="OData.Description" String="The status and health of the Resource and its subordinate or dependent Resources."/>
152 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the Resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800153 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700154 <NavigationProperty Name="RelatedItem" Type="Collection(Resource.Item)">
155 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700156 <Annotation Term="OData.Description" String="An array of one or more IDs of the Resources associated with this power limit."/>
157 <Annotation Term="OData.LongDescription" String="This property shall contain an array of IDs for pointers consistent with JSON Pointer syntax to the Resource that is being limited."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700158 <Annotation Term="OData.AutoExpandReferences"/>
159 </NavigationProperty>
160 </EntityType>
161
162 <ComplexType Name="PowerMetric">
Ed Tanouscb103132019-10-08 11:34:22 -0700163 <Annotation Term="OData.Description" String="The power metrics for a Resource."/>
164 <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 -0700165 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
166 <Property Name="IntervalInMin" Type="Edm.Int64">
167 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700168 <Annotation Term="OData.Description" String="The time interval, or window, over which the power metrics are measured."/>
169 <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 -0700170 <Annotation Term="Measures.Unit" String="min"/>
171 <Annotation Term="Validation.Minimum" Int="0"/>
172 </Property>
173 <Property Name="MinConsumedWatts" Type="Edm.Decimal">
174 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700175 <Annotation Term="OData.Description" String="The lowest power consumption level, in watts, over the measurement window that occurred within the last IntervalInMin minutes."/>
176 <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 -0700177 <Annotation Term="Measures.Unit" String="W"/>
178 <Annotation Term="Validation.Minimum" Int="0"/>
179 </Property>
180 <Property Name="MaxConsumedWatts" Type="Edm.Decimal">
181 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700182 <Annotation Term="OData.Description" String="The highest power consumption level, in watts, that has occurred over the measurement window within the last IntervalInMin minutes."/>
183 <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 -0700184 <Annotation Term="Measures.Unit" String="W"/>
185 <Annotation Term="Validation.Minimum" Int="0"/>
186 </Property>
187 <Property Name="AverageConsumedWatts" Type="Edm.Decimal">
188 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700189 <Annotation Term="OData.Description" String="The average power level over the measurement window over the last IntervalInMin minutes."/>
190 <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 -0700191 <Annotation Term="Measures.Unit" String="W"/>
192 <Annotation Term="Validation.Minimum" Int="0"/>
193 </Property>
194 </ComplexType>
195
196 <ComplexType Name="PowerLimit">
Ed Tanouscb103132019-10-08 11:34:22 -0700197 <Annotation Term="OData.Description" String="The power limit status and configuration information for the chassis."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700198 <Annotation Term="OData.LongDescription" String="This type shall contain power limit status and configuration information for this chassis."/>
199 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
200 <Property Name="LimitInWatts" Type="Edm.Decimal">
201 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700202 <Annotation Term="OData.Description" String="The power limit, in watts. If `null`, power capping is disabled."/>
203 <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 -0700204 <Annotation Term="Measures.Unit" String="W"/>
205 <Annotation Term="Validation.Minimum" Int="0"/>
206 </Property>
207 <Property Name="LimitException" Type="Power.v1_0_0.PowerLimitException">
208 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
209 <Annotation Term="OData.Description" String="The action that is taken if the power cannot be maintained below the LimitInWatts."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700210 <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 -0700211 </Property>
212 <Property Name="CorrectionInMs" Type="Edm.Int64">
213 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
214 <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 -0700215 <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 -0700216 <Annotation Term="Measures.Unit" String="ms"/>
217 </Property>
218 </ComplexType>
219
220 <EnumType Name="PowerLimitException">
221 <Member Name="NoAction">
222 <Annotation Term="OData.Description" String="Take no action when the limit is exceeded."/>
223 </Member>
224 <Member Name="HardPowerOff">
225 <Annotation Term="OData.Description" String="Turn the power off immediately when the limit is exceeded."/>
226 </Member>
227 <Member Name="LogEventOnly">
228 <Annotation Term="OData.Description" String="Log an event when the limit is exceeded, but take no further action."/>
229 </Member>
230 <Member Name="Oem">
231 <Annotation Term="OData.Description" String="Take an OEM-defined action."/>
232 </Member>
233 </EnumType>
234
235 <EntityType Name="Voltage" BaseType="Resource.v1_0_0.ReferenceableMember">
236 <Property Name="Name" Type="Edm.String">
237 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
238 <Annotation Term="OData.Description" String="Voltage sensor name."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700239 <Annotation Term="OData.LongDescription" String="This property shall contain the name of the Voltage sensor."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700240 </Property>
241 <Property Name="SensorNumber" Type="Edm.Int64">
242 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
243 <Annotation Term="OData.Description" String="A numerical identifier to represent the voltage sensor."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700244 <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 -0700245 </Property>
Ed Tanous530520e2019-01-02 13:41:37 -0800246 <Property Name="Status" Type="Resource.Status" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700247 <Annotation Term="OData.Description" String="The status and health of the Resource and its subordinate or dependent Resources."/>
248 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the Resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800249 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700250 <Property Name="ReadingVolts" Type="Edm.Decimal">
251 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700252 <Annotation Term="OData.Description" String="The reading of the voltage sensor."/>
253 <Annotation Term="OData.LongDescription" String="This property shall contain the voltage sensor's reading."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700254 <Annotation Term="Measures.Unit" String="V"/>
255 </Property>
256 <Property Name="UpperThresholdNonCritical" Type="Edm.Decimal">
257 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700258 <Annotation Term="OData.Description" String="The value at which the reading is above normal range."/>
259 <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 -0700260 <Annotation Term="Measures.Unit" String="V"/>
261 </Property>
262 <Property Name="UpperThresholdCritical" Type="Edm.Decimal">
263 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700264 <Annotation Term="OData.Description" String="The value at which the reading is above normal range but not yet fatal."/>
265 <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 -0700266 <Annotation Term="Measures.Unit" String="V"/>
267 </Property>
268 <Property Name="UpperThresholdFatal" Type="Edm.Decimal">
269 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700270 <Annotation Term="OData.Description" String="The value at which the reading is above normal range and fatal."/>
271 <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 -0700272 <Annotation Term="Measures.Unit" String="V"/>
273 </Property>
274 <Property Name="LowerThresholdNonCritical" Type="Edm.Decimal">
275 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700276 <Annotation Term="OData.Description" String="The value at which the reading is below normal range."/>
277 <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 -0700278 <Annotation Term="Measures.Unit" String="V"/>
279 </Property>
280 <Property Name="LowerThresholdCritical" 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 value at which the reading is below normal range but not yet fatal."/>
283 <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 -0700284 <Annotation Term="Measures.Unit" String="V"/>
285 </Property>
286 <Property Name="LowerThresholdFatal" 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 below normal range and fatal."/>
289 <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 -0700290 <Annotation Term="Measures.Unit" String="V"/>
291 </Property>
292 <Property Name="MinReadingRange" 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="Minimum value for this sensor."/>
295 <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 -0700296 <Annotation Term="Measures.Unit" String="V"/>
297 </Property>
298 <Property Name="MaxReadingRange" 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="Maximum value for this sensor."/>
301 <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 -0700302 <Annotation Term="Measures.Unit" String="V"/>
303 </Property>
304 <Property Name="PhysicalContext" Type="PhysicalContext.PhysicalContext" Nullable="false">
305 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700306 <Annotation Term="OData.Description" String="The area or device to which this voltage measurement applies."/>
307 <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 -0700308 </Property>
309 <NavigationProperty Name="RelatedItem" Type="Collection(Resource.Item)">
310 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700311 <Annotation Term="OData.Description" String="The areas or devices to which this voltage measurement applies."/>
312 <Annotation Term="OData.LongDescription" String="This property shall contain an array of IDs for pointers consistent with JSON Pointer syntax to the areas or devices to which this voltage measurement applies."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700313 <Annotation Term="OData.AutoExpandReferences"/>
314 </NavigationProperty>
315 </EntityType>
316
317 <EntityType Name="PowerSupply" BaseType="Resource.v1_0_0.ReferenceableMember">
318 <Annotation Term="OData.Description" String="Details of a power supplies associated with this system or device."/>
319 <Property Name="Name" Type="Edm.String">
320 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700321 <Annotation Term="OData.Description" String="The name of the power supply."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700322 <Annotation Term="OData.LongDescription" String="This property shall contain a descriptive name for the associated power supply."/>
323 </Property>
324 <Property Name="PowerSupplyType" Type="Power.v1_0_0.PowerSupplyType">
325 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700326 <Annotation Term="OData.Description" String="The power supply type (AC or DC)."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700327 <Annotation Term="OData.LongDescription" String="This property shall contain the input power type (AC or DC) of the associated power supply."/>
328 </Property>
329 <Property Name="LineInputVoltageType" Type="Power.v1_0_0.LineInputVoltageType">
330 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700331 <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 -0700332 <Annotation Term="OData.LongDescription" String="This property shall contain the type of input line voltage supported by the associated power supply."/>
333 </Property>
334 <Property Name="LineInputVoltage" Type="Edm.Decimal">
335 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700336 <Annotation Term="OData.Description" String="The line input voltage at which the power supply is operating."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700337 <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."/>
338 <Annotation Term="Measures.Unit" String="V"/>
339 </Property>
340 <Property Name="PowerCapacityWatts" Type="Edm.Decimal">
341 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700342 <Annotation Term="OData.Description" String="The maximum capacity of this power supply."/>
343 <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 -0700344 <Annotation Term="Measures.Unit" String="W"/>
345 <Annotation Term="Validation.Minimum" Int="0"/>
346 </Property>
347 <Property Name="LastPowerOutputWatts" Type="Edm.Decimal">
348 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700349 <Annotation Term="OData.Description" String="The average power output of this power supply."/>
350 <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 -0700351 <Annotation Term="Measures.Unit" String="W"/>
352 <Annotation Term="Validation.Minimum" Int="0"/>
353 </Property>
354 <Property Name="Model" Type="Edm.String">
355 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700356 <Annotation Term="OData.Description" String="The model number for this power supply."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700357 <Annotation Term="OData.LongDescription" String="This property shall contain the model information as defined by the manufacturer for the associated power supply."/>
358 </Property>
359 <Property Name="FirmwareVersion" Type="Edm.String">
360 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700361 <Annotation Term="OData.Description" String="The firmware version for this power supply."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700362 <Annotation Term="OData.LongDescription" String="This property shall contain the firwmare version as defined by the manufacturer for the associated power supply."/>
363 </Property>
364 <Property Name="SerialNumber" Type="Edm.String">
365 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700366 <Annotation Term="OData.Description" String="The serial number for this power supply."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700367 <Annotation Term="OData.LongDescription" String="This property shall contain the serial number as defined by the manufacturer for the associated power supply."/>
368 </Property>
369 <Property Name="PartNumber" Type="Edm.String">
370 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700371 <Annotation Term="OData.Description" String="The part number for this power supply."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700372 <Annotation Term="OData.LongDescription" String="This property shall contain the part number as defined by the manufacturer for the associated power supply."/>
373 </Property>
374 <Property Name="SparePartNumber" Type="Edm.String">
375 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700376 <Annotation Term="OData.Description" String="The spare part number for this power supply."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700377 <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."/>
378 </Property>
Ed Tanous530520e2019-01-02 13:41:37 -0800379 <Property Name="Status" Type="Resource.Status" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700380 <Annotation Term="OData.Description" String="The status and health of the Resource and its subordinate or dependent Resources."/>
381 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the Resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800382 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700383 <NavigationProperty Name="RelatedItem" Type="Collection(Resource.Item)">
Ed Tanouscb103132019-10-08 11:34:22 -0700384 <Annotation Term="OData.Description" String="The ID(s) of the Resources associated with this power limit."/>
385 <Annotation Term="OData.LongDescription" String="This property shall contain an array of IDs for pointers consistent with JSON Pointer syntax to the Resource that is being limited."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700386 <Annotation Term="OData.AutoExpandReferences"/>
387 </NavigationProperty>
388 <NavigationProperty Name="Redundancy" Type="Collection(Redundancy.Redundancy)">
Ed Tanouscb103132019-10-08 11:34:22 -0700389 <Annotation Term="OData.Description" String="The set of redundancy groups for this power supply."/>
390 <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 -0700391 <Annotation Term="OData.AutoExpandReferences"/>
392 </NavigationProperty>
393 </EntityType>
394
395 <EnumType Name="PowerSupplyType">
396 <Member Name="Unknown">
397 <Annotation Term="OData.Description" String="The power supply type cannot be determined."/>
398 </Member>
399 <Member Name="AC">
400 <Annotation Term="OData.Description" String="Alternating Current (AC) power supply."/>
401 </Member>
402 <Member Name="DC">
403 <Annotation Term="OData.Description" String="Direct Current (DC) power supply."/>
404 </Member>
405 <Member Name="ACorDC">
Ed Tanouscb103132019-10-08 11:34:22 -0700406 <Annotation Term="OData.Description" String="The power supply supports both DC or AC."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700407 </Member>
408 </EnumType>
409
410 <EnumType Name="LineInputVoltageType">
411 <Member Name="Unknown">
412 <Annotation Term="OData.Description" String="The power supply line input voltage type cannot be determined."/>
413 </Member>
414 <Member Name="ACLowLine">
415 <Annotation Term="OData.Description" String="100-127V AC input."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600416 <Annotation Term="Redfish.Revisions">
417 <Collection>
418 <Record>
419 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
420 <PropertyValue Property="Version" String="v1_1_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700421 <PropertyValue Property="Description" String="This value has been deprecated in favor of AC120V."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600422 </Record>
423 </Collection>
424 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700425 </Member>
426 <Member Name="ACMidLine">
427 <Annotation Term="OData.Description" String="200-240V AC input."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600428 <Annotation Term="Redfish.Revisions">
429 <Collection>
430 <Record>
431 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
432 <PropertyValue Property="Version" String="v1_1_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700433 <PropertyValue Property="Description" String="This value has been deprecated in favor of AC240V."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600434 </Record>
435 </Collection>
436 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700437 </Member>
438 <Member Name="ACHighLine">
439 <Annotation Term="OData.Description" String="277V AC input."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600440 <Annotation Term="Redfish.Revisions">
441 <Collection>
442 <Record>
443 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
444 <PropertyValue Property="Version" String="v1_1_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700445 <PropertyValue Property="Description" String="This value has been deprecated in favor of AC277V."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600446 </Record>
447 </Collection>
448 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700449 </Member>
450 <Member Name="DCNeg48V">
451 <Annotation Term="OData.Description" String="-48V DC input."/>
452 </Member>
453 <Member Name="DC380V">
454 <Annotation Term="OData.Description" String="High Voltage DC input (380V)."/>
455 </Member>
456 <Member Name="AC120V">
457 <Annotation Term="OData.Description" String="AC 120V nominal 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/Added"/>
462 <PropertyValue Property="Version" String="v1_1_0"/>
463 </Record>
464 </Collection>
465 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700466 </Member>
467 <Member Name="AC240V">
468 <Annotation Term="OData.Description" String="AC 240V nominal input."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600469 <Annotation Term="Redfish.Revisions">
470 <Collection>
471 <Record>
472 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
473 <PropertyValue Property="Version" String="v1_1_0"/>
474 </Record>
475 </Collection>
476 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700477 </Member>
478 <Member Name="AC277V">
479 <Annotation Term="OData.Description" String="AC 277V nominal input."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600480 <Annotation Term="Redfish.Revisions">
481 <Collection>
482 <Record>
483 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
484 <PropertyValue Property="Version" String="v1_1_0"/>
485 </Record>
486 </Collection>
487 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700488 </Member>
489 <Member Name="ACandDCWideRange">
490 <Annotation Term="OData.Description" String="Wide range AC or DC input."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600491 <Annotation Term="Redfish.Revisions">
492 <Collection>
493 <Record>
494 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
495 <PropertyValue Property="Version" String="v1_1_0"/>
496 </Record>
497 </Collection>
498 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700499 </Member>
500 <Member Name="ACWideRange">
501 <Annotation Term="OData.Description" String="Wide range AC input."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600502 <Annotation Term="Redfish.Revisions">
503 <Collection>
504 <Record>
505 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
506 <PropertyValue Property="Version" String="v1_1_0"/>
507 </Record>
508 </Collection>
509 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700510 </Member>
511 <Member Name="DC240V">
512 <Annotation Term="OData.Description" String="DC 240V nominal input."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600513 <Annotation Term="Redfish.Revisions">
514 <Collection>
515 <Record>
516 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
517 <PropertyValue Property="Version" String="v1_1_0"/>
518 </Record>
519 </Collection>
520 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700521 </Member>
522 </EnumType>
523
524 </Schema>
525
526 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_0_1">
527 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700528 <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 -0700529 <EntityType Name="Power" BaseType="Power.v1_0_0.Power"/>
530 </Schema>
531
532 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_0_2">
533 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700534 <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 -0700535 <EntityType Name="Power" BaseType="Power.v1_0_1.Power"/>
536 </Schema>
537
538 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_0_3">
539 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
540 <Annotation Term="OData.Description" String="This version was created to add explicit Permissions annotations to all properties for clarity."/>
541 <EntityType Name="Power" BaseType="Power.v1_0_2.Power"/>
542 </Schema>
543
544 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_0_4">
545 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700546 <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 -0700547 <EntityType Name="Power" BaseType="Power.v1_0_3.Power"/>
548 </Schema>
549
550 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_0_5">
551 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
552 <Annotation Term="OData.Description" String="This version was created to remove the AutoExpand annotation for the Redundancy property inside PowerSupply."/>
553 <EntityType Name="Power" BaseType="Power.v1_0_4.Power"/>
554 </Schema>
555
556 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_0_6">
557 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700558 <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 -0700559 <EntityType Name="Power" BaseType="Power.v1_0_5.Power"/>
560 </Schema>
561
Ed Tanous530520e2019-01-02 13:41:37 -0800562 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_0_7">
563 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
564 <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."/>
565 <EntityType Name="Power" BaseType="Power.v1_0_6.Power"/>
566 </Schema>
567
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600568 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_0_8">
569 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700570 <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 -0600571 <EntityType Name="Power" BaseType="Power.v1_0_7.Power"/>
572 </Schema>
573
Ed Tanouscb103132019-10-08 11:34:22 -0700574 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_0_9">
575 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
576 <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."/>
577 <EntityType Name="Power" BaseType="Power.v1_0_8.Power"/>
578 </Schema>
579
580 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_0_10">
581 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
582 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
583 <EntityType Name="Power" BaseType="Power.v1_0_9.Power"/>
584 </Schema>
585
Jason M. Billsea4aa752018-06-05 13:29:11 -0700586 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_1_0">
587 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600588 <Annotation Term="Redfish.Release" String="2016.1"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700589
590 <EntityType Name="Power" BaseType="Power.v1_0_2.Power"/>
591 <EntityType Name="PowerSupply" BaseType="Power.v1_0_0.PowerSupply">
592 <Property Name="Manufacturer" Type="Edm.String">
593 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700594 <Annotation Term="OData.Description" String="The manufacturer of this power supply."/>
595 <Annotation Term="OData.LongDescription" String="This property shall contain the name of the organization responsible for producing the power supply. This organization might be the entity from whom the power supply is purchased, but this is not necessarily true."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700596 </Property>
597 <Property Name="InputRanges" Type="Collection(Power.v1_1_0.InputRange)" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700598 <Annotation Term="OData.Description" String="The input ranges that the power supply can use."/>
599 <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 -0700600 </Property>
601 </EntityType>
602
603 <ComplexType Name="InputRange">
604 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
605 <Annotation Term="OData.Description" String="This type describes an input range for a power supply."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700606 <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 -0700607 <Property Name="InputType" Type="Power.v1_1_0.InputType">
608 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
609 <Annotation Term="OData.Description" String="The Input type (AC or DC)."/>
610 <Annotation Term="OData.LongDescription" String="This property shall contain the input type (AC or DC) of the associated range."/>
611 </Property>
612 <Property Name="MinimumVoltage" Type="Edm.Decimal">
613 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
614 <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 -0700615 <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 -0700616 <Annotation Term="Measures.Unit" String="V"/>
617 </Property>
618 <Property Name="MaximumVoltage" Type="Edm.Decimal">
619 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
620 <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 -0700621 <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 -0700622 <Annotation Term="Measures.Unit" String="V"/>
623 </Property>
624 <Property Name="MinimumFrequencyHz" Type="Edm.Decimal">
625 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
626 <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 -0700627 <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 -0700628 <Annotation Term="Measures.Unit" String="Hz"/>
629 <Annotation Term="Validation.Minimum" Int="0"/>
630 </Property>
631 <Property Name="MaximumFrequencyHz" Type="Edm.Decimal">
632 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
633 <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 -0700634 <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 -0700635 <Annotation Term="Measures.Unit" String="Hz"/>
636 <Annotation Term="Validation.Minimum" Int="0"/>
637 </Property>
638 <Property Name="OutputWattage" Type="Edm.Decimal">
639 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700640 <Annotation Term="OData.Description" String="The maximum capacity of this power supply when operating in this input range."/>
641 <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 -0700642 <Annotation Term="Measures.Unit" String="W"/>
643 <Annotation Term="Validation.Minimum" Int="0"/>
644 </Property>
Ed Tanous530520e2019-01-02 13:41:37 -0800645 <Property Name="Oem" Type="Resource.Oem" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700646 <Annotation Term="OData.Description" String="The OEM extension property."/>
647 <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 -0800648 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700649 </ComplexType>
650
651 <EnumType Name="InputType">
652 <Member Name="AC">
653 <Annotation Term="OData.Description" String="Alternating Current (AC) input range."/>
654 </Member>
655 <Member Name="DC">
656 <Annotation Term="OData.Description" String="Direct Current (DC) input range."/>
657 </Member>
658 </EnumType>
659
660 </Schema>
661
662 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_1_1">
663 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
664 <Annotation Term="OData.Description" String="This version was created to add explicit Permissions annotations to all properties for clarity."/>
665 <EntityType Name="Power" BaseType="Power.v1_1_0.Power"/>
666 </Schema>
667
668 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_1_2">
669 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700670 <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 -0700671 <EntityType Name="Power" BaseType="Power.v1_1_1.Power"/>
672 </Schema>
673
674 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_1_3">
675 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
676 <Annotation Term="OData.Description" String="This version was created to remove the AutoExpand annotation for the Redundancy property inside PowerSupply."/>
677 <EntityType Name="Power" BaseType="Power.v1_1_2.Power"/>
678 </Schema>
679
680 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_1_4">
681 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700682 <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 -0700683 <EntityType Name="Power" BaseType="Power.v1_1_3.Power"/>
684 </Schema>
685
Ed Tanous530520e2019-01-02 13:41:37 -0800686 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_1_5">
687 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
688 <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."/>
689 <EntityType Name="Power" BaseType="Power.v1_1_4.Power"/>
690 </Schema>
691
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600692 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_1_6">
693 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700694 <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 -0600695 <EntityType Name="Power" BaseType="Power.v1_1_5.Power"/>
696 </Schema>
697
Ed Tanouscb103132019-10-08 11:34:22 -0700698 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_1_7">
699 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
700 <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."/>
701 <EntityType Name="Power" BaseType="Power.v1_1_6.Power"/>
702 </Schema>
703
704 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_1_8">
705 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
706 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
707 <EntityType Name="Power" BaseType="Power.v1_1_7.Power"/>
708 </Schema>
709
Jason M. Billsea4aa752018-06-05 13:29:11 -0700710 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_2_0">
711 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600712 <Annotation Term="Redfish.Release" String="2016.2"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700713 <EntityType Name="Power" BaseType="Power.v1_1_0.Power"/>
714
715 <EntityType Name="PowerSupply" BaseType="Power.v1_1_0.PowerSupply">
716 <Property Name="IndicatorLED" Type="Resource.IndicatorLED">
717 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700718 <Annotation Term="OData.Description" String="The state of The indicator LED, which identifies the power supply."/>
719 <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 -0700720 </Property>
721 </EntityType>
722
723 </Schema>
724
725 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_2_1">
726 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
727 <Annotation Term="OData.Description" String="This version was created to add explicit Permissions annotations to all properties for clarity."/>
728 <EntityType Name="Power" BaseType="Power.v1_2_0.Power"/>
729 </Schema>
730
731 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_2_2">
732 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700733 <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 -0700734 <EntityType Name="Power" BaseType="Power.v1_2_1.Power"/>
735 </Schema>
736
737 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_2_3">
738 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
739 <Annotation Term="OData.Description" String="This version was created to remove the AutoExpand annotation for the Redundancy property inside PowerSupply."/>
740 <EntityType Name="Power" BaseType="Power.v1_2_2.Power"/>
741 </Schema>
742
743 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_2_4">
744 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700745 <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 -0700746 <EntityType Name="Power" BaseType="Power.v1_2_3.Power"/>
747 </Schema>
748
Ed Tanous530520e2019-01-02 13:41:37 -0800749 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_2_5">
750 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
751 <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."/>
752 <EntityType Name="Power" BaseType="Power.v1_2_4.Power"/>
753 </Schema>
754
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600755 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_2_6">
756 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700757 <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 -0600758 <EntityType Name="Power" BaseType="Power.v1_2_5.Power"/>
759 </Schema>
760
Ed Tanouscb103132019-10-08 11:34:22 -0700761 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_2_7">
762 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
763 <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."/>
764 <EntityType Name="Power" BaseType="Power.v1_2_6.Power"/>
765 </Schema>
766
767 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_2_8">
768 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
769 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
770 <EntityType Name="Power" BaseType="Power.v1_2_7.Power"/>
771 </Schema>
772
Jason M. Billsea4aa752018-06-05 13:29:11 -0700773 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_3_0">
774 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600775 <Annotation Term="Redfish.Release" String="2017.1"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700776 <EntityType Name="Power" BaseType="Power.v1_2_2.Power">
777 <Property Name="Actions" Type="Power.v1_3_0.Actions" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700778 <Annotation Term="OData.Description" String="The available actions for this Resource."/>
779 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this Resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700780 </Property>
781 </EntityType>
782
783 <EntityType Name="PowerControl" BaseType="Power.v1_0_0.PowerControl">
784 <Property Name="Actions" Type="Power.v1_3_0.PowerControlActions" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700785 <Annotation Term="OData.Description" String="The available actions for this Resource."/>
786 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this Resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700787 </Property>
788 </EntityType>
789
790 <EntityType Name="Voltage" BaseType="Power.v1_0_0.Voltage">
791 <Property Name="Actions" Type="Power.v1_3_0.VoltageActions" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700792 <Annotation Term="OData.Description" String="The available actions for this Resource."/>
793 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this Resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700794 </Property>
795 </EntityType>
796
797 <EntityType Name="PowerSupply" BaseType="Power.v1_2_0.PowerSupply">
798 <Property Name="Actions" Type="Power.v1_3_0.PowerSupplyActions" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700799 <Annotation Term="OData.Description" String="The available actions for this Resource."/>
800 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this Resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700801 </Property>
802 </EntityType>
803
804 <ComplexType Name="Actions">
805 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700806 <Annotation Term="OData.Description" String="The available actions for this Resource."/>
807 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this Resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800808 <Property Name="Oem" Type="Power.v1_3_0.OemActions" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700809 <Annotation Term="OData.Description" String="The available OEM-specific actions for this Resource."/>
810 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this Resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800811 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700812 </ComplexType>
813
814 <ComplexType Name="OemActions">
815 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700816 <Annotation Term="OData.Description" String="The available OEM-specific actions for this Resource."/>
817 <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 -0700818 </ComplexType>
819
820 <ComplexType Name="PowerControlActions">
821 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700822 <Annotation Term="OData.Description" String="The available actions for this Resource."/>
823 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this Resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800824 <Property Name="Oem" Type="Power.v1_3_0.PowerControlOemActions" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700825 <Annotation Term="OData.Description" String="The available OEM-specific actions for this Resource."/>
826 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this Resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800827 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700828 </ComplexType>
829
830 <ComplexType Name="PowerControlOemActions">
831 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700832 <Annotation Term="OData.Description" String="The available OEM-specific actions for this Resource."/>
833 <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 -0700834 </ComplexType>
835
836 <ComplexType Name="VoltageActions">
837 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700838 <Annotation Term="OData.Description" String="The available actions for this Resource."/>
839 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this Resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800840 <Property Name="Oem" Type="Power.v1_3_0.VoltageOemActions" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700841 <Annotation Term="OData.Description" String="The available OEM-specific actions for this Resource."/>
842 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this Resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800843 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700844 </ComplexType>
845
846 <ComplexType Name="VoltageOemActions">
847 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700848 <Annotation Term="OData.Description" String="The available OEM-specific actions for this Resource."/>
849 <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 -0700850 </ComplexType>
851
852 <ComplexType Name="PowerSupplyActions">
853 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700854 <Annotation Term="OData.Description" String="The available actions for this Resource."/>
855 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this Resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800856 <Property Name="Oem" Type="Power.v1_3_0.PowerSupplyOemActions" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700857 <Annotation Term="OData.Description" String="The available OEM-specific actions for this Resource."/>
858 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this Resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800859 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700860 </ComplexType>
861
862 <ComplexType Name="PowerSupplyOemActions">
863 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700864 <Annotation Term="OData.Description" String="The available OEM-specific actions for this Resource."/>
865 <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 -0700866 </ComplexType>
867 </Schema>
868
869 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_3_1">
870 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
871 <Annotation Term="OData.Description" String="This version was created to remove the AutoExpand annotation for the Redundancy property inside PowerSupply."/>
872 <EntityType Name="Power" BaseType="Power.v1_3_0.Power"/>
873 </Schema>
874
875 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_3_2">
876 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700877 <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 -0700878 <EntityType Name="Power" BaseType="Power.v1_3_1.Power"/>
879 </Schema>
880
Ed Tanous530520e2019-01-02 13:41:37 -0800881 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_3_3">
882 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
883 <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."/>
884 <EntityType Name="Power" BaseType="Power.v1_3_2.Power"/>
885 </Schema>
886
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600887 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_3_4">
888 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700889 <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 -0600890 <EntityType Name="Power" BaseType="Power.v1_3_3.Power"/>
891 </Schema>
892
Ed Tanouscb103132019-10-08 11:34:22 -0700893 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_3_5">
894 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
895 <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."/>
896 <EntityType Name="Power" BaseType="Power.v1_3_4.Power"/>
897 </Schema>
898
899 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_3_6">
900 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
901 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
902 <EntityType Name="Power" BaseType="Power.v1_3_5.Power"/>
903 </Schema>
904
Jason M. Billsea4aa752018-06-05 13:29:11 -0700905 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_4_0">
906 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600907 <Annotation Term="Redfish.Release" String="2017.2"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700908 <EntityType Name="Power" BaseType="Power.v1_3_1.Power"/>
909
910 <EntityType Name="PowerControl" BaseType="Power.v1_3_0.PowerControl">
911 <Property Name="PhysicalContext" Type="PhysicalContext.PhysicalContext" Nullable="false">
912 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700913 <Annotation Term="OData.Description" String="The area, device, or set of devices to which this power control applies."/>
914 <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 -0700915 </Property>
916 </EntityType>
917 </Schema>
918
919 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_4_1">
920 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700921 <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 -0700922 <EntityType Name="Power" BaseType="Power.v1_4_0.Power"/>
923 </Schema>
924
Ed Tanous530520e2019-01-02 13:41:37 -0800925 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_4_2">
926 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
927 <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."/>
928 <EntityType Name="Power" BaseType="Power.v1_4_1.Power"/>
929 </Schema>
930
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600931 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_4_3">
932 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700933 <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 -0600934 <EntityType Name="Power" BaseType="Power.v1_4_2.Power"/>
935 </Schema>
936
Ed Tanouscb103132019-10-08 11:34:22 -0700937 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_4_4">
938 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
939 <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."/>
940 <EntityType Name="Power" BaseType="Power.v1_4_3.Power"/>
941 </Schema>
942
943 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_4_5">
944 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
945 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
946 <EntityType Name="Power" BaseType="Power.v1_4_4.Power"/>
947 </Schema>
948
Jason M. Billsea4aa752018-06-05 13:29:11 -0700949 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_5_0">
950 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600951 <Annotation Term="Redfish.Release" String="2017.3"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700952 <EntityType Name="Power" BaseType="Power.v1_4_1.Power"/>
953
954 <EntityType Name="PowerSupply" BaseType="Power.v1_3_0.PowerSupply">
Ed Tanous530520e2019-01-02 13:41:37 -0800955 <Property Name="Location" Type="Resource.Location" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700956 <Annotation Term="OData.Description" String="The location of the power supply."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800957 <Annotation Term="OData.LongDescription" String="This property shall contain location information of the associated power supply."/>
958 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700959 <NavigationProperty Name="Assembly" Type="Assembly.Assembly" ContainsTarget="true" Nullable="false">
960 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700961 <Annotation Term="OData.Description" String="The link to the assembly Resource associated with this power supply."/>
962 <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 -0700963 <Annotation Term="OData.AutoExpandReferences"/>
964 </NavigationProperty>
965 <Property Name="PowerInputWatts" Type="Edm.Decimal">
966 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700967 <Annotation Term="OData.Description" String="The measured input power of this power supply."/>
968 <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 -0700969 <Annotation Term="Measures.Unit" String="W"/>
970 <Annotation Term="Validation.Minimum" Int="0"/>
971 </Property>
972 <Property Name="PowerOutputWatts" Type="Edm.Decimal">
973 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700974 <Annotation Term="OData.Description" String="The measured output power of this power supply."/>
975 <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 -0700976 <Annotation Term="Measures.Unit" String="W"/>
977 <Annotation Term="Validation.Minimum" Int="0"/>
978 </Property>
979 <Property Name="EfficiencyPercent" Type="Edm.Decimal">
980 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700981 <Annotation Term="OData.Description" String="The measured efficiency of this power supply as a percentage."/>
982 <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 -0700983 <Annotation Term="Measures.Unit" String="%"/>
984 <Annotation Term="Validation.Minimum" Int="0"/>
985 <Annotation Term="Validation.Maximum" Int="100"/>
986 </Property>
987 <Property Name="HotPluggable" Type="Edm.Boolean">
988 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700989 <Annotation Term="OData.Description" String="An indication of whether this device can be inserted or removed while the equipment is in operation."/>
990 <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 -0700991 </Property>
992 </EntityType>
993 </Schema>
994
Ed Tanous530520e2019-01-02 13:41:37 -0800995 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_5_1">
996 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
997 <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."/>
998 <EntityType Name="Power" BaseType="Power.v1_5_0.Power"/>
999 </Schema>
1000
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001001 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_5_2">
1002 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001003 <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 -06001004 <EntityType Name="Power" BaseType="Power.v1_5_1.Power"/>
1005 </Schema>
1006
Ed Tanouscb103132019-10-08 11:34:22 -07001007 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_5_3">
1008 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1009 <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."/>
1010 <EntityType Name="Power" BaseType="Power.v1_5_2.Power"/>
1011 </Schema>
1012
1013 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_5_4">
1014 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1015 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1016 <EntityType Name="Power" BaseType="Power.v1_5_3.Power"/>
1017 </Schema>
1018
Jason M. Billsea4aa752018-06-05 13:29:11 -07001019 </edmx:DataServices>
1020</edmx:Edmx>