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