xref: /openbmc/bmcweb/features/redfish/schema/dmtf/csdl/PowerDistributionMetrics_v1.xml (revision d125652e8a30dfeaad88bbfa5b1e04a80610469c)
12bde4061SEd Tanous<?xml version="1.0" encoding="UTF-8"?>
22bde4061SEd Tanous<!---->
32bde4061SEd Tanous<!--################################################################################       -->
4*d125652eSGunnar Mills<!--# Redfish Schema:  PowerDistributionMetrics v1.4.0                                     -->
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*d125652eSGunnar Mills<!--# Copyright 2014-2025 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.v1_0_0"/>
252bde4061SEd Tanous  </edmx:Reference>
262bde4061SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Sensor_v1.xml">
272bde4061SEd Tanous    <edmx:Include Namespace="Sensor"/>
282bde4061SEd Tanous  </edmx:Reference>
292bde4061SEd Tanous
302bde4061SEd Tanous  <edmx:DataServices>
312bde4061SEd Tanous
322bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerDistributionMetrics">
332bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
34f2a8e57eSGunnar Mills      <Annotation Term="Redfish.Language" String="en"/>
352bde4061SEd Tanous
362bde4061SEd Tanous      <EntityType Name="PowerDistributionMetrics" BaseType="Resource.v1_0_0.Resource" Abstract="true">
37f2a8e57eSGunnar Mills        <Annotation Term="OData.Description" String="The `PowerDistributionMetrics` schema contains metrics of a power distribution component or unit, such as a floor power distribution unit (PDU) or switchgear."/>
38f2a8e57eSGunnar Mills        <Annotation Term="OData.LongDescription" String="This resource shall represent the metrics of a power distribution component or unit for a Redfish implementation."/>
392bde4061SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
402bde4061SEd Tanous        <Annotation Term="Capabilities.InsertRestrictions">
412bde4061SEd Tanous          <Record>
422bde4061SEd Tanous            <PropertyValue Property="Insertable" Bool="false"/>
432bde4061SEd Tanous          </Record>
442bde4061SEd Tanous        </Annotation>
452bde4061SEd Tanous        <Annotation Term="Capabilities.UpdateRestrictions">
462bde4061SEd Tanous          <Record>
472bde4061SEd Tanous            <PropertyValue Property="Updatable" Bool="false"/>
482bde4061SEd Tanous          </Record>
492bde4061SEd Tanous        </Annotation>
502bde4061SEd Tanous        <Annotation Term="Capabilities.DeleteRestrictions">
512bde4061SEd Tanous          <Record>
522bde4061SEd Tanous            <PropertyValue Property="Deletable" Bool="false"/>
532bde4061SEd Tanous          </Record>
542bde4061SEd Tanous        </Annotation>
552bde4061SEd Tanous        <Annotation Term="Redfish.Uris">
562bde4061SEd Tanous          <Collection>
572bde4061SEd Tanous            <String>/redfish/v1/PowerEquipment/RackPDUs/{PowerDistributionId}/Metrics</String>
582bde4061SEd Tanous            <String>/redfish/v1/PowerEquipment/FloorPDUs/{PowerDistributionId}/Metrics</String>
592bde4061SEd Tanous            <String>/redfish/v1/PowerEquipment/TransferSwitches/{PowerDistributionId}/Metrics</String>
602bde4061SEd Tanous            <String>/redfish/v1/PowerEquipment/PowerShelves/{PowerDistributionId}/Metrics</String>
612bde4061SEd Tanous            <String>/redfish/v1/PowerEquipment/Switchgear/{PowerDistributionId}/Metrics</String>
622bde4061SEd Tanous            <String>/redfish/v1/PowerEquipment/ElectricalBuses/{PowerDistributionId}/Metrics</String>
632bde4061SEd Tanous          </Collection>
642bde4061SEd Tanous        </Annotation>
652bde4061SEd Tanous      </EntityType>
662bde4061SEd Tanous
672bde4061SEd Tanous      <Action Name="ResetMetrics" IsBound="true">
682bde4061SEd Tanous        <Parameter Name="PowerDistributionMetrics" Type="PowerDistributionMetrics.v1_0_0.Actions"/>
692bde4061SEd Tanous        <Annotation Term="OData.Description" String="This action resets the summary metrics related to this equipment."/>
702bde4061SEd Tanous        <Annotation Term="OData.LongDescription" String="This action shall reset any time intervals or counted values for this equipment."/>
712bde4061SEd Tanous      </Action>
722bde4061SEd Tanous    </Schema>
732bde4061SEd Tanous
742bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerDistributionMetrics.v1_0_0">
752bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
762bde4061SEd Tanous      <Annotation Term="Redfish.Release" String="2019.4"/>
772bde4061SEd Tanous
782bde4061SEd Tanous      <EntityType Name="PowerDistributionMetrics" BaseType="PowerDistributionMetrics.PowerDistributionMetrics">
792bde4061SEd Tanous        <NavigationProperty Name="PowerWatts" Type="Sensor.Sensor">
802bde4061SEd Tanous          <Annotation Term="Redfish.ExcerptCopy" String="Power"/>
812bde4061SEd Tanous          <Annotation Term="OData.Description" String="Power consumption (W)."/>
82f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain the total power, in watt units, for this resource that represents the `Total` `ElectricalContext` sensor when multiple power sensors exist.  The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `Power`."/>
832bde4061SEd Tanous        </NavigationProperty>
842bde4061SEd Tanous
852bde4061SEd Tanous        <NavigationProperty Name="EnergykWh" Type="Sensor.Sensor">
862bde4061SEd Tanous          <Annotation Term="Redfish.ExcerptCopy" String="EnergykWh"/>
872bde4061SEd Tanous          <Annotation Term="OData.Description" String="Energy consumption (kWh)."/>
88f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain the total energy, in kilowatt-hour units, for this resource 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`."/>
892bde4061SEd Tanous        </NavigationProperty>
902bde4061SEd Tanous
912bde4061SEd Tanous        <Property Name="Actions" Type="PowerDistributionMetrics.v1_0_0.Actions" Nullable="false">
922bde4061SEd Tanous          <Annotation Term="OData.Description" String="The available actions for this resource."/>
932bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
942bde4061SEd Tanous        </Property>
952bde4061SEd Tanous      </EntityType>
962bde4061SEd Tanous
972bde4061SEd Tanous      <ComplexType Name="Actions">
982bde4061SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
992bde4061SEd Tanous        <Annotation Term="OData.Description" String="The available actions for this resource."/>
1002bde4061SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
1012bde4061SEd Tanous        <Property Name="Oem" Type="PowerDistributionMetrics.v1_0_0.OemActions" Nullable="false">
1022bde4061SEd Tanous          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
1032bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
1042bde4061SEd Tanous        </Property>
1052bde4061SEd Tanous      </ComplexType>
1062bde4061SEd Tanous
1072bde4061SEd Tanous      <ComplexType Name="OemActions">
1082bde4061SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
1092bde4061SEd Tanous        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
1102bde4061SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
1112bde4061SEd Tanous      </ComplexType>
1122bde4061SEd Tanous    </Schema>
1132bde4061SEd Tanous
1142bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerDistributionMetrics.v1_0_1">
1152bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
116f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to update the descriptions for power and energy sensors."/>
1172bde4061SEd Tanous      <EntityType Name="PowerDistributionMetrics" BaseType="PowerDistributionMetrics.v1_0_0.PowerDistributionMetrics"/>
1182bde4061SEd Tanous    </Schema>
1192bde4061SEd Tanous
1202bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerDistributionMetrics.v1_0_2">
1212bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
122f2a8e57eSGunnar 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."/>
1232bde4061SEd Tanous      <EntityType Name="PowerDistributionMetrics" BaseType="PowerDistributionMetrics.v1_0_1.PowerDistributionMetrics"/>
1242bde4061SEd Tanous    </Schema>
1252bde4061SEd Tanous
1262bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerDistributionMetrics.v1_0_3">
1272bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1282bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1292bde4061SEd Tanous      <EntityType Name="PowerDistributionMetrics" BaseType="PowerDistributionMetrics.v1_0_2.PowerDistributionMetrics"/>
1302bde4061SEd Tanous    </Schema>
1312bde4061SEd Tanous
132f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerDistributionMetrics.v1_0_4">
133f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
134f2a8e57eSGunnar 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."/>
135f2a8e57eSGunnar Mills      <EntityType Name="PowerDistributionMetrics" BaseType="PowerDistributionMetrics.v1_0_3.PowerDistributionMetrics"/>
136f2a8e57eSGunnar Mills    </Schema>
137f2a8e57eSGunnar Mills
1382bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerDistributionMetrics.v1_1_0">
1392bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1402bde4061SEd Tanous      <Annotation Term="Redfish.Release" String="2021.1"/>
1412bde4061SEd Tanous
1422bde4061SEd Tanous      <EntityType Name="PowerDistributionMetrics" BaseType="PowerDistributionMetrics.v1_0_1.PowerDistributionMetrics">
1432bde4061SEd Tanous        <NavigationProperty Name="TemperatureCelsius" Type="Sensor.Sensor">
1442bde4061SEd Tanous          <Annotation Term="Redfish.ExcerptCopy"/>
1452bde4061SEd Tanous          <Annotation Term="OData.Description" String="Temperature (Celsius)."/>
146f2a8e57eSGunnar 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`."/>
1472bde4061SEd Tanous        </NavigationProperty>
1482bde4061SEd Tanous        <NavigationProperty Name="HumidityPercent" Type="Sensor.Sensor">
1492bde4061SEd Tanous          <Annotation Term="Redfish.ExcerptCopy"/>
1502bde4061SEd Tanous          <Annotation Term="OData.Description" String="Humidity (percent)."/>
151f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain the humidity, 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 `Humidity`."/>
1522bde4061SEd Tanous        </NavigationProperty>
1532bde4061SEd Tanous      </EntityType>
1542bde4061SEd Tanous    </Schema>
1552bde4061SEd Tanous
1562bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerDistributionMetrics.v1_1_1">
1572bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
158f2a8e57eSGunnar 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."/>
1592bde4061SEd Tanous      <EntityType Name="PowerDistributionMetrics" BaseType="PowerDistributionMetrics.v1_1_0.PowerDistributionMetrics"/>
1602bde4061SEd Tanous    </Schema>
1612bde4061SEd Tanous
1622bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerDistributionMetrics.v1_1_2">
1632bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1642bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1652bde4061SEd Tanous      <EntityType Name="PowerDistributionMetrics" BaseType="PowerDistributionMetrics.v1_1_1.PowerDistributionMetrics"/>
1662bde4061SEd Tanous    </Schema>
1672bde4061SEd Tanous
168f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerDistributionMetrics.v1_1_3">
169f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
170f2a8e57eSGunnar 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."/>
171f2a8e57eSGunnar Mills      <EntityType Name="PowerDistributionMetrics" BaseType="PowerDistributionMetrics.v1_1_2.PowerDistributionMetrics"/>
172f2a8e57eSGunnar Mills    </Schema>
173f2a8e57eSGunnar Mills
174*d125652eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerDistributionMetrics.v1_1_4">
175*d125652eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
176*d125652eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify the usage of the HumidityPercent as a measurement exterior to a containing Chassis."/>
177*d125652eSGunnar Mills      <EntityType Name="PowerDistributionMetrics" BaseType="PowerDistributionMetrics.v1_1_3.PowerDistributionMetrics"/>
178*d125652eSGunnar Mills    </Schema>
179*d125652eSGunnar Mills
1802bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerDistributionMetrics.v1_2_0">
1812bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1822bde4061SEd Tanous      <Annotation Term="Redfish.Release" String="2021.2"/>
1832bde4061SEd Tanous
1842bde4061SEd Tanous      <EntityType Name="PowerDistributionMetrics" BaseType="PowerDistributionMetrics.v1_1_0.PowerDistributionMetrics">
1852bde4061SEd Tanous        <NavigationProperty Name="PowerLoadPercent" Type="Sensor.Sensor">
1862bde4061SEd Tanous          <Annotation Term="Redfish.ExcerptCopy"/>
1872bde4061SEd Tanous          <Annotation Term="OData.Description" String="The power load (percent) for this equipment."/>
188f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain the power load, in percent units, for this device that represents the `Total` `ElectricalContext` for this device.  The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `Percent`."/>
1892bde4061SEd Tanous        </NavigationProperty>
1902bde4061SEd Tanous      </EntityType>
1912bde4061SEd Tanous    </Schema>
1922bde4061SEd Tanous
1932bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerDistributionMetrics.v1_2_1">
1942bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
195f2a8e57eSGunnar 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."/>
1962bde4061SEd Tanous      <EntityType Name="PowerDistributionMetrics" BaseType="PowerDistributionMetrics.v1_2_0.PowerDistributionMetrics"/>
1972bde4061SEd Tanous    </Schema>
1982bde4061SEd Tanous
1992bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerDistributionMetrics.v1_2_2">
2002bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2012bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
2022bde4061SEd Tanous      <EntityType Name="PowerDistributionMetrics" BaseType="PowerDistributionMetrics.v1_2_1.PowerDistributionMetrics"/>
2032bde4061SEd Tanous    </Schema>
2042bde4061SEd Tanous
205f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerDistributionMetrics.v1_2_3">
206f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
207f2a8e57eSGunnar 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."/>
208f2a8e57eSGunnar Mills      <EntityType Name="PowerDistributionMetrics" BaseType="PowerDistributionMetrics.v1_2_2.PowerDistributionMetrics"/>
209f2a8e57eSGunnar Mills    </Schema>
210f2a8e57eSGunnar Mills
211*d125652eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerDistributionMetrics.v1_2_4">
212*d125652eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
213*d125652eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify the usage of the HumidityPercent as a measurement exterior to a containing Chassis."/>
214*d125652eSGunnar Mills      <EntityType Name="PowerDistributionMetrics" BaseType="PowerDistributionMetrics.v1_2_3.PowerDistributionMetrics"/>
215*d125652eSGunnar Mills    </Schema>
216*d125652eSGunnar Mills
2172bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerDistributionMetrics.v1_3_0">
2182bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2192bde4061SEd Tanous      <Annotation Term="Redfish.Release" String="2021.4"/>
2202bde4061SEd Tanous
2212bde4061SEd Tanous      <EntityType Name="PowerDistributionMetrics" BaseType="PowerDistributionMetrics.v1_2_1.PowerDistributionMetrics">
2222bde4061SEd Tanous        <NavigationProperty Name="AbsoluteHumidity" Type="Sensor.Sensor">
2232bde4061SEd Tanous          <Annotation Term="Redfish.ExcerptCopy"/>
2242bde4061SEd Tanous          <Annotation Term="OData.Description" String="Absolute humidity (g/m^3)."/>
225f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain the absolute (volumetric) humidity sensor reading, in grams per cubic meter 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 `AbsoluteHumidity`."/>
2262bde4061SEd Tanous        </NavigationProperty>
2272bde4061SEd Tanous      </EntityType>
2282bde4061SEd Tanous    </Schema>
2292bde4061SEd Tanous
2302bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerDistributionMetrics.v1_3_1">
2312bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2322bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
2332bde4061SEd Tanous      <EntityType Name="PowerDistributionMetrics" BaseType="PowerDistributionMetrics.v1_3_0.PowerDistributionMetrics"/>
2342bde4061SEd Tanous    </Schema>
2352bde4061SEd Tanous
236f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerDistributionMetrics.v1_3_2">
237f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
238f2a8e57eSGunnar 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."/>
239f2a8e57eSGunnar Mills      <EntityType Name="PowerDistributionMetrics" BaseType="PowerDistributionMetrics.v1_3_1.PowerDistributionMetrics"/>
240f2a8e57eSGunnar Mills    </Schema>
241f2a8e57eSGunnar Mills
242*d125652eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerDistributionMetrics.v1_3_3">
243*d125652eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
244*d125652eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify the usage of the `HumidityPercent` and `AbsoluteHumidity` as measurements exterior to a containing `Chassis` resource."/>
245*d125652eSGunnar Mills      <EntityType Name="PowerDistributionMetrics" BaseType="PowerDistributionMetrics.v1_3_2.PowerDistributionMetrics"/>
246*d125652eSGunnar Mills    </Schema>
247*d125652eSGunnar Mills
248*d125652eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerDistributionMetrics.v1_4_0">
249*d125652eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
250*d125652eSGunnar Mills      <Annotation Term="Redfish.Release" String="2025.1"/>
251*d125652eSGunnar Mills
252*d125652eSGunnar Mills      <EntityType Name="PowerDistributionMetrics" BaseType="PowerDistributionMetrics.v1_3_3.PowerDistributionMetrics">
253*d125652eSGunnar Mills        <NavigationProperty Name="AmbientTemperatureCelsius" Type="Sensor.Sensor">
254*d125652eSGunnar Mills          <Annotation Term="Redfish.ExcerptCopy"/>
255*d125652eSGunnar Mills          <Annotation Term="OData.Description" String="Ambient temperature (Celsius)."/>
256*d125652eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain the ambient temperature, in degree Celsius units, for this resource.  The ambient temperature shall be the temperature measured at a point exterior to the `Chassis` containing 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`.  This property shall only be present, if supported, in resource instances subordinate to a `Chassis` or `CoolingUnit` resource."/>
257*d125652eSGunnar Mills        </NavigationProperty>
258*d125652eSGunnar Mills      </EntityType>
259*d125652eSGunnar Mills    </Schema>
260*d125652eSGunnar Mills
2612bde4061SEd Tanous  </edmx:DataServices>
2622bde4061SEd Tanous</edmx:Edmx>
263