1<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################       -->
4<!--# Redfish Schema:  PowerSupply v1.5.3                                                  -->
5<!--#                                                                                      -->
6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle,      -->
7<!--# available at http://www.dmtf.org/standards/redfish                                   -->
8<!--# Copyright 2014-2023 DMTF.                                                            -->
9<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10<!--################################################################################       -->
11<!---->
12<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
13
14  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
15    <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
16  </edmx:Reference>
17  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
18    <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
19  </edmx:Reference>
20  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml">
21    <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/>
22  </edmx:Reference>
23  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
24    <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
25    <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/>
26  </edmx:Reference>
27  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
28    <edmx:Include Namespace="Resource"/>
29    <edmx:Include Namespace="Resource.v1_0_0"/>
30  </edmx:Reference>
31  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/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  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Circuit_v1.xml">
41    <edmx:Include Namespace="Circuit"/>
42  </edmx:Reference>
43  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Outlet_v1.xml">
44    <edmx:Include Namespace="Outlet"/>
45  </edmx:Reference>
46  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PowerSupplyMetrics_v1.xml">
47    <edmx:Include Namespace="PowerSupplyMetrics"/>
48  </edmx:Reference>
49  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Chassis_v1.xml">
50    <edmx:Include Namespace="Chassis"/>
51  </edmx:Reference>
52
53  <edmx:DataServices>
54
55    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerSupply">
56      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
57
58      <EntityType Name="PowerSupply" BaseType="Resource.v1_0_0.Resource" Abstract="true">
59        <Annotation Term="OData.Description" String="The PowerSupply schema describes a power supply unit.  It also describes the location, such as a slot, socket, or bay, where a unit can be installed, by populating a resource instance with an absent state if a unit is not present."/>
60        <Annotation Term="OData.LongDescription" String="This resource shall represent a power supply unit for a Redfish implementation.  It may also represent a location, such as a slot, socket, or bay, where a unit may be installed, but the State property within the Status property contains `Absent`."/>
61        <Annotation Term="Capabilities.InsertRestrictions">
62          <Record>
63            <PropertyValue Property="Insertable" Bool="false"/>
64          </Record>
65        </Annotation>
66        <Annotation Term="Capabilities.UpdateRestrictions">
67          <Record>
68            <PropertyValue Property="Updatable" Bool="true"/>
69            <Annotation Term="OData.Description" String="Any writable properties can be updated."/>
70          </Record>
71        </Annotation>
72        <Annotation Term="Capabilities.DeleteRestrictions">
73          <Record>
74            <PropertyValue Property="Deletable" Bool="false"/>
75          </Record>
76        </Annotation>
77        <Annotation Term="Redfish.Uris">
78          <Collection>
79            <String>/redfish/v1/Chassis/{ChassisId}/PowerSubsystem/PowerSupplies/{PowerSupplyId}</String>
80            <String>/redfish/v1/PowerEquipment/PowerShelves/{PowerDistributionId}/PowerSupplies/{PowerSupplyId}</String>
81          </Collection>
82        </Annotation>
83        <Annotation Term="Redfish.DeprecatedUris">
84          <Collection>
85            <String>/redfish/v1/PowerEquipment/PowerShelves/{PowerDistributionId}/PowerSupplies/{PowerSupplyId}</String>
86          </Collection>
87        </Annotation>
88      </EntityType>
89
90      <Action Name="Reset" IsBound="true">
91        <Annotation Term="OData.Description" String="This action resets the power supply."/>
92        <Annotation Term="OData.LongDescription" String="This action shall reset a power supply.  A `GracefulRestart` ResetType shall reset the power supply but shall not affect the power output.  A `ForceRestart` ResetType can affect the power supply output."/>
93        <Parameter Name="PowerSupply" Type="PowerSupply.v1_0_0.Actions"/>
94        <Parameter Name="ResetType" Type="Resource.ResetType">
95          <Annotation Term="OData.Description" String="The type of reset."/>
96          <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`."/>
97        </Parameter>
98      </Action>
99    </Schema>
100
101    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerSupply.v1_0_0">
102      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
103      <Annotation Term="Redfish.Release" String="2020.4"/>
104
105      <EntityType Name="PowerSupply" BaseType="PowerSupply.PowerSupply">
106        <Property Name="PowerSupplyType" Type="PowerSupply.v1_0_0.PowerSupplyType">
107          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
108          <Annotation Term="OData.Description" String="The power supply type (AC or DC)."/>
109          <Annotation Term="OData.LongDescription" String="This property shall contain the input power type (AC or DC) of this power supply."/>
110        </Property>
111        <Property Name="InputNominalVoltageType" Type="Circuit.NominalVoltageType">
112          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
113          <Annotation Term="OData.Description" String="The nominal voltage type that is detected on the line input to this power supply."/>
114          <Annotation Term="OData.LongDescription" String="This property shall contain the nominal voltage type that is detected on the line input to this power supply.  This value shall be one of the values shown in the NominalVoltageType property in the InputRanges array, if present.  If the line input voltage is unknown, out of range, or there is no input provided to the power supply, the value shall be `null`."/>
115        </Property>
116        <Property Name="PowerCapacityWatts" Type="Edm.Decimal">
117          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
118          <Annotation Term="OData.Description" String="The maximum capacity of this power supply."/>
119          <Annotation Term="OData.LongDescription" String="This property shall contain the maximum amount of power, in watt units, that this power supply is rated to deliver."/>
120          <Annotation Term="Measures.Unit" String="W"/>
121          <Annotation Term="Validation.Minimum" Int="0"/>
122        </Property>
123        <Property Name="Manufacturer" Type="Edm.String">
124          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
125          <Annotation Term="OData.Description" String="The manufacturer of this power supply."/>
126          <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."/>
127        </Property>
128        <Property Name="Model" Type="Edm.String">
129          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
130          <Annotation Term="OData.Description" String="The model number for this power supply."/>
131          <Annotation Term="OData.LongDescription" String="This property shall contain the model information as defined by the manufacturer for this power supply."/>
132        </Property>
133        <Property Name="FirmwareVersion" Type="Edm.String">
134          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
135          <Annotation Term="OData.Description" String="The firmware version for this power supply."/>
136          <Annotation Term="OData.LongDescription" String="This property shall contain the firmware version as defined by the manufacturer for this power supply."/>
137        </Property>
138        <Property Name="SerialNumber" Type="Edm.String">
139          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
140          <Annotation Term="OData.Description" String="The serial number for this power supply."/>
141          <Annotation Term="OData.LongDescription" String="This property shall contain the serial number as defined by the manufacturer for this power supply."/>
142        </Property>
143        <Property Name="PartNumber" Type="Edm.String">
144          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
145          <Annotation Term="OData.Description" String="The part number for this power supply."/>
146          <Annotation Term="OData.LongDescription" String="This property shall contain the part number as defined by the manufacturer for this power supply."/>
147        </Property>
148        <Property Name="SparePartNumber" Type="Edm.String">
149          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
150          <Annotation Term="OData.Description" String="The spare part number for this power supply."/>
151          <Annotation Term="OData.LongDescription" String="This property shall contain the spare or replacement part number as defined by the manufacturer for this power supply."/>
152        </Property>
153        <Property Name="Status" Type="Resource.Status" Nullable="false">
154          <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
155          <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
156        </Property>
157        <Property Name="Location" Type="Resource.Location" Nullable="false">
158          <Annotation Term="OData.Description" String="The location of the power supply."/>
159          <Annotation Term="OData.LongDescription" String="This property shall contain the location information of the power supply.  For a resource in the `Absent` state, this property describes the empty location, such as a slot, socket, or bay, to represent the available capacity."/>
160        </Property>
161        <Property Name="LocationIndicatorActive" Type="Edm.Boolean">
162          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
163          <Annotation Term="OData.Description" String="An indicator allowing an operator to physically locate this resource."/>
164          <Annotation Term="OData.LongDescription" String="This property shall contain the state of the indicator used to physically identify or locate this resource."/>
165        </Property>
166        <Property Name="InputRanges" Type="Collection(PowerSupply.v1_0_0.InputRange)" Nullable="false">
167          <Annotation Term="OData.Description" String="The input ranges that the power supply can use."/>
168          <Annotation Term="OData.LongDescription" String="This property shall contain a collection of ranges usable by this power supply."/>
169        </Property>
170        <Property Name="OutputRails" Type="Collection(PowerSupply.v1_0_0.OutputRail)" Nullable="false">
171          <Annotation Term="OData.Description" String="The output power rails provided by this power supply."/>
172          <Annotation Term="OData.LongDescription" String="This property shall contain an array of output power rails provided by this power supply.  The elements shall be ordered in ascending nominal voltage order.  This ordering is necessary for consistency with Sensor properties in an associated PowerSupplyMetrics resource."/>
173        </Property>
174        <Property Name="PhaseWiringType" Type="Circuit.PhaseWiringType">
175          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
176          <Annotation Term="OData.Description" String="The number of ungrounded current-carrying conductors (phases) and the total number of conductors (wires) provided for the power supply input connector."/>
177          <Annotation Term="OData.LongDescription" String="This property shall contain the number of ungrounded current-carrying conductors (phases) and the total number of conductors (wires) included in the input connector for the power supply."/>
178        </Property>
179        <Property Name="PlugType" Type="Circuit.PlugType">
180          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
181          <Annotation Term="OData.Description" String="The type of plug according to NEMA, IEC, or regional standards."/>
182          <Annotation Term="OData.LongDescription" String="This property shall contain the type of physical plug used for the input to this power supply, as defined by IEC, NEMA, or regional standards."/>
183        </Property>
184        <Property Name="EfficiencyRatings" Type="Collection(PowerSupply.v1_0_0.EfficiencyRating)">
185          <Annotation Term="OData.Description" String="The efficiency ratings of this power supply."/>
186          <Annotation Term="OData.LongDescription" String="This property shall contain an array of efficiency ratings for this power supply."/>
187        </Property>
188        <Property Name="HotPluggable" Type="Edm.Boolean">
189          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
190          <Annotation Term="OData.Description" String="An indication of whether this device can be inserted or removed while the equipment is in operation."/>
191          <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."/>
192        </Property>
193        <Property Name="Links" Type="PowerSupply.v1_0_0.Links" Nullable="false">
194          <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
195          <Annotation Term="OData.LongDescription" String="This property shall contain links to resources that are related to but are not contained by, or subordinate to, this resource."/>
196        </Property>
197        <NavigationProperty Name="Assembly" Type="Assembly.Assembly" ContainsTarget="true" Nullable="false">
198          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
199          <Annotation Term="OData.Description" String="The link to the assembly associated with this power supply."/>
200          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type Assembly."/>
201          <Annotation Term="OData.AutoExpandReferences"/>
202        </NavigationProperty>
203        <NavigationProperty Name="Metrics" Type="PowerSupplyMetrics.PowerSupplyMetrics" ContainsTarget="true" Nullable="false">
204          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
205          <Annotation Term="OData.Description" String="The link to the power supply metrics resource associated with this power supply."/>
206          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type PowerSupplyMetrics."/>
207          <Annotation Term="OData.AutoExpandReferences"/>
208        </NavigationProperty>
209        <Property Name="Actions" Type="PowerSupply.v1_0_0.Actions" Nullable="false">
210          <Annotation Term="OData.Description" String="The available actions for this resource."/>
211          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
212        </Property>
213      </EntityType>
214
215      <ComplexType Name="Links" BaseType="Resource.Links">
216        <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
217        <Annotation Term="OData.LongDescription" String="This Redfish Specification-described type shall contain links to resources that are related to but are not contained by, or subordinate to, this resource."/>
218        <NavigationProperty Name="Outlet" Type="Outlet.Outlet" Nullable="false">
219          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
220          <Annotation Term="OData.Description" String="A link to the outlet connected to this power supply."/>
221          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type Outlet that represents the outlet connected to this power supply."/>
222          <Annotation Term="OData.AutoExpandReferences"/>
223          <Annotation Term="Redfish.Revisions">
224            <Collection>
225              <Record>
226                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
227                <PropertyValue Property="Version" String="v1_4_0"/>
228                <PropertyValue Property="Description" String="This property has been deprecated in favor of the PowerOutlets property to allow for consistent modeling of power supplies with multiple outlet support."/>
229              </Record>
230            </Collection>
231          </Annotation>
232        </NavigationProperty>
233      </ComplexType>
234
235      <ComplexType Name="InputRange">
236        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
237        <Annotation Term="OData.Description" String="This type describes an input range for a power supply."/>
238        <Annotation Term="OData.LongDescription" String="This type shall describe an input range that the associated power supply can utilize."/>
239        <Property Name="NominalVoltageType" Type="Circuit.NominalVoltageType">
240          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
241          <Annotation Term="OData.Description" String="The input voltage range."/>
242          <Annotation Term="OData.LongDescription" String="This property shall contain the input voltage type of the associated range."/>
243        </Property>
244        <Property Name="CapacityWatts" Type="Edm.Decimal">
245          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
246          <Annotation Term="OData.Description" String="The maximum capacity of this power supply when operating in this input range."/>
247          <Annotation Term="OData.LongDescription" String="This property shall contain the maximum amount of power, in watt units, that the associated power supply is rated to deliver while operating in this input range."/>
248          <Annotation Term="Measures.Unit" String="W"/>
249          <Annotation Term="Validation.Minimum" Int="0"/>
250        </Property>
251      </ComplexType>
252
253      <ComplexType Name="OutputRail">
254        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
255        <Annotation Term="OData.Description" String="This type describes an output power rail of a power supply."/>
256        <Annotation Term="OData.LongDescription" String="This type shall describe an output power rail provided by a power supply."/>
257        <Property Name="NominalVoltage" Type="Edm.Decimal">
258          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
259          <Annotation Term="OData.Description" String="The nominal voltage of this output power rail."/>
260          <Annotation Term="OData.LongDescription" String="This property shall contain the nominal voltage of the associated output power rail."/>
261        </Property>
262        <Property Name="PhysicalContext" Type="PhysicalContext.PhysicalContext" Nullable="false">
263          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
264          <Annotation Term="OData.Description" String="The area or device to which this power rail applies."/>
265          <Annotation Term="OData.LongDescription" String="This property shall contain a description of the device or region within the chassis to which this power rail applies."/>
266        </Property>
267      </ComplexType>
268
269      <ComplexType Name="EfficiencyRating">
270        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
271        <Annotation Term="OData.Description" String="This type describes an efficiency rating for a power supply."/>
272        <Annotation Term="OData.LongDescription" String="This type shall describe an efficiency rating for a power supply."/>
273        <Property Name="LoadPercent" Type="Edm.Decimal">
274          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
275          <Annotation Term="OData.Description" String="The electrical load for this rating."/>
276          <Annotation Term="OData.LongDescription" String="This property shall contain the load, as a percentage, `0` to `100`, of this power supply at which this efficiency rating is valid."/>
277          <Annotation Term="Measures.Unit" String="%"/>
278          <Annotation Term="Validation.Minimum" Int="0"/>
279          <Annotation Term="Validation.Maximum" Int="100"/>
280        </Property>
281        <Property Name="EfficiencyPercent" Type="Edm.Decimal">
282          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
283          <Annotation Term="OData.Description" String="The rated efficiency of this power supply at the specified load."/>
284          <Annotation Term="OData.LongDescription" String="This property shall contain the rated efficiency, as a percentage, `0` to `100`, of this power supply at the specified load."/>
285          <Annotation Term="Measures.Unit" String="%"/>
286          <Annotation Term="Validation.Minimum" Int="0"/>
287          <Annotation Term="Validation.Maximum" Int="100"/>
288        </Property>
289      </ComplexType>
290
291      <EnumType Name="PowerSupplyType">
292        <Member Name="AC">
293          <Annotation Term="OData.Description" String="Alternating Current (AC) power supply."/>
294        </Member>
295        <Member Name="DC">
296          <Annotation Term="OData.Description" String="Direct Current (DC) power supply."/>
297        </Member>
298        <Member Name="ACorDC">
299          <Annotation Term="OData.Description" String="The power supply supports both DC and AC."/>
300        </Member>
301        <Member Name="DCRegulator">
302          <Annotation Term="OData.Description" String="Direct Current (DC) voltage regulator."/>
303          <Annotation Term="Redfish.Revisions">
304            <Collection>
305              <Record>
306                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
307                <PropertyValue Property="Version" String="v1_5_0"/>
308              </Record>
309            </Collection>
310          </Annotation>
311        </Member>
312      </EnumType>
313
314      <ComplexType Name="Actions">
315        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
316        <Annotation Term="OData.Description" String="The available actions for this resource."/>
317        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
318        <Property Name="Oem" Type="PowerSupply.v1_0_0.OemActions" Nullable="false">
319          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
320          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
321        </Property>
322      </ComplexType>
323
324      <ComplexType Name="OemActions">
325        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
326        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
327        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
328      </ComplexType>
329    </Schema>
330
331
332    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerSupply.v1_0_1">
333      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
334      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
335      <EntityType Name="PowerSupply" BaseType="PowerSupply.v1_0_0.PowerSupply"/>
336    </Schema>
337
338    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerSupply.v1_0_2">
339      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
340      <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/>
341      <EntityType Name="PowerSupply" BaseType="PowerSupply.v1_0_1.PowerSupply"/>
342    </Schema>
343
344    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerSupply.v1_0_3">
345      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
346      <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
347      <EntityType Name="PowerSupply" BaseType="PowerSupply.v1_0_2.PowerSupply"/>
348    </Schema>
349
350    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerSupply.v1_0_4">
351      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
352      <Annotation Term="OData.Description" String="This version was created to clarify the usage of InputNominalVoltageType.  It was also created to correct various typographical errors."/>
353      <EntityType Name="PowerSupply" BaseType="PowerSupply.v1_0_3.PowerSupply"/>
354    </Schema>
355
356    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerSupply.v1_1_0">
357      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
358      <Annotation Term="Redfish.Release" String="2021.1"/>
359
360      <EntityType Name="PowerSupply" BaseType="PowerSupply.v1_0_0.PowerSupply">
361        <Property Name="Version" Type="Edm.String">
362          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
363          <Annotation Term="OData.Description" String="The hardware version of this power supply."/>
364          <Annotation Term="OData.LongDescription" String="This property shall contain the hardware version of this power supply as determined by the vendor or supplier."/>
365        </Property>
366        <Property Name="ProductionDate" Type="Edm.DateTimeOffset">
367          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
368          <Annotation Term="OData.Description" String="The production or manufacturing date of this power supply."/>
369          <Annotation Term="OData.LongDescription" String="This property shall contain the date of production or manufacture for this power supply."/>
370        </Property>
371      </EntityType>
372    </Schema>
373
374    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerSupply.v1_1_1">
375      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
376      <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/>
377      <EntityType Name="PowerSupply" BaseType="PowerSupply.v1_1_0.PowerSupply"/>
378    </Schema>
379
380    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerSupply.v1_1_2">
381      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
382      <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
383      <EntityType Name="PowerSupply" BaseType="PowerSupply.v1_1_1.PowerSupply"/>
384    </Schema>
385
386    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerSupply.v1_1_3">
387      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
388      <Annotation Term="OData.Description" String="This version was created to clarify the usage of InputNominalVoltageType.  It was also created to correct various typographical errors."/>
389      <EntityType Name="PowerSupply" BaseType="PowerSupply.v1_1_2.PowerSupply"/>
390    </Schema>
391
392    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerSupply.v1_2_0">
393      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
394      <Annotation Term="Redfish.Release" String="2021.3"/>
395
396      <EntityType Name="PowerSupply" BaseType="PowerSupply.v1_1_0.PowerSupply">
397        <Property Name="ElectricalSourceManagerURIs" Type="Collection(Edm.String)">
398          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
399          <Annotation Term="OData.Description" String="The URIs of the management interfaces for the upstream electrical source connections for this power supply."/>
400          <Annotation Term="OData.LongDescription" String="This property shall contain an array of URIs to the management applications or devices that provide monitoring or control of the upstream electrical sources that provide power to this power supply."/>
401          <Annotation Term="OData.IsURL"/>
402        </Property>
403        <Property Name="ElectricalSourceNames" Type="Collection(Edm.String)">
404          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
405          <Annotation Term="OData.Description" String="The names of the upstream electrical sources, such as circuits or outlets, connected to this power supply."/>
406          <Annotation Term="OData.LongDescription" String="This property shall contain an array of strings that identify the upstream electrical sources, such as the names of circuits or outlets, that provide power to this power supply."/>
407        </Property>
408      </EntityType>
409
410      <ComplexType Name="Links" BaseType="PowerSupply.v1_0_0.Links">
411        <NavigationProperty Name="PowerOutlets" Type="Collection(Outlet.Outlet)">
412          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
413          <Annotation Term="OData.Description" String="An array of links to the outlets that provide power to this power supply."/>
414          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type Outlet that represent the outlets that provide power to this power supply."/>
415          <Annotation Term="OData.AutoExpandReferences"/>
416        </NavigationProperty>
417      </ComplexType>
418    </Schema>
419
420    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerSupply.v1_2_1">
421      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
422      <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/>
423      <EntityType Name="PowerSupply" BaseType="PowerSupply.v1_2_0.PowerSupply"/>
424    </Schema>
425
426    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerSupply.v1_2_2">
427      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
428      <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
429      <EntityType Name="PowerSupply" BaseType="PowerSupply.v1_2_1.PowerSupply"/>
430    </Schema>
431
432    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerSupply.v1_2_3">
433      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
434      <Annotation Term="OData.Description" String="This version was created to clarify the usage of InputNominalVoltageType.  It was also created to correct various typographical errors."/>
435      <EntityType Name="PowerSupply" BaseType="PowerSupply.v1_2_2.PowerSupply"/>
436    </Schema>
437
438    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerSupply.v1_3_0">
439      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
440      <Annotation Term="Redfish.Release" String="2021.4"/>
441
442      <EntityType Name="PowerSupply" BaseType="PowerSupply.v1_2_0.PowerSupply">
443        <Property Name="LineInputStatus" Type="PowerSupply.v1_3_0.LineStatus">
444          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
445          <Annotation Term="OData.Description" String="The status of the line input."/>
446          <Annotation Term="OData.LongDescription" String="This property shall contain the status of the power line input for this power supply."/>
447        </Property>
448      </EntityType>
449
450      <EnumType Name="LineStatus">
451        <Member Name="Normal">
452          <Annotation Term="OData.Description" String="Line input is within normal operating range."/>
453        </Member>
454        <Member Name="LossOfInput">
455          <Annotation Term="OData.Description" String="No power detected at line input."/>
456        </Member>
457        <Member Name="OutOfRange">
458          <Annotation Term="OData.Description" String="Line input voltage or current is outside of normal operating range."/>
459        </Member>
460      </EnumType>
461    </Schema>
462
463    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerSupply.v1_3_1">
464      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
465      <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/>
466      <EntityType Name="PowerSupply" BaseType="PowerSupply.v1_3_0.PowerSupply"/>
467    </Schema>
468
469    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerSupply.v1_3_2">
470      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
471      <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
472      <EntityType Name="PowerSupply" BaseType="PowerSupply.v1_3_1.PowerSupply"/>
473    </Schema>
474
475    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerSupply.v1_3_3">
476      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
477      <Annotation Term="OData.Description" String="This version was created to clarify the usage of InputNominalVoltageType.  It was also created to correct various typographical errors."/>
478      <EntityType Name="PowerSupply" BaseType="PowerSupply.v1_3_2.PowerSupply"/>
479    </Schema>
480
481    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerSupply.v1_4_0">
482      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
483      <Annotation Term="Redfish.Release" String="2022.1"/>
484      <Annotation Term="OData.Description" String="This version was created to deprecate Outlet in favor of PowerOutlets."/>
485
486      <EntityType Name="PowerSupply" BaseType="PowerSupply.v1_3_0.PowerSupply"/>
487
488      <ComplexType Name="Links" BaseType="PowerSupply.v1_2_0.Links">
489        <NavigationProperty Name="PoweringChassis" Type="Collection(Chassis.Chassis)">
490          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
491          <Annotation Term="OData.Description" String="An array of links to the chassis that are directly powered by this power supply."/>
492          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type Chassis that represent the chassis directly powered by this power supply.  This property shall not be present if the power supply is only providing power to its containing parent chassis."/>
493          <Annotation Term="OData.AutoExpandReferences"/>
494        </NavigationProperty>
495      </ComplexType>
496    </Schema>
497
498    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerSupply.v1_4_1">
499      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
500      <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/>
501      <EntityType Name="PowerSupply" BaseType="PowerSupply.v1_4_0.PowerSupply"/>
502    </Schema>
503
504    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerSupply.v1_4_2">
505      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
506      <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
507      <EntityType Name="PowerSupply" BaseType="PowerSupply.v1_4_1.PowerSupply"/>
508    </Schema>
509
510    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerSupply.v1_4_3">
511      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
512      <Annotation Term="OData.Description" String="This version was created to clarify the usage of InputNominalVoltageType.  It was also created to correct various typographical errors."/>
513      <EntityType Name="PowerSupply" BaseType="PowerSupply.v1_4_2.PowerSupply"/>
514    </Schema>
515
516    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerSupply.v1_5_0">
517      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
518      <Annotation Term="Redfish.Release" String="2022.2"/>
519      <Annotation Term="OData.Description" String="This version was created to add `DCRegulator` to PowerSupplyType."/>
520
521      <EntityType Name="PowerSupply" BaseType="PowerSupply.v1_4_0.PowerSupply">
522        <Property Name="Replaceable" Type="Edm.Boolean">
523          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
524          <Annotation Term="OData.Description" String="An indication of whether this component can be independently replaced as allowed by the vendor's replacement policy."/>
525          <Annotation Term="OData.LongDescription" String="This property shall indicate whether this component can be independently replaced as allowed by the vendor's replacement policy.  A value of `false` indicates the component needs to be replaced by policy as part of another component.  If the `LocationType` property of this component contains `Embedded`, this property shall contain `false`."/>
526        </Property>
527        <Property Name="OutputNominalVoltageType" Type="Circuit.NominalVoltageType">
528          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
529          <Annotation Term="OData.Description" String="The nominal output voltage type of this power supply."/>
530          <Annotation Term="OData.LongDescription" String="This property shall contain the nominal voltage type of the single output line of this power supply.  This property is intended to describe power supply types that connect to additional power infrastructure components, such as a rectifier component in a modular power system.  This property shall not be present for power supplies not intended to connect to additional power infrastructure components."/>
531        </Property>
532      </EntityType>
533    </Schema>
534
535    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerSupply.v1_5_1">
536      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
537      <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/>
538      <EntityType Name="PowerSupply" BaseType="PowerSupply.v1_5_0.PowerSupply"/>
539    </Schema>
540
541    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerSupply.v1_5_2">
542      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
543      <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
544      <EntityType Name="PowerSupply" BaseType="PowerSupply.v1_5_1.PowerSupply"/>
545    </Schema>
546
547    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerSupply.v1_5_3">
548      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
549      <Annotation Term="OData.Description" String="This version was created to clarify the usage of InputNominalVoltageType.  It was also created to correct various typographical errors."/>
550      <EntityType Name="PowerSupply" BaseType="PowerSupply.v1_5_2.PowerSupply"/>
551    </Schema>
552
553  </edmx:DataServices>
554</edmx:Edmx>
555