blob: 9acc901b92e17fa1e93cf43243e31ed33932da17 [file] [log] [blame]
Jason M. Billsea4aa752018-06-05 13:29:11 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05004<!--# Redfish Schema: Memory v1.10.0 -->
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 -->
Gunnar Millsa778c022020-05-12 12:20:36 -05008<!--# Copyright 2014-2020 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>
40
41 <edmx:DataServices>
42
43 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory">
44 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
45
46 <EntityType Name="Memory" BaseType="Resource.v1_0_0.Resource" Abstract="true">
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -050047 <Annotation Term="OData.Description" String="The Memory schema represents a memory device, such as a DIMM, and its configuration."/>
48 <Annotation Term="OData.LongDescription" String="This resource shall represent a memory device in a Redfish implementation."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070049 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
50 <Annotation Term="Capabilities.InsertRestrictions">
51 <Record>
52 <PropertyValue Property="Insertable" Bool="false"/>
53 </Record>
54 </Annotation>
55 <Annotation Term="Capabilities.UpdateRestrictions">
56 <Record>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -050057 <PropertyValue Property="Updatable" Bool="true"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070058 </Record>
59 </Annotation>
60 <Annotation Term="Capabilities.DeleteRestrictions">
61 <Record>
62 <PropertyValue Property="Deletable" Bool="false"/>
63 </Record>
64 </Annotation>
Ed Tanous530520e2019-01-02 13:41:37 -080065 <Annotation Term="Redfish.Uris">
66 <Collection>
67 <String>/redfish/v1/Systems/{ComputerSystemId}/Memory/{MemoryId}</String>
Gunnar Mills09b9d452020-02-11 13:27:39 -060068 <String>/redfish/v1/Chassis/{ChassisId}/Memory/{MemoryId}</String>
Ed Tanous530520e2019-01-02 13:41:37 -080069 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Memory/{MemoryId}</String>
70 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Memory/{MemoryId}</String>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060071 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Memory/{MemoryId}</String>
72 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Memory/{MemoryId}</String>
Ed Tanous530520e2019-01-02 13:41:37 -080073 </Collection>
74 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -070075 </EntityType>
76
77 <Action Name="UnlockUnit" IsBound="true">
Ed Tanouscb103132019-10-08 11:34:22 -070078 <Annotation Term="OData.Description" String="This contains the action for unlocking given regions."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070079 <Annotation Term="OData.LongDescription" String="This action shall apply the supplied passphrase to the supplied region for the purpose of unlocking the given regions."/>
80 <Parameter Name="Memory" Type="Memory.v1_0_0.Actions"/>
81 <Parameter Name="RegionId" Type="Edm.String" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -070082 <Annotation Term="OData.Description" String="The memory region ID to which to apply this action."/>
83 <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 -070084 </Parameter>
85 <Parameter Name="Passphrase" Type="Edm.String" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -070086 <Annotation Term="OData.Description" String="The passphrase required to complete the operation."/>
87 <Annotation Term="OData.LongDescription" String="This property shall contain the passphrase required to complete this actionn."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070088 </Parameter>
89 </Action>
90
91 <Action Name="SecureEraseUnit" IsBound="true">
Gunnar Millsa778c022020-05-12 12:20:36 -050092 <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 -070093 <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 -080094 <Parameter Name="Memory" Type="Memory.v1_0_0.Actions"/>
95 <Parameter Name="RegionId" Type="Edm.String" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -070096 <Annotation Term="OData.Description" String="The memory region ID to which to apply this action."/>
97 <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 -080098 </Parameter>
99 <Parameter Name="Passphrase" Type="Edm.String" Nullable="false">
100 <Annotation Term="OData.Description" String="Passphrase for doing the operation."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700101 <Annotation Term="OData.LongDescription" String="This property shall contain the passphrase used in this action."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800102 </Parameter>
103 </Action>
104
105 <Action Name="OverwriteUnit" IsBound="true">
Ed Tanouscb103132019-10-08 11:34:22 -0700106 <Annotation Term="OData.Description" String="This contains the action for securely erasing given regions using the NIST SP800-88 Purge: Overwrite."/>
107 <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 -0600108 <Annotation Term="Redfish.Revisions">
109 <Collection>
110 <Record>
111 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
112 <PropertyValue Property="Version" String="v1_6_0"/>
113 </Record>
114 </Collection>
115 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700116 <Parameter Name="Memory" Type="Memory.v1_0_0.Actions"/>
117 <Parameter Name="RegionId" Type="Edm.String" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700118 <Annotation Term="OData.Description" String="The memory region ID to which to apply this action."/>
119 <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 -0700120 </Parameter>
121 <Parameter Name="Passphrase" Type="Edm.String" Nullable="false">
122 <Annotation Term="OData.Description" String="Passphrase for doing the operation."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700123 <Annotation Term="OData.LongDescription" String="This property shall contain the passphrase used in this action."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700124 </Parameter>
125 </Action>
126
127 <Action Name="SetPassphrase" IsBound="true">
128 <Annotation Term="OData.Description" String="Set passphrase for the given regions."/>
129 <Annotation Term="OData.LongDescription" String="This action shall apply the supplied passphrase to the supplied region."/>
130 <Parameter Name="Memory" Type="Memory.v1_0_0.Actions"/>
131 <Parameter Name="RegionId" Type="Edm.String" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700132 <Annotation Term="OData.Description" String="The memory region ID to which to apply this action."/>
133 <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 -0700134 </Parameter>
135 <Parameter Name="Passphrase" Type="Edm.String" Nullable="false">
136 <Annotation Term="OData.Description" String="Passphrase for doing the operation."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700137 <Annotation Term="OData.LongDescription" String="This property shall contain the passphrase used in this action."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700138 </Parameter>
139 </Action>
140
141 <Action Name="DisablePassphrase" IsBound="true">
142 <Annotation Term="OData.Description" String="Disable passphrase for given regions."/>
143 <Annotation Term="OData.LongDescription" String="This action shall disaple the need for passphrases on the supplied region provided the supplied passphrase matches that of the region."/>
144 <Parameter Name="Memory" Type="Memory.v1_0_0.Actions"/>
145 <Parameter Name="RegionId" Type="Edm.String" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700146 <Annotation Term="OData.Description" String="The memory region ID to which to apply this action."/>
147 <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 -0700148 </Parameter>
149 <Parameter Name="Passphrase" Type="Edm.String" Nullable="false">
150 <Annotation Term="OData.Description" String="Passphrase for doing the operation."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700151 <Annotation Term="OData.LongDescription" String="This property shall contain the passphrase used in this action."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700152 </Parameter>
153 </Action>
Ed Tanouscb103132019-10-08 11:34:22 -0700154
155 <Action Name="Reset" IsBound="true">
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500156 <Annotation Term="OData.Description" String="This action resets this memory device."/>
157 <Annotation Term="OData.LongDescription" String="This action shall reset this memory device."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700158 <Parameter Name="Memory" Type="Memory.v1_0_0.Actions"/>
159 <Parameter Name="ResetType" Type="Resource.ResetType">
160 <Annotation Term="OData.Description" String="The type of reset."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500161 <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 -0700162 </Parameter>
Ed Tanouscb103132019-10-08 11:34:22 -0700163 <Annotation Term="Redfish.Revisions">
164 <Collection>
165 <Record>
166 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
167 <PropertyValue Property="Version" String="v1_8_0"/>
168 </Record>
169 </Collection>
170 </Annotation>
171 </Action>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700172 </Schema>
173
174 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_0_0">
175 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600176 <Annotation Term="Redfish.Release" String="2016.1"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700177
178 <EntityType Name="Memory" BaseType="Memory.Memory">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700179 <Property Name="MemoryType" Type="Memory.v1_0_0.MemoryType">
180 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500181 <Annotation Term="OData.Description" String="The type of memory device."/>
182 <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 -0700183 </Property>
184 <Property Name="MemoryDeviceType" Type="Memory.v1_0_0.MemoryDeviceType">
185 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500186 <Annotation Term="OData.Description" String="Type details of the memory device."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700187 <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 -0700188 </Property>
189 <Property Name="BaseModuleType" Type="Memory.v1_0_0.BaseModuleType">
190 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500191 <Annotation Term="OData.Description" String="The base module type of the memory device."/>
192 <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 -0700193 </Property>
194 <Property Name="MemoryMedia" Type="Collection(Memory.v1_0_0.MemoryMedia)" Nullable="false">
195 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500196 <Annotation Term="OData.Description" String="Media of this memory device."/>
197 <Annotation Term="OData.LongDescription" String="This property shall contain the media types of this memory device."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700198 </Property>
199 <Property Name="CapacityMiB" Type="Edm.Int64">
200 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700201 <Annotation Term="OData.Description" String="Memory capacity in mebibytes (MiB)."/>
202 <Annotation Term="OData.LongDescription" String="This property shall contain the memory capacity in MiB."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700203 <Annotation Term="Measures.Unit" String="MiBy"/>
204 </Property>
205 <Property Name="DataWidthBits" Type="Edm.Int64">
206 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700207 <Annotation Term="OData.Description" String="Data width in bits."/>
208 <Annotation Term="OData.LongDescription" String="This property shall contain the data width in bits."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700209 </Property>
210 <Property Name="BusWidthBits" Type="Edm.Int64">
211 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700212 <Annotation Term="OData.Description" String="The bus width, in bits."/>
213 <Annotation Term="OData.LongDescription" String="This property shall contain the bus width, in bits."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700214 </Property>
215 <Property Name="Manufacturer" Type="Edm.String">
216 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500217 <Annotation Term="OData.Description" String="The memory device manufacturer."/>
218 <Annotation Term="OData.LongDescription" String="This property shall contain the manufacturer of the memory device."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700219 </Property>
220 <Property Name="SerialNumber" Type="Edm.String">
221 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
222 <Annotation Term="OData.Description" String="The product serial number of this device."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500223 <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 -0700224 </Property>
225 <Property Name="PartNumber" Type="Edm.String">
226 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
227 <Annotation Term="OData.Description" String="The product part number of this device."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500228 <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 -0700229 </Property>
230 <Property Name="AllowedSpeedsMHz" Type="Collection(Edm.Int64)" Nullable="false">
231 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500232 <Annotation Term="OData.Description" String="Speeds supported by this memory device."/>
233 <Annotation Term="OData.LongDescription" String="This property shall contain the speed supported by this memory device."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800234 <Annotation Term="Measures.Unit" String="MHz"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700235 </Property>
236 <Property Name="FirmwareRevision" Type="Edm.String">
237 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700238 <Annotation Term="OData.Description" String="Revision of firmware on the memory controller."/>
239 <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 -0700240 </Property>
241 <Property Name="FirmwareApiVersion" Type="Edm.String">
242 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
243 <Annotation Term="OData.Description" String="Version of API supported by the firmware."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700244 <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 -0700245 </Property>
246 <Property Name="FunctionClasses" Type="Collection(Edm.String)" Nullable="false">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700247 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500248 <Annotation Term="OData.Description" String="Function classes by the memory device."/>
249 <Annotation Term="OData.LongDescription" String="This property shall contain the function classes by the memory device."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600250 <Annotation Term="Redfish.Revisions">
251 <Collection>
252 <Record>
253 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
254 <PropertyValue Property="Version" String="v1_3_0"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500255 <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 -0600256 </Record>
257 </Collection>
258 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700259 </Property>
260 <Property Name="VendorID" Type="Edm.String">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700261 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
262 <Annotation Term="OData.Description" String="Vendor ID."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500263 <Annotation Term="OData.LongDescription" String="This property shall contain the vendor ID of the memory device."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600264 <Annotation Term="Redfish.Revisions">
265 <Collection>
266 <Record>
267 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
268 <PropertyValue Property="Version" String="v1_3_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700269 <PropertyValue Property="Description" String="This property has been deprecated in favor of ModuleManufacturerID."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600270 </Record>
271 </Collection>
272 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700273 </Property>
274 <Property Name="DeviceID" Type="Edm.String">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700275 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
276 <Annotation Term="OData.Description" String="Device ID."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500277 <Annotation Term="OData.LongDescription" String="This property shall contain the device ID of the memory device."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600278 <Annotation Term="Redfish.Revisions">
279 <Collection>
280 <Record>
281 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
282 <PropertyValue Property="Version" String="v1_3_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700283 <PropertyValue Property="Description" String="This property has been deprecated in favor of ModuleProductID."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600284 </Record>
285 </Collection>
286 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700287 </Property>
288 <Property Name="SubsystemVendorID" Type="Edm.String">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700289 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700290 <Annotation Term="OData.Description" String="SubSystem vendor ID."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500291 <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 -0600292 <Annotation Term="Redfish.Revisions">
293 <Collection>
294 <Record>
295 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
296 <PropertyValue Property="Version" String="v1_3_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700297 <PropertyValue Property="Description" String="This property has been deprecated in favor of MemorySubsystemControllerManufacturerID."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600298 </Record>
299 </Collection>
300 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700301 </Property>
302 <Property Name="SubsystemDeviceID" Type="Edm.String">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700303 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700304 <Annotation Term="OData.Description" String="Subsystem device ID."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500305 <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 -0600306 <Annotation Term="Redfish.Revisions">
307 <Collection>
308 <Record>
309 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
310 <PropertyValue Property="Version" String="v1_3_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700311 <PropertyValue Property="Description" String="This property has been deprecated in favor of MemorySubsystemControllerProductID."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600312 </Record>
313 </Collection>
314 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700315 </Property>
316 <Property Name="MaxTDPMilliWatts" Type="Collection(Edm.Int64)" Nullable="false">
317 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500318 <Annotation Term="OData.Description" String="Set of maximum power budgets supported by the memory device in milliwatts."/>
319 <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 -0800320 <Annotation Term="Measures.Unit" String="mW"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700321 </Property>
322 <Property Name="SecurityCapabilities" Type="Memory.v1_0_0.SecurityCapabilities" Nullable="false">
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500323 <Annotation Term="OData.Description" String="Security capabilities of the memory device."/>
324 <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 -0700325 </Property>
326 <Property Name="SpareDeviceCount" Type="Edm.Int64">
327 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500328 <Annotation Term="OData.Description" String="Number of unused spare devices available in the memory device."/>
329 <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 -0700330 </Property>
331 <Property Name="RankCount" Type="Edm.Int64">
332 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500333 <Annotation Term="OData.Description" String="Number of ranks available in the memory device."/>
334 <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 -0700335 </Property>
336 <Property Name="DeviceLocator" Type="Edm.String">
337 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500338 <Annotation Term="OData.Description" String="Location of the memory device in the platform."/>
339 <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 -0600340 <Annotation Term="Redfish.Revisions">
341 <Collection>
342 <Record>
343 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
344 <PropertyValue Property="Version" String="v1_9_0"/>
345 <PropertyValue Property="Description" String="This property has been deprecated in favor of the ServiceLabel property within Location."/>
346 </Record>
347 </Collection>
348 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700349 </Property>
350 <Property Name="MemoryLocation" Type="Memory.v1_0_0.MemoryLocation" Nullable="false">
351 <Annotation Term="OData.Description" String="Memory connection information to sockets and memory controllers."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700352 <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 -0700353 </Property>
354 <Property Name="ErrorCorrection" Type="Memory.v1_0_0.ErrorCorrection">
355 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500356 <Annotation Term="OData.Description" String="Error correction scheme supported for this memory device."/>
357 <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 -0700358 </Property>
359 <Property Name="OperatingSpeedMhz" Type="Edm.Int64">
360 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500361 <Annotation Term="OData.Description" String="Operating speed of the memory device in MHz or MT/s as appropriate."/>
362 <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 -0800363 <Annotation Term="Measures.Unit" String="MHz"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700364 </Property>
365 <Property Name="VolatileRegionSizeLimitMiB" Type="Edm.Int64">
366 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
367 <Annotation Term="OData.Description" String="Total size of volatile regions in mebibytes (MiB)."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700368 <Annotation Term="OData.LongDescription" String="This property shall contain the total size of volatile regions in MiB."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800369 <Annotation Term="Measures.Unit" String="MiBy"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700370 </Property>
371 <Property Name="PersistentRegionSizeLimitMiB" Type="Edm.Int64">
372 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
373 <Annotation Term="OData.Description" String="Total size of persistent regions in mebibytes (MiB)."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700374 <Annotation Term="OData.LongDescription" String="This property shall contain the total size of persistent regions in MiB."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800375 <Annotation Term="Measures.Unit" String="MiBy"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700376 </Property>
377 <Property Name="Regions" Type="Collection(Memory.v1_0_0.RegionSet)" Nullable="false">
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500378 <Annotation Term="OData.Description" String="Memory regions information within the memory device."/>
379 <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 -0700380 </Property>
381 <Property Name="OperatingMemoryModes" Type="Collection(Memory.v1_0_0.OperatingMemoryModes)" Nullable="false">
382 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500383 <Annotation Term="OData.Description" String="Memory modes supported by the memory device."/>
384 <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 -0700385 </Property>
386 <Property Name="PowerManagementPolicy" Type="Memory.v1_0_0.PowerManagementPolicy" Nullable="false">
387 <Annotation Term="OData.Description" String="Power management policy information."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500388 <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 -0700389 </Property>
390 <Property Name="IsSpareDeviceEnabled" Type="Edm.Boolean" DefaultValue="false">
391 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500392 <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 -0700393 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the spare device is enabled."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700394 </Property>
395 <Property Name="IsRankSpareEnabled" Type="Edm.Boolean" DefaultValue="false">
396 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500397 <Annotation Term="OData.Description" String="An indication of whether rank spare is enabled for this memory device."/>
398 <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 -0700399 </Property>
400 <NavigationProperty Name="Metrics" Type="MemoryMetrics.MemoryMetrics" ContainsTarget="true" Nullable="false">
401 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500402 <Annotation Term="OData.Description" String="The link to the metrics associated with this memory device."/>
403 <Annotation Term="OData.LongDescription" String="The link to the metrics associated with this memory device."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700404 <Annotation Term="OData.AutoExpandReferences"/>
405 </NavigationProperty>
406 <Property Name="Actions" Type="Memory.v1_0_0.Actions" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500407 <Annotation Term="OData.Description" String="The available actions for this resource."/>
408 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700409 </Property>
410 </EntityType>
411
412 <EnumType Name="MemoryType">
413 <Member Name="DRAM">
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500414 <Annotation Term="OData.Description" String="The memory device is comprised of volatile memory."/>
415 <Annotation Term="OData.LongDescription" String="This value shall represent a volatile DRAM memory device."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700416 </Member>
417 <Member Name="NVDIMM_N">
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500418 <Annotation Term="OData.Description" String="The memory device is comprised of volatile memory backed by non-volatile memory."/>
419 <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 -0700420 </Member>
421 <Member Name="NVDIMM_F">
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500422 <Annotation Term="OData.Description" String="The memory device is comprised of non-volatile memory."/>
423 <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 -0700424 </Member>
425 <Member Name="NVDIMM_P">
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500426 <Annotation Term="OData.Description" String="The memory device is comprised of a combination of non-volatile and volatile memory."/>
427 <Annotation Term="OData.LongDescription" String="This value shall represent an NVDIMM_P memory device as defined by JEDEC."/>
428 </Member>
Ed Tanous530520e2019-01-02 13:41:37 -0800429 <Member Name="IntelOptane">
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500430 <Annotation Term="OData.Description" String="The memory device is an Intel Optane DC Persistent Memory Module."/>
431 <Annotation Term="OData.LongDescription" String="This value shall represent an Intel Optane DC Persistent Memory Module."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600432 <Annotation Term="Redfish.Revisions">
433 <Collection>
434 <Record>
435 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
436 <PropertyValue Property="Version" String="v1_6_0"/>
437 </Record>
438 </Collection>
439 </Annotation>
Ed Tanous530520e2019-01-02 13:41:37 -0800440 </Member>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700441 </EnumType>
442
443 <EnumType Name="MemoryDeviceType">
444 <Member Name="DDR">
445 <Annotation Term="OData.Description" String="DDR."/>
446 </Member>
447 <Member Name="DDR2">
448 <Annotation Term="OData.Description" String="DDR2."/>
449 </Member>
450 <Member Name="DDR3">
451 <Annotation Term="OData.Description" String="DDR3."/>
452 </Member>
453 <Member Name="DDR4">
454 <Annotation Term="OData.Description" String="DDR4."/>
455 </Member>
456 <Member Name="DDR4_SDRAM">
457 <Annotation Term="OData.Description" String="DDR4 SDRAM."/>
458 </Member>
459 <Member Name="DDR4E_SDRAM">
460 <Annotation Term="OData.Description" String="DDR4E SDRAM."/>
461 </Member>
462 <Member Name="LPDDR4_SDRAM">
463 <Annotation Term="OData.Description" String="LPDDR4 SDRAM."/>
464 </Member>
465 <Member Name="DDR3_SDRAM">
466 <Annotation Term="OData.Description" String="DDR3 SDRAM."/>
467 </Member>
468 <Member Name="LPDDR3_SDRAM">
469 <Annotation Term="OData.Description" String="LPDDR3 SDRAM."/>
470 </Member>
471 <Member Name="DDR2_SDRAM">
472 <Annotation Term="OData.Description" String="DDR2 SDRAM."/>
473 </Member>
474 <Member Name="DDR2_SDRAM_FB_DIMM">
475 <Annotation Term="OData.Description" String="DDR2 SDRAM FB_DIMM."/>
476 </Member>
477 <Member Name="DDR2_SDRAM_FB_DIMM_PROBE">
478 <Annotation Term="OData.Description" String="DDR2 SDRAM FB_DIMM PROBE."/>
479 </Member>
480 <Member Name="DDR_SGRAM">
481 <Annotation Term="OData.Description" String="DDR SGRAM."/>
482 </Member>
483 <Member Name="DDR_SDRAM">
484 <Annotation Term="OData.Description" String="DDR SDRAM."/>
485 </Member>
486 <Member Name="ROM">
487 <Annotation Term="OData.Description" String="ROM."/>
488 </Member>
489 <Member Name="SDRAM">
490 <Annotation Term="OData.Description" String="SDRAM."/>
491 </Member>
492 <Member Name="EDO">
493 <Annotation Term="OData.Description" String="EDO."/>
494 </Member>
495 <Member Name="FastPageMode">
496 <Annotation Term="OData.Description" String="Fast Page Mode."/>
497 </Member>
498 <Member Name="PipelinedNibble">
499 <Annotation Term="OData.Description" String="Pipelined Nibble."/>
500 </Member>
501 <Member Name="Logical">
502 <Annotation Term="OData.Description" String="Logical Non-volatile device."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600503 <Annotation Term="Redfish.Revisions">
504 <Collection>
505 <Record>
506 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
507 <PropertyValue Property="Version" String="v1_4_0"/>
508 </Record>
509 </Collection>
510 </Annotation>
511 </Member>
512 <Member Name="HBM">
513 <Annotation Term="OData.Description" String="High Bandwidth Memory."/>
514 <Annotation Term="Redfish.Revisions">
515 <Collection>
516 <Record>
517 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
518 <PropertyValue Property="Version" String="v1_7_0"/>
519 </Record>
520 </Collection>
521 </Annotation>
522 </Member>
523 <Member Name="HBM2">
524 <Annotation Term="OData.Description" String="High Bandwidth Memory 2."/>
525 <Annotation Term="Redfish.Revisions">
526 <Collection>
527 <Record>
528 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
529 <PropertyValue Property="Version" String="v1_7_0"/>
530 </Record>
531 </Collection>
532 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700533 </Member>
534 </EnumType>
535
536 <EnumType Name="BaseModuleType">
537 <Member Name="RDIMM">
538 <Annotation Term="OData.Description" String="Registered DIMM."/>
539 </Member>
540 <Member Name="UDIMM">
541 <Annotation Term="OData.Description" String="UDIMM."/>
542 </Member>
543 <Member Name="SO_DIMM">
544 <Annotation Term="OData.Description" String="SO_DIMM."/>
545 </Member>
546 <Member Name="LRDIMM">
547 <Annotation Term="OData.Description" String="Load Reduced."/>
548 </Member>
549 <Member Name="Mini_RDIMM">
550 <Annotation Term="OData.Description" String="Mini_RDIMM."/>
551 </Member>
552 <Member Name="Mini_UDIMM">
553 <Annotation Term="OData.Description" String="Mini_UDIMM."/>
554 </Member>
555 <Member Name="SO_RDIMM_72b">
556 <Annotation Term="OData.Description" String="SO_RDIMM_72b."/>
557 </Member>
558 <Member Name="SO_UDIMM_72b">
559 <Annotation Term="OData.Description" String="SO_UDIMM_72b."/>
560 </Member>
561 <Member Name="SO_DIMM_16b">
562 <Annotation Term="OData.Description" String="SO_DIMM_16b."/>
563 </Member>
564 <Member Name="SO_DIMM_32b">
565 <Annotation Term="OData.Description" String="SO_DIMM_32b."/>
566 </Member>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600567 <Member Name="Die">
568 <Annotation Term="OData.Description" String="A die within a package."/>
569 <Annotation Term="Redfish.Revisions">
570 <Collection>
571 <Record>
572 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
573 <PropertyValue Property="Version" String="v1_7_0"/>
574 </Record>
575 </Collection>
576 </Annotation>
577 </Member>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700578 </EnumType>
579
580 <EnumType Name="MemoryMedia">
581 <Member Name="DRAM">
582 <Annotation Term="OData.Description" String="DRAM media."/>
583 </Member>
584 <Member Name="NAND">
585 <Annotation Term="OData.Description" String="NAND media."/>
586 </Member>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600587 <Member Name="Intel3DXPoint">
588 <Annotation Term="OData.Description" String="Intel 3D XPoint media."/>
589 <Annotation Term="Redfish.Revisions">
590 <Collection>
591 <Record>
592 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
593 <PropertyValue Property="Version" String="v1_7_0"/>
594 </Record>
595 </Collection>
596 </Annotation>
597 </Member>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700598 <Member Name="Proprietary">
599 <Annotation Term="OData.Description" String="Proprietary media."/>
600 </Member>
601 </EnumType>
602
603 <ComplexType Name="SecurityCapabilities">
604 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700605 <Annotation Term="OData.Description" String="This type contains security capabilities of a memory device."/>
606 <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 -0700607 <Property Name="PassphraseCapable" Type="Edm.Boolean">
608 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500609 <Annotation Term="OData.Description" String="An indication of whether the memory device is passphrase capable."/>
610 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the memory device is passphrase capable."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700611 </Property>
612 <Property Name="MaxPassphraseCount" Type="Edm.Int64">
613 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500614 <Annotation Term="OData.Description" String="Maximum number of passphrases supported for this memory device."/>
615 <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 -0700616 </Property>
617 <Property Name="SecurityStates" Type="Collection(Memory.v1_0_0.SecurityStates)" Nullable="false">
618 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500619 <Annotation Term="OData.Description" String="Security states supported by the memory device."/>
620 <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 -0600621 <Annotation Term="Redfish.Revisions">
Ed Tanouscb103132019-10-08 11:34:22 -0700622 <Collection>
623 <Record>
624 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
625 <PropertyValue Property="Version" String="v1_7_0"/>
626 <PropertyValue Property="Description" String="This property has been deprecated in favor of using the individual PassphraseCapable, DataLockCapable and ConfigurationLockCapable properties."/>
627 </Record>
628 </Collection>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600629 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700630 </Property>
631 </ComplexType>
632
633 <EnumType Name="SecurityStates">
634 <Member Name="Enabled">
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600635 <Annotation Term="OData.Description" String="Secure mode is enabled and access to the data is allowed."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700636 </Member>
637 <Member Name="Disabled">
638 <Annotation Term="OData.Description" String="Secure mode is disabled."/>
639 </Member>
640 <Member Name="Unlocked">
641 <Annotation Term="OData.Description" String="Secure mode is enabled and access to the data is unlocked."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600642 <Annotation Term="Redfish.Revisions">
Ed Tanouscb103132019-10-08 11:34:22 -0700643 <Collection>
644 <Record>
645 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
646 <PropertyValue Property="Version" String="v1_7_0"/>
647 <PropertyValue Property="Description" String="This value has been deprecated in favor of 'Enabled' to indicate normal security operation."/>
648 </Record>
649 </Collection>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600650 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700651 </Member>
652 <Member Name="Locked">
653 <Annotation Term="OData.Description" String="Secure mode is enabled and access to the data is locked."/>
654 </Member>
655 <Member Name="Frozen">
Ed Tanouscb103132019-10-08 11:34:22 -0700656 <Annotation Term="OData.Description" String="Secure state is frozen and cannot be modified until reset."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600657 <Annotation Term="Redfish.Revisions">
Ed Tanouscb103132019-10-08 11:34:22 -0700658 <Collection>
659 <Record>
660 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
661 <PropertyValue Property="Version" String="v1_7_0"/>
662 <PropertyValue Property="Description" String="This value has been deprecated in favor of using the ConfigurationLocked to indicate that the configuration has been frozen."/>
663 </Record>
664 </Collection>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600665 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700666 </Member>
667 <Member Name="Passphraselimit">
Ed Tanouscb103132019-10-08 11:34:22 -0700668 <Annotation Term="OData.Description" String="Number of attempts to unlock the memory exceeded limit."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700669 </Member>
670 </EnumType>
671
672 <ComplexType Name="MemoryLocation">
673 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
674 <Annotation Term="OData.Description" String="Memory connection information to sockets and memory controllers."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700675 <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 -0700676 <Property Name="Socket" Type="Edm.Int64">
677 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500678 <Annotation Term="OData.Description" String="The socket number to which the memory device is connected."/>
679 <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 -0700680 </Property>
681 <Property Name="MemoryController" Type="Edm.Int64">
682 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500683 <Annotation Term="OData.Description" String="The memory controller number to which the memory device is connected."/>
684 <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 -0700685 </Property>
686 <Property Name="Channel" Type="Edm.Int64">
687 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500688 <Annotation Term="OData.Description" String="The channel number to which the memory device is connected."/>
689 <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 -0700690 </Property>
691 <Property Name="Slot" Type="Edm.Int64">
692 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500693 <Annotation Term="OData.Description" String="The slot number to which the memory device is connected."/>
694 <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 -0700695 </Property>
696 </ComplexType>
697
698 <EnumType Name="ErrorCorrection">
699 <Member Name="NoECC">
700 <Annotation Term="OData.Description" String="No ECC available."/>
701 </Member>
702 <Member Name="SingleBitECC">
Ed Tanouscb103132019-10-08 11:34:22 -0700703 <Annotation Term="OData.Description" String="Single bit data errors can be corrected by ECC."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700704 </Member>
705 <Member Name="MultiBitECC">
Ed Tanouscb103132019-10-08 11:34:22 -0700706 <Annotation Term="OData.Description" String="Multibit data errors can be corrected by ECC."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700707 </Member>
708 <Member Name="AddressParity">
Ed Tanouscb103132019-10-08 11:34:22 -0700709 <Annotation Term="OData.Description" String="Address parity errors can be corrected."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700710 </Member>
711 </EnumType>
712
713 <ComplexType Name="RegionSet">
714 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700715 <Annotation Term="OData.Description" String="Memory region information within a memory device."/>
716 <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 -0700717 <Property Name="RegionId" Type="Edm.String">
718 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500719 <Annotation Term="OData.Description" String="Unique region ID representing a specific region within the memory device."/>
720 <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 -0700721 </Property>
722 <Property Name="MemoryClassification" Type="Memory.v1_0_0.MemoryClassification">
723 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700724 <Annotation Term="OData.Description" String="The classification of memory that the memory region occupies."/>
725 <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 -0700726 </Property>
727 <Property Name="OffsetMiB" Type="Edm.Int64">
728 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700729 <Annotation Term="OData.Description" String="Offset within the memory that corresponds to the start of this memory region in mebibytes (MiB)."/>
730 <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 -0700731 <Annotation Term="Measures.Unit" String="MiBy"/>
732 </Property>
733 <Property Name="SizeMiB" Type="Edm.Int64">
734 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
735 <Annotation Term="OData.Description" String="Size of this memory region in mebibytes (MiB)."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700736 <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 -0700737 <Annotation Term="Measures.Unit" String="MiBy"/>
738 </Property>
739 <Property Name="PassphraseState" Type="Edm.Boolean">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700740 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700741 <Annotation Term="OData.Description" String="An indication of whether the state of the passphrase for this region is enabled."/>
742 <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 -0600743 <Annotation Term="Redfish.Revisions">
744 <Collection>
745 <Record>
746 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
747 <PropertyValue Property="Version" String="v1_5_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700748 <PropertyValue Property="Description" String="This property has been deprecated in favor of PassphraseEnabled found within RegionSet."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600749 </Record>
750 </Collection>
751 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700752 </Property>
753 </ComplexType>
754
755 <EnumType Name="MemoryClassification">
756 <Member Name="Volatile">
757 <Annotation Term="OData.Description" String="Volatile memory."/>
758 </Member>
759 <Member Name="ByteAccessiblePersistent">
Ed Tanouscb103132019-10-08 11:34:22 -0700760 <Annotation Term="OData.Description" String="Byte-accessible persistent memory."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700761 </Member>
762 <Member Name="Block">
Gunnar Millsa778c022020-05-12 12:20:36 -0500763 <Annotation Term="OData.Description" String="Block-accessible memory."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700764 </Member>
765 </EnumType>
766
767 <EnumType Name="OperatingMemoryModes">
768 <Member Name="Volatile">
769 <Annotation Term="OData.Description" String="Volatile memory."/>
770 </Member>
771 <Member Name="PMEM">
Gunnar Millsa778c022020-05-12 12:20:36 -0500772 <Annotation Term="OData.Description" String="Persistent memory, byte-accessible through system address space."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700773 </Member>
774 <Member Name="Block">
Ed Tanouscb103132019-10-08 11:34:22 -0700775 <Annotation Term="OData.Description" String="Block-accessible system memory."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700776 </Member>
777 </EnumType>
778
779 <ComplexType Name="PowerManagementPolicy">
780 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
781 <Annotation Term="OData.Description" String="Power management policy information."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500782 <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 -0700783 <Property Name="PolicyEnabled" Type="Edm.Boolean">
784 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700785 <Annotation Term="OData.Description" String="An indication of whether the power management policy is enabled."/>
786 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the power management policy is enabled."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700787 </Property>
788 <Property Name="MaxTDPMilliWatts" Type="Edm.Int64">
789 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700790 <Annotation Term="OData.Description" String="Maximum TDP in milliwatts."/>
791 <Annotation Term="OData.LongDescription" String="This property shall contain the maximum TDP in milliwatts."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700792 <Annotation Term="Measures.Unit" String="mW"/>
793 </Property>
794 <Property Name="PeakPowerBudgetMilliWatts" Type="Edm.Int64">
795 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700796 <Annotation Term="OData.Description" String="Peak power budget, in milliwatts."/>
797 <Annotation Term="OData.LongDescription" String="This property shall contain the peak power budget, in milliwatts."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700798 <Annotation Term="Measures.Unit" String="mW"/>
799 </Property>
800 <Property Name="AveragePowerBudgetMilliWatts" Type="Edm.Int64">
801 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700802 <Annotation Term="OData.Description" String="Average power budget, in milliwatts."/>
803 <Annotation Term="OData.LongDescription" String="This property shall contain the average power budget, in milliwatts."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700804 <Annotation Term="Measures.Unit" String="mW"/>
805 </Property>
806 </ComplexType>
807
808 <ComplexType Name="Actions">
809 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500810 <Annotation Term="OData.Description" String="The available actions for this resource."/>
811 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800812 <Property Name="Oem" Type="Memory.v1_0_0.OemActions" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500813 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
814 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800815 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700816 </ComplexType>
817
818 <ComplexType Name="OemActions">
819 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500820 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
821 <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 -0700822 </ComplexType>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700823 </Schema>
824
825 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_0_1">
826 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700827 <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 -0700828 <EntityType Name="Memory" BaseType="Memory.v1_0_0.Memory"/>
829 </Schema>
830
831 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_0_2">
832 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700833 <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 -0700834 <EntityType Name="Memory" BaseType="Memory.v1_0_1.Memory"/>
835 </Schema>
836
837 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_0_3">
838 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills09b9d452020-02-11 13:27:39 -0600839 <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 -0700840 <EntityType Name="Memory" BaseType="Memory.v1_0_2.Memory"/>
841 </Schema>
842
Ed Tanous530520e2019-01-02 13:41:37 -0800843 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_0_4">
844 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500845 <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 -0800846 <EntityType Name="Memory" BaseType="Memory.v1_0_3.Memory"/>
847 </Schema>
848
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600849 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_0_5">
850 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500851 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600852 <EntityType Name="Memory" BaseType="Memory.v1_0_4.Memory"/>
853 </Schema>
854
Ed Tanouscb103132019-10-08 11:34:22 -0700855 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_0_6">
856 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
857 <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."/>
858 <EntityType Name="Memory" BaseType="Memory.v1_0_5.Memory"/>
859 </Schema>
860
861 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_0_7">
862 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
863 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
864 <EntityType Name="Memory" BaseType="Memory.v1_0_6.Memory"/>
865 </Schema>
866
Gunnar Millsa778c022020-05-12 12:20:36 -0500867 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_0_8">
868 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
869 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
870 <EntityType Name="Memory" BaseType="Memory.v1_0_7.Memory"/>
871 </Schema>
872
Gunnar Mills844b4152020-06-22 12:44:09 -0500873 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_0_9">
874 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
875 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
876 <EntityType Name="Memory" BaseType="Memory.v1_0_8.Memory"/>
877 </Schema>
878
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500879 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_0_10">
880 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
881 <Annotation Term="OData.Description" String="This version was created to clarify properties reflect the memory device as opposed to generic memory."/>
882 <EntityType Name="Memory" BaseType="Memory.v1_0_9.Memory"/>
883 </Schema>
884
Jason M. Billsea4aa752018-06-05 13:29:11 -0700885 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_1_0">
886 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600887 <Annotation Term="Redfish.Release" String="2016.3"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500888
Jason M. Billsea4aa752018-06-05 13:29:11 -0700889 <EntityType Name="Memory" BaseType="Memory.v1_0_1.Memory">
Ed Tanous530520e2019-01-02 13:41:37 -0800890 <Property Name="Status" Type="Resource.Status" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500891 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
892 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800893 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700894 </EntityType>
895 </Schema>
896
897 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_1_1">
898 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700899 <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 -0700900 <EntityType Name="Memory" BaseType="Memory.v1_1_0.Memory"/>
901 </Schema>
902
903 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_1_2">
904 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills09b9d452020-02-11 13:27:39 -0600905 <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 -0700906 <EntityType Name="Memory" BaseType="Memory.v1_1_1.Memory"/>
907 </Schema>
908
Ed Tanous530520e2019-01-02 13:41:37 -0800909 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_1_3">
910 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500911 <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 -0800912 <EntityType Name="Memory" BaseType="Memory.v1_1_2.Memory"/>
913 </Schema>
914
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600915 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_1_4">
916 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500917 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600918 <EntityType Name="Memory" BaseType="Memory.v1_1_3.Memory"/>
919 </Schema>
920
Ed Tanouscb103132019-10-08 11:34:22 -0700921 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_1_5">
922 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
923 <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."/>
924 <EntityType Name="Memory" BaseType="Memory.v1_1_4.Memory"/>
925 </Schema>
926
927 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_1_6">
928 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
929 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
930 <EntityType Name="Memory" BaseType="Memory.v1_1_5.Memory"/>
931 </Schema>
932
Gunnar Millsa778c022020-05-12 12:20:36 -0500933 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_1_7">
934 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
935 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
936 <EntityType Name="Memory" BaseType="Memory.v1_1_6.Memory"/>
937 </Schema>
938
Gunnar Mills844b4152020-06-22 12:44:09 -0500939 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_1_8">
940 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
941 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
942 <EntityType Name="Memory" BaseType="Memory.v1_1_7.Memory"/>
943 </Schema>
944
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500945 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_1_9">
946 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
947 <Annotation Term="OData.Description" String="This version was created to clarify properties reflect the memory device as opposed to generic memory."/>
948 <EntityType Name="Memory" BaseType="Memory.v1_1_8.Memory"/>
949 </Schema>
950
Jason M. Billsea4aa752018-06-05 13:29:11 -0700951 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_2_0">
952 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600953 <Annotation Term="Redfish.Release" String="2017.1"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500954
Jason M. Billsea4aa752018-06-05 13:29:11 -0700955 <EntityType Name="Memory" BaseType="Memory.v1_1_1.Memory">
956 <Property Name="VolatileRegionNumberLimit" Type="Edm.Int64">
957 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500958 <Annotation Term="OData.Description" String="Total number of volatile regions this memory device can support."/>
959 <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 -0700960 </Property>
961 <Property Name="PersistentRegionNumberLimit" Type="Edm.Int64">
962 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500963 <Annotation Term="OData.Description" String="Total number of persistent regions this memory device can support."/>
964 <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 -0700965 </Property>
966 <Property Name="VolatileRegionSizeMaxMiB" Type="Edm.Int64">
967 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
968 <Annotation Term="OData.Description" String="Maximum size of a single volatile region in mebibytes (MiB)."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700969 <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 -0800970 <Annotation Term="Measures.Unit" String="MiBy"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700971 </Property>
972 <Property Name="PersistentRegionSizeMaxMiB" Type="Edm.Int64">
973 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
974 <Annotation Term="OData.Description" String="Maximum size of a single persistent region in mebibytes (MiB)."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700975 <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 -0800976 <Annotation Term="Measures.Unit" String="MiBy"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700977 </Property>
978 <Property Name="AllocationIncrementMiB" Type="Edm.Int64">
979 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
980 <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 -0700981 <Annotation Term="OData.LongDescription" String="This property shall contain the allocation increment for regions, measured in MiB."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800982 <Annotation Term="Measures.Unit" String="MiBy"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700983 </Property>
984 <Property Name="AllocationAlignmentMiB" Type="Edm.Int64">
985 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700986 <Annotation Term="OData.Description" String="The boundary that memory regions are allocated on, measured in mebibytes (MiB)."/>
987 <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 -0800988 <Annotation Term="Measures.Unit" String="MiBy"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700989 </Property>
990 <Property Name="Links" Type="Memory.v1_2_0.Links" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500991 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500992 <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 -0700993 </Property>
994 </EntityType>
995
996 <ComplexType Name="Links" BaseType="Resource.Links">
Gunnar Millsa778c022020-05-12 12:20:36 -0500997 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
998 <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 -0700999 <NavigationProperty Name="Chassis" Type="Chassis.Chassis" Nullable="false">
1000 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001001 <Annotation Term="OData.Description" String="The link to the chassis that contains this memory device."/>
1002 <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 -07001003 <Annotation Term="OData.AutoExpandReferences"/>
1004 </NavigationProperty>
1005 </ComplexType>
1006 </Schema>
1007
1008 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_2_1">
1009 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills09b9d452020-02-11 13:27:39 -06001010 <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 -07001011 <EntityType Name="Memory" BaseType="Memory.v1_2_0.Memory"/>
1012 </Schema>
1013
Ed Tanous530520e2019-01-02 13:41:37 -08001014 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_2_2">
1015 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001016 <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 -08001017 <EntityType Name="Memory" BaseType="Memory.v1_2_1.Memory"/>
1018 </Schema>
1019
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001020 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_2_3">
1021 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001022 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001023 <EntityType Name="Memory" BaseType="Memory.v1_2_2.Memory"/>
1024 </Schema>
1025
Ed Tanouscb103132019-10-08 11:34:22 -07001026 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_2_4">
1027 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1028 <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."/>
1029 <EntityType Name="Memory" BaseType="Memory.v1_2_3.Memory"/>
1030 </Schema>
1031
1032 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_2_5">
1033 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1034 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1035 <EntityType Name="Memory" BaseType="Memory.v1_2_4.Memory"/>
1036 </Schema>
1037
Gunnar Millsa778c022020-05-12 12:20:36 -05001038 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_2_6">
1039 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1040 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1041 <EntityType Name="Memory" BaseType="Memory.v1_2_5.Memory"/>
1042 </Schema>
1043
Gunnar Mills844b4152020-06-22 12:44:09 -05001044 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_2_7">
1045 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1046 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1047 <EntityType Name="Memory" BaseType="Memory.v1_2_6.Memory"/>
1048 </Schema>
1049
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001050 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_2_8">
1051 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1052 <Annotation Term="OData.Description" String="This version was created to clarify properties reflect the memory device as opposed to generic memory."/>
1053 <EntityType Name="Memory" BaseType="Memory.v1_2_7.Memory"/>
1054 </Schema>
1055
Jason M. Billsea4aa752018-06-05 13:29:11 -07001056 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_3_0">
1057 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001058 <Annotation Term="Redfish.Release" String="2017.2"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001059
Jason M. Billsea4aa752018-06-05 13:29:11 -07001060 <EntityType Name="Memory" BaseType="Memory.v1_2_0.Memory">
1061 <Property Name="ModuleManufacturerID" Type="Edm.String">
1062 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001063 <Annotation Term="OData.Description" String="The manufacturer ID of this memory device."/>
1064 <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 -07001065 <Annotation Term="Validation.Pattern" String="^0[xX](([a-fA-F]|[0-9]){2}){2}$"/>
1066 </Property>
1067 <Property Name="ModuleProductID" Type="Edm.String">
1068 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001069 <Annotation Term="OData.Description" String="The product ID of this memory device."/>
1070 <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 -07001071 <Annotation Term="Validation.Pattern" String="^0[xX](([a-fA-F]|[0-9]){2}){2}$"/>
1072 </Property>
1073 <Property Name="MemorySubsystemControllerManufacturerID" Type="Edm.String">
1074 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001075 <Annotation Term="OData.Description" String="The manufacturer ID of the memory subsystem controller of this memory device."/>
1076 <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 -07001077 <Annotation Term="Validation.Pattern" String="^0[xX](([a-fA-F]|[0-9]){2}){2}$"/>
1078 </Property>
1079 <Property Name="MemorySubsystemControllerProductID" Type="Edm.String">
1080 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001081 <Annotation Term="OData.Description" String="The product ID of the memory subsystem controller of this memory device."/>
1082 <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 -07001083 <Annotation Term="Validation.Pattern" String="^0[xX](([a-fA-F]|[0-9]){2}){2}$"/>
1084 </Property>
1085 </EntityType>
1086 </Schema>
1087
1088 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_3_1">
1089 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills09b9d452020-02-11 13:27:39 -06001090 <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 -07001091 <EntityType Name="Memory" BaseType="Memory.v1_3_0.Memory"/>
1092 </Schema>
1093
Ed Tanous530520e2019-01-02 13:41:37 -08001094 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_3_2">
1095 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001096 <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 -08001097 <EntityType Name="Memory" BaseType="Memory.v1_3_1.Memory"/>
1098 </Schema>
1099
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001100 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_3_3">
1101 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001102 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001103 <EntityType Name="Memory" BaseType="Memory.v1_3_2.Memory"/>
1104 </Schema>
1105
Ed Tanouscb103132019-10-08 11:34:22 -07001106 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_3_4">
1107 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1108 <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."/>
1109 <EntityType Name="Memory" BaseType="Memory.v1_3_3.Memory"/>
1110 </Schema>
1111
1112 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_3_5">
1113 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1114 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1115 <EntityType Name="Memory" BaseType="Memory.v1_3_4.Memory"/>
1116 </Schema>
1117
Gunnar Millsa778c022020-05-12 12:20:36 -05001118 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_3_6">
1119 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1120 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1121 <EntityType Name="Memory" BaseType="Memory.v1_3_5.Memory"/>
1122 </Schema>
1123
Gunnar Mills844b4152020-06-22 12:44:09 -05001124 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_3_7">
1125 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1126 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1127 <EntityType Name="Memory" BaseType="Memory.v1_3_6.Memory"/>
1128 </Schema>
1129
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001130 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_3_8">
1131 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1132 <Annotation Term="OData.Description" String="This version was created to clarify properties reflect the memory device as opposed to generic memory."/>
1133 <EntityType Name="Memory" BaseType="Memory.v1_3_7.Memory"/>
1134 </Schema>
1135
Jason M. Billsea4aa752018-06-05 13:29:11 -07001136 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_4_0">
1137 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001138 <Annotation Term="Redfish.Release" String="2017.3"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001139
Jason M. Billsea4aa752018-06-05 13:29:11 -07001140 <EntityType Name="Memory" BaseType="Memory.v1_3_1.Memory">
1141 <Property Name="VolatileSizeMiB" Type="Edm.Int64">
1142 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001143 <Annotation Term="OData.Description" String="Total size of the volatile portion memory in MiB."/>
Ed Tanouscb103132019-10-08 11:34:22 -07001144 <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 -07001145 <Annotation Term="Measures.Unit" String="MiBy"/>
1146 </Property>
1147 <Property Name="NonVolatileSizeMiB" Type="Edm.Int64">
1148 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1149 <Annotation Term="OData.Description" String="Total size of the non-volatile portion memory in MiB."/>
Ed Tanouscb103132019-10-08 11:34:22 -07001150 <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 -07001151 <Annotation Term="Measures.Unit" String="MiBy"/>
1152 </Property>
1153 <Property Name="CacheSizeMiB" Type="Edm.Int64">
1154 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1155 <Annotation Term="OData.Description" String="Total size of the cache portion memory in MiB."/>
Ed Tanouscb103132019-10-08 11:34:22 -07001156 <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 -07001157 <Annotation Term="Measures.Unit" String="MiBy"/>
1158 </Property>
1159 <Property Name="LogicalSizeMiB" Type="Edm.Int64">
1160 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1161 <Annotation Term="OData.Description" String="Total size of the logical memory in MiB."/>
Ed Tanouscb103132019-10-08 11:34:22 -07001162 <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 -07001163 <Annotation Term="Measures.Unit" String="MiBy"/>
1164 </Property>
Ed Tanous530520e2019-01-02 13:41:37 -08001165 <Property Name="Location" Type="Resource.Location" Nullable="false">
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001166 <Annotation Term="OData.Description" String="The location of the memory device."/>
1167 <Annotation Term="OData.LongDescription" String="This property shall contain location information of the associated memory device."/>
Ed Tanous530520e2019-01-02 13:41:37 -08001168 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001169 <NavigationProperty Name="Assembly" Type="Assembly.Assembly" Nullable="false">
1170 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001171 <Annotation Term="OData.Description" String="The link to the assembly resource associated with this memory device."/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001172 <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 -07001173 <Annotation Term="OData.AutoExpandReferences"/>
1174 </NavigationProperty>
1175 </EntityType>
1176 </Schema>
1177
1178 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_4_1">
1179 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1180 <Annotation Term="OData.Description" String="This version was created to update descriptions to match the editorial style used in other Redfish schemas."/>
1181 <EntityType Name="Memory" BaseType="Memory.v1_4_0.Memory"/>
1182 </Schema>
1183
Ed Tanous530520e2019-01-02 13:41:37 -08001184 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_4_2">
1185 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001186 <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 -08001187 <EntityType Name="Memory" BaseType="Memory.v1_4_1.Memory"/>
1188 </Schema>
1189
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001190 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_4_3">
1191 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001192 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001193 <EntityType Name="Memory" BaseType="Memory.v1_4_2.Memory"/>
1194 </Schema>
1195
Ed Tanouscb103132019-10-08 11:34:22 -07001196 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_4_4">
1197 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1198 <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."/>
1199 <EntityType Name="Memory" BaseType="Memory.v1_4_3.Memory"/>
1200 </Schema>
1201
1202 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_4_5">
1203 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1204 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1205 <EntityType Name="Memory" BaseType="Memory.v1_4_4.Memory"/>
1206 </Schema>
1207
Gunnar Millsa778c022020-05-12 12:20:36 -05001208 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_4_6">
1209 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1210 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1211 <EntityType Name="Memory" BaseType="Memory.v1_4_5.Memory"/>
1212 </Schema>
1213
Gunnar Mills844b4152020-06-22 12:44:09 -05001214 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_4_7">
1215 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1216 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1217 <EntityType Name="Memory" BaseType="Memory.v1_4_6.Memory"/>
1218 </Schema>
1219
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001220 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_4_8">
1221 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1222 <Annotation Term="OData.Description" String="This version was created to clarify properties reflect the memory device as opposed to generic memory."/>
1223 <EntityType Name="Memory" BaseType="Memory.v1_4_7.Memory"/>
1224 </Schema>
1225
Jason M. Billsea4aa752018-06-05 13:29:11 -07001226 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_5_0">
1227 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001228 <Annotation Term="Redfish.Release" String="2018.1"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001229
Jason M. Billsea4aa752018-06-05 13:29:11 -07001230 <EntityType Name="Memory" BaseType="Memory.v1_4_1.Memory"/>
1231
1232 <ComplexType Name="RegionSet" BaseType="Memory.v1_0_0.RegionSet">
1233 <Property Name="PassphraseEnabled" Type="Edm.Boolean">
1234 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001235 <Annotation Term="OData.Description" String="An indication of whether the passphrase is enabled for this region."/>
1236 <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 -07001237 </Property>
1238 </ComplexType>
1239 </Schema>
1240
Ed Tanous530520e2019-01-02 13:41:37 -08001241 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_5_1">
1242 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001243 <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 -08001244 <EntityType Name="Memory" BaseType="Memory.v1_5_0.Memory"/>
1245 </Schema>
1246
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001247 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_5_2">
1248 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001249 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001250 <EntityType Name="Memory" BaseType="Memory.v1_5_1.Memory"/>
1251 </Schema>
1252
Ed Tanouscb103132019-10-08 11:34:22 -07001253 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_5_3">
1254 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1255 <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."/>
1256 <EntityType Name="Memory" BaseType="Memory.v1_5_2.Memory"/>
1257 </Schema>
1258
1259 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_5_4">
1260 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1261 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1262 <EntityType Name="Memory" BaseType="Memory.v1_5_3.Memory"/>
1263 </Schema>
1264
Gunnar Millsa778c022020-05-12 12:20:36 -05001265 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_5_5">
1266 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1267 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1268 <EntityType Name="Memory" BaseType="Memory.v1_5_4.Memory"/>
1269 </Schema>
1270
Gunnar Mills844b4152020-06-22 12:44:09 -05001271 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_5_6">
1272 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1273 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1274 <EntityType Name="Memory" BaseType="Memory.v1_5_5.Memory"/>
1275 </Schema>
1276
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001277 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_5_7">
1278 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1279 <Annotation Term="OData.Description" String="This version was created to clarify properties reflect the memory device as opposed to generic memory."/>
1280 <EntityType Name="Memory" BaseType="Memory.v1_5_6.Memory"/>
1281 </Schema>
1282
Ed Tanous530520e2019-01-02 13:41:37 -08001283 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_6_0">
1284 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001285 <Annotation Term="Redfish.Release" String="2018.2"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001286 <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 -05001287
Ed Tanous530520e2019-01-02 13:41:37 -08001288 <EntityType Name="Memory" BaseType="Memory.v1_5_1.Memory"/>
1289 </Schema>
1290
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001291 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_6_1">
1292 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001293 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001294 <EntityType Name="Memory" BaseType="Memory.v1_6_0.Memory"/>
1295 </Schema>
1296
Ed Tanouscb103132019-10-08 11:34:22 -07001297 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_6_2">
1298 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1299 <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."/>
1300 <EntityType Name="Memory" BaseType="Memory.v1_6_1.Memory"/>
1301 </Schema>
1302
1303 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_6_3">
1304 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1305 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1306 <EntityType Name="Memory" BaseType="Memory.v1_6_2.Memory"/>
1307 </Schema>
1308
Gunnar Millsa778c022020-05-12 12:20:36 -05001309 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_6_4">
1310 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1311 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1312 <EntityType Name="Memory" BaseType="Memory.v1_6_3.Memory"/>
1313 </Schema>
1314
Gunnar Mills844b4152020-06-22 12:44:09 -05001315 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_6_5">
1316 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1317 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1318 <EntityType Name="Memory" BaseType="Memory.v1_6_4.Memory"/>
1319 </Schema>
1320
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001321 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_6_6">
1322 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1323 <Annotation Term="OData.Description" String="This version was created to clarify properties reflect the memory device as opposed to generic memory."/>
1324 <EntityType Name="Memory" BaseType="Memory.v1_6_5.Memory"/>
1325 </Schema>
1326
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001327 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_7_0">
1328 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1329 <Annotation Term="Redfish.Release" String="2018.3"/>
1330 <Annotation Term="OData.Description" String="This version was created to add 3DXPoint to the MediaType enum. It was also created to add SecurityState, add ConfigurationLocked, add 3DXPoint to the MediaType enumerations, and to replace SecurityStates with individual capability properties."/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001331
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001332 <EntityType Name="Memory" BaseType="Memory.v1_6_1.Memory">
1333 <Property Name="SecurityState" Type="Memory.v1_0_0.SecurityStates">
1334 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001335 <Annotation Term="OData.Description" String="The current security state of this memory device."/>
1336 <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 -06001337 </Property>
1338 <Property Name="ConfigurationLocked" Type="Edm.Boolean">
1339 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001340 <Annotation Term="OData.Description" String="An indication of whether the configuration of this memory device is locked and cannot be altered."/>
1341 <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 -06001342 </Property>
1343 </EntityType>
1344
1345 <ComplexType Name="SecurityCapabilities" BaseType="Memory.v1_0_0.SecurityCapabilities">
1346 <Property Name="ConfigurationLockCapable" Type="Edm.Boolean">
1347 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001348 <Annotation Term="OData.Description" String="An indication of whether this memory device supports the locking, or freezing, of the configuration."/>
1349 <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 -06001350 </Property>
1351 <Property Name="DataLockCapable" Type="Edm.Boolean">
1352 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001353 <Annotation Term="OData.Description" String="An indication of whether this memory device supports data locking."/>
1354 <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 -06001355 </Property>
1356 <Property Name="PassphraseLockLimit" Type="Edm.Int64">
1357 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001358 <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 -05001359 <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 -06001360 </Property>
1361 </ComplexType>
1362 </Schema>
1363
Ed Tanouscb103132019-10-08 11:34:22 -07001364 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_7_1">
1365 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1366 <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."/>
1367 <EntityType Name="Memory" BaseType="Memory.v1_7_0.Memory"/>
1368 </Schema>
1369
1370 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_7_2">
1371 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1372 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1373 <EntityType Name="Memory" BaseType="Memory.v1_7_1.Memory"/>
1374 </Schema>
1375
Gunnar Millsa778c022020-05-12 12:20:36 -05001376 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_7_3">
1377 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1378 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1379 <EntityType Name="Memory" BaseType="Memory.v1_7_2.Memory"/>
1380 </Schema>
1381
Gunnar Mills844b4152020-06-22 12:44:09 -05001382 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_7_4">
1383 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1384 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1385 <EntityType Name="Memory" BaseType="Memory.v1_7_3.Memory"/>
1386 </Schema>
1387
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001388 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_7_5">
1389 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1390 <Annotation Term="OData.Description" String="This version was created to clarify properties reflect the memory device as opposed to generic memory."/>
1391 <EntityType Name="Memory" BaseType="Memory.v1_7_4.Memory"/>
1392 </Schema>
1393
Ed Tanouscb103132019-10-08 11:34:22 -07001394 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_8_0">
1395 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1396 <Annotation Term="Redfish.Release" String="2019.2"/>
1397 <Annotation Term="OData.Description" String="This version was created to add a Reset action."/>
1398 <EntityType Name="Memory" BaseType="Memory.v1_7_2.Memory"/>
1399 </Schema>
Gunnar Mills09b9d452020-02-11 13:27:39 -06001400
Gunnar Millsa778c022020-05-12 12:20:36 -05001401 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_8_1">
1402 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1403 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1404 <EntityType Name="Memory" BaseType="Memory.v1_8_0.Memory"/>
1405 </Schema>
1406
Gunnar Mills844b4152020-06-22 12:44:09 -05001407 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_8_2">
1408 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1409 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1410 <EntityType Name="Memory" BaseType="Memory.v1_8_1.Memory"/>
1411 </Schema>
1412
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001413 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_8_3">
1414 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1415 <Annotation Term="OData.Description" String="This version was created to clarify properties reflect the memory device as opposed to generic memory."/>
1416 <EntityType Name="Memory" BaseType="Memory.v1_8_2.Memory"/>
1417 </Schema>
1418
Gunnar Mills09b9d452020-02-11 13:27:39 -06001419 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_9_0">
1420 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1421 <Annotation Term="Redfish.Release" String="2019.4"/>
1422 <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 -05001423
Gunnar Mills09b9d452020-02-11 13:27:39 -06001424 <EntityType Name="Memory" BaseType="Memory.v1_8_0.Memory"/>
1425 </Schema>
1426
Gunnar Millsa778c022020-05-12 12:20:36 -05001427 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_9_1">
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_9_0.Memory"/>
1431 </Schema>
1432
Gunnar Mills844b4152020-06-22 12:44:09 -05001433 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_9_2">
1434 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1435 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1436 <EntityType Name="Memory" BaseType="Memory.v1_9_1.Memory"/>
1437 </Schema>
1438
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001439 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_9_3">
1440 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1441 <Annotation Term="OData.Description" String="This version was created to clarify properties reflect the memory device as opposed to generic memory."/>
1442 <EntityType Name="Memory" BaseType="Memory.v1_9_2.Memory"/>
1443 </Schema>
1444
1445 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_10_0">
1446 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1447 <Annotation Term="Redfish.Release" String="2020.3"/>
1448
1449 <EntityType Name="Memory" BaseType="Memory.v1_9_3.Memory">
1450 <Property Name="LocationIndicatorActive" Type="Edm.Boolean">
1451 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1452 <Annotation Term="OData.Description" String="An indicator allowing an operator to physically locate this resource."/>
1453 <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."/>
1454 </Property>
1455 </EntityType>
1456 </Schema>
1457
Jason M. Billsea4aa752018-06-05 13:29:11 -07001458 </edmx:DataServices>
1459</edmx:Edmx>