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