1<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################       -->
4<!--# Redfish Schema:  MemoryChunks v1.6.1                                                 -->
5<!--#                                                                                      -->
6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle,      -->
7<!--# available at http://www.dmtf.org/standards/redfish                                   -->
8<!--# Copyright 2014-2023 DMTF.                                                            -->
9<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10<!--################################################################################       -->
11<!---->
12<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
13
14  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
15    <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
16  </edmx:Reference>
17  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
18    <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
19  </edmx:Reference>
20  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml">
21    <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/>
22  </edmx:Reference>
23  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
24    <edmx:Include Namespace="Resource"/>
25    <edmx:Include Namespace="Resource.v1_0_0"/>
26  </edmx:Reference>
27  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
28    <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
29  </edmx:Reference>
30  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Endpoint_v1.xml">
31    <edmx:Include Namespace="Endpoint"/>
32  </edmx:Reference>
33  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/CXLLogicalDevice_v1.xml">
34    <edmx:Include Namespace="CXLLogicalDevice"/>
35  </edmx:Reference>
36  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/MemoryRegion_v1.xml">
37    <edmx:Include Namespace="MemoryRegion"/>
38  </edmx:Reference>
39
40  <edmx:DataServices>
41
42    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks">
43      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
44
45      <EntityType Name="MemoryChunks" BaseType="Resource.v1_0_0.Resource" Abstract="true">
46        <Annotation Term="OData.Description" String="The schema definition of a memory chunk and its configuration."/>
47        <Annotation Term="OData.LongDescription" String="This resource shall represent memory chunks and interleave sets in a Redfish implementation."/>
48        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
49        <Annotation Term="Capabilities.InsertRestrictions">
50          <Record>
51            <PropertyValue Property="Insertable" Bool="false"/>
52          </Record>
53        </Annotation>
54        <Annotation Term="Capabilities.UpdateRestrictions">
55          <Record>
56            <PropertyValue Property="Updatable" Bool="true"/>
57            <Annotation Term="OData.Description" String="Any writable properties can be updated for memory chunks."/>
58          </Record>
59        </Annotation>
60        <Annotation Term="Capabilities.DeleteRestrictions">
61          <Record>
62            <PropertyValue Property="Deletable" Bool="true"/>
63            <Annotation Term="OData.Description" String="Memory chunks can be deleted."/>
64          </Record>
65        </Annotation>
66        <Annotation Term="Redfish.Uris">
67          <Collection>
68            <String>/redfish/v1/Systems/{ComputerSystemId}/MemoryDomains/{MemoryDomainId}/MemoryChunks/{MemoryChunksId}</String>
69            <String>/redfish/v1/Chassis/{ChassisId}/MemoryDomains/{MemoryDomainId}/MemoryChunks/{MemoryChunksId}</String>
70            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/MemoryDomains/{MemoryDomainId}/MemoryChunks/{MemoryChunksId}</String>
71            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/MemoryDomains/{MemoryDomainId}/MemoryChunks/{MemoryChunksId}</String>
72          </Collection>
73        </Annotation>
74      </EntityType>
75    </Schema>
76
77    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_0_0">
78      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
79      <Annotation Term="Redfish.Release" String="2016.2"/>
80
81      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.MemoryChunks">
82        <Property Name="MemoryChunkSizeMiB" Type="Edm.Int64">
83          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
84          <Annotation Term="OData.Description" String="Size of the memory chunk measured in mebibytes (MiB)."/>
85          <Annotation Term="OData.LongDescription" String="This property shall contain the size of the memory chunk in MiB."/>
86          <Annotation Term="Measures.Unit" String="MiBy"/>
87        </Property>
88        <Property Name="AddressRangeType" Type="MemoryChunks.v1_0_0.AddressRangeType">
89          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
90          <Annotation Term="OData.Description" String="Memory type of this memory chunk."/>
91          <Annotation Term="OData.LongDescription" String="This property shall contain the type of memory chunk."/>
92          <Annotation Term="Redfish.Required"/>
93        </Property>
94        <Property Name="IsMirrorEnabled" Type="Edm.Boolean" DefaultValue="false">
95          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
96          <Annotation Term="OData.Description" String="An indication of whether memory mirroring is enabled for this memory chunk."/>
97          <Annotation Term="OData.LongDescription" String="This property shall indicate whether memory mirroring is enabled for this memory chunk."/>
98        </Property>
99        <Property Name="IsSpare" Type="Edm.Boolean" DefaultValue="false">
100          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
101          <Annotation Term="OData.Description" String="An indication of whether sparing is enabled for this memory chunk."/>
102          <Annotation Term="OData.LongDescription" String="This property shall indicate whether sparing is enabled for this memory chunk."/>
103        </Property>
104        <Property Name="InterleaveSets" Type="Collection(MemoryChunks.v1_0_0.InterleaveSet)" Nullable="false">
105          <Annotation Term="OData.Description" String="The interleave sets for the memory chunk."/>
106          <Annotation Term="OData.LongDescription" String="These properties shall represent the interleave sets for the memory chunk.  If not specified by the client during a create operation, the memory chunk shall be created across all available memory within the memory domain."/>
107        </Property>
108      </EntityType>
109
110      <ComplexType Name="InterleaveSet">
111        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
112        <Annotation Term="OData.Description" String="This an interleave set for a memory chunk."/>
113        <Annotation Term="OData.LongDescription" String="This type shall describe an interleave set of which the memory chunk is a part."/>
114        <NavigationProperty Name="Memory" Type="Resource.Item" Nullable="false">
115          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
116          <Annotation Term="OData.Description" String="Describes a memory device of the interleave set."/>
117          <Annotation Term="OData.LongDescription" String="This property shall contain the memory device to which these settings apply."/>
118          <Annotation Term="OData.AutoExpandReferences"/>
119        </NavigationProperty>
120        <Property Name="RegionId" Type="Edm.String">
121          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
122          <Annotation Term="OData.Description" String="DIMM region identifier."/>
123          <Annotation Term="OData.LongDescription" String="This property shall contain the DIMM region identifier."/>
124        </Property>
125        <Property Name="OffsetMiB" Type="Edm.Int64">
126          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
127          <Annotation Term="OData.Description" String="Offset within the DIMM that corresponds to the start of this memory region, measured in mebibytes (MiB)."/>
128          <Annotation Term="OData.LongDescription" String="This property shall contain the offset within the DIMM that corresponds to the start of this memory region, with units in MiB."/>
129          <Annotation Term="Measures.Unit" String="MiBy"/>
130        </Property>
131        <Property Name="SizeMiB" Type="Edm.Int64">
132          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
133          <Annotation Term="OData.Description" String="Size of this memory region measured in mebibytes (MiB)."/>
134          <Annotation Term="OData.LongDescription" String="This property shall contain the size of this memory region, with units in MiB."/>
135          <Annotation Term="Measures.Unit" String="MiBy"/>
136        </Property>
137        <Property Name="MemoryLevel" Type="Edm.Int64" DefaultValue="1">
138          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
139          <Annotation Term="OData.Description" String="Level of the interleave set for multi-level tiered memory."/>
140          <Annotation Term="OData.LongDescription" String="This property shall contain the level of this interleave set for multi-level tiered memory."/>
141        </Property>
142      </ComplexType>
143
144      <EnumType Name="AddressRangeType">
145        <Member Name="Volatile">
146          <Annotation Term="OData.Description" String="Volatile memory."/>
147        </Member>
148        <Member Name="PMEM">
149          <Annotation Term="OData.Description" String="Byte accessible persistent memory."/>
150        </Member>
151        <Member Name="Block">
152          <Annotation Term="OData.Description" String="Block accessible memory."/>
153        </Member>
154      </EnumType>
155
156    </Schema>
157
158    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_0_1">
159      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
160      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
161      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_0_0.MemoryChunks"/>
162    </Schema>
163
164    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_0_2">
165      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
166      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
167      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_0_1.MemoryChunks"/>
168    </Schema>
169
170    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_0_3">
171      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
172      <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."/>
173      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_0_2.MemoryChunks"/>
174    </Schema>
175
176    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_0_4">
177      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
178      <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.  It was also created to add a missing term on InterleaveSets to not allow it to be `null`."/>
179      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_0_3.MemoryChunks"/>
180    </Schema>
181
182    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_0_5">
183      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
184      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
185      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_0_4.MemoryChunks"/>
186    </Schema>
187
188    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_0_6">
189      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
190      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
191      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_0_5.MemoryChunks"/>
192    </Schema>
193
194    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_0_7">
195      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
196      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
197      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_0_6.MemoryChunks"/>
198    </Schema>
199
200    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_0_8">
201      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
202      <Annotation Term="OData.Description" String="This version was created to clarify the behavior of InterleaveSets if not provided by a client.  It was also created to make AddressRangeType a required property."/>
203      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_0_7.MemoryChunks"/>
204    </Schema>
205
206    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_1_0">
207      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
208      <Annotation Term="Redfish.Release" String="2017.1"/>
209      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_0_2.MemoryChunks">
210        <Property Name="Actions" Type="MemoryChunks.v1_1_0.Actions" Nullable="false">
211          <Annotation Term="OData.Description" String="The available actions for this resource."/>
212          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
213        </Property>
214      </EntityType>
215
216      <ComplexType Name="Actions">
217        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
218        <Annotation Term="OData.Description" String="The available actions for this resource."/>
219        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
220        <Property Name="Oem" Type="MemoryChunks.v1_1_0.OemActions" Nullable="false">
221          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
222          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
223        </Property>
224      </ComplexType>
225
226      <ComplexType Name="OemActions">
227        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
228        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
229        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
230      </ComplexType>
231    </Schema>
232
233    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_1_1">
234      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
235      <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."/>
236      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_1_0.MemoryChunks"/>
237    </Schema>
238
239    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_1_2">
240      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
241      <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.  It was also created to add a missing term on InterleaveSets to not allow it to be `null`."/>
242      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_1_1.MemoryChunks"/>
243    </Schema>
244
245    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_1_3">
246      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
247      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
248      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_1_2.MemoryChunks"/>
249    </Schema>
250
251    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_1_4">
252      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
253      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
254      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_1_3.MemoryChunks"/>
255    </Schema>
256
257    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_1_5">
258      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
259      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
260      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_1_4.MemoryChunks"/>
261    </Schema>
262
263    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_1_6">
264      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
265      <Annotation Term="OData.Description" String="This version was created to clarify the behavior of InterleaveSets if not provided by a client.  It was also created to make AddressRangeType a required property."/>
266      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_1_5.MemoryChunks"/>
267    </Schema>
268
269    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_2_0">
270      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
271      <Annotation Term="Redfish.Release" String="2017.3"/>
272      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_1_0.MemoryChunks">
273        <Property Name="Status" Type="Resource.Status" Nullable="false">
274          <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
275          <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
276        </Property>
277      </EntityType>
278    </Schema>
279
280    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_2_1">
281      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
282      <Annotation Term="OData.Description" String="This version was created to update descriptions to match the editorial style used in other Redfish schemas."/>
283      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_2_0.MemoryChunks"/>
284    </Schema>
285
286    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_2_2">
287      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
288      <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."/>
289      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_2_1.MemoryChunks"/>
290    </Schema>
291
292    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_2_3">
293      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
294      <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.  It was also created to add a missing term on InterleaveSets to not allow it to be `null`."/>
295      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_2_2.MemoryChunks"/>
296    </Schema>
297
298    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_2_4">
299      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
300      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
301      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_2_3.MemoryChunks"/>
302    </Schema>
303
304    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_2_5">
305      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
306      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
307      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_2_4.MemoryChunks"/>
308    </Schema>
309
310    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_2_6">
311      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
312      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
313      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_2_5.MemoryChunks"/>
314    </Schema>
315
316    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_2_7">
317      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
318      <Annotation Term="OData.Description" String="This version was created to clarify the behavior of InterleaveSets if not provided by a client.  It was also created to make AddressRangeType a required property."/>
319      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_2_6.MemoryChunks"/>
320    </Schema>
321
322    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_3_0">
323      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
324      <Annotation Term="Redfish.Release" String="2019.4"/>
325
326      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_2_4.MemoryChunks">
327        <Property Name="AddressRangeOffsetMiB" Type="Edm.Int64">
328          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
329          <Annotation Term="OData.Description" String="Offset of the memory chunk in the address range in MiB."/>
330          <Annotation Term="OData.LongDescription" String="The value of this property shall be the offset of the memory chunk in the address range in MiB."/>
331          <Annotation Term="Measures.Unit" String="MiBy"/>
332        </Property>
333         <Property Name="Links" Type="MemoryChunks.v1_3_0.Links" Nullable="false">
334          <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
335          <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."/>
336        </Property>
337      </EntityType>
338
339      <ComplexType Name="Links" BaseType="Resource.Links">
340        <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
341        <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."/>
342        <NavigationProperty Name="Endpoints" Type="Collection(Endpoint.Endpoint)">
343          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
344          <Annotation Term="OData.Description" String="An array of links to the endpoints that connect to this memory chunk."/>
345          <Annotation Term="OData.LongDescription" String="This property shall contain a link to the resources of type Endpoint with which this memory chunk is associated."/>
346          <Annotation Term="OData.AutoExpandReferences"/>
347        </NavigationProperty>
348      </ComplexType>
349    </Schema>
350
351    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_3_1">
352      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
353      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
354      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_3_0.MemoryChunks"/>
355    </Schema>
356
357    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_3_2">
358      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
359      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
360      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_3_1.MemoryChunks"/>
361    </Schema>
362
363    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_3_3">
364      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
365      <Annotation Term="OData.Description" String="This version was created to clarify the behavior of InterleaveSets if not provided by a client.  It was also created to make AddressRangeType a required property."/>
366      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_3_2.MemoryChunks"/>
367    </Schema>
368
369    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_3_4">
370      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
371      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
372      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_3_3.MemoryChunks"/>
373    </Schema>
374
375    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_4_0">
376      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
377      <Annotation Term="Redfish.Release" String="2020.3"/>
378
379      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_3_1.MemoryChunks">
380        <Property Name="DisplayName" Type="Edm.String">
381          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
382          <Annotation Term="OData.Description" String="A user-configurable string to name the memory chunk."/>
383          <Annotation Term="OData.LongDescription" String="This property shall contain a user-configurable string to name the memory chunk."/>
384        </Property>
385      </EntityType>
386    </Schema>
387
388    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_4_1">
389      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
390      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
391      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_4_0.MemoryChunks"/>
392    </Schema>
393
394    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_4_2">
395      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
396      <Annotation Term="OData.Description" String="This version was created to clarify the behavior of InterleaveSets if not provided by a client.  It was also created to make AddressRangeType a required property."/>
397      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_4_1.MemoryChunks"/>
398    </Schema>
399
400    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_4_3">
401      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
402      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
403      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_4_2.MemoryChunks"/>
404    </Schema>
405
406    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_5_0">
407      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
408      <Annotation Term="Redfish.Release" String="2022.3"/>
409
410      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_4_2.MemoryChunks">
411        <Property Name="MediaLocation" Type="MemoryChunks.v1_5_0.MediaLocation">
412          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
413          <Annotation Term="OData.Description" String="The location of the memory media for this memory chunk."/>
414          <Annotation Term="OData.LongDescription" String="This property shall contain the location of the memory media for this memory chunk."/>
415        </Property>
416        <Property Name="RequestedOperationalState" Type="MemoryChunks.v1_5_0.OperationalState">
417          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
418          <Annotation Term="OData.Description" String="The requested operational state of this memory chunk."/>
419          <Annotation Term="OData.LongDescription" String="This property shall contain the requested operational state of this memory chunk."/>
420        </Property>
421      </EntityType>
422
423      <ComplexType Name="Links" BaseType="MemoryChunks.v1_3_0.Links">
424        <NavigationProperty Name="CXLLogicalDevices" Type="Collection(CXLLogicalDevice.CXLLogicalDevice)">
425          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
426          <Annotation Term="OData.Description" String="An array of links to the CXL logical devices associated with this memory chunk."/>
427          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type CXLLogicalDevice that represent the CXL logical devices associated with this memory chunk."/>
428          <Annotation Term="OData.AutoExpandReferences"/>
429        </NavigationProperty>
430      </ComplexType>
431
432      <EnumType Name="MediaLocation">
433        <Member Name="Local">
434          <Annotation Term="OData.Description" String="The memory chunk was created using local media."/>
435        </Member>
436        <Member Name="Remote">
437          <Annotation Term="OData.Description" String="The memory chunk was created using remote media accessible through a fabric."/>
438        </Member>
439        <Member Name="Mixed">
440          <Annotation Term="OData.Description" String="The memory chunk was created using both local media and remote media accessible through a fabric."/>
441        </Member>
442      </EnumType>
443
444      <EnumType Name="OperationalState">
445        <Member Name="Online">
446          <Annotation Term="OData.Description" String="Memory chunk can be used."/>
447        </Member>
448        <Member Name="Offline">
449          <Annotation Term="OData.Description" String="Memory chunk cannot be used.  Consumers of this memory chunk should perform cleanup operations as needed to prepare for the removal of this memory chunk."/>
450        </Member>
451      </EnumType>
452    </Schema>
453
454    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_5_1">
455      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
456      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
457      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_5_0.MemoryChunks"/>
458    </Schema>
459
460    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_6_0">
461      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
462      <Annotation Term="Redfish.Release" String="2023.2"/>
463
464      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_5_0.MemoryChunks"/>
465
466      <ComplexType Name="Links" BaseType="MemoryChunks.v1_5_0.Links">
467        <NavigationProperty Name="MemoryRegions" Type="Collection(MemoryRegion.MemoryRegion)">
468          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
469          <Annotation Term="OData.Description" String="An array of links to the memory regions for which this memory chunk provides capacity."/>
470          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type MemoryRegion that represent the memory regions for which this memory chunk provides capacity."/>
471          <Annotation Term="OData.AutoExpandReferences"/>
472        </NavigationProperty>
473      </ComplexType>
474    </Schema>
475
476    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_6_1">
477      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
478      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
479      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_6_0.MemoryChunks"/>
480    </Schema>
481
482  </edmx:DataServices>
483</edmx:Edmx>
484