12bde4061SEd Tanous<?xml version="1.0" encoding="UTF-8"?>
22bde4061SEd Tanous<!---->
32bde4061SEd Tanous<!--################################################################################       -->
4*f2a8e57eSGunnar Mills<!--# Redfish Schema:  HeaterMetrics v1.0.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.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="HeaterMetrics">
332bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
34*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.Language" String="en"/>
352bde4061SEd Tanous
362bde4061SEd Tanous      <EntityType Name="HeaterMetrics" BaseType="Resource.v1_0_0.Resource" Abstract="true">
37*f2a8e57eSGunnar Mills        <Annotation Term="OData.Description" String="The `HeaterMetrics` schema contains definitions for the metrics of a heater."/>
382bde4061SEd Tanous        <Annotation Term="OData.LongDescription" String="This resource shall be used to represent the metrics of a heater 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/Chassis/{ChassisId}/ThermalSubsystem/Heaters/{HeaderId}/Metrics</String>
582bde4061SEd Tanous          </Collection>
592bde4061SEd Tanous        </Annotation>
602bde4061SEd Tanous      </EntityType>
612bde4061SEd Tanous
622bde4061SEd Tanous      <Action Name="ResetMetrics" IsBound="true">
632bde4061SEd Tanous        <Parameter Name="HeaterMetrics" Type="HeaterMetrics.v1_0_0.Actions"/>
642bde4061SEd Tanous        <Annotation Term="OData.Description" String="This action resets the summary metrics related to this equipment."/>
652bde4061SEd Tanous        <Annotation Term="OData.LongDescription" String="This action shall reset any time intervals or counted values for this equipment."/>
662bde4061SEd Tanous      </Action>
672bde4061SEd Tanous    </Schema>
682bde4061SEd Tanous
692bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="HeaterMetrics.v1_0_0">
702bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
712bde4061SEd Tanous      <Annotation Term="Redfish.Release" String="2022.3"/>
722bde4061SEd Tanous
732bde4061SEd Tanous      <EntityType Name="HeaterMetrics" BaseType="HeaterMetrics.HeaterMetrics">
742bde4061SEd Tanous        <NavigationProperty Name="TemperatureReadingsCelsius" Type="Collection(Sensor.Sensor)">
752bde4061SEd Tanous          <Annotation Term="Redfish.ExcerptCopy" String="Array"/>
762bde4061SEd Tanous          <Annotation Term="OData.Description" String="The temperatures (in degree Celsius units) from all related sensors for this device."/>
77*f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain the temperatures, in degree Celsius units, for this subsystem.  The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `Temperature`."/>
782bde4061SEd Tanous        </NavigationProperty>
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)."/>
82*f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain the total power consumption, in watt 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 `Power`."/>
832bde4061SEd Tanous        </NavigationProperty>
842bde4061SEd Tanous        <Property Name="PrePowerOnHeatingTimeSeconds" Type="Edm.Int64">
852bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
862bde4061SEd Tanous          <Annotation Term="OData.Description" String="The total number of seconds the heater was active while the device it heats was powered off."/>
872bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the total number of seconds the heater was active while the device it heats was powered off."/>
882bde4061SEd Tanous        </Property>
892bde4061SEd Tanous        <Property Name="RuntimeHeatingTimeSeconds" Type="Edm.Int64">
902bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
912bde4061SEd Tanous          <Annotation Term="OData.Description" String="The total number of seconds the heater was active while the device it heats was powered on."/>
922bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the total number of seconds the heater was active while the device it heats was powered on."/>
932bde4061SEd Tanous        </Property>
942bde4061SEd Tanous        <Property Name="Actions" Type="HeaterMetrics.v1_0_0.Actions" Nullable="false">
952bde4061SEd Tanous          <Annotation Term="OData.Description" String="The available actions for this resource."/>
962bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
972bde4061SEd Tanous        </Property>
982bde4061SEd Tanous      </EntityType>
992bde4061SEd Tanous
1002bde4061SEd Tanous      <ComplexType Name="Actions">
1012bde4061SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
1022bde4061SEd Tanous        <Annotation Term="OData.Description" String="The available actions for this resource."/>
1032bde4061SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
1042bde4061SEd Tanous        <Property Name="Oem" Type="HeaterMetrics.v1_0_0.OemActions" Nullable="false">
1052bde4061SEd Tanous          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
1062bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
1072bde4061SEd Tanous        </Property>
1082bde4061SEd Tanous      </ComplexType>
1092bde4061SEd Tanous
1102bde4061SEd Tanous      <ComplexType Name="OemActions">
1112bde4061SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
1122bde4061SEd Tanous        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
1132bde4061SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
1142bde4061SEd Tanous      </ComplexType>
1152bde4061SEd Tanous    </Schema>
1162bde4061SEd Tanous
1172bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="HeaterMetrics.v1_0_1">
1182bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1192bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1202bde4061SEd Tanous      <EntityType Name="HeaterMetrics" BaseType="HeaterMetrics.v1_0_0.HeaterMetrics"/>
1212bde4061SEd Tanous    </Schema>
1222bde4061SEd Tanous
123*f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="HeaterMetrics.v1_0_2">
124*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
125*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."/>
126*f2a8e57eSGunnar Mills      <EntityType Name="HeaterMetrics" BaseType="HeaterMetrics.v1_0_1.HeaterMetrics"/>
127*f2a8e57eSGunnar Mills    </Schema>
128*f2a8e57eSGunnar Mills
1292bde4061SEd Tanous  </edmx:DataServices>
1302bde4061SEd Tanous</edmx:Edmx>
131