12bde4061SEd Tanous<?xml version="1.0" encoding="UTF-8"?>
22bde4061SEd Tanous<!---->
32bde4061SEd Tanous<!--################################################################################       -->
4*f2a8e57eSGunnar Mills<!--# Redfish Schema:  PowerSupplyMetrics v1.1.2                                           -->
52bde4061SEd Tanous<!--#                                                                                      -->
62bde4061SEd Tanous<!--# For a detailed change log, see the README file contained in the DSP8010 bundle,      -->
72bde4061SEd Tanous<!--# available at http://www.dmtf.org/standards/redfish                                   -->
8*f2a8e57eSGunnar Mills<!--# Copyright 2014-2024 DMTF.                                                            -->
92bde4061SEd Tanous<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
102bde4061SEd Tanous<!--################################################################################       -->
112bde4061SEd Tanous<!---->
122bde4061SEd Tanous<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
132bde4061SEd Tanous
142bde4061SEd Tanous  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
152bde4061SEd Tanous    <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
162bde4061SEd Tanous  </edmx:Reference>
172bde4061SEd Tanous  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
182bde4061SEd Tanous    <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
192bde4061SEd Tanous  </edmx:Reference>
202bde4061SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
212bde4061SEd Tanous    <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
222bde4061SEd Tanous  </edmx:Reference>
232bde4061SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
242bde4061SEd Tanous    <edmx:Include Namespace="Resource"/>
252bde4061SEd Tanous    <edmx:Include Namespace="Resource.v1_0_0"/>
262bde4061SEd Tanous  </edmx:Reference>
272bde4061SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Sensor_v1.xml">
282bde4061SEd Tanous    <edmx:Include Namespace="Sensor"/>
292bde4061SEd Tanous  </edmx:Reference>
302bde4061SEd Tanous
312bde4061SEd Tanous  <edmx:DataServices>
322bde4061SEd Tanous
332bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerSupplyMetrics">
342bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
35*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.Language" String="en"/>
362bde4061SEd Tanous
372bde4061SEd Tanous      <EntityType Name="PowerSupplyMetrics" BaseType="Resource.v1_0_0.Resource" Abstract="true">
38*f2a8e57eSGunnar Mills        <Annotation Term="OData.Description" String="The `PowerSupplyMetrics` schema contains definitions for the metrics of a power supply."/>
392bde4061SEd Tanous        <Annotation Term="OData.LongDescription" String="This resource shall be used to represent the metrics of a power supply unit for a Redfish implementation."/>
402bde4061SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
412bde4061SEd Tanous        <Annotation Term="Capabilities.InsertRestrictions">
422bde4061SEd Tanous          <Record>
432bde4061SEd Tanous            <PropertyValue Property="Insertable" Bool="false"/>
442bde4061SEd Tanous          </Record>
452bde4061SEd Tanous        </Annotation>
462bde4061SEd Tanous        <Annotation Term="Capabilities.UpdateRestrictions">
472bde4061SEd Tanous          <Record>
482bde4061SEd Tanous            <PropertyValue Property="Updatable" Bool="false"/>
492bde4061SEd Tanous          </Record>
502bde4061SEd Tanous        </Annotation>
512bde4061SEd Tanous        <Annotation Term="Capabilities.DeleteRestrictions">
522bde4061SEd Tanous          <Record>
532bde4061SEd Tanous            <PropertyValue Property="Deletable" Bool="false"/>
542bde4061SEd Tanous          </Record>
552bde4061SEd Tanous        </Annotation>
562bde4061SEd Tanous        <Annotation Term="Redfish.Uris">
572bde4061SEd Tanous          <Collection>
582bde4061SEd Tanous            <String>/redfish/v1/Chassis/{ChassisId}/PowerSubsystem/PowerSupplies/{PowerSupplyId}/Metrics</String>
592bde4061SEd Tanous            <String>/redfish/v1/PowerEquipment/PowerShelves/{PowerDistributionId}/PowerSupplies/{PowerSupplyId}/Metrics</String>
602bde4061SEd Tanous          </Collection>
612bde4061SEd Tanous        </Annotation>
622bde4061SEd Tanous      </EntityType>
632bde4061SEd Tanous
642bde4061SEd Tanous      <Action Name="ResetMetrics" IsBound="true">
652bde4061SEd Tanous        <Parameter Name="PowerSupplyMetrics" Type="PowerSupplyMetrics.v1_0_0.Actions"/>
662bde4061SEd Tanous        <Annotation Term="OData.Description" String="This action resets the summary metrics related to this equipment."/>
672bde4061SEd Tanous        <Annotation Term="OData.LongDescription" String="This action shall reset any time intervals or counted values for this equipment."/>
682bde4061SEd Tanous      </Action>
692bde4061SEd Tanous    </Schema>
702bde4061SEd Tanous
712bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerSupplyMetrics.v1_0_0">
722bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
732bde4061SEd Tanous      <Annotation Term="Redfish.Release" String="2020.4"/>
742bde4061SEd Tanous
752bde4061SEd Tanous      <EntityType Name="PowerSupplyMetrics" BaseType="PowerSupplyMetrics.PowerSupplyMetrics">
762bde4061SEd Tanous        <Property Name="Status" Type="Resource.Status" Nullable="false">
772bde4061SEd Tanous          <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
782bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
792bde4061SEd Tanous        </Property>
802bde4061SEd Tanous        <NavigationProperty Name="InputVoltage" Type="Sensor.Sensor">
812bde4061SEd Tanous          <Annotation Term="OData.Description" String="The input voltage (V) for this power supply."/>
82*f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain the input voltage, in volt units, for this power supply.  The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `Voltage`."/>
832bde4061SEd Tanous          <Annotation Term="Redfish.ExcerptCopy" String="Voltage"/>
842bde4061SEd Tanous        </NavigationProperty>
852bde4061SEd Tanous        <NavigationProperty Name="InputCurrentAmps" Type="Sensor.Sensor">
862bde4061SEd Tanous          <Annotation Term="OData.Description" String="The input current (A) for this power supply."/>
87*f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain the input current, in ampere units, for this power supply.  The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `Current`."/>
882bde4061SEd Tanous          <Annotation Term="Redfish.ExcerptCopy" String="Current"/>
892bde4061SEd Tanous        </NavigationProperty>
902bde4061SEd Tanous        <NavigationProperty Name="InputPowerWatts" Type="Sensor.Sensor">
912bde4061SEd Tanous          <Annotation Term="OData.Description" String="The input power (W) for this power supply."/>
92*f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain the input power, in watt units, for this power supply.  The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `Power`."/>
932bde4061SEd Tanous          <Annotation Term="Redfish.ExcerptCopy" String="Power"/>
942bde4061SEd Tanous        </NavigationProperty>
952bde4061SEd Tanous        <NavigationProperty Name="EnergykWh" Type="Sensor.Sensor">
962bde4061SEd Tanous          <Annotation Term="Redfish.ExcerptCopy" String="EnergykWh"/>
972bde4061SEd Tanous          <Annotation Term="OData.Description" String="The energy consumption (kWh) of this unit."/>
98*f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain the total energy, in kilowatt-hour units, for this unit that represents the `Total` `ElectricalContext` sensor when multiple energy sensors exist.  The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `EnergykWh`."/>
992bde4061SEd Tanous        </NavigationProperty>
1002bde4061SEd Tanous        <NavigationProperty Name="FrequencyHz" Type="Sensor.Sensor">
1012bde4061SEd Tanous          <Annotation Term="Redfish.ExcerptCopy"/>
1022bde4061SEd Tanous          <Annotation Term="OData.Description" String="The frequency (Hz) for this power supply."/>
1032bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the frequency, in hertz units, for this power supply."/>
1042bde4061SEd Tanous        </NavigationProperty>
1052bde4061SEd Tanous        <NavigationProperty Name="OutputPowerWatts" Type="Sensor.Sensor">
1062bde4061SEd Tanous          <Annotation Term="OData.Description" String="The total power output (W) for this power supply."/>
107*f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain the total output power, in watt units, for this power supply.  The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `Power`."/>
1082bde4061SEd Tanous          <Annotation Term="Redfish.ExcerptCopy" String="Power"/>
1092bde4061SEd Tanous        </NavigationProperty>
1102bde4061SEd Tanous        <NavigationProperty Name="RailVoltage" Type="Collection(Sensor.Sensor)">
1112bde4061SEd Tanous          <Annotation Term="OData.Description" String="The output voltages (V) for this power supply."/>
112*f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain the output voltages, in volt units, for this power supply.  The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `Voltage`.  The sensors shall appear in the same array order as the `OutputRails` property in the associated `PowerSupply` resource."/>
1132bde4061SEd Tanous          <Annotation Term="Redfish.ExcerptCopy" String="Voltage"/>
1142bde4061SEd Tanous        </NavigationProperty>
1152bde4061SEd Tanous        <NavigationProperty Name="RailCurrentAmps" Type="Collection(Sensor.Sensor)">
1162bde4061SEd Tanous          <Annotation Term="OData.Description" String="The output currents (A) for this power supply."/>
117*f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain the output currents, in ampere units, for this power supply.  The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `Current`.  The sensors shall appear in the same array order as the `OutputRails` property in the associated `PowerSupply` resource."/>
1182bde4061SEd Tanous          <Annotation Term="Redfish.ExcerptCopy" String="Current"/>
1192bde4061SEd Tanous        </NavigationProperty>
1202bde4061SEd Tanous        <NavigationProperty Name="RailPowerWatts" Type="Collection(Sensor.Sensor)">
1212bde4061SEd Tanous          <Annotation Term="OData.Description" String="The output power readings (W) for this power supply."/>
122*f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain the output power readings, in watt units, for this power supply.  The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `Power`.  The sensors shall appear in the same array order as the `OutputRails` property in the associated `PowerSupply` resource."/>
1232bde4061SEd Tanous          <Annotation Term="Redfish.ExcerptCopy" String="Power"/>
1242bde4061SEd Tanous        </NavigationProperty>
1252bde4061SEd Tanous        <NavigationProperty Name="TemperatureCelsius" Type="Sensor.Sensor">
1262bde4061SEd Tanous          <Annotation Term="Redfish.ExcerptCopy"/>
1272bde4061SEd Tanous          <Annotation Term="OData.Description" String="The temperature (C) for this power supply."/>
128*f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain the temperature, in degree Celsius units, for this resource.  The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `Temperature`."/>
1292bde4061SEd Tanous        </NavigationProperty>
1302bde4061SEd Tanous        <NavigationProperty Name="FanSpeedPercent" Type="Sensor.Sensor">
1312bde4061SEd Tanous          <Annotation Term="Redfish.ExcerptCopy" String="Fan"/>
1322bde4061SEd Tanous          <Annotation Term="OData.Description" String="The fan speed (percent) for this power supply."/>
133*f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain the fan speed, in percent units, for this resource.  The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `Percent`."/>
1342bde4061SEd Tanous          <Annotation Term="Redfish.Revisions">
1352bde4061SEd Tanous            <Collection>
1362bde4061SEd Tanous              <Record>
1372bde4061SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
1382bde4061SEd Tanous                <PropertyValue Property="Version" String="v1_1_0"/>
139*f2a8e57eSGunnar Mills                <PropertyValue Property="Description" String="This property has been deprecated in favor of `FanSpeedsPercent` to support multiple fans within a power supply."/>
1402bde4061SEd Tanous              </Record>
1412bde4061SEd Tanous            </Collection>
1422bde4061SEd Tanous          </Annotation>
1432bde4061SEd Tanous        </NavigationProperty>
1442bde4061SEd Tanous
1452bde4061SEd Tanous        <Property Name="Actions" Type="PowerSupplyMetrics.v1_0_0.Actions" Nullable="false">
1462bde4061SEd Tanous          <Annotation Term="OData.Description" String="The available actions for this resource."/>
1472bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
1482bde4061SEd Tanous        </Property>
1492bde4061SEd Tanous      </EntityType>
1502bde4061SEd Tanous
1512bde4061SEd Tanous      <ComplexType Name="Actions">
1522bde4061SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
1532bde4061SEd Tanous        <Annotation Term="OData.Description" String="The available actions for this resource."/>
1542bde4061SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
1552bde4061SEd Tanous        <Property Name="Oem" Type="PowerSupplyMetrics.v1_0_0.OemActions" Nullable="false">
1562bde4061SEd Tanous          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
1572bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
1582bde4061SEd Tanous        </Property>
1592bde4061SEd Tanous      </ComplexType>
1602bde4061SEd Tanous
1612bde4061SEd Tanous      <ComplexType Name="OemActions">
1622bde4061SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
1632bde4061SEd Tanous        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
1642bde4061SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
1652bde4061SEd Tanous      </ComplexType>
1662bde4061SEd Tanous    </Schema>
1672bde4061SEd Tanous
1682bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerSupplyMetrics.v1_0_1">
1692bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
170*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to update descriptions to tie excerpt property definitions to a specific type of `Sensor` or `Control` resource.  It was also created to remove unused object definitions."/>
1712bde4061SEd Tanous      <EntityType Name="PowerSupplyMetrics" BaseType="PowerSupplyMetrics.v1_0_0.PowerSupplyMetrics"/>
1722bde4061SEd Tanous    </Schema>
1732bde4061SEd Tanous
1742bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerSupplyMetrics.v1_0_2">
1752bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1762bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1772bde4061SEd Tanous      <EntityType Name="PowerSupplyMetrics" BaseType="PowerSupplyMetrics.v1_0_1.PowerSupplyMetrics"/>
1782bde4061SEd Tanous    </Schema>
1792bde4061SEd Tanous
180*f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerSupplyMetrics.v1_0_3">
181*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
182*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
183*f2a8e57eSGunnar Mills      <EntityType Name="PowerSupplyMetrics" BaseType="PowerSupplyMetrics.v1_0_2.PowerSupplyMetrics"/>
184*f2a8e57eSGunnar Mills    </Schema>
185*f2a8e57eSGunnar Mills
1862bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerSupplyMetrics.v1_1_0">
1872bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1882bde4061SEd Tanous      <Annotation Term="Redfish.Release" String="2023.1"/>
189*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to deprecate `FanSpeedPercent` in favor of `FanSpeedsPercent`."/>
1902bde4061SEd Tanous
1912bde4061SEd Tanous      <EntityType Name="PowerSupplyMetrics" BaseType="PowerSupplyMetrics.v1_0_1.PowerSupplyMetrics">
1922bde4061SEd Tanous        <NavigationProperty Name="FanSpeedsPercent" Type="Collection(Sensor.Sensor)">
1932bde4061SEd Tanous          <Annotation Term="Redfish.ExcerptCopy" String="FanArray"/>
1942bde4061SEd Tanous          <Annotation Term="OData.Description" String="Fan speeds (percent)."/>
195*f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain the fan speeds, in percent units, for this resource.  The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `Percent`."/>
1962bde4061SEd Tanous        </NavigationProperty>
1972bde4061SEd Tanous      </EntityType>
1982bde4061SEd Tanous    </Schema>
1992bde4061SEd Tanous
2002bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerSupplyMetrics.v1_1_1">
2012bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2022bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
2032bde4061SEd Tanous      <EntityType Name="PowerSupplyMetrics" BaseType="PowerSupplyMetrics.v1_1_0.PowerSupplyMetrics"/>
2042bde4061SEd Tanous    </Schema>
2052bde4061SEd Tanous
206*f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerSupplyMetrics.v1_1_2">
207*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
208*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
209*f2a8e57eSGunnar Mills      <EntityType Name="PowerSupplyMetrics" BaseType="PowerSupplyMetrics.v1_1_1.PowerSupplyMetrics"/>
210*f2a8e57eSGunnar Mills    </Schema>
211*f2a8e57eSGunnar Mills
2122bde4061SEd Tanous  </edmx:DataServices>
2132bde4061SEd Tanous</edmx:Edmx>
214