1<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################       -->
4<!--# Redfish Schema:  MemoryMetrics v1.7.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-2024 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://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
21    <edmx:Include Namespace="Resource.v1_0_0"/>
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://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml">
28    <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/>
29  </edmx:Reference>
30
31  <edmx:DataServices>
32
33    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryMetrics">
34      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
35      <Annotation Term="Redfish.Language" String="en"/>
36
37      <EntityType Name="MemoryMetrics" BaseType="Resource.v1_0_0.Resource" Abstract="true">
38        <Annotation Term="OData.Description" String="The `MemoryMetrics` schema contains usage and health statistics for a memory device or system memory summary."/>
39        <Annotation Term="OData.LongDescription" String="This resource shall represent the memory metrics for a memory device or system memory summary in a Redfish implementation."/>
40        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
41        <Annotation Term="Capabilities.InsertRestrictions">
42          <Record>
43            <PropertyValue Property="Insertable" Bool="false"/>
44          </Record>
45        </Annotation>
46        <Annotation Term="Capabilities.UpdateRestrictions">
47          <Record>
48            <PropertyValue Property="Updatable" Bool="false"/>
49          </Record>
50        </Annotation>
51        <Annotation Term="Capabilities.DeleteRestrictions">
52          <Record>
53            <PropertyValue Property="Deletable" Bool="false"/>
54          </Record>
55        </Annotation>
56        <Annotation Term="Redfish.Uris">
57          <Collection>
58            <String>/redfish/v1/Systems/{ComputerSystemId}/MemorySummary/MemoryMetrics</String>
59            <String>/redfish/v1/Systems/{ComputerSystemId}/Memory/{MemoryId}/MemoryMetrics</String>
60            <String>/redfish/v1/Systems/{ComputerSystemId}/Processors/{ProcessorId}/CacheMemory/{MemoryId}/MemoryMetrics</String>
61            <String>/redfish/v1/Systems/{ComputerSystemId}/Processors/{ProcessorId}/MemorySummary/MemoryMetrics</String>
62            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Memory/{MemoryId}/MemoryMetrics</String>
63            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Processors/{ProcessorId}/MemorySummary/MemoryMetrics</String>
64            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Memory/{MemoryId}/MemoryMetrics</String>
65            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/MemorySummary/MemoryMetrics</String>
66            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Processors/{ProcessorId}/MemorySummary/MemoryMetrics</String>
67            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Memory/{MemoryId}/MemoryMetrics</String>
68            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Processors/{ProcessorId}/MemorySummary/MemoryMetrics</String>
69            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Memory/{MemoryId}/MemoryMetrics</String>
70            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/MemorySummary/MemoryMetrics</String>
71            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Processors/{ProcessorId}/MemorySummary/MemoryMetrics</String>
72            <String>/redfish/v1/Chassis/{ChassisId}/Memory/{MemoryId}/MemoryMetrics</String>
73          </Collection>
74        </Annotation>
75      </EntityType>
76
77      <Action Name="ClearCurrentPeriod" IsBound="true">
78        <Parameter Name="MemoryMetrics" Type="MemoryMetrics.v1_0_0.Actions"/>
79        <Annotation Term="OData.Description" String="This action sets the `CurrentPeriod` property's values to 0."/>
80        <Annotation Term="OData.LongDescription" String="This action shall set the `CurrentPeriod` property's values to 0."/>
81      </Action>
82    </Schema>
83
84    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryMetrics.v1_0_0">
85      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
86      <Annotation Term="Redfish.Release" String="2016.1"/>
87
88      <EntityType Name="MemoryMetrics" BaseType="MemoryMetrics.MemoryMetrics">
89        <Property Name="BlockSizeBytes" Type="Edm.Int64">
90          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
91          <Annotation Term="OData.Description" String="The block size, in bytes."/>
92          <Annotation Term="OData.LongDescription" String="This property shall contain the block size, in bytes, of all structure elements.  When this resource is subordinate to the `MemorySummary` object, this property is not applicable."/>
93          <Annotation Term="Measures.Unit" String="By"/>
94        </Property>
95        <Property Name="CurrentPeriod" Type="MemoryMetrics.v1_0_0.CurrentPeriod" Nullable="false">
96          <Annotation Term="OData.Description" String="The memory metrics since the last reset or `ClearCurrentPeriod` action."/>
97          <Annotation Term="OData.LongDescription" String="This property shall contain properties that describe the memory metrics for the current period."/>
98        </Property>
99        <Property Name="LifeTime" Type="MemoryMetrics.v1_0_0.LifeTime" Nullable="false">
100          <Annotation Term="OData.Description" String="The memory metrics for the lifetime of the memory."/>
101          <Annotation Term="OData.LongDescription" String="This property shall contain properties that describe the memory metrics for the lifetime of the memory."/>
102        </Property>
103        <Property Name="HealthData" Type="MemoryMetrics.v1_0_0.HealthData" Nullable="false">
104          <Annotation Term="OData.Description" String="The health information of the memory."/>
105          <Annotation Term="OData.LongDescription" String="This property shall contain properties that describe the health data memory metrics for the memory."/>
106        </Property>
107        <Property Name="Actions" Type="MemoryMetrics.v1_0_0.Actions" Nullable="false">
108          <Annotation Term="OData.Description" String="The available actions for this resource."/>
109          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
110        </Property>
111      </EntityType>
112
113      <ComplexType Name="CurrentPeriod">
114        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
115        <Annotation Term="OData.Description" String="The memory metrics since the last system reset or `ClearCurrentPeriod` action."/>
116        <Annotation Term="OData.LongDescription" String="This type shall describe the memory metrics since last system reset or `ClearCurrentPeriod` action."/>
117        <Property Name="BlocksRead" Type="Edm.Int64">
118          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
119          <Annotation Term="OData.Description" String="The number of blocks read since reset."/>
120          <Annotation Term="OData.LongDescription" String="This property shall contain the number of blocks read since reset.  When this resource is subordinate to the `MemorySummary` object, this property shall be the sum of BlocksRead over all memory."/>
121        </Property>
122        <Property Name="BlocksWritten" Type="Edm.Int64">
123          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
124          <Annotation Term="OData.Description" String="The number of blocks written since reset."/>
125          <Annotation Term="OData.LongDescription" String="This property shall contain the number of blocks written since reset.  When this resource is subordinate to the `MemorySummary` object, this property shall be the sum of BlocksWritten over all memory."/>
126        </Property>
127      </ComplexType>
128
129      <ComplexType Name="LifeTime">
130        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
131        <Annotation Term="OData.Description" String="The memory metrics for the lifetime of the memory."/>
132        <Annotation Term="OData.LongDescription" String="This type shall describe the memory metrics since manufacturing."/>
133        <Property Name="BlocksRead" Type="Edm.Int64">
134          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
135          <Annotation Term="OData.Description" String="The number of blocks read for the lifetime of the memory."/>
136          <Annotation Term="OData.LongDescription" String="This property shall contain the number of blocks read for the lifetime of the memory.  When this resource is subordinate to the `MemorySummary` object, this property shall be the sum of BlocksRead over all memory."/>
137        </Property>
138        <Property Name="BlocksWritten" Type="Edm.Int64">
139          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
140          <Annotation Term="OData.Description" String="The number of blocks written for the lifetime of the memory."/>
141          <Annotation Term="OData.LongDescription" String="This property shall contain the number of blocks written for the lifetime of the memory.  When this resource is subordinate to the `MemorySummary` object, this property shall be the sum of BlocksWritten over all memory."/>
142        </Property>
143      </ComplexType>
144
145      <ComplexType Name="HealthData">
146        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
147        <Annotation Term="OData.Description" String="The health information of the memory."/>
148        <Annotation Term="OData.LongDescription" String="This type shall contain properties that describe the health information metrics for this resource."/>
149        <Property Name="RemainingSpareBlockPercentage" Type="Edm.Decimal">
150          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
151          <Annotation Term="OData.Description" String="The remaining spare blocks, as a percentage."/>
152          <Annotation Term="OData.LongDescription" String="This property shall contain the remaining spare blocks as a percentage, `0` to `100`.  When this resource is subordinate to the `MemorySummary` object, this property shall be the RemainingSpareBlockPercentage over all memory."/>
153          <Annotation Term="Measures.Unit" String="%"/>
154        </Property>
155        <Property Name="LastShutdownSuccess" Type="Edm.Boolean">
156          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
157          <Annotation Term="OData.Description" String="An indication of whether the last shutdown succeeded."/>
158          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the last shutdown succeeded."/>
159        </Property>
160        <Property Name="DataLossDetected" Type="Edm.Boolean">
161          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
162          <Annotation Term="OData.Description" String="An indication of whether data loss was detected."/>
163          <Annotation Term="OData.LongDescription" String="This property shall indicate whether data loss was detected.  When this resource is subordinate to the `MemorySummary` object, this property shall indicate whether any data loss was detected in any area of memory."/>
164        </Property>
165        <Property Name="PerformanceDegraded" Type="Edm.Boolean">
166          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
167          <Annotation Term="OData.Description" String="An indication of whether performance has degraded."/>
168          <Annotation Term="OData.LongDescription" String="This property shall indicate whether performance has degraded.  When this resource is subordinate to the `MemorySummary` object, this property shall indicate whether degraded performance mode status is detected in any area of memory."/>
169        </Property>
170        <Property Name="AlarmTrips" Type="MemoryMetrics.v1_0_0.AlarmTrips" Nullable="false">
171          <Annotation Term="OData.Description" String="Alarm trip information about the memory."/>
172          <Annotation Term="OData.LongDescription" String="This object shall contain properties describe the types of alarms that have been raised by the memory.  When this resource is subordinate to the `MemorySummary` object, this property shall indicate whether an alarm of a given type have been raised by any area of memory."/>
173        </Property>
174      </ComplexType>
175
176      <ComplexType Name="AlarmTrips">
177        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
178        <Annotation Term="OData.Description" String="The alarm trip information about the memory.  These alarms are reset when the system resets.  Note that if they are re-discovered they can be reasserted."/>
179        <Annotation Term="OData.LongDescription" String="This type shall contain properties that describe the types of alarms that have been raised by the memory.  These alarms shall be reset when the system resets.  Note that if they are re-discovered they can be reasserted."/>
180        <Property Name="Temperature" Type="Edm.Boolean">
181          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
182          <Annotation Term="OData.Description" String="An indication of whether a temperature threshold alarm trip was detected."/>
183          <Annotation Term="OData.LongDescription" String="This property shall indicate whether a temperature threshold alarm trip was detected."/>
184        </Property>
185        <Property Name="SpareBlock" Type="Edm.Boolean">
186          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
187          <Annotation Term="OData.Description" String="An indication of whether the spare block capacity crossing alarm trip was detected."/>
188          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the spare block capacity crossing alarm trip was detected."/>
189        </Property>
190        <Property Name="UncorrectableECCError" Type="Edm.Boolean">
191          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
192          <Annotation Term="OData.Description" String="An indication of whether the uncorrectable error threshold alarm trip was detected."/>
193          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the uncorrectable error threshold alarm trip was detected."/>
194        </Property>
195        <Property Name="CorrectableECCError" Type="Edm.Boolean">
196          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
197          <Annotation Term="OData.Description" String="An indication of whether the correctable error threshold crossing alarm trip was detected."/>
198          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the correctable error threshold crossing alarm trip was detected."/>
199        </Property>
200        <Property Name="AddressParityError" Type="Edm.Boolean">
201          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
202          <Annotation Term="OData.Description" String="An indication of whether an address parity error was detected that a retry could not correct."/>
203          <Annotation Term="OData.LongDescription" String="This property shall indicate whether an address parity error was detected that a retry could not correct."/>
204        </Property>
205      </ComplexType>
206
207      <ComplexType Name="Actions">
208        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
209        <Annotation Term="OData.Description" String="The available actions for this resource."/>
210        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
211        <Property Name="Oem" Type="MemoryMetrics.v1_0_0.OemActions" Nullable="false">
212          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
213          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
214        </Property>
215      </ComplexType>
216
217      <ComplexType Name="OemActions">
218        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
219        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
220        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
221      </ComplexType>
222    </Schema>
223
224    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryMetrics.v1_0_1">
225      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
226      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
227      <EntityType Name="MemoryMetrics" BaseType="MemoryMetrics.v1_0_0.MemoryMetrics"/>
228    </Schema>
229
230    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryMetrics.v1_0_2">
231      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
232      <Annotation Term="OData.Description" String="This version was created to show `BlocksWritten` in `CurrentPeriod` and `LifeTime` objects, and to update annotations in earlier versions of namespaces."/>
233      <EntityType Name="MemoryMetrics" BaseType="MemoryMetrics.v1_0_1.MemoryMetrics"/>
234    </Schema>
235
236    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryMetrics.v1_0_3">
237      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
238      <Annotation Term="OData.Description" String="This version shows that `AlarmTrips` was modified to add semantics about `AlarmTrips` resets upon system reset."/>
239      <EntityType Name="MemoryMetrics" BaseType="MemoryMetrics.v1_0_2.MemoryMetrics"/>
240    </Schema>
241
242    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryMetrics.v1_0_4">
243      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
244      <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number.  It was also created to add missing percent units onto existing properties."/>
245      <EntityType Name="MemoryMetrics" BaseType="MemoryMetrics.v1_0_3.MemoryMetrics"/>
246    </Schema>
247
248    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryMetrics.v1_0_5">
249      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
250      <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."/>
251      <EntityType Name="MemoryMetrics" BaseType="MemoryMetrics.v1_0_4.MemoryMetrics"/>
252    </Schema>
253
254    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryMetrics.v1_0_6">
255      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
256      <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 memory in a system.  It was also created to update descriptions that this schema defines."/>
257      <EntityType Name="MemoryMetrics" BaseType="MemoryMetrics.v1_0_5.MemoryMetrics"/>
258    </Schema>
259
260    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryMetrics.v1_0_7">
261      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
262      <Annotation Term="OData.Description" String="This version was created to update the descriptions for health data to allow for usage when this resource is subordinate to the `MemorySummary` object."/>
263      <EntityType Name="MemoryMetrics" BaseType="MemoryMetrics.v1_0_6.MemoryMetrics"/>
264    </Schema>
265
266    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryMetrics.v1_0_8">
267      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
268      <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
269      <EntityType Name="MemoryMetrics" BaseType="MemoryMetrics.v1_0_7.MemoryMetrics"/>
270    </Schema>
271
272    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryMetrics.v1_0_9">
273      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
274      <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
275      <EntityType Name="MemoryMetrics" BaseType="MemoryMetrics.v1_0_8.MemoryMetrics"/>
276    </Schema>
277
278    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryMetrics.v1_0_10">
279      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
280      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
281      <EntityType Name="MemoryMetrics" BaseType="MemoryMetrics.v1_0_9.MemoryMetrics"/>
282    </Schema>
283
284    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryMetrics.v1_0_11">
285      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
286      <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."/>
287      <EntityType Name="MemoryMetrics" BaseType="MemoryMetrics.v1_0_10.MemoryMetrics"/>
288    </Schema>
289
290    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryMetrics.v1_1_0">
291      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
292      <Annotation Term="Redfish.Release" String="2016.2"/>
293      <EntityType Name="MemoryMetrics" BaseType="MemoryMetrics.v1_0_0.MemoryMetrics"/>
294
295      <ComplexType Name="HealthData" BaseType="MemoryMetrics.v1_0_0.HealthData">
296        <Property Name="PredictedMediaLifeLeftPercent" Type="Edm.Decimal">
297          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
298          <Annotation Term="OData.Description" String="The percentage of reads and writes that are predicted to still be available for the media."/>
299          <Annotation Term="OData.LongDescription" String="This property shall contain an indicator of the percentage, `0` to `100`, of life remaining in the media."/>
300          <Annotation Term="Measures.Unit" String="%"/>
301          <Annotation Term="Validation.Minimum" Int="0"/>
302          <Annotation Term="Validation.Maximum" Int="100"/>
303        </Property>
304      </ComplexType>
305    </Schema>
306
307    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryMetrics.v1_1_1">
308      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
309      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
310      <EntityType Name="MemoryMetrics" BaseType="MemoryMetrics.v1_1_0.MemoryMetrics"/>
311    </Schema>
312
313    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryMetrics.v1_1_2">
314      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
315      <Annotation Term="OData.Description" String="This version was created to show `BlocksWritten` in `CurrentPeriod` and `LifeTime` ComplexTypes, and to update annotations in earlier versions of namespaces."/>
316      <EntityType Name="MemoryMetrics" BaseType="MemoryMetrics.v1_1_1.MemoryMetrics"/>
317    </Schema>
318
319    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryMetrics.v1_1_3">
320      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
321      <Annotation Term="OData.Description" String="This version shows that `AlarmTrips` was modified to add semantics about `AlarmTrips` resets upon system reset."/>
322      <EntityType Name="MemoryMetrics" BaseType="MemoryMetrics.v1_1_2.MemoryMetrics"/>
323    </Schema>
324
325    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryMetrics.v1_1_4">
326      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
327      <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number.  It was also created to add missing percent units onto existing properties."/>
328      <EntityType Name="MemoryMetrics" BaseType="MemoryMetrics.v1_1_3.MemoryMetrics"/>
329    </Schema>
330
331    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryMetrics.v1_1_5">
332      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
333      <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."/>
334      <EntityType Name="MemoryMetrics" BaseType="MemoryMetrics.v1_1_4.MemoryMetrics"/>
335    </Schema>
336
337    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryMetrics.v1_1_6">
338      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
339      <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 memory in a system.  It was also created to update descriptions that this schema defines."/>
340      <EntityType Name="MemoryMetrics" BaseType="MemoryMetrics.v1_1_5.MemoryMetrics"/>
341    </Schema>
342
343    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryMetrics.v1_1_7">
344      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
345      <Annotation Term="OData.Description" String="This version was created to update the descriptions for health data to allow for usage when this resource is subordinate to the `MemorySummary` object."/>
346      <EntityType Name="MemoryMetrics" BaseType="MemoryMetrics.v1_1_6.MemoryMetrics"/>
347    </Schema>
348
349    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryMetrics.v1_1_8">
350      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
351      <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
352      <EntityType Name="MemoryMetrics" BaseType="MemoryMetrics.v1_1_7.MemoryMetrics"/>
353    </Schema>
354
355    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryMetrics.v1_1_9">
356      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
357      <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
358      <EntityType Name="MemoryMetrics" BaseType="MemoryMetrics.v1_1_8.MemoryMetrics"/>
359    </Schema>
360
361    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryMetrics.v1_1_10">
362      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
363      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
364      <EntityType Name="MemoryMetrics" BaseType="MemoryMetrics.v1_1_9.MemoryMetrics"/>
365    </Schema>
366
367    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryMetrics.v1_1_11">
368      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
369      <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."/>
370      <EntityType Name="MemoryMetrics" BaseType="MemoryMetrics.v1_1_10.MemoryMetrics"/>
371    </Schema>
372
373    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryMetrics.v1_2_0">
374      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
375      <Annotation Term="Redfish.Release" String="2019.2"/>
376
377      <EntityType Name="MemoryMetrics" BaseType="MemoryMetrics.v1_1_6.MemoryMetrics">
378        <Property Name="BandwidthPercent" Type="Edm.Decimal">
379          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
380          <Annotation Term="OData.Description" String="The memory bandwidth utilization as a percentage."/>
381          <Annotation Term="OData.LongDescription" String="This property shall contain memory bandwidth utilization as a percentage.  When this resource is subordinate to the `MemorySummary` object, this property shall be the memory bandwidth utilization over all memory as a percentage, typically `0` to `100`."/>
382          <Annotation Term="Validation.Minimum" Int="0"/>
383          <Annotation Term="Measures.Unit" String="%"/>
384        </Property>
385      </EntityType>
386    </Schema>
387
388    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryMetrics.v1_2_1">
389      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
390      <Annotation Term="OData.Description" String="This version was created to update the descriptions for health data to allow for usage when this resource is subordinate to the `MemorySummary` object."/>
391      <EntityType Name="MemoryMetrics" BaseType="MemoryMetrics.v1_2_0.MemoryMetrics"/>
392    </Schema>
393
394    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryMetrics.v1_2_2">
395      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
396      <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
397      <EntityType Name="MemoryMetrics" BaseType="MemoryMetrics.v1_2_1.MemoryMetrics"/>
398    </Schema>
399
400    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryMetrics.v1_2_3">
401      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
402      <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
403      <EntityType Name="MemoryMetrics" BaseType="MemoryMetrics.v1_2_2.MemoryMetrics"/>
404    </Schema>
405
406    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryMetrics.v1_2_4">
407      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
408      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
409      <EntityType Name="MemoryMetrics" BaseType="MemoryMetrics.v1_2_3.MemoryMetrics"/>
410    </Schema>
411
412    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryMetrics.v1_2_5">
413      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
414      <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."/>
415      <EntityType Name="MemoryMetrics" BaseType="MemoryMetrics.v1_2_4.MemoryMetrics"/>
416    </Schema>
417
418    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryMetrics.v1_3_0">
419      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
420      <Annotation Term="Redfish.Release" String="2020.1"/>
421      <Annotation Term="OData.Description" String="This version was created to add the `OperatingSpeedMHz` property."/>
422
423      <EntityType Name="MemoryMetrics" BaseType="MemoryMetrics.v1_2_1.MemoryMetrics">
424        <Property Name="OperatingSpeedMHz" Type="Edm.Int64">
425          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
426          <Annotation Term="OData.Description" String="Operating speed of memory in MHz or MT/s as appropriate."/>
427          <Annotation Term="OData.LongDescription" String="This property shall contain the operating speed of memory in MHz or MT/s (mega-transfers per second) as reported by the memory device.  Memory devices that operate at their bus speed shall report the operating speed in MHz (bus speed), while memory devices that transfer data faster than their bus speed, such as DDR memory, shall report the operating speed in MT/s (mega-transfers/second).  The reported value shall match the conventionally reported values for the technology used by the memory device."/>
428          <Annotation Term="Measures.Unit" String="MHz"/>
429        </Property>
430      </EntityType>
431    </Schema>
432
433    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryMetrics.v1_3_1">
434      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
435      <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
436      <EntityType Name="MemoryMetrics" BaseType="MemoryMetrics.v1_3_0.MemoryMetrics"/>
437    </Schema>
438
439    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryMetrics.v1_3_2">
440      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
441      <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
442      <EntityType Name="MemoryMetrics" BaseType="MemoryMetrics.v1_3_1.MemoryMetrics"/>
443    </Schema>
444
445    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryMetrics.v1_3_3">
446      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
447      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
448      <EntityType Name="MemoryMetrics" BaseType="MemoryMetrics.v1_3_2.MemoryMetrics"/>
449    </Schema>
450
451    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryMetrics.v1_3_4">
452      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
453      <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."/>
454      <EntityType Name="MemoryMetrics" BaseType="MemoryMetrics.v1_3_3.MemoryMetrics"/>
455    </Schema>
456
457    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryMetrics.v1_4_0">
458      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
459      <Annotation Term="Redfish.Release" String="2020.3"/>
460
461      <EntityType Name="MemoryMetrics" BaseType="MemoryMetrics.v1_3_0.MemoryMetrics"/>
462
463      <ComplexType Name="CurrentPeriod" BaseType="MemoryMetrics.v1_0_0.CurrentPeriod">
464        <Property Name="CorrectableECCErrorCount" Type="Edm.Int64">
465          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
466          <Annotation Term="OData.Description" String="The number of correctable errors since reset."/>
467          <Annotation Term="OData.LongDescription" String="This property shall contain the number of correctable errors since reset.  When this resource is subordinate to the `MemorySummary` object, this property shall be the sum of CorrectableECCErrorCount over all memory."/>
468        </Property>
469        <Property Name="UncorrectableECCErrorCount" Type="Edm.Int64">
470          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
471          <Annotation Term="OData.Description" String="The number of uncorrectable errors since reset."/>
472          <Annotation Term="OData.LongDescription" String="This property shall contain the number of uncorrectable errors since reset.  When this resource is subordinate to the `MemorySummary` object, this property shall be the sum of UncorrectableECCErrorCount over all memory."/>
473        </Property>
474      </ComplexType>
475
476      <ComplexType Name="LifeTime" BaseType="MemoryMetrics.v1_0_0.LifeTime">
477        <Property Name="CorrectableECCErrorCount" Type="Edm.Int64">
478          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
479          <Annotation Term="OData.Description" String="The number of correctable errors for the lifetime of the memory."/>
480          <Annotation Term="OData.LongDescription" String="This property shall contain the number of correctable errors for the lifetime of the memory.  When this resource is subordinate to the `MemorySummary` object, this property shall be the sum of CorrectableECCErrorCount over all memory."/>
481        </Property>
482        <Property Name="UncorrectableECCErrorCount" Type="Edm.Int64">
483          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
484          <Annotation Term="OData.Description" String="The number of uncorrectable errors for the lifetime of the memory."/>
485          <Annotation Term="OData.LongDescription" String="This property shall contain the number of uncorrectable errors for the lifetime of the memory.  When this resource is subordinate to the `MemorySummary` object, this property shall be the sum of UncorrectableECCErrorCount over all memory."/>
486        </Property>
487      </ComplexType>
488    </Schema>
489
490    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryMetrics.v1_4_1">
491      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
492      <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
493      <EntityType Name="MemoryMetrics" BaseType="MemoryMetrics.v1_4_0.MemoryMetrics"/>
494    </Schema>
495
496    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryMetrics.v1_4_2">
497      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
498      <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
499      <EntityType Name="MemoryMetrics" BaseType="MemoryMetrics.v1_4_1.MemoryMetrics"/>
500    </Schema>
501
502    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryMetrics.v1_4_3">
503      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
504      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
505      <EntityType Name="MemoryMetrics" BaseType="MemoryMetrics.v1_4_2.MemoryMetrics"/>
506    </Schema>
507
508    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryMetrics.v1_4_4">
509      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
510      <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."/>
511      <EntityType Name="MemoryMetrics" BaseType="MemoryMetrics.v1_4_3.MemoryMetrics"/>
512    </Schema>
513
514    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryMetrics.v1_5_0">
515      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
516      <Annotation Term="Redfish.Release" String="2022.1"/>
517
518      <EntityType Name="MemoryMetrics" BaseType="MemoryMetrics.v1_4_1.MemoryMetrics"/>
519
520      <ComplexType Name="CurrentPeriod" BaseType="MemoryMetrics.v1_4_0.CurrentPeriod">
521        <Property Name="IndeterminateCorrectableErrorCount" Type="Edm.Int64">
522          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
523          <Annotation Term="OData.Description" String="The number of indeterminate correctable errors since reset."/>
524          <Annotation Term="OData.LongDescription" String="This property shall contain the number of indeterminate correctable errors since reset.  Since the error origin is indeterminate, the same error can be duplicated across multiple `MemoryMetrics` resources.  When this resource is subordinate to the `MemorySummary` object, this property shall be the sum of indeterminate correctable errors across all memory without duplication, which may not be the sum of all `IndeterminateCorrectableErrorCount` properties over all memory."/>
525        </Property>
526        <Property Name="IndeterminateUncorrectableErrorCount" Type="Edm.Int64">
527          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
528          <Annotation Term="OData.Description" String="The number of indeterminate uncorrectable errors since reset."/>
529          <Annotation Term="OData.LongDescription" String="This property shall contain the number of indeterminate uncorrectable errors since reset.  Since the error origin is indeterminate, the same error can be duplicated across multiple `MemoryMetrics` resources.  When this resource is subordinate to the `MemorySummary` object, this property shall be the sum of indeterminate uncorrectable errors across all memory without duplication, which may not be the sum of all `IndeterminateUncorrectableErrorCount` properties over all memory."/>
530        </Property>
531      </ComplexType>
532
533      <ComplexType Name="LifeTime" BaseType="MemoryMetrics.v1_4_0.LifeTime">
534        <Property Name="IndeterminateCorrectableErrorCount" Type="Edm.Int64">
535          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
536          <Annotation Term="OData.Description" String="The number of indeterminate correctable errors for the lifetime of the memory."/>
537          <Annotation Term="OData.LongDescription" String="This property shall contain the number of indeterminate correctable errors for the lifetime of the memory.  Since the error origin is indeterminate, the same error can be duplicated across multiple `MemoryMetrics` resources.  When this resource is subordinate to the `MemorySummary` object, this property shall be the sum of indeterminate correctable errors across all memory without duplication, which may not be the sum of all `IndeterminateCorrectableErrorCount` properties over all memory."/>
538        </Property>
539        <Property Name="IndeterminateUncorrectableErrorCount" Type="Edm.Int64">
540          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
541          <Annotation Term="OData.Description" String="The number of indeterminate uncorrectable errors for the lifetime of the memory."/>
542          <Annotation Term="OData.LongDescription" String="This property shall contain the number of indeterminate uncorrectable errors for the lifetime of the memory.  Since the error origin is indeterminate, the same error can be duplicated across multiple `MemoryMetrics` resources.  When this resource is subordinate to the `MemorySummary` object, this property shall be the sum of indeterminate uncorrectable errors across all memory without duplication, which may not be the sum of all `IndeterminateUncorrectableErrorCount` properties over all memory."/>
543        </Property>
544      </ComplexType>
545    </Schema>
546
547    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryMetrics.v1_5_1">
548      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
549      <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
550      <EntityType Name="MemoryMetrics" BaseType="MemoryMetrics.v1_5_0.MemoryMetrics"/>
551    </Schema>
552
553    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryMetrics.v1_5_2">
554      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
555      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
556      <EntityType Name="MemoryMetrics" BaseType="MemoryMetrics.v1_5_1.MemoryMetrics"/>
557    </Schema>
558
559    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryMetrics.v1_5_3">
560      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
561      <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."/>
562      <EntityType Name="MemoryMetrics" BaseType="MemoryMetrics.v1_5_2.MemoryMetrics"/>
563    </Schema>
564
565    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryMetrics.v1_6_0">
566      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
567      <Annotation Term="Redfish.Release" String="2022.3"/>
568
569      <EntityType Name="MemoryMetrics" BaseType="MemoryMetrics.v1_5_0.MemoryMetrics">
570        <Property Name="CorrectedVolatileErrorCount" Type="Edm.Int64">
571          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
572          <Annotation Term="OData.Description" String="The number of corrected errors in volatile memory."/>
573          <Annotation Term="OData.LongDescription" String="This property shall contain the number of corrected errors in volatile memory."/>
574        </Property>
575        <Property Name="CorrectedPersistentErrorCount" Type="Edm.Int64">
576          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
577          <Annotation Term="OData.Description" String="The number of corrected errors in persistent memory."/>
578          <Annotation Term="OData.LongDescription" String="This property shall contain the number of corrected errors in persistent memory."/>
579        </Property>
580        <Property Name="DirtyShutdownCount" Type="Edm.Int64">
581          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
582          <Annotation Term="OData.Description" String="The number of shutdowns while outstanding writes have not completed to persistent memory."/>
583          <Annotation Term="OData.LongDescription" String="This property shall contain the number of shutdowns while outstanding writes have not completed to persistent memory."/>
584        </Property>
585        <Property Name="CXL" Type="MemoryMetrics.v1_6_0.CXL" Nullable="false">
586          <Annotation Term="OData.Description" String="The memory metrics specific to CXL devices."/>
587          <Annotation Term="OData.LongDescription" String="This property shall contain the memory metrics specific to CXL devices."/>
588        </Property>
589      </EntityType>
590
591      <ComplexType Name="CXL">
592        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
593        <Annotation Term="OData.Description" String="The memory metrics specific to CXL devices."/>
594        <Annotation Term="OData.LongDescription" String="This type shall contain the memory metrics specific to CXL devices."/>
595        <Property Name="AlertCapabilities" Type="MemoryMetrics.v1_6_0.AlertCapabilities">
596          <Annotation Term="OData.Description" String="The conditions that would generate an alert to the CXL Fabric Manager or host."/>
597          <Annotation Term="OData.LongDescription" String="This property shall contain the conditions that would generate an alert to the CXL Fabric Manager or host."/>
598        </Property>
599      </ComplexType>
600
601      <ComplexType Name="AlertCapabilities">
602        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
603        <Annotation Term="OData.Description" String="The conditions that would generate an alert to the CXL Fabric Manager or host."/>
604        <Annotation Term="OData.LongDescription" String="This type shall contain the conditions that would generate an alert to the CXL Fabric Manager or host."/>
605        <Property Name="Temperature" Type="Edm.Boolean">
606          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
607          <Annotation Term="OData.Description" String="Indicates whether temperature conditions generate an alert to the CXL Fabric Manager or host."/>
608          <Annotation Term="OData.LongDescription" String="This property shall indicate whether temperature conditions generate an alert to the CXL Fabric Manager or host."/>
609        </Property>
610        <Property Name="SpareBlock" Type="Edm.Boolean">
611          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
612          <Annotation Term="OData.Description" String="Indicates whether spare block conditions generate an alert to the CXL Fabric Manager or host."/>
613          <Annotation Term="OData.LongDescription" String="This property shall indicate whether spare block conditions generate an alert to the CXL Fabric Manager or host."/>
614        </Property>
615        <Property Name="UncorrectableECCError" Type="Edm.Boolean">
616          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
617          <Annotation Term="OData.Description" String="Indicates whether uncorrectable ECC errors generate an alert to the CXL Fabric Manager or host."/>
618          <Annotation Term="OData.LongDescription" String="This property shall indicate whether uncorrectable ECC errors generate an alert to the CXL Fabric Manager or host."/>
619        </Property>
620        <Property Name="CorrectableECCError" Type="Edm.Boolean">
621          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
622          <Annotation Term="OData.Description" String="Indicates whether correctable ECC errors generate an alert to the CXL Fabric Manager or host."/>
623          <Annotation Term="OData.LongDescription" String="This property shall indicate whether correctable ECC errors generate an alert to the CXL Fabric Manager or host."/>
624        </Property>
625      </ComplexType>
626    </Schema>
627
628    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryMetrics.v1_6_1">
629      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
630      <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
631      <EntityType Name="MemoryMetrics" BaseType="MemoryMetrics.v1_6_0.MemoryMetrics"/>
632    </Schema>
633
634    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryMetrics.v1_6_2">
635      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
636      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
637      <EntityType Name="MemoryMetrics" BaseType="MemoryMetrics.v1_6_1.MemoryMetrics"/>
638    </Schema>
639
640    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryMetrics.v1_6_3">
641      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
642      <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."/>
643      <EntityType Name="MemoryMetrics" BaseType="MemoryMetrics.v1_6_2.MemoryMetrics"/>
644    </Schema>
645
646    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryMetrics.v1_7_0">
647      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
648      <Annotation Term="Redfish.Release" String="2023.1"/>
649
650      <EntityType Name="MemoryMetrics" BaseType="MemoryMetrics.v1_6_0.MemoryMetrics">
651        <Property Name="CapacityUtilizationPercent" Type="Edm.Decimal">
652          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
653          <Annotation Term="OData.Description" String="The memory capacity utilization as a percentage."/>
654          <Annotation Term="OData.LongDescription" String="This property shall contain the memory capacity utilization as a percentage, typically `0` to `100`.  When this resource is subordinate to the `MemorySummary` object, this property shall be the memory capacity utilization over all memory as a percentage."/>
655          <Annotation Term="Validation.Minimum" Int="0"/>
656          <Annotation Term="Measures.Unit" String="%"/>
657        </Property>
658      </EntityType>
659    </Schema>
660
661    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryMetrics.v1_7_1">
662      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
663      <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
664      <EntityType Name="MemoryMetrics" BaseType="MemoryMetrics.v1_7_0.MemoryMetrics"/>
665    </Schema>
666
667    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryMetrics.v1_7_2">
668      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
669      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
670      <EntityType Name="MemoryMetrics" BaseType="MemoryMetrics.v1_7_1.MemoryMetrics"/>
671    </Schema>
672
673    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryMetrics.v1_7_3">
674      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
675      <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."/>
676      <EntityType Name="MemoryMetrics" BaseType="MemoryMetrics.v1_7_2.MemoryMetrics"/>
677    </Schema>
678
679  </edmx:DataServices>
680</edmx:Edmx>
681