1<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################       -->
4<!--# Redfish Schema:  Memory v1.20.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-2024 DMTF.                                                            -->
9<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10<!--################################################################################       -->
11<!---->
12<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
13
14  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
15    <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
16  </edmx:Reference>
17  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.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      </EnumType>
830
831      <EnumType Name="BaseModuleType">
832        <Member Name="RDIMM">
833          <Annotation Term="OData.Description" String="Registered DIMM."/>
834        </Member>
835        <Member Name="UDIMM">
836          <Annotation Term="OData.Description" String="UDIMM."/>
837        </Member>
838        <Member Name="SO_DIMM">
839          <Annotation Term="OData.Description" String="SO_DIMM."/>
840        </Member>
841        <Member Name="LRDIMM">
842          <Annotation Term="OData.Description" String="Load Reduced."/>
843        </Member>
844        <Member Name="Mini_RDIMM">
845          <Annotation Term="OData.Description" String="Mini_RDIMM."/>
846        </Member>
847        <Member Name="Mini_UDIMM">
848          <Annotation Term="OData.Description" String="Mini_UDIMM."/>
849        </Member>
850        <Member Name="SO_RDIMM_72b">
851          <Annotation Term="OData.Description" String="SO_RDIMM_72b."/>
852        </Member>
853        <Member Name="SO_UDIMM_72b">
854          <Annotation Term="OData.Description" String="SO_UDIMM_72b."/>
855        </Member>
856        <Member Name="SO_DIMM_16b">
857          <Annotation Term="OData.Description" String="SO_DIMM_16b."/>
858        </Member>
859        <Member Name="SO_DIMM_32b">
860          <Annotation Term="OData.Description" String="SO_DIMM_32b."/>
861        </Member>
862        <Member Name="Die">
863          <Annotation Term="OData.Description" String="A die within a package."/>
864          <Annotation Term="Redfish.Revisions">
865            <Collection>
866              <Record>
867                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
868                <PropertyValue Property="Version" String="v1_7_0"/>
869              </Record>
870            </Collection>
871          </Annotation>
872        </Member>
873      </EnumType>
874
875      <EnumType Name="MemoryMedia">
876        <Member Name="DRAM">
877          <Annotation Term="OData.Description" String="DRAM media."/>
878        </Member>
879        <Member Name="NAND">
880          <Annotation Term="OData.Description" String="NAND media."/>
881        </Member>
882        <Member Name="Intel3DXPoint">
883          <Annotation Term="OData.Description" String="Intel 3D XPoint media."/>
884          <Annotation Term="Redfish.Revisions">
885            <Collection>
886              <Record>
887                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
888                <PropertyValue Property="Version" String="v1_7_0"/>
889              </Record>
890            </Collection>
891          </Annotation>
892        </Member>
893        <Member Name="Proprietary">
894          <Annotation Term="OData.Description" String="Proprietary media."/>
895        </Member>
896      </EnumType>
897
898      <ComplexType Name="SecurityCapabilities">
899        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
900        <Annotation Term="OData.Description" String="This type contains security capabilities of a memory device."/>
901        <Annotation Term="OData.LongDescription" String="This type shall contain properties that describe the security capabilities of a memory device."/>
902        <Property Name="PassphraseCapable" Type="Edm.Boolean">
903          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
904          <Annotation Term="OData.Description" String="An indication of whether the memory device is passphrase capable."/>
905          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the memory device is passphrase capable."/>
906        </Property>
907        <Property Name="MaxPassphraseCount" Type="Edm.Int64">
908          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
909          <Annotation Term="OData.Description" String="Maximum number of passphrases supported for this memory device."/>
910          <Annotation Term="OData.LongDescription" String="This property shall contain the maximum number of passphrases supported for this memory device."/>
911        </Property>
912        <Property Name="SecurityStates" Type="Collection(Memory.v1_0_0.SecurityStates)" Nullable="false">
913          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
914          <Annotation Term="OData.Description" String="Security states supported by the memory device."/>
915          <Annotation Term="OData.LongDescription" String="This property shall contain the security states supported by the memory device."/>
916          <Annotation Term="Redfish.Revisions">
917            <Collection>
918              <Record>
919                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
920                <PropertyValue Property="Version" String="v1_7_0"/>
921                <PropertyValue Property="Description" String="This property has been deprecated in favor of using the individual `PassphraseCapable`, `DataLockCapable`, and `ConfigurationLockCapable` properties."/>
922              </Record>
923            </Collection>
924          </Annotation>
925        </Property>
926      </ComplexType>
927
928      <EnumType Name="SecurityStates">
929        <Member Name="Enabled">
930          <Annotation Term="OData.Description" String="Secure mode is enabled and access to the data is allowed."/>
931        </Member>
932        <Member Name="Disabled">
933          <Annotation Term="OData.Description" String="Secure mode is disabled."/>
934        </Member>
935        <Member Name="Unlocked">
936          <Annotation Term="OData.Description" String="Secure mode is enabled and access to the data is unlocked."/>
937          <Annotation Term="Redfish.Revisions">
938            <Collection>
939              <Record>
940                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
941                <PropertyValue Property="Version" String="v1_7_0"/>
942                <PropertyValue Property="Description" String="This value has been deprecated in favor of `Enabled` to indicate normal security operation."/>
943              </Record>
944            </Collection>
945          </Annotation>
946        </Member>
947        <Member Name="Locked">
948          <Annotation Term="OData.Description" String="Secure mode is enabled and access to the data is locked."/>
949        </Member>
950        <Member Name="Frozen">
951          <Annotation Term="OData.Description" String="Secure state is frozen and cannot be modified until reset."/>
952          <Annotation Term="Redfish.Revisions">
953            <Collection>
954              <Record>
955                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
956                <PropertyValue Property="Version" String="v1_7_0"/>
957                <PropertyValue Property="Description" String="This value has been deprecated in favor of using the `ConfigurationLocked` value to indicate that the configuration has been frozen."/>
958              </Record>
959            </Collection>
960          </Annotation>
961        </Member>
962        <Member Name="Passphraselimit">
963          <Annotation Term="OData.Description" String="Number of attempts to unlock the memory exceeded limit."/>
964        </Member>
965      </EnumType>
966
967      <ComplexType Name="MemoryLocation">
968        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
969        <Annotation Term="OData.Description" String="Memory connection information to sockets and memory controllers."/>
970        <Annotation Term="OData.LongDescription" String="This type shall contain properties that describe the memory connection information to sockets and memory controllers."/>
971        <Property Name="Socket" Type="Edm.Int64">
972          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
973          <Annotation Term="OData.Description" String="The socket number to which the memory device is connected."/>
974          <Annotation Term="OData.LongDescription" String="This property shall contain the socket number to which the memory device is connected."/>
975        </Property>
976        <Property Name="MemoryController" Type="Edm.Int64">
977          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
978          <Annotation Term="OData.Description" String="The memory controller number to which the memory device is connected."/>
979          <Annotation Term="OData.LongDescription" String="This property shall contain the memory controller number to which the memory device is connected."/>
980        </Property>
981        <Property Name="Channel" Type="Edm.Int64">
982          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
983          <Annotation Term="OData.Description" String="The channel number to which the memory device is connected."/>
984          <Annotation Term="OData.LongDescription" String="This property shall contain the channel number to which the memory device is connected."/>
985        </Property>
986        <Property Name="Slot" Type="Edm.Int64">
987          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
988          <Annotation Term="OData.Description" String="The slot number to which the memory device is connected."/>
989          <Annotation Term="OData.LongDescription" String="This property shall contain the slot number to which the memory device is connected."/>
990        </Property>
991      </ComplexType>
992
993      <EnumType Name="ErrorCorrection">
994        <Member Name="NoECC">
995          <Annotation Term="OData.Description" String="No ECC available."/>
996        </Member>
997        <Member Name="SingleBitECC">
998          <Annotation Term="OData.Description" String="Single bit data errors can be corrected by ECC."/>
999        </Member>
1000        <Member Name="MultiBitECC">
1001          <Annotation Term="OData.Description" String="Multibit data errors can be corrected by ECC."/>
1002        </Member>
1003        <Member Name="AddressParity">
1004          <Annotation Term="OData.Description" String="Address parity errors can be corrected."/>
1005        </Member>
1006      </EnumType>
1007
1008      <ComplexType Name="RegionSet">
1009        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
1010        <Annotation Term="OData.Description" String="Memory region information within a memory device."/>
1011        <Annotation Term="OData.LongDescription" String="This type shall describe the memory region information within a memory device."/>
1012        <Property Name="RegionId" Type="Edm.String">
1013          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1014          <Annotation Term="OData.Description" String="Unique region ID representing a specific region within the memory device."/>
1015          <Annotation Term="OData.LongDescription" String="This property shall contain the unique region ID representing a specific region within the memory device."/>
1016        </Property>
1017        <Property Name="MemoryClassification" Type="Memory.v1_0_0.MemoryClassification">
1018          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1019          <Annotation Term="OData.Description" String="The classification of memory that the memory region occupies."/>
1020          <Annotation Term="OData.LongDescription" String="This property shall contain the classification of memory that the memory region occupies."/>
1021        </Property>
1022        <Property Name="OffsetMiB" Type="Edm.Int64">
1023          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1024          <Annotation Term="OData.Description" String="Offset within the memory that corresponds to the start of this memory region in mebibytes (MiB)."/>
1025          <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."/>
1026          <Annotation Term="Measures.Unit" String="MiBy"/>
1027        </Property>
1028        <Property Name="SizeMiB" Type="Edm.Int64">
1029          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1030          <Annotation Term="OData.Description" String="Size of this memory region in mebibytes (MiB)."/>
1031          <Annotation Term="OData.LongDescription" String="This property shall contain the size of this memory region in MiB."/>
1032          <Annotation Term="Measures.Unit" String="MiBy"/>
1033        </Property>
1034        <Property Name="PassphraseState" Type="Edm.Boolean">
1035          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1036          <Annotation Term="OData.Description" String="An indication of whether the state of the passphrase for this region is enabled."/>
1037          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the state of the passphrase for this region is enabled."/>
1038          <Annotation Term="Redfish.Revisions">
1039            <Collection>
1040              <Record>
1041                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
1042                <PropertyValue Property="Version" String="v1_5_0"/>
1043                <PropertyValue Property="Description" String="This property has been deprecated in favor of `PassphraseEnabled` found within `RegionSet`."/>
1044              </Record>
1045            </Collection>
1046          </Annotation>
1047        </Property>
1048      </ComplexType>
1049
1050      <EnumType Name="MemoryClassification">
1051        <Member Name="Volatile">
1052          <Annotation Term="OData.Description" String="Volatile memory."/>
1053        </Member>
1054        <Member Name="ByteAccessiblePersistent">
1055          <Annotation Term="OData.Description" String="Byte-accessible persistent memory."/>
1056        </Member>
1057        <Member Name="Block">
1058          <Annotation Term="OData.Description" String="Block-accessible memory."/>
1059        </Member>
1060      </EnumType>
1061
1062      <EnumType Name="OperatingMemoryModes">
1063        <Member Name="Volatile">
1064          <Annotation Term="OData.Description" String="Volatile memory."/>
1065        </Member>
1066        <Member Name="PMEM">
1067          <Annotation Term="OData.Description" String="Persistent memory, byte-accessible through system address space."/>
1068        </Member>
1069        <Member Name="Block">
1070          <Annotation Term="OData.Description" String="Block-accessible system memory."/>
1071        </Member>
1072      </EnumType>
1073
1074      <ComplexType Name="PowerManagementPolicy">
1075        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
1076        <Annotation Term="OData.Description" String="Power management policy information."/>
1077        <Annotation Term="OData.LongDescription" String="This type shall contain properties that describe the power management policy for this resource."/>
1078        <Property Name="PolicyEnabled" Type="Edm.Boolean">
1079          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1080          <Annotation Term="OData.Description" String="An indication of whether the power management policy is enabled."/>
1081          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the power management policy is enabled."/>
1082        </Property>
1083        <Property Name="MaxTDPMilliWatts" Type="Edm.Int64">
1084          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1085          <Annotation Term="OData.Description" String="Maximum TDP in milliwatt units."/>
1086          <Annotation Term="OData.LongDescription" String="This property shall contain the maximum TDP in milliwatt units."/>
1087          <Annotation Term="Measures.Unit" String="mW"/>
1088        </Property>
1089        <Property Name="PeakPowerBudgetMilliWatts" Type="Edm.Int64">
1090          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1091          <Annotation Term="OData.Description" String="Peak power budget, in milliwatt units."/>
1092          <Annotation Term="OData.LongDescription" String="This property shall contain the peak power budget, in milliwatt units."/>
1093          <Annotation Term="Measures.Unit" String="mW"/>
1094        </Property>
1095        <Property Name="AveragePowerBudgetMilliWatts" Type="Edm.Int64">
1096          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1097          <Annotation Term="OData.Description" String="Average power budget, in milliwatt units."/>
1098          <Annotation Term="OData.LongDescription" String="This property shall contain the average power budget, in milliwatt units."/>
1099          <Annotation Term="Measures.Unit" String="mW"/>
1100        </Property>
1101      </ComplexType>
1102
1103      <ComplexType Name="Actions">
1104        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
1105        <Annotation Term="OData.Description" String="The available actions for this resource."/>
1106        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
1107        <Property Name="Oem" Type="Memory.v1_0_0.OemActions" Nullable="false">
1108          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
1109          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
1110        </Property>
1111      </ComplexType>
1112
1113      <ComplexType Name="OemActions">
1114        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
1115        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
1116        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
1117      </ComplexType>
1118    </Schema>
1119
1120    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_0_1">
1121      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1122      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
1123      <EntityType Name="Memory" BaseType="Memory.v1_0_0.Memory"/>
1124    </Schema>
1125
1126    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_0_2">
1127      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1128      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
1129      <EntityType Name="Memory" BaseType="Memory.v1_0_1.Memory"/>
1130    </Schema>
1131
1132    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_0_3">
1133      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1134      <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`."/>
1135      <EntityType Name="Memory" BaseType="Memory.v1_0_2.Memory"/>
1136    </Schema>
1137
1138    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_0_4">
1139      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1140      <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."/>
1141      <EntityType Name="Memory" BaseType="Memory.v1_0_3.Memory"/>
1142    </Schema>
1143
1144    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_0_5">
1145      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1146      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
1147      <EntityType Name="Memory" BaseType="Memory.v1_0_4.Memory"/>
1148    </Schema>
1149
1150    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_0_6">
1151      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1152      <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."/>
1153      <EntityType Name="Memory" BaseType="Memory.v1_0_5.Memory"/>
1154    </Schema>
1155
1156    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_0_7">
1157      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1158      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1159      <EntityType Name="Memory" BaseType="Memory.v1_0_6.Memory"/>
1160    </Schema>
1161
1162    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_0_8">
1163      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1164      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1165      <EntityType Name="Memory" BaseType="Memory.v1_0_7.Memory"/>
1166    </Schema>
1167
1168    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_0_9">
1169      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1170      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1171      <EntityType Name="Memory" BaseType="Memory.v1_0_8.Memory"/>
1172    </Schema>
1173
1174    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_0_10">
1175      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1176      <Annotation Term="OData.Description" String="This version was created to clarify properties reflect the memory device as opposed to generic memory."/>
1177      <EntityType Name="Memory" BaseType="Memory.v1_0_9.Memory"/>
1178    </Schema>
1179
1180    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_0_11">
1181      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1182      <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
1183      <EntityType Name="Memory" BaseType="Memory.v1_0_10.Memory"/>
1184    </Schema>
1185
1186    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_0_12">
1187      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1188      <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`."/>
1189      <EntityType Name="Memory" BaseType="Memory.v1_0_11.Memory"/>
1190    </Schema>
1191
1192    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_0_13">
1193      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1194      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1195      <EntityType Name="Memory" BaseType="Memory.v1_0_12.Memory"/>
1196    </Schema>
1197
1198    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_0_14">
1199      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1200      <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."/>
1201      <EntityType Name="Memory" BaseType="Memory.v1_0_13.Memory"/>
1202    </Schema>
1203
1204    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_1_0">
1205      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1206      <Annotation Term="Redfish.Release" String="2016.3"/>
1207
1208      <EntityType Name="Memory" BaseType="Memory.v1_0_1.Memory">
1209        <Property Name="Status" Type="Resource.Status" Nullable="false">
1210          <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
1211          <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
1212        </Property>
1213      </EntityType>
1214    </Schema>
1215
1216    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_1_1">
1217      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1218      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
1219      <EntityType Name="Memory" BaseType="Memory.v1_1_0.Memory"/>
1220    </Schema>
1221
1222    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_1_2">
1223      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1224      <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`."/>
1225      <EntityType Name="Memory" BaseType="Memory.v1_1_1.Memory"/>
1226    </Schema>
1227
1228    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_1_3">
1229      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1230      <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."/>
1231      <EntityType Name="Memory" BaseType="Memory.v1_1_2.Memory"/>
1232    </Schema>
1233
1234    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_1_4">
1235      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1236      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
1237      <EntityType Name="Memory" BaseType="Memory.v1_1_3.Memory"/>
1238    </Schema>
1239
1240    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_1_5">
1241      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1242      <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."/>
1243      <EntityType Name="Memory" BaseType="Memory.v1_1_4.Memory"/>
1244    </Schema>
1245
1246    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_1_6">
1247      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1248      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1249      <EntityType Name="Memory" BaseType="Memory.v1_1_5.Memory"/>
1250    </Schema>
1251
1252    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_1_7">
1253      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1254      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1255      <EntityType Name="Memory" BaseType="Memory.v1_1_6.Memory"/>
1256    </Schema>
1257
1258    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_1_8">
1259      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1260      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1261      <EntityType Name="Memory" BaseType="Memory.v1_1_7.Memory"/>
1262    </Schema>
1263
1264    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_1_9">
1265      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1266      <Annotation Term="OData.Description" String="This version was created to clarify properties reflect the memory device as opposed to generic memory."/>
1267      <EntityType Name="Memory" BaseType="Memory.v1_1_8.Memory"/>
1268    </Schema>
1269
1270    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_1_10">
1271      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1272      <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
1273      <EntityType Name="Memory" BaseType="Memory.v1_1_9.Memory"/>
1274    </Schema>
1275
1276    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_1_11">
1277      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1278      <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`."/>
1279      <EntityType Name="Memory" BaseType="Memory.v1_1_10.Memory"/>
1280    </Schema>
1281
1282    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_1_12">
1283      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1284      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1285      <EntityType Name="Memory" BaseType="Memory.v1_1_11.Memory"/>
1286    </Schema>
1287
1288    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_1_13">
1289      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1290      <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."/>
1291      <EntityType Name="Memory" BaseType="Memory.v1_1_12.Memory"/>
1292    </Schema>
1293
1294    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_2_0">
1295      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1296      <Annotation Term="Redfish.Release" String="2017.1"/>
1297
1298      <EntityType Name="Memory" BaseType="Memory.v1_1_1.Memory">
1299        <Property Name="VolatileRegionNumberLimit" Type="Edm.Int64">
1300          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1301          <Annotation Term="OData.Description" String="Total number of volatile regions this memory device can support."/>
1302          <Annotation Term="OData.LongDescription" String="This property shall contain the total number of volatile regions this memory device can support."/>
1303        </Property>
1304        <Property Name="PersistentRegionNumberLimit" Type="Edm.Int64">
1305          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1306          <Annotation Term="OData.Description" String="Total number of persistent regions this memory device can support."/>
1307          <Annotation Term="OData.LongDescription" String="This property shall contain the total number of persistent regions this memory device can support."/>
1308        </Property>
1309        <Property Name="VolatileRegionSizeMaxMiB" Type="Edm.Int64">
1310          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1311          <Annotation Term="OData.Description" String="Maximum size of a single volatile region in mebibytes (MiB)."/>
1312          <Annotation Term="OData.LongDescription" String="This property shall contain the maximum size of a single volatile regions in MiB."/>
1313          <Annotation Term="Measures.Unit" String="MiBy"/>
1314        </Property>
1315        <Property Name="PersistentRegionSizeMaxMiB" Type="Edm.Int64">
1316          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1317          <Annotation Term="OData.Description" String="Maximum size of a single persistent region in mebibytes (MiB)."/>
1318          <Annotation Term="OData.LongDescription" String="This property shall contain the maximum size of a single persistent regions in MiB."/>
1319          <Annotation Term="Measures.Unit" String="MiBy"/>
1320        </Property>
1321        <Property Name="AllocationIncrementMiB" Type="Edm.Int64">
1322          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1323          <Annotation Term="OData.Description" String="The size of the smallest unit of allocation for a memory region in mebibytes (MiB)."/>
1324          <Annotation Term="OData.LongDescription" String="This property shall contain the allocation increment for regions, measured in MiB."/>
1325          <Annotation Term="Measures.Unit" String="MiBy"/>
1326        </Property>
1327        <Property Name="AllocationAlignmentMiB" Type="Edm.Int64">
1328          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1329          <Annotation Term="OData.Description" String="The boundary that memory regions are allocated on, measured in mebibytes (MiB)."/>
1330          <Annotation Term="OData.LongDescription" String="This property shall contain the alignment boundary on which memory regions are allocated, measured in MiB."/>
1331          <Annotation Term="Measures.Unit" String="MiBy"/>
1332        </Property>
1333        <Property Name="Links" Type="Memory.v1_2_0.Links" Nullable="false">
1334          <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
1335          <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."/>
1336        </Property>
1337      </EntityType>
1338
1339      <ComplexType Name="Links" BaseType="Resource.Links">
1340        <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
1341        <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."/>
1342        <NavigationProperty Name="Chassis" Type="Chassis.Chassis" Nullable="false">
1343          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1344          <Annotation Term="OData.Description" String="The link to the chassis that contains this memory device."/>
1345          <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."/>
1346          <Annotation Term="OData.AutoExpandReferences"/>
1347        </NavigationProperty>
1348      </ComplexType>
1349    </Schema>
1350
1351    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_2_1">
1352      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1353      <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`."/>
1354      <EntityType Name="Memory" BaseType="Memory.v1_2_0.Memory"/>
1355    </Schema>
1356
1357    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_2_2">
1358      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1359      <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."/>
1360      <EntityType Name="Memory" BaseType="Memory.v1_2_1.Memory"/>
1361    </Schema>
1362
1363    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_2_3">
1364      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1365      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
1366      <EntityType Name="Memory" BaseType="Memory.v1_2_2.Memory"/>
1367    </Schema>
1368
1369    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_2_4">
1370      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1371      <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."/>
1372      <EntityType Name="Memory" BaseType="Memory.v1_2_3.Memory"/>
1373    </Schema>
1374
1375    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_2_5">
1376      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1377      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1378      <EntityType Name="Memory" BaseType="Memory.v1_2_4.Memory"/>
1379    </Schema>
1380
1381    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_2_6">
1382      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1383      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1384      <EntityType Name="Memory" BaseType="Memory.v1_2_5.Memory"/>
1385    </Schema>
1386
1387    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_2_7">
1388      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1389      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1390      <EntityType Name="Memory" BaseType="Memory.v1_2_6.Memory"/>
1391    </Schema>
1392
1393    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_2_8">
1394      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1395      <Annotation Term="OData.Description" String="This version was created to clarify properties reflect the memory device as opposed to generic memory."/>
1396      <EntityType Name="Memory" BaseType="Memory.v1_2_7.Memory"/>
1397    </Schema>
1398
1399    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_2_9">
1400      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1401      <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
1402      <EntityType Name="Memory" BaseType="Memory.v1_2_8.Memory"/>
1403    </Schema>
1404
1405    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_2_10">
1406      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1407      <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`."/>
1408      <EntityType Name="Memory" BaseType="Memory.v1_2_9.Memory"/>
1409    </Schema>
1410
1411    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_2_11">
1412      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1413      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1414      <EntityType Name="Memory" BaseType="Memory.v1_2_10.Memory"/>
1415    </Schema>
1416
1417    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_2_12">
1418      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1419      <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."/>
1420      <EntityType Name="Memory" BaseType="Memory.v1_2_11.Memory"/>
1421    </Schema>
1422
1423    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_3_0">
1424      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1425      <Annotation Term="Redfish.Release" String="2017.2"/>
1426
1427      <EntityType Name="Memory" BaseType="Memory.v1_2_0.Memory">
1428        <Property Name="ModuleManufacturerID" Type="Edm.String">
1429          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1430          <Annotation Term="OData.Description" String="The manufacturer ID of this memory device."/>
1431          <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."/>
1432          <Annotation Term="Validation.Pattern" String="^0[xX](([a-fA-F]|[0-9]){2}){2}$"/>
1433        </Property>
1434        <Property Name="ModuleProductID" Type="Edm.String">
1435          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1436          <Annotation Term="OData.Description" String="The product ID of this memory device."/>
1437          <Annotation Term="OData.LongDescription" String="This property shall contain the two byte product ID of this memory device as defined by the manufacturer."/>
1438          <Annotation Term="Validation.Pattern" String="^0[xX](([a-fA-F]|[0-9]){2}){2}$"/>
1439        </Property>
1440        <Property Name="MemorySubsystemControllerManufacturerID" Type="Edm.String">
1441          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1442          <Annotation Term="OData.Description" String="The manufacturer ID of the memory subsystem controller of this memory device."/>
1443          <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."/>
1444          <Annotation Term="Validation.Pattern" String="^0[xX](([a-fA-F]|[0-9]){2}){2}$"/>
1445        </Property>
1446        <Property Name="MemorySubsystemControllerProductID" Type="Edm.String">
1447          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1448          <Annotation Term="OData.Description" String="The product ID of the memory subsystem controller of this memory device."/>
1449          <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."/>
1450          <Annotation Term="Validation.Pattern" String="^0[xX](([a-fA-F]|[0-9]){2}){2}$"/>
1451        </Property>
1452      </EntityType>
1453    </Schema>
1454
1455    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_3_1">
1456      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1457      <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`."/>
1458      <EntityType Name="Memory" BaseType="Memory.v1_3_0.Memory"/>
1459    </Schema>
1460
1461    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_3_2">
1462      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1463      <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."/>
1464      <EntityType Name="Memory" BaseType="Memory.v1_3_1.Memory"/>
1465    </Schema>
1466
1467    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_3_3">
1468      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1469      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
1470      <EntityType Name="Memory" BaseType="Memory.v1_3_2.Memory"/>
1471    </Schema>
1472
1473    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_3_4">
1474      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1475      <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."/>
1476      <EntityType Name="Memory" BaseType="Memory.v1_3_3.Memory"/>
1477    </Schema>
1478
1479    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_3_5">
1480      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1481      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1482      <EntityType Name="Memory" BaseType="Memory.v1_3_4.Memory"/>
1483    </Schema>
1484
1485    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_3_6">
1486      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1487      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1488      <EntityType Name="Memory" BaseType="Memory.v1_3_5.Memory"/>
1489    </Schema>
1490
1491    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_3_7">
1492      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1493      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1494      <EntityType Name="Memory" BaseType="Memory.v1_3_6.Memory"/>
1495    </Schema>
1496
1497    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_3_8">
1498      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1499      <Annotation Term="OData.Description" String="This version was created to clarify properties reflect the memory device as opposed to generic memory."/>
1500      <EntityType Name="Memory" BaseType="Memory.v1_3_7.Memory"/>
1501    </Schema>
1502
1503    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_3_9">
1504      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1505      <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
1506      <EntityType Name="Memory" BaseType="Memory.v1_3_8.Memory"/>
1507    </Schema>
1508
1509    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_3_10">
1510      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1511      <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`."/>
1512      <EntityType Name="Memory" BaseType="Memory.v1_3_9.Memory"/>
1513    </Schema>
1514
1515    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_3_11">
1516      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1517      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1518      <EntityType Name="Memory" BaseType="Memory.v1_3_10.Memory"/>
1519    </Schema>
1520
1521    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_3_12">
1522      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1523      <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."/>
1524      <EntityType Name="Memory" BaseType="Memory.v1_3_11.Memory"/>
1525    </Schema>
1526
1527    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_4_0">
1528      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1529      <Annotation Term="Redfish.Release" String="2017.3"/>
1530
1531      <EntityType Name="Memory" BaseType="Memory.v1_3_1.Memory">
1532        <Property Name="VolatileSizeMiB" Type="Edm.Int64">
1533          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1534          <Annotation Term="OData.Description" String="Total size of the volatile portion memory in MiB."/>
1535          <Annotation Term="OData.LongDescription" String="This property shall contain the total size of the volatile portion memory in MiB."/>
1536          <Annotation Term="Measures.Unit" String="MiBy"/>
1537        </Property>
1538        <Property Name="NonVolatileSizeMiB" Type="Edm.Int64">
1539          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1540          <Annotation Term="OData.Description" String="Total size of the non-volatile portion memory in MiB."/>
1541          <Annotation Term="OData.LongDescription" String="This property shall contain the total size of the non-volatile portion memory in MiB."/>
1542          <Annotation Term="Measures.Unit" String="MiBy"/>
1543        </Property>
1544        <Property Name="CacheSizeMiB" Type="Edm.Int64">
1545          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1546          <Annotation Term="OData.Description" String="Total size of the cache portion memory in MiB."/>
1547          <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."/>
1548          <Annotation Term="Measures.Unit" String="MiBy"/>
1549        </Property>
1550        <Property Name="LogicalSizeMiB" Type="Edm.Int64">
1551          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1552          <Annotation Term="OData.Description" String="Total size of the logical memory in MiB."/>
1553          <Annotation Term="OData.LongDescription" String="This property shall contain the total size of the logical memory in MiB."/>
1554          <Annotation Term="Measures.Unit" String="MiBy"/>
1555        </Property>
1556        <Property Name="Location" Type="Resource.Location" Nullable="false">
1557          <Annotation Term="OData.Description" String="The location of the memory device."/>
1558          <Annotation Term="OData.LongDescription" String="This property shall contain the location information of the associated memory device."/>
1559        </Property>
1560        <NavigationProperty Name="Assembly" Type="Assembly.Assembly" Nullable="false">
1561          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1562          <Annotation Term="OData.Description" String="The link to the assembly resource associated with this memory device."/>
1563          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type `Assembly`."/>
1564          <Annotation Term="OData.AutoExpandReferences"/>
1565        </NavigationProperty>
1566      </EntityType>
1567    </Schema>
1568
1569    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_4_1">
1570      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1571      <Annotation Term="OData.Description" String="This version was created to update descriptions to match the editorial style used in other Redfish schemas."/>
1572      <EntityType Name="Memory" BaseType="Memory.v1_4_0.Memory"/>
1573    </Schema>
1574
1575    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_4_2">
1576      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1577      <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."/>
1578      <EntityType Name="Memory" BaseType="Memory.v1_4_1.Memory"/>
1579    </Schema>
1580
1581    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_4_3">
1582      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1583      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
1584      <EntityType Name="Memory" BaseType="Memory.v1_4_2.Memory"/>
1585    </Schema>
1586
1587    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_4_4">
1588      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1589      <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."/>
1590      <EntityType Name="Memory" BaseType="Memory.v1_4_3.Memory"/>
1591    </Schema>
1592
1593    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_4_5">
1594      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1595      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1596      <EntityType Name="Memory" BaseType="Memory.v1_4_4.Memory"/>
1597    </Schema>
1598
1599    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_4_6">
1600      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1601      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1602      <EntityType Name="Memory" BaseType="Memory.v1_4_5.Memory"/>
1603    </Schema>
1604
1605    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_4_7">
1606      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1607      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1608      <EntityType Name="Memory" BaseType="Memory.v1_4_6.Memory"/>
1609    </Schema>
1610
1611    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_4_8">
1612      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1613      <Annotation Term="OData.Description" String="This version was created to clarify properties reflect the memory device as opposed to generic memory."/>
1614      <EntityType Name="Memory" BaseType="Memory.v1_4_7.Memory"/>
1615    </Schema>
1616
1617    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_4_9">
1618      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1619      <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
1620      <EntityType Name="Memory" BaseType="Memory.v1_4_8.Memory"/>
1621    </Schema>
1622
1623    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_4_10">
1624      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1625      <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`."/>
1626      <EntityType Name="Memory" BaseType="Memory.v1_4_9.Memory"/>
1627    </Schema>
1628
1629    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_4_11">
1630      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1631      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1632      <EntityType Name="Memory" BaseType="Memory.v1_4_10.Memory"/>
1633    </Schema>
1634
1635    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_4_12">
1636      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1637      <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."/>
1638      <EntityType Name="Memory" BaseType="Memory.v1_4_11.Memory"/>
1639    </Schema>
1640
1641    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_5_0">
1642      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1643      <Annotation Term="Redfish.Release" String="2018.1"/>
1644
1645      <EntityType Name="Memory" BaseType="Memory.v1_4_1.Memory"/>
1646
1647      <ComplexType Name="RegionSet" BaseType="Memory.v1_0_0.RegionSet">
1648        <Property Name="PassphraseEnabled" Type="Edm.Boolean">
1649          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1650          <Annotation Term="OData.Description" String="An indication of whether the passphrase is enabled for this region."/>
1651          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the passphrase is enabled for this region."/>
1652        </Property>
1653      </ComplexType>
1654    </Schema>
1655
1656    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_5_1">
1657      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1658      <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."/>
1659      <EntityType Name="Memory" BaseType="Memory.v1_5_0.Memory"/>
1660    </Schema>
1661
1662    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_5_2">
1663      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1664      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
1665      <EntityType Name="Memory" BaseType="Memory.v1_5_1.Memory"/>
1666    </Schema>
1667
1668    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_5_3">
1669      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1670      <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."/>
1671      <EntityType Name="Memory" BaseType="Memory.v1_5_2.Memory"/>
1672    </Schema>
1673
1674    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_5_4">
1675      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1676      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1677      <EntityType Name="Memory" BaseType="Memory.v1_5_3.Memory"/>
1678    </Schema>
1679
1680    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_5_5">
1681      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1682      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1683      <EntityType Name="Memory" BaseType="Memory.v1_5_4.Memory"/>
1684    </Schema>
1685
1686    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_5_6">
1687      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1688      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1689      <EntityType Name="Memory" BaseType="Memory.v1_5_5.Memory"/>
1690    </Schema>
1691
1692    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_5_7">
1693      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1694      <Annotation Term="OData.Description" String="This version was created to clarify properties reflect the memory device as opposed to generic memory."/>
1695      <EntityType Name="Memory" BaseType="Memory.v1_5_6.Memory"/>
1696    </Schema>
1697
1698    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_5_8">
1699      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1700      <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
1701      <EntityType Name="Memory" BaseType="Memory.v1_5_7.Memory"/>
1702    </Schema>
1703
1704    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_5_9">
1705      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1706      <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`."/>
1707      <EntityType Name="Memory" BaseType="Memory.v1_5_8.Memory"/>
1708    </Schema>
1709
1710    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_5_10">
1711      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1712      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1713      <EntityType Name="Memory" BaseType="Memory.v1_5_9.Memory"/>
1714    </Schema>
1715
1716    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_5_11">
1717      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1718      <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."/>
1719      <EntityType Name="Memory" BaseType="Memory.v1_5_10.Memory"/>
1720    </Schema>
1721
1722    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_6_0">
1723      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1724      <Annotation Term="Redfish.Release" String="2018.2"/>
1725      <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."/>
1726
1727      <EntityType Name="Memory" BaseType="Memory.v1_5_1.Memory"/>
1728    </Schema>
1729
1730    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_6_1">
1731      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1732      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
1733      <EntityType Name="Memory" BaseType="Memory.v1_6_0.Memory"/>
1734    </Schema>
1735
1736    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_6_2">
1737      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1738      <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."/>
1739      <EntityType Name="Memory" BaseType="Memory.v1_6_1.Memory"/>
1740    </Schema>
1741
1742    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_6_3">
1743      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1744      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1745      <EntityType Name="Memory" BaseType="Memory.v1_6_2.Memory"/>
1746    </Schema>
1747
1748    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_6_4">
1749      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1750      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1751      <EntityType Name="Memory" BaseType="Memory.v1_6_3.Memory"/>
1752    </Schema>
1753
1754    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_6_5">
1755      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1756      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1757      <EntityType Name="Memory" BaseType="Memory.v1_6_4.Memory"/>
1758    </Schema>
1759
1760    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_6_6">
1761      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1762      <Annotation Term="OData.Description" String="This version was created to clarify properties reflect the memory device as opposed to generic memory."/>
1763      <EntityType Name="Memory" BaseType="Memory.v1_6_5.Memory"/>
1764    </Schema>
1765
1766    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_6_7">
1767      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1768      <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."/>
1769      <EntityType Name="Memory" BaseType="Memory.v1_6_6.Memory"/>
1770    </Schema>
1771
1772    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_6_8">
1773      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1774      <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`."/>
1775      <EntityType Name="Memory" BaseType="Memory.v1_6_7.Memory"/>
1776    </Schema>
1777
1778    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_6_9">
1779      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1780      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1781      <EntityType Name="Memory" BaseType="Memory.v1_6_8.Memory"/>
1782    </Schema>
1783
1784    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_6_10">
1785      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1786      <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."/>
1787      <EntityType Name="Memory" BaseType="Memory.v1_6_9.Memory"/>
1788    </Schema>
1789
1790    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_7_0">
1791      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1792      <Annotation Term="Redfish.Release" String="2018.3"/>
1793      <Annotation Term="OData.Description" String="This version was created to add `Intel3DXPoint` to the `MemoryMedia` enumeration."/>
1794
1795      <EntityType Name="Memory" BaseType="Memory.v1_6_1.Memory">
1796        <Property Name="SecurityState" Type="Memory.v1_0_0.SecurityStates">
1797          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1798          <Annotation Term="OData.Description" String="The current security state of this memory device."/>
1799          <Annotation Term="OData.LongDescription" String="This property shall contain the current security state of this memory device."/>
1800        </Property>
1801        <Property Name="ConfigurationLocked" Type="Edm.Boolean">
1802          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1803          <Annotation Term="OData.Description" String="An indication of whether the configuration of this memory device is locked and cannot be altered."/>
1804          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the configuration of this memory device is locked and cannot be altered."/>
1805        </Property>
1806      </EntityType>
1807
1808      <ComplexType Name="SecurityCapabilities" BaseType="Memory.v1_0_0.SecurityCapabilities">
1809        <Property Name="ConfigurationLockCapable" Type="Edm.Boolean">
1810          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1811          <Annotation Term="OData.Description" String="An indication of whether this memory device supports the locking, or freezing, of the configuration."/>
1812          <Annotation Term="OData.LongDescription" String="This property shall indicate whether this memory device supports the locking, or freezing, of the configuration."/>
1813        </Property>
1814        <Property Name="DataLockCapable" Type="Edm.Boolean">
1815          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1816          <Annotation Term="OData.Description" String="An indication of whether this memory device supports data locking."/>
1817          <Annotation Term="OData.LongDescription" String="This property shall indicate whether this memory device supports the locking of data access."/>
1818        </Property>
1819        <Property Name="PassphraseLockLimit" Type="Edm.Int64">
1820          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1821          <Annotation Term="OData.Description" String="The maximum number of incorrect passphrase attempts allowed before memory device is locked."/>
1822          <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."/>
1823        </Property>
1824      </ComplexType>
1825    </Schema>
1826
1827    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_7_1">
1828      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1829      <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."/>
1830      <EntityType Name="Memory" BaseType="Memory.v1_7_0.Memory"/>
1831    </Schema>
1832
1833    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_7_2">
1834      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1835      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1836      <EntityType Name="Memory" BaseType="Memory.v1_7_1.Memory"/>
1837    </Schema>
1838
1839    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_7_3">
1840      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1841      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1842      <EntityType Name="Memory" BaseType="Memory.v1_7_2.Memory"/>
1843    </Schema>
1844
1845    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_7_4">
1846      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1847      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1848      <EntityType Name="Memory" BaseType="Memory.v1_7_3.Memory"/>
1849    </Schema>
1850
1851    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_7_5">
1852      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1853      <Annotation Term="OData.Description" String="This version was created to clarify properties reflect the memory device as opposed to generic memory."/>
1854      <EntityType Name="Memory" BaseType="Memory.v1_7_4.Memory"/>
1855    </Schema>
1856
1857    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_7_6">
1858      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1859      <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."/>
1860      <EntityType Name="Memory" BaseType="Memory.v1_7_5.Memory"/>
1861    </Schema>
1862
1863    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_7_7">
1864      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1865      <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`."/>
1866      <EntityType Name="Memory" BaseType="Memory.v1_7_6.Memory"/>
1867    </Schema>
1868
1869    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_7_8">
1870      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1871      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1872      <EntityType Name="Memory" BaseType="Memory.v1_7_7.Memory"/>
1873    </Schema>
1874
1875    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_7_9">
1876      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1877      <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."/>
1878      <EntityType Name="Memory" BaseType="Memory.v1_7_8.Memory"/>
1879    </Schema>
1880
1881    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_8_0">
1882      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1883      <Annotation Term="Redfish.Release" String="2019.2"/>
1884      <Annotation Term="OData.Description" String="This version was created to add a `Reset` action."/>
1885
1886      <EntityType Name="Memory" BaseType="Memory.v1_7_2.Memory"/>
1887    </Schema>
1888
1889    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_8_1">
1890      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1891      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1892      <EntityType Name="Memory" BaseType="Memory.v1_8_0.Memory"/>
1893    </Schema>
1894
1895    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_8_2">
1896      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1897      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1898      <EntityType Name="Memory" BaseType="Memory.v1_8_1.Memory"/>
1899    </Schema>
1900
1901    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_8_3">
1902      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1903      <Annotation Term="OData.Description" String="This version was created to clarify properties reflect the memory device as opposed to generic memory."/>
1904      <EntityType Name="Memory" BaseType="Memory.v1_8_2.Memory"/>
1905    </Schema>
1906
1907    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_8_4">
1908      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1909      <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."/>
1910      <EntityType Name="Memory" BaseType="Memory.v1_8_3.Memory"/>
1911    </Schema>
1912
1913    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_8_5">
1914      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1915      <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`."/>
1916      <EntityType Name="Memory" BaseType="Memory.v1_8_4.Memory"/>
1917    </Schema>
1918
1919    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_8_6">
1920      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1921      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1922      <EntityType Name="Memory" BaseType="Memory.v1_8_5.Memory"/>
1923    </Schema>
1924
1925    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_8_7">
1926      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1927      <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."/>
1928      <EntityType Name="Memory" BaseType="Memory.v1_8_6.Memory"/>
1929    </Schema>
1930
1931    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_9_0">
1932      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1933      <Annotation Term="Redfish.Release" String="2019.4"/>
1934      <Annotation Term="OData.Description" String="This version was created to deprecate the `DeviceLocator` property in favor of the common `ServiceLabel` property within `Location`."/>
1935
1936      <EntityType Name="Memory" BaseType="Memory.v1_8_0.Memory"/>
1937    </Schema>
1938
1939    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_9_1">
1940      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1941      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1942      <EntityType Name="Memory" BaseType="Memory.v1_9_0.Memory"/>
1943    </Schema>
1944
1945    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_9_2">
1946      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1947      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1948      <EntityType Name="Memory" BaseType="Memory.v1_9_1.Memory"/>
1949    </Schema>
1950
1951    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_9_3">
1952      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1953      <Annotation Term="OData.Description" String="This version was created to clarify properties reflect the memory device as opposed to generic memory."/>
1954      <EntityType Name="Memory" BaseType="Memory.v1_9_2.Memory"/>
1955    </Schema>
1956
1957    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_9_4">
1958      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1959      <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."/>
1960      <EntityType Name="Memory" BaseType="Memory.v1_9_3.Memory"/>
1961    </Schema>
1962
1963    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_9_5">
1964      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1965      <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`."/>
1966      <EntityType Name="Memory" BaseType="Memory.v1_9_4.Memory"/>
1967    </Schema>
1968
1969    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_9_6">
1970      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1971      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1972      <EntityType Name="Memory" BaseType="Memory.v1_9_5.Memory"/>
1973    </Schema>
1974
1975    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_9_7">
1976      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1977      <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."/>
1978      <EntityType Name="Memory" BaseType="Memory.v1_9_6.Memory"/>
1979    </Schema>
1980
1981    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_10_0">
1982      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1983      <Annotation Term="Redfish.Release" String="2020.3"/>
1984
1985      <EntityType Name="Memory" BaseType="Memory.v1_9_3.Memory">
1986        <Property Name="LocationIndicatorActive" Type="Edm.Boolean">
1987          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1988          <Annotation Term="OData.Description" String="An indicator allowing an operator to physically locate this resource."/>
1989          <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."/>
1990        </Property>
1991      </EntityType>
1992    </Schema>
1993
1994    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_10_1">
1995      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1996      <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."/>
1997      <EntityType Name="Memory" BaseType="Memory.v1_10_0.Memory"/>
1998    </Schema>
1999
2000    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_10_2">
2001      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2002      <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`."/>
2003      <EntityType Name="Memory" BaseType="Memory.v1_10_1.Memory"/>
2004    </Schema>
2005
2006    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_10_3">
2007      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2008      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
2009      <EntityType Name="Memory" BaseType="Memory.v1_10_2.Memory"/>
2010    </Schema>
2011
2012    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_10_4">
2013      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2014      <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."/>
2015      <EntityType Name="Memory" BaseType="Memory.v1_10_3.Memory"/>
2016    </Schema>
2017
2018    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_11_0">
2019      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2020      <Annotation Term="Redfish.Release" String="2020.4"/>
2021      <Annotation Term="OData.Description" String="This version was created to include the processor memory types to the enumerations of `MemoryDeviceType`."/>
2022
2023      <EntityType Name="Memory" BaseType="Memory.v1_10_1.Memory">
2024        <Property Name="SparePartNumber" Type="Edm.String">
2025          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2026          <Annotation Term="OData.Description" String="The spare part number of the memory."/>
2027          <Annotation Term="OData.LongDescription" String="This property shall contain the spare part number of the memory."/>
2028        </Property>
2029        <Property Name="Model" Type="Edm.String">
2030          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2031          <Annotation Term="OData.Description" String="The product model number of this device."/>
2032          <Annotation Term="OData.LongDescription" String="This property shall indicate the model information as provided by the manufacturer of this memory."/>
2033        </Property>
2034        <NavigationProperty Name="EnvironmentMetrics" Type="EnvironmentMetrics.EnvironmentMetrics" Nullable="false">
2035          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2036          <Annotation Term="OData.Description" String="The link to the environment metrics for this memory."/>
2037          <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."/>
2038          <Annotation Term="OData.AutoExpandReferences"/>
2039        </NavigationProperty>
2040        <NavigationProperty Name="Certificates" Type="CertificateCollection.CertificateCollection" ContainsTarget="true" Nullable="false">
2041          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2042          <Annotation Term="OData.Description" String="The link to a collection of certificates for device identity and attestation."/>
2043          <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."/>
2044          <Annotation Term="OData.AutoExpandReferences"/>
2045        </NavigationProperty>
2046        <Property Name="Measurements" Type="Collection(SoftwareInventory.MeasurementBlock)" Nullable="false">
2047          <Annotation Term="OData.Description" String="An array of DSP0274-defined measurement blocks."/>
2048          <Annotation Term="OData.LongDescription" String="This property shall contain an array of DSP0274-defined measurement blocks."/>
2049          <Annotation Term="Redfish.Revisions">
2050            <Collection>
2051              <Record>
2052                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
2053                <PropertyValue Property="Version" String="v1_14_0"/>
2054                <PropertyValue Property="Description" String="This property has been deprecated in favor of the `ComponentIntegrity` resource."/>
2055              </Record>
2056            </Collection>
2057          </Annotation>
2058        </Property>
2059      </EntityType>
2060
2061      <ComplexType Name="Links" BaseType="Memory.v1_2_0.Links">
2062        <NavigationProperty Name="Processors" Type="Collection(Processor.Processor)">
2063          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2064          <Annotation Term="OData.Description" String="An array of links to the processors associated with this memory device."/>
2065          <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."/>
2066          <Annotation Term="OData.AutoExpandReferences"/>
2067        </NavigationProperty>
2068      </ComplexType>
2069    </Schema>
2070
2071    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_11_1">
2072      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2073      <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`."/>
2074      <EntityType Name="Memory" BaseType="Memory.v1_11_0.Memory"/>
2075    </Schema>
2076
2077    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_11_2">
2078      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2079      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
2080      <EntityType Name="Memory" BaseType="Memory.v1_11_1.Memory"/>
2081    </Schema>
2082
2083    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_11_3">
2084      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2085      <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."/>
2086      <EntityType Name="Memory" BaseType="Memory.v1_11_2.Memory"/>
2087    </Schema>
2088
2089    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_12_0">
2090      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2091      <Annotation Term="Redfish.Release" String="2021.1"/>
2092
2093      <EntityType Name="Memory" BaseType="Memory.v1_11_0.Memory">
2094        <Property Name="Enabled" Type="Edm.Boolean" Nullable="false">
2095          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2096          <Annotation Term="OData.Description" String="An indication of whether this memory is enabled."/>
2097          <Annotation Term="OData.LongDescription" String="The value of this property shall indicate if this memory is enabled."/>
2098        </Property>
2099      </EntityType>
2100    </Schema>
2101
2102    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_12_1">
2103      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2104      <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`."/>
2105      <EntityType Name="Memory" BaseType="Memory.v1_12_0.Memory"/>
2106    </Schema>
2107
2108    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_12_2">
2109      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2110      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
2111      <EntityType Name="Memory" BaseType="Memory.v1_12_1.Memory"/>
2112    </Schema>
2113
2114    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_12_3">
2115      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2116      <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."/>
2117      <EntityType Name="Memory" BaseType="Memory.v1_12_2.Memory"/>
2118    </Schema>
2119
2120    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_13_0">
2121      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2122      <Annotation Term="Redfish.Release" String="2021.2"/>
2123
2124      <EntityType Name="Memory" BaseType="Memory.v1_12_0.Memory">
2125        <NavigationProperty Name="Log" Type="LogService.LogService" ContainsTarget="true" Nullable="false">
2126          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2127          <Annotation Term="OData.Description" String="The link to the log service associated with this memory."/>
2128          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type `LogService`."/>
2129          <Annotation Term="OData.AutoExpandReferences"/>
2130          <Annotation Term="Redfish.URISegment" String="DeviceLog"/>
2131        </NavigationProperty>
2132        <NavigationProperty Name="OperatingSpeedRangeMHz" Type="Control.Control">
2133          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2134          <Annotation Term="Redfish.ExcerptCopy" String="Range"/>
2135          <Annotation Term="OData.Description" String="Range of allowed operating speeds (MHz)."/>
2136          <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`."/>
2137        </NavigationProperty>
2138      </EntityType>
2139    </Schema>
2140
2141    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_13_1">
2142      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2143      <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."/>
2144      <EntityType Name="Memory" BaseType="Memory.v1_13_0.Memory"/>
2145    </Schema>
2146
2147    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_13_2">
2148      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2149      <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`."/>
2150      <EntityType Name="Memory" BaseType="Memory.v1_13_1.Memory"/>
2151    </Schema>
2152
2153    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_13_3">
2154      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2155      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
2156      <EntityType Name="Memory" BaseType="Memory.v1_13_2.Memory"/>
2157    </Schema>
2158
2159    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_13_4">
2160      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2161      <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."/>
2162      <EntityType Name="Memory" BaseType="Memory.v1_13_3.Memory"/>
2163    </Schema>
2164
2165    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_14_0">
2166      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2167      <Annotation Term="Redfish.Release" String="2021.4"/>
2168      <Annotation Term="OData.Description" String="This version was created to deprecate `Measurements` in favor of measurement reporting in the `ComponentIntegrity` resource."/>
2169
2170      <EntityType Name="Memory" BaseType="Memory.v1_13_1.Memory"/>
2171    </Schema>
2172
2173    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_14_1">
2174      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2175      <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`."/>
2176      <EntityType Name="Memory" BaseType="Memory.v1_14_0.Memory"/>
2177    </Schema>
2178
2179    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_14_2">
2180      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2181      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
2182      <EntityType Name="Memory" BaseType="Memory.v1_14_1.Memory"/>
2183    </Schema>
2184
2185    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_14_3">
2186      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2187      <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."/>
2188      <EntityType Name="Memory" BaseType="Memory.v1_14_2.Memory"/>
2189    </Schema>
2190
2191    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_15_0">
2192      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2193      <Annotation Term="Redfish.Release" String="2022.1"/>
2194
2195      <EntityType Name="Memory" BaseType="Memory.v1_14_0.Memory"/>
2196
2197      <ComplexType Name="Links" BaseType="Memory.v1_11_0.Links">
2198        <NavigationProperty Name="Batteries" Type="Collection(Battery.Battery)">
2199          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2200          <Annotation Term="OData.Description" String="The batteries that provide power to this memory device during a power-loss event."/>
2201          <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."/>
2202          <Annotation Term="OData.AutoExpandReferences"/>
2203        </NavigationProperty>
2204      </ComplexType>
2205    </Schema>
2206
2207    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_15_1">
2208      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2209      <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`."/>
2210      <EntityType Name="Memory" BaseType="Memory.v1_15_0.Memory"/>
2211    </Schema>
2212
2213    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_15_2">
2214      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2215      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
2216      <EntityType Name="Memory" BaseType="Memory.v1_15_1.Memory"/>
2217    </Schema>
2218
2219    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_15_3">
2220      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2221      <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."/>
2222      <EntityType Name="Memory" BaseType="Memory.v1_15_2.Memory"/>
2223    </Schema>
2224
2225    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_16_0">
2226      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2227      <Annotation Term="Redfish.Release" String="2022.2"/>
2228      <Annotation Term="OData.Description" String="This version was created to add the ResetToDefaults action."/>
2229
2230      <EntityType Name="Memory" BaseType="Memory.v1_15_0.Memory"/>
2231    </Schema>
2232
2233    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_16_1">
2234      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2235      <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`."/>
2236      <EntityType Name="Memory" BaseType="Memory.v1_16_0.Memory"/>
2237    </Schema>
2238
2239    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_16_2">
2240      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2241      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
2242      <EntityType Name="Memory" BaseType="Memory.v1_16_1.Memory"/>
2243    </Schema>
2244
2245    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_16_3">
2246      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2247      <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."/>
2248      <EntityType Name="Memory" BaseType="Memory.v1_16_2.Memory"/>
2249    </Schema>
2250
2251    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_17_0">
2252      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2253      <Annotation Term="Redfish.Release" String="2022.3"/>
2254      <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."/>
2255
2256      <EntityType Name="Memory" BaseType="Memory.v1_16_0.Memory">
2257        <Property Name="PoisonListMaxMediaErrorRecords" Type="Edm.Int64" Nullable="false">
2258          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2259          <Annotation Term="OData.Description" String="The maximum number of media error records this device can track in its poison list."/>
2260          <Annotation Term="OData.LongDescription" String="This property shall contain the maximum number of media error records this device can track in its poison list."/>
2261        </Property>
2262        <Property Name="CXL" Type="Memory.v1_17_0.CXL" Nullable="false">
2263          <Annotation Term="OData.Description" String="CXL properties for this memory device."/>
2264          <Annotation Term="OData.LongDescription" String="This property shall contain CXL-specific properties for this memory device."/>
2265        </Property>
2266        <Property Name="VolatileSizeLimitMiB" Type="Edm.Int64" Nullable="false">
2267          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2268          <Annotation Term="OData.Description" String="The total volatile memory capacity in mebibytes (MiB)."/>
2269          <Annotation Term="OData.LongDescription" String="This property shall contain the total volatile memory capacity in mebibytes (MiB)."/>
2270          <Annotation Term="Measures.Unit" String="MiBy"/>
2271        </Property>
2272        <Property Name="NonVolatileSizeLimitMiB" Type="Edm.Int64" Nullable="false">
2273          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2274          <Annotation Term="OData.Description" String="The total non-volatile memory capacity in mebibytes (MiB)."/>
2275          <Annotation Term="OData.LongDescription" String="This property shall contain the total non-volatile memory capacity in mebibytes (MiB)."/>
2276          <Annotation Term="Measures.Unit" String="MiBy"/>
2277        </Property>
2278        <Property Name="SecurityStates" Type="Memory.v1_17_0.SecurityStateInfo" Nullable="false">
2279          <Annotation Term="OData.Description" String="The security states of this memory device."/>
2280          <Annotation Term="OData.LongDescription" String="This property shall contain the security states of this memory device."/>
2281        </Property>
2282        <Property Name="HealthData" Type="Memory.v1_17_0.HealthData" Nullable="false">
2283         <Annotation Term="OData.Description" String="The health data of this memory device."/>
2284         <Annotation Term="OData.LongDescription" String="This property shall contain the health data of this memory device."/>
2285        </Property>
2286      </EntityType>
2287
2288      <ComplexType Name="Links" BaseType="Memory.v1_15_0.Links">
2289        <NavigationProperty Name="Endpoints" Type="Collection(Endpoint.Endpoint)">
2290          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2291          <Annotation Term="OData.Description" String="An array of links to the endpoints associated with this memory."/>
2292          <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."/>
2293          <Annotation Term="OData.AutoExpandReferences"/>
2294        </NavigationProperty>
2295        <NavigationProperty Name="MemoryMediaSources" Type="Collection(MemoryChunks.MemoryChunks)">
2296          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2297          <Annotation Term="OData.Description" String="An array of memory chunks providing media for this memory."/>
2298          <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."/>
2299          <Annotation Term="OData.AutoExpandReferences"/>
2300        </NavigationProperty>
2301      </ComplexType>
2302
2303      <ComplexType Name="CXL">
2304        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
2305        <Annotation Term="OData.Description" String="CXL properties for a memory device."/>
2306        <Annotation Term="OData.LongDescription" String="This type shall contain CXL-specific properties for a memory device."/>
2307        <Property Name="LabelStorageSizeBytes" Type="Edm.Int64" Nullable="false">
2308          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2309          <Annotation Term="OData.Description" String="The size of the label storage area in bytes of this memory device."/>
2310          <Annotation Term="OData.LongDescription" String="This property shall contain the size of the label storage area in bytes of this memory device."/>
2311          <Annotation Term="Measures.Unit" String="By"/>
2312        </Property>
2313        <Property Name="StagedVolatileSizeMiB" Type="Edm.Int64" Nullable="false">
2314          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2315          <Annotation Term="OData.Description" String="Total device volatile memory capacity in MiB staged for next activation.  This value is in multiples of 256 MiB."/>
2316          <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."/>
2317          <Annotation Term="Measures.Unit" String="MiBy"/>
2318        </Property>
2319        <Property Name="StagedNonVolatileSizeMiB" Type="Edm.Int64" Nullable="false">
2320          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2321          <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."/>
2322          <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."/>
2323          <Annotation Term="Measures.Unit" String="MiBy"/>
2324        </Property>
2325      </ComplexType>
2326
2327      <ComplexType Name="RegionSet" BaseType="Memory.v1_5_0.RegionSet">
2328        <Property Name="MasterPassphraseEnabled" Type="Edm.Boolean">
2329          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2330          <Annotation Term="OData.Description" String="An indication of whether the master passphrase is enabled for this region."/>
2331          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the master passphrase is enabled for this region."/>
2332        </Property>
2333      </ComplexType>
2334
2335      <ComplexType Name="SecurityStateInfo">
2336        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
2337        <Annotation Term="OData.Description" String="The security states of a memory device."/>
2338        <Annotation Term="OData.LongDescription" String="This type shall contain the security states of a memory device."/>
2339        <Property Name="UserPassphraseAttemptCountReached" Type="Edm.Boolean">
2340          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2341          <Annotation Term="OData.Description" String="An indication of whether an incorrect user passphrase attempt count has been reached."/>
2342          <Annotation Term="OData.LongDescription" String="This property shall indicate whether an incorrect user passphrase attempt count has been reached."/>
2343        </Property>
2344        <Property Name="MasterPassphraseAttemptCountReached" Type="Edm.Boolean">
2345          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2346          <Annotation Term="OData.Description" String="An indication of whether an incorrect master passphrase attempt count has been reached."/>
2347          <Annotation Term="OData.LongDescription" String="This property shall indicate whether an incorrect master passphrase attempt count has been reached."/>
2348        </Property>
2349      </ComplexType>
2350
2351      <ComplexType Name="HealthData">
2352        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
2353        <Annotation Term="OData.Description" String="The health data of a memory device."/>
2354        <Annotation Term="OData.LongDescription" String="This type shall contain the health data of a memory device."/>
2355        <Property Name="PredictedMediaLifeLeftPercent" Type="Edm.Decimal">
2356          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2357          <Annotation Term="OData.Description" String="The current health of the memory device as a percentage."/>
2358          <Annotation Term="OData.LongDescription" String="This property shall contain the current health of the memory device as a percentage, `0` to `100`."/>
2359          <Annotation Term="Measures.Unit" String="%"/>
2360          <Annotation Term="Validation.Minimum" Int="0"/>
2361          <Annotation Term="Validation.Maximum" Int="100"/>
2362          <Annotation Term="Redfish.Revisions">
2363            <Collection>
2364              <Record>
2365                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
2366                <PropertyValue Property="Version" String="v1_19_0"/>
2367                <PropertyValue Property="Description" String="This property has been deprecated in favor of `PredictedMediaLifeLeftPercent` in the `MemoryMetrics` resource."/>
2368              </Record>
2369            </Collection>
2370          </Annotation>
2371        </Property>
2372      </ComplexType>
2373    </Schema>
2374
2375    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_17_1">
2376      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2377      <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`."/>
2378      <EntityType Name="Memory" BaseType="Memory.v1_17_0.Memory"/>
2379    </Schema>
2380
2381    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_17_2">
2382      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2383      <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."/>
2384      <EntityType Name="Memory" BaseType="Memory.v1_17_1.Memory"/>
2385    </Schema>
2386
2387    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_17_3">
2388      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2389      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
2390      <EntityType Name="Memory" BaseType="Memory.v1_17_2.Memory"/>
2391    </Schema>
2392
2393    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_17_4">
2394      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2395      <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."/>
2396      <EntityType Name="Memory" BaseType="Memory.v1_17_3.Memory"/>
2397    </Schema>
2398
2399    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_18_0">
2400      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2401      <Annotation Term="Redfish.Release" String="2023.2"/>
2402
2403      <EntityType Name="Memory" BaseType="Memory.v1_17_2.Memory"/>
2404
2405      <ComplexType Name="Links" BaseType="Memory.v1_17_0.Links">
2406        <NavigationProperty Name="MemoryRegionMediaSources" Type="Collection(MemoryRegion.MemoryRegion)">
2407          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2408          <Annotation Term="OData.Description" String="An array of memory regions providing media for this memory."/>
2409          <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."/>
2410          <Annotation Term="OData.AutoExpandReferences"/>
2411        </NavigationProperty>
2412      </ComplexType>
2413    </Schema>
2414
2415    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_18_1">
2416      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2417      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
2418      <EntityType Name="Memory" BaseType="Memory.v1_18_0.Memory"/>
2419    </Schema>
2420
2421    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_18_2">
2422      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2423      <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."/>
2424      <EntityType Name="Memory" BaseType="Memory.v1_18_1.Memory"/>
2425    </Schema>
2426
2427    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_19_0">
2428      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2429      <Annotation Term="Redfish.Release" String="2023.3"/>
2430      <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`."/>
2431
2432      <EntityType Name="Memory" BaseType="Memory.v1_18_1.Memory"/>
2433    </Schema>
2434
2435    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_19_1">
2436      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2437      <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."/>
2438      <EntityType Name="Memory" BaseType="Memory.v1_19_0.Memory"/>
2439    </Schema>
2440
2441    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_20_0">
2442      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2443      <Annotation Term="Redfish.Release" String="2024.1"/>
2444      <Annotation Term="OData.Description" String="This version was created to add `Cache` to `MemoryType`."/>
2445
2446      <EntityType Name="Memory" BaseType="Memory.v1_19_1.Memory">
2447        <Property Name="CacheLevel" Type="Edm.Int64" Nullable="false">
2448          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2449          <Annotation Term="OData.Description" String="The level of the cache memory."/>
2450          <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`."/>
2451        </Property>
2452        <Property Name="PowerManagementICManufacturerID" Type="Edm.String">
2453          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2454          <Annotation Term="OData.Description" String="The manufacturer ID of the Power Management Integrated Controller on this memory device."/>
2455          <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."/>
2456          <Annotation Term="Validation.Pattern" String="^0[xX](([a-fA-F]|[0-9]){2}){2}$"/>
2457        </Property>
2458        <Property Name="PowerManagementICRevisionID" Type="Edm.String">
2459          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2460          <Annotation Term="OData.Description" String="The revision ID of the Power Management Integrated Controller on this memory device."/>
2461          <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."/>
2462          <Annotation Term="Validation.Pattern" String="^0[xX](([a-fA-F]|[0-9]){2}){2}$"/>
2463        </Property>
2464      </EntityType>
2465    </Schema>
2466
2467  </edmx:DataServices>
2468</edmx:Edmx>
2469