1720c9898SEd Tanous<?xml version="1.0" encoding="UTF-8"?>
2720c9898SEd Tanous<!---->
3720c9898SEd Tanous<!--################################################################################       -->
4*f2a8e57eSGunnar Mills<!--# Redfish Schema:  Power v1.7.3                                                        -->
5720c9898SEd Tanous<!--#                                                                                      -->
6720c9898SEd Tanous<!--# For a detailed change log, see the README file contained in the DSP8010 bundle,      -->
7720c9898SEd Tanous<!--# available at http://www.dmtf.org/standards/redfish                                   -->
8*f2a8e57eSGunnar Mills<!--# Copyright 2014-2024 DMTF.                                                            -->
9720c9898SEd Tanous<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10720c9898SEd Tanous<!--################################################################################       -->
11720c9898SEd Tanous<!---->
12720c9898SEd Tanous<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
13720c9898SEd Tanous
14720c9898SEd Tanous  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
15720c9898SEd Tanous    <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
16720c9898SEd Tanous  </edmx:Reference>
17720c9898SEd Tanous  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
18720c9898SEd Tanous    <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
19720c9898SEd Tanous  </edmx:Reference>
20720c9898SEd Tanous  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml">
21720c9898SEd Tanous    <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/>
22720c9898SEd Tanous  </edmx:Reference>
23720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
24720c9898SEd Tanous    <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
25720c9898SEd Tanous    <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/>
26720c9898SEd Tanous  </edmx:Reference>
27720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
28720c9898SEd Tanous    <edmx:Include Namespace="Resource"/>
29720c9898SEd Tanous    <edmx:Include Namespace="Resource.v1_0_0"/>
30720c9898SEd Tanous  </edmx:Reference>
31720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PhysicalContext_v1.xml">
32720c9898SEd Tanous    <edmx:Include Namespace="PhysicalContext"/>
33720c9898SEd Tanous  </edmx:Reference>
34720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Redundancy_v1.xml">
35720c9898SEd Tanous    <edmx:Include Namespace="Redundancy"/>
36720c9898SEd Tanous  </edmx:Reference>
37720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Assembly_v1.xml">
38720c9898SEd Tanous    <edmx:Include Namespace="Assembly"/>
39720c9898SEd Tanous  </edmx:Reference>
40720c9898SEd Tanous
41720c9898SEd Tanous  <edmx:DataServices>
42720c9898SEd Tanous
43720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power">
44720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
45*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.Language" String="en"/>
46720c9898SEd Tanous
47720c9898SEd Tanous      <EntityType Name="Power" BaseType="Resource.v1_0_0.Resource" Abstract="true">
48*f2a8e57eSGunnar Mills        <Annotation Term="OData.Description" String="The `Power` schema describes power metrics and represents the properties for power consumption and power limiting."/>
49720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This resource shall contain the power metrics for a Redfish implementation."/>
50720c9898SEd Tanous        <Annotation Term="Capabilities.InsertRestrictions">
51720c9898SEd Tanous          <Record>
52720c9898SEd Tanous            <PropertyValue Property="Insertable" Bool="false"/>
53720c9898SEd Tanous          </Record>
54720c9898SEd Tanous        </Annotation>
55720c9898SEd Tanous        <Annotation Term="Capabilities.UpdateRestrictions">
56720c9898SEd Tanous          <Record>
57720c9898SEd Tanous            <PropertyValue Property="Updatable" Bool="true"/>
58720c9898SEd Tanous            <Annotation Term="OData.Description" String="Any writable properties, such as limits and exceptions, can be updated for power metrics."/>
59720c9898SEd Tanous          </Record>
60720c9898SEd Tanous        </Annotation>
61720c9898SEd Tanous        <Annotation Term="Capabilities.DeleteRestrictions">
62720c9898SEd Tanous          <Record>
63720c9898SEd Tanous            <PropertyValue Property="Deletable" Bool="false"/>
64720c9898SEd Tanous          </Record>
65720c9898SEd Tanous        </Annotation>
66720c9898SEd Tanous        <Annotation Term="Redfish.Uris">
67720c9898SEd Tanous          <Collection>
68720c9898SEd Tanous            <String>/redfish/v1/Chassis/{ChassisId}/Power</String>
69720c9898SEd Tanous          </Collection>
70720c9898SEd Tanous        </Annotation>
71720c9898SEd Tanous        <Annotation Term="Redfish.DeprecatedUris">
72720c9898SEd Tanous          <Collection>
73720c9898SEd Tanous            <String>/redfish/v1/Chassis/{ChassisId}/Power</String>
74720c9898SEd Tanous          </Collection>
75720c9898SEd Tanous        </Annotation>
76720c9898SEd Tanous        <Annotation Term="Redfish.Revisions">
77720c9898SEd Tanous          <Collection>
78720c9898SEd Tanous            <Record>
79720c9898SEd Tanous              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
80720c9898SEd Tanous              <PropertyValue Property="Version" String="v1_7_0"/>
81*f2a8e57eSGunnar Mills              <PropertyValue Property="Description" String="This schema has been deprecated in favor of the `PowerSubsystem` schema."/>
82720c9898SEd Tanous            </Record>
83720c9898SEd Tanous          </Collection>
84720c9898SEd Tanous        </Annotation>
85720c9898SEd Tanous      </EntityType>
86720c9898SEd Tanous
87720c9898SEd Tanous      <Action Name="PowerSupplyReset" IsBound="true">
88720c9898SEd Tanous        <Annotation Term="OData.Description" String="This action resets the targeted power supply."/>
89*f2a8e57eSGunnar Mills        <Annotation Term="OData.LongDescription" String="This action shall reset a power supply specified by the `MemberId` from the `PowerSupplies` array.  A `GracefulRestart` `ResetType` shall reset the power supply but shall not affect the power output.  A `ForceRestart` `ResetType` can affect the power supply output."/>
90720c9898SEd Tanous        <Parameter Name="Power" Type="Power.v1_3_0.Actions"/>
91720c9898SEd Tanous        <Parameter Name="ResetType" Type="Resource.ResetType">
92720c9898SEd Tanous          <Annotation Term="OData.Description" String="The type of reset."/>
93720c9898SEd Tanous          <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`."/>
94720c9898SEd Tanous        </Parameter>
95720c9898SEd Tanous        <Parameter Name="MemberId" Type="Edm.String" Nullable="false">
96*f2a8e57eSGunnar Mills          <Annotation Term="OData.Description" String="The `MemberId` of the power supply within the `PowerSupplies` array on which to perform the reset."/>
97*f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This parameter shall contain the identifier of the member within the `PowerSupplies` array on which to perform the reset."/>
98720c9898SEd Tanous        </Parameter>
99720c9898SEd Tanous        <Annotation Term="Redfish.Revisions">
100720c9898SEd Tanous          <Collection>
101720c9898SEd Tanous            <Record>
102720c9898SEd Tanous              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
103720c9898SEd Tanous              <PropertyValue Property="Version" String="v1_6_0"/>
104720c9898SEd Tanous            </Record>
105720c9898SEd Tanous          </Collection>
106720c9898SEd Tanous        </Annotation>
107720c9898SEd Tanous      </Action>
108720c9898SEd Tanous    </Schema>
109720c9898SEd Tanous
110720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_0_0">
111720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
112720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="1.0"/>
113720c9898SEd Tanous
114720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.Power">
115720c9898SEd Tanous        <NavigationProperty Name="PowerControl" Type="Collection(Power.v1_0_0.PowerControl)" ContainsTarget="true">
116720c9898SEd Tanous          <Annotation Term="OData.Description" String="The set of power control functions, including power reading and limiting."/>
117720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the set of power control readings and settings."/>
118720c9898SEd Tanous          <Annotation Term="OData.AutoExpand"/>
119720c9898SEd Tanous        </NavigationProperty>
120720c9898SEd Tanous        <NavigationProperty Name="Voltages" Type="Collection(Power.v1_0_0.Voltage)" ContainsTarget="true">
121720c9898SEd Tanous          <Annotation Term="OData.Description" String="The set of voltage sensors for this chassis."/>
122720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the set of voltage sensors for this chassis."/>
123720c9898SEd Tanous          <Annotation Term="OData.AutoExpand"/>
124720c9898SEd Tanous        </NavigationProperty>
125720c9898SEd Tanous        <NavigationProperty Name="PowerSupplies" Type="Collection(Power.v1_0_0.PowerSupply)" ContainsTarget="true">
126720c9898SEd Tanous          <Annotation Term="OData.Description" String="The set of power supplies associated with this system or device."/>
127720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the set of power supplies associated with this system or device."/>
128720c9898SEd Tanous          <Annotation Term="OData.AutoExpand"/>
129720c9898SEd Tanous        </NavigationProperty>
130720c9898SEd Tanous        <NavigationProperty Name="Redundancy" Type="Collection(Redundancy.Redundancy)" ContainsTarget="true">
131720c9898SEd Tanous          <Annotation Term="OData.Description" String="The redundancy information for the set of power supplies in this chassis."/>
132720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain redundancy information for the set of power supplies in this system or device."/>
133720c9898SEd Tanous          <Annotation Term="OData.AutoExpand"/>
134720c9898SEd Tanous        </NavigationProperty>
135720c9898SEd Tanous      </EntityType>
136720c9898SEd Tanous
137720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Resource.v1_0_0.ReferenceableMember">
138720c9898SEd Tanous        <Property Name="Name" Type="Edm.String">
139720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
140720c9898SEd Tanous          <Annotation Term="OData.Description" String="The power control function name."/>
141720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the name of the power control function name."/>
142720c9898SEd Tanous        </Property>
143720c9898SEd Tanous        <Property Name="PowerConsumedWatts" Type="Edm.Decimal">
144720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
145720c9898SEd Tanous          <Annotation Term="OData.Description" String="The actual power that the chassis consumes, in watt units."/>
146720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall represent the actual power that the chassis consumes, in watt units."/>
147720c9898SEd Tanous          <Annotation Term="Validation.Minimum" Int="0"/>
148720c9898SEd Tanous          <Annotation Term="Measures.Unit" String="W"/>
149720c9898SEd Tanous        </Property>
150720c9898SEd Tanous        <Property Name="PowerRequestedWatts" Type="Edm.Decimal">
151720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
152720c9898SEd Tanous          <Annotation Term="OData.Description" String="The potential power, in watt units, that the chassis requests, which might be higher than the current level being consumed because the requested power includes a budget that the chassis wants for future use."/>
153720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall represent the amount of power, in watt units, that the chassis currently requests to be budgeted for future use."/>
154720c9898SEd Tanous          <Annotation Term="Validation.Minimum" Int="0"/>
155720c9898SEd Tanous          <Annotation Term="Measures.Unit" String="W"/>
156720c9898SEd Tanous        </Property>
157720c9898SEd Tanous        <Property Name="PowerAvailableWatts" Type="Edm.Decimal">
158720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
159*f2a8e57eSGunnar Mills          <Annotation Term="OData.Description" String="The amount of reserve power capacity, in watt units, that remains.  This value is the PowerCapacityWatts value minus the `PowerAllocatedWatts` value."/>
160*f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall represent the amount of reserve power capacity, in watt units, that remains.  This value is the PowerCapacityWatts value minus the `PowerAllocatedWatts` value."/>
161720c9898SEd Tanous          <Annotation Term="Validation.Minimum" Int="0"/>
162720c9898SEd Tanous          <Annotation Term="Measures.Unit" String="W"/>
163720c9898SEd Tanous        </Property>
164720c9898SEd Tanous        <Property Name="PowerCapacityWatts" Type="Edm.Decimal">
165720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
166720c9898SEd Tanous          <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."/>
167720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall represent the total power capacity that can be allocated to the chassis."/>
168720c9898SEd Tanous          <Annotation Term="Validation.Minimum" Int="0"/>
169720c9898SEd Tanous          <Annotation Term="Measures.Unit" String="W"/>
170720c9898SEd Tanous        </Property>
171720c9898SEd Tanous        <Property Name="PowerAllocatedWatts" Type="Edm.Decimal">
172720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
173720c9898SEd Tanous          <Annotation Term="OData.Description" String="The total amount of power that has been allocated or budgeted to chassis."/>
174720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall represent the total power currently allocated or budgeted to the chassis."/>
175720c9898SEd Tanous          <Annotation Term="Validation.Minimum" Int="0"/>
176720c9898SEd Tanous          <Annotation Term="Measures.Unit" String="W"/>
177720c9898SEd Tanous        </Property>
178720c9898SEd Tanous        <Property Name="PowerMetrics" Type="Power.v1_0_0.PowerMetric" Nullable="false">
179720c9898SEd Tanous          <Annotation Term="OData.Description" String="The power readings for this chassis."/>
180720c9898SEd Tanous          <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."/>
181720c9898SEd Tanous        </Property>
182720c9898SEd Tanous        <Property Name="PowerLimit" Type="Power.v1_0_0.PowerLimit" Nullable="false">
183720c9898SEd Tanous          <Annotation Term="OData.Description" String="The power limit status and configuration information for this chassis."/>
184720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain power limit status and configuration information for this chassis."/>
185720c9898SEd Tanous        </Property>
186720c9898SEd Tanous        <Property Name="Status" Type="Resource.Status" Nullable="false">
187720c9898SEd Tanous          <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
188720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
189720c9898SEd Tanous        </Property>
190720c9898SEd Tanous        <NavigationProperty Name="RelatedItem" Type="Collection(Resource.Item)">
191720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
192720c9898SEd Tanous          <Annotation Term="OData.Description" String="An array of links to resources or objects associated with this power limit."/>
193720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources or objects associated with this power limit."/>
194720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
195720c9898SEd Tanous        </NavigationProperty>
196720c9898SEd Tanous      </EntityType>
197720c9898SEd Tanous
198720c9898SEd Tanous      <ComplexType Name="PowerMetric">
199720c9898SEd Tanous        <Annotation Term="OData.Description" String="The power metrics for a resource."/>
200720c9898SEd Tanous        <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."/>
201720c9898SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
202720c9898SEd Tanous        <Property Name="IntervalInMin" Type="Edm.Int64">
203720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
204720c9898SEd Tanous          <Annotation Term="OData.Description" String="The time interval, or window, over which the power metrics are measured."/>
205720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall represent the time interval or window, in minutes, over which the power metrics are measured."/>
206720c9898SEd Tanous          <Annotation Term="Measures.Unit" String="min"/>
207720c9898SEd Tanous          <Annotation Term="Validation.Minimum" Int="0"/>
208720c9898SEd Tanous        </Property>
209720c9898SEd Tanous        <Property Name="MinConsumedWatts" Type="Edm.Decimal">
210720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
211*f2a8e57eSGunnar Mills          <Annotation Term="OData.Description" String="The lowest power consumption level, in watt units, over the measurement window that occurred within the last `IntervalInMin` minutes."/>
212*f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall represent the minimum power level, in watt units, that occurred within the last `IntervalInMin` minutes."/>
213720c9898SEd Tanous          <Annotation Term="Measures.Unit" String="W"/>
214720c9898SEd Tanous          <Annotation Term="Validation.Minimum" Int="0"/>
215720c9898SEd Tanous        </Property>
216720c9898SEd Tanous        <Property Name="MaxConsumedWatts" Type="Edm.Decimal">
217720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
218*f2a8e57eSGunnar Mills          <Annotation Term="OData.Description" String="The highest power consumption level, in watt units, that has occurred over the measurement window within the last `IntervalInMin` minutes."/>
219*f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall represent the maximum power level, in watt units, that occurred within the last `IntervalInMin` minutes."/>
220720c9898SEd Tanous          <Annotation Term="Measures.Unit" String="W"/>
221720c9898SEd Tanous          <Annotation Term="Validation.Minimum" Int="0"/>
222720c9898SEd Tanous        </Property>
223720c9898SEd Tanous        <Property Name="AverageConsumedWatts" Type="Edm.Decimal">
224720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
225*f2a8e57eSGunnar Mills          <Annotation Term="OData.Description" String="The average power level over the measurement window over the last `IntervalInMin` minutes."/>
226*f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall represent the average power level that occurred over the last `IntervalInMin` minutes."/>
227720c9898SEd Tanous          <Annotation Term="Measures.Unit" String="W"/>
228720c9898SEd Tanous          <Annotation Term="Validation.Minimum" Int="0"/>
229720c9898SEd Tanous        </Property>
230720c9898SEd Tanous      </ComplexType>
231720c9898SEd Tanous
232720c9898SEd Tanous      <ComplexType Name="PowerLimit">
233720c9898SEd Tanous        <Annotation Term="OData.Description" String="The power limit status and configuration information for the chassis."/>
234720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall contain power limit status and configuration information for this chassis."/>
235720c9898SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
236720c9898SEd Tanous        <Property Name="LimitInWatts" Type="Edm.Decimal">
237720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
238720c9898SEd Tanous          <Annotation Term="OData.Description" String="The power limit, in watt units.  If `null`, power capping is disabled."/>
239720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall represent the power capping limit, in watt units, for the resource.  If `null`, power capping shall be disabled."/>
240720c9898SEd Tanous          <Annotation Term="Measures.Unit" String="W"/>
241720c9898SEd Tanous          <Annotation Term="Validation.Minimum" Int="0"/>
242720c9898SEd Tanous        </Property>
243720c9898SEd Tanous        <Property Name="LimitException" Type="Power.v1_0_0.PowerLimitException">
244720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
245*f2a8e57eSGunnar Mills          <Annotation Term="OData.Description" String="The action that is taken if the power cannot be maintained below the `LimitInWatts`."/>
246720c9898SEd Tanous          <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."/>
247720c9898SEd Tanous        </Property>
248720c9898SEd Tanous        <Property Name="CorrectionInMs" Type="Edm.Int64">
249720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
250720c9898SEd Tanous          <Annotation Term="OData.Description" String="The time required for the limiting process to reduce power consumption to below the limit."/>
251720c9898SEd Tanous          <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."/>
252720c9898SEd Tanous          <Annotation Term="Measures.Unit" String="ms"/>
253720c9898SEd Tanous        </Property>
254720c9898SEd Tanous      </ComplexType>
255720c9898SEd Tanous
256720c9898SEd Tanous      <EnumType Name="PowerLimitException">
257720c9898SEd Tanous        <Member Name="NoAction">
258720c9898SEd Tanous          <Annotation Term="OData.Description" String="Take no action when the limit is exceeded."/>
259720c9898SEd Tanous        </Member>
260720c9898SEd Tanous        <Member Name="HardPowerOff">
261720c9898SEd Tanous          <Annotation Term="OData.Description" String="Turn the power off immediately when the limit is exceeded."/>
262720c9898SEd Tanous        </Member>
263720c9898SEd Tanous        <Member Name="LogEventOnly">
264720c9898SEd Tanous          <Annotation Term="OData.Description" String="Log an event when the limit is exceeded, but take no further action."/>
265720c9898SEd Tanous        </Member>
266720c9898SEd Tanous        <Member Name="Oem">
267720c9898SEd Tanous          <Annotation Term="OData.Description" String="Take an OEM-defined action."/>
268720c9898SEd Tanous        </Member>
269720c9898SEd Tanous      </EnumType>
270720c9898SEd Tanous
271720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Resource.v1_0_0.ReferenceableMember">
272720c9898SEd Tanous        <Property Name="Name" Type="Edm.String">
273720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
274720c9898SEd Tanous          <Annotation Term="OData.Description" String="Voltage sensor name."/>
275*f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain the name of the voltage sensor."/>
276720c9898SEd Tanous        </Property>
277720c9898SEd Tanous        <Property Name="SensorNumber" Type="Edm.Int64">
278720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
279720c9898SEd Tanous          <Annotation Term="OData.Description" String="A numerical identifier to represent the voltage sensor."/>
280720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain a numerical identifier for this voltage sensor that is unique within this resource."/>
281720c9898SEd Tanous        </Property>
282720c9898SEd Tanous        <Property Name="Status" Type="Resource.Status" Nullable="false">
283720c9898SEd Tanous          <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
284720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
285720c9898SEd Tanous        </Property>
286720c9898SEd Tanous        <Property Name="ReadingVolts" Type="Edm.Decimal">
287720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
288720c9898SEd Tanous          <Annotation Term="OData.Description" String="The reading of the voltage sensor."/>
289720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the voltage sensor's reading."/>
290720c9898SEd Tanous          <Annotation Term="Measures.Unit" String="V"/>
291720c9898SEd Tanous        </Property>
292720c9898SEd Tanous        <Property Name="UpperThresholdNonCritical" Type="Edm.Decimal">
293720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
294720c9898SEd Tanous          <Annotation Term="OData.Description" String="The value at which the reading is above normal range."/>
295*f2a8e57eSGunnar Mills          <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."/>
296720c9898SEd Tanous          <Annotation Term="Measures.Unit" String="V"/>
297720c9898SEd Tanous        </Property>
298720c9898SEd Tanous        <Property Name="UpperThresholdCritical" Type="Edm.Decimal">
299720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
300720c9898SEd Tanous          <Annotation Term="OData.Description" String="The value at which the reading is above normal range but not yet fatal."/>
301*f2a8e57eSGunnar Mills          <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."/>
302720c9898SEd Tanous          <Annotation Term="Measures.Unit" String="V"/>
303720c9898SEd Tanous        </Property>
304720c9898SEd Tanous        <Property Name="UpperThresholdFatal" Type="Edm.Decimal">
305720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
306720c9898SEd Tanous          <Annotation Term="OData.Description" String="The value at which the reading is above normal range and fatal."/>
307*f2a8e57eSGunnar Mills          <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."/>
308720c9898SEd Tanous          <Annotation Term="Measures.Unit" String="V"/>
309720c9898SEd Tanous        </Property>
310720c9898SEd Tanous        <Property Name="LowerThresholdNonCritical" Type="Edm.Decimal">
311720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
312720c9898SEd Tanous          <Annotation Term="OData.Description" String="The value at which the reading is below normal range."/>
313*f2a8e57eSGunnar Mills          <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."/>
314720c9898SEd Tanous          <Annotation Term="Measures.Unit" String="V"/>
315720c9898SEd Tanous        </Property>
316720c9898SEd Tanous        <Property Name="LowerThresholdCritical" Type="Edm.Decimal">
317720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
318720c9898SEd Tanous          <Annotation Term="OData.Description" String="The value at which the reading is below normal range but not yet fatal."/>
319*f2a8e57eSGunnar Mills          <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."/>
320720c9898SEd Tanous          <Annotation Term="Measures.Unit" String="V"/>
321720c9898SEd Tanous        </Property>
322720c9898SEd Tanous        <Property Name="LowerThresholdFatal" Type="Edm.Decimal">
323720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
324720c9898SEd Tanous          <Annotation Term="OData.Description" String="The value at which the reading is below normal range and fatal."/>
325*f2a8e57eSGunnar Mills          <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."/>
326720c9898SEd Tanous          <Annotation Term="Measures.Unit" String="V"/>
327720c9898SEd Tanous        </Property>
328720c9898SEd Tanous        <Property Name="MinReadingRange" Type="Edm.Decimal">
329720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
330720c9898SEd Tanous          <Annotation Term="OData.Description" String="Minimum value for this sensor."/>
331*f2a8e57eSGunnar Mills          <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."/>
332720c9898SEd Tanous          <Annotation Term="Measures.Unit" String="V"/>
333720c9898SEd Tanous        </Property>
334720c9898SEd Tanous        <Property Name="MaxReadingRange" Type="Edm.Decimal">
335720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
336720c9898SEd Tanous          <Annotation Term="OData.Description" String="Maximum value for this sensor."/>
337*f2a8e57eSGunnar Mills          <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."/>
338720c9898SEd Tanous          <Annotation Term="Measures.Unit" String="V"/>
339720c9898SEd Tanous        </Property>
340720c9898SEd Tanous        <Property Name="PhysicalContext" Type="PhysicalContext.PhysicalContext" Nullable="false">
341720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
342720c9898SEd Tanous          <Annotation Term="OData.Description" String="The area or device to which this voltage measurement applies."/>
343720c9898SEd Tanous          <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."/>
344720c9898SEd Tanous        </Property>
345720c9898SEd Tanous        <NavigationProperty Name="RelatedItem" Type="Collection(Resource.Item)">
346720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
347720c9898SEd Tanous          <Annotation Term="OData.Description" String="An array of links to resources or objects to which this voltage measurement applies."/>
348720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources or objects to which this voltage measurement applies."/>
349720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
350720c9898SEd Tanous        </NavigationProperty>
351720c9898SEd Tanous      </EntityType>
352720c9898SEd Tanous
353720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Resource.v1_0_0.ReferenceableMember">
354720c9898SEd Tanous        <Annotation Term="OData.Description" String="Details of a power supplies associated with this system or device."/>
355720c9898SEd Tanous        <Property Name="Name" Type="Edm.String">
356720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
357720c9898SEd Tanous          <Annotation Term="OData.Description" String="The name of the power supply."/>
358720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain a descriptive name for the associated power supply."/>
359720c9898SEd Tanous        </Property>
360720c9898SEd Tanous        <Property Name="PowerSupplyType" Type="Power.v1_0_0.PowerSupplyType">
361720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
362720c9898SEd Tanous          <Annotation Term="OData.Description" String="The power supply type (AC or DC)."/>
363720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the input power type (AC or DC) of the associated power supply."/>
364720c9898SEd Tanous        </Property>
365720c9898SEd Tanous        <Property Name="LineInputVoltageType" Type="Power.v1_0_0.LineInputVoltageType">
366720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
367720c9898SEd Tanous          <Annotation Term="OData.Description" String="The line voltage type supported as an input to this power supply."/>
368720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the type of input line voltage supported by the associated power supply."/>
369720c9898SEd Tanous        </Property>
370720c9898SEd Tanous        <Property Name="LineInputVoltage" Type="Edm.Decimal">
371720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
372720c9898SEd Tanous          <Annotation Term="OData.Description" String="The line input voltage at which the power supply is operating."/>
373720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the value in volt units of the line input voltage (measured or configured for) that the power supply has been configured to operate with or is currently receiving."/>
374720c9898SEd Tanous          <Annotation Term="Measures.Unit" String="V"/>
375720c9898SEd Tanous        </Property>
376720c9898SEd Tanous        <Property Name="PowerCapacityWatts" Type="Edm.Decimal">
377720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
378720c9898SEd Tanous          <Annotation Term="OData.Description" String="The maximum capacity of this power supply."/>
379720c9898SEd Tanous          <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."/>
380720c9898SEd Tanous          <Annotation Term="Measures.Unit" String="W"/>
381720c9898SEd Tanous          <Annotation Term="Validation.Minimum" Int="0"/>
382720c9898SEd Tanous        </Property>
383720c9898SEd Tanous        <Property Name="LastPowerOutputWatts" Type="Edm.Decimal">
384720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
385720c9898SEd Tanous          <Annotation Term="OData.Description" String="The average power output of this power supply."/>
386720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the average power output, measured in watt units, of the associated power supply."/>
387720c9898SEd Tanous          <Annotation Term="Measures.Unit" String="W"/>
388720c9898SEd Tanous          <Annotation Term="Validation.Minimum" Int="0"/>
389720c9898SEd Tanous        </Property>
390720c9898SEd Tanous        <Property Name="Model" Type="Edm.String">
391720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
392720c9898SEd Tanous          <Annotation Term="OData.Description" String="The model number for this power supply."/>
393720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the model information as defined by the manufacturer for the associated power supply."/>
394720c9898SEd Tanous        </Property>
395720c9898SEd Tanous        <Property Name="FirmwareVersion" Type="Edm.String">
396720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
397720c9898SEd Tanous          <Annotation Term="OData.Description" String="The firmware version for this power supply."/>
398720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the firmware version as defined by the manufacturer for the associated power supply."/>
399720c9898SEd Tanous        </Property>
400720c9898SEd Tanous        <Property Name="SerialNumber" Type="Edm.String">
401720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
402720c9898SEd Tanous          <Annotation Term="OData.Description" String="The serial number for this power supply."/>
403720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the serial number as defined by the manufacturer for the associated power supply."/>
404720c9898SEd Tanous        </Property>
405720c9898SEd Tanous        <Property Name="PartNumber" Type="Edm.String">
406720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
407720c9898SEd Tanous          <Annotation Term="OData.Description" String="The part number for this power supply."/>
408720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the part number as defined by the manufacturer for the associated power supply."/>
409720c9898SEd Tanous        </Property>
410720c9898SEd Tanous        <Property Name="SparePartNumber" Type="Edm.String">
411720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
412720c9898SEd Tanous          <Annotation Term="OData.Description" String="The spare part number for this power supply."/>
413720c9898SEd Tanous          <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."/>
414720c9898SEd Tanous        </Property>
415720c9898SEd Tanous        <Property Name="Status" Type="Resource.Status" Nullable="false">
416720c9898SEd Tanous          <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
417720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
418720c9898SEd Tanous        </Property>
419720c9898SEd Tanous        <NavigationProperty Name="RelatedItem" Type="Collection(Resource.Item)">
420720c9898SEd Tanous          <Annotation Term="OData.Description" String="An array of links to resources or objects associated with this power supply."/>
421720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources or objects associated with this power supply."/>
422720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
423720c9898SEd Tanous        </NavigationProperty>
424720c9898SEd Tanous        <NavigationProperty Name="Redundancy" Type="Collection(Redundancy.Redundancy)">
425720c9898SEd Tanous          <Annotation Term="OData.Description" String="The set of redundancy groups for this power supply."/>
426720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to the redundancy groups to which this power supply belongs."/>
427720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
428720c9898SEd Tanous        </NavigationProperty>
429720c9898SEd Tanous      </EntityType>
430720c9898SEd Tanous
431720c9898SEd Tanous      <EnumType Name="PowerSupplyType">
432720c9898SEd Tanous        <Member Name="Unknown">
433720c9898SEd Tanous          <Annotation Term="OData.Description" String="The power supply type cannot be determined."/>
434720c9898SEd Tanous        </Member>
435720c9898SEd Tanous        <Member Name="AC">
436720c9898SEd Tanous          <Annotation Term="OData.Description" String="Alternating Current (AC) power supply."/>
437720c9898SEd Tanous        </Member>
438720c9898SEd Tanous        <Member Name="DC">
439720c9898SEd Tanous          <Annotation Term="OData.Description" String="Direct Current (DC) power supply."/>
440720c9898SEd Tanous        </Member>
441720c9898SEd Tanous        <Member Name="ACorDC">
442720c9898SEd Tanous          <Annotation Term="OData.Description" String="The power supply supports both DC and AC."/>
443720c9898SEd Tanous        </Member>
444720c9898SEd Tanous      </EnumType>
445720c9898SEd Tanous
446720c9898SEd Tanous      <EnumType Name="LineInputVoltageType">
447720c9898SEd Tanous        <Member Name="Unknown">
448720c9898SEd Tanous          <Annotation Term="OData.Description" String="The power supply line input voltage type cannot be determined."/>
449720c9898SEd Tanous        </Member>
450720c9898SEd Tanous        <Member Name="ACLowLine">
451720c9898SEd Tanous          <Annotation Term="OData.Description" String="100-127V AC input."/>
452720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
453720c9898SEd Tanous            <Collection>
454720c9898SEd Tanous              <Record>
455720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
456720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_1_0"/>
457720c9898SEd Tanous                <PropertyValue Property="Description" String="This value has been deprecated in favor of AC120V."/>
458720c9898SEd Tanous              </Record>
459720c9898SEd Tanous            </Collection>
460720c9898SEd Tanous          </Annotation>
461720c9898SEd Tanous        </Member>
462720c9898SEd Tanous        <Member Name="ACMidLine">
463720c9898SEd Tanous          <Annotation Term="OData.Description" String="200-240V AC input."/>
464720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
465720c9898SEd Tanous            <Collection>
466720c9898SEd Tanous              <Record>
467720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
468720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_1_0"/>
469720c9898SEd Tanous                <PropertyValue Property="Description" String="This value has been deprecated in favor of AC240V."/>
470720c9898SEd Tanous              </Record>
471720c9898SEd Tanous            </Collection>
472720c9898SEd Tanous          </Annotation>
473720c9898SEd Tanous        </Member>
474720c9898SEd Tanous        <Member Name="ACHighLine">
475720c9898SEd Tanous          <Annotation Term="OData.Description" String="277V AC input."/>
476720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
477720c9898SEd Tanous            <Collection>
478720c9898SEd Tanous              <Record>
479720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
480720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_1_0"/>
481720c9898SEd Tanous                <PropertyValue Property="Description" String="This value has been deprecated in favor of AC277V."/>
482720c9898SEd Tanous              </Record>
483720c9898SEd Tanous            </Collection>
484720c9898SEd Tanous          </Annotation>
485720c9898SEd Tanous        </Member>
486720c9898SEd Tanous        <Member Name="DCNeg48V">
487720c9898SEd Tanous          <Annotation Term="OData.Description" String="-48V DC input."/>
488720c9898SEd Tanous        </Member>
489720c9898SEd Tanous        <Member Name="DC380V">
490720c9898SEd Tanous          <Annotation Term="OData.Description" String="High-voltage DC input (380V)."/>
491720c9898SEd Tanous        </Member>
492720c9898SEd Tanous        <Member Name="AC120V">
493720c9898SEd Tanous          <Annotation Term="OData.Description" String="AC 120V nominal input."/>
494720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
495720c9898SEd Tanous            <Collection>
496720c9898SEd Tanous              <Record>
497720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
498720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_1_0"/>
499720c9898SEd Tanous              </Record>
500720c9898SEd Tanous            </Collection>
501720c9898SEd Tanous          </Annotation>
502720c9898SEd Tanous        </Member>
503720c9898SEd Tanous        <Member Name="AC240V">
504720c9898SEd Tanous          <Annotation Term="OData.Description" String="AC 240V nominal input."/>
505720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
506720c9898SEd Tanous            <Collection>
507720c9898SEd Tanous              <Record>
508720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
509720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_1_0"/>
510720c9898SEd Tanous              </Record>
511720c9898SEd Tanous            </Collection>
512720c9898SEd Tanous          </Annotation>
513720c9898SEd Tanous        </Member>
514720c9898SEd Tanous        <Member Name="AC277V">
515720c9898SEd Tanous          <Annotation Term="OData.Description" String="AC 277V nominal input."/>
516720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
517720c9898SEd Tanous            <Collection>
518720c9898SEd Tanous              <Record>
519720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
520720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_1_0"/>
521720c9898SEd Tanous              </Record>
522720c9898SEd Tanous            </Collection>
523720c9898SEd Tanous          </Annotation>
524720c9898SEd Tanous        </Member>
525720c9898SEd Tanous        <Member Name="ACandDCWideRange">
526720c9898SEd Tanous          <Annotation Term="OData.Description" String="Wide range AC or DC input."/>
527720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
528720c9898SEd Tanous            <Collection>
529720c9898SEd Tanous              <Record>
530720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
531720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_1_0"/>
532720c9898SEd Tanous              </Record>
533720c9898SEd Tanous            </Collection>
534720c9898SEd Tanous          </Annotation>
535720c9898SEd Tanous        </Member>
536720c9898SEd Tanous        <Member Name="ACWideRange">
537720c9898SEd Tanous          <Annotation Term="OData.Description" String="Wide range AC input."/>
538720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
539720c9898SEd Tanous            <Collection>
540720c9898SEd Tanous              <Record>
541720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
542720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_1_0"/>
543720c9898SEd Tanous              </Record>
544720c9898SEd Tanous            </Collection>
545720c9898SEd Tanous          </Annotation>
546720c9898SEd Tanous        </Member>
547720c9898SEd Tanous        <Member Name="DC240V">
548720c9898SEd Tanous          <Annotation Term="OData.Description" String="DC 240V nominal input."/>
549720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
550720c9898SEd Tanous            <Collection>
551720c9898SEd Tanous              <Record>
552720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
553720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_1_0"/>
554720c9898SEd Tanous              </Record>
555720c9898SEd Tanous            </Collection>
556720c9898SEd Tanous          </Annotation>
557720c9898SEd Tanous        </Member>
558720c9898SEd Tanous      </EnumType>
559720c9898SEd Tanous    </Schema>
560720c9898SEd Tanous
561720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_0_1">
562720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
563720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
564720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_0_0.Power"/>
565720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_0_0.PowerControl"/>
566720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_0_0.Voltage"/>
567720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_0_0.PowerSupply"/>
568720c9898SEd Tanous    </Schema>
569720c9898SEd Tanous
570720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_0_2">
571720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
572720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
573720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_0_1.Power"/>
574720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_0_1.PowerControl"/>
575720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_0_1.Voltage"/>
576720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_0_1.PowerSupply"/>
577720c9898SEd Tanous    </Schema>
578720c9898SEd Tanous
579720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_0_3">
580720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
581*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add explicit permissions annotations to all properties for clarity."/>
582720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_0_2.Power"/>
583720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_0_2.PowerControl"/>
584720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_0_2.Voltage"/>
585720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_0_2.PowerSupply"/>
586720c9898SEd Tanous    </Schema>
587720c9898SEd Tanous
588720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_0_4">
589720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
590*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to remove the nullable term on arrays of links and to use the deprecated annotation on certain enumerated values."/>
591720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_0_3.Power"/>
592720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_0_3.PowerControl"/>
593720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_0_3.Voltage"/>
594720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_0_3.PowerSupply"/>
595720c9898SEd Tanous    </Schema>
596720c9898SEd Tanous
597720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_0_5">
598720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
599*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to remove the auto expand annotation for the `Redundancy` property inside `PowerSupply`."/>
600720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_0_4.Power"/>
601720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_0_4.PowerControl"/>
602720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_0_4.Voltage"/>
603720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_0_4.PowerSupply"/>
604720c9898SEd Tanous    </Schema>
605720c9898SEd Tanous
606720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_0_6">
607720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
608*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to change `PhysicalContext` to use the unversioned definition."/>
609720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_0_5.Power"/>
610720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_0_5.PowerControl"/>
611720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_0_5.Voltage"/>
612720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_0_5.PowerSupply"/>
613720c9898SEd Tanous    </Schema>
614720c9898SEd Tanous
615720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_0_7">
616720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
617720c9898SEd Tanous      <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."/>
618720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_0_6.Power"/>
619720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_0_6.PowerControl"/>
620720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_0_6.Voltage"/>
621720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_0_6.PowerSupply"/>
622720c9898SEd Tanous    </Schema>
623720c9898SEd Tanous
624720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_0_8">
625720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
626*f2a8e57eSGunnar Mills      <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."/>
627720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_0_7.Power"/>
628720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_0_7.PowerControl"/>
629720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_0_7.Voltage"/>
630720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_0_7.PowerSupply"/>
631720c9898SEd Tanous    </Schema>
632720c9898SEd Tanous
633720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_0_9">
634720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
635720c9898SEd Tanous      <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."/>
636720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_0_8.Power"/>
637720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_0_8.PowerControl"/>
638720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_0_8.Voltage"/>
639720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_0_8.PowerSupply"/>
640720c9898SEd Tanous    </Schema>
641720c9898SEd Tanous
642720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_0_10">
643720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
644720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
645720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_0_9.Power"/>
646720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_0_9.PowerControl"/>
647720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_0_9.Voltage"/>
648720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_0_9.PowerSupply"/>
649720c9898SEd Tanous    </Schema>
650720c9898SEd Tanous
651720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_0_11">
652720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
653720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
654720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_0_10.Power"/>
655720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_0_10.PowerControl"/>
656720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_0_10.Voltage"/>
657720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_0_10.PowerSupply"/>
658720c9898SEd Tanous    </Schema>
659720c9898SEd Tanous
660720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_0_12">
661720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
662720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
663720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_0_11.Power"/>
664720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_0_11.PowerControl"/>
665720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_0_11.Voltage"/>
666720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_0_11.PowerSupply"/>
667720c9898SEd Tanous    </Schema>
668720c9898SEd Tanous
669720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_0_13">
670720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
671720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
672720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_0_12.Power"/>
673720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_0_12.PowerControl"/>
674720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_0_12.Voltage"/>
675720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_0_12.PowerSupply"/>
676720c9898SEd Tanous    </Schema>
677720c9898SEd Tanous
678720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_0_14">
679720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
680720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
681720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_0_13.Power"/>
682720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_0_13.PowerControl"/>
683720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_0_13.Voltage"/>
684720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_0_13.PowerSupply"/>
685720c9898SEd Tanous    </Schema>
686720c9898SEd Tanous
687*f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_0_15">
688*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
689*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
690*f2a8e57eSGunnar Mills      <EntityType Name="Power" BaseType="Power.v1_0_14.Power"/>
691*f2a8e57eSGunnar Mills      <EntityType Name="PowerControl" BaseType="Power.v1_0_14.PowerControl"/>
692*f2a8e57eSGunnar Mills      <EntityType Name="Voltage" BaseType="Power.v1_0_14.Voltage"/>
693*f2a8e57eSGunnar Mills      <EntityType Name="PowerSupply" BaseType="Power.v1_0_14.PowerSupply"/>
694*f2a8e57eSGunnar Mills    </Schema>
695*f2a8e57eSGunnar Mills
696720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_1_0">
697720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
698720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2016.1"/>
699720c9898SEd Tanous
700720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_0_2.Power"/>
701720c9898SEd Tanous
702720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_0_2.PowerControl"/>
703720c9898SEd Tanous
704720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_0_2.Voltage"/>
705720c9898SEd Tanous
706720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_0_2.PowerSupply">
707720c9898SEd Tanous        <Property Name="Manufacturer" Type="Edm.String">
708720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
709720c9898SEd Tanous          <Annotation Term="OData.Description" String="The manufacturer of this power supply."/>
710720c9898SEd Tanous          <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."/>
711720c9898SEd Tanous        </Property>
712720c9898SEd Tanous        <Property Name="InputRanges" Type="Collection(Power.v1_1_0.InputRange)" Nullable="false">
713720c9898SEd Tanous          <Annotation Term="OData.Description" String="The input ranges that the power supply can use."/>
714720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain a collection of ranges usable by the power supply unit."/>
715720c9898SEd Tanous        </Property>
716720c9898SEd Tanous      </EntityType>
717720c9898SEd Tanous
718720c9898SEd Tanous      <ComplexType Name="InputRange">
719720c9898SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
720720c9898SEd Tanous        <Annotation Term="OData.Description" String="This type describes an input range for a power supply."/>
721720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall describe an input range that the associated power supply can utilize."/>
722720c9898SEd Tanous        <Property Name="InputType" Type="Power.v1_1_0.InputType">
723720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
724720c9898SEd Tanous          <Annotation Term="OData.Description" String="The Input type (AC or DC)."/>
725720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the input type (AC or DC) of the associated range."/>
726720c9898SEd Tanous        </Property>
727720c9898SEd Tanous        <Property Name="MinimumVoltage" Type="Edm.Decimal">
728720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
729720c9898SEd Tanous          <Annotation Term="OData.Description" String="The minimum line input voltage at which this power supply input range is effective."/>
730720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the value, in volt units, of the minimum line input voltage that the power supply is capable of consuming for this range."/>
731720c9898SEd Tanous          <Annotation Term="Measures.Unit" String="V"/>
732720c9898SEd Tanous        </Property>
733720c9898SEd Tanous        <Property Name="MaximumVoltage" Type="Edm.Decimal">
734720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
735720c9898SEd Tanous          <Annotation Term="OData.Description" String="The maximum line input voltage at which this power supply input range is effective."/>
736720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the value, in volt units, of the maximum line input voltage that the power supply is capable of consuming for this range."/>
737720c9898SEd Tanous          <Annotation Term="Measures.Unit" String="V"/>
738720c9898SEd Tanous        </Property>
739720c9898SEd Tanous        <Property Name="MinimumFrequencyHz" Type="Edm.Decimal">
740720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
741720c9898SEd Tanous          <Annotation Term="OData.Description" String="The minimum line input frequency at which this power supply input range is effective."/>
742720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the value, in hertz units, of the minimum line input frequency that the power supply is capable of consuming for this range."/>
743720c9898SEd Tanous          <Annotation Term="Measures.Unit" String="Hz"/>
744720c9898SEd Tanous          <Annotation Term="Validation.Minimum" Int="0"/>
745720c9898SEd Tanous        </Property>
746720c9898SEd Tanous        <Property Name="MaximumFrequencyHz" Type="Edm.Decimal">
747720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
748720c9898SEd Tanous          <Annotation Term="OData.Description" String="The maximum line input frequency at which this power supply input range is effective."/>
749720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the value, in hertz units, of the maximum line input frequency that the power supply is capable of consuming for this range."/>
750720c9898SEd Tanous          <Annotation Term="Measures.Unit" String="Hz"/>
751720c9898SEd Tanous          <Annotation Term="Validation.Minimum" Int="0"/>
752720c9898SEd Tanous        </Property>
753720c9898SEd Tanous        <Property Name="OutputWattage" Type="Edm.Decimal">
754720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
755720c9898SEd Tanous          <Annotation Term="OData.Description" String="The maximum capacity of this power supply when operating in this input range."/>
756720c9898SEd Tanous          <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."/>
757720c9898SEd Tanous          <Annotation Term="Measures.Unit" String="W"/>
758720c9898SEd Tanous          <Annotation Term="Validation.Minimum" Int="0"/>
759720c9898SEd Tanous        </Property>
760720c9898SEd Tanous        <Property Name="Oem" Type="Resource.Oem" Nullable="false">
761720c9898SEd Tanous          <Annotation Term="OData.Description" String="The OEM extension property."/>
762720c9898SEd Tanous          <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."/>
763720c9898SEd Tanous        </Property>
764720c9898SEd Tanous      </ComplexType>
765720c9898SEd Tanous
766720c9898SEd Tanous      <EnumType Name="InputType">
767720c9898SEd Tanous        <Member Name="AC">
768720c9898SEd Tanous          <Annotation Term="OData.Description" String="Alternating Current (AC) input range."/>
769720c9898SEd Tanous        </Member>
770720c9898SEd Tanous        <Member Name="DC">
771720c9898SEd Tanous          <Annotation Term="OData.Description" String="Direct Current (DC) input range."/>
772720c9898SEd Tanous        </Member>
773720c9898SEd Tanous      </EnumType>
774720c9898SEd Tanous    </Schema>
775720c9898SEd Tanous
776720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_1_1">
777720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
778*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add explicit permissions annotations to all properties for clarity."/>
779720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_1_0.Power"/>
780720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_1_0.PowerControl"/>
781720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_1_0.Voltage"/>
782720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_1_0.PowerSupply"/>
783720c9898SEd Tanous    </Schema>
784720c9898SEd Tanous
785720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_1_2">
786720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
787*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to remove the nullable term on arrays of links and to use the deprecated annotation on certain enumerated values."/>
788720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_1_1.Power"/>
789720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_1_1.PowerControl"/>
790720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_1_1.Voltage"/>
791720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_1_1.PowerSupply"/>
792720c9898SEd Tanous    </Schema>
793720c9898SEd Tanous
794720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_1_3">
795720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
796*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to remove the auto expand annotation for the `Redundancy` property inside `PowerSupply`."/>
797720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_1_2.Power"/>
798720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_1_2.PowerControl"/>
799720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_1_2.Voltage"/>
800720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_1_2.PowerSupply"/>
801720c9898SEd Tanous    </Schema>
802720c9898SEd Tanous
803720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_1_4">
804720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
805*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to change `PhysicalContext` to use the unversioned definition."/>
806720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_1_3.Power"/>
807720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_1_3.PowerControl"/>
808720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_1_3.Voltage"/>
809720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_1_3.PowerSupply"/>
810720c9898SEd Tanous    </Schema>
811720c9898SEd Tanous
812720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_1_5">
813720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
814720c9898SEd Tanous      <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."/>
815720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_1_4.Power"/>
816720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_1_4.PowerControl"/>
817720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_1_4.Voltage"/>
818720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_1_4.PowerSupply"/>
819720c9898SEd Tanous    </Schema>
820720c9898SEd Tanous
821720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_1_6">
822720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
823*f2a8e57eSGunnar Mills      <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."/>
824720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_1_5.Power"/>
825720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_1_5.PowerControl"/>
826720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_1_5.Voltage"/>
827720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_1_5.PowerSupply"/>
828720c9898SEd Tanous    </Schema>
829720c9898SEd Tanous
830720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_1_7">
831720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
832720c9898SEd Tanous      <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."/>
833720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_1_6.Power"/>
834720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_1_6.PowerControl"/>
835720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_1_6.Voltage"/>
836720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_1_6.PowerSupply"/>
837720c9898SEd Tanous    </Schema>
838720c9898SEd Tanous
839720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_1_8">
840720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
841720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
842720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_1_7.Power"/>
843720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_1_7.PowerControl"/>
844720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_1_7.Voltage"/>
845720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_1_7.PowerSupply"/>
846720c9898SEd Tanous    </Schema>
847720c9898SEd Tanous
848720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_1_9">
849720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
850720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
851720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_1_8.Power"/>
852720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_1_8.PowerControl"/>
853720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_1_8.Voltage"/>
854720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_1_8.PowerSupply"/>
855720c9898SEd Tanous    </Schema>
856720c9898SEd Tanous
857720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_1_10">
858720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
859720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
860720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_1_9.Power"/>
861720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_1_9.PowerControl"/>
862720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_1_9.Voltage"/>
863720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_1_9.PowerSupply"/>
864720c9898SEd Tanous    </Schema>
865720c9898SEd Tanous
866720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_1_11">
867720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
868720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
869720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_1_10.Power"/>
870720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_1_10.PowerControl"/>
871720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_1_10.Voltage"/>
872720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_1_10.PowerSupply"/>
873720c9898SEd Tanous    </Schema>
874720c9898SEd Tanous
875720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_1_12">
876720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
877720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
878720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_1_11.Power"/>
879720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_1_11.PowerControl"/>
880720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_1_11.Voltage"/>
881720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_1_11.PowerSupply"/>
882720c9898SEd Tanous    </Schema>
883720c9898SEd Tanous
884*f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_1_13">
885*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
886*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
887*f2a8e57eSGunnar Mills      <EntityType Name="Power" BaseType="Power.v1_1_12.Power"/>
888*f2a8e57eSGunnar Mills      <EntityType Name="PowerControl" BaseType="Power.v1_1_12.PowerControl"/>
889*f2a8e57eSGunnar Mills      <EntityType Name="Voltage" BaseType="Power.v1_1_12.Voltage"/>
890*f2a8e57eSGunnar Mills      <EntityType Name="PowerSupply" BaseType="Power.v1_1_12.PowerSupply"/>
891*f2a8e57eSGunnar Mills    </Schema>
892*f2a8e57eSGunnar Mills
893720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_2_0">
894720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
895720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2016.2"/>
896720c9898SEd Tanous
897720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_1_0.Power"/>
898720c9898SEd Tanous
899720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_1_0.PowerControl"/>
900720c9898SEd Tanous
901720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_1_0.Voltage"/>
902720c9898SEd Tanous
903720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_1_0.PowerSupply">
904720c9898SEd Tanous        <Property Name="IndicatorLED" Type="Resource.IndicatorLED">
905720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
906*f2a8e57eSGunnar Mills          <Annotation Term="OData.Description" String="The state of the indicator LED, which identifies the power supply."/>
907720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the indicator light state for the indicator light associated with this power supply."/>
908720c9898SEd Tanous        </Property>
909720c9898SEd Tanous      </EntityType>
910720c9898SEd Tanous    </Schema>
911720c9898SEd Tanous
912720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_2_1">
913720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
914*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add explicit permissions annotations to all properties for clarity."/>
915720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_2_0.Power"/>
916720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_2_0.PowerControl"/>
917720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_2_0.Voltage"/>
918720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_2_0.PowerSupply"/>
919720c9898SEd Tanous    </Schema>
920720c9898SEd Tanous
921720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_2_2">
922720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
923*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to remove the nullable term on arrays of links and to use the deprecated annotation on certain enumerated values."/>
924720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_2_1.Power"/>
925720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_2_1.PowerControl"/>
926720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_2_1.Voltage"/>
927720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_2_1.PowerSupply"/>
928720c9898SEd Tanous    </Schema>
929720c9898SEd Tanous
930720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_2_3">
931720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
932*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to remove the auto expand annotation for the `Redundancy` property inside `PowerSupply`."/>
933720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_2_2.Power"/>
934720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_2_2.PowerControl"/>
935720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_2_2.Voltage"/>
936720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_2_2.PowerSupply"/>
937720c9898SEd Tanous    </Schema>
938720c9898SEd Tanous
939720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_2_4">
940720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
941*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to change `PhysicalContext` and `IndicatorLED` to use the unversioned definition."/>
942720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_2_3.Power"/>
943720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_2_3.PowerControl"/>
944720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_2_3.Voltage"/>
945720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_2_3.PowerSupply"/>
946720c9898SEd Tanous    </Schema>
947720c9898SEd Tanous
948720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_2_5">
949720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
950720c9898SEd Tanous      <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."/>
951720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_2_4.Power"/>
952720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_2_4.PowerControl"/>
953720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_2_4.Voltage"/>
954720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_2_4.PowerSupply"/>
955720c9898SEd Tanous    </Schema>
956720c9898SEd Tanous
957720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_2_6">
958720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
959*f2a8e57eSGunnar Mills      <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."/>
960720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_2_5.Power"/>
961720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_2_5.PowerControl"/>
962720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_2_5.Voltage"/>
963720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_2_5.PowerSupply"/>
964720c9898SEd Tanous    </Schema>
965720c9898SEd Tanous
966720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_2_7">
967720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
968720c9898SEd Tanous      <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."/>
969720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_2_6.Power"/>
970720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_2_6.PowerControl"/>
971720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_2_6.Voltage"/>
972720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_2_6.PowerSupply"/>
973720c9898SEd Tanous    </Schema>
974720c9898SEd Tanous
975720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_2_8">
976720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
977720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
978720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_2_7.Power"/>
979720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_2_7.PowerControl"/>
980720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_2_7.Voltage"/>
981720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_2_7.PowerSupply"/>
982720c9898SEd Tanous    </Schema>
983720c9898SEd Tanous
984720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_2_9">
985720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
986720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
987720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_2_8.Power"/>
988720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_2_8.PowerControl"/>
989720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_2_8.Voltage"/>
990720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_2_8.PowerSupply"/>
991720c9898SEd Tanous    </Schema>
992720c9898SEd Tanous
993720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_2_10">
994720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
995720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
996720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_2_9.Power"/>
997720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_2_9.PowerControl"/>
998720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_2_9.Voltage"/>
999720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_2_9.PowerSupply"/>
1000720c9898SEd Tanous    </Schema>
1001720c9898SEd Tanous
1002720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_2_11">
1003720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1004720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
1005720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_2_10.Power"/>
1006720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_2_10.PowerControl"/>
1007720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_2_10.Voltage"/>
1008720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_2_10.PowerSupply"/>
1009720c9898SEd Tanous    </Schema>
1010720c9898SEd Tanous
1011720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_2_12">
1012720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1013720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1014720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_2_11.Power"/>
1015720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_2_11.PowerControl"/>
1016720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_2_11.Voltage"/>
1017720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_2_11.PowerSupply"/>
1018720c9898SEd Tanous    </Schema>
1019720c9898SEd Tanous
1020*f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_2_13">
1021*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1022*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
1023*f2a8e57eSGunnar Mills      <EntityType Name="Power" BaseType="Power.v1_2_12.Power"/>
1024*f2a8e57eSGunnar Mills      <EntityType Name="PowerControl" BaseType="Power.v1_2_12.PowerControl"/>
1025*f2a8e57eSGunnar Mills      <EntityType Name="Voltage" BaseType="Power.v1_2_12.Voltage"/>
1026*f2a8e57eSGunnar Mills      <EntityType Name="PowerSupply" BaseType="Power.v1_2_12.PowerSupply"/>
1027*f2a8e57eSGunnar Mills    </Schema>
1028*f2a8e57eSGunnar Mills
1029720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_3_0">
1030720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1031720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2017.1"/>
1032720c9898SEd Tanous
1033720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_2_2.Power">
1034720c9898SEd Tanous        <Property Name="Actions" Type="Power.v1_3_0.Actions" Nullable="false">
1035720c9898SEd Tanous          <Annotation Term="OData.Description" String="The available actions for this resource."/>
1036720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
1037720c9898SEd Tanous        </Property>
1038720c9898SEd Tanous      </EntityType>
1039720c9898SEd Tanous
1040720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_2_2.PowerControl">
1041720c9898SEd Tanous        <Property Name="Actions" Type="Power.v1_3_0.PowerControlActions" Nullable="false">
1042720c9898SEd Tanous          <Annotation Term="OData.Description" String="The available actions for this resource."/>
1043720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
1044720c9898SEd Tanous        </Property>
1045720c9898SEd Tanous      </EntityType>
1046720c9898SEd Tanous
1047720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_2_2.Voltage">
1048720c9898SEd Tanous        <Property Name="Actions" Type="Power.v1_3_0.VoltageActions" Nullable="false">
1049720c9898SEd Tanous          <Annotation Term="OData.Description" String="The available actions for this resource."/>
1050720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
1051720c9898SEd Tanous        </Property>
1052720c9898SEd Tanous      </EntityType>
1053720c9898SEd Tanous
1054720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_2_2.PowerSupply">
1055720c9898SEd Tanous        <Property Name="Actions" Type="Power.v1_3_0.PowerSupplyActions" Nullable="false">
1056720c9898SEd Tanous          <Annotation Term="OData.Description" String="The available actions for this resource."/>
1057720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
1058720c9898SEd Tanous        </Property>
1059720c9898SEd Tanous      </EntityType>
1060720c9898SEd Tanous
1061720c9898SEd Tanous      <ComplexType Name="Actions">
1062720c9898SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
1063720c9898SEd Tanous        <Annotation Term="OData.Description" String="The available actions for this resource."/>
1064720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
1065720c9898SEd Tanous        <Property Name="Oem" Type="Power.v1_3_0.OemActions" Nullable="false">
1066720c9898SEd Tanous          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
1067720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
1068720c9898SEd Tanous        </Property>
1069720c9898SEd Tanous      </ComplexType>
1070720c9898SEd Tanous
1071720c9898SEd Tanous      <ComplexType Name="OemActions">
1072720c9898SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
1073720c9898SEd Tanous        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
1074720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
1075720c9898SEd Tanous      </ComplexType>
1076720c9898SEd Tanous
1077720c9898SEd Tanous      <ComplexType Name="PowerControlActions">
1078720c9898SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
1079720c9898SEd Tanous        <Annotation Term="OData.Description" String="The available actions for this resource."/>
1080720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
1081720c9898SEd Tanous        <Property Name="Oem" Type="Power.v1_3_0.PowerControlOemActions" Nullable="false">
1082720c9898SEd Tanous          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
1083720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
1084720c9898SEd Tanous        </Property>
1085720c9898SEd Tanous      </ComplexType>
1086720c9898SEd Tanous
1087720c9898SEd Tanous      <ComplexType Name="PowerControlOemActions">
1088720c9898SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
1089720c9898SEd Tanous        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
1090720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
1091720c9898SEd Tanous      </ComplexType>
1092720c9898SEd Tanous
1093720c9898SEd Tanous      <ComplexType Name="VoltageActions">
1094720c9898SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
1095720c9898SEd Tanous        <Annotation Term="OData.Description" String="The available actions for this resource."/>
1096720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
1097720c9898SEd Tanous        <Property Name="Oem" Type="Power.v1_3_0.VoltageOemActions" Nullable="false">
1098720c9898SEd Tanous          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
1099720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
1100720c9898SEd Tanous        </Property>
1101720c9898SEd Tanous      </ComplexType>
1102720c9898SEd Tanous
1103720c9898SEd Tanous      <ComplexType Name="VoltageOemActions">
1104720c9898SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
1105720c9898SEd Tanous        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
1106720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
1107720c9898SEd Tanous      </ComplexType>
1108720c9898SEd Tanous
1109720c9898SEd Tanous      <ComplexType Name="PowerSupplyActions">
1110720c9898SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
1111720c9898SEd Tanous        <Annotation Term="OData.Description" String="The available actions for this resource."/>
1112720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
1113720c9898SEd Tanous        <Property Name="Oem" Type="Power.v1_3_0.PowerSupplyOemActions" Nullable="false">
1114720c9898SEd Tanous          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
1115720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
1116720c9898SEd Tanous        </Property>
1117720c9898SEd Tanous      </ComplexType>
1118720c9898SEd Tanous
1119720c9898SEd Tanous      <ComplexType Name="PowerSupplyOemActions">
1120720c9898SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
1121720c9898SEd Tanous        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
1122720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
1123720c9898SEd Tanous      </ComplexType>
1124720c9898SEd Tanous    </Schema>
1125720c9898SEd Tanous
1126720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_3_1">
1127720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1128*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to remove the auto expand annotation for the `Redundancy` property inside `PowerSupply`."/>
1129720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_3_0.Power"/>
1130720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_3_0.PowerControl"/>
1131720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_3_0.Voltage"/>
1132720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_3_0.PowerSupply"/>
1133720c9898SEd Tanous    </Schema>
1134720c9898SEd Tanous
1135720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_3_2">
1136720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1137*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to change `PhysicalContext` and `IndicatorLED` to use the unversioned definition."/>
1138720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_3_1.Power"/>
1139720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_3_1.PowerControl"/>
1140720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_3_1.Voltage"/>
1141720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_3_1.PowerSupply"/>
1142720c9898SEd Tanous    </Schema>
1143720c9898SEd Tanous
1144720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_3_3">
1145720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1146720c9898SEd Tanous      <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."/>
1147720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_3_2.Power"/>
1148720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_3_2.PowerControl"/>
1149720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_3_2.Voltage"/>
1150720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_3_2.PowerSupply"/>
1151720c9898SEd Tanous    </Schema>
1152720c9898SEd Tanous
1153720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_3_4">
1154720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1155*f2a8e57eSGunnar Mills      <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."/>
1156720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_3_3.Power"/>
1157720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_3_3.PowerControl"/>
1158720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_3_3.Voltage"/>
1159720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_3_3.PowerSupply"/>
1160720c9898SEd Tanous    </Schema>
1161720c9898SEd Tanous
1162720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_3_5">
1163720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1164720c9898SEd Tanous      <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."/>
1165720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_3_4.Power"/>
1166720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_3_4.PowerControl"/>
1167720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_3_4.Voltage"/>
1168720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_3_4.PowerSupply"/>
1169720c9898SEd Tanous    </Schema>
1170720c9898SEd Tanous
1171720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_3_6">
1172720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1173720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1174720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_3_5.Power"/>
1175720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_3_5.PowerControl"/>
1176720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_3_5.Voltage"/>
1177720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_3_5.PowerSupply"/>
1178720c9898SEd Tanous    </Schema>
1179720c9898SEd Tanous
1180720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_3_7">
1181720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1182720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1183720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_3_6.Power"/>
1184720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_3_6.PowerControl"/>
1185720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_3_6.Voltage"/>
1186720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_3_6.PowerSupply"/>
1187720c9898SEd Tanous    </Schema>
1188720c9898SEd Tanous
1189720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_3_8">
1190720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1191720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1192720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_3_7.Power"/>
1193720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_3_7.PowerControl"/>
1194720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_3_7.Voltage"/>
1195720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_3_7.PowerSupply"/>
1196720c9898SEd Tanous    </Schema>
1197720c9898SEd Tanous
1198720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_3_9">
1199720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1200720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
1201720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_3_8.Power"/>
1202720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_3_8.PowerControl"/>
1203720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_3_8.Voltage"/>
1204720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_3_8.PowerSupply"/>
1205720c9898SEd Tanous    </Schema>
1206720c9898SEd Tanous
1207720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_3_10">
1208720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1209720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1210720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_3_9.Power"/>
1211720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_3_9.PowerControl"/>
1212720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_3_9.Voltage"/>
1213720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_3_9.PowerSupply"/>
1214720c9898SEd Tanous    </Schema>
1215720c9898SEd Tanous
1216*f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_3_11">
1217*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1218*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
1219*f2a8e57eSGunnar Mills      <EntityType Name="Power" BaseType="Power.v1_3_10.Power"/>
1220*f2a8e57eSGunnar Mills      <EntityType Name="PowerControl" BaseType="Power.v1_3_10.PowerControl"/>
1221*f2a8e57eSGunnar Mills      <EntityType Name="Voltage" BaseType="Power.v1_3_10.Voltage"/>
1222*f2a8e57eSGunnar Mills      <EntityType Name="PowerSupply" BaseType="Power.v1_3_10.PowerSupply"/>
1223*f2a8e57eSGunnar Mills    </Schema>
1224*f2a8e57eSGunnar Mills
1225720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_4_0">
1226720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1227720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2017.2"/>
1228720c9898SEd Tanous
1229720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_3_1.Power"/>
1230720c9898SEd Tanous
1231720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_3_1.PowerControl">
1232720c9898SEd Tanous        <Property Name="PhysicalContext" Type="PhysicalContext.PhysicalContext" Nullable="false">
1233720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1234720c9898SEd Tanous          <Annotation Term="OData.Description" String="The area, device, or set of devices to which this power control applies."/>
1235720c9898SEd Tanous          <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."/>
1236720c9898SEd Tanous        </Property>
1237720c9898SEd Tanous      </EntityType>
1238720c9898SEd Tanous
1239720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_3_1.Voltage"/>
1240720c9898SEd Tanous
1241720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_3_1.PowerSupply"/>
1242720c9898SEd Tanous    </Schema>
1243720c9898SEd Tanous
1244720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_4_1">
1245720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1246*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to change `PhysicalContext` and `IndicatorLED` to use the unversioned definition."/>
1247720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_4_0.Power"/>
1248720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_4_0.PowerControl"/>
1249720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_4_0.Voltage"/>
1250720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_4_0.PowerSupply"/>
1251720c9898SEd Tanous    </Schema>
1252720c9898SEd Tanous
1253720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_4_2">
1254720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1255720c9898SEd Tanous      <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."/>
1256720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_4_1.Power"/>
1257720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_4_1.PowerControl"/>
1258720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_4_1.Voltage"/>
1259720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_4_1.PowerSupply"/>
1260720c9898SEd Tanous    </Schema>
1261720c9898SEd Tanous
1262720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_4_3">
1263720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1264*f2a8e57eSGunnar Mills      <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."/>
1265720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_4_2.Power"/>
1266720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_4_2.PowerControl"/>
1267720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_4_2.Voltage"/>
1268720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_4_2.PowerSupply"/>
1269720c9898SEd Tanous    </Schema>
1270720c9898SEd Tanous
1271720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_4_4">
1272720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1273720c9898SEd Tanous      <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."/>
1274720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_4_3.Power"/>
1275720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_4_3.PowerControl"/>
1276720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_4_3.Voltage"/>
1277720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_4_3.PowerSupply"/>
1278720c9898SEd Tanous    </Schema>
1279720c9898SEd Tanous
1280720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_4_5">
1281720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1282720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1283720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_4_4.Power"/>
1284720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_4_4.PowerControl"/>
1285720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_4_4.Voltage"/>
1286720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_4_4.PowerSupply"/>
1287720c9898SEd Tanous    </Schema>
1288720c9898SEd Tanous
1289720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_4_6">
1290720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1291720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1292720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_4_5.Power"/>
1293720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_4_5.PowerControl"/>
1294720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_4_5.Voltage"/>
1295720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_4_5.PowerSupply"/>
1296720c9898SEd Tanous    </Schema>
1297720c9898SEd Tanous
1298720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_4_7">
1299720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1300720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1301720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_4_6.Power"/>
1302720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_4_6.PowerControl"/>
1303720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_4_6.Voltage"/>
1304720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_4_6.PowerSupply"/>
1305720c9898SEd Tanous    </Schema>
1306720c9898SEd Tanous
1307720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_4_8">
1308720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1309720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
1310720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_4_7.Power"/>
1311720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_4_7.PowerControl"/>
1312720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_4_7.Voltage"/>
1313720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_4_7.PowerSupply"/>
1314720c9898SEd Tanous    </Schema>
1315720c9898SEd Tanous
1316720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_4_9">
1317720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1318720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1319720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_4_8.Power"/>
1320720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_4_8.PowerControl"/>
1321720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_4_8.Voltage"/>
1322720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_4_8.PowerSupply"/>
1323720c9898SEd Tanous    </Schema>
1324720c9898SEd Tanous
1325*f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_4_10">
1326*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1327*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
1328*f2a8e57eSGunnar Mills      <EntityType Name="Power" BaseType="Power.v1_4_9.Power"/>
1329*f2a8e57eSGunnar Mills      <EntityType Name="PowerControl" BaseType="Power.v1_4_9.PowerControl"/>
1330*f2a8e57eSGunnar Mills      <EntityType Name="Voltage" BaseType="Power.v1_4_9.Voltage"/>
1331*f2a8e57eSGunnar Mills      <EntityType Name="PowerSupply" BaseType="Power.v1_4_9.PowerSupply"/>
1332*f2a8e57eSGunnar Mills    </Schema>
1333*f2a8e57eSGunnar Mills
1334720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_5_0">
1335720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1336720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2017.3"/>
1337720c9898SEd Tanous
1338720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_4_1.Power"/>
1339720c9898SEd Tanous
1340720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_4_1.PowerControl"/>
1341720c9898SEd Tanous
1342720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_4_1.Voltage"/>
1343720c9898SEd Tanous
1344720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_4_1.PowerSupply">
1345720c9898SEd Tanous        <Property Name="Location" Type="Resource.Location" Nullable="false">
1346720c9898SEd Tanous          <Annotation Term="OData.Description" String="The location of the power supply."/>
1347720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the location information of the associated power supply."/>
1348720c9898SEd Tanous        </Property>
1349720c9898SEd Tanous        <NavigationProperty Name="Assembly" Type="Assembly.Assembly" ContainsTarget="true" Nullable="false">
1350720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1351720c9898SEd Tanous          <Annotation Term="OData.Description" String="The link to the assembly resource associated with this power supply."/>
1352*f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type `Assembly`."/>
1353720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
1354720c9898SEd Tanous        </NavigationProperty>
1355720c9898SEd Tanous        <Property Name="PowerInputWatts" Type="Edm.Decimal">
1356720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1357720c9898SEd Tanous          <Annotation Term="OData.Description" String="The measured input power of this power supply."/>
1358720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the measured input power, in watt units, of the associated power supply."/>
1359720c9898SEd Tanous          <Annotation Term="Measures.Unit" String="W"/>
1360720c9898SEd Tanous          <Annotation Term="Validation.Minimum" Int="0"/>
1361720c9898SEd Tanous        </Property>
1362720c9898SEd Tanous        <Property Name="PowerOutputWatts" Type="Edm.Decimal">
1363720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1364720c9898SEd Tanous          <Annotation Term="OData.Description" String="The measured output power of this power supply."/>
1365720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the measured output power, in watt units, of the associated power supply."/>
1366720c9898SEd Tanous          <Annotation Term="Measures.Unit" String="W"/>
1367720c9898SEd Tanous          <Annotation Term="Validation.Minimum" Int="0"/>
1368720c9898SEd Tanous        </Property>
1369720c9898SEd Tanous        <Property Name="EfficiencyPercent" Type="Edm.Decimal">
1370720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1371720c9898SEd Tanous          <Annotation Term="OData.Description" String="The measured efficiency of this power supply as a percentage."/>
1372720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the measured power efficiency, as a percentage, of the associated power supply."/>
1373720c9898SEd Tanous          <Annotation Term="Measures.Unit" String="%"/>
1374720c9898SEd Tanous          <Annotation Term="Validation.Minimum" Int="0"/>
1375720c9898SEd Tanous          <Annotation Term="Validation.Maximum" Int="100"/>
1376720c9898SEd Tanous        </Property>
1377720c9898SEd Tanous        <Property Name="HotPluggable" Type="Edm.Boolean">
1378720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1379720c9898SEd Tanous          <Annotation Term="OData.Description" String="An indication of whether this device can be inserted or removed while the equipment is in operation."/>
1380720c9898SEd Tanous          <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."/>
1381720c9898SEd Tanous        </Property>
1382720c9898SEd Tanous      </EntityType>
1383720c9898SEd Tanous    </Schema>
1384720c9898SEd Tanous
1385720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_5_1">
1386720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1387720c9898SEd Tanous      <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."/>
1388720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_5_0.Power"/>
1389720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_5_0.PowerControl"/>
1390720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_5_0.Voltage"/>
1391720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_5_0.PowerSupply"/>
1392720c9898SEd Tanous    </Schema>
1393720c9898SEd Tanous
1394720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_5_2">
1395720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1396*f2a8e57eSGunnar Mills      <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."/>
1397720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_5_1.Power"/>
1398720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_5_1.PowerControl"/>
1399720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_5_1.Voltage"/>
1400720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_5_1.PowerSupply"/>
1401720c9898SEd Tanous    </Schema>
1402720c9898SEd Tanous
1403720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_5_3">
1404720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1405720c9898SEd Tanous      <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."/>
1406720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_5_2.Power"/>
1407720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_5_2.PowerControl"/>
1408720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_5_2.Voltage"/>
1409720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_5_2.PowerSupply"/>
1410720c9898SEd Tanous    </Schema>
1411720c9898SEd Tanous
1412720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_5_4">
1413720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1414720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1415720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_5_3.Power"/>
1416720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_5_3.PowerControl"/>
1417720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_5_3.Voltage"/>
1418720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_5_3.PowerSupply"/>
1419720c9898SEd Tanous    </Schema>
1420720c9898SEd Tanous
1421720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_5_5">
1422720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1423720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1424720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_5_4.Power"/>
1425720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_5_4.PowerControl"/>
1426720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_5_4.Voltage"/>
1427720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_5_4.PowerSupply"/>
1428720c9898SEd Tanous    </Schema>
1429720c9898SEd Tanous
1430720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_5_6">
1431720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1432720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1433720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_5_5.Power"/>
1434720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_5_5.PowerControl"/>
1435720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_5_5.Voltage"/>
1436720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_5_5.PowerSupply"/>
1437720c9898SEd Tanous    </Schema>
1438720c9898SEd Tanous
1439720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_5_7">
1440720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1441720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
1442720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_5_6.Power"/>
1443720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_5_6.PowerControl"/>
1444720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_5_6.Voltage"/>
1445720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_5_6.PowerSupply"/>
1446720c9898SEd Tanous    </Schema>
1447720c9898SEd Tanous
1448720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_5_8">
1449720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1450720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1451720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_5_7.Power"/>
1452720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_5_7.PowerControl"/>
1453720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_5_7.Voltage"/>
1454720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_5_7.PowerSupply"/>
1455720c9898SEd Tanous    </Schema>
1456720c9898SEd Tanous
1457*f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_5_9">
1458*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1459*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
1460*f2a8e57eSGunnar Mills      <EntityType Name="Power" BaseType="Power.v1_5_8.Power"/>
1461*f2a8e57eSGunnar Mills      <EntityType Name="PowerControl" BaseType="Power.v1_5_8.PowerControl"/>
1462*f2a8e57eSGunnar Mills      <EntityType Name="Voltage" BaseType="Power.v1_5_8.Voltage"/>
1463*f2a8e57eSGunnar Mills      <EntityType Name="PowerSupply" BaseType="Power.v1_5_8.PowerSupply"/>
1464*f2a8e57eSGunnar Mills    </Schema>
1465*f2a8e57eSGunnar Mills
1466720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_6_0">
1467720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1468720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2019.3"/>
1469720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to add a reset action for individual power supplies."/>
1470720c9898SEd Tanous
1471720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_5_4.Power"/>
1472720c9898SEd Tanous
1473720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_5_4.PowerControl"/>
1474720c9898SEd Tanous
1475720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_5_4.Voltage"/>
1476720c9898SEd Tanous
1477720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_5_4.PowerSupply"/>
1478720c9898SEd Tanous    </Schema>
1479720c9898SEd Tanous
1480720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_6_1">
1481720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1482720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1483720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_6_0.Power"/>
1484720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_6_0.PowerControl"/>
1485720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_6_0.Voltage"/>
1486720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_6_0.PowerSupply"/>
1487720c9898SEd Tanous    </Schema>
1488720c9898SEd Tanous
1489720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_6_2">
1490720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1491720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1492720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_6_1.Power"/>
1493720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_6_1.PowerControl"/>
1494720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_6_1.Voltage"/>
1495720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_6_1.PowerSupply"/>
1496720c9898SEd Tanous    </Schema>
1497720c9898SEd Tanous
1498720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_6_3">
1499720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1500720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
1501720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_6_2.Power"/>
1502720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_6_2.PowerControl"/>
1503720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_6_2.Voltage"/>
1504720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_6_2.PowerSupply"/>
1505720c9898SEd Tanous    </Schema>
1506720c9898SEd Tanous
1507720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_6_4">
1508720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1509720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1510720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_6_3.Power"/>
1511720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_6_3.PowerControl"/>
1512720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_6_3.Voltage"/>
1513720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_6_3.PowerSupply"/>
1514720c9898SEd Tanous    </Schema>
1515720c9898SEd Tanous
1516*f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_6_5">
1517*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1518*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
1519*f2a8e57eSGunnar Mills      <EntityType Name="Power" BaseType="Power.v1_6_4.Power"/>
1520*f2a8e57eSGunnar Mills      <EntityType Name="PowerControl" BaseType="Power.v1_6_4.PowerControl"/>
1521*f2a8e57eSGunnar Mills      <EntityType Name="Voltage" BaseType="Power.v1_6_4.Voltage"/>
1522*f2a8e57eSGunnar Mills      <EntityType Name="PowerSupply" BaseType="Power.v1_6_4.PowerSupply"/>
1523*f2a8e57eSGunnar Mills    </Schema>
1524*f2a8e57eSGunnar Mills
1525720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_7_0">
1526720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1527720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to deprecate the schema."/>
1528720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2020.4"/>
1529720c9898SEd Tanous
1530720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_6_2.Power"/>
1531720c9898SEd Tanous
1532720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_6_2.PowerControl"/>
1533720c9898SEd Tanous
1534720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_6_2.Voltage"/>
1535720c9898SEd Tanous
1536720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_6_2.PowerSupply"/>
1537720c9898SEd Tanous    </Schema>
1538720c9898SEd Tanous
1539720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_7_1">
1540720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1541720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
1542720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_7_0.Power"/>
1543720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_7_0.PowerControl"/>
1544720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_7_0.Voltage"/>
1545720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_7_0.PowerSupply"/>
1546720c9898SEd Tanous    </Schema>
1547720c9898SEd Tanous
1548720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_7_2">
1549720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1550720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1551720c9898SEd Tanous      <EntityType Name="Power" BaseType="Power.v1_7_1.Power"/>
1552720c9898SEd Tanous      <EntityType Name="PowerControl" BaseType="Power.v1_7_1.PowerControl"/>
1553720c9898SEd Tanous      <EntityType Name="Voltage" BaseType="Power.v1_7_1.Voltage"/>
1554720c9898SEd Tanous      <EntityType Name="PowerSupply" BaseType="Power.v1_7_1.PowerSupply"/>
1555720c9898SEd Tanous    </Schema>
1556720c9898SEd Tanous
1557*f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Power.v1_7_3">
1558*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1559*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
1560*f2a8e57eSGunnar Mills      <EntityType Name="Power" BaseType="Power.v1_7_2.Power"/>
1561*f2a8e57eSGunnar Mills      <EntityType Name="PowerControl" BaseType="Power.v1_7_2.PowerControl"/>
1562*f2a8e57eSGunnar Mills      <EntityType Name="Voltage" BaseType="Power.v1_7_2.Voltage"/>
1563*f2a8e57eSGunnar Mills      <EntityType Name="PowerSupply" BaseType="Power.v1_7_2.PowerSupply"/>
1564*f2a8e57eSGunnar Mills    </Schema>
1565*f2a8e57eSGunnar Mills
1566720c9898SEd Tanous  </edmx:DataServices>
1567720c9898SEd Tanous</edmx:Edmx>
1568