1720c9898SEd Tanous<?xml version="1.0" encoding="UTF-8"?>
2720c9898SEd Tanous<!---->
3720c9898SEd Tanous<!--################################################################################       -->
4*f2a8e57eSGunnar Mills<!--# Redfish Schema:  EnvironmentMetrics v1.3.2                                           -->
5720c9898SEd Tanous<!--#                                                                                      -->
6720c9898SEd Tanous<!--# For a detailed change log, see the README file contained in the DSP8010 bundle,      -->
7720c9898SEd Tanous<!--# available at http://www.dmtf.org/standards/redfish                                   -->
8*f2a8e57eSGunnar Mills<!--# Copyright 2014-2024 DMTF.                                                            -->
9720c9898SEd Tanous<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10720c9898SEd Tanous<!--################################################################################       -->
11720c9898SEd Tanous<!---->
12720c9898SEd Tanous<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
13720c9898SEd Tanous
14720c9898SEd Tanous  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
15720c9898SEd Tanous    <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
16720c9898SEd Tanous  </edmx:Reference>
17720c9898SEd Tanous  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
18720c9898SEd Tanous    <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
19720c9898SEd Tanous  </edmx:Reference>
20720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
21720c9898SEd Tanous    <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
22720c9898SEd Tanous  </edmx:Reference>
23720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
24720c9898SEd Tanous    <edmx:Include Namespace="Resource.v1_0_0"/>
25720c9898SEd Tanous  </edmx:Reference>
26720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Sensor_v1.xml">
27720c9898SEd Tanous    <edmx:Include Namespace="Sensor"/>
28720c9898SEd Tanous  </edmx:Reference>
29720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Control_v1.xml">
30720c9898SEd Tanous    <edmx:Include Namespace="Control"/>
31720c9898SEd Tanous  </edmx:Reference>
32720c9898SEd Tanous
33720c9898SEd Tanous  <edmx:DataServices>
34720c9898SEd Tanous
35720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EnvironmentMetrics">
36720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
37*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.Language" String="en"/>
38720c9898SEd Tanous
39720c9898SEd Tanous      <EntityType Name="EnvironmentMetrics" BaseType="Resource.v1_0_0.Resource" Abstract="true">
40*f2a8e57eSGunnar Mills        <Annotation Term="OData.Description" String="The `EnvironmentMetrics` schema represents the environmental metrics of a device."/>
41720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This resource shall represent the environmental metrics for a Redfish implementation."/>
42720c9898SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
43720c9898SEd Tanous        <Annotation Term="Capabilities.InsertRestrictions">
44720c9898SEd Tanous          <Record>
45720c9898SEd Tanous            <PropertyValue Property="Insertable" Bool="false"/>
46720c9898SEd Tanous          </Record>
47720c9898SEd Tanous        </Annotation>
48720c9898SEd Tanous        <Annotation Term="Capabilities.UpdateRestrictions">
49720c9898SEd Tanous          <Record>
50720c9898SEd Tanous            <PropertyValue Property="Updatable" Bool="true"/>
51720c9898SEd Tanous          </Record>
52720c9898SEd Tanous        </Annotation>
53720c9898SEd Tanous        <Annotation Term="Capabilities.DeleteRestrictions">
54720c9898SEd Tanous          <Record>
55720c9898SEd Tanous            <PropertyValue Property="Deletable" Bool="false"/>
56720c9898SEd Tanous          </Record>
57720c9898SEd Tanous        </Annotation>
58720c9898SEd Tanous        <Annotation Term="Redfish.Uris">
59720c9898SEd Tanous          <Collection>
60720c9898SEd Tanous            <String>/redfish/v1/Systems/{ComputerSystemId}/Processors/{ProcessorId}/EnvironmentMetrics</String>
61720c9898SEd Tanous            <String>/redfish/v1/Systems/{ComputerSystemId}/Memory/{MemoryId}/EnvironmentMetrics</String>
62720c9898SEd Tanous            <String>/redfish/v1/Systems/{ComputerSystemId}/Storage/{StorageId}/Drives/{DriveId}/EnvironmentMetrics</String>
63720c9898SEd Tanous            <String>/redfish/v1/Systems/{ComputerSystemId}/PCIeDevices/{PCIeDeviceId}/EnvironmentMetrics</String>
64720c9898SEd Tanous            <String>/redfish/v1/Systems/{ComputerSystemId}/Storage/{StorageId}/Controllers/{ControllerId}/EnvironmentMetrics</String>
65720c9898SEd Tanous            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Processors/{ProcessorId}/EnvironmentMetrics</String>
66720c9898SEd Tanous            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Memory/{MemoryId}/EnvironmentMetrics</String>
67720c9898SEd Tanous            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Drives/{DriveId}/EnvironmentMetrics</String>
68720c9898SEd Tanous            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Drives/{DriveId}/EnvironmentMetrics</String>
69720c9898SEd Tanous            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Processors/{ProcessorId}/EnvironmentMetrics</String>
70720c9898SEd Tanous            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Memory/{MemoryId}/EnvironmentMetrics</String>
71720c9898SEd Tanous            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/PCIeDevices/{PCIeDeviceId}/EnvironmentMetrics</String>
72720c9898SEd Tanous            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Drives/{DriveId}/EnvironmentMetrics</String>
73720c9898SEd Tanous            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Controllers/{ControllerId}/EnvironmentMetrics</String>
74720c9898SEd Tanous            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Controllers/{ControllerId}/EnvironmentMetrics</String>
75720c9898SEd Tanous            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Processors/{ProcessorId}/EnvironmentMetrics</String>
76720c9898SEd Tanous            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Memory/{MemoryId}/EnvironmentMetrics</String>
77720c9898SEd Tanous            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Drives/{DriveId}/EnvironmentMetrics</String>
78720c9898SEd Tanous            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Controllers/{ControllerId}/EnvironmentMetrics</String>
79720c9898SEd Tanous            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Drives/{DriveId}/EnvironmentMetrics</String>
80720c9898SEd Tanous            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Processors/{ProcessorId}/EnvironmentMetrics</String>
81720c9898SEd Tanous            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Memory/{MemoryId}/EnvironmentMetrics</String>
82720c9898SEd Tanous            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/PCIeDevices/{PCIeDeviceId}/EnvironmentMetrics</String>
83720c9898SEd Tanous            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Drives/{DriveId}/EnvironmentMetrics</String>
84720c9898SEd Tanous            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Controllers/{ControllerId}/EnvironmentMetrics</String>
85720c9898SEd Tanous            <String>/redfish/v1/Chassis/{ChassisId}/Memory/{MemoryId}/EnvironmentMetrics</String>
86720c9898SEd Tanous            <String>/redfish/v1/Chassis/{ChassisId}/Drives/{DriveId}/EnvironmentMetrics</String>
87720c9898SEd Tanous            <String>/redfish/v1/Chassis/{ChassisId}/EnvironmentMetrics</String>
88720c9898SEd Tanous            <String>/redfish/v1/Chassis/{ChassisId}/PCIeDevices/{PCIeDeviceId}/EnvironmentMetrics</String>
89720c9898SEd Tanous            <String>/redfish/v1/Chassis/{ChassisId}/NetworkAdapters/{NetworkAdapterId}/EnvironmentMetrics</String>
90720c9898SEd Tanous            <String>/redfish/v1/Chassis/{ChassisId}/MediaControllers/{MediaControllerId}/EnvironmentMetrics</String>
91720c9898SEd Tanous            <String>/redfish/v1/Facilities/{FacilityId}/EnvironmentMetrics</String>
92720c9898SEd Tanous            <String>/redfish/v1/Facilities/{FacilityId}/AmbientMetrics</String>
93720c9898SEd Tanous            <String>/redfish/v1/Fabrics/{FabricId}/Switches/{SwitchId}/EnvironmentMetrics</String>
94720c9898SEd Tanous            <String>/redfish/v1/Storage/{StorageId}/Controllers/{ControllerId}/EnvironmentMetrics</String>
95720c9898SEd Tanous            <String>/redfish/v1/Fabrics/{FabricId}/Switches/{SwitchId}/Ports/{PortId}/EnvironmentMetrics</String>
96720c9898SEd Tanous            <String>/redfish/v1/Systems/{ComputerSystemId}/Storage/{StorageId}/StorageControllers/{StorageControllerId}/Ports/{PortId}/EnvironmentMetrics</String>
97720c9898SEd Tanous            <String>/redfish/v1/Systems/{ComputerSystemId}/Storage/{StorageId}/Controllers/{StorageControllerId}/Ports/{PortId}/EnvironmentMetrics</String>
98720c9898SEd Tanous            <String>/redfish/v1/Systems/{ComputerSystemId}/FabricAdapters/{FabricAdapterId}/Ports/{PortId}/EnvironmentMetrics</String>
99720c9898SEd Tanous            <String>/redfish/v1/Systems/{ComputerSystemId}/GraphicsControllers/{ControllerId}/Ports/{PortId}/EnvironmentMetrics</String>
100720c9898SEd Tanous            <String>/redfish/v1/Systems/{ComputerSystemId}/USBControllers/{ControllerId}/Ports/{PortId}/EnvironmentMetrics</String>
101720c9898SEd Tanous            <String>/redfish/v1/Systems/{ComputerSystemId}/Processors/{ProcessorId}/Ports/{PortId}/EnvironmentMetrics</String>
102720c9898SEd Tanous            <String>/redfish/v1/Chassis/{ChassisId}/MediaControllers/{MediaControllerId}/Ports/{PortId}/EnvironmentMetrics</String>
103720c9898SEd Tanous            <String>/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}/Ports/{PortId}/EnvironmentMetrics</String>
104720c9898SEd Tanous            <String>/redfish/v1/Chassis/{ChassisId}/NetworkAdapters/{NetworkAdapterId}/Ports/{PortId}/EnvironmentMetrics</String>
105720c9898SEd Tanous            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/StorageControllers/{StorageControllerId}/Ports/{PortId}/EnvironmentMetrics</String>
106720c9898SEd Tanous            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Controllers/{StorageControllerId}/Ports/{PortId}/EnvironmentMetrics</String>
107720c9898SEd Tanous            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Processors/{ProcessorId}/Ports/{PortId}/EnvironmentMetrics</String>
108720c9898SEd Tanous            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/StorageControllers/{StorageControllerId}/Ports/{PortId}/EnvironmentMetrics</String>
109720c9898SEd Tanous            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Controllers/{StorageControllerId}/Ports/{PortId}/EnvironmentMetrics</String>
110720c9898SEd Tanous            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/FabricAdapters/{FabricAdapterId}/Ports/{PortId}/EnvironmentMetrics</String>
111720c9898SEd Tanous            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/GraphicsControllers/{ControllerId}/Ports/{PortId}/EnvironmentMetrics</String>
112720c9898SEd Tanous            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/USBControllers/{ControllerId}/Ports/{PortId}/EnvironmentMetrics</String>
113720c9898SEd Tanous            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Processors/{ProcessorId}/Ports/{PortId}/EnvironmentMetrics</String>
114720c9898SEd Tanous            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/StorageControllers/{StorageControllerId}/Ports/{PortId}/EnvironmentMetrics</String>
115720c9898SEd Tanous            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Controllers/{StorageControllerId}/Ports/{PortId}/EnvironmentMetrics</String>
116720c9898SEd Tanous            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Processors/{ProcessorId}/Ports/{PortId}/EnvironmentMetrics</String>
117720c9898SEd Tanous            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/StorageControllers/{StorageControllerId}/Ports/{PortId}/EnvironmentMetrics</String>
118720c9898SEd Tanous            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Controllers/{StorageControllerId}/Ports/{PortId}/EnvironmentMetrics</String>
119720c9898SEd Tanous            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/FabricAdapters/{FabricAdapterId}/Ports/{PortId}/EnvironmentMetrics</String>
120720c9898SEd Tanous            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/GraphicsControllers/{ControllerId}/Ports/{PortId}/EnvironmentMetrics</String>
121720c9898SEd Tanous            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/USBControllers/{ControllerId}/Ports/{PortId}/EnvironmentMetrics</String>
122720c9898SEd Tanous            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Processors/{ProcessorId}/Ports/{PortId}/EnvironmentMetrics</String>
123720c9898SEd Tanous            <String>/redfish/v1/Storage/{StorageId}/StorageControllers/{StorageControllerId}/Ports/{PortId}/EnvironmentMetrics</String>
124720c9898SEd Tanous            <String>/redfish/v1/Storage/{StorageId}/Controllers/{StorageControllerId}/Ports/{PortId}/EnvironmentMetrics</String>
125720c9898SEd Tanous            <String>/redfish/v1/Managers/{ManagerId}/USBPorts/{PortId}/EnvironmentMetrics</String>
126720c9898SEd Tanous            <String>/redfish/v1/Managers/{ManagerId}/DedicatedNetworkPorts/{PortId}/EnvironmentMetrics</String>
127720c9898SEd Tanous            <String>/redfish/v1/ThermalEquipment/CDUs/{CoolingUnitId}/EnvironmentMetrics</String>
128720c9898SEd Tanous            <String>/redfish/v1/ThermalEquipment/ImmersionUnits/{CoolingUnitId}/EnvironmentMetrics</String>
129720c9898SEd Tanous            <String>/redfish/v1/ThermalEquipment/HeatExchangers/{CoolingUnitId}/EnvironmentMetrics</String>
130720c9898SEd Tanous          </Collection>
131720c9898SEd Tanous        </Annotation>
132720c9898SEd Tanous      </EntityType>
133720c9898SEd Tanous
134720c9898SEd Tanous      <Action Name="ResetMetrics" IsBound="true">
135720c9898SEd Tanous        <Parameter Name="EnvironmentMetrics" Type="EnvironmentMetrics.v1_0_0.Actions"/>
136720c9898SEd Tanous        <Annotation Term="OData.Description" String="This action resets the summary metrics related to this equipment."/>
137720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This action shall reset any time intervals or counted values for this equipment."/>
138720c9898SEd Tanous      </Action>
139720c9898SEd Tanous
140720c9898SEd Tanous      <Action Name="ResetToDefaults" IsBound="true">
141720c9898SEd Tanous        <Annotation Term="OData.Description" String="The action resets the values of writable properties to factory defaults."/>
142720c9898SEd 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."/>
143720c9898SEd Tanous        <Parameter Name="EnvironmentMetrics" Type="EnvironmentMetrics.v1_0_0.Actions"/>
144720c9898SEd Tanous        <Annotation Term="Redfish.Revisions">
145720c9898SEd Tanous          <Collection>
146720c9898SEd Tanous            <Record>
147720c9898SEd Tanous              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
148720c9898SEd Tanous              <PropertyValue Property="Version" String="v1_3_0"/>
149720c9898SEd Tanous            </Record>
150720c9898SEd Tanous          </Collection>
151720c9898SEd Tanous        </Annotation>
152720c9898SEd Tanous      </Action>
153720c9898SEd Tanous    </Schema>
154720c9898SEd Tanous
155720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EnvironmentMetrics.v1_0_0">
156720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
157720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2020.4"/>
158720c9898SEd Tanous
159720c9898SEd Tanous      <EntityType Name="EnvironmentMetrics" BaseType="EnvironmentMetrics.EnvironmentMetrics">
160720c9898SEd Tanous        <NavigationProperty Name="TemperatureCelsius" Type="Sensor.Sensor">
161720c9898SEd Tanous          <Annotation Term="Redfish.ExcerptCopy"/>
162720c9898SEd Tanous          <Annotation Term="OData.Description" String="Temperature (Celsius)."/>
163*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`."/>
164720c9898SEd Tanous        </NavigationProperty>
165720c9898SEd Tanous        <NavigationProperty Name="HumidityPercent" Type="Sensor.Sensor">
166720c9898SEd Tanous          <Annotation Term="Redfish.ExcerptCopy"/>
167720c9898SEd Tanous          <Annotation Term="OData.Description" String="Humidity (percent)."/>
168*f2a8e57eSGunnar 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`."/>
169720c9898SEd Tanous        </NavigationProperty>
170720c9898SEd Tanous        <NavigationProperty Name="FanSpeedsPercent" Type="Collection(Sensor.Sensor)">
171720c9898SEd Tanous          <Annotation Term="Redfish.ExcerptCopy" String="FanArray"/>
172720c9898SEd Tanous          <Annotation Term="OData.Description" String="Fan speeds (percent)."/>
173*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`."/>
174720c9898SEd Tanous        </NavigationProperty>
175720c9898SEd Tanous        <NavigationProperty Name="PowerWatts" Type="Sensor.Sensor">
176720c9898SEd Tanous          <Annotation Term="Redfish.ExcerptCopy" String="Power"/>
177720c9898SEd Tanous          <Annotation Term="OData.Description" String="Power consumption (W)."/>
178*f2a8e57eSGunnar Mills          <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`."/>
179720c9898SEd Tanous        </NavigationProperty>
180720c9898SEd Tanous        <NavigationProperty Name="EnergykWh" Type="Sensor.Sensor">
181720c9898SEd Tanous          <Annotation Term="Redfish.ExcerptCopy" String="EnergykWh"/>
182720c9898SEd Tanous          <Annotation Term="OData.Description" String="Energy consumption (kWh)."/>
183*f2a8e57eSGunnar Mills          <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`."/>
184720c9898SEd Tanous        </NavigationProperty>
185720c9898SEd Tanous        <Property Name="Actions" Type="EnvironmentMetrics.v1_0_0.Actions" Nullable="false">
186720c9898SEd Tanous          <Annotation Term="OData.Description" String="The available actions for this resource."/>
187720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
188720c9898SEd Tanous        </Property>
189720c9898SEd Tanous      </EntityType>
190720c9898SEd Tanous
191720c9898SEd Tanous      <ComplexType Name="Actions">
192720c9898SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
193720c9898SEd Tanous        <Annotation Term="OData.Description" String="The available actions for this resource."/>
194720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
195720c9898SEd Tanous        <Property Name="Oem" Type="EnvironmentMetrics.v1_0_0.OemActions" Nullable="false">
196720c9898SEd Tanous          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
197720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
198720c9898SEd Tanous        </Property>
199720c9898SEd Tanous      </ComplexType>
200720c9898SEd Tanous
201720c9898SEd Tanous      <ComplexType Name="OemActions">
202720c9898SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
203720c9898SEd Tanous        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
204720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
205720c9898SEd Tanous      </ComplexType>
206720c9898SEd Tanous    </Schema>
207720c9898SEd Tanous
208720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EnvironmentMetrics.v1_0_1">
209720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
210*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."/>
211720c9898SEd Tanous      <EntityType Name="EnvironmentMetrics" BaseType="EnvironmentMetrics.v1_0_0.EnvironmentMetrics"/>
212720c9898SEd Tanous    </Schema>
213720c9898SEd Tanous
214720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EnvironmentMetrics.v1_0_2">
215720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
216720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
217720c9898SEd Tanous      <EntityType Name="EnvironmentMetrics" BaseType="EnvironmentMetrics.v1_0_1.EnvironmentMetrics"/>
218720c9898SEd Tanous    </Schema>
219720c9898SEd Tanous
220*f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EnvironmentMetrics.v1_0_3">
221*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
222*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."/>
223*f2a8e57eSGunnar Mills      <EntityType Name="EnvironmentMetrics" BaseType="EnvironmentMetrics.v1_0_2.EnvironmentMetrics"/>
224*f2a8e57eSGunnar Mills    </Schema>
225*f2a8e57eSGunnar Mills
226720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EnvironmentMetrics.v1_1_0">
227720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
228720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2021.2"/>
229720c9898SEd Tanous
230720c9898SEd Tanous      <EntityType Name="EnvironmentMetrics" BaseType="EnvironmentMetrics.v1_0_0.EnvironmentMetrics">
231720c9898SEd Tanous        <NavigationProperty Name="PowerLoadPercent" Type="Sensor.Sensor">
232720c9898SEd Tanous          <Annotation Term="Redfish.ExcerptCopy"/>
233720c9898SEd Tanous          <Annotation Term="OData.Description" String="The power load (percent) for this device."/>
234*f2a8e57eSGunnar 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`."/>
235720c9898SEd Tanous        </NavigationProperty>
236720c9898SEd Tanous        <NavigationProperty Name="PowerLimitWatts" Type="Control.Control">
237720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
238720c9898SEd Tanous          <Annotation Term="Redfish.ExcerptCopy" String="Single"/>
239720c9898SEd Tanous          <Annotation Term="OData.Description" String="Power limit (W)."/>
240*f2a8e57eSGunnar Mills          <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`."/>
241720c9898SEd Tanous        </NavigationProperty>
242720c9898SEd Tanous        <NavigationProperty Name="DewPointCelsius" Type="Sensor.Sensor">
243720c9898SEd Tanous          <Annotation Term="Redfish.ExcerptCopy"/>
244720c9898SEd Tanous          <Annotation Term="OData.Description" String="The dew point temperature (C)."/>
245*f2a8e57eSGunnar Mills          <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`."/>
246720c9898SEd Tanous        </NavigationProperty>
247720c9898SEd Tanous      </EntityType>
248720c9898SEd Tanous    </Schema>
249720c9898SEd Tanous
250720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EnvironmentMetrics.v1_1_1">
251720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
252*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."/>
253720c9898SEd Tanous      <EntityType Name="EnvironmentMetrics" BaseType="EnvironmentMetrics.v1_1_0.EnvironmentMetrics"/>
254720c9898SEd Tanous    </Schema>
255720c9898SEd Tanous
256720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EnvironmentMetrics.v1_1_2">
257720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
258720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
259720c9898SEd Tanous      <EntityType Name="EnvironmentMetrics" BaseType="EnvironmentMetrics.v1_1_1.EnvironmentMetrics"/>
260720c9898SEd Tanous    </Schema>
261720c9898SEd Tanous
262*f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EnvironmentMetrics.v1_1_3">
263*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
264*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."/>
265*f2a8e57eSGunnar Mills      <EntityType Name="EnvironmentMetrics" BaseType="EnvironmentMetrics.v1_1_2.EnvironmentMetrics"/>
266*f2a8e57eSGunnar Mills    </Schema>
267*f2a8e57eSGunnar Mills
268720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EnvironmentMetrics.v1_2_0">
269720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
270720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2021.4"/>
271720c9898SEd Tanous
272720c9898SEd Tanous      <EntityType Name="EnvironmentMetrics" BaseType="EnvironmentMetrics.v1_1_1.EnvironmentMetrics">
273720c9898SEd Tanous        <NavigationProperty Name="AbsoluteHumidity" Type="Sensor.Sensor">
274720c9898SEd Tanous          <Annotation Term="Redfish.ExcerptCopy"/>
275720c9898SEd Tanous          <Annotation Term="OData.Description" String="Absolute humidity (g/m^3)."/>
276*f2a8e57eSGunnar 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`."/>
277720c9898SEd Tanous        </NavigationProperty>
278720c9898SEd Tanous        <NavigationProperty Name="EnergyJoules" Type="Sensor.Sensor">
279720c9898SEd Tanous          <Annotation Term="Redfish.ExcerptCopy"/>
280720c9898SEd Tanous          <Annotation Term="OData.Description" String="Energy consumption (J)."/>
281*f2a8e57eSGunnar Mills          <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."/>
282720c9898SEd Tanous        </NavigationProperty>
283720c9898SEd Tanous      </EntityType>
284720c9898SEd Tanous    </Schema>
285720c9898SEd Tanous
286720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EnvironmentMetrics.v1_2_1">
287720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
288720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
289720c9898SEd Tanous      <EntityType Name="EnvironmentMetrics" BaseType="EnvironmentMetrics.v1_2_0.EnvironmentMetrics"/>
290720c9898SEd Tanous    </Schema>
291720c9898SEd Tanous
292*f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EnvironmentMetrics.v1_2_2">
293*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
294*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."/>
295*f2a8e57eSGunnar Mills      <EntityType Name="EnvironmentMetrics" BaseType="EnvironmentMetrics.v1_2_1.EnvironmentMetrics"/>
296*f2a8e57eSGunnar Mills    </Schema>
297*f2a8e57eSGunnar Mills
298720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EnvironmentMetrics.v1_3_0">
299720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
300720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2022.2"/>
301*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add the `ResetToDefaults` action."/>
302720c9898SEd Tanous
303720c9898SEd Tanous      <EntityType Name="EnvironmentMetrics" BaseType="EnvironmentMetrics.v1_2_0.EnvironmentMetrics"/>
304720c9898SEd Tanous    </Schema>
305720c9898SEd Tanous
306720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EnvironmentMetrics.v1_3_1">
307720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
308720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
309720c9898SEd Tanous      <EntityType Name="EnvironmentMetrics" BaseType="EnvironmentMetrics.v1_3_0.EnvironmentMetrics"/>
310720c9898SEd Tanous    </Schema>
311720c9898SEd Tanous
312*f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EnvironmentMetrics.v1_3_2">
313*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
314*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."/>
315*f2a8e57eSGunnar Mills      <EntityType Name="EnvironmentMetrics" BaseType="EnvironmentMetrics.v1_3_1.EnvironmentMetrics"/>
316*f2a8e57eSGunnar Mills    </Schema>
317*f2a8e57eSGunnar Mills
318720c9898SEd Tanous  </edmx:DataServices>
319720c9898SEd Tanous</edmx:Edmx>
320