1<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################       -->
4<!--# Redfish Schema:  ProcessorMetrics v1.6.3                                             -->
5<!--#                                                                                      -->
6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle,      -->
7<!--# available at http://www.dmtf.org/standards/redfish                                   -->
8<!--# Copyright 2014-2023 DMTF.                                                            -->
9<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10<!--################################################################################       -->
11<!---->
12<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
13
14  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
15    <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
16  </edmx:Reference>
17  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
18    <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
19  </edmx:Reference>
20  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml">
21    <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/>
22  </edmx:Reference>
23  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
24    <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
25    <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/>
26  </edmx:Reference>
27  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
28    <edmx:Include Namespace="Resource.v1_0_0"/>
29  </edmx:Reference>
30  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Sensor_v1.xml">
31    <edmx:Include Namespace="Sensor"/>
32  </edmx:Reference>
33  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PCIeDevice_v1.xml">
34    <edmx:Include Namespace="PCIeDevice"/>
35  </edmx:Reference>
36
37  <edmx:DataServices>
38
39    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics">
40      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
41
42      <EntityType Name="ProcessorMetrics" BaseType="Resource.v1_0_0.Resource" Abstract="true">
43        <Annotation Term="OData.Description" String="The ProcessorMetrics schema contains usage and health statistics for a processor."/>
44        <Annotation Term="OData.LongDescription" String="This resource contains the processor metrics for a single processor in a Redfish implementation."/>
45        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
46        <Annotation Term="Capabilities.InsertRestrictions">
47          <Record>
48            <PropertyValue Property="Insertable" Bool="false"/>
49          </Record>
50        </Annotation>
51        <Annotation Term="Capabilities.UpdateRestrictions">
52          <Record>
53            <PropertyValue Property="Updatable" Bool="false"/>
54          </Record>
55        </Annotation>
56        <Annotation Term="Capabilities.DeleteRestrictions">
57          <Record>
58            <PropertyValue Property="Deletable" Bool="false"/>
59          </Record>
60        </Annotation>
61        <Annotation Term="Redfish.Uris">
62          <Collection>
63            <String>/redfish/v1/Systems/{ComputerSystemId}/ProcessorSummary/ProcessorMetrics</String>
64            <String>/redfish/v1/Systems/{ComputerSystemId}/Processors/{ProcessorId}/ProcessorMetrics</String>
65            <String>/redfish/v1/Systems/{ComputerSystemId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}/ProcessorMetrics</String>
66            <String>/redfish/v1/Systems/{ComputerSystemId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}/SubProcessors/{ProcessorId3}/ProcessorMetrics</String>
67            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Processors/{ProcessorId}/ProcessorMetrics</String>
68            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}/ProcessorMetrics</String>
69            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}/SubProcessors/{ProcessorId3}/ProcessorMetrics</String>
70            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/ProcessorSummary/ProcessorMetrics</String>
71            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Processors/{ProcessorId}/ProcessorMetrics</String>
72            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}/ProcessorMetrics</String>
73            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}/SubProcessors/{ProcessorId3}/ProcessorMetrics</String>
74            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Processors/{ProcessorId}/ProcessorMetrics</String>
75            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}/ProcessorMetrics</String>
76            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}/SubProcessors/{ProcessorId3}/ProcessorMetrics</String>
77            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/ProcessorSummary/ProcessorMetrics</String>
78            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Processors/{ProcessorId}/ProcessorMetrics</String>
79            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}/ProcessorMetrics</String>
80            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}/SubProcessors/{ProcessorId3}/ProcessorMetrics</String>
81            <String>/redfish/v1/Chassis/{ChassisId}/NetworkAdapters/{NetworkAdapterId}/Processors/{ProcessorId}/ProcessorMetrics</String>
82            <String>/redfish/v1/Chassis/{ChassisId}/NetworkAdapters/{NetworkAdapterId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}/ProcessorMetrics</String>
83            <String>/redfish/v1/Chassis/{ChassisId}/NetworkAdapters/{NetworkAdapterId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}/SubProcessors/{ProcessorId3}/ProcessorMetrics</String>
84          </Collection>
85        </Annotation>
86      </EntityType>
87
88      <Action Name="ClearCurrentPeriod" IsBound="true">
89        <Annotation Term="OData.Description" String="This action sets the CurrentPeriod property's values to 0."/>
90        <Annotation Term="OData.LongDescription" String="This action shall set the CurrentPeriod property's values to 0."/>
91        <Parameter Name="ProcessorMetrics" Type="ProcessorMetrics.v1_0_0.Actions"/>
92        <Annotation Term="Redfish.Revisions">
93          <Collection>
94            <Record>
95              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
96              <PropertyValue Property="Version" String="v1_2_0"/>
97            </Record>
98          </Collection>
99        </Annotation>
100      </Action>
101    </Schema>
102
103    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_0_0">
104      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
105      <Annotation Term="Redfish.Release" String="2018.3"/>
106
107      <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.ProcessorMetrics">
108        <Property Name="BandwidthPercent" Type="Edm.Decimal">
109          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
110          <Annotation Term="OData.Description" String="The bandwidth usage of this processor as a percentage."/>
111          <Annotation Term="OData.LongDescription" String="This property shall contain the bandwidth usage of the processor as a percentage, typically `0` to `100`.  When this resource is subordinate to the ProcessorSummary object, this property shall be the CPU utilization over all processors as a percentage."/>
112          <Annotation Term="Validation.Minimum" Int="0"/>
113          <Annotation Term="Measures.Unit" String="%"/>
114        </Property>
115        <Property Name="AverageFrequencyMHz" Type="Edm.Decimal">
116          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
117          <Annotation Term="OData.Description" String="The average frequency of the processor."/>
118          <Annotation Term="OData.LongDescription" String="This property shall contain average frequency in MHz, across all enabled cores in the processor.  When this resource is subordinate to the ProcessorSummary object, this property is not applicable."/>
119          <Annotation Term="Measures.Unit" String="MHz"/>
120          <Annotation Term="Redfish.Revisions">
121            <Collection>
122              <Record>
123                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
124                <PropertyValue Property="Version" String="v1_1_0"/>
125                <PropertyValue Property="Description" String="This property has been deprecated in favor of OperatingSpeedMHz property."/>
126              </Record>
127            </Collection>
128          </Annotation>
129        </Property>
130        <Property Name="ThrottlingCelsius" Type="Edm.Decimal">
131          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
132          <Annotation Term="OData.Description" String="The CPU margin to throttle (temperature offset in degree Celsius units)."/>
133          <Annotation Term="OData.LongDescription" String="This property shall contain the CPU margin to throttle based on an offset between the maximum temperature in which the processor can operate, and the processor's current temperature.  When this resource is subordinate to the ProcessorSummary object, this property is not applicable."/>
134          <Annotation Term="Measures.Unit" String="Cel"/>
135        </Property>
136        <Property Name="TemperatureCelsius" Type="Edm.Decimal">
137          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
138          <Annotation Term="OData.Description" String="The temperature of the processor."/>
139          <Annotation Term="OData.LongDescription" String="This property shall contain the temperature, in degree Celsius units, of the processor.  When this resource is subordinate to the ProcessorSummary object, this property shall be the average temperature, in Celsius, over all processors."/>
140          <Annotation Term="Measures.Unit" String="Cel"/>
141          <Annotation Term="Redfish.Revisions">
142            <Collection>
143              <Record>
144                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
145                <PropertyValue Property="Version" String="v1_2_0"/>
146                <PropertyValue Property="Description" String="This property has been deprecated in favor of the properties in EnvironmentMetrics."/>
147              </Record>
148            </Collection>
149          </Annotation>
150        </Property>
151        <Property Name="ConsumedPowerWatt" Type="Edm.Decimal">
152          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
153          <Annotation Term="OData.Description" String="The power, in watt units, that the processor has consumed."/>
154          <Annotation Term="OData.LongDescription" String="This property shall contain the power, in watt units, that the processor has consumed.  When this resource is subordinate to the ProcessorSummary object, this property shall be the sum of power, in watt units, that all processors have consumed."/>
155          <Annotation Term="Measures.Unit" String="W"/>
156          <Annotation Term="Redfish.Revisions">
157            <Collection>
158              <Record>
159                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
160                <PropertyValue Property="Version" String="v1_2_0"/>
161                <PropertyValue Property="Description" String="This property has been deprecated in favor of the properties in EnvironmentMetrics."/>
162              </Record>
163            </Collection>
164          </Annotation>
165        </Property>
166        <Property Name="FrequencyRatio" Type="Edm.Decimal">
167          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
168          <Annotation Term="OData.Description" String="The frequency relative to the nominal processor frequency ratio."/>
169          <Annotation Term="OData.LongDescription" String="This property shall contain the frequency relative to the nominal processor frequency ratio of this processor.  When this resource is subordinate to the ProcessorSummary object, this property shall be the average FrequencyRatio over all processors."/>
170        </Property>
171        <Property Name="Cache" Type="Collection(ProcessorMetrics.v1_0_0.CacheMetrics)" Nullable="false">
172          <Annotation Term="OData.Description" String="The processor cache metrics."/>
173          <Annotation Term="OData.LongDescription" String="This property shall contain properties that describe this processor's cache.  When this resource is subordinate to the ProcessorSummary object, this property is not applicable."/>
174        </Property>
175        <Property Name="LocalMemoryBandwidthBytes" Type="Edm.Int64">
176          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
177          <Annotation Term="OData.Description" String="The local memory bandwidth usage in bytes."/>
178          <Annotation Term="OData.LongDescription" String="This property shall contain the local memory bandwidth usage of this processor in bytes.  When this resource is subordinate to the ProcessorSummary object, this property shall be the sum of LocalMemoryBandwidthBytes over all processors."/>
179          <Annotation Term="Measures.Unit" String="By"/>
180        </Property>
181        <Property Name="RemoteMemoryBandwidthBytes" Type="Edm.Int64">
182          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
183          <Annotation Term="OData.Description" String="The remote memory bandwidth usage in bytes."/>
184          <Annotation Term="OData.LongDescription" String="This property shall contain the remote memory bandwidth usage of this processor in bytes.  When this resource is subordinate to the ProcessorSummary object, this property shall be the sum of RemoteMemoryBandwidthBytes over all processors."/>
185          <Annotation Term="Measures.Unit" String="By"/>
186        </Property>
187        <Property Name="KernelPercent" Type="Edm.Decimal">
188          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
189          <Annotation Term="OData.Description" String="The percentage of time spent in kernel mode."/>
190          <Annotation Term="OData.LongDescription" String="This property shall contain total percentage of time, `0` to `100`, the processor has spent in kernel mode.  When this resource is subordinate to the ProcessorSummary object, this property shall be the average KernelPercent over all processors."/>
191          <Annotation Term="Validation.Minimum" Int="0"/>
192          <Annotation Term="Measures.Unit" String="%"/>
193        </Property>
194        <Property Name="UserPercent" Type="Edm.Decimal">
195          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
196          <Annotation Term="OData.Description" String="The percentage of time spent in user mode."/>
197          <Annotation Term="OData.LongDescription" String="This property shall contain total percentage of time, `0` to `100`, the processor has spent in user mode.  When this resource is subordinate to the ProcessorSummary object, this property shall be the average UserPercent over all processors."/>
198          <Annotation Term="Validation.Minimum" Int="0"/>
199          <Annotation Term="Measures.Unit" String="%"/>
200        </Property>
201        <Property Name="CoreMetrics" Type="Collection(ProcessorMetrics.v1_0_0.CoreMetrics)" Nullable="false">
202          <Annotation Term="OData.Description" String="The processor core metrics."/>
203          <Annotation Term="OData.LongDescription" String="This property shall contain properties that describe the cores of this processor.  When this resource is subordinate to the ProcessorSummary object, this property is not applicable."/>
204        </Property>
205        <Property Name="Actions" Type="ProcessorMetrics.v1_0_0.Actions" Nullable="false">
206          <Annotation Term="OData.Description" String="The available actions for this resource."/>
207          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
208        </Property>
209      </EntityType>
210
211      <ComplexType Name="CoreMetrics">
212        <Annotation Term="OData.Description" String="The processor core metrics."/>
213        <Annotation Term="OData.LongDescription" String="This type shall contain properties that describe the cores of a processor."/>
214        <Property Name="CoreId" Type="Edm.String">
215          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
216          <Annotation Term="OData.Description" String="The processor core identifier."/>
217          <Annotation Term="OData.LongDescription" String="This property shall contain the identifier of the core within the processor."/>
218        </Property>
219        <Property Name="InstructionsPerCycle" Type="Edm.Decimal">
220          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
221          <Annotation Term="OData.Description" String="The number of instructions per clock cycle of this core."/>
222          <Annotation Term="OData.LongDescription" String="This property shall contain the number of instructions per clock cycle of this core in the processor."/>
223        </Property>
224        <Property Name="UnhaltedCycles" Type="Edm.Decimal">
225          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
226          <Annotation Term="OData.Description" String="The unhalted cycles count of this core."/>
227          <Annotation Term="OData.LongDescription" String="This property shall contain the number of unhalted cycles of this core in the processor."/>
228        </Property>
229        <Property Name="MemoryStallCount" Type="Edm.Decimal">
230          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
231          <Annotation Term="OData.Description" String="The number of stalled cycles due to memory operations."/>
232          <Annotation Term="OData.LongDescription" String="This property shall contain the number of stalled cycles due to memory operations of this core in the processor."/>
233        </Property>
234        <Property Name="IOStallCount" Type="Edm.Decimal">
235          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
236          <Annotation Term="OData.Description" String="The number of stalled cycles due to I/O operations."/>
237          <Annotation Term="OData.LongDescription" String="This property shall contain the number of stalled cycles due to I/O operations of this core in the processor."/>
238        </Property>
239        <Property Name="CoreCache" Type="Collection(ProcessorMetrics.v1_0_0.CacheMetrics)" Nullable="false">
240          <Annotation Term="OData.Description" String="The cache metrics of this core in the processor."/>
241          <Annotation Term="OData.LongDescription" String="This property shall contain properties that describe the cache metrics of this core in the processor."/>
242        </Property>
243        <Property Name="CStateResidency" Type="Collection(ProcessorMetrics.v1_0_0.CStateResidency)" Nullable="false">
244          <Annotation Term="OData.Description" String="The C-state residency of this core in the processor."/>
245          <Annotation Term="OData.LongDescription" String="This property shall contain properties that describe the C-state residency of this core in the processor."/>
246        </Property>
247      </ComplexType>
248
249      <ComplexType Name="CacheMetrics">
250        <Annotation Term="OData.Description" String="The processor core metrics."/>
251        <Annotation Term="OData.LongDescription" String="This type shall contain properties that describe cache metrics of a processor or core."/>
252        <Property Name="Level" Type="Edm.String">
253          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
254          <Annotation Term="OData.Description" String="The cache level."/>
255          <Annotation Term="OData.LongDescription" String="This property shall contain the level of the cache in the processor or core."/>
256        </Property>
257        <Property Name="CacheMiss" Type="Edm.Decimal">
258          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
259          <Annotation Term="OData.Description" String="The number of cache line misses in millions."/>
260          <Annotation Term="OData.LongDescription" String="This property shall contain the number of cache line misses of the processor or core in millions."/>
261        </Property>
262        <Property Name="HitRatio" Type="Edm.Decimal">
263          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
264          <Annotation Term="OData.Description" String="The cache line hit ratio."/>
265          <Annotation Term="OData.LongDescription" String="This property shall contain the cache hit ratio of the processor or core."/>
266        </Property>
267        <Property Name="CacheMissesPerInstruction" Type="Edm.Decimal">
268          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
269          <Annotation Term="OData.Description" String="The number of cache misses per instruction."/>
270          <Annotation Term="OData.LongDescription" String="This property shall contain the number of cache misses per instruction of the processor or core."/>
271        </Property>
272        <Property Name="OccupancyBytes" Type="Edm.Int64">
273          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
274          <Annotation Term="OData.Description" String="The total cache level occupancy in bytes."/>
275          <Annotation Term="OData.LongDescription" String="This property shall contain the total cache occupancy of the processor or core in bytes."/>
276          <Annotation Term="Measures.Unit" String="By"/>
277        </Property>
278        <Property Name="OccupancyPercent" Type="Edm.Decimal">
279          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
280          <Annotation Term="OData.Description" String="The total cache occupancy percentage."/>
281          <Annotation Term="OData.LongDescription" String="This property shall contain the total cache occupancy percentage, `0` to `100`, of the processor or core."/>
282          <Annotation Term="Validation.Minimum" Int="0"/>
283          <Annotation Term="Measures.Unit" String="%"/>
284        </Property>
285      </ComplexType>
286
287      <ComplexType Name="CStateResidency">
288        <Annotation Term="OData.Description" String="The C-state residency of the processor."/>
289        <Annotation Term="OData.LongDescription" String="This type shall contain properties that describe the C-state residency of the processor or core."/>
290        <Property Name="Level" Type="Edm.String">
291          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
292          <Annotation Term="OData.Description" String="The C-state level, such as C0, C1, or C2."/>
293          <Annotation Term="OData.LongDescription" String="This property shall contain the C-state level, such as C0, C1, or C2.  When this resource is subordinate to the ProcessorSummary object, this property is not applicable."/>
294        </Property>
295        <Property Name="ResidencyPercent" Type="Edm.Decimal">
296          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
297          <Annotation Term="OData.Description" String="The percentage of time that the processor or core has spent in this particular level of C-state."/>
298          <Annotation Term="OData.LongDescription" String="This property shall contain the percentage of time, `0` to `100`, that the processor or core has spent in this particular level of C-state.  When this resource is subordinate to the ProcessorSummary object, this property is not applicable."/>
299          <Annotation Term="Validation.Minimum" Int="0"/>
300          <Annotation Term="Measures.Unit" String="%"/>
301        </Property>
302      </ComplexType>
303
304      <ComplexType Name="Actions">
305        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
306        <Annotation Term="OData.Description" String="The available actions for this resource."/>
307        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
308        <Property Name="Oem" Type="ProcessorMetrics.v1_0_0.OemActions" Nullable="false">
309          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
310          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
311        </Property>
312      </ComplexType>
313
314      <ComplexType Name="OemActions">
315        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
316        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
317        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
318      </ComplexType>
319    </Schema>
320
321    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_0_1">
322      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
323      <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format, and to add a missing term to several properties to disallow them from being `null`."/>
324      <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_0_0.ProcessorMetrics"/>
325    </Schema>
326
327    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_0_2">
328      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
329      <Annotation Term="OData.Description" String="This version was created to update descriptions to give guidance to the usage of certain properties when the metrics is used for a summary of all processors in a system.  It was also created to update descriptions that this schema defines."/>
330      <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_0_1.ProcessorMetrics"/>
331    </Schema>
332
333    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_0_3">
334      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
335      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
336      <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_0_2.ProcessorMetrics"/>
337    </Schema>
338
339    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_0_4">
340      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
341      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
342      <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_0_3.ProcessorMetrics"/>
343    </Schema>
344
345    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_0_5">
346      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
347      <Annotation Term="OData.Description" String="This version was created to update the descriptions of BandwidthPercent that allows for various types of processors."/>
348      <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_0_4.ProcessorMetrics"/>
349    </Schema>
350
351    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_0_6">
352      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
353      <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
354      <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_0_5.ProcessorMetrics"/>
355    </Schema>
356
357    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_0_7">
358      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
359      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
360      <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_0_6.ProcessorMetrics"/>
361    </Schema>
362
363    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_1_0">
364      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
365      <Annotation Term="Redfish.Release" String="2020.1"/>
366      <Annotation Term="OData.Description" String="This version was created to deprecate AverageFrequencyMHz in favor of the OperatingSpeedMHz property."/>
367
368      <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_0_2.ProcessorMetrics">
369        <Property Name="OperatingSpeedMHz" Type="Edm.Int64">
370          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
371          <Annotation Term="OData.Description" String="Operating speed of the processor in MHz."/>
372          <Annotation Term="OData.LongDescription" String="This property shall contain the operating speed of the processor in MHz.  The operating speed of the processor may change more frequently than the manager is able to monitor."/>
373          <Annotation Term="Measures.Unit" String="MHz"/>
374        </Property>
375      </EntityType>
376    </Schema>
377
378    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_1_1">
379      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
380      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
381      <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_1_0.ProcessorMetrics"/>
382    </Schema>
383
384    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_1_2">
385      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
386      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
387      <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_1_1.ProcessorMetrics"/>
388    </Schema>
389
390    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_1_3">
391      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
392      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
393      <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_1_2.ProcessorMetrics"/>
394    </Schema>
395
396    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_1_4">
397      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
398      <Annotation Term="OData.Description" String="This version was created to update the descriptions of BandwidthPercent that allows for various types of processors."/>
399      <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_1_3.ProcessorMetrics"/>
400    </Schema>
401
402    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_1_5">
403      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
404      <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
405      <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_1_4.ProcessorMetrics"/>
406    </Schema>
407
408    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_1_6">
409      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
410      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
411      <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_1_5.ProcessorMetrics"/>
412    </Schema>
413
414    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_2_0">
415      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
416      <Annotation Term="Redfish.Release" String="2020.4"/>
417      <Annotation Term="OData.Description" String="This version was created to add CorrectableECCErrorCount and UncorrectableECCErrorCount properties for CurrentPeriod and LifeTime of the processor cache memory.  It was also created to deprecate TemperatureCelsius and ConsumedPowerWatt in favor of Sensor properties in EnvironmentMetrics."/>
418
419      <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_1_2.ProcessorMetrics">
420        <Property Name="CacheMetricsTotal" Type="ProcessorMetrics.v1_2_0.CacheMetricsTotal" Nullable="false">
421          <Annotation Term="OData.Description" String="The total cache metrics for this processor."/>
422          <Annotation Term="OData.LongDescription" String="This property shall contain properties that describe the metrics for all of the cache memory of this processor."/>
423        </Property>
424      </EntityType>
425
426      <ComplexType Name="CacheMetricsTotal">
427        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
428        <Annotation Term="OData.Description" String="The total cache metrics for a processor."/>
429        <Annotation Term="OData.LongDescription" String="This property shall contain properties that describe the metrics for all of the cache memory for a processor."/>
430        <Property Name="CurrentPeriod" Type="ProcessorMetrics.v1_2_0.CurrentPeriod" Nullable="false">
431          <Annotation Term="OData.Description" String="The cache metrics since the last reset or ClearCurrentPeriod action for this processor."/>
432          <Annotation Term="OData.LongDescription" String="This property shall contain properties that describe the metrics for the current period of cache memory for this processor."/>
433        </Property>
434        <Property Name="LifeTime" Type="ProcessorMetrics.v1_2_0.LifeTime" Nullable="false">
435          <Annotation Term="OData.Description" String="The cache metrics for the lifetime of this processor."/>
436          <Annotation Term="OData.LongDescription" String="This property shall contain properties that describe the metrics for the lifetime of the cache memory for this processor."/>
437        </Property>
438      </ComplexType>
439
440      <ComplexType Name="CurrentPeriod">
441        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
442        <Annotation Term="OData.Description" String="The cache memory metrics since the last system reset or ClearCurrentPeriod action for a processor."/>
443        <Annotation Term="OData.LongDescription" String="This type shall describe the cache memory metrics since last system reset or ClearCurrentPeriod action for a processor."/>
444        <Property Name="CorrectableECCErrorCount" Type="Edm.Int64">
445          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
446          <Annotation Term="OData.Description" String="The number of correctable errors of cache memory since reset or ClearCurrentPeriod action for this processor."/>
447          <Annotation Term="OData.LongDescription" String="This property shall contain the number of correctable errors of cache memory since reset or ClearCurrentPeriod action for this processor.  When this resource is subordinate to the ProcessorSummary object, this property shall be the sum of CorrectableECCErrorCount over all processors."/>
448        </Property>
449        <Property Name="UncorrectableECCErrorCount" Type="Edm.Int64">
450          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
451          <Annotation Term="OData.Description" String="The number of uncorrectable errors of cache memory since reset or ClearCurrentPeriod action for this processor."/>
452          <Annotation Term="OData.LongDescription" String="This property shall contain the number of uncorrectable errors of cache memory since reset or ClearCurrentPeriod action for this processor.  When this resource is subordinate to the ProcessorSummary object, this property shall be the sum of UncorrectableECCErrorCount over all processors."/>
453        </Property>
454      </ComplexType>
455
456      <ComplexType Name="LifeTime">
457        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
458        <Annotation Term="OData.Description" String="The cache memory metrics for the lifetime for a processor."/>
459        <Annotation Term="OData.LongDescription" String="This type shall describe the cache memory metrics since manufacturing for a processor."/>
460        <Property Name="CorrectableECCErrorCount" Type="Edm.Int64">
461          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
462          <Annotation Term="OData.Description" String="The number of correctable errors for the lifetime of the cache memory."/>
463          <Annotation Term="OData.LongDescription" String="This property shall contain the number of correctable errors for the lifetime of the cache memory.  When this resource is subordinate to the ProcessorSummary object, this property shall be the sum of CorrectableECCErrorCount over all processors."/>
464        </Property>
465        <Property Name="UncorrectableECCErrorCount" Type="Edm.Int64">
466          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
467          <Annotation Term="OData.Description" String="The number of uncorrectable errors for the lifetime of the cache memory."/>
468          <Annotation Term="OData.LongDescription" String="This property shall contain the number of uncorrectable errors for the lifetime of the cache memory.  When this resource is subordinate to the ProcessorSummary object, this property shall be the sum of UncorrectableECCErrorCount over all processors."/>
469        </Property>
470      </ComplexType>
471    </Schema>
472
473    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_2_1">
474      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
475      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
476      <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_2_0.ProcessorMetrics"/>
477    </Schema>
478
479    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_2_2">
480      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
481      <Annotation Term="OData.Description" String="This version was created to update the descriptions of BandwidthPercent that allows for various types of processors."/>
482      <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_2_1.ProcessorMetrics"/>
483    </Schema>
484
485    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_2_3">
486      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
487      <Annotation Term="OData.Description" String="This version was created to clarify CurrentPeriod can be cleared on either a reset or ClearCurrentPeriod action."/>
488      <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_2_2.ProcessorMetrics"/>
489    </Schema>
490
491    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_2_4">
492      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
493      <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
494      <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_2_3.ProcessorMetrics"/>
495    </Schema>
496
497    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_2_5">
498      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
499      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
500      <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_2_4.ProcessorMetrics"/>
501    </Schema>
502
503    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_3_0">
504      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
505      <Annotation Term="Redfish.Release" String="2021.2"/>
506
507      <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_2_2.ProcessorMetrics">
508        <NavigationProperty Name="CoreVoltage" Type="Sensor.Sensor">
509          <Annotation Term="OData.Description" String="The core voltage (V) of this processor."/>
510          <Annotation Term="OData.LongDescription" String="The value of this property shall contain the core voltage, in volt units, of this processor.  The core voltage of the processor may change more frequently than the manager is able to monitor.  The value of the DataSourceUri property, if present, shall reference a resource of type Sensor with the ReadingType property containing the value `Voltage`."/>
511          <Annotation Term="Redfish.ExcerptCopy" String="Voltage"/>
512        </NavigationProperty>
513      </EntityType>
514    </Schema>
515
516    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_3_1">
517      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
518      <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."/>
519      <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_3_0.ProcessorMetrics"/>
520    </Schema>
521
522    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_3_2">
523      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
524      <Annotation Term="OData.Description" String="This version was created to clarify CurrentPeriod can be cleared on either a reset or ClearCurrentPeriod action."/>
525      <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_3_1.ProcessorMetrics"/>
526    </Schema>
527
528    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_3_3">
529      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
530      <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
531      <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_3_2.ProcessorMetrics"/>
532    </Schema>
533
534    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_3_4">
535      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
536      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
537      <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_3_3.ProcessorMetrics"/>
538    </Schema>
539
540    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_4_0">
541      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
542      <Annotation Term="Redfish.Release" String="2021.3"/>
543
544      <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_3_0.ProcessorMetrics">
545        <Property Name="PCIeErrors" Type="PCIeDevice.PCIeErrors" Nullable="false">
546          <Annotation Term="OData.Description" String="The PCIe errors associated with this processor."/>
547          <Annotation Term="OData.LongDescription" String="This property shall contain the PCIe errors associated with this processor."/>
548        </Property>
549      </EntityType>
550    </Schema>
551
552    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_4_1">
553      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
554      <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."/>
555      <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_4_0.ProcessorMetrics"/>
556    </Schema>
557
558    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_4_2">
559      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
560      <Annotation Term="OData.Description" String="This version was created to clarify CurrentPeriod can be cleared on either a reset or ClearCurrentPeriod action."/>
561      <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_4_1.ProcessorMetrics"/>
562    </Schema>
563
564    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_4_3">
565      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
566      <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
567      <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_4_2.ProcessorMetrics"/>
568    </Schema>
569
570    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_4_4">
571      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
572      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
573      <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_4_3.ProcessorMetrics"/>
574    </Schema>
575
576    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_5_0">
577      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
578      <Annotation Term="Redfish.Release" String="2022.1"/>
579
580      <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_4_2.ProcessorMetrics">
581        <Property Name="CorrectableCoreErrorCount" Type="Edm.Int64">
582          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
583          <Annotation Term="OData.Description" String="The number of correctable core errors."/>
584          <Annotation Term="OData.LongDescription" String="This property shall contain the number of correctable core errors, such as TLB or cache errors.  When this resource is subordinate to the ProcessorSummary object, this property shall be the sum of CorrectableCoreErrorCount over all processors."/>
585        </Property>
586        <Property Name="UncorrectableCoreErrorCount" Type="Edm.Int64">
587          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
588          <Annotation Term="OData.Description" String="The number of uncorrectable core errors."/>
589          <Annotation Term="OData.LongDescription" String="This property shall contain the number of uncorrectable core errors, such as TLB or cache errors.  When this resource is subordinate to the ProcessorSummary object, this property shall be the sum of UncorrectableCoreErrorCount over all processors."/>
590        </Property>
591        <Property Name="CorrectableOtherErrorCount" Type="Edm.Int64">
592          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
593          <Annotation Term="OData.Description" String="The number of correctable errors of all other components."/>
594          <Annotation Term="OData.LongDescription" String="This property shall contain the number of correctable errors of all other components.  When this resource is subordinate to the ProcessorSummary object, this property shall be the sum of CorrectableOtherErrorCount over all processors."/>
595        </Property>
596        <Property Name="UncorrectableOtherErrorCount" Type="Edm.Int64">
597          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
598          <Annotation Term="OData.Description" String="The number of uncorrectable errors of all other components."/>
599          <Annotation Term="OData.LongDescription" String="This property shall contain the number of uncorrectable errors of all other components.  When this resource is subordinate to the ProcessorSummary object, this property shall be the sum of UncorrectableOtherErrorCount over all processors."/>
600        </Property>
601      </EntityType>
602
603      <ComplexType Name="CoreMetrics" BaseType="ProcessorMetrics.v1_0_0.CoreMetrics">
604       <Property Name="CorrectableCoreErrorCount" Type="Edm.Int64">
605          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
606          <Annotation Term="OData.Description" String="The number of correctable core errors."/>
607          <Annotation Term="OData.LongDescription" String="This property shall contain the number of correctable core errors, such as TLB or cache errors.  When this resource is subordinate to the ProcessorSummary object, this property shall be the sum of CorrectableCoreErrorCount over all processors."/>
608        </Property>
609        <Property Name="UncorrectableCoreErrorCount" Type="Edm.Int64">
610          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
611          <Annotation Term="OData.Description" String="The number of uncorrectable core errors."/>
612          <Annotation Term="OData.LongDescription" String="This property shall contain the number of uncorrectable core errors, such as TLB or cache errors.  When this resource is subordinate to the ProcessorSummary object, this property shall be the sum of UncorrectableCoreErrorCount over all processors."/>
613        </Property>
614        <Property Name="CorrectableOtherErrorCount" Type="Edm.Int64">
615          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
616          <Annotation Term="OData.Description" String="The number of correctable errors of all other components."/>
617          <Annotation Term="OData.LongDescription" String="This property shall contain the number of correctable errors of all other components.  When this resource is subordinate to the ProcessorSummary object, this property shall be the sum of CorrectableOtherErrorCount over all processors."/>
618        </Property>
619        <Property Name="UncorrectableOtherErrorCount" Type="Edm.Int64">
620          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
621          <Annotation Term="OData.Description" String="The number of uncorrectable errors of all other components."/>
622          <Annotation Term="OData.LongDescription" String="This property shall contain the number of uncorrectable errors of all other components.  When this resource is subordinate to the ProcessorSummary object, this property shall be the sum of UncorrectableOtherErrorCount over all processors."/>
623        </Property>
624      </ComplexType>
625    </Schema>
626
627    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_5_1">
628      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
629      <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
630      <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_5_0.ProcessorMetrics"/>
631    </Schema>
632
633    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_5_2">
634      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
635      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
636      <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_5_1.ProcessorMetrics"/>
637    </Schema>
638
639    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_6_0">
640      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
641      <Annotation Term="Redfish.Release" String="2022.2"/>
642
643      <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_5_0.ProcessorMetrics">
644        <Property Name="PowerLimitThrottleDuration" Type="Edm.Duration">
645          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
646          <Annotation Term="OData.Description" String="The total duration of throttling caused by a power limit of the processor since reset."/>
647          <Annotation Term="OData.LongDescription" String="This property shall contain the total duration of throttling caused by a power limit of the processor since reset."/>
648        </Property>
649        <Property Name="ThermalLimitThrottleDuration" Type="Edm.Duration">
650          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
651          <Annotation Term="OData.Description" String="The total duration of throttling caused by a thermal limit of the processor since reset."/>
652          <Annotation Term="OData.LongDescription" String="This property shall contain the total duration of throttling caused by a thermal limit of the processor since reset."/>
653        </Property>
654      </EntityType>
655    </Schema>
656
657    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_6_1">
658      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
659      <Annotation Term="OData.Description" String="This version was created to correct the regular expression pattern for duration properties in JSON Schema and OpenAPI to not allow for negative values."/>
660      <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_6_0.ProcessorMetrics"/>
661    </Schema>
662
663    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_6_2">
664      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
665      <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
666      <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_6_1.ProcessorMetrics"/>
667    </Schema>
668
669    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_6_3">
670      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
671      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
672      <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_6_2.ProcessorMetrics"/>
673    </Schema>
674
675  </edmx:DataServices>
676</edmx:Edmx>
677