blob: 7f4a66a4f649b37a8cd0c4392bd85fe1bf662a91 [file] [log] [blame]
Jason M. Billsea4aa752018-06-05 13:29:11 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
Ed Tanousf263e092023-05-22 09:56:29 -07004<!--# Redfish Schema: Memory v1.17.1 -->
Jason M. Billsea4aa752018-06-05 13:29:11 -07005<!--# -->
6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle, -->
7<!--# available at http://www.dmtf.org/standards/redfish -->
Ed Tanousf263e092023-05-22 09:56:29 -07008<!--# Copyright 2014-2023 DMTF. -->
Jason M. Billsea4aa752018-06-05 13:29:11 -07009<!--# 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>
Ed Tanous530520e2019-01-02 13:41:37 -080017 <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>
Jason M. Billsea4aa752018-06-05 13:29:11 -070020 <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>
Jason M. Billsea4aa752018-06-05 13:29:11 -070031 <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>
Gunnar Mills262d7d42021-01-20 16:28:41 -060040 <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>
Gunnar Mills9d424662021-09-22 21:56:16 -050052 <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>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -080058 <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>
Ed Tanoused761212022-09-23 15:03:29 -070064 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Battery_v1.xml">
65 <edmx:Include Namespace="Battery"/>
66 </edmx:Reference>
Jason M. Billsea4aa752018-06-05 13:29:11 -070067
68 <edmx:DataServices>
69
70 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory">
71 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
72
73 <EntityType Name="Memory" BaseType="Resource.v1_0_0.Resource" Abstract="true">
Ed Tanousf263e092023-05-22 09:56:29 -070074 <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."/>
75 <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`."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070076 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
77 <Annotation Term="Capabilities.InsertRestrictions">
78 <Record>
79 <PropertyValue Property="Insertable" Bool="false"/>
80 </Record>
81 </Annotation>
82 <Annotation Term="Capabilities.UpdateRestrictions">
83 <Record>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -050084 <PropertyValue Property="Updatable" Bool="true"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070085 </Record>
86 </Annotation>
87 <Annotation Term="Capabilities.DeleteRestrictions">
88 <Record>
89 <PropertyValue Property="Deletable" Bool="false"/>
90 </Record>
91 </Annotation>
Ed Tanous530520e2019-01-02 13:41:37 -080092 <Annotation Term="Redfish.Uris">
93 <Collection>
94 <String>/redfish/v1/Systems/{ComputerSystemId}/Memory/{MemoryId}</String>
Gunnar Mills09b9d452020-02-11 13:27:39 -060095 <String>/redfish/v1/Chassis/{ChassisId}/Memory/{MemoryId}</String>
Ed Tanous530520e2019-01-02 13:41:37 -080096 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Memory/{MemoryId}</String>
97 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Memory/{MemoryId}</String>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060098 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Memory/{MemoryId}</String>
99 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Memory/{MemoryId}</String>
Ed Tanous530520e2019-01-02 13:41:37 -0800100 </Collection>
101 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700102 </EntityType>
103
104 <Action Name="UnlockUnit" IsBound="true">
Ed Tanouscb103132019-10-08 11:34:22 -0700105 <Annotation Term="OData.Description" String="This contains the action for unlocking given regions."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700106 <Annotation Term="OData.LongDescription" String="This action shall apply the supplied passphrase to the supplied region for the purpose of unlocking the given regions."/>
107 <Parameter Name="Memory" Type="Memory.v1_0_0.Actions"/>
108 <Parameter Name="RegionId" Type="Edm.String" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700109 <Annotation Term="OData.Description" String="The memory region ID to which to apply this action."/>
110 <Annotation Term="OData.LongDescription" String="This property shall contain the memory region ID to which to apply this action."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700111 </Parameter>
112 <Parameter Name="Passphrase" Type="Edm.String" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700113 <Annotation Term="OData.Description" String="The passphrase required to complete the operation."/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600114 <Annotation Term="OData.LongDescription" String="This property shall contain the passphrase required to complete this action."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700115 </Parameter>
116 </Action>
117
118 <Action Name="SecureEraseUnit" IsBound="true">
Gunnar Millsa778c022020-05-12 12:20:36 -0500119 <Annotation Term="OData.Description" String="This contains the action for securely erasing given regions using the NIST SP800-88 Purge: Cryptographic Erase."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700120 <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."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800121 <Parameter Name="Memory" Type="Memory.v1_0_0.Actions"/>
122 <Parameter Name="RegionId" Type="Edm.String" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700123 <Annotation Term="OData.Description" String="The memory region ID to which to apply this action."/>
124 <Annotation Term="OData.LongDescription" String="This property shall contain the memory region ID to which to apply this action."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800125 </Parameter>
126 <Parameter Name="Passphrase" Type="Edm.String" Nullable="false">
127 <Annotation Term="OData.Description" String="Passphrase for doing the operation."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700128 <Annotation Term="OData.LongDescription" String="This property shall contain the passphrase used in this action."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800129 </Parameter>
130 </Action>
131
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800132 <Action Name="FreezeSecurityState" IsBound="true">
133 <Annotation Term="OData.Description" String="Freezes the security state of the memory device."/>
134 <Annotation Term="OData.LongDescription" String="This action shall freeze the security state of the memory device."/>
135 <Parameter Name="Memory" Type="Memory.v1_0_0.Actions"/>
136 <Annotation Term="Redfish.Revisions">
137 <Collection>
138 <Record>
139 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
140 <PropertyValue Property="Version" String="v1_17_0"/>
141 </Record>
142 </Collection>
143 </Annotation>
144 </Action>
145
146 <Action Name="ScanMedia" IsBound="true">
147 <Annotation Term="OData.Description" String="Scans the media of the memory device."/>
148 <Annotation Term="OData.LongDescription" String="This action shall scan the media of the memory device."/>
149 <Parameter Name="Memory" Type="Memory.v1_0_0.Actions"/>
150 <Parameter Name="PhysicalAddress" Type="Edm.String" Nullable="false">
151 <Annotation Term="OData.Description" String="The starting device physical address to scan as a hex-encoded string."/>
152 <Annotation Term="OData.LongDescription" String="This parameter shall contain the starting device physical address to scan as a hex-encoded string."/>
153 <Annotation Term="Validation.Pattern" String="^0x[0-9a-fA-F]+$"/>
154 </Parameter>
155 <Parameter Name="Length" Type="Edm.Int64" Nullable="false">
156 <Annotation Term="OData.Description" String="The length of the target region to scan in bytes from the physical address."/>
157 <Annotation Term="OData.LongDescription" String="This parameter shall contain the length of the target region to scan in bytes from the PhysicalAddress parameter."/>
158 </Parameter>
159 <Parameter Name="NoEventLog" Type="Edm.Boolean">
160 <Annotation Term="OData.Description" String="Indicates whether events related to the media scan are not logged."/>
161 <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`."/>
162 </Parameter>
163 <Annotation Term="Redfish.Revisions">
164 <Collection>
165 <Record>
166 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
167 <PropertyValue Property="Version" String="v1_17_0"/>
168 </Record>
169 </Collection>
170 </Annotation>
171 </Action>
172
173 <Action Name="InjectPersistentPoison" IsBound="true">
174 <Annotation Term="OData.Description" String="Injects poison to a specific persistent memory address in the memory device."/>
175 <Annotation Term="OData.LongDescription" String="This action shall inject poison to a specific persistent memory address in the memory device."/>
176 <Parameter Name="Memory" Type="Memory.v1_0_0.Actions"/>
177 <Parameter Name="PhysicalAddress" Type="Edm.String" Nullable="false">
178 <Annotation Term="OData.Description" String="The device persistent physical address in which to perform a poison injection as a hex-encoded string."/>
179 <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."/>
180 <Annotation Term="Validation.Pattern" String="^0x[0-9a-fA-F]+$"/>
181 </Parameter>
182 <Annotation Term="Redfish.Revisions">
183 <Collection>
184 <Record>
185 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
186 <PropertyValue Property="Version" String="v1_17_0"/>
187 </Record>
188 </Collection>
189 </Annotation>
190 </Action>
191
Ed Tanous530520e2019-01-02 13:41:37 -0800192 <Action Name="OverwriteUnit" IsBound="true">
Ed Tanouscb103132019-10-08 11:34:22 -0700193 <Annotation Term="OData.Description" String="This contains the action for securely erasing given regions using the NIST SP800-88 Purge: Overwrite."/>
194 <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."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600195 <Annotation Term="Redfish.Revisions">
196 <Collection>
197 <Record>
198 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
199 <PropertyValue Property="Version" String="v1_6_0"/>
200 </Record>
201 </Collection>
202 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700203 <Parameter Name="Memory" Type="Memory.v1_0_0.Actions"/>
204 <Parameter Name="RegionId" Type="Edm.String" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700205 <Annotation Term="OData.Description" String="The memory region ID to which to apply this action."/>
206 <Annotation Term="OData.LongDescription" String="This property shall contain the memory region ID to which to apply this action."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700207 </Parameter>
208 <Parameter Name="Passphrase" Type="Edm.String" Nullable="false">
209 <Annotation Term="OData.Description" String="Passphrase for doing the operation."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700210 <Annotation Term="OData.LongDescription" String="This property shall contain the passphrase used in this action."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700211 </Parameter>
212 </Action>
213
214 <Action Name="SetPassphrase" IsBound="true">
215 <Annotation Term="OData.Description" String="Set passphrase for the given regions."/>
216 <Annotation Term="OData.LongDescription" String="This action shall apply the supplied passphrase to the supplied region."/>
217 <Parameter Name="Memory" Type="Memory.v1_0_0.Actions"/>
218 <Parameter Name="RegionId" Type="Edm.String" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700219 <Annotation Term="OData.Description" String="The memory region ID to which to apply this action."/>
220 <Annotation Term="OData.LongDescription" String="This property shall contain the memory region ID to which to apply this action."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700221 </Parameter>
222 <Parameter Name="Passphrase" Type="Edm.String" Nullable="false">
223 <Annotation Term="OData.Description" String="Passphrase for doing the operation."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700224 <Annotation Term="OData.LongDescription" String="This property shall contain the passphrase used in this action."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700225 </Parameter>
226 </Action>
227
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800228 <Action Name="SetMasterPassphrase" IsBound="true">
229 <Annotation Term="OData.Description" String="Sets the master passphrase for the given region."/>
230 <Annotation Term="OData.LongDescription" String="This action shall set the supplied master passphrase to the supplied region."/>
231 <Parameter Name="Memory" Type="Memory.v1_0_0.Actions"/>
232 <Parameter Name="RegionId" Type="Edm.String" Nullable="false">
233 <Annotation Term="OData.Description" String="The memory region ID to which to apply the master passphrase."/>
234 <Annotation Term="OData.LongDescription" String="This parameter shall contain the memory region ID to which to apply the master passphrase."/>
235 </Parameter>
236 <Parameter Name="Passphrase" Type="Edm.String" Nullable="false">
237 <Annotation Term="OData.Description" String="The master passphrase to set for the specified region."/>
238 <Annotation Term="OData.LongDescription" String="This parameter shall contain the master passphrase to set for the specified region."/>
239 </Parameter>
240 <Annotation Term="Redfish.Revisions">
241 <Collection>
242 <Record>
243 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
244 <PropertyValue Property="Version" String="v1_17_0"/>
245 </Record>
246 </Collection>
247 </Annotation>
248 </Action>
249
Jason M. Billsea4aa752018-06-05 13:29:11 -0700250 <Action Name="DisablePassphrase" IsBound="true">
251 <Annotation Term="OData.Description" String="Disable passphrase for given regions."/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600252 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700253 <Parameter Name="Memory" Type="Memory.v1_0_0.Actions"/>
254 <Parameter Name="RegionId" Type="Edm.String" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700255 <Annotation Term="OData.Description" String="The memory region ID to which to apply this action."/>
256 <Annotation Term="OData.LongDescription" String="This property shall contain the memory region ID to which to apply this action."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700257 </Parameter>
258 <Parameter Name="Passphrase" Type="Edm.String" Nullable="false">
259 <Annotation Term="OData.Description" String="Passphrase for doing the operation."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700260 <Annotation Term="OData.LongDescription" String="This property shall contain the passphrase used in this action."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700261 </Parameter>
262 </Action>
Ed Tanouscb103132019-10-08 11:34:22 -0700263
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800264 <Action Name="DisableMasterPassphrase" IsBound="true">
265 <Annotation Term="OData.Description" String="Disables the master passphrase for given region."/>
266 <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."/>
267 <Parameter Name="Memory" Type="Memory.v1_0_0.Actions"/>
268 <Parameter Name="RegionId" Type="Edm.String" Nullable="false">
269 <Annotation Term="OData.Description" String="The memory region ID to which to disable the master passphrase."/>
270 <Annotation Term="OData.LongDescription" String="This parameter shall contain the memory region ID to which to disable the master passphrase."/>
271 </Parameter>
272 <Parameter Name="Passphrase" Type="Edm.String" Nullable="false">
273 <Annotation Term="OData.Description" String="The master passphrase for the specified region."/>
274 <Annotation Term="OData.LongDescription" String="This parameter shall contain the master passphrase for the specified region."/>
275 </Parameter>
276 <Annotation Term="Redfish.Revisions">
277 <Collection>
278 <Record>
279 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
280 <PropertyValue Property="Version" String="v1_17_0"/>
281 </Record>
282 </Collection>
283 </Annotation>
284 </Action>
285
Ed Tanouscb103132019-10-08 11:34:22 -0700286 <Action Name="Reset" IsBound="true">
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500287 <Annotation Term="OData.Description" String="This action resets this memory device."/>
288 <Annotation Term="OData.LongDescription" String="This action shall reset this memory device."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700289 <Parameter Name="Memory" Type="Memory.v1_0_0.Actions"/>
290 <Parameter Name="ResetType" Type="Resource.ResetType">
291 <Annotation Term="OData.Description" String="The type of reset."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500292 <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."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700293 </Parameter>
Ed Tanouscb103132019-10-08 11:34:22 -0700294 <Annotation Term="Redfish.Revisions">
295 <Collection>
296 <Record>
297 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
298 <PropertyValue Property="Version" String="v1_8_0"/>
299 </Record>
300 </Collection>
301 </Annotation>
302 </Action>
Asmitha Karunanithi009c6452022-09-22 01:07:59 -0500303
304 <Action Name="ResetToDefaults" IsBound="true">
305 <Annotation Term="OData.Description" String="The action resets the values of writable properties to factory defaults."/>
306 <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."/>
307 <Parameter Name="Memory" Type="Memory.v1_0_0.Actions"/>
308 <Annotation Term="Redfish.Revisions">
309 <Collection>
310 <Record>
311 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
312 <PropertyValue Property="Version" String="v1_16_0"/>
313 </Record>
314 </Collection>
315 </Annotation>
316 </Action>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700317 </Schema>
318
319 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_0_0">
320 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600321 <Annotation Term="Redfish.Release" String="2016.1"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700322
323 <EntityType Name="Memory" BaseType="Memory.Memory">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700324 <Property Name="MemoryType" Type="Memory.v1_0_0.MemoryType">
325 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500326 <Annotation Term="OData.Description" String="The type of memory device."/>
327 <Annotation Term="OData.LongDescription" String="This property shall contain the type of memory device that this resource represents."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700328 </Property>
329 <Property Name="MemoryDeviceType" Type="Memory.v1_0_0.MemoryDeviceType">
330 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500331 <Annotation Term="OData.Description" String="Type details of the memory device."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700332 <Annotation Term="OData.LongDescription" String="This property shall contain the Memory Device Type as defined by SMBIOS."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700333 </Property>
334 <Property Name="BaseModuleType" Type="Memory.v1_0_0.BaseModuleType">
335 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500336 <Annotation Term="OData.Description" String="The base module type of the memory device."/>
337 <Annotation Term="OData.LongDescription" String="This property shall contain the base module type of the memory device."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700338 </Property>
339 <Property Name="MemoryMedia" Type="Collection(Memory.v1_0_0.MemoryMedia)" Nullable="false">
340 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500341 <Annotation Term="OData.Description" String="Media of this memory device."/>
342 <Annotation Term="OData.LongDescription" String="This property shall contain the media types of this memory device."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700343 </Property>
344 <Property Name="CapacityMiB" Type="Edm.Int64">
345 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700346 <Annotation Term="OData.Description" String="Memory capacity in mebibytes (MiB)."/>
347 <Annotation Term="OData.LongDescription" String="This property shall contain the memory capacity in MiB."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700348 <Annotation Term="Measures.Unit" String="MiBy"/>
349 </Property>
350 <Property Name="DataWidthBits" Type="Edm.Int64">
351 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700352 <Annotation Term="OData.Description" String="Data width in bits."/>
353 <Annotation Term="OData.LongDescription" String="This property shall contain the data width in bits."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700354 </Property>
355 <Property Name="BusWidthBits" Type="Edm.Int64">
356 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700357 <Annotation Term="OData.Description" String="The bus width, in bits."/>
358 <Annotation Term="OData.LongDescription" String="This property shall contain the bus width, in bits."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700359 </Property>
360 <Property Name="Manufacturer" Type="Edm.String">
361 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500362 <Annotation Term="OData.Description" String="The memory device manufacturer."/>
363 <Annotation Term="OData.LongDescription" String="This property shall contain the manufacturer of the memory device."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700364 </Property>
365 <Property Name="SerialNumber" Type="Edm.String">
366 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
367 <Annotation Term="OData.Description" String="The product serial number of this device."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500368 <Annotation Term="OData.LongDescription" String="This property shall indicate the serial number as provided by the manufacturer of this memory device."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700369 </Property>
370 <Property Name="PartNumber" Type="Edm.String">
371 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
372 <Annotation Term="OData.Description" String="The product part number of this device."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500373 <Annotation Term="OData.LongDescription" String="This property shall indicate the part number as provided by the manufacturer of this memory device."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700374 </Property>
375 <Property Name="AllowedSpeedsMHz" Type="Collection(Edm.Int64)" Nullable="false">
376 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500377 <Annotation Term="OData.Description" String="Speeds supported by this memory device."/>
378 <Annotation Term="OData.LongDescription" String="This property shall contain the speed supported by this memory device."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800379 <Annotation Term="Measures.Unit" String="MHz"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700380 </Property>
381 <Property Name="FirmwareRevision" Type="Edm.String">
382 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700383 <Annotation Term="OData.Description" String="Revision of firmware on the memory controller."/>
384 <Annotation Term="OData.LongDescription" String="This property shall contain the revision of firmware on the memory controller."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700385 </Property>
386 <Property Name="FirmwareApiVersion" Type="Edm.String">
387 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
388 <Annotation Term="OData.Description" String="Version of API supported by the firmware."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700389 <Annotation Term="OData.LongDescription" String="This property shall contain the version of API supported by the firmware."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700390 </Property>
391 <Property Name="FunctionClasses" Type="Collection(Edm.String)" Nullable="false">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700392 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500393 <Annotation Term="OData.Description" String="Function classes by the memory device."/>
394 <Annotation Term="OData.LongDescription" String="This property shall contain the function classes by the memory device."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600395 <Annotation Term="Redfish.Revisions">
396 <Collection>
397 <Record>
398 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
399 <PropertyValue Property="Version" String="v1_3_0"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500400 <PropertyValue Property="Description" String="This property has been deprecated in favor of OperatingMemoryModes at the root of the resource, or MemoryClassification found within RegionSet."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600401 </Record>
402 </Collection>
403 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700404 </Property>
405 <Property Name="VendorID" Type="Edm.String">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700406 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
407 <Annotation Term="OData.Description" String="Vendor ID."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500408 <Annotation Term="OData.LongDescription" String="This property shall contain the vendor ID of the memory device."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600409 <Annotation Term="Redfish.Revisions">
410 <Collection>
411 <Record>
412 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
413 <PropertyValue Property="Version" String="v1_3_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700414 <PropertyValue Property="Description" String="This property has been deprecated in favor of ModuleManufacturerID."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600415 </Record>
416 </Collection>
417 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700418 </Property>
419 <Property Name="DeviceID" Type="Edm.String">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700420 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
421 <Annotation Term="OData.Description" String="Device ID."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500422 <Annotation Term="OData.LongDescription" String="This property shall contain the device ID of the memory device."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600423 <Annotation Term="Redfish.Revisions">
424 <Collection>
425 <Record>
426 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
427 <PropertyValue Property="Version" String="v1_3_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700428 <PropertyValue Property="Description" String="This property has been deprecated in favor of ModuleProductID."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600429 </Record>
430 </Collection>
431 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700432 </Property>
433 <Property Name="SubsystemVendorID" Type="Edm.String">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700434 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700435 <Annotation Term="OData.Description" String="SubSystem vendor ID."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500436 <Annotation Term="OData.LongDescription" String="This property shall contain the subsystem vendor ID of the memory device."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600437 <Annotation Term="Redfish.Revisions">
438 <Collection>
439 <Record>
440 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
441 <PropertyValue Property="Version" String="v1_3_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700442 <PropertyValue Property="Description" String="This property has been deprecated in favor of MemorySubsystemControllerManufacturerID."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600443 </Record>
444 </Collection>
445 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700446 </Property>
447 <Property Name="SubsystemDeviceID" Type="Edm.String">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700448 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700449 <Annotation Term="OData.Description" String="Subsystem device ID."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500450 <Annotation Term="OData.LongDescription" String="This property shall contain the subsystem device ID of the memory device."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600451 <Annotation Term="Redfish.Revisions">
452 <Collection>
453 <Record>
454 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
455 <PropertyValue Property="Version" String="v1_3_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700456 <PropertyValue Property="Description" String="This property has been deprecated in favor of MemorySubsystemControllerProductID."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600457 </Record>
458 </Collection>
459 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700460 </Property>
461 <Property Name="MaxTDPMilliWatts" Type="Collection(Edm.Int64)" Nullable="false">
462 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500463 <Annotation Term="OData.Description" String="Set of maximum power budgets supported by the memory device in milliwatts."/>
464 <Annotation Term="OData.LongDescription" String="This property shall contain an array of maximum power budgets supported by the memory device in milliwatts."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800465 <Annotation Term="Measures.Unit" String="mW"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700466 </Property>
467 <Property Name="SecurityCapabilities" Type="Memory.v1_0_0.SecurityCapabilities" Nullable="false">
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500468 <Annotation Term="OData.Description" String="Security capabilities of the memory device."/>
469 <Annotation Term="OData.LongDescription" String="This property shall contain properties that describe the security capabilities of the memory device."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700470 </Property>
471 <Property Name="SpareDeviceCount" Type="Edm.Int64">
472 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500473 <Annotation Term="OData.Description" String="Number of unused spare devices available in the memory device."/>
474 <Annotation Term="OData.LongDescription" String="This property shall contain the number of unused spare devices available in the memory device. If memory devices fails, the spare device could be used."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700475 </Property>
476 <Property Name="RankCount" Type="Edm.Int64">
477 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500478 <Annotation Term="OData.Description" String="Number of ranks available in the memory device."/>
479 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700480 </Property>
481 <Property Name="DeviceLocator" Type="Edm.String">
482 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500483 <Annotation Term="OData.Description" String="Location of the memory device in the platform."/>
484 <Annotation Term="OData.LongDescription" String="This property shall contain location of the memory device in the platform, typically marked in the silk screen."/>
Gunnar Mills09b9d452020-02-11 13:27:39 -0600485 <Annotation Term="Redfish.Revisions">
486 <Collection>
487 <Record>
488 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
489 <PropertyValue Property="Version" String="v1_9_0"/>
490 <PropertyValue Property="Description" String="This property has been deprecated in favor of the ServiceLabel property within Location."/>
491 </Record>
492 </Collection>
493 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700494 </Property>
495 <Property Name="MemoryLocation" Type="Memory.v1_0_0.MemoryLocation" Nullable="false">
496 <Annotation Term="OData.Description" String="Memory connection information to sockets and memory controllers."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700497 <Annotation Term="OData.LongDescription" String="This object shall contain properties that describe the memory connection information to sockets and memory controllers."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700498 </Property>
499 <Property Name="ErrorCorrection" Type="Memory.v1_0_0.ErrorCorrection">
500 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500501 <Annotation Term="OData.Description" String="Error correction scheme supported for this memory device."/>
502 <Annotation Term="OData.LongDescription" String="This property shall contain the error correction scheme supported for this memory device."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700503 </Property>
504 <Property Name="OperatingSpeedMhz" Type="Edm.Int64">
505 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500506 <Annotation Term="OData.Description" String="Operating speed of the memory device in MHz or MT/s as appropriate."/>
507 <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."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800508 <Annotation Term="Measures.Unit" String="MHz"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700509 </Property>
510 <Property Name="VolatileRegionSizeLimitMiB" Type="Edm.Int64">
511 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
512 <Annotation Term="OData.Description" String="Total size of volatile regions in mebibytes (MiB)."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700513 <Annotation Term="OData.LongDescription" String="This property shall contain the total size of volatile regions in MiB."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800514 <Annotation Term="Measures.Unit" String="MiBy"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700515 </Property>
516 <Property Name="PersistentRegionSizeLimitMiB" Type="Edm.Int64">
517 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
518 <Annotation Term="OData.Description" String="Total size of persistent regions in mebibytes (MiB)."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700519 <Annotation Term="OData.LongDescription" String="This property shall contain the total size of persistent regions in MiB."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800520 <Annotation Term="Measures.Unit" String="MiBy"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700521 </Property>
522 <Property Name="Regions" Type="Collection(Memory.v1_0_0.RegionSet)" Nullable="false">
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500523 <Annotation Term="OData.Description" String="Memory regions information within the memory device."/>
524 <Annotation Term="OData.LongDescription" String="This property shall contain the memory region information within the memory device."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700525 </Property>
526 <Property Name="OperatingMemoryModes" Type="Collection(Memory.v1_0_0.OperatingMemoryModes)" Nullable="false">
527 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500528 <Annotation Term="OData.Description" String="Memory modes supported by the memory device."/>
529 <Annotation Term="OData.LongDescription" String="This property shall contain the memory modes supported by the memory device."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700530 </Property>
531 <Property Name="PowerManagementPolicy" Type="Memory.v1_0_0.PowerManagementPolicy" Nullable="false">
532 <Annotation Term="OData.Description" String="Power management policy information."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500533 <Annotation Term="OData.LongDescription" String="This object shall contain properties that describe the power management policy for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700534 </Property>
535 <Property Name="IsSpareDeviceEnabled" Type="Edm.Boolean" DefaultValue="false">
536 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500537 <Annotation Term="OData.Description" String="An indication of whether a spare device is enabled for this memory device."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700538 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the spare device is enabled."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700539 </Property>
540 <Property Name="IsRankSpareEnabled" Type="Edm.Boolean" DefaultValue="false">
541 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500542 <Annotation Term="OData.Description" String="An indication of whether rank spare is enabled for this memory device."/>
543 <Annotation Term="OData.LongDescription" String="This property shall indicate whether rank spare is enabled for this memory device."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700544 </Property>
545 <NavigationProperty Name="Metrics" Type="MemoryMetrics.MemoryMetrics" ContainsTarget="true" Nullable="false">
546 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500547 <Annotation Term="OData.Description" String="The link to the metrics associated with this memory device."/>
548 <Annotation Term="OData.LongDescription" String="The link to the metrics associated with this memory device."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700549 <Annotation Term="OData.AutoExpandReferences"/>
Ed Tanousf263e092023-05-22 09:56:29 -0700550 <Annotation Term="Redfish.URISegment" String="MemoryMetrics"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700551 </NavigationProperty>
552 <Property Name="Actions" Type="Memory.v1_0_0.Actions" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500553 <Annotation Term="OData.Description" String="The available actions for this resource."/>
554 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700555 </Property>
556 </EntityType>
557
558 <EnumType Name="MemoryType">
559 <Member Name="DRAM">
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500560 <Annotation Term="OData.Description" String="The memory device is comprised of volatile memory."/>
561 <Annotation Term="OData.LongDescription" String="This value shall represent a volatile DRAM memory device."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700562 </Member>
563 <Member Name="NVDIMM_N">
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500564 <Annotation Term="OData.Description" String="The memory device is comprised of volatile memory backed by non-volatile memory."/>
565 <Annotation Term="OData.LongDescription" String="This value shall represent an NVDIMM_N memory device as defined by JEDEC."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700566 </Member>
567 <Member Name="NVDIMM_F">
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500568 <Annotation Term="OData.Description" String="The memory device is comprised of non-volatile memory."/>
569 <Annotation Term="OData.LongDescription" String="This value shall represent an NVDIMM_F memory device as defined by JEDEC."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700570 </Member>
571 <Member Name="NVDIMM_P">
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500572 <Annotation Term="OData.Description" String="The memory device is comprised of a combination of non-volatile and volatile memory."/>
573 <Annotation Term="OData.LongDescription" String="This value shall represent an NVDIMM_P memory device as defined by JEDEC."/>
574 </Member>
Ed Tanous530520e2019-01-02 13:41:37 -0800575 <Member Name="IntelOptane">
Gunnar Mills262d7d42021-01-20 16:28:41 -0600576 <Annotation Term="OData.Description" String="The memory device is an Intel Optane Persistent Memory Module."/>
577 <Annotation Term="OData.LongDescription" String="This value shall represent an Intel Optane Persistent Memory Module."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600578 <Annotation Term="Redfish.Revisions">
579 <Collection>
580 <Record>
581 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
582 <PropertyValue Property="Version" String="v1_6_0"/>
583 </Record>
584 </Collection>
585 </Annotation>
Ed Tanous530520e2019-01-02 13:41:37 -0800586 </Member>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700587 </EnumType>
588
589 <EnumType Name="MemoryDeviceType">
590 <Member Name="DDR">
591 <Annotation Term="OData.Description" String="DDR."/>
592 </Member>
593 <Member Name="DDR2">
594 <Annotation Term="OData.Description" String="DDR2."/>
595 </Member>
596 <Member Name="DDR3">
597 <Annotation Term="OData.Description" String="DDR3."/>
598 </Member>
599 <Member Name="DDR4">
600 <Annotation Term="OData.Description" String="DDR4."/>
601 </Member>
602 <Member Name="DDR4_SDRAM">
603 <Annotation Term="OData.Description" String="DDR4 SDRAM."/>
604 </Member>
605 <Member Name="DDR4E_SDRAM">
606 <Annotation Term="OData.Description" String="DDR4E SDRAM."/>
607 </Member>
608 <Member Name="LPDDR4_SDRAM">
609 <Annotation Term="OData.Description" String="LPDDR4 SDRAM."/>
610 </Member>
611 <Member Name="DDR3_SDRAM">
612 <Annotation Term="OData.Description" String="DDR3 SDRAM."/>
613 </Member>
614 <Member Name="LPDDR3_SDRAM">
615 <Annotation Term="OData.Description" String="LPDDR3 SDRAM."/>
616 </Member>
617 <Member Name="DDR2_SDRAM">
618 <Annotation Term="OData.Description" String="DDR2 SDRAM."/>
619 </Member>
620 <Member Name="DDR2_SDRAM_FB_DIMM">
621 <Annotation Term="OData.Description" String="DDR2 SDRAM FB_DIMM."/>
622 </Member>
623 <Member Name="DDR2_SDRAM_FB_DIMM_PROBE">
624 <Annotation Term="OData.Description" String="DDR2 SDRAM FB_DIMM PROBE."/>
625 </Member>
626 <Member Name="DDR_SGRAM">
627 <Annotation Term="OData.Description" String="DDR SGRAM."/>
628 </Member>
629 <Member Name="DDR_SDRAM">
630 <Annotation Term="OData.Description" String="DDR SDRAM."/>
631 </Member>
632 <Member Name="ROM">
633 <Annotation Term="OData.Description" String="ROM."/>
634 </Member>
635 <Member Name="SDRAM">
636 <Annotation Term="OData.Description" String="SDRAM."/>
637 </Member>
638 <Member Name="EDO">
639 <Annotation Term="OData.Description" String="EDO."/>
640 </Member>
641 <Member Name="FastPageMode">
642 <Annotation Term="OData.Description" String="Fast Page Mode."/>
643 </Member>
644 <Member Name="PipelinedNibble">
645 <Annotation Term="OData.Description" String="Pipelined Nibble."/>
646 </Member>
647 <Member Name="Logical">
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800648 <Annotation Term="OData.Description" String="Logical device, such as when the memory is fabric-attached."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600649 <Annotation Term="Redfish.Revisions">
650 <Collection>
651 <Record>
652 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
653 <PropertyValue Property="Version" String="v1_4_0"/>
654 </Record>
655 </Collection>
656 </Annotation>
657 </Member>
658 <Member Name="HBM">
659 <Annotation Term="OData.Description" String="High Bandwidth Memory."/>
660 <Annotation Term="Redfish.Revisions">
661 <Collection>
662 <Record>
663 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
664 <PropertyValue Property="Version" String="v1_7_0"/>
665 </Record>
666 </Collection>
667 </Annotation>
668 </Member>
669 <Member Name="HBM2">
Gunnar Mills262d7d42021-01-20 16:28:41 -0600670 <Annotation Term="OData.Description" String="The second generation of High Bandwidth Memory."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600671 <Annotation Term="Redfish.Revisions">
672 <Collection>
673 <Record>
674 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
675 <PropertyValue Property="Version" String="v1_7_0"/>
676 </Record>
677 </Collection>
678 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700679 </Member>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800680 <Member Name="HBM2E">
681 <Annotation Term="OData.Description" String="An updated version of the second generation of High Bandwidth Memory."/>
682 <Annotation Term="Redfish.Revisions">
683 <Collection>
684 <Record>
685 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
686 <PropertyValue Property="Version" String="v1_17_0"/>
687 </Record>
688 </Collection>
689 </Annotation>
690 </Member>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600691 <Member Name="HBM3">
692 <Annotation Term="OData.Description" String="The third generation of High Bandwidth Memory."/>
693 <Annotation Term="Redfish.Revisions">
694 <Collection>
695 <Record>
696 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
697 <PropertyValue Property="Version" String="v1_11_0"/>
698 </Record>
699 </Collection>
700 </Annotation>
701 </Member>
702 <Member Name="GDDR">
703 <Annotation Term="OData.Description" String="Synchronous graphics random-access memory."/>
704 <Annotation Term="Redfish.Revisions">
705 <Collection>
706 <Record>
707 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
708 <PropertyValue Property="Version" String="v1_11_0"/>
709 </Record>
710 </Collection>
711 </Annotation>
712 </Member>
713 <Member Name="GDDR2">
714 <Annotation Term="OData.Description" String="Double data rate type two synchronous graphics random-access memory."/>
715 <Annotation Term="Redfish.Revisions">
716 <Collection>
717 <Record>
718 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
719 <PropertyValue Property="Version" String="v1_11_0"/>
720 </Record>
721 </Collection>
722 </Annotation>
723 </Member>
724 <Member Name="GDDR3">
725 <Annotation Term="OData.Description" String="Double data rate type three synchronous graphics random-access memory."/>
726 <Annotation Term="Redfish.Revisions">
727 <Collection>
728 <Record>
729 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
730 <PropertyValue Property="Version" String="v1_11_0"/>
731 </Record>
732 </Collection>
733 </Annotation>
734 </Member>
735 <Member Name="GDDR4">
736 <Annotation Term="OData.Description" String="Double data rate type four synchronous graphics random-access memory."/>
737 <Annotation Term="Redfish.Revisions">
738 <Collection>
739 <Record>
740 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
741 <PropertyValue Property="Version" String="v1_11_0"/>
742 </Record>
743 </Collection>
744 </Annotation>
745 </Member>
746 <Member Name="GDDR5">
747 <Annotation Term="OData.Description" String="Double data rate type five synchronous graphics random-access memory."/>
748 <Annotation Term="Redfish.Revisions">
749 <Collection>
750 <Record>
751 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
752 <PropertyValue Property="Version" String="v1_11_0"/>
753 </Record>
754 </Collection>
755 </Annotation>
756 </Member>
757 <Member Name="GDDR5X">
758 <Annotation Term="OData.Description" String="Double data rate type five X synchronous graphics random-access memory."/>
759 <Annotation Term="Redfish.Revisions">
760 <Collection>
761 <Record>
762 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
763 <PropertyValue Property="Version" String="v1_11_0"/>
764 </Record>
765 </Collection>
766 </Annotation>
767 </Member>
768 <Member Name="GDDR6">
769 <Annotation Term="OData.Description" String="Double data rate type six synchronous graphics random-access memory."/>
770 <Annotation Term="Redfish.Revisions">
771 <Collection>
772 <Record>
773 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
774 <PropertyValue Property="Version" String="v1_11_0"/>
775 </Record>
776 </Collection>
777 </Annotation>
778 </Member>
779 <Member Name="DDR5">
780 <Annotation Term="OData.Description" String="Double data rate type five synchronous dynamic random-access memory."/>
781 <Annotation Term="Redfish.Revisions">
782 <Collection>
783 <Record>
784 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
785 <PropertyValue Property="Version" String="v1_11_0"/>
786 </Record>
787 </Collection>
788 </Annotation>
789 </Member>
790 <Member Name="OEM">
791 <Annotation Term="OData.Description" String="OEM-defined."/>
792 <Annotation Term="Redfish.Revisions">
793 <Collection>
794 <Record>
795 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
796 <PropertyValue Property="Version" String="v1_11_0"/>
797 </Record>
798 </Collection>
799 </Annotation>
800 </Member>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700801 </EnumType>
802
803 <EnumType Name="BaseModuleType">
804 <Member Name="RDIMM">
805 <Annotation Term="OData.Description" String="Registered DIMM."/>
806 </Member>
807 <Member Name="UDIMM">
808 <Annotation Term="OData.Description" String="UDIMM."/>
809 </Member>
810 <Member Name="SO_DIMM">
811 <Annotation Term="OData.Description" String="SO_DIMM."/>
812 </Member>
813 <Member Name="LRDIMM">
814 <Annotation Term="OData.Description" String="Load Reduced."/>
815 </Member>
816 <Member Name="Mini_RDIMM">
817 <Annotation Term="OData.Description" String="Mini_RDIMM."/>
818 </Member>
819 <Member Name="Mini_UDIMM">
820 <Annotation Term="OData.Description" String="Mini_UDIMM."/>
821 </Member>
822 <Member Name="SO_RDIMM_72b">
823 <Annotation Term="OData.Description" String="SO_RDIMM_72b."/>
824 </Member>
825 <Member Name="SO_UDIMM_72b">
826 <Annotation Term="OData.Description" String="SO_UDIMM_72b."/>
827 </Member>
828 <Member Name="SO_DIMM_16b">
829 <Annotation Term="OData.Description" String="SO_DIMM_16b."/>
830 </Member>
831 <Member Name="SO_DIMM_32b">
832 <Annotation Term="OData.Description" String="SO_DIMM_32b."/>
833 </Member>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600834 <Member Name="Die">
835 <Annotation Term="OData.Description" String="A die within a package."/>
836 <Annotation Term="Redfish.Revisions">
837 <Collection>
838 <Record>
839 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
840 <PropertyValue Property="Version" String="v1_7_0"/>
841 </Record>
842 </Collection>
843 </Annotation>
844 </Member>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700845 </EnumType>
846
847 <EnumType Name="MemoryMedia">
848 <Member Name="DRAM">
849 <Annotation Term="OData.Description" String="DRAM media."/>
850 </Member>
851 <Member Name="NAND">
852 <Annotation Term="OData.Description" String="NAND media."/>
853 </Member>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600854 <Member Name="Intel3DXPoint">
855 <Annotation Term="OData.Description" String="Intel 3D XPoint media."/>
856 <Annotation Term="Redfish.Revisions">
857 <Collection>
858 <Record>
859 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
860 <PropertyValue Property="Version" String="v1_7_0"/>
861 </Record>
862 </Collection>
863 </Annotation>
864 </Member>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700865 <Member Name="Proprietary">
866 <Annotation Term="OData.Description" String="Proprietary media."/>
867 </Member>
868 </EnumType>
869
870 <ComplexType Name="SecurityCapabilities">
871 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700872 <Annotation Term="OData.Description" String="This type contains security capabilities of a memory device."/>
873 <Annotation Term="OData.LongDescription" String="This type shall contain properties that describe the security capabilities of a memory device."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700874 <Property Name="PassphraseCapable" Type="Edm.Boolean">
875 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500876 <Annotation Term="OData.Description" String="An indication of whether the memory device is passphrase capable."/>
877 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the memory device is passphrase capable."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700878 </Property>
879 <Property Name="MaxPassphraseCount" Type="Edm.Int64">
880 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500881 <Annotation Term="OData.Description" String="Maximum number of passphrases supported for this memory device."/>
882 <Annotation Term="OData.LongDescription" String="This property shall contain the maximum number of passphrases supported for this memory device."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700883 </Property>
884 <Property Name="SecurityStates" Type="Collection(Memory.v1_0_0.SecurityStates)" Nullable="false">
885 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500886 <Annotation Term="OData.Description" String="Security states supported by the memory device."/>
887 <Annotation Term="OData.LongDescription" String="This property shall contain the security states supported by the memory device."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600888 <Annotation Term="Redfish.Revisions">
Ed Tanouscb103132019-10-08 11:34:22 -0700889 <Collection>
890 <Record>
891 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
892 <PropertyValue Property="Version" String="v1_7_0"/>
893 <PropertyValue Property="Description" String="This property has been deprecated in favor of using the individual PassphraseCapable, DataLockCapable and ConfigurationLockCapable properties."/>
894 </Record>
895 </Collection>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600896 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700897 </Property>
898 </ComplexType>
899
900 <EnumType Name="SecurityStates">
901 <Member Name="Enabled">
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600902 <Annotation Term="OData.Description" String="Secure mode is enabled and access to the data is allowed."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700903 </Member>
904 <Member Name="Disabled">
905 <Annotation Term="OData.Description" String="Secure mode is disabled."/>
906 </Member>
907 <Member Name="Unlocked">
908 <Annotation Term="OData.Description" String="Secure mode is enabled and access to the data is unlocked."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600909 <Annotation Term="Redfish.Revisions">
Ed Tanouscb103132019-10-08 11:34:22 -0700910 <Collection>
911 <Record>
912 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
913 <PropertyValue Property="Version" String="v1_7_0"/>
914 <PropertyValue Property="Description" String="This value has been deprecated in favor of 'Enabled' to indicate normal security operation."/>
915 </Record>
916 </Collection>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600917 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700918 </Member>
919 <Member Name="Locked">
920 <Annotation Term="OData.Description" String="Secure mode is enabled and access to the data is locked."/>
921 </Member>
922 <Member Name="Frozen">
Ed Tanouscb103132019-10-08 11:34:22 -0700923 <Annotation Term="OData.Description" String="Secure state is frozen and cannot be modified until reset."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600924 <Annotation Term="Redfish.Revisions">
Ed Tanouscb103132019-10-08 11:34:22 -0700925 <Collection>
926 <Record>
927 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
928 <PropertyValue Property="Version" String="v1_7_0"/>
929 <PropertyValue Property="Description" String="This value has been deprecated in favor of using the ConfigurationLocked to indicate that the configuration has been frozen."/>
930 </Record>
931 </Collection>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600932 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700933 </Member>
934 <Member Name="Passphraselimit">
Ed Tanouscb103132019-10-08 11:34:22 -0700935 <Annotation Term="OData.Description" String="Number of attempts to unlock the memory exceeded limit."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700936 </Member>
937 </EnumType>
938
939 <ComplexType Name="MemoryLocation">
940 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
941 <Annotation Term="OData.Description" String="Memory connection information to sockets and memory controllers."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700942 <Annotation Term="OData.LongDescription" String="This type shall contain properties that describe the memory connection information to sockets and memory controllers."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700943 <Property Name="Socket" Type="Edm.Int64">
944 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500945 <Annotation Term="OData.Description" String="The socket number to which the memory device is connected."/>
946 <Annotation Term="OData.LongDescription" String="This property shall contain the socket number to which the memory device is connected."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700947 </Property>
948 <Property Name="MemoryController" Type="Edm.Int64">
949 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500950 <Annotation Term="OData.Description" String="The memory controller number to which the memory device is connected."/>
951 <Annotation Term="OData.LongDescription" String="This property shall contain the memory controller number to which the memory device is connected."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700952 </Property>
953 <Property Name="Channel" Type="Edm.Int64">
954 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500955 <Annotation Term="OData.Description" String="The channel number to which the memory device is connected."/>
956 <Annotation Term="OData.LongDescription" String="This property shall contain the channel number to which the memory device is connected."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700957 </Property>
958 <Property Name="Slot" Type="Edm.Int64">
959 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500960 <Annotation Term="OData.Description" String="The slot number to which the memory device is connected."/>
961 <Annotation Term="OData.LongDescription" String="This property shall contain the slot number to which the memory device is connected."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700962 </Property>
963 </ComplexType>
964
965 <EnumType Name="ErrorCorrection">
966 <Member Name="NoECC">
967 <Annotation Term="OData.Description" String="No ECC available."/>
968 </Member>
969 <Member Name="SingleBitECC">
Ed Tanouscb103132019-10-08 11:34:22 -0700970 <Annotation Term="OData.Description" String="Single bit data errors can be corrected by ECC."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700971 </Member>
972 <Member Name="MultiBitECC">
Ed Tanouscb103132019-10-08 11:34:22 -0700973 <Annotation Term="OData.Description" String="Multibit data errors can be corrected by ECC."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700974 </Member>
975 <Member Name="AddressParity">
Ed Tanouscb103132019-10-08 11:34:22 -0700976 <Annotation Term="OData.Description" String="Address parity errors can be corrected."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700977 </Member>
978 </EnumType>
979
980 <ComplexType Name="RegionSet">
981 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700982 <Annotation Term="OData.Description" String="Memory region information within a memory device."/>
983 <Annotation Term="OData.LongDescription" String="This type shall describe the memory region information within a memory device."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700984 <Property Name="RegionId" Type="Edm.String">
985 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500986 <Annotation Term="OData.Description" String="Unique region ID representing a specific region within the memory device."/>
987 <Annotation Term="OData.LongDescription" String="This property shall contain the unique region ID representing a specific region within the memory device."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700988 </Property>
989 <Property Name="MemoryClassification" Type="Memory.v1_0_0.MemoryClassification">
990 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700991 <Annotation Term="OData.Description" String="The classification of memory that the memory region occupies."/>
992 <Annotation Term="OData.LongDescription" String="This property shall contain the classification of memory that the memory region occupies."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700993 </Property>
994 <Property Name="OffsetMiB" Type="Edm.Int64">
995 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700996 <Annotation Term="OData.Description" String="Offset within the memory that corresponds to the start of this memory region in mebibytes (MiB)."/>
997 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700998 <Annotation Term="Measures.Unit" String="MiBy"/>
999 </Property>
1000 <Property Name="SizeMiB" Type="Edm.Int64">
1001 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1002 <Annotation Term="OData.Description" String="Size of this memory region in mebibytes (MiB)."/>
Ed Tanouscb103132019-10-08 11:34:22 -07001003 <Annotation Term="OData.LongDescription" String="This property shall contain the size of this memory region in MiB."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001004 <Annotation Term="Measures.Unit" String="MiBy"/>
1005 </Property>
1006 <Property Name="PassphraseState" Type="Edm.Boolean">
Jason M. Billsea4aa752018-06-05 13:29:11 -07001007 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001008 <Annotation Term="OData.Description" String="An indication of whether the state of the passphrase for this region is enabled."/>
1009 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the state of the passphrase for this region is enabled."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001010 <Annotation Term="Redfish.Revisions">
1011 <Collection>
1012 <Record>
1013 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
1014 <PropertyValue Property="Version" String="v1_5_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001015 <PropertyValue Property="Description" String="This property has been deprecated in favor of PassphraseEnabled found within RegionSet."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001016 </Record>
1017 </Collection>
1018 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001019 </Property>
1020 </ComplexType>
1021
1022 <EnumType Name="MemoryClassification">
1023 <Member Name="Volatile">
1024 <Annotation Term="OData.Description" String="Volatile memory."/>
1025 </Member>
1026 <Member Name="ByteAccessiblePersistent">
Ed Tanouscb103132019-10-08 11:34:22 -07001027 <Annotation Term="OData.Description" String="Byte-accessible persistent memory."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001028 </Member>
1029 <Member Name="Block">
Gunnar Millsa778c022020-05-12 12:20:36 -05001030 <Annotation Term="OData.Description" String="Block-accessible memory."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001031 </Member>
1032 </EnumType>
1033
1034 <EnumType Name="OperatingMemoryModes">
1035 <Member Name="Volatile">
1036 <Annotation Term="OData.Description" String="Volatile memory."/>
1037 </Member>
1038 <Member Name="PMEM">
Gunnar Millsa778c022020-05-12 12:20:36 -05001039 <Annotation Term="OData.Description" String="Persistent memory, byte-accessible through system address space."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001040 </Member>
1041 <Member Name="Block">
Ed Tanouscb103132019-10-08 11:34:22 -07001042 <Annotation Term="OData.Description" String="Block-accessible system memory."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001043 </Member>
1044 </EnumType>
1045
1046 <ComplexType Name="PowerManagementPolicy">
1047 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
1048 <Annotation Term="OData.Description" String="Power management policy information."/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001049 <Annotation Term="OData.LongDescription" String="This type shall contain properties that describe the power management policy for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001050 <Property Name="PolicyEnabled" Type="Edm.Boolean">
1051 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001052 <Annotation Term="OData.Description" String="An indication of whether the power management policy is enabled."/>
1053 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the power management policy is enabled."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001054 </Property>
1055 <Property Name="MaxTDPMilliWatts" Type="Edm.Int64">
1056 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001057 <Annotation Term="OData.Description" String="Maximum TDP in milliwatts."/>
1058 <Annotation Term="OData.LongDescription" String="This property shall contain the maximum TDP in milliwatts."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001059 <Annotation Term="Measures.Unit" String="mW"/>
1060 </Property>
1061 <Property Name="PeakPowerBudgetMilliWatts" Type="Edm.Int64">
1062 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001063 <Annotation Term="OData.Description" String="Peak power budget, in milliwatts."/>
1064 <Annotation Term="OData.LongDescription" String="This property shall contain the peak power budget, in milliwatts."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001065 <Annotation Term="Measures.Unit" String="mW"/>
1066 </Property>
1067 <Property Name="AveragePowerBudgetMilliWatts" Type="Edm.Int64">
1068 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001069 <Annotation Term="OData.Description" String="Average power budget, in milliwatts."/>
1070 <Annotation Term="OData.LongDescription" String="This property shall contain the average power budget, in milliwatts."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001071 <Annotation Term="Measures.Unit" String="mW"/>
1072 </Property>
1073 </ComplexType>
1074
1075 <ComplexType Name="Actions">
1076 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001077 <Annotation Term="OData.Description" String="The available actions for this resource."/>
1078 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -08001079 <Property Name="Oem" Type="Memory.v1_0_0.OemActions" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -05001080 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
1081 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -08001082 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001083 </ComplexType>
1084
1085 <ComplexType Name="OemActions">
1086 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001087 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
1088 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001089 </ComplexType>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001090 </Schema>
1091
1092 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_0_1">
1093 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001094 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001095 <EntityType Name="Memory" BaseType="Memory.v1_0_0.Memory"/>
1096 </Schema>
1097
1098 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_0_2">
1099 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001100 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001101 <EntityType Name="Memory" BaseType="Memory.v1_0_1.Memory"/>
1102 </Schema>
1103
1104 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_0_3">
1105 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills09b9d452020-02-11 13:27:39 -06001106 <Annotation Term="OData.Description" String="This version was created to add requirements on the action parameters to show they are mandatory through Nullable=false. It was also created to update the description of OperatingSpeedMhz."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001107 <EntityType Name="Memory" BaseType="Memory.v1_0_2.Memory"/>
1108 </Schema>
1109
Ed Tanous530520e2019-01-02 13:41:37 -08001110 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_0_4">
1111 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001112 <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."/>
Ed Tanous530520e2019-01-02 13:41:37 -08001113 <EntityType Name="Memory" BaseType="Memory.v1_0_3.Memory"/>
1114 </Schema>
1115
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001116 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_0_5">
1117 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001118 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001119 <EntityType Name="Memory" BaseType="Memory.v1_0_4.Memory"/>
1120 </Schema>
1121
Ed Tanouscb103132019-10-08 11:34:22 -07001122 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_0_6">
1123 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1124 <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."/>
1125 <EntityType Name="Memory" BaseType="Memory.v1_0_5.Memory"/>
1126 </Schema>
1127
1128 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_0_7">
1129 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1130 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1131 <EntityType Name="Memory" BaseType="Memory.v1_0_6.Memory"/>
1132 </Schema>
1133
Gunnar Millsa778c022020-05-12 12:20:36 -05001134 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_0_8">
1135 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1136 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1137 <EntityType Name="Memory" BaseType="Memory.v1_0_7.Memory"/>
1138 </Schema>
1139
Gunnar Mills844b4152020-06-22 12:44:09 -05001140 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_0_9">
1141 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1142 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1143 <EntityType Name="Memory" BaseType="Memory.v1_0_8.Memory"/>
1144 </Schema>
1145
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001146 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_0_10">
1147 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1148 <Annotation Term="OData.Description" String="This version was created to clarify properties reflect the memory device as opposed to generic memory."/>
1149 <EntityType Name="Memory" BaseType="Memory.v1_0_9.Memory"/>
1150 </Schema>
1151
Gunnar Mills262d7d42021-01-20 16:28:41 -06001152 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_0_11">
1153 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1154 <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
1155 <EntityType Name="Memory" BaseType="Memory.v1_0_10.Memory"/>
1156 </Schema>
1157
Ed Tanousf263e092023-05-22 09:56:29 -07001158 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_0_12">
1159 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1160 <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."/>
1161 <EntityType Name="Memory" BaseType="Memory.v1_0_11.Memory"/>
1162 </Schema>
1163
Jason M. Billsea4aa752018-06-05 13:29:11 -07001164 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_1_0">
1165 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001166 <Annotation Term="Redfish.Release" String="2016.3"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001167
Jason M. Billsea4aa752018-06-05 13:29:11 -07001168 <EntityType Name="Memory" BaseType="Memory.v1_0_1.Memory">
Ed Tanous530520e2019-01-02 13:41:37 -08001169 <Property Name="Status" Type="Resource.Status" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -05001170 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
1171 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -08001172 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001173 </EntityType>
1174 </Schema>
1175
1176 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_1_1">
1177 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001178 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001179 <EntityType Name="Memory" BaseType="Memory.v1_1_0.Memory"/>
1180 </Schema>
1181
1182 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_1_2">
1183 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills09b9d452020-02-11 13:27:39 -06001184 <Annotation Term="OData.Description" String="This version was created to add requirements on the action parameters to show they are mandatory through Nullable=false. It was also created to update the description of OperatingSpeedMhz."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001185 <EntityType Name="Memory" BaseType="Memory.v1_1_1.Memory"/>
1186 </Schema>
1187
Ed Tanous530520e2019-01-02 13:41:37 -08001188 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_1_3">
1189 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001190 <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."/>
Ed Tanous530520e2019-01-02 13:41:37 -08001191 <EntityType Name="Memory" BaseType="Memory.v1_1_2.Memory"/>
1192 </Schema>
1193
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001194 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_1_4">
1195 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001196 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001197 <EntityType Name="Memory" BaseType="Memory.v1_1_3.Memory"/>
1198 </Schema>
1199
Ed Tanouscb103132019-10-08 11:34:22 -07001200 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_1_5">
1201 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1202 <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."/>
1203 <EntityType Name="Memory" BaseType="Memory.v1_1_4.Memory"/>
1204 </Schema>
1205
1206 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_1_6">
1207 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1208 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1209 <EntityType Name="Memory" BaseType="Memory.v1_1_5.Memory"/>
1210 </Schema>
1211
Gunnar Millsa778c022020-05-12 12:20:36 -05001212 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_1_7">
1213 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1214 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1215 <EntityType Name="Memory" BaseType="Memory.v1_1_6.Memory"/>
1216 </Schema>
1217
Gunnar Mills844b4152020-06-22 12:44:09 -05001218 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_1_8">
1219 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1220 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1221 <EntityType Name="Memory" BaseType="Memory.v1_1_7.Memory"/>
1222 </Schema>
1223
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001224 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_1_9">
1225 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1226 <Annotation Term="OData.Description" String="This version was created to clarify properties reflect the memory device as opposed to generic memory."/>
1227 <EntityType Name="Memory" BaseType="Memory.v1_1_8.Memory"/>
1228 </Schema>
1229
Gunnar Mills262d7d42021-01-20 16:28:41 -06001230 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_1_10">
1231 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1232 <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
1233 <EntityType Name="Memory" BaseType="Memory.v1_1_9.Memory"/>
1234 </Schema>
1235
Ed Tanousf263e092023-05-22 09:56:29 -07001236 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_1_11">
1237 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1238 <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."/>
1239 <EntityType Name="Memory" BaseType="Memory.v1_1_10.Memory"/>
1240 </Schema>
1241
Jason M. Billsea4aa752018-06-05 13:29:11 -07001242 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_2_0">
1243 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001244 <Annotation Term="Redfish.Release" String="2017.1"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001245
Jason M. Billsea4aa752018-06-05 13:29:11 -07001246 <EntityType Name="Memory" BaseType="Memory.v1_1_1.Memory">
1247 <Property Name="VolatileRegionNumberLimit" Type="Edm.Int64">
1248 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001249 <Annotation Term="OData.Description" String="Total number of volatile regions this memory device can support."/>
1250 <Annotation Term="OData.LongDescription" String="This property shall contain the total number of volatile regions this memory device can support."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001251 </Property>
1252 <Property Name="PersistentRegionNumberLimit" Type="Edm.Int64">
1253 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001254 <Annotation Term="OData.Description" String="Total number of persistent regions this memory device can support."/>
1255 <Annotation Term="OData.LongDescription" String="This property shall contain the total number of persistent regions this memory device can support."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001256 </Property>
1257 <Property Name="VolatileRegionSizeMaxMiB" Type="Edm.Int64">
1258 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1259 <Annotation Term="OData.Description" String="Maximum size of a single volatile region in mebibytes (MiB)."/>
Ed Tanouscb103132019-10-08 11:34:22 -07001260 <Annotation Term="OData.LongDescription" String="This property shall contain the maximum size of a single volatile regions in MiB."/>
Ed Tanous530520e2019-01-02 13:41:37 -08001261 <Annotation Term="Measures.Unit" String="MiBy"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001262 </Property>
1263 <Property Name="PersistentRegionSizeMaxMiB" Type="Edm.Int64">
1264 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1265 <Annotation Term="OData.Description" String="Maximum size of a single persistent region in mebibytes (MiB)."/>
Ed Tanouscb103132019-10-08 11:34:22 -07001266 <Annotation Term="OData.LongDescription" String="This property shall contain the maximum size of a single persistent regions in MiB."/>
Ed Tanous530520e2019-01-02 13:41:37 -08001267 <Annotation Term="Measures.Unit" String="MiBy"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001268 </Property>
1269 <Property Name="AllocationIncrementMiB" Type="Edm.Int64">
1270 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1271 <Annotation Term="OData.Description" String="The size of the smallest unit of allocation for a memory region in mebibytes (MiB)."/>
Ed Tanouscb103132019-10-08 11:34:22 -07001272 <Annotation Term="OData.LongDescription" String="This property shall contain the allocation increment for regions, measured in MiB."/>
Ed Tanous530520e2019-01-02 13:41:37 -08001273 <Annotation Term="Measures.Unit" String="MiBy"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001274 </Property>
1275 <Property Name="AllocationAlignmentMiB" Type="Edm.Int64">
1276 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001277 <Annotation Term="OData.Description" String="The boundary that memory regions are allocated on, measured in mebibytes (MiB)."/>
1278 <Annotation Term="OData.LongDescription" String="This property shall contain the alignment boundary on which memory regions are allocated, measured in MiB."/>
Ed Tanous530520e2019-01-02 13:41:37 -08001279 <Annotation Term="Measures.Unit" String="MiBy"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001280 </Property>
1281 <Property Name="Links" Type="Memory.v1_2_0.Links" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -05001282 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
Gunnar Mills844b4152020-06-22 12:44:09 -05001283 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001284 </Property>
1285 </EntityType>
1286
1287 <ComplexType Name="Links" BaseType="Resource.Links">
Gunnar Millsa778c022020-05-12 12:20:36 -05001288 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
1289 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001290 <NavigationProperty Name="Chassis" Type="Chassis.Chassis" Nullable="false">
1291 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001292 <Annotation Term="OData.Description" String="The link to the chassis that contains this memory device."/>
1293 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001294 <Annotation Term="OData.AutoExpandReferences"/>
1295 </NavigationProperty>
1296 </ComplexType>
1297 </Schema>
1298
1299 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_2_1">
1300 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills09b9d452020-02-11 13:27:39 -06001301 <Annotation Term="OData.Description" String="This version was created to add requirements on the action parameters to show they are mandatory through Nullable=false. It was also created to update the description of OperatingSpeedMhz."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001302 <EntityType Name="Memory" BaseType="Memory.v1_2_0.Memory"/>
1303 </Schema>
1304
Ed Tanous530520e2019-01-02 13:41:37 -08001305 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_2_2">
1306 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001307 <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."/>
Ed Tanous530520e2019-01-02 13:41:37 -08001308 <EntityType Name="Memory" BaseType="Memory.v1_2_1.Memory"/>
1309 </Schema>
1310
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001311 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_2_3">
1312 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001313 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001314 <EntityType Name="Memory" BaseType="Memory.v1_2_2.Memory"/>
1315 </Schema>
1316
Ed Tanouscb103132019-10-08 11:34:22 -07001317 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_2_4">
1318 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1319 <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."/>
1320 <EntityType Name="Memory" BaseType="Memory.v1_2_3.Memory"/>
1321 </Schema>
1322
1323 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_2_5">
1324 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1325 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1326 <EntityType Name="Memory" BaseType="Memory.v1_2_4.Memory"/>
1327 </Schema>
1328
Gunnar Millsa778c022020-05-12 12:20:36 -05001329 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_2_6">
1330 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1331 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1332 <EntityType Name="Memory" BaseType="Memory.v1_2_5.Memory"/>
1333 </Schema>
1334
Gunnar Mills844b4152020-06-22 12:44:09 -05001335 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_2_7">
1336 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1337 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1338 <EntityType Name="Memory" BaseType="Memory.v1_2_6.Memory"/>
1339 </Schema>
1340
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001341 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_2_8">
1342 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1343 <Annotation Term="OData.Description" String="This version was created to clarify properties reflect the memory device as opposed to generic memory."/>
1344 <EntityType Name="Memory" BaseType="Memory.v1_2_7.Memory"/>
1345 </Schema>
1346
Gunnar Mills262d7d42021-01-20 16:28:41 -06001347 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_2_9">
1348 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1349 <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
1350 <EntityType Name="Memory" BaseType="Memory.v1_2_8.Memory"/>
1351 </Schema>
1352
Ed Tanousf263e092023-05-22 09:56:29 -07001353 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_2_10">
1354 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1355 <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."/>
1356 <EntityType Name="Memory" BaseType="Memory.v1_2_9.Memory"/>
1357 </Schema>
1358
Jason M. Billsea4aa752018-06-05 13:29:11 -07001359 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_3_0">
1360 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001361 <Annotation Term="Redfish.Release" String="2017.2"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001362
Jason M. Billsea4aa752018-06-05 13:29:11 -07001363 <EntityType Name="Memory" BaseType="Memory.v1_2_0.Memory">
1364 <Property Name="ModuleManufacturerID" Type="Edm.String">
1365 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001366 <Annotation Term="OData.Description" String="The manufacturer ID of this memory device."/>
1367 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001368 <Annotation Term="Validation.Pattern" String="^0[xX](([a-fA-F]|[0-9]){2}){2}$"/>
1369 </Property>
1370 <Property Name="ModuleProductID" Type="Edm.String">
1371 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001372 <Annotation Term="OData.Description" String="The product ID of this memory device."/>
1373 <Annotation Term="OData.LongDescription" String="This property shall contain the two byte product ID of this memory device as defined by the manufacturer."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001374 <Annotation Term="Validation.Pattern" String="^0[xX](([a-fA-F]|[0-9]){2}){2}$"/>
1375 </Property>
1376 <Property Name="MemorySubsystemControllerManufacturerID" Type="Edm.String">
1377 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001378 <Annotation Term="OData.Description" String="The manufacturer ID of the memory subsystem controller of this memory device."/>
1379 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001380 <Annotation Term="Validation.Pattern" String="^0[xX](([a-fA-F]|[0-9]){2}){2}$"/>
1381 </Property>
1382 <Property Name="MemorySubsystemControllerProductID" Type="Edm.String">
1383 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001384 <Annotation Term="OData.Description" String="The product ID of the memory subsystem controller of this memory device."/>
1385 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001386 <Annotation Term="Validation.Pattern" String="^0[xX](([a-fA-F]|[0-9]){2}){2}$"/>
1387 </Property>
1388 </EntityType>
1389 </Schema>
1390
1391 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_3_1">
1392 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills09b9d452020-02-11 13:27:39 -06001393 <Annotation Term="OData.Description" String="This version was created to add requirements on the action parameters to show they are mandatory through Nullable=false. It was also created to update the description of OperatingSpeedMhz."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001394 <EntityType Name="Memory" BaseType="Memory.v1_3_0.Memory"/>
1395 </Schema>
1396
Ed Tanous530520e2019-01-02 13:41:37 -08001397 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_3_2">
1398 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001399 <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."/>
Ed Tanous530520e2019-01-02 13:41:37 -08001400 <EntityType Name="Memory" BaseType="Memory.v1_3_1.Memory"/>
1401 </Schema>
1402
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001403 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_3_3">
1404 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001405 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001406 <EntityType Name="Memory" BaseType="Memory.v1_3_2.Memory"/>
1407 </Schema>
1408
Ed Tanouscb103132019-10-08 11:34:22 -07001409 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_3_4">
1410 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1411 <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."/>
1412 <EntityType Name="Memory" BaseType="Memory.v1_3_3.Memory"/>
1413 </Schema>
1414
1415 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_3_5">
1416 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1417 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1418 <EntityType Name="Memory" BaseType="Memory.v1_3_4.Memory"/>
1419 </Schema>
1420
Gunnar Millsa778c022020-05-12 12:20:36 -05001421 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_3_6">
1422 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1423 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1424 <EntityType Name="Memory" BaseType="Memory.v1_3_5.Memory"/>
1425 </Schema>
1426
Gunnar Mills844b4152020-06-22 12:44:09 -05001427 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_3_7">
1428 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1429 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1430 <EntityType Name="Memory" BaseType="Memory.v1_3_6.Memory"/>
1431 </Schema>
1432
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001433 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_3_8">
1434 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1435 <Annotation Term="OData.Description" String="This version was created to clarify properties reflect the memory device as opposed to generic memory."/>
1436 <EntityType Name="Memory" BaseType="Memory.v1_3_7.Memory"/>
1437 </Schema>
1438
Gunnar Mills262d7d42021-01-20 16:28:41 -06001439 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_3_9">
1440 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1441 <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
1442 <EntityType Name="Memory" BaseType="Memory.v1_3_8.Memory"/>
1443 </Schema>
1444
Ed Tanousf263e092023-05-22 09:56:29 -07001445 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_3_10">
1446 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1447 <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."/>
1448 <EntityType Name="Memory" BaseType="Memory.v1_3_9.Memory"/>
1449 </Schema>
1450
Jason M. Billsea4aa752018-06-05 13:29:11 -07001451 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_4_0">
1452 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001453 <Annotation Term="Redfish.Release" String="2017.3"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001454
Jason M. Billsea4aa752018-06-05 13:29:11 -07001455 <EntityType Name="Memory" BaseType="Memory.v1_3_1.Memory">
1456 <Property Name="VolatileSizeMiB" Type="Edm.Int64">
1457 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001458 <Annotation Term="OData.Description" String="Total size of the volatile portion memory in MiB."/>
Ed Tanouscb103132019-10-08 11:34:22 -07001459 <Annotation Term="OData.LongDescription" String="This property shall contain the total size of the volatile portion memory in MiB."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001460 <Annotation Term="Measures.Unit" String="MiBy"/>
1461 </Property>
1462 <Property Name="NonVolatileSizeMiB" Type="Edm.Int64">
1463 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1464 <Annotation Term="OData.Description" String="Total size of the non-volatile portion memory in MiB."/>
Ed Tanouscb103132019-10-08 11:34:22 -07001465 <Annotation Term="OData.LongDescription" String="This property shall contain the total size of the non-volatile portion memory in MiB."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001466 <Annotation Term="Measures.Unit" String="MiBy"/>
1467 </Property>
1468 <Property Name="CacheSizeMiB" Type="Edm.Int64">
1469 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1470 <Annotation Term="OData.Description" String="Total size of the cache portion memory in MiB."/>
Ed Tanouscb103132019-10-08 11:34:22 -07001471 <Annotation Term="OData.LongDescription" String="This property shall contain the total size of the cache portion memory in MiB."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001472 <Annotation Term="Measures.Unit" String="MiBy"/>
1473 </Property>
1474 <Property Name="LogicalSizeMiB" Type="Edm.Int64">
1475 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1476 <Annotation Term="OData.Description" String="Total size of the logical memory in MiB."/>
Ed Tanouscb103132019-10-08 11:34:22 -07001477 <Annotation Term="OData.LongDescription" String="This property shall contain the total size of the logical memory in MiB."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001478 <Annotation Term="Measures.Unit" String="MiBy"/>
1479 </Property>
Ed Tanous530520e2019-01-02 13:41:37 -08001480 <Property Name="Location" Type="Resource.Location" Nullable="false">
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001481 <Annotation Term="OData.Description" String="The location of the memory device."/>
1482 <Annotation Term="OData.LongDescription" String="This property shall contain location information of the associated memory device."/>
Ed Tanous530520e2019-01-02 13:41:37 -08001483 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001484 <NavigationProperty Name="Assembly" Type="Assembly.Assembly" Nullable="false">
1485 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001486 <Annotation Term="OData.Description" String="The link to the assembly resource associated with this memory device."/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001487 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type Assembly."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001488 <Annotation Term="OData.AutoExpandReferences"/>
1489 </NavigationProperty>
1490 </EntityType>
1491 </Schema>
1492
1493 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_4_1">
1494 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1495 <Annotation Term="OData.Description" String="This version was created to update descriptions to match the editorial style used in other Redfish schemas."/>
1496 <EntityType Name="Memory" BaseType="Memory.v1_4_0.Memory"/>
1497 </Schema>
1498
Ed Tanous530520e2019-01-02 13:41:37 -08001499 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_4_2">
1500 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001501 <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."/>
Ed Tanous530520e2019-01-02 13:41:37 -08001502 <EntityType Name="Memory" BaseType="Memory.v1_4_1.Memory"/>
1503 </Schema>
1504
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001505 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_4_3">
1506 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001507 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001508 <EntityType Name="Memory" BaseType="Memory.v1_4_2.Memory"/>
1509 </Schema>
1510
Ed Tanouscb103132019-10-08 11:34:22 -07001511 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_4_4">
1512 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1513 <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."/>
1514 <EntityType Name="Memory" BaseType="Memory.v1_4_3.Memory"/>
1515 </Schema>
1516
1517 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_4_5">
1518 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1519 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1520 <EntityType Name="Memory" BaseType="Memory.v1_4_4.Memory"/>
1521 </Schema>
1522
Gunnar Millsa778c022020-05-12 12:20:36 -05001523 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_4_6">
1524 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1525 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1526 <EntityType Name="Memory" BaseType="Memory.v1_4_5.Memory"/>
1527 </Schema>
1528
Gunnar Mills844b4152020-06-22 12:44:09 -05001529 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_4_7">
1530 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1531 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1532 <EntityType Name="Memory" BaseType="Memory.v1_4_6.Memory"/>
1533 </Schema>
1534
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001535 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_4_8">
1536 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1537 <Annotation Term="OData.Description" String="This version was created to clarify properties reflect the memory device as opposed to generic memory."/>
1538 <EntityType Name="Memory" BaseType="Memory.v1_4_7.Memory"/>
1539 </Schema>
1540
Gunnar Mills262d7d42021-01-20 16:28:41 -06001541 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_4_9">
1542 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1543 <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
1544 <EntityType Name="Memory" BaseType="Memory.v1_4_8.Memory"/>
1545 </Schema>
1546
Ed Tanousf263e092023-05-22 09:56:29 -07001547 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_4_10">
1548 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1549 <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."/>
1550 <EntityType Name="Memory" BaseType="Memory.v1_4_9.Memory"/>
1551 </Schema>
1552
Jason M. Billsea4aa752018-06-05 13:29:11 -07001553 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_5_0">
1554 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001555 <Annotation Term="Redfish.Release" String="2018.1"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001556
Jason M. Billsea4aa752018-06-05 13:29:11 -07001557 <EntityType Name="Memory" BaseType="Memory.v1_4_1.Memory"/>
1558
1559 <ComplexType Name="RegionSet" BaseType="Memory.v1_0_0.RegionSet">
1560 <Property Name="PassphraseEnabled" Type="Edm.Boolean">
1561 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001562 <Annotation Term="OData.Description" String="An indication of whether the passphrase is enabled for this region."/>
1563 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the passphrase is enabled for this region."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001564 </Property>
1565 </ComplexType>
1566 </Schema>
1567
Ed Tanous530520e2019-01-02 13:41:37 -08001568 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_5_1">
1569 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001570 <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."/>
Ed Tanous530520e2019-01-02 13:41:37 -08001571 <EntityType Name="Memory" BaseType="Memory.v1_5_0.Memory"/>
1572 </Schema>
1573
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001574 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_5_2">
1575 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001576 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001577 <EntityType Name="Memory" BaseType="Memory.v1_5_1.Memory"/>
1578 </Schema>
1579
Ed Tanouscb103132019-10-08 11:34:22 -07001580 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_5_3">
1581 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1582 <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."/>
1583 <EntityType Name="Memory" BaseType="Memory.v1_5_2.Memory"/>
1584 </Schema>
1585
1586 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_5_4">
1587 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1588 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1589 <EntityType Name="Memory" BaseType="Memory.v1_5_3.Memory"/>
1590 </Schema>
1591
Gunnar Millsa778c022020-05-12 12:20:36 -05001592 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_5_5">
1593 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1594 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1595 <EntityType Name="Memory" BaseType="Memory.v1_5_4.Memory"/>
1596 </Schema>
1597
Gunnar Mills844b4152020-06-22 12:44:09 -05001598 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_5_6">
1599 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1600 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1601 <EntityType Name="Memory" BaseType="Memory.v1_5_5.Memory"/>
1602 </Schema>
1603
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001604 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_5_7">
1605 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1606 <Annotation Term="OData.Description" String="This version was created to clarify properties reflect the memory device as opposed to generic memory."/>
1607 <EntityType Name="Memory" BaseType="Memory.v1_5_6.Memory"/>
1608 </Schema>
1609
Gunnar Mills262d7d42021-01-20 16:28:41 -06001610 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_5_8">
1611 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1612 <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
1613 <EntityType Name="Memory" BaseType="Memory.v1_5_7.Memory"/>
1614 </Schema>
1615
Ed Tanousf263e092023-05-22 09:56:29 -07001616 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_5_9">
1617 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1618 <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."/>
1619 <EntityType Name="Memory" BaseType="Memory.v1_5_8.Memory"/>
1620 </Schema>
1621
Ed Tanous530520e2019-01-02 13:41:37 -08001622 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_6_0">
1623 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001624 <Annotation Term="Redfish.Release" String="2018.2"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001625 <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."/>
Gunnar Mills844b4152020-06-22 12:44:09 -05001626
Ed Tanous530520e2019-01-02 13:41:37 -08001627 <EntityType Name="Memory" BaseType="Memory.v1_5_1.Memory"/>
1628 </Schema>
1629
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001630 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_6_1">
1631 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001632 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001633 <EntityType Name="Memory" BaseType="Memory.v1_6_0.Memory"/>
1634 </Schema>
1635
Ed Tanouscb103132019-10-08 11:34:22 -07001636 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_6_2">
1637 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1638 <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."/>
1639 <EntityType Name="Memory" BaseType="Memory.v1_6_1.Memory"/>
1640 </Schema>
1641
1642 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_6_3">
1643 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1644 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1645 <EntityType Name="Memory" BaseType="Memory.v1_6_2.Memory"/>
1646 </Schema>
1647
Gunnar Millsa778c022020-05-12 12:20:36 -05001648 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_6_4">
1649 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1650 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1651 <EntityType Name="Memory" BaseType="Memory.v1_6_3.Memory"/>
1652 </Schema>
1653
Gunnar Mills844b4152020-06-22 12:44:09 -05001654 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_6_5">
1655 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1656 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1657 <EntityType Name="Memory" BaseType="Memory.v1_6_4.Memory"/>
1658 </Schema>
1659
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001660 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_6_6">
1661 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1662 <Annotation Term="OData.Description" String="This version was created to clarify properties reflect the memory device as opposed to generic memory."/>
1663 <EntityType Name="Memory" BaseType="Memory.v1_6_5.Memory"/>
1664 </Schema>
1665
Gunnar Mills262d7d42021-01-20 16:28:41 -06001666 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_6_7">
1667 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1668 <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."/>
1669 <EntityType Name="Memory" BaseType="Memory.v1_6_6.Memory"/>
1670 </Schema>
1671
Ed Tanousf263e092023-05-22 09:56:29 -07001672 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_6_8">
1673 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1674 <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."/>
1675 <EntityType Name="Memory" BaseType="Memory.v1_6_7.Memory"/>
1676 </Schema>
1677
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001678 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_7_0">
1679 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1680 <Annotation Term="Redfish.Release" String="2018.3"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001681 <Annotation Term="OData.Description" String="This version was created to add 3DXPoint to the MemoryMedia enumeration. It was also created to add SecurityState, add ConfigurationLocked, and to replace SecurityStates with individual capability properties."/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001682
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001683 <EntityType Name="Memory" BaseType="Memory.v1_6_1.Memory">
1684 <Property Name="SecurityState" Type="Memory.v1_0_0.SecurityStates">
1685 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001686 <Annotation Term="OData.Description" String="The current security state of this memory device."/>
1687 <Annotation Term="OData.LongDescription" String="This property shall contain the current security state of this memory device."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001688 </Property>
1689 <Property Name="ConfigurationLocked" Type="Edm.Boolean">
1690 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001691 <Annotation Term="OData.Description" String="An indication of whether the configuration of this memory device is locked and cannot be altered."/>
1692 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the configuration of this memory device is locked and cannot be altered."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001693 </Property>
1694 </EntityType>
1695
1696 <ComplexType Name="SecurityCapabilities" BaseType="Memory.v1_0_0.SecurityCapabilities">
1697 <Property Name="ConfigurationLockCapable" Type="Edm.Boolean">
1698 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001699 <Annotation Term="OData.Description" String="An indication of whether this memory device supports the locking, or freezing, of the configuration."/>
1700 <Annotation Term="OData.LongDescription" String="This property shall indicate whether this memory device supports the locking, or freezing, of the configuration."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001701 </Property>
1702 <Property Name="DataLockCapable" Type="Edm.Boolean">
1703 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001704 <Annotation Term="OData.Description" String="An indication of whether this memory device supports data locking."/>
1705 <Annotation Term="OData.LongDescription" String="This property shall indicate whether this memory device supports the locking of data access."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001706 </Property>
1707 <Property Name="PassphraseLockLimit" Type="Edm.Int64">
1708 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001709 <Annotation Term="OData.Description" String="The maximum number of incorrect passphrase attempts allowed before memory device is locked."/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001710 <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."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001711 </Property>
1712 </ComplexType>
1713 </Schema>
1714
Ed Tanouscb103132019-10-08 11:34:22 -07001715 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_7_1">
1716 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1717 <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."/>
1718 <EntityType Name="Memory" BaseType="Memory.v1_7_0.Memory"/>
1719 </Schema>
1720
1721 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_7_2">
1722 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1723 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1724 <EntityType Name="Memory" BaseType="Memory.v1_7_1.Memory"/>
1725 </Schema>
1726
Gunnar Millsa778c022020-05-12 12:20:36 -05001727 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_7_3">
1728 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1729 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1730 <EntityType Name="Memory" BaseType="Memory.v1_7_2.Memory"/>
1731 </Schema>
1732
Gunnar Mills844b4152020-06-22 12:44:09 -05001733 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_7_4">
1734 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1735 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1736 <EntityType Name="Memory" BaseType="Memory.v1_7_3.Memory"/>
1737 </Schema>
1738
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001739 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_7_5">
1740 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1741 <Annotation Term="OData.Description" String="This version was created to clarify properties reflect the memory device as opposed to generic memory."/>
1742 <EntityType Name="Memory" BaseType="Memory.v1_7_4.Memory"/>
1743 </Schema>
1744
Gunnar Mills262d7d42021-01-20 16:28:41 -06001745 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_7_6">
1746 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1747 <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."/>
1748 <EntityType Name="Memory" BaseType="Memory.v1_7_5.Memory"/>
1749 </Schema>
1750
Ed Tanousf263e092023-05-22 09:56:29 -07001751 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_7_7">
1752 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1753 <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."/>
1754 <EntityType Name="Memory" BaseType="Memory.v1_7_6.Memory"/>
1755 </Schema>
1756
Ed Tanouscb103132019-10-08 11:34:22 -07001757 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_8_0">
1758 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1759 <Annotation Term="Redfish.Release" String="2019.2"/>
1760 <Annotation Term="OData.Description" String="This version was created to add a Reset action."/>
Ed Tanousf263e092023-05-22 09:56:29 -07001761
Ed Tanouscb103132019-10-08 11:34:22 -07001762 <EntityType Name="Memory" BaseType="Memory.v1_7_2.Memory"/>
1763 </Schema>
Gunnar Mills09b9d452020-02-11 13:27:39 -06001764
Gunnar Millsa778c022020-05-12 12:20:36 -05001765 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_8_1">
1766 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1767 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1768 <EntityType Name="Memory" BaseType="Memory.v1_8_0.Memory"/>
1769 </Schema>
1770
Gunnar Mills844b4152020-06-22 12:44:09 -05001771 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_8_2">
1772 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1773 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1774 <EntityType Name="Memory" BaseType="Memory.v1_8_1.Memory"/>
1775 </Schema>
1776
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001777 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_8_3">
1778 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1779 <Annotation Term="OData.Description" String="This version was created to clarify properties reflect the memory device as opposed to generic memory."/>
1780 <EntityType Name="Memory" BaseType="Memory.v1_8_2.Memory"/>
1781 </Schema>
1782
Gunnar Mills262d7d42021-01-20 16:28:41 -06001783 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_8_4">
1784 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1785 <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."/>
1786 <EntityType Name="Memory" BaseType="Memory.v1_8_3.Memory"/>
1787 </Schema>
1788
Ed Tanousf263e092023-05-22 09:56:29 -07001789 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_8_5">
1790 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1791 <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."/>
1792 <EntityType Name="Memory" BaseType="Memory.v1_8_4.Memory"/>
1793 </Schema>
1794
Gunnar Mills09b9d452020-02-11 13:27:39 -06001795 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_9_0">
1796 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1797 <Annotation Term="Redfish.Release" String="2019.4"/>
1798 <Annotation Term="OData.Description" String="This version was created to deprecate the DeviceLocator property in favor of the common ServiceLabel property within Location."/>
Gunnar Mills844b4152020-06-22 12:44:09 -05001799
Gunnar Mills09b9d452020-02-11 13:27:39 -06001800 <EntityType Name="Memory" BaseType="Memory.v1_8_0.Memory"/>
1801 </Schema>
1802
Gunnar Millsa778c022020-05-12 12:20:36 -05001803 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_9_1">
1804 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1805 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1806 <EntityType Name="Memory" BaseType="Memory.v1_9_0.Memory"/>
1807 </Schema>
1808
Gunnar Mills844b4152020-06-22 12:44:09 -05001809 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_9_2">
1810 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1811 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1812 <EntityType Name="Memory" BaseType="Memory.v1_9_1.Memory"/>
1813 </Schema>
1814
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001815 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_9_3">
1816 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1817 <Annotation Term="OData.Description" String="This version was created to clarify properties reflect the memory device as opposed to generic memory."/>
1818 <EntityType Name="Memory" BaseType="Memory.v1_9_2.Memory"/>
1819 </Schema>
1820
Gunnar Mills262d7d42021-01-20 16:28:41 -06001821 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_9_4">
1822 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1823 <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."/>
1824 <EntityType Name="Memory" BaseType="Memory.v1_9_3.Memory"/>
1825 </Schema>
1826
Ed Tanousf263e092023-05-22 09:56:29 -07001827 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_9_5">
1828 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1829 <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."/>
1830 <EntityType Name="Memory" BaseType="Memory.v1_9_4.Memory"/>
1831 </Schema>
1832
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001833 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_10_0">
1834 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1835 <Annotation Term="Redfish.Release" String="2020.3"/>
1836
1837 <EntityType Name="Memory" BaseType="Memory.v1_9_3.Memory">
1838 <Property Name="LocationIndicatorActive" Type="Edm.Boolean">
1839 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1840 <Annotation Term="OData.Description" String="An indicator allowing an operator to physically locate this resource."/>
1841 <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."/>
1842 </Property>
1843 </EntityType>
1844 </Schema>
1845
Gunnar Mills262d7d42021-01-20 16:28:41 -06001846 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_10_1">
1847 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1848 <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."/>
1849 <EntityType Name="Memory" BaseType="Memory.v1_10_0.Memory"/>
1850 </Schema>
1851
Ed Tanousf263e092023-05-22 09:56:29 -07001852 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_10_2">
1853 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1854 <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."/>
1855 <EntityType Name="Memory" BaseType="Memory.v1_10_1.Memory"/>
1856 </Schema>
1857
Gunnar Mills262d7d42021-01-20 16:28:41 -06001858 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_11_0">
1859 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1860 <Annotation Term="Redfish.Release" String="2020.4"/>
1861 <Annotation Term="OData.Description" String="This version was created to include the processor memory types to the enumerations of MemoryDeviceType, the links to the resource type Processor associated with the memory, and add Model and SparePartNumber. It was also created to add a link for EnvironmentMetrics."/>
1862
1863 <EntityType Name="Memory" BaseType="Memory.v1_10_1.Memory">
1864 <Property Name="SparePartNumber" Type="Edm.String">
1865 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1866 <Annotation Term="OData.Description" String="The spare part number of the memory."/>
1867 <Annotation Term="OData.LongDescription" String="This property shall contain the spare part number of the memory."/>
1868 </Property>
1869 <Property Name="Model" Type="Edm.String">
1870 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1871 <Annotation Term="OData.Description" String="The product model number of this device."/>
1872 <Annotation Term="OData.LongDescription" String="This property shall indicate the model information as provided by the manufacturer of this memory."/>
1873 </Property>
1874 <NavigationProperty Name="EnvironmentMetrics" Type="EnvironmentMetrics.EnvironmentMetrics" Nullable="false">
1875 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1876 <Annotation Term="OData.Description" String="The link to the environment metrics for this memory."/>
1877 <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."/>
1878 <Annotation Term="OData.AutoExpandReferences"/>
1879 </NavigationProperty>
1880 <NavigationProperty Name="Certificates" Type="CertificateCollection.CertificateCollection" ContainsTarget="true" Nullable="false">
1881 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1882 <Annotation Term="OData.Description" String="The link to a collection of certificates for device identity and attestation."/>
1883 <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."/>
1884 <Annotation Term="OData.AutoExpandReferences"/>
1885 </NavigationProperty>
1886 <Property Name="Measurements" Type="Collection(SoftwareInventory.MeasurementBlock)" Nullable="false">
1887 <Annotation Term="OData.Description" String="An array of DSP0274-defined measurement blocks."/>
1888 <Annotation Term="OData.LongDescription" String="This property shall contain an array of DSP0274-defined measurement blocks."/>
Sui Chen141d9432022-02-03 22:01:27 -08001889 <Annotation Term="Redfish.Revisions">
1890 <Collection>
1891 <Record>
1892 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
1893 <PropertyValue Property="Version" String="v1_14_0"/>
1894 <PropertyValue Property="Description" String="This property has been deprecated in favor of the ComponentIntegrity resource."/>
1895 </Record>
1896 </Collection>
1897 </Annotation>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001898 </Property>
1899 </EntityType>
1900
1901 <ComplexType Name="Links" BaseType="Memory.v1_2_0.Links">
1902 <NavigationProperty Name="Processors" Type="Collection(Processor.Processor)">
1903 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1904 <Annotation Term="OData.Description" String="An array of links to the processors associated with this memory device."/>
1905 <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."/>
1906 <Annotation Term="OData.AutoExpandReferences"/>
1907 </NavigationProperty>
1908 </ComplexType>
1909 </Schema>
1910
Ed Tanousf263e092023-05-22 09:56:29 -07001911 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_11_1">
1912 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1913 <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."/>
1914 <EntityType Name="Memory" BaseType="Memory.v1_11_0.Memory"/>
1915 </Schema>
1916
Gunnar Mills10f270b2021-05-19 15:34:06 -05001917 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_12_0">
1918 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1919 <Annotation Term="Redfish.Release" String="2021.1"/>
1920 <Annotation Term="OData.Description" String="This version was created to include the Enabled property."/>
1921
1922 <EntityType Name="Memory" BaseType="Memory.v1_11_0.Memory">
1923 <Property Name="Enabled" Type="Edm.Boolean" Nullable="false">
1924 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1925 <Annotation Term="OData.Description" String="An indication of whether this memory is enabled."/>
1926 <Annotation Term="OData.LongDescription" String="The value of this property shall indicate if this memory is enabled."/>
1927 </Property>
1928 </EntityType>
1929 </Schema>
1930
Ed Tanousf263e092023-05-22 09:56:29 -07001931 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_12_1">
1932 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1933 <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."/>
1934 <EntityType Name="Memory" BaseType="Memory.v1_12_0.Memory"/>
1935 </Schema>
1936
Gunnar Mills9d424662021-09-22 21:56:16 -05001937 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_13_0">
1938 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1939 <Annotation Term="Redfish.Release" String="2021.2"/>
1940
1941 <EntityType Name="Memory" BaseType="Memory.v1_12_0.Memory">
1942 <NavigationProperty Name="Log" Type="LogService.LogService" ContainsTarget="true" Nullable="false">
1943 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1944 <Annotation Term="OData.Description" String="The link to the log service associated with this memory."/>
1945 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type LogService."/>
1946 <Annotation Term="OData.AutoExpandReferences"/>
Ed Tanousf263e092023-05-22 09:56:29 -07001947 <Annotation Term="Redfish.URISegment" String="DeviceLog"/>
Gunnar Mills9d424662021-09-22 21:56:16 -05001948 </NavigationProperty>
1949 <NavigationProperty Name="OperatingSpeedRangeMHz" Type="Control.Control">
1950 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1951 <Annotation Term="Redfish.ExcerptCopy" String="Range"/>
1952 <Annotation Term="OData.Description" String="Range of allowed operating speeds (MHz)."/>
Sui Chen141d9432022-02-03 22:01:27 -08001953 <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`."/>
Gunnar Mills9d424662021-09-22 21:56:16 -05001954 </NavigationProperty>
1955 </EntityType>
1956 </Schema>
1957
Sui Chen141d9432022-02-03 22:01:27 -08001958 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_13_1">
1959 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1960 <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."/>
1961 <EntityType Name="Memory" BaseType="Memory.v1_13_0.Memory"/>
1962 </Schema>
1963
Ed Tanousf263e092023-05-22 09:56:29 -07001964 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_13_2">
1965 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1966 <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."/>
1967 <EntityType Name="Memory" BaseType="Memory.v1_13_1.Memory"/>
1968 </Schema>
1969
Sui Chen141d9432022-02-03 22:01:27 -08001970 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_14_0">
1971 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1972 <Annotation Term="Redfish.Release" String="2021.4"/>
1973 <Annotation Term="OData.Description" String="This version was created to deprecate Measurements in favor of measurement reporting in the ComponentIntegrity resource."/>
1974
1975 <EntityType Name="Memory" BaseType="Memory.v1_13_1.Memory"/>
1976 </Schema>
1977
Ed Tanousf263e092023-05-22 09:56:29 -07001978 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_14_1">
1979 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1980 <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."/>
1981 <EntityType Name="Memory" BaseType="Memory.v1_14_0.Memory"/>
1982 </Schema>
1983
Ed Tanoused761212022-09-23 15:03:29 -07001984 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_15_0">
1985 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1986 <Annotation Term="Redfish.Release" String="2022.1"/>
1987
1988 <EntityType Name="Memory" BaseType="Memory.v1_14_0.Memory"/>
1989
1990 <ComplexType Name="Links" BaseType="Memory.v1_11_0.Links">
1991 <NavigationProperty Name="Batteries" Type="Collection(Battery.Battery)">
1992 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1993 <Annotation Term="OData.Description" String="The batteries that provide power to this memory device during a power loss event."/>
1994 <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."/>
1995 <Annotation Term="OData.AutoExpandReferences"/>
1996 </NavigationProperty>
1997 </ComplexType>
1998 </Schema>
1999
Ed Tanousf263e092023-05-22 09:56:29 -07002000 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_15_1">
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 and Log."/>
2003 <EntityType Name="Memory" BaseType="Memory.v1_15_0.Memory"/>
2004 </Schema>
2005
Asmitha Karunanithi009c6452022-09-22 01:07:59 -05002006 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_16_0">
2007 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2008 <Annotation Term="Redfish.Release" String="2022.2"/>
2009 <Annotation Term="OData.Description" String="This version was created to add the ResetToDefaults action."/>
2010
2011 <EntityType Name="Memory" BaseType="Memory.v1_15_0.Memory"/>
2012 </Schema>
2013
Ed Tanousf263e092023-05-22 09:56:29 -07002014 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_16_1">
2015 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2016 <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."/>
2017 <EntityType Name="Memory" BaseType="Memory.v1_16_0.Memory"/>
2018 </Schema>
2019
Ed Tanousa8d8f9d2023-01-26 13:57:00 -08002020 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_17_0">
2021 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2022 <Annotation Term="Redfish.Release" String="2022.3"/>
2023 <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."/>
2024
2025 <EntityType Name="Memory" BaseType="Memory.v1_16_0.Memory">
2026 <Property Name="PoisonListMaxMediaErrorRecords" Type="Edm.Int64" Nullable="false">
2027 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2028 <Annotation Term="OData.Description" String="The maximum number of media error records this device can track in its poison list."/>
2029 <Annotation Term="OData.LongDescription" String="This property shall contain the maximum number of media error records this device can track in its poison list."/>
2030 </Property>
2031 <Property Name="CXL" Type="Memory.v1_17_0.CXL" Nullable="false">
2032 <Annotation Term="OData.Description" String="CXL properties for this memory device."/>
2033 <Annotation Term="OData.LongDescription" String="This property shall contain CXL-specific properties for this memory device."/>
2034 </Property>
2035 <Property Name="VolatileSizeLimitMiB" Type="Edm.Int64" Nullable="false">
2036 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2037 <Annotation Term="OData.Description" String="The total volatile memory capacity in mebibytes (MiB)."/>
2038 <Annotation Term="OData.LongDescription" String="This property shall contain the total volatile memory capacity in mebibytes (MiB)."/>
2039 <Annotation Term="Measures.Unit" String="MiBy"/>
2040 </Property>
2041 <Property Name="NonVolatileSizeLimitMiB" Type="Edm.Int64" Nullable="false">
2042 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2043 <Annotation Term="OData.Description" String="The total non-volatile memory capacity in mebibytes (MiB)."/>
2044 <Annotation Term="OData.LongDescription" String="This property shall contain the total non-volatile memory capacity in mebibytes (MiB)."/>
2045 <Annotation Term="Measures.Unit" String="MiBy"/>
2046 </Property>
2047 <Property Name="SecurityStates" Type="Memory.v1_17_0.SecurityStateInfo" Nullable="false">
2048 <Annotation Term="OData.Description" String="The security states of this memory device."/>
2049 <Annotation Term="OData.LongDescription" String="This property shall contain the security states of this memory device."/>
2050 </Property>
2051 <Property Name="HealthData" Type="Memory.v1_17_0.HealthData" Nullable="false">
2052 <Annotation Term="OData.Description" String="The health data of this memory device."/>
2053 <Annotation Term="OData.LongDescription" String="This property shall contain the health data of this memory device."/>
2054 </Property>
2055 </EntityType>
2056
2057 <ComplexType Name="Links" BaseType="Memory.v1_15_0.Links">
2058 <NavigationProperty Name="Endpoints" Type="Collection(Endpoint.Endpoint)">
2059 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2060 <Annotation Term="OData.Description" String="An array of links to the endpoints associated with this memory."/>
2061 <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."/>
2062 <Annotation Term="OData.AutoExpandReferences"/>
2063 </NavigationProperty>
2064 <NavigationProperty Name="MemoryMediaSources" Type="Collection(MemoryChunks.MemoryChunks)">
2065 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2066 <Annotation Term="OData.Description" String="An array of memory chunks providing media for this memory."/>
2067 <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."/>
2068 <Annotation Term="OData.AutoExpandReferences"/>
2069 </NavigationProperty>
2070 </ComplexType>
2071
2072 <ComplexType Name="CXL">
2073 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
2074 <Annotation Term="OData.Description" String="CXL properties for a memory device."/>
2075 <Annotation Term="OData.LongDescription" String="This type shall contain CXL-specific properties for a memory device."/>
2076 <Property Name="LabelStorageSizeBytes" Type="Edm.Int64" Nullable="false">
2077 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2078 <Annotation Term="OData.Description" String="The size of the label storage area in bytes of this memory device."/>
2079 <Annotation Term="OData.LongDescription" String="This property shall contain the size of the label storage area in bytes of this memory device."/>
2080 <Annotation Term="Measures.Unit" String="By"/>
2081 </Property>
2082 <Property Name="StagedVolatileSizeMiB" Type="Edm.Int64" Nullable="false">
2083 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2084 <Annotation Term="OData.Description" String="Total device non-volatile capacity in MiB staged for next activation. This value shall be in multiples of 256 MiB."/>
2085 <Annotation Term="OData.LongDescription" String="The value of this property shall indicate the total device non-volatile capacity in Mebibytes staged for next activation. This value shall be in multiples of 256 Mebibytes."/>
2086 <Annotation Term="Measures.Unit" String="MiBy"/>
2087 </Property>
2088 <Property Name="StagedNonVolatileSizeMiB" Type="Edm.Int64" Nullable="false">
2089 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2090 <Annotation Term="OData.Description" String="Total device non-volatile capacity in MiB. The value shall be in multiples of 256MiB."/>
2091 <Annotation Term="OData.LongDescription" String="The value of this property shall indicate the total device non-volatile capacity in Mebibytes. The value shall be in multiples of 256 Mebibytes."/>
2092 <Annotation Term="Measures.Unit" String="MiBy"/>
2093 </Property>
2094 </ComplexType>
2095
2096 <ComplexType Name="RegionSet" BaseType="Memory.v1_5_0.RegionSet">
2097 <Property Name="MasterPassphraseEnabled" Type="Edm.Boolean">
2098 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2099 <Annotation Term="OData.Description" String="An indication of whether the master passphrase is enabled for this region."/>
2100 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the master passphrase is enabled for this region."/>
2101 </Property>
2102 </ComplexType>
2103
2104 <ComplexType Name="SecurityStateInfo">
2105 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
2106 <Annotation Term="OData.Description" String="The security states of a memory device."/>
2107 <Annotation Term="OData.LongDescription" String="This type shall contain the security states of a memory device."/>
2108 <Property Name="UserPassphraseAttemptCountReached" Type="Edm.Boolean">
2109 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2110 <Annotation Term="OData.Description" String="An indication of whether an incorrect user passphrase attempt count has been reached."/>
2111 <Annotation Term="OData.LongDescription" String="This property shall indicate whether an incorrect user passphrase attempt count has been reached."/>
2112 </Property>
2113 <Property Name="MasterPassphraseAttemptCountReached" Type="Edm.Boolean">
2114 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2115 <Annotation Term="OData.Description" String="An indication of whether an incorrect master passphrase attempt count has been reached."/>
2116 <Annotation Term="OData.LongDescription" String="This property shall indicate whether an incorrect master passphrase attempt count has been reached."/>
2117 </Property>
2118 </ComplexType>
2119
2120 <ComplexType Name="HealthData">
2121 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
2122 <Annotation Term="OData.Description" String="The health data of a memory device."/>
2123 <Annotation Term="OData.LongDescription" String="This type shall contain the health data of a memory device."/>
2124 <Property Name="PredictedMediaLifeLeftPercent" Type="Edm.Decimal">
2125 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2126 <Annotation Term="OData.Description" String="The current health of the memory device as a percentage."/>
2127 <Annotation Term="OData.LongDescription" String="This property shall contain the current health of the memory device as a percentage."/>
2128 <Annotation Term="Measures.Unit" String="%"/>
2129 </Property>
2130 </ComplexType>
2131 </Schema>
2132
Ed Tanousf263e092023-05-22 09:56:29 -07002133 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_17_1">
2134 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2135 <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."/>
2136 <EntityType Name="Memory" BaseType="Memory.v1_17_0.Memory"/>
2137 </Schema>
2138
Jason M. Billsea4aa752018-06-05 13:29:11 -07002139 </edmx:DataServices>
2140</edmx:Edmx>