blob: 47c4ceae7182e7a62e8fdec46bde2b7b782403e0 [file] [log] [blame]
Jason M. Billsea4aa752018-06-05 13:29:11 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
Gunnar Mills10f270b2021-05-19 15:34:06 -05004<!--# Redfish Schema: Memory v1.12.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 Mills10f270b2021-05-19 15:34:06 -05008<!--# Copyright 2014-2021 DMTF. -->
Jason M. Billsea4aa752018-06-05 13:29:11 -07009<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10<!--################################################################################ -->
11<!---->
12<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
13
14 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
15 <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
16 </edmx:Reference>
Ed Tanous530520e2019-01-02 13:41:37 -080017 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml">
18 <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/>
19 </edmx:Reference>
Jason M. Billsea4aa752018-06-05 13:29:11 -070020 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
21 <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
22 <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/>
23 </edmx:Reference>
24 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
25 <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
26 </edmx:Reference>
27 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
28 <edmx:Include Namespace="Resource"/>
29 <edmx:Include Namespace="Resource.v1_0_0"/>
30 </edmx:Reference>
Jason M. Billsea4aa752018-06-05 13:29:11 -070031 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/MemoryMetrics_v1.xml">
32 <edmx:Include Namespace="MemoryMetrics"/>
33 </edmx:Reference>
34 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Chassis_v1.xml">
35 <edmx:Include Namespace="Chassis"/>
36 </edmx:Reference>
37 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Assembly_v1.xml">
38 <edmx:Include Namespace="Assembly"/>
39 </edmx:Reference>
Gunnar Mills262d7d42021-01-20 16:28:41 -060040 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/EnvironmentMetrics_v1.xml">
41 <edmx:Include Namespace="EnvironmentMetrics"/>
42 </edmx:Reference>
43 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Processor_v1.xml">
44 <edmx:Include Namespace="Processor"/>
45 </edmx:Reference>
46 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/CertificateCollection_v1.xml">
47 <edmx:Include Namespace="CertificateCollection"/>
48 </edmx:Reference>
49 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/SoftwareInventory_v1.xml">
50 <edmx:Include Namespace="SoftwareInventory"/>
51 </edmx:Reference>
Jason M. Billsea4aa752018-06-05 13:29:11 -070052
53 <edmx:DataServices>
54
55 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory">
56 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
57
58 <EntityType Name="Memory" BaseType="Resource.v1_0_0.Resource" Abstract="true">
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -050059 <Annotation Term="OData.Description" String="The Memory schema represents a memory device, such as a DIMM, and its configuration."/>
60 <Annotation Term="OData.LongDescription" String="This resource shall represent a memory device in a Redfish implementation."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070061 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
62 <Annotation Term="Capabilities.InsertRestrictions">
63 <Record>
64 <PropertyValue Property="Insertable" Bool="false"/>
65 </Record>
66 </Annotation>
67 <Annotation Term="Capabilities.UpdateRestrictions">
68 <Record>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -050069 <PropertyValue Property="Updatable" Bool="true"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070070 </Record>
71 </Annotation>
72 <Annotation Term="Capabilities.DeleteRestrictions">
73 <Record>
74 <PropertyValue Property="Deletable" Bool="false"/>
75 </Record>
76 </Annotation>
Ed Tanous530520e2019-01-02 13:41:37 -080077 <Annotation Term="Redfish.Uris">
78 <Collection>
79 <String>/redfish/v1/Systems/{ComputerSystemId}/Memory/{MemoryId}</String>
Gunnar Mills09b9d452020-02-11 13:27:39 -060080 <String>/redfish/v1/Chassis/{ChassisId}/Memory/{MemoryId}</String>
Ed Tanous530520e2019-01-02 13:41:37 -080081 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Memory/{MemoryId}</String>
82 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Memory/{MemoryId}</String>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060083 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Memory/{MemoryId}</String>
84 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Memory/{MemoryId}</String>
Ed Tanous530520e2019-01-02 13:41:37 -080085 </Collection>
86 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -070087 </EntityType>
88
89 <Action Name="UnlockUnit" IsBound="true">
Ed Tanouscb103132019-10-08 11:34:22 -070090 <Annotation Term="OData.Description" String="This contains the action for unlocking given regions."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070091 <Annotation Term="OData.LongDescription" String="This action shall apply the supplied passphrase to the supplied region for the purpose of unlocking the given regions."/>
92 <Parameter Name="Memory" Type="Memory.v1_0_0.Actions"/>
93 <Parameter Name="RegionId" Type="Edm.String" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -070094 <Annotation Term="OData.Description" String="The memory region ID to which to apply this action."/>
95 <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 -070096 </Parameter>
97 <Parameter Name="Passphrase" Type="Edm.String" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -070098 <Annotation Term="OData.Description" String="The passphrase required to complete the operation."/>
Gunnar Mills262d7d42021-01-20 16:28:41 -060099 <Annotation Term="OData.LongDescription" String="This property shall contain the passphrase required to complete this action."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700100 </Parameter>
101 </Action>
102
103 <Action Name="SecureEraseUnit" IsBound="true">
Gunnar Millsa778c022020-05-12 12:20:36 -0500104 <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 -0700105 <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 -0800106 <Parameter Name="Memory" Type="Memory.v1_0_0.Actions"/>
107 <Parameter Name="RegionId" Type="Edm.String" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700108 <Annotation Term="OData.Description" String="The memory region ID to which to apply this action."/>
109 <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 -0800110 </Parameter>
111 <Parameter Name="Passphrase" Type="Edm.String" Nullable="false">
112 <Annotation Term="OData.Description" String="Passphrase for doing the operation."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700113 <Annotation Term="OData.LongDescription" String="This property shall contain the passphrase used in this action."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800114 </Parameter>
115 </Action>
116
117 <Action Name="OverwriteUnit" IsBound="true">
Ed Tanouscb103132019-10-08 11:34:22 -0700118 <Annotation Term="OData.Description" String="This contains the action for securely erasing given regions using the NIST SP800-88 Purge: Overwrite."/>
119 <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 -0600120 <Annotation Term="Redfish.Revisions">
121 <Collection>
122 <Record>
123 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
124 <PropertyValue Property="Version" String="v1_6_0"/>
125 </Record>
126 </Collection>
127 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700128 <Parameter Name="Memory" Type="Memory.v1_0_0.Actions"/>
129 <Parameter Name="RegionId" Type="Edm.String" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700130 <Annotation Term="OData.Description" String="The memory region ID to which to apply this action."/>
131 <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 -0700132 </Parameter>
133 <Parameter Name="Passphrase" Type="Edm.String" Nullable="false">
134 <Annotation Term="OData.Description" String="Passphrase for doing the operation."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700135 <Annotation Term="OData.LongDescription" String="This property shall contain the passphrase used in this action."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700136 </Parameter>
137 </Action>
138
139 <Action Name="SetPassphrase" IsBound="true">
140 <Annotation Term="OData.Description" String="Set passphrase for the given regions."/>
141 <Annotation Term="OData.LongDescription" String="This action shall apply the supplied passphrase to the supplied region."/>
142 <Parameter Name="Memory" Type="Memory.v1_0_0.Actions"/>
143 <Parameter Name="RegionId" Type="Edm.String" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700144 <Annotation Term="OData.Description" String="The memory region ID to which to apply this action."/>
145 <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 -0700146 </Parameter>
147 <Parameter Name="Passphrase" Type="Edm.String" Nullable="false">
148 <Annotation Term="OData.Description" String="Passphrase for doing the operation."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700149 <Annotation Term="OData.LongDescription" String="This property shall contain the passphrase used in this action."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700150 </Parameter>
151 </Action>
152
153 <Action Name="DisablePassphrase" IsBound="true">
154 <Annotation Term="OData.Description" String="Disable passphrase for given regions."/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600155 <Annotation Term="OData.LongDescription" String="This action shall disable the need for passphrases on the supplied region provided the supplied passphrase matches that of the region."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700156 <Parameter Name="Memory" Type="Memory.v1_0_0.Actions"/>
157 <Parameter Name="RegionId" Type="Edm.String" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700158 <Annotation Term="OData.Description" String="The memory region ID to which to apply this action."/>
159 <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 -0700160 </Parameter>
161 <Parameter Name="Passphrase" Type="Edm.String" Nullable="false">
162 <Annotation Term="OData.Description" String="Passphrase for doing the operation."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700163 <Annotation Term="OData.LongDescription" String="This property shall contain the passphrase used in this action."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700164 </Parameter>
165 </Action>
Ed Tanouscb103132019-10-08 11:34:22 -0700166
167 <Action Name="Reset" IsBound="true">
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500168 <Annotation Term="OData.Description" String="This action resets this memory device."/>
169 <Annotation Term="OData.LongDescription" String="This action shall reset this memory device."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700170 <Parameter Name="Memory" Type="Memory.v1_0_0.Actions"/>
171 <Parameter Name="ResetType" Type="Resource.ResetType">
172 <Annotation Term="OData.Description" String="The type of reset."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500173 <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 -0700174 </Parameter>
Ed Tanouscb103132019-10-08 11:34:22 -0700175 <Annotation Term="Redfish.Revisions">
176 <Collection>
177 <Record>
178 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
179 <PropertyValue Property="Version" String="v1_8_0"/>
180 </Record>
181 </Collection>
182 </Annotation>
183 </Action>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700184 </Schema>
185
186 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_0_0">
187 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600188 <Annotation Term="Redfish.Release" String="2016.1"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700189
190 <EntityType Name="Memory" BaseType="Memory.Memory">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700191 <Property Name="MemoryType" Type="Memory.v1_0_0.MemoryType">
192 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500193 <Annotation Term="OData.Description" String="The type of memory device."/>
194 <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 -0700195 </Property>
196 <Property Name="MemoryDeviceType" Type="Memory.v1_0_0.MemoryDeviceType">
197 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500198 <Annotation Term="OData.Description" String="Type details of the memory device."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700199 <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 -0700200 </Property>
201 <Property Name="BaseModuleType" Type="Memory.v1_0_0.BaseModuleType">
202 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500203 <Annotation Term="OData.Description" String="The base module type of the memory device."/>
204 <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 -0700205 </Property>
206 <Property Name="MemoryMedia" Type="Collection(Memory.v1_0_0.MemoryMedia)" Nullable="false">
207 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500208 <Annotation Term="OData.Description" String="Media of this memory device."/>
209 <Annotation Term="OData.LongDescription" String="This property shall contain the media types of this memory device."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700210 </Property>
211 <Property Name="CapacityMiB" Type="Edm.Int64">
212 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700213 <Annotation Term="OData.Description" String="Memory capacity in mebibytes (MiB)."/>
214 <Annotation Term="OData.LongDescription" String="This property shall contain the memory capacity in MiB."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700215 <Annotation Term="Measures.Unit" String="MiBy"/>
216 </Property>
217 <Property Name="DataWidthBits" Type="Edm.Int64">
218 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700219 <Annotation Term="OData.Description" String="Data width in bits."/>
220 <Annotation Term="OData.LongDescription" String="This property shall contain the data width in bits."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700221 </Property>
222 <Property Name="BusWidthBits" Type="Edm.Int64">
223 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700224 <Annotation Term="OData.Description" String="The bus width, in bits."/>
225 <Annotation Term="OData.LongDescription" String="This property shall contain the bus width, in bits."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700226 </Property>
227 <Property Name="Manufacturer" Type="Edm.String">
228 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500229 <Annotation Term="OData.Description" String="The memory device manufacturer."/>
230 <Annotation Term="OData.LongDescription" String="This property shall contain the manufacturer of the memory device."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700231 </Property>
232 <Property Name="SerialNumber" Type="Edm.String">
233 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
234 <Annotation Term="OData.Description" String="The product serial number of this device."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500235 <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 -0700236 </Property>
237 <Property Name="PartNumber" Type="Edm.String">
238 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
239 <Annotation Term="OData.Description" String="The product part number of this device."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500240 <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 -0700241 </Property>
242 <Property Name="AllowedSpeedsMHz" Type="Collection(Edm.Int64)" Nullable="false">
243 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500244 <Annotation Term="OData.Description" String="Speeds supported by this memory device."/>
245 <Annotation Term="OData.LongDescription" String="This property shall contain the speed supported by this memory device."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800246 <Annotation Term="Measures.Unit" String="MHz"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700247 </Property>
248 <Property Name="FirmwareRevision" Type="Edm.String">
249 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700250 <Annotation Term="OData.Description" String="Revision of firmware on the memory controller."/>
251 <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 -0700252 </Property>
253 <Property Name="FirmwareApiVersion" Type="Edm.String">
254 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
255 <Annotation Term="OData.Description" String="Version of API supported by the firmware."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700256 <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 -0700257 </Property>
258 <Property Name="FunctionClasses" Type="Collection(Edm.String)" Nullable="false">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700259 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500260 <Annotation Term="OData.Description" String="Function classes by the memory device."/>
261 <Annotation Term="OData.LongDescription" String="This property shall contain the function classes by the memory device."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600262 <Annotation Term="Redfish.Revisions">
263 <Collection>
264 <Record>
265 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
266 <PropertyValue Property="Version" String="v1_3_0"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500267 <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 -0600268 </Record>
269 </Collection>
270 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700271 </Property>
272 <Property Name="VendorID" Type="Edm.String">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700273 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
274 <Annotation Term="OData.Description" String="Vendor ID."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500275 <Annotation Term="OData.LongDescription" String="This property shall contain the vendor ID of the memory device."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600276 <Annotation Term="Redfish.Revisions">
277 <Collection>
278 <Record>
279 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
280 <PropertyValue Property="Version" String="v1_3_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700281 <PropertyValue Property="Description" String="This property has been deprecated in favor of ModuleManufacturerID."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600282 </Record>
283 </Collection>
284 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700285 </Property>
286 <Property Name="DeviceID" Type="Edm.String">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700287 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
288 <Annotation Term="OData.Description" String="Device ID."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500289 <Annotation Term="OData.LongDescription" String="This property shall contain the device ID of the memory device."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600290 <Annotation Term="Redfish.Revisions">
291 <Collection>
292 <Record>
293 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
294 <PropertyValue Property="Version" String="v1_3_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700295 <PropertyValue Property="Description" String="This property has been deprecated in favor of ModuleProductID."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600296 </Record>
297 </Collection>
298 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700299 </Property>
300 <Property Name="SubsystemVendorID" Type="Edm.String">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700301 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700302 <Annotation Term="OData.Description" String="SubSystem vendor ID."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500303 <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 -0600304 <Annotation Term="Redfish.Revisions">
305 <Collection>
306 <Record>
307 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
308 <PropertyValue Property="Version" String="v1_3_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700309 <PropertyValue Property="Description" String="This property has been deprecated in favor of MemorySubsystemControllerManufacturerID."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600310 </Record>
311 </Collection>
312 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700313 </Property>
314 <Property Name="SubsystemDeviceID" Type="Edm.String">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700315 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700316 <Annotation Term="OData.Description" String="Subsystem device ID."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500317 <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 -0600318 <Annotation Term="Redfish.Revisions">
319 <Collection>
320 <Record>
321 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
322 <PropertyValue Property="Version" String="v1_3_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700323 <PropertyValue Property="Description" String="This property has been deprecated in favor of MemorySubsystemControllerProductID."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600324 </Record>
325 </Collection>
326 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700327 </Property>
328 <Property Name="MaxTDPMilliWatts" Type="Collection(Edm.Int64)" Nullable="false">
329 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500330 <Annotation Term="OData.Description" String="Set of maximum power budgets supported by the memory device in milliwatts."/>
331 <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 -0800332 <Annotation Term="Measures.Unit" String="mW"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700333 </Property>
334 <Property Name="SecurityCapabilities" Type="Memory.v1_0_0.SecurityCapabilities" Nullable="false">
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500335 <Annotation Term="OData.Description" String="Security capabilities of the memory device."/>
336 <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 -0700337 </Property>
338 <Property Name="SpareDeviceCount" Type="Edm.Int64">
339 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500340 <Annotation Term="OData.Description" String="Number of unused spare devices available in the memory device."/>
341 <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 -0700342 </Property>
343 <Property Name="RankCount" Type="Edm.Int64">
344 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500345 <Annotation Term="OData.Description" String="Number of ranks available in the memory device."/>
346 <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 -0700347 </Property>
348 <Property Name="DeviceLocator" Type="Edm.String">
349 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500350 <Annotation Term="OData.Description" String="Location of the memory device in the platform."/>
351 <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 -0600352 <Annotation Term="Redfish.Revisions">
353 <Collection>
354 <Record>
355 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
356 <PropertyValue Property="Version" String="v1_9_0"/>
357 <PropertyValue Property="Description" String="This property has been deprecated in favor of the ServiceLabel property within Location."/>
358 </Record>
359 </Collection>
360 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700361 </Property>
362 <Property Name="MemoryLocation" Type="Memory.v1_0_0.MemoryLocation" Nullable="false">
363 <Annotation Term="OData.Description" String="Memory connection information to sockets and memory controllers."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700364 <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 -0700365 </Property>
366 <Property Name="ErrorCorrection" Type="Memory.v1_0_0.ErrorCorrection">
367 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500368 <Annotation Term="OData.Description" String="Error correction scheme supported for this memory device."/>
369 <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 -0700370 </Property>
371 <Property Name="OperatingSpeedMhz" Type="Edm.Int64">
372 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500373 <Annotation Term="OData.Description" String="Operating speed of the memory device in MHz or MT/s as appropriate."/>
374 <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 -0800375 <Annotation Term="Measures.Unit" String="MHz"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700376 </Property>
377 <Property Name="VolatileRegionSizeLimitMiB" Type="Edm.Int64">
378 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
379 <Annotation Term="OData.Description" String="Total size of volatile regions in mebibytes (MiB)."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700380 <Annotation Term="OData.LongDescription" String="This property shall contain the total size of volatile regions in MiB."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800381 <Annotation Term="Measures.Unit" String="MiBy"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700382 </Property>
383 <Property Name="PersistentRegionSizeLimitMiB" Type="Edm.Int64">
384 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
385 <Annotation Term="OData.Description" String="Total size of persistent regions in mebibytes (MiB)."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700386 <Annotation Term="OData.LongDescription" String="This property shall contain the total size of persistent regions in MiB."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800387 <Annotation Term="Measures.Unit" String="MiBy"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700388 </Property>
389 <Property Name="Regions" Type="Collection(Memory.v1_0_0.RegionSet)" Nullable="false">
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500390 <Annotation Term="OData.Description" String="Memory regions information within the memory device."/>
391 <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 -0700392 </Property>
393 <Property Name="OperatingMemoryModes" Type="Collection(Memory.v1_0_0.OperatingMemoryModes)" Nullable="false">
394 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500395 <Annotation Term="OData.Description" String="Memory modes supported by the memory device."/>
396 <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 -0700397 </Property>
398 <Property Name="PowerManagementPolicy" Type="Memory.v1_0_0.PowerManagementPolicy" Nullable="false">
399 <Annotation Term="OData.Description" String="Power management policy information."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500400 <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 -0700401 </Property>
402 <Property Name="IsSpareDeviceEnabled" Type="Edm.Boolean" DefaultValue="false">
403 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500404 <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 -0700405 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the spare device is enabled."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700406 </Property>
407 <Property Name="IsRankSpareEnabled" Type="Edm.Boolean" DefaultValue="false">
408 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500409 <Annotation Term="OData.Description" String="An indication of whether rank spare is enabled for this memory device."/>
410 <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 -0700411 </Property>
412 <NavigationProperty Name="Metrics" Type="MemoryMetrics.MemoryMetrics" ContainsTarget="true" Nullable="false">
413 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500414 <Annotation Term="OData.Description" String="The link to the metrics associated with this memory device."/>
415 <Annotation Term="OData.LongDescription" String="The link to the metrics associated with this memory device."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700416 <Annotation Term="OData.AutoExpandReferences"/>
417 </NavigationProperty>
418 <Property Name="Actions" Type="Memory.v1_0_0.Actions" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500419 <Annotation Term="OData.Description" String="The available actions for this resource."/>
420 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700421 </Property>
422 </EntityType>
423
424 <EnumType Name="MemoryType">
425 <Member Name="DRAM">
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500426 <Annotation Term="OData.Description" String="The memory device is comprised of volatile memory."/>
427 <Annotation Term="OData.LongDescription" String="This value shall represent a volatile DRAM memory device."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700428 </Member>
429 <Member Name="NVDIMM_N">
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500430 <Annotation Term="OData.Description" String="The memory device is comprised of volatile memory backed by non-volatile memory."/>
431 <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 -0700432 </Member>
433 <Member Name="NVDIMM_F">
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500434 <Annotation Term="OData.Description" String="The memory device is comprised of non-volatile memory."/>
435 <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 -0700436 </Member>
437 <Member Name="NVDIMM_P">
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500438 <Annotation Term="OData.Description" String="The memory device is comprised of a combination of non-volatile and volatile memory."/>
439 <Annotation Term="OData.LongDescription" String="This value shall represent an NVDIMM_P memory device as defined by JEDEC."/>
440 </Member>
Ed Tanous530520e2019-01-02 13:41:37 -0800441 <Member Name="IntelOptane">
Gunnar Mills262d7d42021-01-20 16:28:41 -0600442 <Annotation Term="OData.Description" String="The memory device is an Intel Optane Persistent Memory Module."/>
443 <Annotation Term="OData.LongDescription" String="This value shall represent an Intel Optane Persistent Memory Module."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600444 <Annotation Term="Redfish.Revisions">
445 <Collection>
446 <Record>
447 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
448 <PropertyValue Property="Version" String="v1_6_0"/>
449 </Record>
450 </Collection>
451 </Annotation>
Ed Tanous530520e2019-01-02 13:41:37 -0800452 </Member>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700453 </EnumType>
454
455 <EnumType Name="MemoryDeviceType">
456 <Member Name="DDR">
457 <Annotation Term="OData.Description" String="DDR."/>
458 </Member>
459 <Member Name="DDR2">
460 <Annotation Term="OData.Description" String="DDR2."/>
461 </Member>
462 <Member Name="DDR3">
463 <Annotation Term="OData.Description" String="DDR3."/>
464 </Member>
465 <Member Name="DDR4">
466 <Annotation Term="OData.Description" String="DDR4."/>
467 </Member>
468 <Member Name="DDR4_SDRAM">
469 <Annotation Term="OData.Description" String="DDR4 SDRAM."/>
470 </Member>
471 <Member Name="DDR4E_SDRAM">
472 <Annotation Term="OData.Description" String="DDR4E SDRAM."/>
473 </Member>
474 <Member Name="LPDDR4_SDRAM">
475 <Annotation Term="OData.Description" String="LPDDR4 SDRAM."/>
476 </Member>
477 <Member Name="DDR3_SDRAM">
478 <Annotation Term="OData.Description" String="DDR3 SDRAM."/>
479 </Member>
480 <Member Name="LPDDR3_SDRAM">
481 <Annotation Term="OData.Description" String="LPDDR3 SDRAM."/>
482 </Member>
483 <Member Name="DDR2_SDRAM">
484 <Annotation Term="OData.Description" String="DDR2 SDRAM."/>
485 </Member>
486 <Member Name="DDR2_SDRAM_FB_DIMM">
487 <Annotation Term="OData.Description" String="DDR2 SDRAM FB_DIMM."/>
488 </Member>
489 <Member Name="DDR2_SDRAM_FB_DIMM_PROBE">
490 <Annotation Term="OData.Description" String="DDR2 SDRAM FB_DIMM PROBE."/>
491 </Member>
492 <Member Name="DDR_SGRAM">
493 <Annotation Term="OData.Description" String="DDR SGRAM."/>
494 </Member>
495 <Member Name="DDR_SDRAM">
496 <Annotation Term="OData.Description" String="DDR SDRAM."/>
497 </Member>
498 <Member Name="ROM">
499 <Annotation Term="OData.Description" String="ROM."/>
500 </Member>
501 <Member Name="SDRAM">
502 <Annotation Term="OData.Description" String="SDRAM."/>
503 </Member>
504 <Member Name="EDO">
505 <Annotation Term="OData.Description" String="EDO."/>
506 </Member>
507 <Member Name="FastPageMode">
508 <Annotation Term="OData.Description" String="Fast Page Mode."/>
509 </Member>
510 <Member Name="PipelinedNibble">
511 <Annotation Term="OData.Description" String="Pipelined Nibble."/>
512 </Member>
513 <Member Name="Logical">
514 <Annotation Term="OData.Description" String="Logical Non-volatile device."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600515 <Annotation Term="Redfish.Revisions">
516 <Collection>
517 <Record>
518 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
519 <PropertyValue Property="Version" String="v1_4_0"/>
520 </Record>
521 </Collection>
522 </Annotation>
523 </Member>
524 <Member Name="HBM">
525 <Annotation Term="OData.Description" String="High Bandwidth Memory."/>
526 <Annotation Term="Redfish.Revisions">
527 <Collection>
528 <Record>
529 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
530 <PropertyValue Property="Version" String="v1_7_0"/>
531 </Record>
532 </Collection>
533 </Annotation>
534 </Member>
535 <Member Name="HBM2">
Gunnar Mills262d7d42021-01-20 16:28:41 -0600536 <Annotation Term="OData.Description" String="The second generation of High Bandwidth Memory."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600537 <Annotation Term="Redfish.Revisions">
538 <Collection>
539 <Record>
540 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
541 <PropertyValue Property="Version" String="v1_7_0"/>
542 </Record>
543 </Collection>
544 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700545 </Member>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600546 <Member Name="HBM3">
547 <Annotation Term="OData.Description" String="The third generation of High Bandwidth Memory."/>
548 <Annotation Term="Redfish.Revisions">
549 <Collection>
550 <Record>
551 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
552 <PropertyValue Property="Version" String="v1_11_0"/>
553 </Record>
554 </Collection>
555 </Annotation>
556 </Member>
557 <Member Name="GDDR">
558 <Annotation Term="OData.Description" String="Synchronous graphics random-access memory."/>
559 <Annotation Term="Redfish.Revisions">
560 <Collection>
561 <Record>
562 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
563 <PropertyValue Property="Version" String="v1_11_0"/>
564 </Record>
565 </Collection>
566 </Annotation>
567 </Member>
568 <Member Name="GDDR2">
569 <Annotation Term="OData.Description" String="Double data rate type two synchronous graphics random-access memory."/>
570 <Annotation Term="Redfish.Revisions">
571 <Collection>
572 <Record>
573 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
574 <PropertyValue Property="Version" String="v1_11_0"/>
575 </Record>
576 </Collection>
577 </Annotation>
578 </Member>
579 <Member Name="GDDR3">
580 <Annotation Term="OData.Description" String="Double data rate type three synchronous graphics random-access memory."/>
581 <Annotation Term="Redfish.Revisions">
582 <Collection>
583 <Record>
584 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
585 <PropertyValue Property="Version" String="v1_11_0"/>
586 </Record>
587 </Collection>
588 </Annotation>
589 </Member>
590 <Member Name="GDDR4">
591 <Annotation Term="OData.Description" String="Double data rate type four synchronous graphics random-access memory."/>
592 <Annotation Term="Redfish.Revisions">
593 <Collection>
594 <Record>
595 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
596 <PropertyValue Property="Version" String="v1_11_0"/>
597 </Record>
598 </Collection>
599 </Annotation>
600 </Member>
601 <Member Name="GDDR5">
602 <Annotation Term="OData.Description" String="Double data rate type five synchronous graphics random-access memory."/>
603 <Annotation Term="Redfish.Revisions">
604 <Collection>
605 <Record>
606 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
607 <PropertyValue Property="Version" String="v1_11_0"/>
608 </Record>
609 </Collection>
610 </Annotation>
611 </Member>
612 <Member Name="GDDR5X">
613 <Annotation Term="OData.Description" String="Double data rate type five X synchronous graphics random-access memory."/>
614 <Annotation Term="Redfish.Revisions">
615 <Collection>
616 <Record>
617 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
618 <PropertyValue Property="Version" String="v1_11_0"/>
619 </Record>
620 </Collection>
621 </Annotation>
622 </Member>
623 <Member Name="GDDR6">
624 <Annotation Term="OData.Description" String="Double data rate type six synchronous graphics random-access memory."/>
625 <Annotation Term="Redfish.Revisions">
626 <Collection>
627 <Record>
628 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
629 <PropertyValue Property="Version" String="v1_11_0"/>
630 </Record>
631 </Collection>
632 </Annotation>
633 </Member>
634 <Member Name="DDR5">
635 <Annotation Term="OData.Description" String="Double data rate type five synchronous dynamic random-access memory."/>
636 <Annotation Term="Redfish.Revisions">
637 <Collection>
638 <Record>
639 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
640 <PropertyValue Property="Version" String="v1_11_0"/>
641 </Record>
642 </Collection>
643 </Annotation>
644 </Member>
645 <Member Name="OEM">
646 <Annotation Term="OData.Description" String="OEM-defined."/>
647 <Annotation Term="Redfish.Revisions">
648 <Collection>
649 <Record>
650 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
651 <PropertyValue Property="Version" String="v1_11_0"/>
652 </Record>
653 </Collection>
654 </Annotation>
655 </Member>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700656 </EnumType>
657
658 <EnumType Name="BaseModuleType">
659 <Member Name="RDIMM">
660 <Annotation Term="OData.Description" String="Registered DIMM."/>
661 </Member>
662 <Member Name="UDIMM">
663 <Annotation Term="OData.Description" String="UDIMM."/>
664 </Member>
665 <Member Name="SO_DIMM">
666 <Annotation Term="OData.Description" String="SO_DIMM."/>
667 </Member>
668 <Member Name="LRDIMM">
669 <Annotation Term="OData.Description" String="Load Reduced."/>
670 </Member>
671 <Member Name="Mini_RDIMM">
672 <Annotation Term="OData.Description" String="Mini_RDIMM."/>
673 </Member>
674 <Member Name="Mini_UDIMM">
675 <Annotation Term="OData.Description" String="Mini_UDIMM."/>
676 </Member>
677 <Member Name="SO_RDIMM_72b">
678 <Annotation Term="OData.Description" String="SO_RDIMM_72b."/>
679 </Member>
680 <Member Name="SO_UDIMM_72b">
681 <Annotation Term="OData.Description" String="SO_UDIMM_72b."/>
682 </Member>
683 <Member Name="SO_DIMM_16b">
684 <Annotation Term="OData.Description" String="SO_DIMM_16b."/>
685 </Member>
686 <Member Name="SO_DIMM_32b">
687 <Annotation Term="OData.Description" String="SO_DIMM_32b."/>
688 </Member>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600689 <Member Name="Die">
690 <Annotation Term="OData.Description" String="A die within a package."/>
691 <Annotation Term="Redfish.Revisions">
692 <Collection>
693 <Record>
694 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
695 <PropertyValue Property="Version" String="v1_7_0"/>
696 </Record>
697 </Collection>
698 </Annotation>
699 </Member>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700700 </EnumType>
701
702 <EnumType Name="MemoryMedia">
703 <Member Name="DRAM">
704 <Annotation Term="OData.Description" String="DRAM media."/>
705 </Member>
706 <Member Name="NAND">
707 <Annotation Term="OData.Description" String="NAND media."/>
708 </Member>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600709 <Member Name="Intel3DXPoint">
710 <Annotation Term="OData.Description" String="Intel 3D XPoint media."/>
711 <Annotation Term="Redfish.Revisions">
712 <Collection>
713 <Record>
714 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
715 <PropertyValue Property="Version" String="v1_7_0"/>
716 </Record>
717 </Collection>
718 </Annotation>
719 </Member>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700720 <Member Name="Proprietary">
721 <Annotation Term="OData.Description" String="Proprietary media."/>
722 </Member>
723 </EnumType>
724
725 <ComplexType Name="SecurityCapabilities">
726 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700727 <Annotation Term="OData.Description" String="This type contains security capabilities of a memory device."/>
728 <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 -0700729 <Property Name="PassphraseCapable" Type="Edm.Boolean">
730 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500731 <Annotation Term="OData.Description" String="An indication of whether the memory device is passphrase capable."/>
732 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the memory device is passphrase capable."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700733 </Property>
734 <Property Name="MaxPassphraseCount" Type="Edm.Int64">
735 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500736 <Annotation Term="OData.Description" String="Maximum number of passphrases supported for this memory device."/>
737 <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 -0700738 </Property>
739 <Property Name="SecurityStates" Type="Collection(Memory.v1_0_0.SecurityStates)" Nullable="false">
740 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500741 <Annotation Term="OData.Description" String="Security states supported by the memory device."/>
742 <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 -0600743 <Annotation Term="Redfish.Revisions">
Ed Tanouscb103132019-10-08 11:34:22 -0700744 <Collection>
745 <Record>
746 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
747 <PropertyValue Property="Version" String="v1_7_0"/>
748 <PropertyValue Property="Description" String="This property has been deprecated in favor of using the individual PassphraseCapable, DataLockCapable and ConfigurationLockCapable properties."/>
749 </Record>
750 </Collection>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600751 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700752 </Property>
753 </ComplexType>
754
755 <EnumType Name="SecurityStates">
756 <Member Name="Enabled">
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600757 <Annotation Term="OData.Description" String="Secure mode is enabled and access to the data is allowed."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700758 </Member>
759 <Member Name="Disabled">
760 <Annotation Term="OData.Description" String="Secure mode is disabled."/>
761 </Member>
762 <Member Name="Unlocked">
763 <Annotation Term="OData.Description" String="Secure mode is enabled and access to the data is unlocked."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600764 <Annotation Term="Redfish.Revisions">
Ed Tanouscb103132019-10-08 11:34:22 -0700765 <Collection>
766 <Record>
767 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
768 <PropertyValue Property="Version" String="v1_7_0"/>
769 <PropertyValue Property="Description" String="This value has been deprecated in favor of 'Enabled' to indicate normal security operation."/>
770 </Record>
771 </Collection>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600772 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700773 </Member>
774 <Member Name="Locked">
775 <Annotation Term="OData.Description" String="Secure mode is enabled and access to the data is locked."/>
776 </Member>
777 <Member Name="Frozen">
Ed Tanouscb103132019-10-08 11:34:22 -0700778 <Annotation Term="OData.Description" String="Secure state is frozen and cannot be modified until reset."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600779 <Annotation Term="Redfish.Revisions">
Ed Tanouscb103132019-10-08 11:34:22 -0700780 <Collection>
781 <Record>
782 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
783 <PropertyValue Property="Version" String="v1_7_0"/>
784 <PropertyValue Property="Description" String="This value has been deprecated in favor of using the ConfigurationLocked to indicate that the configuration has been frozen."/>
785 </Record>
786 </Collection>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600787 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700788 </Member>
789 <Member Name="Passphraselimit">
Ed Tanouscb103132019-10-08 11:34:22 -0700790 <Annotation Term="OData.Description" String="Number of attempts to unlock the memory exceeded limit."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700791 </Member>
792 </EnumType>
793
794 <ComplexType Name="MemoryLocation">
795 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
796 <Annotation Term="OData.Description" String="Memory connection information to sockets and memory controllers."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700797 <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 -0700798 <Property Name="Socket" Type="Edm.Int64">
799 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500800 <Annotation Term="OData.Description" String="The socket number to which the memory device is connected."/>
801 <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 -0700802 </Property>
803 <Property Name="MemoryController" Type="Edm.Int64">
804 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500805 <Annotation Term="OData.Description" String="The memory controller number to which the memory device is connected."/>
806 <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 -0700807 </Property>
808 <Property Name="Channel" Type="Edm.Int64">
809 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500810 <Annotation Term="OData.Description" String="The channel number to which the memory device is connected."/>
811 <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 -0700812 </Property>
813 <Property Name="Slot" Type="Edm.Int64">
814 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500815 <Annotation Term="OData.Description" String="The slot number to which the memory device is connected."/>
816 <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 -0700817 </Property>
818 </ComplexType>
819
820 <EnumType Name="ErrorCorrection">
821 <Member Name="NoECC">
822 <Annotation Term="OData.Description" String="No ECC available."/>
823 </Member>
824 <Member Name="SingleBitECC">
Ed Tanouscb103132019-10-08 11:34:22 -0700825 <Annotation Term="OData.Description" String="Single bit data errors can be corrected by ECC."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700826 </Member>
827 <Member Name="MultiBitECC">
Ed Tanouscb103132019-10-08 11:34:22 -0700828 <Annotation Term="OData.Description" String="Multibit data errors can be corrected by ECC."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700829 </Member>
830 <Member Name="AddressParity">
Ed Tanouscb103132019-10-08 11:34:22 -0700831 <Annotation Term="OData.Description" String="Address parity errors can be corrected."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700832 </Member>
833 </EnumType>
834
835 <ComplexType Name="RegionSet">
836 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700837 <Annotation Term="OData.Description" String="Memory region information within a memory device."/>
838 <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 -0700839 <Property Name="RegionId" Type="Edm.String">
840 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500841 <Annotation Term="OData.Description" String="Unique region ID representing a specific region within the memory device."/>
842 <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 -0700843 </Property>
844 <Property Name="MemoryClassification" Type="Memory.v1_0_0.MemoryClassification">
845 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700846 <Annotation Term="OData.Description" String="The classification of memory that the memory region occupies."/>
847 <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 -0700848 </Property>
849 <Property Name="OffsetMiB" Type="Edm.Int64">
850 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700851 <Annotation Term="OData.Description" String="Offset within the memory that corresponds to the start of this memory region in mebibytes (MiB)."/>
852 <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 -0700853 <Annotation Term="Measures.Unit" String="MiBy"/>
854 </Property>
855 <Property Name="SizeMiB" Type="Edm.Int64">
856 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
857 <Annotation Term="OData.Description" String="Size of this memory region in mebibytes (MiB)."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700858 <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 -0700859 <Annotation Term="Measures.Unit" String="MiBy"/>
860 </Property>
861 <Property Name="PassphraseState" Type="Edm.Boolean">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700862 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700863 <Annotation Term="OData.Description" String="An indication of whether the state of the passphrase for this region is enabled."/>
864 <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 -0600865 <Annotation Term="Redfish.Revisions">
866 <Collection>
867 <Record>
868 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
869 <PropertyValue Property="Version" String="v1_5_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700870 <PropertyValue Property="Description" String="This property has been deprecated in favor of PassphraseEnabled found within RegionSet."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600871 </Record>
872 </Collection>
873 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700874 </Property>
875 </ComplexType>
876
877 <EnumType Name="MemoryClassification">
878 <Member Name="Volatile">
879 <Annotation Term="OData.Description" String="Volatile memory."/>
880 </Member>
881 <Member Name="ByteAccessiblePersistent">
Ed Tanouscb103132019-10-08 11:34:22 -0700882 <Annotation Term="OData.Description" String="Byte-accessible persistent memory."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700883 </Member>
884 <Member Name="Block">
Gunnar Millsa778c022020-05-12 12:20:36 -0500885 <Annotation Term="OData.Description" String="Block-accessible memory."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700886 </Member>
887 </EnumType>
888
889 <EnumType Name="OperatingMemoryModes">
890 <Member Name="Volatile">
891 <Annotation Term="OData.Description" String="Volatile memory."/>
892 </Member>
893 <Member Name="PMEM">
Gunnar Millsa778c022020-05-12 12:20:36 -0500894 <Annotation Term="OData.Description" String="Persistent memory, byte-accessible through system address space."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700895 </Member>
896 <Member Name="Block">
Ed Tanouscb103132019-10-08 11:34:22 -0700897 <Annotation Term="OData.Description" String="Block-accessible system memory."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700898 </Member>
899 </EnumType>
900
901 <ComplexType Name="PowerManagementPolicy">
902 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
903 <Annotation Term="OData.Description" String="Power management policy information."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500904 <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 -0700905 <Property Name="PolicyEnabled" Type="Edm.Boolean">
906 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700907 <Annotation Term="OData.Description" String="An indication of whether the power management policy is enabled."/>
908 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the power management policy is enabled."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700909 </Property>
910 <Property Name="MaxTDPMilliWatts" Type="Edm.Int64">
911 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700912 <Annotation Term="OData.Description" String="Maximum TDP in milliwatts."/>
913 <Annotation Term="OData.LongDescription" String="This property shall contain the maximum TDP in milliwatts."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700914 <Annotation Term="Measures.Unit" String="mW"/>
915 </Property>
916 <Property Name="PeakPowerBudgetMilliWatts" Type="Edm.Int64">
917 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700918 <Annotation Term="OData.Description" String="Peak power budget, in milliwatts."/>
919 <Annotation Term="OData.LongDescription" String="This property shall contain the peak power budget, in milliwatts."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700920 <Annotation Term="Measures.Unit" String="mW"/>
921 </Property>
922 <Property Name="AveragePowerBudgetMilliWatts" Type="Edm.Int64">
923 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700924 <Annotation Term="OData.Description" String="Average power budget, in milliwatts."/>
925 <Annotation Term="OData.LongDescription" String="This property shall contain the average power budget, in milliwatts."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700926 <Annotation Term="Measures.Unit" String="mW"/>
927 </Property>
928 </ComplexType>
929
930 <ComplexType Name="Actions">
931 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500932 <Annotation Term="OData.Description" String="The available actions for this resource."/>
933 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800934 <Property Name="Oem" Type="Memory.v1_0_0.OemActions" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500935 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
936 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800937 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700938 </ComplexType>
939
940 <ComplexType Name="OemActions">
941 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500942 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
943 <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 -0700944 </ComplexType>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700945 </Schema>
946
947 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_0_1">
948 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700949 <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 -0700950 <EntityType Name="Memory" BaseType="Memory.v1_0_0.Memory"/>
951 </Schema>
952
953 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_0_2">
954 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700955 <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 -0700956 <EntityType Name="Memory" BaseType="Memory.v1_0_1.Memory"/>
957 </Schema>
958
959 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_0_3">
960 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills09b9d452020-02-11 13:27:39 -0600961 <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 -0700962 <EntityType Name="Memory" BaseType="Memory.v1_0_2.Memory"/>
963 </Schema>
964
Ed Tanous530520e2019-01-02 13:41:37 -0800965 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_0_4">
966 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500967 <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 -0800968 <EntityType Name="Memory" BaseType="Memory.v1_0_3.Memory"/>
969 </Schema>
970
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600971 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_0_5">
972 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500973 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600974 <EntityType Name="Memory" BaseType="Memory.v1_0_4.Memory"/>
975 </Schema>
976
Ed Tanouscb103132019-10-08 11:34:22 -0700977 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_0_6">
978 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
979 <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."/>
980 <EntityType Name="Memory" BaseType="Memory.v1_0_5.Memory"/>
981 </Schema>
982
983 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_0_7">
984 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
985 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
986 <EntityType Name="Memory" BaseType="Memory.v1_0_6.Memory"/>
987 </Schema>
988
Gunnar Millsa778c022020-05-12 12:20:36 -0500989 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_0_8">
990 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
991 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
992 <EntityType Name="Memory" BaseType="Memory.v1_0_7.Memory"/>
993 </Schema>
994
Gunnar Mills844b4152020-06-22 12:44:09 -0500995 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_0_9">
996 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
997 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
998 <EntityType Name="Memory" BaseType="Memory.v1_0_8.Memory"/>
999 </Schema>
1000
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001001 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_0_10">
1002 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1003 <Annotation Term="OData.Description" String="This version was created to clarify properties reflect the memory device as opposed to generic memory."/>
1004 <EntityType Name="Memory" BaseType="Memory.v1_0_9.Memory"/>
1005 </Schema>
1006
Gunnar Mills262d7d42021-01-20 16:28:41 -06001007 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_0_11">
1008 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1009 <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
1010 <EntityType Name="Memory" BaseType="Memory.v1_0_10.Memory"/>
1011 </Schema>
1012
Jason M. Billsea4aa752018-06-05 13:29:11 -07001013 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_1_0">
1014 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001015 <Annotation Term="Redfish.Release" String="2016.3"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001016
Jason M. Billsea4aa752018-06-05 13:29:11 -07001017 <EntityType Name="Memory" BaseType="Memory.v1_0_1.Memory">
Ed Tanous530520e2019-01-02 13:41:37 -08001018 <Property Name="Status" Type="Resource.Status" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -05001019 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
1020 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -08001021 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001022 </EntityType>
1023 </Schema>
1024
1025 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_1_1">
1026 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001027 <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 -07001028 <EntityType Name="Memory" BaseType="Memory.v1_1_0.Memory"/>
1029 </Schema>
1030
1031 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_1_2">
1032 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills09b9d452020-02-11 13:27:39 -06001033 <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 -07001034 <EntityType Name="Memory" BaseType="Memory.v1_1_1.Memory"/>
1035 </Schema>
1036
Ed Tanous530520e2019-01-02 13:41:37 -08001037 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_1_3">
1038 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001039 <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 -08001040 <EntityType Name="Memory" BaseType="Memory.v1_1_2.Memory"/>
1041 </Schema>
1042
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001043 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_1_4">
1044 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001045 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001046 <EntityType Name="Memory" BaseType="Memory.v1_1_3.Memory"/>
1047 </Schema>
1048
Ed Tanouscb103132019-10-08 11:34:22 -07001049 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_1_5">
1050 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1051 <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."/>
1052 <EntityType Name="Memory" BaseType="Memory.v1_1_4.Memory"/>
1053 </Schema>
1054
1055 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_1_6">
1056 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1057 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1058 <EntityType Name="Memory" BaseType="Memory.v1_1_5.Memory"/>
1059 </Schema>
1060
Gunnar Millsa778c022020-05-12 12:20:36 -05001061 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_1_7">
1062 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1063 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1064 <EntityType Name="Memory" BaseType="Memory.v1_1_6.Memory"/>
1065 </Schema>
1066
Gunnar Mills844b4152020-06-22 12:44:09 -05001067 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_1_8">
1068 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1069 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1070 <EntityType Name="Memory" BaseType="Memory.v1_1_7.Memory"/>
1071 </Schema>
1072
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001073 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_1_9">
1074 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1075 <Annotation Term="OData.Description" String="This version was created to clarify properties reflect the memory device as opposed to generic memory."/>
1076 <EntityType Name="Memory" BaseType="Memory.v1_1_8.Memory"/>
1077 </Schema>
1078
Gunnar Mills262d7d42021-01-20 16:28:41 -06001079 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_1_10">
1080 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1081 <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
1082 <EntityType Name="Memory" BaseType="Memory.v1_1_9.Memory"/>
1083 </Schema>
1084
Jason M. Billsea4aa752018-06-05 13:29:11 -07001085 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_2_0">
1086 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001087 <Annotation Term="Redfish.Release" String="2017.1"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001088
Jason M. Billsea4aa752018-06-05 13:29:11 -07001089 <EntityType Name="Memory" BaseType="Memory.v1_1_1.Memory">
1090 <Property Name="VolatileRegionNumberLimit" Type="Edm.Int64">
1091 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001092 <Annotation Term="OData.Description" String="Total number of volatile regions this memory device can support."/>
1093 <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 -07001094 </Property>
1095 <Property Name="PersistentRegionNumberLimit" Type="Edm.Int64">
1096 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001097 <Annotation Term="OData.Description" String="Total number of persistent regions this memory device can support."/>
1098 <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 -07001099 </Property>
1100 <Property Name="VolatileRegionSizeMaxMiB" Type="Edm.Int64">
1101 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1102 <Annotation Term="OData.Description" String="Maximum size of a single volatile region in mebibytes (MiB)."/>
Ed Tanouscb103132019-10-08 11:34:22 -07001103 <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 -08001104 <Annotation Term="Measures.Unit" String="MiBy"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001105 </Property>
1106 <Property Name="PersistentRegionSizeMaxMiB" Type="Edm.Int64">
1107 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1108 <Annotation Term="OData.Description" String="Maximum size of a single persistent region in mebibytes (MiB)."/>
Ed Tanouscb103132019-10-08 11:34:22 -07001109 <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 -08001110 <Annotation Term="Measures.Unit" String="MiBy"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001111 </Property>
1112 <Property Name="AllocationIncrementMiB" Type="Edm.Int64">
1113 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1114 <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 -07001115 <Annotation Term="OData.LongDescription" String="This property shall contain the allocation increment for regions, measured in MiB."/>
Ed Tanous530520e2019-01-02 13:41:37 -08001116 <Annotation Term="Measures.Unit" String="MiBy"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001117 </Property>
1118 <Property Name="AllocationAlignmentMiB" Type="Edm.Int64">
1119 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001120 <Annotation Term="OData.Description" String="The boundary that memory regions are allocated on, measured in mebibytes (MiB)."/>
1121 <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 -08001122 <Annotation Term="Measures.Unit" String="MiBy"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001123 </Property>
1124 <Property Name="Links" Type="Memory.v1_2_0.Links" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -05001125 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
Gunnar Mills844b4152020-06-22 12:44:09 -05001126 <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 -07001127 </Property>
1128 </EntityType>
1129
1130 <ComplexType Name="Links" BaseType="Resource.Links">
Gunnar Millsa778c022020-05-12 12:20:36 -05001131 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
1132 <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 -07001133 <NavigationProperty Name="Chassis" Type="Chassis.Chassis" Nullable="false">
1134 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001135 <Annotation Term="OData.Description" String="The link to the chassis that contains this memory device."/>
1136 <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 -07001137 <Annotation Term="OData.AutoExpandReferences"/>
1138 </NavigationProperty>
1139 </ComplexType>
1140 </Schema>
1141
1142 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_2_1">
1143 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills09b9d452020-02-11 13:27:39 -06001144 <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 -07001145 <EntityType Name="Memory" BaseType="Memory.v1_2_0.Memory"/>
1146 </Schema>
1147
Ed Tanous530520e2019-01-02 13:41:37 -08001148 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_2_2">
1149 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001150 <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 -08001151 <EntityType Name="Memory" BaseType="Memory.v1_2_1.Memory"/>
1152 </Schema>
1153
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001154 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_2_3">
1155 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001156 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001157 <EntityType Name="Memory" BaseType="Memory.v1_2_2.Memory"/>
1158 </Schema>
1159
Ed Tanouscb103132019-10-08 11:34:22 -07001160 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_2_4">
1161 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1162 <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."/>
1163 <EntityType Name="Memory" BaseType="Memory.v1_2_3.Memory"/>
1164 </Schema>
1165
1166 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_2_5">
1167 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1168 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1169 <EntityType Name="Memory" BaseType="Memory.v1_2_4.Memory"/>
1170 </Schema>
1171
Gunnar Millsa778c022020-05-12 12:20:36 -05001172 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_2_6">
1173 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1174 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1175 <EntityType Name="Memory" BaseType="Memory.v1_2_5.Memory"/>
1176 </Schema>
1177
Gunnar Mills844b4152020-06-22 12:44:09 -05001178 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_2_7">
1179 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1180 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1181 <EntityType Name="Memory" BaseType="Memory.v1_2_6.Memory"/>
1182 </Schema>
1183
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001184 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_2_8">
1185 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1186 <Annotation Term="OData.Description" String="This version was created to clarify properties reflect the memory device as opposed to generic memory."/>
1187 <EntityType Name="Memory" BaseType="Memory.v1_2_7.Memory"/>
1188 </Schema>
1189
Gunnar Mills262d7d42021-01-20 16:28:41 -06001190 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_2_9">
1191 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1192 <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
1193 <EntityType Name="Memory" BaseType="Memory.v1_2_8.Memory"/>
1194 </Schema>
1195
Jason M. Billsea4aa752018-06-05 13:29:11 -07001196 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_3_0">
1197 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001198 <Annotation Term="Redfish.Release" String="2017.2"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001199
Jason M. Billsea4aa752018-06-05 13:29:11 -07001200 <EntityType Name="Memory" BaseType="Memory.v1_2_0.Memory">
1201 <Property Name="ModuleManufacturerID" Type="Edm.String">
1202 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001203 <Annotation Term="OData.Description" String="The manufacturer ID of this memory device."/>
1204 <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 -07001205 <Annotation Term="Validation.Pattern" String="^0[xX](([a-fA-F]|[0-9]){2}){2}$"/>
1206 </Property>
1207 <Property Name="ModuleProductID" Type="Edm.String">
1208 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001209 <Annotation Term="OData.Description" String="The product ID of this memory device."/>
1210 <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 -07001211 <Annotation Term="Validation.Pattern" String="^0[xX](([a-fA-F]|[0-9]){2}){2}$"/>
1212 </Property>
1213 <Property Name="MemorySubsystemControllerManufacturerID" Type="Edm.String">
1214 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001215 <Annotation Term="OData.Description" String="The manufacturer ID of the memory subsystem controller of this memory device."/>
1216 <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 -07001217 <Annotation Term="Validation.Pattern" String="^0[xX](([a-fA-F]|[0-9]){2}){2}$"/>
1218 </Property>
1219 <Property Name="MemorySubsystemControllerProductID" Type="Edm.String">
1220 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001221 <Annotation Term="OData.Description" String="The product ID of the memory subsystem controller of this memory device."/>
1222 <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 -07001223 <Annotation Term="Validation.Pattern" String="^0[xX](([a-fA-F]|[0-9]){2}){2}$"/>
1224 </Property>
1225 </EntityType>
1226 </Schema>
1227
1228 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_3_1">
1229 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills09b9d452020-02-11 13:27:39 -06001230 <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 -07001231 <EntityType Name="Memory" BaseType="Memory.v1_3_0.Memory"/>
1232 </Schema>
1233
Ed Tanous530520e2019-01-02 13:41:37 -08001234 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_3_2">
1235 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001236 <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 -08001237 <EntityType Name="Memory" BaseType="Memory.v1_3_1.Memory"/>
1238 </Schema>
1239
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001240 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_3_3">
1241 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001242 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001243 <EntityType Name="Memory" BaseType="Memory.v1_3_2.Memory"/>
1244 </Schema>
1245
Ed Tanouscb103132019-10-08 11:34:22 -07001246 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_3_4">
1247 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1248 <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."/>
1249 <EntityType Name="Memory" BaseType="Memory.v1_3_3.Memory"/>
1250 </Schema>
1251
1252 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_3_5">
1253 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1254 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1255 <EntityType Name="Memory" BaseType="Memory.v1_3_4.Memory"/>
1256 </Schema>
1257
Gunnar Millsa778c022020-05-12 12:20:36 -05001258 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_3_6">
1259 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1260 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1261 <EntityType Name="Memory" BaseType="Memory.v1_3_5.Memory"/>
1262 </Schema>
1263
Gunnar Mills844b4152020-06-22 12:44:09 -05001264 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_3_7">
1265 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1266 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1267 <EntityType Name="Memory" BaseType="Memory.v1_3_6.Memory"/>
1268 </Schema>
1269
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001270 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_3_8">
1271 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1272 <Annotation Term="OData.Description" String="This version was created to clarify properties reflect the memory device as opposed to generic memory."/>
1273 <EntityType Name="Memory" BaseType="Memory.v1_3_7.Memory"/>
1274 </Schema>
1275
Gunnar Mills262d7d42021-01-20 16:28:41 -06001276 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_3_9">
1277 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1278 <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
1279 <EntityType Name="Memory" BaseType="Memory.v1_3_8.Memory"/>
1280 </Schema>
1281
Jason M. Billsea4aa752018-06-05 13:29:11 -07001282 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_4_0">
1283 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001284 <Annotation Term="Redfish.Release" String="2017.3"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001285
Jason M. Billsea4aa752018-06-05 13:29:11 -07001286 <EntityType Name="Memory" BaseType="Memory.v1_3_1.Memory">
1287 <Property Name="VolatileSizeMiB" Type="Edm.Int64">
1288 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001289 <Annotation Term="OData.Description" String="Total size of the volatile portion memory in MiB."/>
Ed Tanouscb103132019-10-08 11:34:22 -07001290 <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 -07001291 <Annotation Term="Measures.Unit" String="MiBy"/>
1292 </Property>
1293 <Property Name="NonVolatileSizeMiB" Type="Edm.Int64">
1294 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1295 <Annotation Term="OData.Description" String="Total size of the non-volatile portion memory in MiB."/>
Ed Tanouscb103132019-10-08 11:34:22 -07001296 <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 -07001297 <Annotation Term="Measures.Unit" String="MiBy"/>
1298 </Property>
1299 <Property Name="CacheSizeMiB" Type="Edm.Int64">
1300 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1301 <Annotation Term="OData.Description" String="Total size of the cache portion memory in MiB."/>
Ed Tanouscb103132019-10-08 11:34:22 -07001302 <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 -07001303 <Annotation Term="Measures.Unit" String="MiBy"/>
1304 </Property>
1305 <Property Name="LogicalSizeMiB" Type="Edm.Int64">
1306 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1307 <Annotation Term="OData.Description" String="Total size of the logical memory in MiB."/>
Ed Tanouscb103132019-10-08 11:34:22 -07001308 <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 -07001309 <Annotation Term="Measures.Unit" String="MiBy"/>
1310 </Property>
Ed Tanous530520e2019-01-02 13:41:37 -08001311 <Property Name="Location" Type="Resource.Location" Nullable="false">
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001312 <Annotation Term="OData.Description" String="The location of the memory device."/>
1313 <Annotation Term="OData.LongDescription" String="This property shall contain location information of the associated memory device."/>
Ed Tanous530520e2019-01-02 13:41:37 -08001314 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001315 <NavigationProperty Name="Assembly" Type="Assembly.Assembly" Nullable="false">
1316 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001317 <Annotation Term="OData.Description" String="The link to the assembly resource associated with this memory device."/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001318 <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 -07001319 <Annotation Term="OData.AutoExpandReferences"/>
1320 </NavigationProperty>
1321 </EntityType>
1322 </Schema>
1323
1324 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_4_1">
1325 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1326 <Annotation Term="OData.Description" String="This version was created to update descriptions to match the editorial style used in other Redfish schemas."/>
1327 <EntityType Name="Memory" BaseType="Memory.v1_4_0.Memory"/>
1328 </Schema>
1329
Ed Tanous530520e2019-01-02 13:41:37 -08001330 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_4_2">
1331 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001332 <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 -08001333 <EntityType Name="Memory" BaseType="Memory.v1_4_1.Memory"/>
1334 </Schema>
1335
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001336 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_4_3">
1337 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001338 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001339 <EntityType Name="Memory" BaseType="Memory.v1_4_2.Memory"/>
1340 </Schema>
1341
Ed Tanouscb103132019-10-08 11:34:22 -07001342 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_4_4">
1343 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1344 <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."/>
1345 <EntityType Name="Memory" BaseType="Memory.v1_4_3.Memory"/>
1346 </Schema>
1347
1348 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_4_5">
1349 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1350 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1351 <EntityType Name="Memory" BaseType="Memory.v1_4_4.Memory"/>
1352 </Schema>
1353
Gunnar Millsa778c022020-05-12 12:20:36 -05001354 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_4_6">
1355 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1356 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1357 <EntityType Name="Memory" BaseType="Memory.v1_4_5.Memory"/>
1358 </Schema>
1359
Gunnar Mills844b4152020-06-22 12:44:09 -05001360 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_4_7">
1361 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1362 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1363 <EntityType Name="Memory" BaseType="Memory.v1_4_6.Memory"/>
1364 </Schema>
1365
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001366 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_4_8">
1367 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1368 <Annotation Term="OData.Description" String="This version was created to clarify properties reflect the memory device as opposed to generic memory."/>
1369 <EntityType Name="Memory" BaseType="Memory.v1_4_7.Memory"/>
1370 </Schema>
1371
Gunnar Mills262d7d42021-01-20 16:28:41 -06001372 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_4_9">
1373 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1374 <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
1375 <EntityType Name="Memory" BaseType="Memory.v1_4_8.Memory"/>
1376 </Schema>
1377
Jason M. Billsea4aa752018-06-05 13:29:11 -07001378 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_5_0">
1379 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001380 <Annotation Term="Redfish.Release" String="2018.1"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001381
Jason M. Billsea4aa752018-06-05 13:29:11 -07001382 <EntityType Name="Memory" BaseType="Memory.v1_4_1.Memory"/>
1383
1384 <ComplexType Name="RegionSet" BaseType="Memory.v1_0_0.RegionSet">
1385 <Property Name="PassphraseEnabled" Type="Edm.Boolean">
1386 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001387 <Annotation Term="OData.Description" String="An indication of whether the passphrase is enabled for this region."/>
1388 <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 -07001389 </Property>
1390 </ComplexType>
1391 </Schema>
1392
Ed Tanous530520e2019-01-02 13:41:37 -08001393 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_5_1">
1394 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001395 <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 -08001396 <EntityType Name="Memory" BaseType="Memory.v1_5_0.Memory"/>
1397 </Schema>
1398
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001399 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_5_2">
1400 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001401 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001402 <EntityType Name="Memory" BaseType="Memory.v1_5_1.Memory"/>
1403 </Schema>
1404
Ed Tanouscb103132019-10-08 11:34:22 -07001405 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_5_3">
1406 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1407 <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."/>
1408 <EntityType Name="Memory" BaseType="Memory.v1_5_2.Memory"/>
1409 </Schema>
1410
1411 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_5_4">
1412 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1413 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1414 <EntityType Name="Memory" BaseType="Memory.v1_5_3.Memory"/>
1415 </Schema>
1416
Gunnar Millsa778c022020-05-12 12:20:36 -05001417 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_5_5">
1418 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1419 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1420 <EntityType Name="Memory" BaseType="Memory.v1_5_4.Memory"/>
1421 </Schema>
1422
Gunnar Mills844b4152020-06-22 12:44:09 -05001423 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_5_6">
1424 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1425 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1426 <EntityType Name="Memory" BaseType="Memory.v1_5_5.Memory"/>
1427 </Schema>
1428
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001429 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_5_7">
1430 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1431 <Annotation Term="OData.Description" String="This version was created to clarify properties reflect the memory device as opposed to generic memory."/>
1432 <EntityType Name="Memory" BaseType="Memory.v1_5_6.Memory"/>
1433 </Schema>
1434
Gunnar Mills262d7d42021-01-20 16:28:41 -06001435 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_5_8">
1436 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1437 <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
1438 <EntityType Name="Memory" BaseType="Memory.v1_5_7.Memory"/>
1439 </Schema>
1440
Ed Tanous530520e2019-01-02 13:41:37 -08001441 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_6_0">
1442 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001443 <Annotation Term="Redfish.Release" String="2018.2"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001444 <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 -05001445
Ed Tanous530520e2019-01-02 13:41:37 -08001446 <EntityType Name="Memory" BaseType="Memory.v1_5_1.Memory"/>
1447 </Schema>
1448
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001449 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_6_1">
1450 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001451 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001452 <EntityType Name="Memory" BaseType="Memory.v1_6_0.Memory"/>
1453 </Schema>
1454
Ed Tanouscb103132019-10-08 11:34:22 -07001455 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_6_2">
1456 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1457 <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."/>
1458 <EntityType Name="Memory" BaseType="Memory.v1_6_1.Memory"/>
1459 </Schema>
1460
1461 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_6_3">
1462 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1463 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1464 <EntityType Name="Memory" BaseType="Memory.v1_6_2.Memory"/>
1465 </Schema>
1466
Gunnar Millsa778c022020-05-12 12:20:36 -05001467 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_6_4">
1468 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1469 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1470 <EntityType Name="Memory" BaseType="Memory.v1_6_3.Memory"/>
1471 </Schema>
1472
Gunnar Mills844b4152020-06-22 12:44:09 -05001473 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_6_5">
1474 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1475 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1476 <EntityType Name="Memory" BaseType="Memory.v1_6_4.Memory"/>
1477 </Schema>
1478
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001479 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_6_6">
1480 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1481 <Annotation Term="OData.Description" String="This version was created to clarify properties reflect the memory device as opposed to generic memory."/>
1482 <EntityType Name="Memory" BaseType="Memory.v1_6_5.Memory"/>
1483 </Schema>
1484
Gunnar Mills262d7d42021-01-20 16:28:41 -06001485 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_6_7">
1486 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1487 <Annotation Term="OData.Description" String="This version was created to update the description for the `IntelOptane` value. It was also created to fix typos in descriptions and long descriptions."/>
1488 <EntityType Name="Memory" BaseType="Memory.v1_6_6.Memory"/>
1489 </Schema>
1490
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001491 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_7_0">
1492 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1493 <Annotation Term="Redfish.Release" String="2018.3"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001494 <Annotation Term="OData.Description" String="This version was created to add 3DXPoint to the MemoryMedia enumeration. It was also created to add SecurityState, add ConfigurationLocked, and to replace SecurityStates with individual capability properties."/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001495
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001496 <EntityType Name="Memory" BaseType="Memory.v1_6_1.Memory">
1497 <Property Name="SecurityState" Type="Memory.v1_0_0.SecurityStates">
1498 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001499 <Annotation Term="OData.Description" String="The current security state of this memory device."/>
1500 <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 -06001501 </Property>
1502 <Property Name="ConfigurationLocked" Type="Edm.Boolean">
1503 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001504 <Annotation Term="OData.Description" String="An indication of whether the configuration of this memory device is locked and cannot be altered."/>
1505 <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 -06001506 </Property>
1507 </EntityType>
1508
1509 <ComplexType Name="SecurityCapabilities" BaseType="Memory.v1_0_0.SecurityCapabilities">
1510 <Property Name="ConfigurationLockCapable" Type="Edm.Boolean">
1511 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001512 <Annotation Term="OData.Description" String="An indication of whether this memory device supports the locking, or freezing, of the configuration."/>
1513 <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 -06001514 </Property>
1515 <Property Name="DataLockCapable" Type="Edm.Boolean">
1516 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001517 <Annotation Term="OData.Description" String="An indication of whether this memory device supports data locking."/>
1518 <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 -06001519 </Property>
1520 <Property Name="PassphraseLockLimit" Type="Edm.Int64">
1521 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001522 <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 -05001523 <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 -06001524 </Property>
1525 </ComplexType>
1526 </Schema>
1527
Ed Tanouscb103132019-10-08 11:34:22 -07001528 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_7_1">
1529 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1530 <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."/>
1531 <EntityType Name="Memory" BaseType="Memory.v1_7_0.Memory"/>
1532 </Schema>
1533
1534 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_7_2">
1535 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1536 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1537 <EntityType Name="Memory" BaseType="Memory.v1_7_1.Memory"/>
1538 </Schema>
1539
Gunnar Millsa778c022020-05-12 12:20:36 -05001540 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_7_3">
1541 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1542 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1543 <EntityType Name="Memory" BaseType="Memory.v1_7_2.Memory"/>
1544 </Schema>
1545
Gunnar Mills844b4152020-06-22 12:44:09 -05001546 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_7_4">
1547 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1548 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1549 <EntityType Name="Memory" BaseType="Memory.v1_7_3.Memory"/>
1550 </Schema>
1551
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001552 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_7_5">
1553 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1554 <Annotation Term="OData.Description" String="This version was created to clarify properties reflect the memory device as opposed to generic memory."/>
1555 <EntityType Name="Memory" BaseType="Memory.v1_7_4.Memory"/>
1556 </Schema>
1557
Gunnar Mills262d7d42021-01-20 16:28:41 -06001558 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_7_6">
1559 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1560 <Annotation Term="OData.Description" String="This version was created to update the description for the `IntelOptane` value. It was also created to fix typos in descriptions and long descriptions."/>
1561 <EntityType Name="Memory" BaseType="Memory.v1_7_5.Memory"/>
1562 </Schema>
1563
Ed Tanouscb103132019-10-08 11:34:22 -07001564 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_8_0">
1565 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1566 <Annotation Term="Redfish.Release" String="2019.2"/>
1567 <Annotation Term="OData.Description" String="This version was created to add a Reset action."/>
1568 <EntityType Name="Memory" BaseType="Memory.v1_7_2.Memory"/>
1569 </Schema>
Gunnar Mills09b9d452020-02-11 13:27:39 -06001570
Gunnar Millsa778c022020-05-12 12:20:36 -05001571 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_8_1">
1572 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1573 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1574 <EntityType Name="Memory" BaseType="Memory.v1_8_0.Memory"/>
1575 </Schema>
1576
Gunnar Mills844b4152020-06-22 12:44:09 -05001577 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_8_2">
1578 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1579 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1580 <EntityType Name="Memory" BaseType="Memory.v1_8_1.Memory"/>
1581 </Schema>
1582
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001583 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_8_3">
1584 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1585 <Annotation Term="OData.Description" String="This version was created to clarify properties reflect the memory device as opposed to generic memory."/>
1586 <EntityType Name="Memory" BaseType="Memory.v1_8_2.Memory"/>
1587 </Schema>
1588
Gunnar Mills262d7d42021-01-20 16:28:41 -06001589 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_8_4">
1590 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1591 <Annotation Term="OData.Description" String="This version was created to update the description for the `IntelOptane` value. It was also created to fix typos in descriptions and long descriptions."/>
1592 <EntityType Name="Memory" BaseType="Memory.v1_8_3.Memory"/>
1593 </Schema>
1594
Gunnar Mills09b9d452020-02-11 13:27:39 -06001595 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_9_0">
1596 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1597 <Annotation Term="Redfish.Release" String="2019.4"/>
1598 <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 -05001599
Gunnar Mills09b9d452020-02-11 13:27:39 -06001600 <EntityType Name="Memory" BaseType="Memory.v1_8_0.Memory"/>
1601 </Schema>
1602
Gunnar Millsa778c022020-05-12 12:20:36 -05001603 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_9_1">
1604 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1605 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1606 <EntityType Name="Memory" BaseType="Memory.v1_9_0.Memory"/>
1607 </Schema>
1608
Gunnar Mills844b4152020-06-22 12:44:09 -05001609 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_9_2">
1610 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1611 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1612 <EntityType Name="Memory" BaseType="Memory.v1_9_1.Memory"/>
1613 </Schema>
1614
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001615 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_9_3">
1616 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1617 <Annotation Term="OData.Description" String="This version was created to clarify properties reflect the memory device as opposed to generic memory."/>
1618 <EntityType Name="Memory" BaseType="Memory.v1_9_2.Memory"/>
1619 </Schema>
1620
Gunnar Mills262d7d42021-01-20 16:28:41 -06001621 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_9_4">
1622 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1623 <Annotation Term="OData.Description" String="This version was created to update the description for the `IntelOptane` value. It was also created to fix typos in descriptions and long descriptions."/>
1624 <EntityType Name="Memory" BaseType="Memory.v1_9_3.Memory"/>
1625 </Schema>
1626
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001627 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_10_0">
1628 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1629 <Annotation Term="Redfish.Release" String="2020.3"/>
1630
1631 <EntityType Name="Memory" BaseType="Memory.v1_9_3.Memory">
1632 <Property Name="LocationIndicatorActive" Type="Edm.Boolean">
1633 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1634 <Annotation Term="OData.Description" String="An indicator allowing an operator to physically locate this resource."/>
1635 <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."/>
1636 </Property>
1637 </EntityType>
1638 </Schema>
1639
Gunnar Mills262d7d42021-01-20 16:28:41 -06001640 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_10_1">
1641 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1642 <Annotation Term="OData.Description" String="This version was created to update the description for the `IntelOptane` value. It was also created to fix typos in descriptions and long descriptions."/>
1643 <EntityType Name="Memory" BaseType="Memory.v1_10_0.Memory"/>
1644 </Schema>
1645
1646 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_11_0">
1647 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1648 <Annotation Term="Redfish.Release" String="2020.4"/>
1649 <Annotation Term="OData.Description" String="This version was created to include the processor memory types to the enumerations of MemoryDeviceType, the links to the resource type Processor associated with the memory, and add Model and SparePartNumber. It was also created to add a link for EnvironmentMetrics."/>
1650
1651 <EntityType Name="Memory" BaseType="Memory.v1_10_1.Memory">
1652 <Property Name="SparePartNumber" Type="Edm.String">
1653 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1654 <Annotation Term="OData.Description" String="The spare part number of the memory."/>
1655 <Annotation Term="OData.LongDescription" String="This property shall contain the spare part number of the memory."/>
1656 </Property>
1657 <Property Name="Model" Type="Edm.String">
1658 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1659 <Annotation Term="OData.Description" String="The product model number of this device."/>
1660 <Annotation Term="OData.LongDescription" String="This property shall indicate the model information as provided by the manufacturer of this memory."/>
1661 </Property>
1662 <NavigationProperty Name="EnvironmentMetrics" Type="EnvironmentMetrics.EnvironmentMetrics" Nullable="false">
1663 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1664 <Annotation Term="OData.Description" String="The link to the environment metrics for this memory."/>
1665 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type EnvironmentMetrics that specifies the environment metrics for this memory."/>
1666 <Annotation Term="OData.AutoExpandReferences"/>
1667 </NavigationProperty>
1668 <NavigationProperty Name="Certificates" Type="CertificateCollection.CertificateCollection" ContainsTarget="true" Nullable="false">
1669 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1670 <Annotation Term="OData.Description" String="The link to a collection of certificates for device identity and attestation."/>
1671 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type CertificateCollection that contains certificates for device identity and attestation."/>
1672 <Annotation Term="OData.AutoExpandReferences"/>
1673 </NavigationProperty>
1674 <Property Name="Measurements" Type="Collection(SoftwareInventory.MeasurementBlock)" Nullable="false">
1675 <Annotation Term="OData.Description" String="An array of DSP0274-defined measurement blocks."/>
1676 <Annotation Term="OData.LongDescription" String="This property shall contain an array of DSP0274-defined measurement blocks."/>
1677 </Property>
1678 </EntityType>
1679
1680 <ComplexType Name="Links" BaseType="Memory.v1_2_0.Links">
1681 <NavigationProperty Name="Processors" Type="Collection(Processor.Processor)">
1682 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1683 <Annotation Term="OData.Description" String="An array of links to the processors associated with this memory device."/>
1684 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type Processor that are associated with this memory device."/>
1685 <Annotation Term="OData.AutoExpandReferences"/>
1686 </NavigationProperty>
1687 </ComplexType>
1688 </Schema>
1689
Gunnar Mills10f270b2021-05-19 15:34:06 -05001690 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Memory.v1_12_0">
1691 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1692 <Annotation Term="Redfish.Release" String="2021.1"/>
1693 <Annotation Term="OData.Description" String="This version was created to include the Enabled property."/>
1694
1695 <EntityType Name="Memory" BaseType="Memory.v1_11_0.Memory">
1696 <Property Name="Enabled" Type="Edm.Boolean" Nullable="false">
1697 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1698 <Annotation Term="OData.Description" String="An indication of whether this memory is enabled."/>
1699 <Annotation Term="OData.LongDescription" String="The value of this property shall indicate if this memory is enabled."/>
1700 </Property>
1701 </EntityType>
1702 </Schema>
1703
Jason M. Billsea4aa752018-06-05 13:29:11 -07001704 </edmx:DataServices>
1705</edmx:Edmx>