1<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################       -->
4<!--# Redfish Schema:  MemoryChunks v1.6.2                                                 -->
5<!--#                                                                                      -->
6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle,      -->
7<!--# available at http://www.dmtf.org/standards/redfish                                   -->
8<!--# Copyright 2014-2024 DMTF.                                                            -->
9<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10<!--################################################################################       -->
11<!---->
12<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
13
14  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
15    <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
16  </edmx:Reference>
17  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.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      <Annotation Term="Redfish.Language" String="en"/>
45
46      <EntityType Name="MemoryChunks" BaseType="Resource.v1_0_0.Resource" Abstract="true">
47        <Annotation Term="OData.Description" String="The `MemoryChunks` schema contains the definition of a memory chunk and its configuration."/>
48        <Annotation Term="OData.LongDescription" String="This resource shall represent memory chunks and interleave sets in a Redfish implementation."/>
49        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
50        <Annotation Term="Capabilities.InsertRestrictions">
51          <Record>
52            <PropertyValue Property="Insertable" Bool="false"/>
53          </Record>
54        </Annotation>
55        <Annotation Term="Capabilities.UpdateRestrictions">
56          <Record>
57            <PropertyValue Property="Updatable" Bool="true"/>
58            <Annotation Term="OData.Description" String="Any writable properties can be updated for memory chunks."/>
59          </Record>
60        </Annotation>
61        <Annotation Term="Capabilities.DeleteRestrictions">
62          <Record>
63            <PropertyValue Property="Deletable" Bool="true"/>
64            <Annotation Term="OData.Description" String="Memory chunks can be deleted."/>
65          </Record>
66        </Annotation>
67        <Annotation Term="Redfish.Uris">
68          <Collection>
69            <String>/redfish/v1/Systems/{ComputerSystemId}/MemoryDomains/{MemoryDomainId}/MemoryChunks/{MemoryChunksId}</String>
70            <String>/redfish/v1/Chassis/{ChassisId}/MemoryDomains/{MemoryDomainId}/MemoryChunks/{MemoryChunksId}</String>
71            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/MemoryDomains/{MemoryDomainId}/MemoryChunks/{MemoryChunksId}</String>
72            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/MemoryDomains/{MemoryDomainId}/MemoryChunks/{MemoryChunksId}</String>
73          </Collection>
74        </Annotation>
75      </EntityType>
76    </Schema>
77
78    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_0_0">
79      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
80      <Annotation Term="Redfish.Release" String="2016.2"/>
81
82      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.MemoryChunks">
83        <Property Name="MemoryChunkSizeMiB" Type="Edm.Int64">
84          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
85          <Annotation Term="OData.Description" String="Size of the memory chunk measured in mebibytes (MiB)."/>
86          <Annotation Term="OData.LongDescription" String="This property shall contain the size of the memory chunk in MiB."/>
87          <Annotation Term="Measures.Unit" String="MiBy"/>
88        </Property>
89        <Property Name="AddressRangeType" Type="MemoryChunks.v1_0_0.AddressRangeType">
90          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
91          <Annotation Term="OData.Description" String="Memory type of this memory chunk."/>
92          <Annotation Term="OData.LongDescription" String="This property shall contain the type of memory chunk."/>
93          <Annotation Term="Redfish.Required"/>
94        </Property>
95        <Property Name="IsMirrorEnabled" Type="Edm.Boolean" DefaultValue="false">
96          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
97          <Annotation Term="OData.Description" String="An indication of whether memory mirroring is enabled for this memory chunk."/>
98          <Annotation Term="OData.LongDescription" String="This property shall indicate whether memory mirroring is enabled for this memory chunk."/>
99        </Property>
100        <Property Name="IsSpare" Type="Edm.Boolean" DefaultValue="false">
101          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
102          <Annotation Term="OData.Description" String="An indication of whether sparing is enabled for this memory chunk."/>
103          <Annotation Term="OData.LongDescription" String="This property shall indicate whether sparing is enabled for this memory chunk."/>
104        </Property>
105        <Property Name="InterleaveSets" Type="Collection(MemoryChunks.v1_0_0.InterleaveSet)" Nullable="false">
106          <Annotation Term="OData.Description" String="The interleave sets for the memory chunk."/>
107          <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."/>
108        </Property>
109      </EntityType>
110
111      <ComplexType Name="InterleaveSet">
112        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
113        <Annotation Term="OData.Description" String="This an interleave set for a memory chunk."/>
114        <Annotation Term="OData.LongDescription" String="This type shall describe an interleave set of which the memory chunk is a part."/>
115        <NavigationProperty Name="Memory" Type="Resource.Item" Nullable="false">
116          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
117          <Annotation Term="OData.Description" String="Describes a memory device of the interleave set."/>
118          <Annotation Term="OData.LongDescription" String="This property shall contain the memory device to which these settings apply."/>
119          <Annotation Term="OData.AutoExpandReferences"/>
120        </NavigationProperty>
121        <Property Name="RegionId" Type="Edm.String">
122          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
123          <Annotation Term="OData.Description" String="DIMM region identifier."/>
124          <Annotation Term="OData.LongDescription" String="This property shall contain the DIMM region identifier."/>
125        </Property>
126        <Property Name="OffsetMiB" Type="Edm.Int64">
127          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
128          <Annotation Term="OData.Description" String="Offset within the DIMM that corresponds to the start of this memory region, measured in mebibytes (MiB)."/>
129          <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."/>
130          <Annotation Term="Measures.Unit" String="MiBy"/>
131        </Property>
132        <Property Name="SizeMiB" Type="Edm.Int64">
133          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
134          <Annotation Term="OData.Description" String="Size of this memory region measured in mebibytes (MiB)."/>
135          <Annotation Term="OData.LongDescription" String="This property shall contain the size of this memory region, with units in MiB."/>
136          <Annotation Term="Measures.Unit" String="MiBy"/>
137        </Property>
138        <Property Name="MemoryLevel" Type="Edm.Int64" DefaultValue="1">
139          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
140          <Annotation Term="OData.Description" String="Level of the interleave set for multi-level tiered memory."/>
141          <Annotation Term="OData.LongDescription" String="This property shall contain the level of this interleave set for multi-level tiered memory."/>
142        </Property>
143      </ComplexType>
144
145      <EnumType Name="AddressRangeType">
146        <Member Name="Volatile">
147          <Annotation Term="OData.Description" String="Volatile memory."/>
148        </Member>
149        <Member Name="PMEM">
150          <Annotation Term="OData.Description" String="Byte accessible persistent memory."/>
151        </Member>
152        <Member Name="Block">
153          <Annotation Term="OData.Description" String="Block accessible memory."/>
154        </Member>
155      </EnumType>
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_0_9">
207      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
208      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
209      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_0_8.MemoryChunks"/>
210    </Schema>
211
212    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_1_0">
213      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
214      <Annotation Term="Redfish.Release" String="2017.1"/>
215
216      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_0_2.MemoryChunks">
217        <Property Name="Actions" Type="MemoryChunks.v1_1_0.Actions" Nullable="false">
218          <Annotation Term="OData.Description" String="The available actions for this resource."/>
219          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
220        </Property>
221      </EntityType>
222
223      <ComplexType Name="Actions">
224        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
225        <Annotation Term="OData.Description" String="The available actions for this resource."/>
226        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
227        <Property Name="Oem" Type="MemoryChunks.v1_1_0.OemActions" Nullable="false">
228          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
229          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
230        </Property>
231      </ComplexType>
232
233      <ComplexType Name="OemActions">
234        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
235        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
236        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
237      </ComplexType>
238    </Schema>
239
240    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_1_1">
241      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
242      <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."/>
243      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_1_0.MemoryChunks"/>
244    </Schema>
245
246    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_1_2">
247      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
248      <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`."/>
249      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_1_1.MemoryChunks"/>
250    </Schema>
251
252    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_1_3">
253      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
254      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
255      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_1_2.MemoryChunks"/>
256    </Schema>
257
258    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_1_4">
259      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
260      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
261      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_1_3.MemoryChunks"/>
262    </Schema>
263
264    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_1_5">
265      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
266      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
267      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_1_4.MemoryChunks"/>
268    </Schema>
269
270    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_1_6">
271      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
272      <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."/>
273      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_1_5.MemoryChunks"/>
274    </Schema>
275
276    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_1_7">
277      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
278      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
279      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_1_6.MemoryChunks"/>
280    </Schema>
281
282    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_2_0">
283      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
284      <Annotation Term="Redfish.Release" String="2017.3"/>
285
286      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_1_0.MemoryChunks">
287        <Property Name="Status" Type="Resource.Status" Nullable="false">
288          <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
289          <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
290        </Property>
291      </EntityType>
292    </Schema>
293
294    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_2_1">
295      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
296      <Annotation Term="OData.Description" String="This version was created to update descriptions to match the editorial style used in other Redfish schemas."/>
297      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_2_0.MemoryChunks"/>
298    </Schema>
299
300    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_2_2">
301      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
302      <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."/>
303      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_2_1.MemoryChunks"/>
304    </Schema>
305
306    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_2_3">
307      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
308      <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`."/>
309      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_2_2.MemoryChunks"/>
310    </Schema>
311
312    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_2_4">
313      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
314      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
315      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_2_3.MemoryChunks"/>
316    </Schema>
317
318    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_2_5">
319      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
320      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
321      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_2_4.MemoryChunks"/>
322    </Schema>
323
324    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_2_6">
325      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
326      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
327      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_2_5.MemoryChunks"/>
328    </Schema>
329
330    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_2_7">
331      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
332      <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."/>
333      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_2_6.MemoryChunks"/>
334    </Schema>
335
336    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_2_8">
337      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
338      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
339      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_2_7.MemoryChunks"/>
340    </Schema>
341
342    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_3_0">
343      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
344      <Annotation Term="Redfish.Release" String="2019.4"/>
345
346      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_2_4.MemoryChunks">
347        <Property Name="AddressRangeOffsetMiB" Type="Edm.Int64">
348          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
349          <Annotation Term="OData.Description" String="Offset of the memory chunk in the address range in MiB."/>
350          <Annotation Term="OData.LongDescription" String="The value of this property shall be the offset of the memory chunk in the address range in MiB."/>
351          <Annotation Term="Measures.Unit" String="MiBy"/>
352        </Property>
353         <Property Name="Links" Type="MemoryChunks.v1_3_0.Links" Nullable="false">
354          <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
355          <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."/>
356        </Property>
357      </EntityType>
358
359      <ComplexType Name="Links" BaseType="Resource.Links">
360        <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
361        <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."/>
362        <NavigationProperty Name="Endpoints" Type="Collection(Endpoint.Endpoint)">
363          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
364          <Annotation Term="OData.Description" String="An array of links to the endpoints that connect to this memory chunk."/>
365          <Annotation Term="OData.LongDescription" String="This property shall contain a link to the resources of type `Endpoint` with which this memory chunk is associated."/>
366          <Annotation Term="OData.AutoExpandReferences"/>
367        </NavigationProperty>
368      </ComplexType>
369    </Schema>
370
371    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_3_1">
372      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
373      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
374      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_3_0.MemoryChunks"/>
375    </Schema>
376
377    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_3_2">
378      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
379      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
380      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_3_1.MemoryChunks"/>
381    </Schema>
382
383    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_3_3">
384      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
385      <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."/>
386      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_3_2.MemoryChunks"/>
387    </Schema>
388
389    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_3_4">
390      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
391      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
392      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_3_3.MemoryChunks"/>
393    </Schema>
394
395    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_3_5">
396      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
397      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
398      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_3_4.MemoryChunks"/>
399    </Schema>
400
401    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_4_0">
402      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
403      <Annotation Term="Redfish.Release" String="2020.3"/>
404
405      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_3_1.MemoryChunks">
406        <Property Name="DisplayName" Type="Edm.String">
407          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
408          <Annotation Term="OData.Description" String="A user-configurable string to name the memory chunk."/>
409          <Annotation Term="OData.LongDescription" String="This property shall contain a user-configurable string to name the memory chunk."/>
410        </Property>
411      </EntityType>
412    </Schema>
413
414    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_4_1">
415      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
416      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
417      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_4_0.MemoryChunks"/>
418    </Schema>
419
420    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_4_2">
421      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
422      <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."/>
423      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_4_1.MemoryChunks"/>
424    </Schema>
425
426    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_4_3">
427      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
428      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
429      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_4_2.MemoryChunks"/>
430    </Schema>
431
432    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_4_4">
433      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
434      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
435      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_4_3.MemoryChunks"/>
436    </Schema>
437
438    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_5_0">
439      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
440      <Annotation Term="Redfish.Release" String="2022.3"/>
441
442      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_4_2.MemoryChunks">
443        <Property Name="MediaLocation" Type="MemoryChunks.v1_5_0.MediaLocation">
444          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
445          <Annotation Term="OData.Description" String="The location of the memory media for this memory chunk."/>
446          <Annotation Term="OData.LongDescription" String="This property shall contain the location of the memory media for this memory chunk."/>
447        </Property>
448        <Property Name="RequestedOperationalState" Type="MemoryChunks.v1_5_0.OperationalState">
449          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
450          <Annotation Term="OData.Description" String="The requested operational state of this memory chunk."/>
451          <Annotation Term="OData.LongDescription" String="This property shall contain the requested operational state of this memory chunk."/>
452        </Property>
453      </EntityType>
454
455      <ComplexType Name="Links" BaseType="MemoryChunks.v1_3_0.Links">
456        <NavigationProperty Name="CXLLogicalDevices" Type="Collection(CXLLogicalDevice.CXLLogicalDevice)">
457          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
458          <Annotation Term="OData.Description" String="An array of links to the CXL logical devices associated with this memory chunk."/>
459          <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."/>
460          <Annotation Term="OData.AutoExpandReferences"/>
461        </NavigationProperty>
462      </ComplexType>
463
464      <EnumType Name="MediaLocation">
465        <Member Name="Local">
466          <Annotation Term="OData.Description" String="The memory chunk was created using local media."/>
467        </Member>
468        <Member Name="Remote">
469          <Annotation Term="OData.Description" String="The memory chunk was created using remote media accessible through a fabric."/>
470        </Member>
471        <Member Name="Mixed">
472          <Annotation Term="OData.Description" String="The memory chunk was created using both local media and remote media accessible through a fabric."/>
473        </Member>
474      </EnumType>
475
476      <EnumType Name="OperationalState">
477        <Member Name="Online">
478          <Annotation Term="OData.Description" String="Memory chunk can be used."/>
479        </Member>
480        <Member Name="Offline">
481          <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."/>
482        </Member>
483      </EnumType>
484    </Schema>
485
486    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_5_1">
487      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
488      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
489      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_5_0.MemoryChunks"/>
490    </Schema>
491
492    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_5_2">
493      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
494      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
495      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_5_1.MemoryChunks"/>
496    </Schema>
497
498    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_6_0">
499      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
500      <Annotation Term="Redfish.Release" String="2023.2"/>
501
502      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_5_0.MemoryChunks"/>
503
504      <ComplexType Name="Links" BaseType="MemoryChunks.v1_5_0.Links">
505        <NavigationProperty Name="MemoryRegions" Type="Collection(MemoryRegion.MemoryRegion)">
506          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
507          <Annotation Term="OData.Description" String="An array of links to the memory regions for which this memory chunk provides capacity."/>
508          <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."/>
509          <Annotation Term="OData.AutoExpandReferences"/>
510        </NavigationProperty>
511      </ComplexType>
512    </Schema>
513
514    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_6_1">
515      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
516      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
517      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_6_0.MemoryChunks"/>
518    </Schema>
519
520    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_6_2">
521      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
522      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
523      <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_6_1.MemoryChunks"/>
524    </Schema>
525
526  </edmx:DataServices>
527</edmx:Edmx>
528