1<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################       -->
4<!--# Redfish Schema:  Memory v1.19.0                                                      -->
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.Measures.V1.xml">
18    <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/>
19  </edmx:Reference>
20  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
21    <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
22    <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/>
23  </edmx:Reference>
24  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
25    <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
26  </edmx:Reference>
27  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
28    <edmx:Include Namespace="Resource"/>
29    <edmx:Include Namespace="Resource.v1_0_0"/>
30  </edmx:Reference>
31  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/MemoryMetrics_v1.xml">
32    <edmx:Include Namespace="MemoryMetrics"/>
33  </edmx:Reference>
34  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Chassis_v1.xml">
35    <edmx:Include Namespace="Chassis"/>
36  </edmx:Reference>
37  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Assembly_v1.xml">
38    <edmx:Include Namespace="Assembly"/>
39  </edmx:Reference>
40  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/EnvironmentMetrics_v1.xml">
41    <edmx:Include Namespace="EnvironmentMetrics"/>
42  </edmx:Reference>
43  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Processor_v1.xml">
44    <edmx:Include Namespace="Processor"/>
45  </edmx:Reference>
46  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/CertificateCollection_v1.xml">
47    <edmx:Include Namespace="CertificateCollection"/>
48  </edmx:Reference>
49  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/SoftwareInventory_v1.xml">
50    <edmx:Include Namespace="SoftwareInventory"/>
51  </edmx:Reference>
52  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/LogService_v1.xml">
53    <edmx:Include Namespace="LogService"/>
54  </edmx:Reference>
55  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Control_v1.xml">
56    <edmx:Include Namespace="Control"/>
57  </edmx:Reference>
58  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/MemoryChunks_v1.xml">
59    <edmx:Include Namespace="MemoryChunks"/>
60  </edmx:Reference>
61  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Endpoint_v1.xml">
62    <edmx:Include Namespace="Endpoint"/>
63  </edmx:Reference>
64  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Battery_v1.xml">
65    <edmx:Include Namespace="Battery"/>
66  </edmx:Reference>
67  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/MemoryRegion_v1.xml">
68    <edmx:Include Namespace="MemoryRegion"/>
69  </edmx:Reference>
70
71  <edmx:DataServices>
72
73    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory">
74      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
75
76      <EntityType Name="Memory" BaseType="Resource.v1_0_0.Resource" Abstract="true">
77        <Annotation Term="OData.Description" String="The Memory schema represents a memory device, such as a DIMM, and its configuration.  It also describes the location, such as a slot, socket, or bay, where a unit can be installed, by populating a resource instance with an absent state if a unit is not present."/>
78        <Annotation Term="OData.LongDescription" String="This resource shall represent a memory device in a Redfish implementation.  It may also represent a location, such as a slot, socket, or bay, where a unit may be installed, but the State property within the Status property contains `Absent`."/>
79        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
80        <Annotation Term="Capabilities.InsertRestrictions">
81          <Record>
82            <PropertyValue Property="Insertable" Bool="false"/>
83          </Record>
84        </Annotation>
85        <Annotation Term="Capabilities.UpdateRestrictions">
86          <Record>
87            <PropertyValue Property="Updatable" Bool="true"/>
88          </Record>
89        </Annotation>
90        <Annotation Term="Capabilities.DeleteRestrictions">
91          <Record>
92            <PropertyValue Property="Deletable" Bool="false"/>
93          </Record>
94        </Annotation>
95        <Annotation Term="Redfish.Uris">
96          <Collection>
97            <String>/redfish/v1/Systems/{ComputerSystemId}/Memory/{MemoryId}</String>
98            <String>/redfish/v1/Chassis/{ChassisId}/Memory/{MemoryId}</String>
99            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Memory/{MemoryId}</String>
100            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Memory/{MemoryId}</String>
101            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Memory/{MemoryId}</String>
102            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Memory/{MemoryId}</String>
103          </Collection>
104        </Annotation>
105      </EntityType>
106
107      <Action Name="UnlockUnit" IsBound="true">
108        <Annotation Term="OData.Description" String="This contains the action for unlocking given regions."/>
109        <Annotation Term="OData.LongDescription" String="This action shall apply the supplied passphrase to the supplied region for the purpose of unlocking the given regions."/>
110        <Parameter Name="Memory" Type="Memory.v1_0_0.Actions"/>
111        <Parameter Name="RegionId" Type="Edm.String" Nullable="false">
112          <Annotation Term="OData.Description" String="The memory region ID to which to apply this action."/>
113          <Annotation Term="OData.LongDescription" String="This property shall contain the memory region ID to which to apply this action."/>
114        </Parameter>
115        <Parameter Name="Passphrase" Type="Edm.String" Nullable="false">
116          <Annotation Term="OData.Description" String="The passphrase required to complete the operation."/>
117          <Annotation Term="OData.LongDescription" String="This property shall contain the passphrase required to complete this action."/>
118        </Parameter>
119      </Action>
120
121      <Action Name="SecureEraseUnit" IsBound="true">
122        <Annotation Term="OData.Description" String="This contains the action for securely erasing given regions using the NIST SP800-88 Purge: Cryptographic Erase."/>
123        <Annotation Term="OData.LongDescription" String="This action shall securely erase the supplied region provided the supplied passphrase matches that of the given region using the NIST SP800-88 Purge: Cryptographic Erase.  Use the OverwriteUnit method to perform NIST SP800-88 Purge: Overwrite."/>
124        <Parameter Name="Memory" Type="Memory.v1_0_0.Actions"/>
125        <Parameter Name="RegionId" Type="Edm.String" Nullable="false">
126          <Annotation Term="OData.Description" String="The memory region ID to which to apply this action."/>
127          <Annotation Term="OData.LongDescription" String="This property shall contain the memory region ID to which to apply this action."/>
128        </Parameter>
129        <Parameter Name="Passphrase" Type="Edm.String" Nullable="false">
130          <Annotation Term="OData.Description" String="Passphrase for doing the operation."/>
131          <Annotation Term="OData.LongDescription" String="This property shall contain the passphrase used in this action."/>
132        </Parameter>
133      </Action>
134
135      <Action Name="FreezeSecurityState" IsBound="true">
136        <Annotation Term="OData.Description" String="Freezes the security state of the memory device."/>
137        <Annotation Term="OData.LongDescription" String="This action shall freeze the security state of the memory device."/>
138        <Parameter Name="Memory" Type="Memory.v1_0_0.Actions"/>
139        <Annotation Term="Redfish.Revisions">
140          <Collection>
141            <Record>
142              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
143              <PropertyValue Property="Version" String="v1_17_0"/>
144            </Record>
145          </Collection>
146        </Annotation>
147      </Action>
148
149      <Action Name="ScanMedia" IsBound="true">
150        <Annotation Term="OData.Description" String="Scans the media of the memory device."/>
151        <Annotation Term="OData.LongDescription" String="This action shall scan the media of the memory device."/>
152        <Parameter Name="Memory" Type="Memory.v1_0_0.Actions"/>
153        <Parameter Name="PhysicalAddress" Type="Edm.String" Nullable="false">
154          <Annotation Term="OData.Description" String="The starting device physical address to scan as a hex-encoded string."/>
155          <Annotation Term="OData.LongDescription" String="This parameter shall contain the starting device physical address to scan as a hex-encoded string."/>
156          <Annotation Term="Validation.Pattern" String="^0x[0-9a-fA-F]+$"/>
157        </Parameter>
158        <Parameter Name="Length" Type="Edm.Int64" Nullable="false">
159          <Annotation Term="OData.Description" String="The length of the target region to scan in bytes from the physical address."/>
160          <Annotation Term="OData.LongDescription" String="This parameter shall contain the length of the target region to scan in bytes from the PhysicalAddress parameter."/>
161        </Parameter>
162        <Parameter Name="NoEventLog" Type="Edm.Boolean">
163          <Annotation Term="OData.Description" String="Indicates whether events related to the media scan are not logged."/>
164          <Annotation Term="OData.LongDescription" String="This parameter shall indicate whether events related to the media scan are not logged.  If not provided by the client, the value shall be assumed to be `false`."/>
165        </Parameter>
166        <Annotation Term="Redfish.Revisions">
167          <Collection>
168            <Record>
169              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
170              <PropertyValue Property="Version" String="v1_17_0"/>
171            </Record>
172          </Collection>
173        </Annotation>
174      </Action>
175
176      <Action Name="InjectPersistentPoison" IsBound="true">
177        <Annotation Term="OData.Description" String="Injects poison to a specific persistent memory address in the memory device."/>
178        <Annotation Term="OData.LongDescription" String="This action shall inject poison to a specific persistent memory address in the memory device."/>
179        <Parameter Name="Memory" Type="Memory.v1_0_0.Actions"/>
180        <Parameter Name="PhysicalAddress" Type="Edm.String" Nullable="false">
181          <Annotation Term="OData.Description" String="The device persistent physical address in which to perform a poison injection as a hex-encoded string."/>
182          <Annotation Term="OData.LongDescription" String="This parameter shall contain the device persistent physical address in which to perform a poison injection as a hex-encoded string."/>
183          <Annotation Term="Validation.Pattern" String="^0x[0-9a-fA-F]+$"/>
184        </Parameter>
185        <Annotation Term="Redfish.Revisions">
186          <Collection>
187            <Record>
188              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
189              <PropertyValue Property="Version" String="v1_17_0"/>
190            </Record>
191          </Collection>
192        </Annotation>
193      </Action>
194
195      <Action Name="OverwriteUnit" IsBound="true">
196        <Annotation Term="OData.Description" String="This contains the action for securely erasing given regions using the NIST SP800-88 Purge: Overwrite."/>
197        <Annotation Term="OData.LongDescription" String="This action shall securely erase the supplied region provided the supplied passphrase matches that of the given region using the NIST SP800-88 Purge: Overwrite.  Use the SecureEraseUnit method to perform NIST SP800-88 Purge: Cryptographic Erase."/>
198        <Annotation Term="Redfish.Revisions">
199          <Collection>
200            <Record>
201              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
202              <PropertyValue Property="Version" String="v1_6_0"/>
203            </Record>
204          </Collection>
205        </Annotation>
206        <Parameter Name="Memory" Type="Memory.v1_0_0.Actions"/>
207        <Parameter Name="RegionId" Type="Edm.String" Nullable="false">
208          <Annotation Term="OData.Description" String="The memory region ID to which to apply this action."/>
209          <Annotation Term="OData.LongDescription" String="This property shall contain the memory region ID to which to apply this action."/>
210        </Parameter>
211        <Parameter Name="Passphrase" Type="Edm.String" Nullable="false">
212          <Annotation Term="OData.Description" String="Passphrase for doing the operation."/>
213          <Annotation Term="OData.LongDescription" String="This property shall contain the passphrase used in this action."/>
214        </Parameter>
215      </Action>
216
217      <Action Name="SetPassphrase" IsBound="true">
218        <Annotation Term="OData.Description" String="Set passphrase for the given regions."/>
219        <Annotation Term="OData.LongDescription" String="This action shall apply the supplied passphrase to the supplied region."/>
220        <Parameter Name="Memory" Type="Memory.v1_0_0.Actions"/>
221        <Parameter Name="RegionId" Type="Edm.String" Nullable="false">
222          <Annotation Term="OData.Description" String="The memory region ID to which to apply this action."/>
223          <Annotation Term="OData.LongDescription" String="This property shall contain the memory region ID to which to apply this action."/>
224        </Parameter>
225        <Parameter Name="Passphrase" Type="Edm.String" Nullable="false">
226          <Annotation Term="OData.Description" String="Passphrase for doing the operation."/>
227          <Annotation Term="OData.LongDescription" String="This property shall contain the passphrase used in this action."/>
228        </Parameter>
229      </Action>
230
231      <Action Name="SetMasterPassphrase" IsBound="true">
232        <Annotation Term="OData.Description" String="Sets the master passphrase for the given region."/>
233        <Annotation Term="OData.LongDescription" String="This action shall set the supplied master passphrase to the supplied region."/>
234        <Parameter Name="Memory" Type="Memory.v1_0_0.Actions"/>
235        <Parameter Name="RegionId" Type="Edm.String" Nullable="false">
236          <Annotation Term="OData.Description" String="The memory region ID to which to apply the master passphrase."/>
237          <Annotation Term="OData.LongDescription" String="This parameter shall contain the memory region ID to which to apply the master passphrase."/>
238        </Parameter>
239        <Parameter Name="Passphrase" Type="Edm.String" Nullable="false">
240          <Annotation Term="OData.Description" String="The master passphrase to set for the specified region."/>
241          <Annotation Term="OData.LongDescription" String="This parameter shall contain the master passphrase to set for the specified region."/>
242        </Parameter>
243        <Annotation Term="Redfish.Revisions">
244          <Collection>
245            <Record>
246              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
247              <PropertyValue Property="Version" String="v1_17_0"/>
248            </Record>
249          </Collection>
250        </Annotation>
251      </Action>
252
253      <Action Name="DisablePassphrase" IsBound="true">
254        <Annotation Term="OData.Description" String="Disable passphrase for the given region."/>
255        <Annotation Term="OData.LongDescription" String="This action shall disable the need for passphrases on the supplied region provided the supplied passphrase matches that of the region."/>
256        <Parameter Name="Memory" Type="Memory.v1_0_0.Actions"/>
257        <Parameter Name="RegionId" Type="Edm.String" Nullable="false">
258          <Annotation Term="OData.Description" String="The memory region ID to which to apply this action."/>
259          <Annotation Term="OData.LongDescription" String="This property shall contain the memory region ID to which to apply this action."/>
260        </Parameter>
261        <Parameter Name="Passphrase" Type="Edm.String" Nullable="false">
262          <Annotation Term="OData.Description" String="Passphrase for doing the operation."/>
263          <Annotation Term="OData.LongDescription" String="This property shall contain the passphrase used in this action."/>
264        </Parameter>
265      </Action>
266
267      <Action Name="DisableMasterPassphrase" IsBound="true">
268        <Annotation Term="OData.Description" String="Disables the master passphrase for the given region."/>
269        <Annotation Term="OData.LongDescription" String="This action shall disable the master passphrase on the supplied region provided the supplied master passphrase matches that of the region."/>
270        <Parameter Name="Memory" Type="Memory.v1_0_0.Actions"/>
271        <Parameter Name="RegionId" Type="Edm.String" Nullable="false">
272          <Annotation Term="OData.Description" String="The memory region ID to which to disable the master passphrase."/>
273          <Annotation Term="OData.LongDescription" String="This parameter shall contain the memory region ID to which to disable the master passphrase."/>
274        </Parameter>
275        <Parameter Name="Passphrase" Type="Edm.String" Nullable="false">
276          <Annotation Term="OData.Description" String="The master passphrase for the specified region."/>
277          <Annotation Term="OData.LongDescription" String="This parameter shall contain the master passphrase for the specified region."/>
278        </Parameter>
279        <Annotation Term="Redfish.Revisions">
280          <Collection>
281            <Record>
282              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
283              <PropertyValue Property="Version" String="v1_17_0"/>
284            </Record>
285          </Collection>
286        </Annotation>
287      </Action>
288
289      <Action Name="Reset" IsBound="true">
290        <Annotation Term="OData.Description" String="This action resets this memory device."/>
291        <Annotation Term="OData.LongDescription" String="This action shall reset this memory device."/>
292        <Parameter Name="Memory" Type="Memory.v1_0_0.Actions"/>
293        <Parameter Name="ResetType" Type="Resource.ResetType">
294          <Annotation Term="OData.Description" String="The type of reset."/>
295          <Annotation Term="OData.LongDescription" String="This parameter shall contain the type of reset.  The service can accept a request without the parameter and perform an implementation-specific default reset."/>
296        </Parameter>
297        <Annotation Term="Redfish.Revisions">
298          <Collection>
299            <Record>
300              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
301              <PropertyValue Property="Version" String="v1_8_0"/>
302            </Record>
303          </Collection>
304        </Annotation>
305      </Action>
306
307      <Action Name="ResetToDefaults" IsBound="true">
308        <Annotation Term="OData.Description" String="The action resets the values of writable properties to factory defaults."/>
309        <Annotation Term="OData.LongDescription" String="This action shall reset the values of writable properties in this resource to their default values as specified by the manufacturer."/>
310        <Parameter Name="Memory" Type="Memory.v1_0_0.Actions"/>
311        <Annotation Term="Redfish.Revisions">
312          <Collection>
313            <Record>
314              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
315              <PropertyValue Property="Version" String="v1_16_0"/>
316            </Record>
317          </Collection>
318        </Annotation>
319      </Action>
320    </Schema>
321
322    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_0_0">
323      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
324      <Annotation Term="Redfish.Release" String="2016.1"/>
325
326      <EntityType Name="Memory" BaseType="Memory.Memory">
327        <Property Name="MemoryType" Type="Memory.v1_0_0.MemoryType">
328          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
329          <Annotation Term="OData.Description" String="The type of memory device."/>
330          <Annotation Term="OData.LongDescription" String="This property shall contain the type of memory device that this resource represents."/>
331        </Property>
332        <Property Name="MemoryDeviceType" Type="Memory.v1_0_0.MemoryDeviceType">
333          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
334          <Annotation Term="OData.Description" String="Type details of the memory device."/>
335          <Annotation Term="OData.LongDescription" String="This property shall contain the Memory Device Type as defined by SMBIOS."/>
336        </Property>
337        <Property Name="BaseModuleType" Type="Memory.v1_0_0.BaseModuleType">
338          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
339          <Annotation Term="OData.Description" String="The base module type of the memory device."/>
340          <Annotation Term="OData.LongDescription" String="This property shall contain the base module type of the memory device."/>
341        </Property>
342        <Property Name="MemoryMedia" Type="Collection(Memory.v1_0_0.MemoryMedia)" Nullable="false">
343          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
344          <Annotation Term="OData.Description" String="Media of this memory device."/>
345          <Annotation Term="OData.LongDescription" String="This property shall contain the media types of this memory device."/>
346        </Property>
347        <Property Name="CapacityMiB" Type="Edm.Int64">
348          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
349          <Annotation Term="OData.Description" String="Memory capacity in mebibytes (MiB)."/>
350          <Annotation Term="OData.LongDescription" String="This property shall contain the memory capacity in MiB."/>
351          <Annotation Term="Measures.Unit" String="MiBy"/>
352        </Property>
353        <Property Name="DataWidthBits" Type="Edm.Int64">
354          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
355          <Annotation Term="OData.Description" String="Data width in bits."/>
356          <Annotation Term="OData.LongDescription" String="This property shall contain the data width in bits."/>
357        </Property>
358        <Property Name="BusWidthBits" Type="Edm.Int64">
359          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
360          <Annotation Term="OData.Description" String="The bus width, in bits."/>
361          <Annotation Term="OData.LongDescription" String="This property shall contain the bus width, in bits."/>
362        </Property>
363        <Property Name="Manufacturer" Type="Edm.String">
364          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
365          <Annotation Term="OData.Description" String="The memory device manufacturer."/>
366          <Annotation Term="OData.LongDescription" String="This property shall contain the manufacturer of the memory device."/>
367        </Property>
368        <Property Name="SerialNumber" Type="Edm.String">
369          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
370          <Annotation Term="OData.Description" String="The product serial number of this device."/>
371          <Annotation Term="OData.LongDescription" String="This property shall indicate the serial number as provided by the manufacturer of this memory device."/>
372        </Property>
373        <Property Name="PartNumber" Type="Edm.String">
374          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
375          <Annotation Term="OData.Description" String="The product part number of this device."/>
376          <Annotation Term="OData.LongDescription" String="This property shall indicate the part number as provided by the manufacturer of this memory device."/>
377        </Property>
378        <Property Name="AllowedSpeedsMHz" Type="Collection(Edm.Int64)" Nullable="false">
379          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
380          <Annotation Term="OData.Description" String="Speeds supported by this memory device."/>
381          <Annotation Term="OData.LongDescription" String="This property shall contain the speeds supported by this memory device."/>
382          <Annotation Term="Measures.Unit" String="MHz"/>
383        </Property>
384        <Property Name="FirmwareRevision" Type="Edm.String">
385          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
386          <Annotation Term="OData.Description" String="Revision of firmware on the memory controller."/>
387          <Annotation Term="OData.LongDescription" String="This property shall contain the revision of firmware on the memory controller."/>
388        </Property>
389        <Property Name="FirmwareApiVersion" Type="Edm.String">
390          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
391          <Annotation Term="OData.Description" String="Version of API supported by the firmware."/>
392          <Annotation Term="OData.LongDescription" String="This property shall contain the version of API supported by the firmware."/>
393        </Property>
394        <Property Name="FunctionClasses" Type="Collection(Edm.String)" Nullable="false">
395          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
396          <Annotation Term="OData.Description" String="Function classes by the memory device."/>
397          <Annotation Term="OData.LongDescription" String="This property shall contain the function classes by the memory device."/>
398          <Annotation Term="Redfish.Revisions">
399            <Collection>
400              <Record>
401                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
402                <PropertyValue Property="Version" String="v1_3_0"/>
403                <PropertyValue Property="Description" String="This property has been deprecated in favor of OperatingMemoryModes at the root of the resource, or MemoryClassification found within RegionSet."/>
404              </Record>
405            </Collection>
406          </Annotation>
407        </Property>
408        <Property Name="VendorID" Type="Edm.String">
409          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
410          <Annotation Term="OData.Description" String="Vendor ID."/>
411          <Annotation Term="OData.LongDescription" String="This property shall contain the vendor ID of the memory device."/>
412          <Annotation Term="Redfish.Revisions">
413            <Collection>
414              <Record>
415                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
416                <PropertyValue Property="Version" String="v1_3_0"/>
417                <PropertyValue Property="Description" String="This property has been deprecated in favor of ModuleManufacturerID."/>
418              </Record>
419            </Collection>
420          </Annotation>
421        </Property>
422        <Property Name="DeviceID" Type="Edm.String">
423          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
424          <Annotation Term="OData.Description" String="Device ID."/>
425          <Annotation Term="OData.LongDescription" String="This property shall contain the device ID of the memory device."/>
426          <Annotation Term="Redfish.Revisions">
427            <Collection>
428              <Record>
429                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
430                <PropertyValue Property="Version" String="v1_3_0"/>
431                <PropertyValue Property="Description" String="This property has been deprecated in favor of ModuleProductID."/>
432              </Record>
433            </Collection>
434          </Annotation>
435        </Property>
436        <Property Name="SubsystemVendorID" Type="Edm.String">
437          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
438          <Annotation Term="OData.Description" String="SubSystem vendor ID."/>
439          <Annotation Term="OData.LongDescription" String="This property shall contain the subsystem vendor ID of the memory device."/>
440          <Annotation Term="Redfish.Revisions">
441            <Collection>
442              <Record>
443                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
444                <PropertyValue Property="Version" String="v1_3_0"/>
445                <PropertyValue Property="Description" String="This property has been deprecated in favor of MemorySubsystemControllerManufacturerID."/>
446              </Record>
447            </Collection>
448          </Annotation>
449        </Property>
450        <Property Name="SubsystemDeviceID" Type="Edm.String">
451          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
452          <Annotation Term="OData.Description" String="Subsystem device ID."/>
453          <Annotation Term="OData.LongDescription" String="This property shall contain the subsystem device ID of the memory device."/>
454          <Annotation Term="Redfish.Revisions">
455            <Collection>
456              <Record>
457                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
458                <PropertyValue Property="Version" String="v1_3_0"/>
459                <PropertyValue Property="Description" String="This property has been deprecated in favor of MemorySubsystemControllerProductID."/>
460              </Record>
461            </Collection>
462          </Annotation>
463        </Property>
464        <Property Name="MaxTDPMilliWatts" Type="Collection(Edm.Int64)" Nullable="false">
465          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
466          <Annotation Term="OData.Description" String="Set of maximum power budgets supported by the memory device in milliwatt units."/>
467          <Annotation Term="OData.LongDescription" String="This property shall contain an array of maximum power budgets supported by the memory device in milliwatt units."/>
468          <Annotation Term="Measures.Unit" String="mW"/>
469        </Property>
470        <Property Name="SecurityCapabilities" Type="Memory.v1_0_0.SecurityCapabilities" Nullable="false">
471          <Annotation Term="OData.Description" String="Security capabilities of the memory device."/>
472          <Annotation Term="OData.LongDescription" String="This property shall contain properties that describe the security capabilities of the memory device."/>
473        </Property>
474        <Property Name="SpareDeviceCount" Type="Edm.Int64">
475          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
476          <Annotation Term="OData.Description" String="Number of unused spare devices available in the memory device."/>
477          <Annotation Term="OData.LongDescription" String="This property shall contain the number of unused spare devices available in the memory device.  If the memory device fails, the spare devices could be used."/>
478        </Property>
479        <Property Name="RankCount" Type="Edm.Int64">
480          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
481          <Annotation Term="OData.Description" String="Number of ranks available in the memory device."/>
482          <Annotation Term="OData.LongDescription" String="This property shall contain the number of ranks available in the memory device.  The ranks could be used for spare or interleave."/>
483        </Property>
484        <Property Name="DeviceLocator" Type="Edm.String">
485          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
486          <Annotation Term="OData.Description" String="Location of the memory device in the platform."/>
487          <Annotation Term="OData.LongDescription" String="This property shall contain the location of the memory device in the platform, typically marked in the silk screen."/>
488          <Annotation Term="Redfish.Revisions">
489            <Collection>
490              <Record>
491                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
492                <PropertyValue Property="Version" String="v1_9_0"/>
493                <PropertyValue Property="Description" String="This property has been deprecated in favor of the ServiceLabel property within Location."/>
494              </Record>
495            </Collection>
496          </Annotation>
497        </Property>
498        <Property Name="MemoryLocation" Type="Memory.v1_0_0.MemoryLocation" Nullable="false">
499          <Annotation Term="OData.Description" String="Memory connection information to sockets and memory controllers."/>
500          <Annotation Term="OData.LongDescription" String="This object shall contain properties that describe the memory connection information to sockets and memory controllers."/>
501        </Property>
502        <Property Name="ErrorCorrection" Type="Memory.v1_0_0.ErrorCorrection">
503          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
504          <Annotation Term="OData.Description" String="Error correction scheme supported for this memory device."/>
505          <Annotation Term="OData.LongDescription" String="This property shall contain the error correction scheme supported for this memory device."/>
506        </Property>
507        <Property Name="OperatingSpeedMhz" Type="Edm.Int64">
508          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
509          <Annotation Term="OData.Description" String="Operating speed of the memory device in MHz or MT/s as appropriate."/>
510          <Annotation Term="OData.LongDescription" String="This property shall contain the operating speed of the memory device 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."/>
511          <Annotation Term="Measures.Unit" String="MHz"/>
512        </Property>
513        <Property Name="VolatileRegionSizeLimitMiB" Type="Edm.Int64">
514          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
515          <Annotation Term="OData.Description" String="Total size of volatile regions in mebibytes (MiB)."/>
516          <Annotation Term="OData.LongDescription" String="This property shall contain the total size of volatile regions in MiB."/>
517          <Annotation Term="Measures.Unit" String="MiBy"/>
518        </Property>
519        <Property Name="PersistentRegionSizeLimitMiB" Type="Edm.Int64">
520          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
521          <Annotation Term="OData.Description" String="Total size of persistent regions in mebibytes (MiB)."/>
522          <Annotation Term="OData.LongDescription" String="This property shall contain the total size of persistent regions in MiB."/>
523          <Annotation Term="Measures.Unit" String="MiBy"/>
524        </Property>
525        <Property Name="Regions" Type="Collection(Memory.v1_0_0.RegionSet)" Nullable="false">
526          <Annotation Term="OData.Description" String="Memory regions information within the memory device."/>
527          <Annotation Term="OData.LongDescription" String="This property shall contain the memory region information within the memory device."/>
528        </Property>
529        <Property Name="OperatingMemoryModes" Type="Collection(Memory.v1_0_0.OperatingMemoryModes)" Nullable="false">
530          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
531          <Annotation Term="OData.Description" String="Memory modes supported by the memory device."/>
532          <Annotation Term="OData.LongDescription" String="This property shall contain the memory modes supported by the memory device."/>
533        </Property>
534        <Property Name="PowerManagementPolicy" Type="Memory.v1_0_0.PowerManagementPolicy" Nullable="false">
535          <Annotation Term="OData.Description" String="Power management policy information."/>
536          <Annotation Term="OData.LongDescription" String="This object shall contain properties that describe the power management policy for this resource."/>
537        </Property>
538        <Property Name="IsSpareDeviceEnabled" Type="Edm.Boolean" DefaultValue="false">
539          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
540          <Annotation Term="OData.Description" String="An indication of whether a spare device is enabled for this memory device."/>
541          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the spare device is enabled."/>
542        </Property>
543        <Property Name="IsRankSpareEnabled" Type="Edm.Boolean" DefaultValue="false">
544          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
545          <Annotation Term="OData.Description" String="An indication of whether rank spare is enabled for this memory device."/>
546          <Annotation Term="OData.LongDescription" String="This property shall indicate whether rank spare is enabled for this memory device."/>
547        </Property>
548        <NavigationProperty Name="Metrics" Type="MemoryMetrics.MemoryMetrics" ContainsTarget="true" Nullable="false">
549          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
550          <Annotation Term="OData.Description" String="The link to the metrics associated with this memory device."/>
551          <Annotation Term="OData.LongDescription" String="The link to the metrics associated with this memory device."/>
552          <Annotation Term="OData.AutoExpandReferences"/>
553          <Annotation Term="Redfish.URISegment" String="MemoryMetrics"/>
554        </NavigationProperty>
555        <Property Name="Actions" Type="Memory.v1_0_0.Actions" Nullable="false">
556          <Annotation Term="OData.Description" String="The available actions for this resource."/>
557          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
558        </Property>
559      </EntityType>
560
561      <EnumType Name="MemoryType">
562        <Member Name="DRAM">
563          <Annotation Term="OData.Description" String="The memory device is composed of volatile memory."/>
564          <Annotation Term="OData.LongDescription" String="This value shall represent a volatile DRAM memory device."/>
565        </Member>
566        <Member Name="NVDIMM_N">
567          <Annotation Term="OData.Description" String="The memory device is composed of volatile memory backed by non-volatile memory."/>
568          <Annotation Term="OData.LongDescription" String="This value shall represent an NVDIMM_N memory device as defined by JEDEC."/>
569        </Member>
570        <Member Name="NVDIMM_F">
571          <Annotation Term="OData.Description" String="The memory device is composed of non-volatile memory."/>
572          <Annotation Term="OData.LongDescription" String="This value shall represent an NVDIMM_F memory device as defined by JEDEC."/>
573        </Member>
574        <Member Name="NVDIMM_P">
575          <Annotation Term="OData.Description" String="The memory device is composed of a combination of non-volatile and volatile memory."/>
576          <Annotation Term="OData.LongDescription" String="This value shall represent an NVDIMM_P memory device as defined by JEDEC."/>
577        </Member>
578        <Member Name="IntelOptane">
579          <Annotation Term="OData.Description" String="The memory device is an Intel Optane Persistent Memory Module."/>
580          <Annotation Term="OData.LongDescription" String="This value shall represent an Intel Optane Persistent Memory Module."/>
581          <Annotation Term="Redfish.Revisions">
582            <Collection>
583              <Record>
584                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
585                <PropertyValue Property="Version" String="v1_6_0"/>
586              </Record>
587            </Collection>
588          </Annotation>
589        </Member>
590      </EnumType>
591
592      <EnumType Name="MemoryDeviceType">
593        <Member Name="DDR">
594          <Annotation Term="OData.Description" String="DDR."/>
595        </Member>
596        <Member Name="DDR2">
597          <Annotation Term="OData.Description" String="DDR2."/>
598        </Member>
599        <Member Name="DDR3">
600          <Annotation Term="OData.Description" String="DDR3."/>
601        </Member>
602        <Member Name="DDR4">
603          <Annotation Term="OData.Description" String="DDR4."/>
604        </Member>
605        <Member Name="DDR4_SDRAM">
606          <Annotation Term="OData.Description" String="DDR4 SDRAM."/>
607        </Member>
608        <Member Name="DDR4E_SDRAM">
609          <Annotation Term="OData.Description" String="DDR4E SDRAM."/>
610        </Member>
611        <Member Name="LPDDR4_SDRAM">
612          <Annotation Term="OData.Description" String="LPDDR4 SDRAM."/>
613        </Member>
614        <Member Name="DDR3_SDRAM">
615          <Annotation Term="OData.Description" String="DDR3 SDRAM."/>
616        </Member>
617        <Member Name="LPDDR3_SDRAM">
618          <Annotation Term="OData.Description" String="LPDDR3 SDRAM."/>
619        </Member>
620        <Member Name="DDR2_SDRAM">
621          <Annotation Term="OData.Description" String="DDR2 SDRAM."/>
622        </Member>
623        <Member Name="DDR2_SDRAM_FB_DIMM">
624          <Annotation Term="OData.Description" String="DDR2 SDRAM FB_DIMM."/>
625        </Member>
626        <Member Name="DDR2_SDRAM_FB_DIMM_PROBE">
627          <Annotation Term="OData.Description" String="DDR2 SDRAM FB_DIMM PROBE."/>
628        </Member>
629        <Member Name="DDR_SGRAM">
630          <Annotation Term="OData.Description" String="DDR SGRAM."/>
631        </Member>
632        <Member Name="DDR_SDRAM">
633          <Annotation Term="OData.Description" String="DDR SDRAM."/>
634        </Member>
635        <Member Name="ROM">
636          <Annotation Term="OData.Description" String="ROM."/>
637        </Member>
638        <Member Name="SDRAM">
639          <Annotation Term="OData.Description" String="SDRAM."/>
640        </Member>
641        <Member Name="EDO">
642          <Annotation Term="OData.Description" String="EDO."/>
643        </Member>
644        <Member Name="FastPageMode">
645          <Annotation Term="OData.Description" String="Fast Page Mode."/>
646        </Member>
647        <Member Name="PipelinedNibble">
648          <Annotation Term="OData.Description" String="Pipelined Nibble."/>
649        </Member>
650        <Member Name="Logical">
651          <Annotation Term="OData.Description" String="Logical device, such as when the memory is fabric-attached."/>
652          <Annotation Term="Redfish.Revisions">
653            <Collection>
654              <Record>
655                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
656                <PropertyValue Property="Version" String="v1_4_0"/>
657              </Record>
658            </Collection>
659          </Annotation>
660        </Member>
661        <Member Name="HBM">
662          <Annotation Term="OData.Description" String="High Bandwidth Memory."/>
663          <Annotation Term="Redfish.Revisions">
664            <Collection>
665              <Record>
666                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
667                <PropertyValue Property="Version" String="v1_7_0"/>
668              </Record>
669            </Collection>
670          </Annotation>
671        </Member>
672        <Member Name="HBM2">
673          <Annotation Term="OData.Description" String="The second generation of High Bandwidth Memory."/>
674          <Annotation Term="Redfish.Revisions">
675            <Collection>
676              <Record>
677                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
678                <PropertyValue Property="Version" String="v1_7_0"/>
679              </Record>
680            </Collection>
681          </Annotation>
682        </Member>
683        <Member Name="HBM2E">
684          <Annotation Term="OData.Description" String="An updated version of the second generation of High Bandwidth Memory."/>
685          <Annotation Term="Redfish.Revisions">
686            <Collection>
687              <Record>
688                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
689                <PropertyValue Property="Version" String="v1_17_0"/>
690              </Record>
691            </Collection>
692          </Annotation>
693        </Member>
694        <Member Name="HBM3">
695          <Annotation Term="OData.Description" String="The third generation of High Bandwidth Memory."/>
696          <Annotation Term="Redfish.Revisions">
697            <Collection>
698              <Record>
699                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
700                <PropertyValue Property="Version" String="v1_11_0"/>
701              </Record>
702            </Collection>
703          </Annotation>
704        </Member>
705        <Member Name="GDDR">
706          <Annotation Term="OData.Description" String="Synchronous graphics random-access memory."/>
707          <Annotation Term="Redfish.Revisions">
708            <Collection>
709              <Record>
710                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
711                <PropertyValue Property="Version" String="v1_11_0"/>
712              </Record>
713            </Collection>
714          </Annotation>
715        </Member>
716        <Member Name="GDDR2">
717          <Annotation Term="OData.Description" String="Double data rate type two synchronous graphics random-access memory."/>
718          <Annotation Term="Redfish.Revisions">
719            <Collection>
720              <Record>
721                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
722                <PropertyValue Property="Version" String="v1_11_0"/>
723              </Record>
724            </Collection>
725          </Annotation>
726        </Member>
727        <Member Name="GDDR3">
728          <Annotation Term="OData.Description" String="Double data rate type three synchronous graphics random-access memory."/>
729          <Annotation Term="Redfish.Revisions">
730            <Collection>
731              <Record>
732                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
733                <PropertyValue Property="Version" String="v1_11_0"/>
734              </Record>
735            </Collection>
736          </Annotation>
737        </Member>
738        <Member Name="GDDR4">
739          <Annotation Term="OData.Description" String="Double data rate type four synchronous graphics random-access memory."/>
740          <Annotation Term="Redfish.Revisions">
741            <Collection>
742              <Record>
743                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
744                <PropertyValue Property="Version" String="v1_11_0"/>
745              </Record>
746            </Collection>
747          </Annotation>
748        </Member>
749        <Member Name="GDDR5">
750          <Annotation Term="OData.Description" String="Double data rate type five synchronous graphics random-access memory."/>
751          <Annotation Term="Redfish.Revisions">
752            <Collection>
753              <Record>
754                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
755                <PropertyValue Property="Version" String="v1_11_0"/>
756              </Record>
757            </Collection>
758          </Annotation>
759        </Member>
760        <Member Name="GDDR5X">
761          <Annotation Term="OData.Description" String="Double data rate type five X synchronous graphics random-access memory."/>
762          <Annotation Term="Redfish.Revisions">
763            <Collection>
764              <Record>
765                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
766                <PropertyValue Property="Version" String="v1_11_0"/>
767              </Record>
768            </Collection>
769          </Annotation>
770        </Member>
771        <Member Name="GDDR6">
772          <Annotation Term="OData.Description" String="Double data rate type six synchronous graphics random-access memory."/>
773          <Annotation Term="Redfish.Revisions">
774            <Collection>
775              <Record>
776                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
777                <PropertyValue Property="Version" String="v1_11_0"/>
778              </Record>
779            </Collection>
780          </Annotation>
781        </Member>
782        <Member Name="DDR5">
783          <Annotation Term="OData.Description" String="Double data rate type five synchronous dynamic random-access memory."/>
784          <Annotation Term="Redfish.Revisions">
785            <Collection>
786              <Record>
787                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
788                <PropertyValue Property="Version" String="v1_11_0"/>
789              </Record>
790            </Collection>
791          </Annotation>
792        </Member>
793        <Member Name="OEM">
794          <Annotation Term="OData.Description" String="OEM-defined."/>
795          <Annotation Term="Redfish.Revisions">
796            <Collection>
797              <Record>
798                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
799                <PropertyValue Property="Version" String="v1_11_0"/>
800              </Record>
801            </Collection>
802          </Annotation>
803        </Member>
804        <Member Name="LPDDR5_SDRAM">
805          <Annotation Term="OData.Description" String="LPDDR5 SDRAM."/>
806          <Annotation Term="Redfish.Revisions">
807            <Collection>
808              <Record>
809                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
810                <PropertyValue Property="Version" String="v1_19_0"/>
811              </Record>
812            </Collection>
813          </Annotation>
814        </Member>
815      </EnumType>
816
817      <EnumType Name="BaseModuleType">
818        <Member Name="RDIMM">
819          <Annotation Term="OData.Description" String="Registered DIMM."/>
820        </Member>
821        <Member Name="UDIMM">
822          <Annotation Term="OData.Description" String="UDIMM."/>
823        </Member>
824        <Member Name="SO_DIMM">
825          <Annotation Term="OData.Description" String="SO_DIMM."/>
826        </Member>
827        <Member Name="LRDIMM">
828          <Annotation Term="OData.Description" String="Load Reduced."/>
829        </Member>
830        <Member Name="Mini_RDIMM">
831          <Annotation Term="OData.Description" String="Mini_RDIMM."/>
832        </Member>
833        <Member Name="Mini_UDIMM">
834          <Annotation Term="OData.Description" String="Mini_UDIMM."/>
835        </Member>
836        <Member Name="SO_RDIMM_72b">
837          <Annotation Term="OData.Description" String="SO_RDIMM_72b."/>
838        </Member>
839        <Member Name="SO_UDIMM_72b">
840          <Annotation Term="OData.Description" String="SO_UDIMM_72b."/>
841        </Member>
842        <Member Name="SO_DIMM_16b">
843          <Annotation Term="OData.Description" String="SO_DIMM_16b."/>
844        </Member>
845        <Member Name="SO_DIMM_32b">
846          <Annotation Term="OData.Description" String="SO_DIMM_32b."/>
847        </Member>
848        <Member Name="Die">
849          <Annotation Term="OData.Description" String="A die within a package."/>
850          <Annotation Term="Redfish.Revisions">
851            <Collection>
852              <Record>
853                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
854                <PropertyValue Property="Version" String="v1_7_0"/>
855              </Record>
856            </Collection>
857          </Annotation>
858        </Member>
859      </EnumType>
860
861      <EnumType Name="MemoryMedia">
862        <Member Name="DRAM">
863          <Annotation Term="OData.Description" String="DRAM media."/>
864        </Member>
865        <Member Name="NAND">
866          <Annotation Term="OData.Description" String="NAND media."/>
867        </Member>
868        <Member Name="Intel3DXPoint">
869          <Annotation Term="OData.Description" String="Intel 3D XPoint media."/>
870          <Annotation Term="Redfish.Revisions">
871            <Collection>
872              <Record>
873                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
874                <PropertyValue Property="Version" String="v1_7_0"/>
875              </Record>
876            </Collection>
877          </Annotation>
878        </Member>
879        <Member Name="Proprietary">
880          <Annotation Term="OData.Description" String="Proprietary media."/>
881        </Member>
882      </EnumType>
883
884      <ComplexType Name="SecurityCapabilities">
885        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
886        <Annotation Term="OData.Description" String="This type contains security capabilities of a memory device."/>
887        <Annotation Term="OData.LongDescription" String="This type shall contain properties that describe the security capabilities of a memory device."/>
888        <Property Name="PassphraseCapable" Type="Edm.Boolean">
889          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
890          <Annotation Term="OData.Description" String="An indication of whether the memory device is passphrase capable."/>
891          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the memory device is passphrase capable."/>
892        </Property>
893        <Property Name="MaxPassphraseCount" Type="Edm.Int64">
894          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
895          <Annotation Term="OData.Description" String="Maximum number of passphrases supported for this memory device."/>
896          <Annotation Term="OData.LongDescription" String="This property shall contain the maximum number of passphrases supported for this memory device."/>
897        </Property>
898        <Property Name="SecurityStates" Type="Collection(Memory.v1_0_0.SecurityStates)" Nullable="false">
899          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
900          <Annotation Term="OData.Description" String="Security states supported by the memory device."/>
901          <Annotation Term="OData.LongDescription" String="This property shall contain the security states supported by the memory device."/>
902          <Annotation Term="Redfish.Revisions">
903            <Collection>
904              <Record>
905                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
906                <PropertyValue Property="Version" String="v1_7_0"/>
907                <PropertyValue Property="Description" String="This property has been deprecated in favor of using the individual PassphraseCapable, DataLockCapable and ConfigurationLockCapable properties."/>
908              </Record>
909            </Collection>
910          </Annotation>
911        </Property>
912      </ComplexType>
913
914      <EnumType Name="SecurityStates">
915        <Member Name="Enabled">
916          <Annotation Term="OData.Description" String="Secure mode is enabled and access to the data is allowed."/>
917        </Member>
918        <Member Name="Disabled">
919          <Annotation Term="OData.Description" String="Secure mode is disabled."/>
920        </Member>
921        <Member Name="Unlocked">
922          <Annotation Term="OData.Description" String="Secure mode is enabled and access to the data is unlocked."/>
923          <Annotation Term="Redfish.Revisions">
924            <Collection>
925              <Record>
926                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
927                <PropertyValue Property="Version" String="v1_7_0"/>
928                <PropertyValue Property="Description" String="This value has been deprecated in favor of 'Enabled' to indicate normal security operation."/>
929              </Record>
930            </Collection>
931          </Annotation>
932        </Member>
933        <Member Name="Locked">
934          <Annotation Term="OData.Description" String="Secure mode is enabled and access to the data is locked."/>
935        </Member>
936        <Member Name="Frozen">
937          <Annotation Term="OData.Description" String="Secure state is frozen and cannot be modified until reset."/>
938          <Annotation Term="Redfish.Revisions">
939            <Collection>
940              <Record>
941                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
942                <PropertyValue Property="Version" String="v1_7_0"/>
943                <PropertyValue Property="Description" String="This value has been deprecated in favor of using the ConfigurationLocked to indicate that the configuration has been frozen."/>
944              </Record>
945            </Collection>
946          </Annotation>
947        </Member>
948        <Member Name="Passphraselimit">
949          <Annotation Term="OData.Description" String="Number of attempts to unlock the memory exceeded limit."/>
950        </Member>
951      </EnumType>
952
953      <ComplexType Name="MemoryLocation">
954        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
955        <Annotation Term="OData.Description" String="Memory connection information to sockets and memory controllers."/>
956        <Annotation Term="OData.LongDescription" String="This type shall contain properties that describe the memory connection information to sockets and memory controllers."/>
957        <Property Name="Socket" Type="Edm.Int64">
958          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
959          <Annotation Term="OData.Description" String="The socket number to which the memory device is connected."/>
960          <Annotation Term="OData.LongDescription" String="This property shall contain the socket number to which the memory device is connected."/>
961        </Property>
962        <Property Name="MemoryController" Type="Edm.Int64">
963          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
964          <Annotation Term="OData.Description" String="The memory controller number to which the memory device is connected."/>
965          <Annotation Term="OData.LongDescription" String="This property shall contain the memory controller number to which the memory device is connected."/>
966        </Property>
967        <Property Name="Channel" Type="Edm.Int64">
968          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
969          <Annotation Term="OData.Description" String="The channel number to which the memory device is connected."/>
970          <Annotation Term="OData.LongDescription" String="This property shall contain the channel number to which the memory device is connected."/>
971        </Property>
972        <Property Name="Slot" Type="Edm.Int64">
973          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
974          <Annotation Term="OData.Description" String="The slot number to which the memory device is connected."/>
975          <Annotation Term="OData.LongDescription" String="This property shall contain the slot number to which the memory device is connected."/>
976        </Property>
977      </ComplexType>
978
979      <EnumType Name="ErrorCorrection">
980        <Member Name="NoECC">
981          <Annotation Term="OData.Description" String="No ECC available."/>
982        </Member>
983        <Member Name="SingleBitECC">
984          <Annotation Term="OData.Description" String="Single bit data errors can be corrected by ECC."/>
985        </Member>
986        <Member Name="MultiBitECC">
987          <Annotation Term="OData.Description" String="Multibit data errors can be corrected by ECC."/>
988        </Member>
989        <Member Name="AddressParity">
990          <Annotation Term="OData.Description" String="Address parity errors can be corrected."/>
991        </Member>
992      </EnumType>
993
994      <ComplexType Name="RegionSet">
995        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
996        <Annotation Term="OData.Description" String="Memory region information within a memory device."/>
997        <Annotation Term="OData.LongDescription" String="This type shall describe the memory region information within a memory device."/>
998        <Property Name="RegionId" Type="Edm.String">
999          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1000          <Annotation Term="OData.Description" String="Unique region ID representing a specific region within the memory device."/>
1001          <Annotation Term="OData.LongDescription" String="This property shall contain the unique region ID representing a specific region within the memory device."/>
1002        </Property>
1003        <Property Name="MemoryClassification" Type="Memory.v1_0_0.MemoryClassification">
1004          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1005          <Annotation Term="OData.Description" String="The classification of memory that the memory region occupies."/>
1006          <Annotation Term="OData.LongDescription" String="This property shall contain the classification of memory that the memory region occupies."/>
1007        </Property>
1008        <Property Name="OffsetMiB" Type="Edm.Int64">
1009          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1010          <Annotation Term="OData.Description" String="Offset within the memory that corresponds to the start of this memory region in mebibytes (MiB)."/>
1011          <Annotation Term="OData.LongDescription" String="This property shall contain the offset within the memory that corresponds to the start of this memory region in MiB."/>
1012          <Annotation Term="Measures.Unit" String="MiBy"/>
1013        </Property>
1014        <Property Name="SizeMiB" Type="Edm.Int64">
1015          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1016          <Annotation Term="OData.Description" String="Size of this memory region in mebibytes (MiB)."/>
1017          <Annotation Term="OData.LongDescription" String="This property shall contain the size of this memory region in MiB."/>
1018          <Annotation Term="Measures.Unit" String="MiBy"/>
1019        </Property>
1020        <Property Name="PassphraseState" Type="Edm.Boolean">
1021          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1022          <Annotation Term="OData.Description" String="An indication of whether the state of the passphrase for this region is enabled."/>
1023          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the state of the passphrase for this region is enabled."/>
1024          <Annotation Term="Redfish.Revisions">
1025            <Collection>
1026              <Record>
1027                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
1028                <PropertyValue Property="Version" String="v1_5_0"/>
1029                <PropertyValue Property="Description" String="This property has been deprecated in favor of PassphraseEnabled found within RegionSet."/>
1030              </Record>
1031            </Collection>
1032          </Annotation>
1033        </Property>
1034      </ComplexType>
1035
1036      <EnumType Name="MemoryClassification">
1037        <Member Name="Volatile">
1038          <Annotation Term="OData.Description" String="Volatile memory."/>
1039        </Member>
1040        <Member Name="ByteAccessiblePersistent">
1041          <Annotation Term="OData.Description" String="Byte-accessible persistent memory."/>
1042        </Member>
1043        <Member Name="Block">
1044          <Annotation Term="OData.Description" String="Block-accessible memory."/>
1045        </Member>
1046      </EnumType>
1047
1048      <EnumType Name="OperatingMemoryModes">
1049        <Member Name="Volatile">
1050          <Annotation Term="OData.Description" String="Volatile memory."/>
1051        </Member>
1052        <Member Name="PMEM">
1053          <Annotation Term="OData.Description" String="Persistent memory, byte-accessible through system address space."/>
1054        </Member>
1055        <Member Name="Block">
1056          <Annotation Term="OData.Description" String="Block-accessible system memory."/>
1057        </Member>
1058      </EnumType>
1059
1060      <ComplexType Name="PowerManagementPolicy">
1061        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
1062        <Annotation Term="OData.Description" String="Power management policy information."/>
1063        <Annotation Term="OData.LongDescription" String="This type shall contain properties that describe the power management policy for this resource."/>
1064        <Property Name="PolicyEnabled" Type="Edm.Boolean">
1065          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1066          <Annotation Term="OData.Description" String="An indication of whether the power management policy is enabled."/>
1067          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the power management policy is enabled."/>
1068        </Property>
1069        <Property Name="MaxTDPMilliWatts" Type="Edm.Int64">
1070          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1071          <Annotation Term="OData.Description" String="Maximum TDP in milliwatt units."/>
1072          <Annotation Term="OData.LongDescription" String="This property shall contain the maximum TDP in milliwatt units."/>
1073          <Annotation Term="Measures.Unit" String="mW"/>
1074        </Property>
1075        <Property Name="PeakPowerBudgetMilliWatts" Type="Edm.Int64">
1076          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1077          <Annotation Term="OData.Description" String="Peak power budget, in milliwatt units."/>
1078          <Annotation Term="OData.LongDescription" String="This property shall contain the peak power budget, in milliwatt units."/>
1079          <Annotation Term="Measures.Unit" String="mW"/>
1080        </Property>
1081        <Property Name="AveragePowerBudgetMilliWatts" Type="Edm.Int64">
1082          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1083          <Annotation Term="OData.Description" String="Average power budget, in milliwatt units."/>
1084          <Annotation Term="OData.LongDescription" String="This property shall contain the average power budget, in milliwatt units."/>
1085          <Annotation Term="Measures.Unit" String="mW"/>
1086        </Property>
1087      </ComplexType>
1088
1089      <ComplexType Name="Actions">
1090        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
1091        <Annotation Term="OData.Description" String="The available actions for this resource."/>
1092        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
1093        <Property Name="Oem" Type="Memory.v1_0_0.OemActions" Nullable="false">
1094          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
1095          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
1096        </Property>
1097      </ComplexType>
1098
1099      <ComplexType Name="OemActions">
1100        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
1101        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
1102        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
1103      </ComplexType>
1104    </Schema>
1105
1106    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_0_1">
1107      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1108      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
1109      <EntityType Name="Memory" BaseType="Memory.v1_0_0.Memory"/>
1110    </Schema>
1111
1112    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_0_2">
1113      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1114      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
1115      <EntityType Name="Memory" BaseType="Memory.v1_0_1.Memory"/>
1116    </Schema>
1117
1118    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_0_3">
1119      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1120      <Annotation Term="OData.Description" String="This version was created to add requirements on the action parameters to show they are mandatory through Nullable=false.  It was also created to update the description of OperatingSpeedMhz."/>
1121      <EntityType Name="Memory" BaseType="Memory.v1_0_2.Memory"/>
1122    </Schema>
1123
1124    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_0_4">
1125      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1126      <Annotation Term="OData.Description" String="This version was created to add units annotations on various properties.  It was also 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."/>
1127      <EntityType Name="Memory" BaseType="Memory.v1_0_3.Memory"/>
1128    </Schema>
1129
1130    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_0_5">
1131      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1132      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
1133      <EntityType Name="Memory" BaseType="Memory.v1_0_4.Memory"/>
1134    </Schema>
1135
1136    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_0_6">
1137      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1138      <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."/>
1139      <EntityType Name="Memory" BaseType="Memory.v1_0_5.Memory"/>
1140    </Schema>
1141
1142    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_0_7">
1143      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1144      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1145      <EntityType Name="Memory" BaseType="Memory.v1_0_6.Memory"/>
1146    </Schema>
1147
1148    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_0_8">
1149      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1150      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1151      <EntityType Name="Memory" BaseType="Memory.v1_0_7.Memory"/>
1152    </Schema>
1153
1154    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_0_9">
1155      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1156      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1157      <EntityType Name="Memory" BaseType="Memory.v1_0_8.Memory"/>
1158    </Schema>
1159
1160    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_0_10">
1161      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1162      <Annotation Term="OData.Description" String="This version was created to clarify properties reflect the memory device as opposed to generic memory."/>
1163      <EntityType Name="Memory" BaseType="Memory.v1_0_9.Memory"/>
1164    </Schema>
1165
1166    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_0_11">
1167      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1168      <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
1169      <EntityType Name="Memory" BaseType="Memory.v1_0_10.Memory"/>
1170    </Schema>
1171
1172    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_0_12">
1173      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1174      <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource.  It was also created to add the URI segment annotation to Metrics."/>
1175      <EntityType Name="Memory" BaseType="Memory.v1_0_11.Memory"/>
1176    </Schema>
1177
1178    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_0_13">
1179      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1180      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1181      <EntityType Name="Memory" BaseType="Memory.v1_0_12.Memory"/>
1182    </Schema>
1183
1184    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_1_0">
1185      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1186      <Annotation Term="Redfish.Release" String="2016.3"/>
1187
1188      <EntityType Name="Memory" BaseType="Memory.v1_0_1.Memory">
1189        <Property Name="Status" Type="Resource.Status" Nullable="false">
1190          <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
1191          <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
1192        </Property>
1193      </EntityType>
1194    </Schema>
1195
1196    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_1_1">
1197      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1198      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
1199      <EntityType Name="Memory" BaseType="Memory.v1_1_0.Memory"/>
1200    </Schema>
1201
1202    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_1_2">
1203      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1204      <Annotation Term="OData.Description" String="This version was created to add requirements on the action parameters to show they are mandatory through Nullable=false.  It was also created to update the description of OperatingSpeedMhz."/>
1205      <EntityType Name="Memory" BaseType="Memory.v1_1_1.Memory"/>
1206    </Schema>
1207
1208    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_1_3">
1209      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1210      <Annotation Term="OData.Description" String="This version was created to add units annotations on various properties.  It was also 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."/>
1211      <EntityType Name="Memory" BaseType="Memory.v1_1_2.Memory"/>
1212    </Schema>
1213
1214    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_1_4">
1215      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1216      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
1217      <EntityType Name="Memory" BaseType="Memory.v1_1_3.Memory"/>
1218    </Schema>
1219
1220    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_1_5">
1221      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1222      <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."/>
1223      <EntityType Name="Memory" BaseType="Memory.v1_1_4.Memory"/>
1224    </Schema>
1225
1226    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_1_6">
1227      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1228      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1229      <EntityType Name="Memory" BaseType="Memory.v1_1_5.Memory"/>
1230    </Schema>
1231
1232    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_1_7">
1233      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1234      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1235      <EntityType Name="Memory" BaseType="Memory.v1_1_6.Memory"/>
1236    </Schema>
1237
1238    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_1_8">
1239      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1240      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1241      <EntityType Name="Memory" BaseType="Memory.v1_1_7.Memory"/>
1242    </Schema>
1243
1244    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_1_9">
1245      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1246      <Annotation Term="OData.Description" String="This version was created to clarify properties reflect the memory device as opposed to generic memory."/>
1247      <EntityType Name="Memory" BaseType="Memory.v1_1_8.Memory"/>
1248    </Schema>
1249
1250    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_1_10">
1251      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1252      <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
1253      <EntityType Name="Memory" BaseType="Memory.v1_1_9.Memory"/>
1254    </Schema>
1255
1256    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_1_11">
1257      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1258      <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource.  It was also created to add the URI segment annotation to Metrics."/>
1259      <EntityType Name="Memory" BaseType="Memory.v1_1_10.Memory"/>
1260    </Schema>
1261
1262    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_1_12">
1263      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1264      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1265      <EntityType Name="Memory" BaseType="Memory.v1_1_11.Memory"/>
1266    </Schema>
1267
1268    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_2_0">
1269      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1270      <Annotation Term="Redfish.Release" String="2017.1"/>
1271
1272      <EntityType Name="Memory" BaseType="Memory.v1_1_1.Memory">
1273        <Property Name="VolatileRegionNumberLimit" Type="Edm.Int64">
1274          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1275          <Annotation Term="OData.Description" String="Total number of volatile regions this memory device can support."/>
1276          <Annotation Term="OData.LongDescription" String="This property shall contain the total number of volatile regions this memory device can support."/>
1277        </Property>
1278        <Property Name="PersistentRegionNumberLimit" Type="Edm.Int64">
1279          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1280          <Annotation Term="OData.Description" String="Total number of persistent regions this memory device can support."/>
1281          <Annotation Term="OData.LongDescription" String="This property shall contain the total number of persistent regions this memory device can support."/>
1282        </Property>
1283        <Property Name="VolatileRegionSizeMaxMiB" Type="Edm.Int64">
1284          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1285          <Annotation Term="OData.Description" String="Maximum size of a single volatile region in mebibytes (MiB)."/>
1286          <Annotation Term="OData.LongDescription" String="This property shall contain the maximum size of a single volatile regions in MiB."/>
1287          <Annotation Term="Measures.Unit" String="MiBy"/>
1288        </Property>
1289        <Property Name="PersistentRegionSizeMaxMiB" Type="Edm.Int64">
1290          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1291          <Annotation Term="OData.Description" String="Maximum size of a single persistent region in mebibytes (MiB)."/>
1292          <Annotation Term="OData.LongDescription" String="This property shall contain the maximum size of a single persistent regions in MiB."/>
1293          <Annotation Term="Measures.Unit" String="MiBy"/>
1294        </Property>
1295        <Property Name="AllocationIncrementMiB" Type="Edm.Int64">
1296          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1297          <Annotation Term="OData.Description" String="The size of the smallest unit of allocation for a memory region in mebibytes (MiB)."/>
1298          <Annotation Term="OData.LongDescription" String="This property shall contain the allocation increment for regions, measured in MiB."/>
1299          <Annotation Term="Measures.Unit" String="MiBy"/>
1300        </Property>
1301        <Property Name="AllocationAlignmentMiB" Type="Edm.Int64">
1302          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1303          <Annotation Term="OData.Description" String="The boundary that memory regions are allocated on, measured in mebibytes (MiB)."/>
1304          <Annotation Term="OData.LongDescription" String="This property shall contain the alignment boundary on which memory regions are allocated, measured in MiB."/>
1305          <Annotation Term="Measures.Unit" String="MiBy"/>
1306        </Property>
1307        <Property Name="Links" Type="Memory.v1_2_0.Links" Nullable="false">
1308          <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
1309          <Annotation Term="OData.LongDescription" String="This property shall contain links to resources that are related to but are not contained by, or subordinate to, this resource."/>
1310        </Property>
1311      </EntityType>
1312
1313      <ComplexType Name="Links" BaseType="Resource.Links">
1314        <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
1315        <Annotation Term="OData.LongDescription" String="This Redfish Specification-described type shall contain links to resources that are related to but are not contained by, or subordinate to, this resource."/>
1316        <NavigationProperty Name="Chassis" Type="Chassis.Chassis" Nullable="false">
1317          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1318          <Annotation Term="OData.Description" String="The link to the chassis that contains this memory device."/>
1319          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type Chassis that represents the physical container associated with this memory device."/>
1320          <Annotation Term="OData.AutoExpandReferences"/>
1321        </NavigationProperty>
1322      </ComplexType>
1323    </Schema>
1324
1325    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_2_1">
1326      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1327      <Annotation Term="OData.Description" String="This version was created to add requirements on the action parameters to show they are mandatory through Nullable=false.  It was also created to update the description of OperatingSpeedMhz."/>
1328      <EntityType Name="Memory" BaseType="Memory.v1_2_0.Memory"/>
1329    </Schema>
1330
1331    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_2_2">
1332      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1333      <Annotation Term="OData.Description" String="This version was created to add units annotations on various properties.  It was also 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."/>
1334      <EntityType Name="Memory" BaseType="Memory.v1_2_1.Memory"/>
1335    </Schema>
1336
1337    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_2_3">
1338      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1339      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
1340      <EntityType Name="Memory" BaseType="Memory.v1_2_2.Memory"/>
1341    </Schema>
1342
1343    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_2_4">
1344      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1345      <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."/>
1346      <EntityType Name="Memory" BaseType="Memory.v1_2_3.Memory"/>
1347    </Schema>
1348
1349    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_2_5">
1350      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1351      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1352      <EntityType Name="Memory" BaseType="Memory.v1_2_4.Memory"/>
1353    </Schema>
1354
1355    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_2_6">
1356      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1357      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1358      <EntityType Name="Memory" BaseType="Memory.v1_2_5.Memory"/>
1359    </Schema>
1360
1361    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_2_7">
1362      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1363      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1364      <EntityType Name="Memory" BaseType="Memory.v1_2_6.Memory"/>
1365    </Schema>
1366
1367    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_2_8">
1368      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1369      <Annotation Term="OData.Description" String="This version was created to clarify properties reflect the memory device as opposed to generic memory."/>
1370      <EntityType Name="Memory" BaseType="Memory.v1_2_7.Memory"/>
1371    </Schema>
1372
1373    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_2_9">
1374      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1375      <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
1376      <EntityType Name="Memory" BaseType="Memory.v1_2_8.Memory"/>
1377    </Schema>
1378
1379    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_2_10">
1380      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1381      <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource.  It was also created to add the URI segment annotation to Metrics."/>
1382      <EntityType Name="Memory" BaseType="Memory.v1_2_9.Memory"/>
1383    </Schema>
1384
1385    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_2_11">
1386      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1387      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1388      <EntityType Name="Memory" BaseType="Memory.v1_2_10.Memory"/>
1389    </Schema>
1390
1391    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_3_0">
1392      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1393      <Annotation Term="Redfish.Release" String="2017.2"/>
1394
1395      <EntityType Name="Memory" BaseType="Memory.v1_2_0.Memory">
1396        <Property Name="ModuleManufacturerID" Type="Edm.String">
1397          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1398          <Annotation Term="OData.Description" String="The manufacturer ID of this memory device."/>
1399          <Annotation Term="OData.LongDescription" String="This property shall contain the two byte manufacturer ID of this memory device as defined by JEDEC in JEP-106."/>
1400          <Annotation Term="Validation.Pattern" String="^0[xX](([a-fA-F]|[0-9]){2}){2}$"/>
1401        </Property>
1402        <Property Name="ModuleProductID" Type="Edm.String">
1403          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1404          <Annotation Term="OData.Description" String="The product ID of this memory device."/>
1405          <Annotation Term="OData.LongDescription" String="This property shall contain the two byte product ID of this memory device as defined by the manufacturer."/>
1406          <Annotation Term="Validation.Pattern" String="^0[xX](([a-fA-F]|[0-9]){2}){2}$"/>
1407        </Property>
1408        <Property Name="MemorySubsystemControllerManufacturerID" Type="Edm.String">
1409          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1410          <Annotation Term="OData.Description" String="The manufacturer ID of the memory subsystem controller of this memory device."/>
1411          <Annotation Term="OData.LongDescription" String="This property shall contain the two byte manufacturer ID of the memory subsystem controller of this memory device as defined by JEDEC in JEP-106."/>
1412          <Annotation Term="Validation.Pattern" String="^0[xX](([a-fA-F]|[0-9]){2}){2}$"/>
1413        </Property>
1414        <Property Name="MemorySubsystemControllerProductID" Type="Edm.String">
1415          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1416          <Annotation Term="OData.Description" String="The product ID of the memory subsystem controller of this memory device."/>
1417          <Annotation Term="OData.LongDescription" String="This property shall contain the two byte product ID of the memory subsystem controller of this memory device as defined by the manufacturer."/>
1418          <Annotation Term="Validation.Pattern" String="^0[xX](([a-fA-F]|[0-9]){2}){2}$"/>
1419        </Property>
1420      </EntityType>
1421    </Schema>
1422
1423    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_3_1">
1424      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1425      <Annotation Term="OData.Description" String="This version was created to add requirements on the action parameters to show they are mandatory through Nullable=false.  It was also created to update the description of OperatingSpeedMhz."/>
1426      <EntityType Name="Memory" BaseType="Memory.v1_3_0.Memory"/>
1427    </Schema>
1428
1429    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_3_2">
1430      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1431      <Annotation Term="OData.Description" String="This version was created to add units annotations on various properties.  It was also 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."/>
1432      <EntityType Name="Memory" BaseType="Memory.v1_3_1.Memory"/>
1433    </Schema>
1434
1435    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_3_3">
1436      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1437      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
1438      <EntityType Name="Memory" BaseType="Memory.v1_3_2.Memory"/>
1439    </Schema>
1440
1441    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_3_4">
1442      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1443      <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."/>
1444      <EntityType Name="Memory" BaseType="Memory.v1_3_3.Memory"/>
1445    </Schema>
1446
1447    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_3_5">
1448      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1449      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1450      <EntityType Name="Memory" BaseType="Memory.v1_3_4.Memory"/>
1451    </Schema>
1452
1453    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_3_6">
1454      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1455      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1456      <EntityType Name="Memory" BaseType="Memory.v1_3_5.Memory"/>
1457    </Schema>
1458
1459    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_3_7">
1460      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1461      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1462      <EntityType Name="Memory" BaseType="Memory.v1_3_6.Memory"/>
1463    </Schema>
1464
1465    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_3_8">
1466      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1467      <Annotation Term="OData.Description" String="This version was created to clarify properties reflect the memory device as opposed to generic memory."/>
1468      <EntityType Name="Memory" BaseType="Memory.v1_3_7.Memory"/>
1469    </Schema>
1470
1471    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_3_9">
1472      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1473      <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
1474      <EntityType Name="Memory" BaseType="Memory.v1_3_8.Memory"/>
1475    </Schema>
1476
1477    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_3_10">
1478      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1479      <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource.  It was also created to add the URI segment annotation to Metrics."/>
1480      <EntityType Name="Memory" BaseType="Memory.v1_3_9.Memory"/>
1481    </Schema>
1482
1483    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_3_11">
1484      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1485      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1486      <EntityType Name="Memory" BaseType="Memory.v1_3_10.Memory"/>
1487    </Schema>
1488
1489    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_4_0">
1490      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1491      <Annotation Term="Redfish.Release" String="2017.3"/>
1492
1493      <EntityType Name="Memory" BaseType="Memory.v1_3_1.Memory">
1494        <Property Name="VolatileSizeMiB" Type="Edm.Int64">
1495          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1496          <Annotation Term="OData.Description" String="Total size of the volatile portion memory in MiB."/>
1497          <Annotation Term="OData.LongDescription" String="This property shall contain the total size of the volatile portion memory in MiB."/>
1498          <Annotation Term="Measures.Unit" String="MiBy"/>
1499        </Property>
1500        <Property Name="NonVolatileSizeMiB" Type="Edm.Int64">
1501          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1502          <Annotation Term="OData.Description" String="Total size of the non-volatile portion memory in MiB."/>
1503          <Annotation Term="OData.LongDescription" String="This property shall contain the total size of the non-volatile portion memory in MiB."/>
1504          <Annotation Term="Measures.Unit" String="MiBy"/>
1505        </Property>
1506        <Property Name="CacheSizeMiB" Type="Edm.Int64">
1507          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1508          <Annotation Term="OData.Description" String="Total size of the cache portion memory in MiB."/>
1509          <Annotation Term="OData.LongDescription" String="This property shall contain the total size of the cache portion memory in MiB."/>
1510          <Annotation Term="Measures.Unit" String="MiBy"/>
1511        </Property>
1512        <Property Name="LogicalSizeMiB" Type="Edm.Int64">
1513          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1514          <Annotation Term="OData.Description" String="Total size of the logical memory in MiB."/>
1515          <Annotation Term="OData.LongDescription" String="This property shall contain the total size of the logical memory in MiB."/>
1516          <Annotation Term="Measures.Unit" String="MiBy"/>
1517        </Property>
1518        <Property Name="Location" Type="Resource.Location" Nullable="false">
1519          <Annotation Term="OData.Description" String="The location of the memory device."/>
1520          <Annotation Term="OData.LongDescription" String="This property shall contain the location information of the associated memory device."/>
1521        </Property>
1522        <NavigationProperty Name="Assembly" Type="Assembly.Assembly" Nullable="false">
1523          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1524          <Annotation Term="OData.Description" String="The link to the assembly resource associated with this memory device."/>
1525          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type Assembly."/>
1526          <Annotation Term="OData.AutoExpandReferences"/>
1527        </NavigationProperty>
1528      </EntityType>
1529    </Schema>
1530
1531    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_4_1">
1532      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1533      <Annotation Term="OData.Description" String="This version was created to update descriptions to match the editorial style used in other Redfish schemas."/>
1534      <EntityType Name="Memory" BaseType="Memory.v1_4_0.Memory"/>
1535    </Schema>
1536
1537    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_4_2">
1538      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1539      <Annotation Term="OData.Description" String="This version was created to add units annotations on various properties.  It was also 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."/>
1540      <EntityType Name="Memory" BaseType="Memory.v1_4_1.Memory"/>
1541    </Schema>
1542
1543    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_4_3">
1544      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1545      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
1546      <EntityType Name="Memory" BaseType="Memory.v1_4_2.Memory"/>
1547    </Schema>
1548
1549    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_4_4">
1550      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1551      <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."/>
1552      <EntityType Name="Memory" BaseType="Memory.v1_4_3.Memory"/>
1553    </Schema>
1554
1555    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_4_5">
1556      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1557      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1558      <EntityType Name="Memory" BaseType="Memory.v1_4_4.Memory"/>
1559    </Schema>
1560
1561    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_4_6">
1562      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1563      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1564      <EntityType Name="Memory" BaseType="Memory.v1_4_5.Memory"/>
1565    </Schema>
1566
1567    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_4_7">
1568      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1569      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1570      <EntityType Name="Memory" BaseType="Memory.v1_4_6.Memory"/>
1571    </Schema>
1572
1573    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_4_8">
1574      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1575      <Annotation Term="OData.Description" String="This version was created to clarify properties reflect the memory device as opposed to generic memory."/>
1576      <EntityType Name="Memory" BaseType="Memory.v1_4_7.Memory"/>
1577    </Schema>
1578
1579    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_4_9">
1580      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1581      <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
1582      <EntityType Name="Memory" BaseType="Memory.v1_4_8.Memory"/>
1583    </Schema>
1584
1585    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_4_10">
1586      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1587      <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource.  It was also created to add the URI segment annotation to Metrics."/>
1588      <EntityType Name="Memory" BaseType="Memory.v1_4_9.Memory"/>
1589    </Schema>
1590
1591    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_4_11">
1592      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1593      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1594      <EntityType Name="Memory" BaseType="Memory.v1_4_10.Memory"/>
1595    </Schema>
1596
1597    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_5_0">
1598      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1599      <Annotation Term="Redfish.Release" String="2018.1"/>
1600
1601      <EntityType Name="Memory" BaseType="Memory.v1_4_1.Memory"/>
1602
1603      <ComplexType Name="RegionSet" BaseType="Memory.v1_0_0.RegionSet">
1604        <Property Name="PassphraseEnabled" Type="Edm.Boolean">
1605          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1606          <Annotation Term="OData.Description" String="An indication of whether the passphrase is enabled for this region."/>
1607          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the passphrase is enabled for this region."/>
1608        </Property>
1609      </ComplexType>
1610    </Schema>
1611
1612    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_5_1">
1613      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1614      <Annotation Term="OData.Description" String="This version was created to add units annotations on various properties.  It was also 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."/>
1615      <EntityType Name="Memory" BaseType="Memory.v1_5_0.Memory"/>
1616    </Schema>
1617
1618    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_5_2">
1619      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1620      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
1621      <EntityType Name="Memory" BaseType="Memory.v1_5_1.Memory"/>
1622    </Schema>
1623
1624    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_5_3">
1625      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1626      <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."/>
1627      <EntityType Name="Memory" BaseType="Memory.v1_5_2.Memory"/>
1628    </Schema>
1629
1630    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_5_4">
1631      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1632      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1633      <EntityType Name="Memory" BaseType="Memory.v1_5_3.Memory"/>
1634    </Schema>
1635
1636    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_5_5">
1637      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1638      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1639      <EntityType Name="Memory" BaseType="Memory.v1_5_4.Memory"/>
1640    </Schema>
1641
1642    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_5_6">
1643      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1644      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1645      <EntityType Name="Memory" BaseType="Memory.v1_5_5.Memory"/>
1646    </Schema>
1647
1648    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_5_7">
1649      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1650      <Annotation Term="OData.Description" String="This version was created to clarify properties reflect the memory device as opposed to generic memory."/>
1651      <EntityType Name="Memory" BaseType="Memory.v1_5_6.Memory"/>
1652    </Schema>
1653
1654    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_5_8">
1655      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1656      <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
1657      <EntityType Name="Memory" BaseType="Memory.v1_5_7.Memory"/>
1658    </Schema>
1659
1660    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_5_9">
1661      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1662      <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource.  It was also created to add the URI segment annotation to Metrics."/>
1663      <EntityType Name="Memory" BaseType="Memory.v1_5_8.Memory"/>
1664    </Schema>
1665
1666    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_5_10">
1667      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1668      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1669      <EntityType Name="Memory" BaseType="Memory.v1_5_9.Memory"/>
1670    </Schema>
1671
1672    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_6_0">
1673      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1674      <Annotation Term="Redfish.Release" String="2018.2"/>
1675      <Annotation Term="OData.Description" String="This version was created to change the long description for SecureEraseUnit.  It was also created to define a new OverwriteUnit action, and adds IntelOptane to the MemoryType list."/>
1676
1677      <EntityType Name="Memory" BaseType="Memory.v1_5_1.Memory"/>
1678    </Schema>
1679
1680    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_6_1">
1681      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1682      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
1683      <EntityType Name="Memory" BaseType="Memory.v1_6_0.Memory"/>
1684    </Schema>
1685
1686    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_6_2">
1687      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1688      <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."/>
1689      <EntityType Name="Memory" BaseType="Memory.v1_6_1.Memory"/>
1690    </Schema>
1691
1692    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_6_3">
1693      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1694      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1695      <EntityType Name="Memory" BaseType="Memory.v1_6_2.Memory"/>
1696    </Schema>
1697
1698    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_6_4">
1699      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1700      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1701      <EntityType Name="Memory" BaseType="Memory.v1_6_3.Memory"/>
1702    </Schema>
1703
1704    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_6_5">
1705      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1706      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1707      <EntityType Name="Memory" BaseType="Memory.v1_6_4.Memory"/>
1708    </Schema>
1709
1710    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_6_6">
1711      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1712      <Annotation Term="OData.Description" String="This version was created to clarify properties reflect the memory device as opposed to generic memory."/>
1713      <EntityType Name="Memory" BaseType="Memory.v1_6_5.Memory"/>
1714    </Schema>
1715
1716    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_6_7">
1717      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1718      <Annotation Term="OData.Description" String="This version was created to update the description for the `IntelOptane` value.  It was also created to fix typos in descriptions and long descriptions."/>
1719      <EntityType Name="Memory" BaseType="Memory.v1_6_6.Memory"/>
1720    </Schema>
1721
1722    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_6_8">
1723      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1724      <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource.  It was also created to add the URI segment annotation to Metrics."/>
1725      <EntityType Name="Memory" BaseType="Memory.v1_6_7.Memory"/>
1726    </Schema>
1727
1728    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_6_9">
1729      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1730      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1731      <EntityType Name="Memory" BaseType="Memory.v1_6_8.Memory"/>
1732    </Schema>
1733
1734    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_7_0">
1735      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1736      <Annotation Term="Redfish.Release" String="2018.3"/>
1737      <Annotation Term="OData.Description" String="This version was created to add 3DXPoint to the MemoryMedia enumeration.  It was also created to add SecurityState, add ConfigurationLocked, and to replace SecurityStates with individual capability properties."/>
1738
1739      <EntityType Name="Memory" BaseType="Memory.v1_6_1.Memory">
1740        <Property Name="SecurityState" Type="Memory.v1_0_0.SecurityStates">
1741          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1742          <Annotation Term="OData.Description" String="The current security state of this memory device."/>
1743          <Annotation Term="OData.LongDescription" String="This property shall contain the current security state of this memory device."/>
1744        </Property>
1745        <Property Name="ConfigurationLocked" Type="Edm.Boolean">
1746          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1747          <Annotation Term="OData.Description" String="An indication of whether the configuration of this memory device is locked and cannot be altered."/>
1748          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the configuration of this memory device is locked and cannot be altered."/>
1749        </Property>
1750      </EntityType>
1751
1752      <ComplexType Name="SecurityCapabilities" BaseType="Memory.v1_0_0.SecurityCapabilities">
1753        <Property Name="ConfigurationLockCapable" Type="Edm.Boolean">
1754          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1755          <Annotation Term="OData.Description" String="An indication of whether this memory device supports the locking, or freezing, of the configuration."/>
1756          <Annotation Term="OData.LongDescription" String="This property shall indicate whether this memory device supports the locking, or freezing, of the configuration."/>
1757        </Property>
1758        <Property Name="DataLockCapable" Type="Edm.Boolean">
1759          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1760          <Annotation Term="OData.Description" String="An indication of whether this memory device supports data locking."/>
1761          <Annotation Term="OData.LongDescription" String="This property shall indicate whether this memory device supports the locking of data access."/>
1762        </Property>
1763        <Property Name="PassphraseLockLimit" Type="Edm.Int64">
1764          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1765          <Annotation Term="OData.Description" String="The maximum number of incorrect passphrase attempts allowed before memory device is locked."/>
1766          <Annotation Term="OData.LongDescription" String="This property shall contain the maximum number of incorrect passphrase access attempts allowed before access to data is locked.  If 0, the number of attempts is infinite."/>
1767        </Property>
1768      </ComplexType>
1769    </Schema>
1770
1771    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_7_1">
1772      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1773      <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."/>
1774      <EntityType Name="Memory" BaseType="Memory.v1_7_0.Memory"/>
1775    </Schema>
1776
1777    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_7_2">
1778      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1779      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1780      <EntityType Name="Memory" BaseType="Memory.v1_7_1.Memory"/>
1781    </Schema>
1782
1783    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_7_3">
1784      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1785      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1786      <EntityType Name="Memory" BaseType="Memory.v1_7_2.Memory"/>
1787    </Schema>
1788
1789    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_7_4">
1790      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1791      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1792      <EntityType Name="Memory" BaseType="Memory.v1_7_3.Memory"/>
1793    </Schema>
1794
1795    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_7_5">
1796      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1797      <Annotation Term="OData.Description" String="This version was created to clarify properties reflect the memory device as opposed to generic memory."/>
1798      <EntityType Name="Memory" BaseType="Memory.v1_7_4.Memory"/>
1799    </Schema>
1800
1801    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_7_6">
1802      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1803      <Annotation Term="OData.Description" String="This version was created to update the description for the `IntelOptane` value.  It was also created to fix typos in descriptions and long descriptions."/>
1804      <EntityType Name="Memory" BaseType="Memory.v1_7_5.Memory"/>
1805    </Schema>
1806
1807    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_7_7">
1808      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1809      <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource.  It was also created to add the URI segment annotation to Metrics."/>
1810      <EntityType Name="Memory" BaseType="Memory.v1_7_6.Memory"/>
1811    </Schema>
1812
1813    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_7_8">
1814      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1815      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1816      <EntityType Name="Memory" BaseType="Memory.v1_7_7.Memory"/>
1817    </Schema>
1818
1819    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_8_0">
1820      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1821      <Annotation Term="Redfish.Release" String="2019.2"/>
1822      <Annotation Term="OData.Description" String="This version was created to add a Reset action."/>
1823
1824      <EntityType Name="Memory" BaseType="Memory.v1_7_2.Memory"/>
1825    </Schema>
1826
1827    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_8_1">
1828      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1829      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1830      <EntityType Name="Memory" BaseType="Memory.v1_8_0.Memory"/>
1831    </Schema>
1832
1833    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_8_2">
1834      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1835      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1836      <EntityType Name="Memory" BaseType="Memory.v1_8_1.Memory"/>
1837    </Schema>
1838
1839    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_8_3">
1840      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1841      <Annotation Term="OData.Description" String="This version was created to clarify properties reflect the memory device as opposed to generic memory."/>
1842      <EntityType Name="Memory" BaseType="Memory.v1_8_2.Memory"/>
1843    </Schema>
1844
1845    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_8_4">
1846      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1847      <Annotation Term="OData.Description" String="This version was created to update the description for the `IntelOptane` value.  It was also created to fix typos in descriptions and long descriptions."/>
1848      <EntityType Name="Memory" BaseType="Memory.v1_8_3.Memory"/>
1849    </Schema>
1850
1851    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_8_5">
1852      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1853      <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource.  It was also created to add the URI segment annotation to Metrics."/>
1854      <EntityType Name="Memory" BaseType="Memory.v1_8_4.Memory"/>
1855    </Schema>
1856
1857    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_8_6">
1858      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1859      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1860      <EntityType Name="Memory" BaseType="Memory.v1_8_5.Memory"/>
1861    </Schema>
1862
1863    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_9_0">
1864      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1865      <Annotation Term="Redfish.Release" String="2019.4"/>
1866      <Annotation Term="OData.Description" String="This version was created to deprecate the DeviceLocator property in favor of the common ServiceLabel property within Location."/>
1867
1868      <EntityType Name="Memory" BaseType="Memory.v1_8_0.Memory"/>
1869    </Schema>
1870
1871    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_9_1">
1872      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1873      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1874      <EntityType Name="Memory" BaseType="Memory.v1_9_0.Memory"/>
1875    </Schema>
1876
1877    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_9_2">
1878      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1879      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1880      <EntityType Name="Memory" BaseType="Memory.v1_9_1.Memory"/>
1881    </Schema>
1882
1883    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_9_3">
1884      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1885      <Annotation Term="OData.Description" String="This version was created to clarify properties reflect the memory device as opposed to generic memory."/>
1886      <EntityType Name="Memory" BaseType="Memory.v1_9_2.Memory"/>
1887    </Schema>
1888
1889    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_9_4">
1890      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1891      <Annotation Term="OData.Description" String="This version was created to update the description for the `IntelOptane` value.  It was also created to fix typos in descriptions and long descriptions."/>
1892      <EntityType Name="Memory" BaseType="Memory.v1_9_3.Memory"/>
1893    </Schema>
1894
1895    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_9_5">
1896      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1897      <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource.  It was also created to add the URI segment annotation to Metrics."/>
1898      <EntityType Name="Memory" BaseType="Memory.v1_9_4.Memory"/>
1899    </Schema>
1900
1901    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_9_6">
1902      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1903      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1904      <EntityType Name="Memory" BaseType="Memory.v1_9_5.Memory"/>
1905    </Schema>
1906
1907    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_10_0">
1908      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1909      <Annotation Term="Redfish.Release" String="2020.3"/>
1910
1911      <EntityType Name="Memory" BaseType="Memory.v1_9_3.Memory">
1912        <Property Name="LocationIndicatorActive" Type="Edm.Boolean">
1913          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1914          <Annotation Term="OData.Description" String="An indicator allowing an operator to physically locate this resource."/>
1915          <Annotation Term="OData.LongDescription" String="This property shall contain the state of the indicator used to physically identify or locate this resource.  A write to this property shall update the value of IndicatorLED in this resource, if supported, to reflect the implementation of the locating function."/>
1916        </Property>
1917      </EntityType>
1918    </Schema>
1919
1920    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_10_1">
1921      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1922      <Annotation Term="OData.Description" String="This version was created to update the description for the `IntelOptane` value.  It was also created to fix typos in descriptions and long descriptions."/>
1923      <EntityType Name="Memory" BaseType="Memory.v1_10_0.Memory"/>
1924    </Schema>
1925
1926    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_10_2">
1927      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1928      <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource.  It was also created to add the URI segment annotation to Metrics."/>
1929      <EntityType Name="Memory" BaseType="Memory.v1_10_1.Memory"/>
1930    </Schema>
1931
1932    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_10_3">
1933      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1934      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1935      <EntityType Name="Memory" BaseType="Memory.v1_10_2.Memory"/>
1936    </Schema>
1937
1938    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_11_0">
1939      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1940      <Annotation Term="Redfish.Release" String="2020.4"/>
1941      <Annotation Term="OData.Description" String="This version was created to include the processor memory types to the enumerations of MemoryDeviceType, the links to the resource type Processor associated with the memory, and add Model and SparePartNumber.  It was also created to add a link for EnvironmentMetrics."/>
1942
1943      <EntityType Name="Memory" BaseType="Memory.v1_10_1.Memory">
1944        <Property Name="SparePartNumber" Type="Edm.String">
1945          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1946          <Annotation Term="OData.Description" String="The spare part number of the memory."/>
1947          <Annotation Term="OData.LongDescription" String="This property shall contain the spare part number of the memory."/>
1948        </Property>
1949        <Property Name="Model" Type="Edm.String">
1950          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1951          <Annotation Term="OData.Description" String="The product model number of this device."/>
1952          <Annotation Term="OData.LongDescription" String="This property shall indicate the model information as provided by the manufacturer of this memory."/>
1953        </Property>
1954        <NavigationProperty Name="EnvironmentMetrics" Type="EnvironmentMetrics.EnvironmentMetrics" Nullable="false">
1955          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1956          <Annotation Term="OData.Description" String="The link to the environment metrics for this memory."/>
1957          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type EnvironmentMetrics that specifies the environment metrics for this memory."/>
1958          <Annotation Term="OData.AutoExpandReferences"/>
1959        </NavigationProperty>
1960        <NavigationProperty Name="Certificates" Type="CertificateCollection.CertificateCollection" ContainsTarget="true" Nullable="false">
1961          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1962          <Annotation Term="OData.Description" String="The link to a collection of certificates for device identity and attestation."/>
1963          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type CertificateCollection that contains certificates for device identity and attestation."/>
1964          <Annotation Term="OData.AutoExpandReferences"/>
1965        </NavigationProperty>
1966        <Property Name="Measurements" Type="Collection(SoftwareInventory.MeasurementBlock)" Nullable="false">
1967          <Annotation Term="OData.Description" String="An array of DSP0274-defined measurement blocks."/>
1968          <Annotation Term="OData.LongDescription" String="This property shall contain an array of DSP0274-defined measurement blocks."/>
1969          <Annotation Term="Redfish.Revisions">
1970            <Collection>
1971              <Record>
1972                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
1973                <PropertyValue Property="Version" String="v1_14_0"/>
1974                <PropertyValue Property="Description" String="This property has been deprecated in favor of the ComponentIntegrity resource."/>
1975              </Record>
1976            </Collection>
1977          </Annotation>
1978        </Property>
1979      </EntityType>
1980
1981      <ComplexType Name="Links" BaseType="Memory.v1_2_0.Links">
1982        <NavigationProperty Name="Processors" Type="Collection(Processor.Processor)">
1983          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1984          <Annotation Term="OData.Description" String="An array of links to the processors associated with this memory device."/>
1985          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type Processor that are associated with this memory device."/>
1986          <Annotation Term="OData.AutoExpandReferences"/>
1987        </NavigationProperty>
1988      </ComplexType>
1989    </Schema>
1990
1991    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_11_1">
1992      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1993      <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource.  It was also created to add the URI segment annotation to Metrics."/>
1994      <EntityType Name="Memory" BaseType="Memory.v1_11_0.Memory"/>
1995    </Schema>
1996
1997    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_11_2">
1998      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1999      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
2000      <EntityType Name="Memory" BaseType="Memory.v1_11_1.Memory"/>
2001    </Schema>
2002
2003    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_12_0">
2004      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2005      <Annotation Term="Redfish.Release" String="2021.1"/>
2006      <Annotation Term="OData.Description" String="This version was created to include the Enabled property."/>
2007
2008      <EntityType Name="Memory" BaseType="Memory.v1_11_0.Memory">
2009        <Property Name="Enabled" Type="Edm.Boolean" Nullable="false">
2010          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2011          <Annotation Term="OData.Description" String="An indication of whether this memory is enabled."/>
2012          <Annotation Term="OData.LongDescription" String="The value of this property shall indicate if this memory is enabled."/>
2013        </Property>
2014      </EntityType>
2015    </Schema>
2016
2017    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_12_1">
2018      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2019      <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource.  It was also created to add the URI segment annotation to Metrics."/>
2020      <EntityType Name="Memory" BaseType="Memory.v1_12_0.Memory"/>
2021    </Schema>
2022
2023    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_12_2">
2024      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2025      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
2026      <EntityType Name="Memory" BaseType="Memory.v1_12_1.Memory"/>
2027    </Schema>
2028
2029    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_13_0">
2030      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2031      <Annotation Term="Redfish.Release" String="2021.2"/>
2032
2033      <EntityType Name="Memory" BaseType="Memory.v1_12_0.Memory">
2034        <NavigationProperty Name="Log" Type="LogService.LogService" ContainsTarget="true" Nullable="false">
2035          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2036          <Annotation Term="OData.Description" String="The link to the log service associated with this memory."/>
2037          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type LogService."/>
2038          <Annotation Term="OData.AutoExpandReferences"/>
2039          <Annotation Term="Redfish.URISegment" String="DeviceLog"/>
2040        </NavigationProperty>
2041        <NavigationProperty Name="OperatingSpeedRangeMHz" Type="Control.Control">
2042          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2043          <Annotation Term="Redfish.ExcerptCopy" String="Range"/>
2044          <Annotation Term="OData.Description" String="Range of allowed operating speeds (MHz)."/>
2045          <Annotation Term="OData.LongDescription" String="This property shall contain the operating speed control, in megahertz units, for this resource.  The value of the DataSourceUri property, if present, shall reference a resource of type Control with the ControlType property containing the value of `FrequencyMHz`."/>
2046        </NavigationProperty>
2047      </EntityType>
2048    </Schema>
2049
2050    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_13_1">
2051      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2052      <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."/>
2053      <EntityType Name="Memory" BaseType="Memory.v1_13_0.Memory"/>
2054    </Schema>
2055
2056    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_13_2">
2057      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2058      <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource.  It was also created to add the URI segment annotation to Metrics and Log."/>
2059      <EntityType Name="Memory" BaseType="Memory.v1_13_1.Memory"/>
2060    </Schema>
2061
2062    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_13_3">
2063      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2064      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
2065      <EntityType Name="Memory" BaseType="Memory.v1_13_2.Memory"/>
2066    </Schema>
2067
2068    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_14_0">
2069      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2070      <Annotation Term="Redfish.Release" String="2021.4"/>
2071      <Annotation Term="OData.Description" String="This version was created to deprecate Measurements in favor of measurement reporting in the ComponentIntegrity resource."/>
2072
2073      <EntityType Name="Memory" BaseType="Memory.v1_13_1.Memory"/>
2074    </Schema>
2075
2076    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_14_1">
2077      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2078      <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource.  It was also created to add the URI segment annotation to Metrics and Log."/>
2079      <EntityType Name="Memory" BaseType="Memory.v1_14_0.Memory"/>
2080    </Schema>
2081
2082    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_14_2">
2083      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2084      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
2085      <EntityType Name="Memory" BaseType="Memory.v1_14_1.Memory"/>
2086    </Schema>
2087
2088    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_15_0">
2089      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2090      <Annotation Term="Redfish.Release" String="2022.1"/>
2091
2092      <EntityType Name="Memory" BaseType="Memory.v1_14_0.Memory"/>
2093
2094      <ComplexType Name="Links" BaseType="Memory.v1_11_0.Links">
2095        <NavigationProperty Name="Batteries" Type="Collection(Battery.Battery)">
2096          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2097          <Annotation Term="OData.Description" String="The batteries that provide power to this memory device during a power-loss event."/>
2098          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type Battery that represent the batteries that provide power to this memory device during a power-loss event, such as with battery-backed NVDIMMs.  This property shall not be present if the batteries power the containing chassis as a whole rather than the individual memory device."/>
2099          <Annotation Term="OData.AutoExpandReferences"/>
2100        </NavigationProperty>
2101      </ComplexType>
2102    </Schema>
2103
2104    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_15_1">
2105      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2106      <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource.  It was also created to add the URI segment annotation to Metrics and Log."/>
2107      <EntityType Name="Memory" BaseType="Memory.v1_15_0.Memory"/>
2108    </Schema>
2109
2110    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_15_2">
2111      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2112      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
2113      <EntityType Name="Memory" BaseType="Memory.v1_15_1.Memory"/>
2114    </Schema>
2115
2116    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_16_0">
2117      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2118      <Annotation Term="Redfish.Release" String="2022.2"/>
2119      <Annotation Term="OData.Description" String="This version was created to add the ResetToDefaults action."/>
2120
2121      <EntityType Name="Memory" BaseType="Memory.v1_15_0.Memory"/>
2122    </Schema>
2123
2124    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_16_1">
2125      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2126      <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource.  It was also created to add the URI segment annotation to Metrics and Log."/>
2127      <EntityType Name="Memory" BaseType="Memory.v1_16_0.Memory"/>
2128    </Schema>
2129
2130    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_16_2">
2131      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2132      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
2133      <EntityType Name="Memory" BaseType="Memory.v1_16_1.Memory"/>
2134    </Schema>
2135
2136    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_17_0">
2137      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2138      <Annotation Term="Redfish.Release" String="2022.3"/>
2139      <Annotation Term="OData.Description" String="This version was created to add `HBM2E` to MemoryDeviceType.  It was also created to add the FreezeSecurityState, ScanMedia, SetMasterPassphrase, and DisableMasterPassphrase actions."/>
2140
2141      <EntityType Name="Memory" BaseType="Memory.v1_16_0.Memory">
2142        <Property Name="PoisonListMaxMediaErrorRecords" Type="Edm.Int64" Nullable="false">
2143          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2144          <Annotation Term="OData.Description" String="The maximum number of media error records this device can track in its poison list."/>
2145          <Annotation Term="OData.LongDescription" String="This property shall contain the maximum number of media error records this device can track in its poison list."/>
2146        </Property>
2147        <Property Name="CXL" Type="Memory.v1_17_0.CXL" Nullable="false">
2148          <Annotation Term="OData.Description" String="CXL properties for this memory device."/>
2149          <Annotation Term="OData.LongDescription" String="This property shall contain CXL-specific properties for this memory device."/>
2150        </Property>
2151        <Property Name="VolatileSizeLimitMiB" Type="Edm.Int64" Nullable="false">
2152          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2153          <Annotation Term="OData.Description" String="The total volatile memory capacity in mebibytes (MiB)."/>
2154          <Annotation Term="OData.LongDescription" String="This property shall contain the total volatile memory capacity in mebibytes (MiB)."/>
2155          <Annotation Term="Measures.Unit" String="MiBy"/>
2156        </Property>
2157        <Property Name="NonVolatileSizeLimitMiB" Type="Edm.Int64" Nullable="false">
2158          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2159          <Annotation Term="OData.Description" String="The total non-volatile memory capacity in mebibytes (MiB)."/>
2160          <Annotation Term="OData.LongDescription" String="This property shall contain the total non-volatile memory capacity in mebibytes (MiB)."/>
2161          <Annotation Term="Measures.Unit" String="MiBy"/>
2162        </Property>
2163        <Property Name="SecurityStates" Type="Memory.v1_17_0.SecurityStateInfo" Nullable="false">
2164          <Annotation Term="OData.Description" String="The security states of this memory device."/>
2165          <Annotation Term="OData.LongDescription" String="This property shall contain the security states of this memory device."/>
2166        </Property>
2167        <Property Name="HealthData" Type="Memory.v1_17_0.HealthData" Nullable="false">
2168         <Annotation Term="OData.Description" String="The health data of this memory device."/>
2169         <Annotation Term="OData.LongDescription" String="This property shall contain the health data of this memory device."/>
2170        </Property>
2171      </EntityType>
2172
2173      <ComplexType Name="Links" BaseType="Memory.v1_15_0.Links">
2174        <NavigationProperty Name="Endpoints" Type="Collection(Endpoint.Endpoint)">
2175          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2176          <Annotation Term="OData.Description" String="An array of links to the endpoints associated with this memory."/>
2177          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type Endpoint that represent the endpoints associated with this memory."/>
2178          <Annotation Term="OData.AutoExpandReferences"/>
2179        </NavigationProperty>
2180        <NavigationProperty Name="MemoryMediaSources" Type="Collection(MemoryChunks.MemoryChunks)">
2181          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2182          <Annotation Term="OData.Description" String="An array of memory chunks providing media for this memory."/>
2183          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type MemoryChunks that represent the memory chunk instances providing media for this memory."/>
2184          <Annotation Term="OData.AutoExpandReferences"/>
2185        </NavigationProperty>
2186      </ComplexType>
2187
2188      <ComplexType Name="CXL">
2189        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
2190        <Annotation Term="OData.Description" String="CXL properties for a memory device."/>
2191        <Annotation Term="OData.LongDescription" String="This type shall contain CXL-specific properties for a memory device."/>
2192        <Property Name="LabelStorageSizeBytes" Type="Edm.Int64" Nullable="false">
2193          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2194          <Annotation Term="OData.Description" String="The size of the label storage area in bytes of this memory device."/>
2195          <Annotation Term="OData.LongDescription" String="This property shall contain the size of the label storage area in bytes of this memory device."/>
2196          <Annotation Term="Measures.Unit" String="By"/>
2197        </Property>
2198        <Property Name="StagedVolatileSizeMiB" Type="Edm.Int64" Nullable="false">
2199          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2200          <Annotation Term="OData.Description" String="Total device volatile memory capacity in MiB staged for next activation.  This value is in multiples of 256 MiB."/>
2201          <Annotation Term="OData.LongDescription" String="The value of this property shall indicate the total device volatile memory capacity in mebibytes staged for next activation.  This value shall be in multiples of 256 mebibytes."/>
2202          <Annotation Term="Measures.Unit" String="MiBy"/>
2203        </Property>
2204        <Property Name="StagedNonVolatileSizeMiB" Type="Edm.Int64" Nullable="false">
2205          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2206          <Annotation Term="OData.Description" String="Total device non-volatile memory capacity in MiB staged for next activation.  The value is in multiples of 256 MiB."/>
2207          <Annotation Term="OData.LongDescription" String="The value of this property shall indicate the total device non-volatile memory capacity in mebibytes.  The value shall be in multiples of 256 mebibytes."/>
2208          <Annotation Term="Measures.Unit" String="MiBy"/>
2209        </Property>
2210      </ComplexType>
2211
2212      <ComplexType Name="RegionSet" BaseType="Memory.v1_5_0.RegionSet">
2213        <Property Name="MasterPassphraseEnabled" Type="Edm.Boolean">
2214          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2215          <Annotation Term="OData.Description" String="An indication of whether the master passphrase is enabled for this region."/>
2216          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the master passphrase is enabled for this region."/>
2217        </Property>
2218      </ComplexType>
2219
2220      <ComplexType Name="SecurityStateInfo">
2221        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
2222        <Annotation Term="OData.Description" String="The security states of a memory device."/>
2223        <Annotation Term="OData.LongDescription" String="This type shall contain the security states of a memory device."/>
2224        <Property Name="UserPassphraseAttemptCountReached" Type="Edm.Boolean">
2225          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2226          <Annotation Term="OData.Description" String="An indication of whether an incorrect user passphrase attempt count has been reached."/>
2227          <Annotation Term="OData.LongDescription" String="This property shall indicate whether an incorrect user passphrase attempt count has been reached."/>
2228        </Property>
2229        <Property Name="MasterPassphraseAttemptCountReached" Type="Edm.Boolean">
2230          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2231          <Annotation Term="OData.Description" String="An indication of whether an incorrect master passphrase attempt count has been reached."/>
2232          <Annotation Term="OData.LongDescription" String="This property shall indicate whether an incorrect master passphrase attempt count has been reached."/>
2233        </Property>
2234      </ComplexType>
2235
2236      <ComplexType Name="HealthData">
2237        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
2238        <Annotation Term="OData.Description" String="The health data of a memory device."/>
2239        <Annotation Term="OData.LongDescription" String="This type shall contain the health data of a memory device."/>
2240        <Property Name="PredictedMediaLifeLeftPercent" Type="Edm.Decimal">
2241          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2242          <Annotation Term="OData.Description" String="The current health of the memory device as a percentage."/>
2243          <Annotation Term="OData.LongDescription" String="This property shall contain the current health of the memory device as a percentage, `0` to `100`."/>
2244          <Annotation Term="Measures.Unit" String="%"/>
2245          <Annotation Term="Validation.Minimum" Int="0"/>
2246          <Annotation Term="Validation.Maximum" Int="100"/>
2247          <Annotation Term="Redfish.Revisions">
2248            <Collection>
2249              <Record>
2250                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
2251                <PropertyValue Property="Version" String="v1_19_0"/>
2252                <PropertyValue Property="Description" String="This property has been deprecated in favor of PredictedMediaLifeLeftPercent in the MemoryMetrics resource."/>
2253              </Record>
2254            </Collection>
2255          </Annotation>
2256        </Property>
2257      </ComplexType>
2258    </Schema>
2259
2260    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_17_1">
2261      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2262      <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource.  It was also created to add the URI segment annotation to Metrics and Log."/>
2263      <EntityType Name="Memory" BaseType="Memory.v1_17_0.Memory"/>
2264    </Schema>
2265
2266    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_17_2">
2267      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2268      <Annotation Term="OData.Description" String="This version was created to update the schema descriptions for StagedVolatileSizeMiB and StagedNonVolatileSizeMiB to correct the usage of volatile and non-volatile.  It was also created to remove normative language from non-normative descriptions.  It was also created to clarify the range of possible values for properties with percent units."/>
2269      <EntityType Name="Memory" BaseType="Memory.v1_17_1.Memory"/>
2270    </Schema>
2271
2272    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_17_3">
2273      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2274      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
2275      <EntityType Name="Memory" BaseType="Memory.v1_17_2.Memory"/>
2276    </Schema>
2277
2278    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_18_0">
2279      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2280      <Annotation Term="Redfish.Release" String="2023.2"/>
2281
2282      <EntityType Name="Memory" BaseType="Memory.v1_17_2.Memory"/>
2283
2284      <ComplexType Name="Links" BaseType="Memory.v1_17_0.Links">
2285        <NavigationProperty Name="MemoryRegionMediaSources" Type="Collection(MemoryRegion.MemoryRegion)">
2286          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2287          <Annotation Term="OData.Description" String="An array of memory regions providing media for this memory."/>
2288          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type MemoryRegion that represent the memory region instances providing media for this memory."/>
2289          <Annotation Term="OData.AutoExpandReferences"/>
2290        </NavigationProperty>
2291      </ComplexType>
2292    </Schema>
2293
2294    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_18_1">
2295      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2296      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
2297      <EntityType Name="Memory" BaseType="Memory.v1_18_0.Memory"/>
2298    </Schema>
2299
2300    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_19_0">
2301      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2302      <Annotation Term="Redfish.Release" String="2023.3"/>
2303      <Annotation Term="OData.Description" String="This version was created to deprecate PredictedMediaLifeLeftPercent in favor of the same property in MemoryMetrics.  It was also created to add `LPDDR5_SDRAM` to MemoryDeviceType."/>
2304
2305      <EntityType Name="Memory" BaseType="Memory.v1_18_1.Memory"/>
2306    </Schema>
2307
2308  </edmx:DataServices>
2309</edmx:Edmx>
2310