1*720c9898SEd Tanous<?xml version="1.0" encoding="UTF-8"?>
2*720c9898SEd Tanous<!---->
3*720c9898SEd Tanous<!--################################################################################       -->
4*720c9898SEd Tanous<!--# Redfish Schema:  EnvironmentMetrics v1.3.1                                           -->
5*720c9898SEd Tanous<!--#                                                                                      -->
6*720c9898SEd Tanous<!--# For a detailed change log, see the README file contained in the DSP8010 bundle,      -->
7*720c9898SEd Tanous<!--# available at http://www.dmtf.org/standards/redfish                                   -->
8*720c9898SEd Tanous<!--# Copyright 2014-2023 DMTF.                                                            -->
9*720c9898SEd Tanous<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10*720c9898SEd Tanous<!--################################################################################       -->
11*720c9898SEd Tanous<!---->
12*720c9898SEd Tanous<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
13*720c9898SEd Tanous
14*720c9898SEd Tanous  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
15*720c9898SEd Tanous    <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
16*720c9898SEd Tanous  </edmx:Reference>
17*720c9898SEd Tanous  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
18*720c9898SEd Tanous    <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
19*720c9898SEd Tanous  </edmx:Reference>
20*720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
21*720c9898SEd Tanous    <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
22*720c9898SEd Tanous  </edmx:Reference>
23*720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
24*720c9898SEd Tanous    <edmx:Include Namespace="Resource.v1_0_0"/>
25*720c9898SEd Tanous  </edmx:Reference>
26*720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Sensor_v1.xml">
27*720c9898SEd Tanous    <edmx:Include Namespace="Sensor"/>
28*720c9898SEd Tanous  </edmx:Reference>
29*720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Control_v1.xml">
30*720c9898SEd Tanous    <edmx:Include Namespace="Control"/>
31*720c9898SEd Tanous  </edmx:Reference>
32*720c9898SEd Tanous
33*720c9898SEd Tanous  <edmx:DataServices>
34*720c9898SEd Tanous
35*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EnvironmentMetrics">
36*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
37*720c9898SEd Tanous
38*720c9898SEd Tanous      <EntityType Name="EnvironmentMetrics" BaseType="Resource.v1_0_0.Resource" Abstract="true">
39*720c9898SEd Tanous        <Annotation Term="OData.Description" String="The EnvironmentMetrics schema represents the environmental metrics of a device."/>
40*720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This resource shall represent the environmental metrics for a Redfish implementation."/>
41*720c9898SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
42*720c9898SEd Tanous        <Annotation Term="Capabilities.InsertRestrictions">
43*720c9898SEd Tanous          <Record>
44*720c9898SEd Tanous            <PropertyValue Property="Insertable" Bool="false"/>
45*720c9898SEd Tanous          </Record>
46*720c9898SEd Tanous        </Annotation>
47*720c9898SEd Tanous        <Annotation Term="Capabilities.UpdateRestrictions">
48*720c9898SEd Tanous          <Record>
49*720c9898SEd Tanous            <PropertyValue Property="Updatable" Bool="true"/>
50*720c9898SEd Tanous          </Record>
51*720c9898SEd Tanous        </Annotation>
52*720c9898SEd Tanous        <Annotation Term="Capabilities.DeleteRestrictions">
53*720c9898SEd Tanous          <Record>
54*720c9898SEd Tanous            <PropertyValue Property="Deletable" Bool="false"/>
55*720c9898SEd Tanous          </Record>
56*720c9898SEd Tanous        </Annotation>
57*720c9898SEd Tanous        <Annotation Term="Redfish.Uris">
58*720c9898SEd Tanous          <Collection>
59*720c9898SEd Tanous            <String>/redfish/v1/Systems/{ComputerSystemId}/Processors/{ProcessorId}/EnvironmentMetrics</String>
60*720c9898SEd Tanous            <String>/redfish/v1/Systems/{ComputerSystemId}/Memory/{MemoryId}/EnvironmentMetrics</String>
61*720c9898SEd Tanous            <String>/redfish/v1/Systems/{ComputerSystemId}/Storage/{StorageId}/Drives/{DriveId}/EnvironmentMetrics</String>
62*720c9898SEd Tanous            <String>/redfish/v1/Systems/{ComputerSystemId}/PCIeDevices/{PCIeDeviceId}/EnvironmentMetrics</String>
63*720c9898SEd Tanous            <String>/redfish/v1/Systems/{ComputerSystemId}/Storage/{StorageId}/Controllers/{ControllerId}/EnvironmentMetrics</String>
64*720c9898SEd Tanous            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Processors/{ProcessorId}/EnvironmentMetrics</String>
65*720c9898SEd Tanous            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Memory/{MemoryId}/EnvironmentMetrics</String>
66*720c9898SEd Tanous            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Drives/{DriveId}/EnvironmentMetrics</String>
67*720c9898SEd Tanous            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Drives/{DriveId}/EnvironmentMetrics</String>
68*720c9898SEd Tanous            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Processors/{ProcessorId}/EnvironmentMetrics</String>
69*720c9898SEd Tanous            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Memory/{MemoryId}/EnvironmentMetrics</String>
70*720c9898SEd Tanous            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/PCIeDevices/{PCIeDeviceId}/EnvironmentMetrics</String>
71*720c9898SEd Tanous            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Drives/{DriveId}/EnvironmentMetrics</String>
72*720c9898SEd Tanous            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Controllers/{ControllerId}/EnvironmentMetrics</String>
73*720c9898SEd Tanous            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Controllers/{ControllerId}/EnvironmentMetrics</String>
74*720c9898SEd Tanous            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Processors/{ProcessorId}/EnvironmentMetrics</String>
75*720c9898SEd Tanous            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Memory/{MemoryId}/EnvironmentMetrics</String>
76*720c9898SEd Tanous            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Drives/{DriveId}/EnvironmentMetrics</String>
77*720c9898SEd Tanous            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Controllers/{ControllerId}/EnvironmentMetrics</String>
78*720c9898SEd Tanous            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Drives/{DriveId}/EnvironmentMetrics</String>
79*720c9898SEd Tanous            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Processors/{ProcessorId}/EnvironmentMetrics</String>
80*720c9898SEd Tanous            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Memory/{MemoryId}/EnvironmentMetrics</String>
81*720c9898SEd Tanous            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/PCIeDevices/{PCIeDeviceId}/EnvironmentMetrics</String>
82*720c9898SEd Tanous            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Drives/{DriveId}/EnvironmentMetrics</String>
83*720c9898SEd Tanous            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Controllers/{ControllerId}/EnvironmentMetrics</String>
84*720c9898SEd Tanous            <String>/redfish/v1/Chassis/{ChassisId}/Memory/{MemoryId}/EnvironmentMetrics</String>
85*720c9898SEd Tanous            <String>/redfish/v1/Chassis/{ChassisId}/Drives/{DriveId}/EnvironmentMetrics</String>
86*720c9898SEd Tanous            <String>/redfish/v1/Chassis/{ChassisId}/EnvironmentMetrics</String>
87*720c9898SEd Tanous            <String>/redfish/v1/Chassis/{ChassisId}/PCIeDevices/{PCIeDeviceId}/EnvironmentMetrics</String>
88*720c9898SEd Tanous            <String>/redfish/v1/Chassis/{ChassisId}/NetworkAdapters/{NetworkAdapterId}/EnvironmentMetrics</String>
89*720c9898SEd Tanous            <String>/redfish/v1/Chassis/{ChassisId}/MediaControllers/{MediaControllerId}/EnvironmentMetrics</String>
90*720c9898SEd Tanous            <String>/redfish/v1/Facilities/{FacilityId}/EnvironmentMetrics</String>
91*720c9898SEd Tanous            <String>/redfish/v1/Facilities/{FacilityId}/AmbientMetrics</String>
92*720c9898SEd Tanous            <String>/redfish/v1/Fabrics/{FabricId}/Switches/{SwitchId}/EnvironmentMetrics</String>
93*720c9898SEd Tanous            <String>/redfish/v1/Storage/{StorageId}/Controllers/{ControllerId}/EnvironmentMetrics</String>
94*720c9898SEd Tanous            <String>/redfish/v1/Fabrics/{FabricId}/Switches/{SwitchId}/Ports/{PortId}/EnvironmentMetrics</String>
95*720c9898SEd Tanous            <String>/redfish/v1/Systems/{ComputerSystemId}/Storage/{StorageId}/StorageControllers/{StorageControllerId}/Ports/{PortId}/EnvironmentMetrics</String>
96*720c9898SEd Tanous            <String>/redfish/v1/Systems/{ComputerSystemId}/Storage/{StorageId}/Controllers/{StorageControllerId}/Ports/{PortId}/EnvironmentMetrics</String>
97*720c9898SEd Tanous            <String>/redfish/v1/Systems/{ComputerSystemId}/FabricAdapters/{FabricAdapterId}/Ports/{PortId}/EnvironmentMetrics</String>
98*720c9898SEd Tanous            <String>/redfish/v1/Systems/{ComputerSystemId}/GraphicsControllers/{ControllerId}/Ports/{PortId}/EnvironmentMetrics</String>
99*720c9898SEd Tanous            <String>/redfish/v1/Systems/{ComputerSystemId}/USBControllers/{ControllerId}/Ports/{PortId}/EnvironmentMetrics</String>
100*720c9898SEd Tanous            <String>/redfish/v1/Systems/{ComputerSystemId}/Processors/{ProcessorId}/Ports/{PortId}/EnvironmentMetrics</String>
101*720c9898SEd Tanous            <String>/redfish/v1/Chassis/{ChassisId}/MediaControllers/{MediaControllerId}/Ports/{PortId}/EnvironmentMetrics</String>
102*720c9898SEd Tanous            <String>/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}/Ports/{PortId}/EnvironmentMetrics</String>
103*720c9898SEd Tanous            <String>/redfish/v1/Chassis/{ChassisId}/NetworkAdapters/{NetworkAdapterId}/Ports/{PortId}/EnvironmentMetrics</String>
104*720c9898SEd Tanous            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/StorageControllers/{StorageControllerId}/Ports/{PortId}/EnvironmentMetrics</String>
105*720c9898SEd Tanous            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Controllers/{StorageControllerId}/Ports/{PortId}/EnvironmentMetrics</String>
106*720c9898SEd Tanous            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Processors/{ProcessorId}/Ports/{PortId}/EnvironmentMetrics</String>
107*720c9898SEd Tanous            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/StorageControllers/{StorageControllerId}/Ports/{PortId}/EnvironmentMetrics</String>
108*720c9898SEd Tanous            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Controllers/{StorageControllerId}/Ports/{PortId}/EnvironmentMetrics</String>
109*720c9898SEd Tanous            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/FabricAdapters/{FabricAdapterId}/Ports/{PortId}/EnvironmentMetrics</String>
110*720c9898SEd Tanous            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/GraphicsControllers/{ControllerId}/Ports/{PortId}/EnvironmentMetrics</String>
111*720c9898SEd Tanous            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/USBControllers/{ControllerId}/Ports/{PortId}/EnvironmentMetrics</String>
112*720c9898SEd Tanous            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Processors/{ProcessorId}/Ports/{PortId}/EnvironmentMetrics</String>
113*720c9898SEd Tanous            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/StorageControllers/{StorageControllerId}/Ports/{PortId}/EnvironmentMetrics</String>
114*720c9898SEd Tanous            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Controllers/{StorageControllerId}/Ports/{PortId}/EnvironmentMetrics</String>
115*720c9898SEd Tanous            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Processors/{ProcessorId}/Ports/{PortId}/EnvironmentMetrics</String>
116*720c9898SEd Tanous            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/StorageControllers/{StorageControllerId}/Ports/{PortId}/EnvironmentMetrics</String>
117*720c9898SEd Tanous            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Controllers/{StorageControllerId}/Ports/{PortId}/EnvironmentMetrics</String>
118*720c9898SEd Tanous            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/FabricAdapters/{FabricAdapterId}/Ports/{PortId}/EnvironmentMetrics</String>
119*720c9898SEd Tanous            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/GraphicsControllers/{ControllerId}/Ports/{PortId}/EnvironmentMetrics</String>
120*720c9898SEd Tanous            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/USBControllers/{ControllerId}/Ports/{PortId}/EnvironmentMetrics</String>
121*720c9898SEd Tanous            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Processors/{ProcessorId}/Ports/{PortId}/EnvironmentMetrics</String>
122*720c9898SEd Tanous            <String>/redfish/v1/Storage/{StorageId}/StorageControllers/{StorageControllerId}/Ports/{PortId}/EnvironmentMetrics</String>
123*720c9898SEd Tanous            <String>/redfish/v1/Storage/{StorageId}/Controllers/{StorageControllerId}/Ports/{PortId}/EnvironmentMetrics</String>
124*720c9898SEd Tanous            <String>/redfish/v1/Managers/{ManagerId}/USBPorts/{PortId}/EnvironmentMetrics</String>
125*720c9898SEd Tanous            <String>/redfish/v1/Managers/{ManagerId}/DedicatedNetworkPorts/{PortId}/EnvironmentMetrics</String>
126*720c9898SEd Tanous            <String>/redfish/v1/ThermalEquipment/CDUs/{CoolingUnitId}/EnvironmentMetrics</String>
127*720c9898SEd Tanous            <String>/redfish/v1/ThermalEquipment/ImmersionUnits/{CoolingUnitId}/EnvironmentMetrics</String>
128*720c9898SEd Tanous            <String>/redfish/v1/ThermalEquipment/HeatExchangers/{CoolingUnitId}/EnvironmentMetrics</String>
129*720c9898SEd Tanous          </Collection>
130*720c9898SEd Tanous        </Annotation>
131*720c9898SEd Tanous      </EntityType>
132*720c9898SEd Tanous
133*720c9898SEd Tanous      <Action Name="ResetMetrics" IsBound="true">
134*720c9898SEd Tanous        <Parameter Name="EnvironmentMetrics" Type="EnvironmentMetrics.v1_0_0.Actions"/>
135*720c9898SEd Tanous        <Annotation Term="OData.Description" String="This action resets the summary metrics related to this equipment."/>
136*720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This action shall reset any time intervals or counted values for this equipment."/>
137*720c9898SEd Tanous      </Action>
138*720c9898SEd Tanous
139*720c9898SEd Tanous      <Action Name="ResetToDefaults" IsBound="true">
140*720c9898SEd Tanous        <Annotation Term="OData.Description" String="The action resets the values of writable properties to factory defaults."/>
141*720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This action shall reset the values of writable properties in this resource to their default values as specified by the manufacturer."/>
142*720c9898SEd Tanous        <Parameter Name="EnvironmentMetrics" Type="EnvironmentMetrics.v1_0_0.Actions"/>
143*720c9898SEd Tanous        <Annotation Term="Redfish.Revisions">
144*720c9898SEd Tanous          <Collection>
145*720c9898SEd Tanous            <Record>
146*720c9898SEd Tanous              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
147*720c9898SEd Tanous              <PropertyValue Property="Version" String="v1_3_0"/>
148*720c9898SEd Tanous            </Record>
149*720c9898SEd Tanous          </Collection>
150*720c9898SEd Tanous        </Annotation>
151*720c9898SEd Tanous      </Action>
152*720c9898SEd Tanous    </Schema>
153*720c9898SEd Tanous
154*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EnvironmentMetrics.v1_0_0">
155*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
156*720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2020.4"/>
157*720c9898SEd Tanous
158*720c9898SEd Tanous      <EntityType Name="EnvironmentMetrics" BaseType="EnvironmentMetrics.EnvironmentMetrics">
159*720c9898SEd Tanous        <NavigationProperty Name="TemperatureCelsius" Type="Sensor.Sensor">
160*720c9898SEd Tanous          <Annotation Term="Redfish.ExcerptCopy"/>
161*720c9898SEd Tanous          <Annotation Term="OData.Description" String="Temperature (Celsius)."/>
162*720c9898SEd Tanous          <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`."/>
163*720c9898SEd Tanous        </NavigationProperty>
164*720c9898SEd Tanous        <NavigationProperty Name="HumidityPercent" Type="Sensor.Sensor">
165*720c9898SEd Tanous          <Annotation Term="Redfish.ExcerptCopy"/>
166*720c9898SEd Tanous          <Annotation Term="OData.Description" String="Humidity (percent)."/>
167*720c9898SEd Tanous          <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`."/>
168*720c9898SEd Tanous        </NavigationProperty>
169*720c9898SEd Tanous        <NavigationProperty Name="FanSpeedsPercent" Type="Collection(Sensor.Sensor)">
170*720c9898SEd Tanous          <Annotation Term="Redfish.ExcerptCopy" String="FanArray"/>
171*720c9898SEd Tanous          <Annotation Term="OData.Description" String="Fan speeds (percent)."/>
172*720c9898SEd Tanous          <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`."/>
173*720c9898SEd Tanous        </NavigationProperty>
174*720c9898SEd Tanous        <NavigationProperty Name="PowerWatts" Type="Sensor.Sensor">
175*720c9898SEd Tanous          <Annotation Term="Redfish.ExcerptCopy" String="Power"/>
176*720c9898SEd Tanous          <Annotation Term="OData.Description" String="Power consumption (W)."/>
177*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the total power, 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`."/>
178*720c9898SEd Tanous        </NavigationProperty>
179*720c9898SEd Tanous        <NavigationProperty Name="EnergykWh" Type="Sensor.Sensor">
180*720c9898SEd Tanous          <Annotation Term="Redfish.ExcerptCopy" String="EnergykWh"/>
181*720c9898SEd Tanous          <Annotation Term="OData.Description" String="Energy consumption (kWh)."/>
182*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the total energy, in kilowatt-hour 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 `EnergykWh`."/>
183*720c9898SEd Tanous        </NavigationProperty>
184*720c9898SEd Tanous        <Property Name="Actions" Type="EnvironmentMetrics.v1_0_0.Actions" Nullable="false">
185*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The available actions for this resource."/>
186*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
187*720c9898SEd Tanous        </Property>
188*720c9898SEd Tanous      </EntityType>
189*720c9898SEd Tanous
190*720c9898SEd Tanous      <ComplexType Name="Actions">
191*720c9898SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
192*720c9898SEd Tanous        <Annotation Term="OData.Description" String="The available actions for this resource."/>
193*720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
194*720c9898SEd Tanous        <Property Name="Oem" Type="EnvironmentMetrics.v1_0_0.OemActions" Nullable="false">
195*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
196*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
197*720c9898SEd Tanous        </Property>
198*720c9898SEd Tanous      </ComplexType>
199*720c9898SEd Tanous
200*720c9898SEd Tanous      <ComplexType Name="OemActions">
201*720c9898SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
202*720c9898SEd Tanous        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
203*720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
204*720c9898SEd Tanous      </ComplexType>
205*720c9898SEd Tanous    </Schema>
206*720c9898SEd Tanous
207*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EnvironmentMetrics.v1_0_1">
208*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
209*720c9898SEd Tanous      <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."/>
210*720c9898SEd Tanous      <EntityType Name="EnvironmentMetrics" BaseType="EnvironmentMetrics.v1_0_0.EnvironmentMetrics"/>
211*720c9898SEd Tanous    </Schema>
212*720c9898SEd Tanous
213*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EnvironmentMetrics.v1_0_2">
214*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
215*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
216*720c9898SEd Tanous      <EntityType Name="EnvironmentMetrics" BaseType="EnvironmentMetrics.v1_0_1.EnvironmentMetrics"/>
217*720c9898SEd Tanous    </Schema>
218*720c9898SEd Tanous
219*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EnvironmentMetrics.v1_1_0">
220*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
221*720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2021.2"/>
222*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to add PowerLoadPercent, PowerLimitWatts, and DewPointCelsius."/>
223*720c9898SEd Tanous
224*720c9898SEd Tanous      <EntityType Name="EnvironmentMetrics" BaseType="EnvironmentMetrics.v1_0_0.EnvironmentMetrics">
225*720c9898SEd Tanous        <NavigationProperty Name="PowerLoadPercent" Type="Sensor.Sensor">
226*720c9898SEd Tanous          <Annotation Term="Redfish.ExcerptCopy"/>
227*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The power load (percent) for this device."/>
228*720c9898SEd Tanous          <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`."/>
229*720c9898SEd Tanous        </NavigationProperty>
230*720c9898SEd Tanous        <NavigationProperty Name="PowerLimitWatts" Type="Control.Control">
231*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
232*720c9898SEd Tanous          <Annotation Term="Redfish.ExcerptCopy" String="Single"/>
233*720c9898SEd Tanous          <Annotation Term="OData.Description" String="Power limit (W)."/>
234*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the power limit control, in watt units, for this resource.  The value of the DataSourceUri property, if present, shall reference a resource of type Control with the ControlType property containing the value of `Power`."/>
235*720c9898SEd Tanous        </NavigationProperty>
236*720c9898SEd Tanous        <NavigationProperty Name="DewPointCelsius" Type="Sensor.Sensor">
237*720c9898SEd Tanous          <Annotation Term="Redfish.ExcerptCopy"/>
238*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The dew point temperature (C)."/>
239*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the dew point, in degree Celsius units, based on the temperature and humidity values 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`."/>
240*720c9898SEd Tanous        </NavigationProperty>
241*720c9898SEd Tanous      </EntityType>
242*720c9898SEd Tanous    </Schema>
243*720c9898SEd Tanous
244*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EnvironmentMetrics.v1_1_1">
245*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
246*720c9898SEd Tanous      <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."/>
247*720c9898SEd Tanous      <EntityType Name="EnvironmentMetrics" BaseType="EnvironmentMetrics.v1_1_0.EnvironmentMetrics"/>
248*720c9898SEd Tanous    </Schema>
249*720c9898SEd Tanous
250*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EnvironmentMetrics.v1_1_2">
251*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
252*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
253*720c9898SEd Tanous      <EntityType Name="EnvironmentMetrics" BaseType="EnvironmentMetrics.v1_1_1.EnvironmentMetrics"/>
254*720c9898SEd Tanous    </Schema>
255*720c9898SEd Tanous
256*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EnvironmentMetrics.v1_2_0">
257*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
258*720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2021.4"/>
259*720c9898SEd Tanous
260*720c9898SEd Tanous      <EntityType Name="EnvironmentMetrics" BaseType="EnvironmentMetrics.v1_1_1.EnvironmentMetrics">
261*720c9898SEd Tanous        <NavigationProperty Name="AbsoluteHumidity" Type="Sensor.Sensor">
262*720c9898SEd Tanous          <Annotation Term="Redfish.ExcerptCopy"/>
263*720c9898SEd Tanous          <Annotation Term="OData.Description" String="Absolute humidity (g/m^3)."/>
264*720c9898SEd Tanous          <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`."/>
265*720c9898SEd Tanous        </NavigationProperty>
266*720c9898SEd Tanous        <NavigationProperty Name="EnergyJoules" Type="Sensor.Sensor">
267*720c9898SEd Tanous          <Annotation Term="Redfish.ExcerptCopy"/>
268*720c9898SEd Tanous          <Annotation Term="OData.Description" String="Energy consumption (J)."/>
269*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the total energy, in joule 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 `EnergyJoules`.  This property is used for reporting device-level energy consumption measurements, while EnergykWh is used for large-scale consumption measurements."/>
270*720c9898SEd Tanous        </NavigationProperty>
271*720c9898SEd Tanous      </EntityType>
272*720c9898SEd Tanous    </Schema>
273*720c9898SEd Tanous
274*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EnvironmentMetrics.v1_2_1">
275*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
276*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
277*720c9898SEd Tanous      <EntityType Name="EnvironmentMetrics" BaseType="EnvironmentMetrics.v1_2_0.EnvironmentMetrics"/>
278*720c9898SEd Tanous    </Schema>
279*720c9898SEd Tanous
280*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EnvironmentMetrics.v1_3_0">
281*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
282*720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2022.2"/>
283*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to add the ResetToDefaults action."/>
284*720c9898SEd Tanous
285*720c9898SEd Tanous      <EntityType Name="EnvironmentMetrics" BaseType="EnvironmentMetrics.v1_2_0.EnvironmentMetrics"/>
286*720c9898SEd Tanous    </Schema>
287*720c9898SEd Tanous
288*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EnvironmentMetrics.v1_3_1">
289*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
290*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
291*720c9898SEd Tanous      <EntityType Name="EnvironmentMetrics" BaseType="EnvironmentMetrics.v1_3_0.EnvironmentMetrics"/>
292*720c9898SEd Tanous    </Schema>
293*720c9898SEd Tanous
294*720c9898SEd Tanous  </edmx:DataServices>
295*720c9898SEd Tanous</edmx:Edmx>
296