1<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################       -->
4<!--# Redfish Schema:  ResourceBlock v1.4.3                                                -->
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://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://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
25    <edmx:Include Namespace="Resource"/>
26    <edmx:Include Namespace="Resource.v1_0_0"/>
27  </edmx:Reference>
28  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Chassis_v1.xml">
29    <edmx:Include Namespace="Chassis"/>
30  </edmx:Reference>
31  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/ComputerSystem_v1.xml">
32    <edmx:Include Namespace="ComputerSystem"/>
33  </edmx:Reference>
34  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/EthernetInterface_v1.xml">
35    <edmx:Include Namespace="EthernetInterface"/>
36  </edmx:Reference>
37  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Memory_v1.xml">
38    <edmx:Include Namespace="Memory"/>
39  </edmx:Reference>
40  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/NetworkInterface_v1.xml">
41    <edmx:Include Namespace="NetworkInterface"/>
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/SimpleStorage_v1.xml">
47    <edmx:Include Namespace="SimpleStorage"/>
48  </edmx:Reference>
49  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Storage_v1.xml">
50    <edmx:Include Namespace="Storage"/>
51  </edmx:Reference>
52  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Zone_v1.xml">
53    <edmx:Include Namespace="Zone"/>
54  </edmx:Reference>
55  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Drive_v1.xml">
56    <edmx:Include Namespace="Drive"/>
57  </edmx:Reference>
58
59  <edmx:DataServices>
60
61    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ResourceBlock">
62      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
63      <Annotation Term="Redfish.Language" String="en"/>
64
65      <EntityType Name="ResourceBlock" BaseType="Resource.v1_0_0.Resource" Abstract="true">
66        <Annotation Term="OData.Description" String="The `ResourceBlock` schema contains definitions of a resource block, its components, and affinity to composed devices."/>
67        <Annotation Term="OData.LongDescription" String="This resource shall represent a resource block for a Redfish implementation."/>
68        <Annotation Term="Capabilities.InsertRestrictions">
69          <Record>
70            <PropertyValue Property="Insertable" Bool="false"/>
71          </Record>
72        </Annotation>
73        <Annotation Term="Capabilities.UpdateRestrictions">
74          <Record>
75            <PropertyValue Property="Updatable" Bool="true"/>
76            <Annotation Term="OData.Description" String="Writable properties, such as the reservation setting, can be updated for resource blocks."/>
77          </Record>
78        </Annotation>
79        <Annotation Term="Capabilities.DeleteRestrictions">
80          <Record>
81            <PropertyValue Property="Deletable" Bool="true"/>
82          </Record>
83        </Annotation>
84        <Annotation Term="Redfish.Uris">
85          <Collection>
86            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}</String>
87            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}</String>
88          </Collection>
89        </Annotation>
90      </EntityType>
91
92      <ComplexType Name="ResourceBlockLimits" Abstract="true"/>
93    </Schema>
94
95    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ResourceBlock.v1_0_0">
96      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
97      <Annotation Term="Redfish.Release" String="2017.1"/>
98
99      <EntityType Name="ResourceBlock" BaseType="ResourceBlock.ResourceBlock">
100        <Property Name="Status" Type="Resource.Status" Nullable="false">
101          <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
102          <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
103        </Property>
104        <Property Name="CompositionStatus" Type="ResourceBlock.v1_0_0.CompositionStatus" Nullable="false">
105          <Annotation Term="OData.Description" String="The composition status details for this resource block."/>
106          <Annotation Term="OData.LongDescription" String="This property shall contain composition status information about this resource block."/>
107          <Annotation Term="Redfish.Required"/>
108        </Property>
109        <Property Name="ResourceBlockType" Type="Collection(ResourceBlock.v1_0_0.ResourceBlockType)" Nullable="false">
110          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
111          <Annotation Term="OData.Description" String="The types of resources available on this resource block."/>
112          <Annotation Term="OData.LongDescription" String="This property shall contain an array of enumerated values that describe the type of resources available."/>
113          <Annotation Term="Redfish.Required"/>
114        </Property>
115        <Property Name="Links" Type="ResourceBlock.v1_0_0.Links" Nullable="false">
116          <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
117          <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."/>
118        </Property>
119        <Property Name="Actions" Type="ResourceBlock.v1_0_0.Actions" Nullable="false">
120          <Annotation Term="OData.Description" String="The available actions for this resource."/>
121          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
122        </Property>
123        <NavigationProperty Name="Processors" Type="Collection(Processor.Processor)">
124          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
125          <Annotation Term="OData.Description" String="An array of links to the processors available in this resource block."/>
126          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type `Processor` that this resource block contains."/>
127          <Annotation Term="OData.AutoExpandReferences"/>
128        </NavigationProperty>
129        <NavigationProperty Name="Memory" Type="Collection(Memory.Memory)">
130          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
131          <Annotation Term="OData.Description" String="An array of links to the memory available in this resource block."/>
132          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type `Memory` that this resource block contains."/>
133          <Annotation Term="OData.AutoExpandReferences"/>
134        </NavigationProperty>
135        <NavigationProperty Name="Storage" Type="Collection(Storage.Storage)">
136          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
137          <Annotation Term="OData.Description" String="An array of links to the storage available in this resource block."/>
138          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type `Storage` that this resource block contains."/>
139          <Annotation Term="OData.AutoExpandReferences"/>
140        </NavigationProperty>
141        <NavigationProperty Name="SimpleStorage" Type="Collection(SimpleStorage.SimpleStorage)">
142          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
143          <Annotation Term="OData.Description" String="An array of links to the simple storage available in this resource block."/>
144          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type `SimpleStorage` that this resource block contains."/>
145          <Annotation Term="OData.AutoExpandReferences"/>
146        </NavigationProperty>
147        <NavigationProperty Name="EthernetInterfaces" Type="Collection(EthernetInterface.EthernetInterface)">
148          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
149          <Annotation Term="OData.Description" String="An array of links to the Ethernet interfaces available in this resource block."/>
150          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type `EthernetInterface` that this resource block contains."/>
151          <Annotation Term="OData.AutoExpandReferences"/>
152        </NavigationProperty>
153        <NavigationProperty Name="NetworkInterfaces" Type="Collection(NetworkInterface.NetworkInterface)">
154          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
155          <Annotation Term="OData.Description" String="An array of links to the Network Interfaces available in this resource block."/>
156          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type `NetworkInterface` that this resource block contains."/>
157          <Annotation Term="OData.AutoExpandReferences"/>
158        </NavigationProperty>
159        <NavigationProperty Name="ComputerSystems" Type="Collection(ComputerSystem.ComputerSystem)">
160          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
161          <Annotation Term="OData.Description" String="An array of links to the computer systems available in this resource block."/>
162          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type `ComputerSystem` that this resource block contains."/>
163          <Annotation Term="OData.AutoExpandReferences"/>
164          <Annotation Term="Redfish.URISegment" String="Systems"/>
165        </NavigationProperty>
166      </EntityType>
167
168      <ComplexType Name="Links" BaseType="Resource.Links">
169        <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
170        <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."/>
171        <NavigationProperty Name="ComputerSystems" Type="Collection(ComputerSystem.ComputerSystem)">
172          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
173          <Annotation Term="OData.Description" String="An array of links to the computer systems that are composed from this resource block."/>
174          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type `ComputerSystem` that represent the computer systems composed from this resource block."/>
175          <Annotation Term="OData.AutoExpandReferences"/>
176        </NavigationProperty>
177        <NavigationProperty Name="Chassis" Type="Collection(Chassis.Chassis)">
178          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
179          <Annotation Term="OData.Description" String="An array of links to the chassis in which this resource block is contained."/>
180          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type `Chassis` that represent the physical containers associated with this resource block."/>
181          <Annotation Term="OData.AutoExpandReferences"/>
182        </NavigationProperty>
183        <NavigationProperty Name="Zones" Type="Collection(Zone.Zone)">
184          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
185          <Annotation Term="OData.Description" String="An array of links to the zones in which this resource block is bound."/>
186          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type `Zone` that represent the binding constraints associated with this resource block."/>
187          <Annotation Term="OData.AutoExpandReferences"/>
188        </NavigationProperty>
189      </ComplexType>
190
191      <ComplexType Name="Actions">
192        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
193        <Annotation Term="OData.Description" String="The available actions for this resource."/>
194        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
195        <Property Name="Oem" Type="ResourceBlock.v1_0_0.OemActions" Nullable="false">
196          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
197          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
198        </Property>
199      </ComplexType>
200
201      <ComplexType Name="OemActions">
202        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
203        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
204        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
205      </ComplexType>
206
207      <EnumType Name="ResourceBlockType">
208        <Member Name="Compute">
209          <Annotation Term="OData.Description" String="This resource block contains resources of type `Processor` and `Memory` in a manner that creates a compute complex."/>
210        </Member>
211        <Member Name="Processor">
212          <Annotation Term="OData.Description" String="This resource block contains resources of type `Processor`."/>
213        </Member>
214        <Member Name="Memory">
215          <Annotation Term="OData.Description" String="This resource block contains resources of type `Memory`."/>
216        </Member>
217        <Member Name="Network">
218          <Annotation Term="OData.Description" String="This resource block contains network resources, such as resources of type `EthernetInterface` and `NetworkInterface`."/>
219        </Member>
220        <Member Name="Storage">
221          <Annotation Term="OData.Description" String="This resource block contains storage resources, such as resources of type `Storage` and `SimpleStorage`."/>
222        </Member>
223        <Member Name="ComputerSystem">
224          <Annotation Term="OData.Description" String="This resource block contains resources of type `ComputerSystem`."/>
225        </Member>
226        <Member Name="Expansion">
227          <Annotation Term="OData.Description" String="This resource block is capable of changing over time based on its configuration.  Different types of devices within this resource block can be added and removed over time."/>
228          <Annotation Term="Redfish.Revisions">
229            <Collection>
230              <Record>
231                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
232                <PropertyValue Property="Version" String="v1_2_0"/>
233              </Record>
234            </Collection>
235          </Annotation>
236        </Member>
237        <Member Name="IndependentResource">
238          <Annotation Term="OData.Description" String="This resource block is capable of being consumed as a standalone component.  This resource block can represent things such as a software platform on one or more computer systems or an appliance that provides composable resources and other services and can be managed independently of the Redfish service."/>
239          <Annotation Term="Redfish.Revisions">
240            <Collection>
241              <Record>
242                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
243                <PropertyValue Property="Version" String="v1_4_0"/>
244              </Record>
245            </Collection>
246          </Annotation>
247        </Member>
248      </EnumType>
249
250      <ComplexType Name="CompositionStatus">
251        <Annotation Term="OData.Description" String="Composition status of the resource block."/>
252        <Annotation Term="OData.LongDescription" String="This type shall contain properties that describe the high level composition status of the resource block."/>
253        <Property Name="Reserved" Type="Edm.Boolean">
254          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
255          <Annotation Term="OData.Description" String="An indication of whether any client has reserved the resource block."/>
256          <Annotation Term="OData.LongDescription" String="This property shall indicate whether any client has reserved the resource block.  A client sets this property after the resource block is identified as composed.  It shall provide a way for multiple clients to negotiate the ownership of the resource block."/>
257        </Property>
258        <Property Name="CompositionState" Type="ResourceBlock.v1_0_0.CompositionState">
259          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
260          <Annotation Term="OData.Description" String="The current state of the resource block from a composition perspective."/>
261          <Annotation Term="OData.LongDescription" String="This property shall contain an enumerated value that describes the composition state of the resource block."/>
262          <Annotation Term="Redfish.Required"/>
263        </Property>
264      </ComplexType>
265
266      <EnumType Name="CompositionState">
267        <Member Name="Composing">
268          <Annotation Term="OData.Description" String="Intermediate state indicating composition is in progress."/>
269        </Member>
270        <Member Name="ComposedAndAvailable">
271          <Annotation Term="OData.Description" String="The resource block is currently participating in one or more compositions, and is available to use in more compositions."/>
272          <Annotation Term="Redfish.Revisions">
273            <Collection>
274              <Record>
275                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
276                <PropertyValue Property="Version" String="v1_1_0"/>
277              </Record>
278            </Collection>
279          </Annotation>
280        </Member>
281        <Member Name="Composed">
282          <Annotation Term="OData.Description" String="Final successful state of a resource block that has participated in composition."/>
283        </Member>
284        <Member Name="Unused">
285          <Annotation Term="OData.Description" String="The resource block is free and can participate in composition."/>
286        </Member>
287        <Member Name="Failed">
288          <Annotation Term="OData.Description" String="The final composition resulted in failure and manual intervention might be required to fix it."/>
289        </Member>
290        <Member Name="Unavailable">
291          <Annotation Term="OData.Description" String="The resource block has been made unavailable by the service, such as due to maintenance being performed on the resource block."/>
292          <Annotation Term="Redfish.Revisions">
293            <Collection>
294              <Record>
295                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
296                <PropertyValue Property="Version" String="v1_2_0"/>
297              </Record>
298            </Collection>
299          </Annotation>
300        </Member>
301      </EnumType>
302    </Schema>
303
304    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ResourceBlock.v1_0_1">
305      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
306      <Annotation Term="OData.Description" String="This version was 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."/>
307      <EntityType Name="ResourceBlock" BaseType="ResourceBlock.v1_0_0.ResourceBlock"/>
308    </Schema>
309
310    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ResourceBlock.v1_0_2">
311      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
312      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
313      <EntityType Name="ResourceBlock" BaseType="ResourceBlock.v1_0_1.ResourceBlock"/>
314    </Schema>
315
316    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ResourceBlock.v1_0_3">
317      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
318      <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."/>
319      <EntityType Name="ResourceBlock" BaseType="ResourceBlock.v1_0_2.ResourceBlock"/>
320    </Schema>
321
322    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ResourceBlock.v1_0_4">
323      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
324      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
325      <EntityType Name="ResourceBlock" BaseType="ResourceBlock.v1_0_3.ResourceBlock"/>
326    </Schema>
327
328    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ResourceBlock.v1_0_5">
329      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
330      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
331      <EntityType Name="ResourceBlock" BaseType="ResourceBlock.v1_0_4.ResourceBlock"/>
332    </Schema>
333
334    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ResourceBlock.v1_0_6">
335      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
336      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
337      <EntityType Name="ResourceBlock" BaseType="ResourceBlock.v1_0_5.ResourceBlock"/>
338    </Schema>
339
340    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ResourceBlock.v1_0_7">
341      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
342      <Annotation Term="OData.Description" String="This version was created to add the URI segment annotation to `ComputerSystems`."/>
343      <EntityType Name="ResourceBlock" BaseType="ResourceBlock.v1_0_6.ResourceBlock"/>
344    </Schema>
345
346    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ResourceBlock.v1_0_8">
347      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
348      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
349      <EntityType Name="ResourceBlock" BaseType="ResourceBlock.v1_0_7.ResourceBlock"/>
350    </Schema>
351
352    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ResourceBlock.v1_0_9">
353      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
354      <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."/>
355      <EntityType Name="ResourceBlock" BaseType="ResourceBlock.v1_0_8.ResourceBlock"/>
356    </Schema>
357
358    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ResourceBlock.v1_1_0">
359      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
360      <Annotation Term="Redfish.Release" String="2018.1"/>
361
362      <EntityType Name="ResourceBlock" BaseType="ResourceBlock.v1_0_0.ResourceBlock"/>
363
364      <ComplexType Name="CompositionStatus" BaseType="ResourceBlock.v1_0_0.CompositionStatus">
365        <Property Name="SharingCapable" Type="Edm.Boolean">
366          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
367          <Annotation Term="OData.Description" String="An indication of whether this resource block can participate in multiple compositions simultaneously."/>
368          <Annotation Term="OData.LongDescription" String="This property shall indicate whether this resource block can participate in multiple compositions simultaneously.  If this property is not provided, it shall be assumed that this resource block is not capable of being shared."/>
369        </Property>
370        <Property Name="SharingEnabled" Type="Edm.Boolean">
371          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
372          <Annotation Term="OData.Description" String="An indication of whether this resource block is allowed to participate in multiple compositions simultaneously."/>
373          <Annotation Term="OData.LongDescription" String="This property shall indicate whether this resource block can participate in multiple compositions simultaneously.  The service shall reject modifications of this property with the HTTP `400 Bad Request` status code if this resource block is already being used as part of a composed resource.  If `false`, the service shall not use the `ComposedAndAvailable` state for this resource block."/>
374        </Property>
375        <Property Name="MaxCompositions" Type="Edm.Int64">
376          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
377          <Annotation Term="OData.Description" String="The maximum number of compositions in which this resource block can participate simultaneously."/>
378          <Annotation Term="OData.LongDescription" String="This property shall contain a number indicating the maximum number of compositions in which this resource block can participate simultaneously.  Services can have additional constraints that prevent this value from being achieved, such as due to system topology and current composed resource utilization.  If `SharingCapable` is `false`, this value shall be set to `1`.  The service shall support this property if SharingCapable supported."/>
379          <Annotation Term="Validation.Minimum" Int="1"/>
380        </Property>
381        <Property Name="NumberOfCompositions" Type="Edm.Int64">
382          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
383          <Annotation Term="OData.Description" String="The number of compositions in which this resource block is currently participating."/>
384          <Annotation Term="OData.LongDescription" String="This property shall contain the number of compositions in which this resource block is currently participating."/>
385          <Annotation Term="Validation.Minimum" Int="0"/>
386        </Property>
387      </ComplexType>
388    </Schema>
389
390    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ResourceBlock.v1_1_1">
391      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
392      <Annotation Term="OData.Description" String="This version was 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."/>
393      <EntityType Name="ResourceBlock" BaseType="ResourceBlock.v1_1_0.ResourceBlock"/>
394    </Schema>
395
396    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ResourceBlock.v1_1_2">
397      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
398      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
399      <EntityType Name="ResourceBlock" BaseType="ResourceBlock.v1_1_1.ResourceBlock"/>
400    </Schema>
401
402    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ResourceBlock.v1_1_3">
403      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
404      <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."/>
405      <EntityType Name="ResourceBlock" BaseType="ResourceBlock.v1_1_2.ResourceBlock"/>
406    </Schema>
407
408    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ResourceBlock.v1_1_4">
409      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
410      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
411      <EntityType Name="ResourceBlock" BaseType="ResourceBlock.v1_1_3.ResourceBlock"/>
412    </Schema>
413
414    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ResourceBlock.v1_1_5">
415      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
416      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
417      <EntityType Name="ResourceBlock" BaseType="ResourceBlock.v1_1_4.ResourceBlock"/>
418    </Schema>
419
420    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ResourceBlock.v1_1_6">
421      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
422      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
423      <EntityType Name="ResourceBlock" BaseType="ResourceBlock.v1_1_5.ResourceBlock"/>
424    </Schema>
425
426    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ResourceBlock.v1_1_7">
427      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
428      <Annotation Term="OData.Description" String="This version was created to add the URI segment annotation to `ComputerSystems`."/>
429      <EntityType Name="ResourceBlock" BaseType="ResourceBlock.v1_1_6.ResourceBlock"/>
430    </Schema>
431
432    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ResourceBlock.v1_1_8">
433      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
434      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
435      <EntityType Name="ResourceBlock" BaseType="ResourceBlock.v1_1_7.ResourceBlock"/>
436    </Schema>
437
438    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ResourceBlock.v1_1_9">
439      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
440      <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."/>
441      <EntityType Name="ResourceBlock" BaseType="ResourceBlock.v1_1_8.ResourceBlock"/>
442    </Schema>
443
444    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ResourceBlock.v1_2_0">
445      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
446      <Annotation Term="Redfish.Release" String="2018.2"/>
447      <Annotation Term="OData.Description" String="This version was created to add `Expansion` to the `ResourceBlockType` enumeration.  It was also created to add `Unavailable` to the `CompositionState` enumeration."/>
448
449      <EntityType Name="ResourceBlock" BaseType="ResourceBlock.v1_1_1.ResourceBlock"/>
450    </Schema>
451
452    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ResourceBlock.v1_2_1">
453      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
454      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
455      <EntityType Name="ResourceBlock" BaseType="ResourceBlock.v1_2_0.ResourceBlock"/>
456    </Schema>
457
458    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ResourceBlock.v1_2_2">
459      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
460      <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."/>
461      <EntityType Name="ResourceBlock" BaseType="ResourceBlock.v1_2_1.ResourceBlock"/>
462    </Schema>
463
464    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ResourceBlock.v1_2_3">
465      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
466      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
467      <EntityType Name="ResourceBlock" BaseType="ResourceBlock.v1_2_2.ResourceBlock"/>
468    </Schema>
469
470    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ResourceBlock.v1_2_4">
471      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
472      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
473      <EntityType Name="ResourceBlock" BaseType="ResourceBlock.v1_2_3.ResourceBlock"/>
474    </Schema>
475
476    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ResourceBlock.v1_2_5">
477      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
478      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
479      <EntityType Name="ResourceBlock" BaseType="ResourceBlock.v1_2_4.ResourceBlock"/>
480    </Schema>
481
482    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ResourceBlock.v1_2_6">
483      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
484      <Annotation Term="OData.Description" String="This version was created to add the URI segment annotation to `ComputerSystems`."/>
485      <EntityType Name="ResourceBlock" BaseType="ResourceBlock.v1_2_5.ResourceBlock"/>
486    </Schema>
487
488    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ResourceBlock.v1_2_7">
489      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
490      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
491      <EntityType Name="ResourceBlock" BaseType="ResourceBlock.v1_2_6.ResourceBlock"/>
492    </Schema>
493
494    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ResourceBlock.v1_2_8">
495      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
496      <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."/>
497      <EntityType Name="ResourceBlock" BaseType="ResourceBlock.v1_2_7.ResourceBlock"/>
498    </Schema>
499
500    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ResourceBlock.v1_3_0">
501      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
502      <Annotation Term="Redfish.Release" String="2018.3"/>
503
504      <EntityType Name="ResourceBlock" BaseType="ResourceBlock.v1_2_1.ResourceBlock">
505        <NavigationProperty Name="Drives" Type="Collection(Drive.Drive)">
506          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
507          <Annotation Term="OData.Description" String="An array of links to the drives available in this resource block."/>
508          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type `Drive` that this resource block contains."/>
509          <Annotation Term="OData.AutoExpandReferences"/>
510        </NavigationProperty>
511      </EntityType>
512
513      <ComplexType Name="ResourceBlockLimits" BaseType="ResourceBlock.ResourceBlockLimits">
514        <Annotation Term="OData.Description" String="This type specifies the allowable quantities of types of resource blocks for a composition request."/>
515        <Annotation Term="OData.LongDescription" String="This object shall specify the allowable quantities of types of resource blocks for a given composition request."/>
516        <Property Name="MinCompute" Type="Edm.Int64">
517          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
518          <Annotation Term="OData.Description" String="The minimum number of resource blocks of type `Compute` required for the composition request."/>
519          <Annotation Term="OData.LongDescription" String="This property shall contain an integer that specifies the minimum number of resource blocks of type `Compute` required for the composition request."/>
520          <Annotation Term="Validation.Minimum" Int="0"/>
521        </Property>
522        <Property Name="MaxCompute" Type="Edm.Int64">
523          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
524          <Annotation Term="OData.Description" String="The maximum number of resource blocks of type `Compute` allowed for the composition request."/>
525          <Annotation Term="OData.LongDescription" String="This property shall contain an integer that specifies the maximum number of resource blocks of type `Compute` allowed for the composition request."/>
526          <Annotation Term="Validation.Minimum" Int="1"/>
527        </Property>
528        <Property Name="MinProcessor" Type="Edm.Int64">
529          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
530          <Annotation Term="OData.Description" String="The minimum number of resource blocks of type `Processor` required for the composition request."/>
531          <Annotation Term="OData.LongDescription" String="This property shall contain an integer that specifies the minimum number of resource blocks of type `Processor` required for the composition request."/>
532          <Annotation Term="Validation.Minimum" Int="0"/>
533        </Property>
534        <Property Name="MaxProcessor" Type="Edm.Int64">
535          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
536          <Annotation Term="OData.Description" String="The maximum number of resource blocks of type `Processor` allowed for the composition request."/>
537          <Annotation Term="OData.LongDescription" String="This property shall contain an integer that specifies the maximum number of resource blocks of type `Processor` allowed for the composition request."/>
538          <Annotation Term="Validation.Minimum" Int="1"/>
539        </Property>
540        <Property Name="MinMemory" Type="Edm.Int64">
541          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
542          <Annotation Term="OData.Description" String="The minimum number of resource blocks of type `Memory` required for the composition request."/>
543          <Annotation Term="OData.LongDescription" String="This property shall contain an integer that specifies the minimum number of resource blocks of type `Memory` required for the composition request."/>
544          <Annotation Term="Validation.Minimum" Int="0"/>
545        </Property>
546        <Property Name="MaxMemory" Type="Edm.Int64">
547          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
548          <Annotation Term="OData.Description" String="The maximum number of resource blocks of type `Memory` allowed for the composition request."/>
549          <Annotation Term="OData.LongDescription" String="This property shall contain an integer that specifies the maximum number of resource blocks of type `Memory` allowed for the composition request."/>
550          <Annotation Term="Validation.Minimum" Int="1"/>
551        </Property>
552        <Property Name="MinNetwork" Type="Edm.Int64">
553          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
554          <Annotation Term="OData.Description" String="The minimum number of resource blocks of type `Network` required for the composition request."/>
555          <Annotation Term="OData.LongDescription" String="This property shall contain an integer that specifies the minimum number of resource blocks of type `Network` required for the composition request."/>
556          <Annotation Term="Validation.Minimum" Int="0"/>
557        </Property>
558        <Property Name="MaxNetwork" Type="Edm.Int64">
559          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
560          <Annotation Term="OData.Description" String="The maximum number of resource blocks of type `Network` allowed for the composition request."/>
561          <Annotation Term="OData.LongDescription" String="This property shall contain an integer that specifies the maximum number of resource blocks of type `Network` allowed for the composition request."/>
562          <Annotation Term="Validation.Minimum" Int="1"/>
563        </Property>
564        <Property Name="MinStorage" Type="Edm.Int64">
565          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
566          <Annotation Term="OData.Description" String="The minimum number of resource blocks of type `Storage` required for the composition request."/>
567          <Annotation Term="OData.LongDescription" String="This property shall contain an integer that specifies the minimum number of resource blocks of type `Storage` required for the composition request."/>
568          <Annotation Term="Validation.Minimum" Int="0"/>
569        </Property>
570        <Property Name="MaxStorage" Type="Edm.Int64">
571          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
572          <Annotation Term="OData.Description" String="The maximum number of resource blocks of type `Storage` allowed for the composition request."/>
573          <Annotation Term="OData.LongDescription" String="This property shall contain an integer that specifies the maximum number of resource blocks of type `Storage` allowed for the composition request."/>
574          <Annotation Term="Validation.Minimum" Int="1"/>
575        </Property>
576        <Property Name="MinComputerSystem" Type="Edm.Int64">
577          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
578          <Annotation Term="OData.Description" String="The minimum number of resource blocks of type `ComputerSystem` required for the composition request."/>
579          <Annotation Term="OData.LongDescription" String="This property shall contain an integer that specifies the minimum number of resource blocks of type `ComputerSystem` required for the composition request."/>
580          <Annotation Term="Validation.Minimum" Int="0"/>
581        </Property>
582        <Property Name="MaxComputerSystem" Type="Edm.Int64">
583          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
584          <Annotation Term="OData.Description" String="The maximum number of resource blocks of type `ComputerSystem` allowed for the composition request."/>
585          <Annotation Term="OData.LongDescription" String="This property shall contain an integer that specifies the maximum number of resource blocks of type `ComputerSystem` allowed for the composition request."/>
586          <Annotation Term="Validation.Minimum" Int="1"/>
587        </Property>
588        <Property Name="MinExpansion" Type="Edm.Int64">
589          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
590          <Annotation Term="OData.Description" String="The minimum number of resource blocks of type `Expansion` required for the composition request."/>
591          <Annotation Term="OData.LongDescription" String="This property shall contain an integer that specifies the minimum number of resource blocks of type `Expansion` required for the composition request."/>
592          <Annotation Term="Validation.Minimum" Int="0"/>
593        </Property>
594        <Property Name="MaxExpansion" Type="Edm.Int64">
595          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
596          <Annotation Term="OData.Description" String="The maximum number of resource blocks of type `Expansion` allowed for the composition request."/>
597          <Annotation Term="OData.LongDescription" String="This property shall contain an integer that specifies the maximum number of resource blocks of type `Expansion` allowed for the composition request."/>
598          <Annotation Term="Validation.Minimum" Int="1"/>
599        </Property>
600      </ComplexType>
601    </Schema>
602
603    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ResourceBlock.v1_3_1">
604      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
605      <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."/>
606      <EntityType Name="ResourceBlock" BaseType="ResourceBlock.v1_3_0.ResourceBlock"/>
607    </Schema>
608
609    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ResourceBlock.v1_3_2">
610      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
611      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
612      <EntityType Name="ResourceBlock" BaseType="ResourceBlock.v1_3_1.ResourceBlock"/>
613    </Schema>
614
615    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ResourceBlock.v1_3_3">
616      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
617      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
618      <EntityType Name="ResourceBlock" BaseType="ResourceBlock.v1_3_2.ResourceBlock"/>
619    </Schema>
620
621    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ResourceBlock.v1_3_4">
622      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
623      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
624      <EntityType Name="ResourceBlock" BaseType="ResourceBlock.v1_3_3.ResourceBlock"/>
625    </Schema>
626
627    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ResourceBlock.v1_3_5">
628      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
629      <Annotation Term="OData.Description" String="This version was created to add the URI segment annotation to `ComputerSystems`."/>
630      <EntityType Name="ResourceBlock" BaseType="ResourceBlock.v1_3_4.ResourceBlock"/>
631    </Schema>
632
633    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ResourceBlock.v1_3_6">
634      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
635      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
636      <EntityType Name="ResourceBlock" BaseType="ResourceBlock.v1_3_5.ResourceBlock"/>
637    </Schema>
638
639    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ResourceBlock.v1_3_7">
640      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
641      <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."/>
642      <EntityType Name="ResourceBlock" BaseType="ResourceBlock.v1_3_6.ResourceBlock"/>
643    </Schema>
644
645    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ResourceBlock.v1_4_0">
646      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
647      <Annotation Term="Redfish.Release" String="2020.4"/>
648      <Annotation Term="OData.Description" String="This was created to add `IndependentResource` to the `ResourceBlockType` enumeration."/>
649
650      <EntityType Name="ResourceBlock" BaseType="ResourceBlock.v1_3_4.ResourceBlock">
651        <Property Name="Pool" Type="ResourceBlock.v1_4_0.PoolType">
652          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
653          <Annotation Term="OData.Description" String="The pool to which this resource block belongs."/>
654          <Annotation Term="OData.LongDescription" String="This property shall contain the pool to which this resource block belongs.  If this resource block is not assigned to a client, this property shall contain the value `Unassigned`.  If this resource block is assigned to a client, this property shall not contain the value `Unassigned`."/>
655        </Property>
656        <Property Name="Client" Type="Edm.String">
657          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
658          <Annotation Term="OData.Description" String="The client to which this resource block is assigned."/>
659          <Annotation Term="OData.LongDescription" String="This property shall contain the client to which this resource block is assigned."/>
660        </Property>
661      </EntityType>
662
663      <ComplexType Name="Links" BaseType="ResourceBlock.v1_0_0.Links">
664        <NavigationProperty Name="ConsumingResourceBlocks" Type="Collection(ResourceBlock.ResourceBlock)">
665          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
666          <Annotation Term="OData.Description" String="An array of links to resource blocks that depend on this resource block."/>
667          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type `ResourceBlock` that represent the resource blocks that depend on this resource block as a component."/>
668          <Annotation Term="OData.AutoExpandReferences"/>
669        </NavigationProperty>
670        <NavigationProperty Name="SupplyingResourceBlocks" Type="Collection(ResourceBlock.ResourceBlock)">
671          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
672          <Annotation Term="OData.Description" String="An array of links to resource blocks that this resource block depends on."/>
673          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type `ResourceBlock` that represent the resource blocks that this resource block depends on as components."/>
674          <Annotation Term="OData.AutoExpandReferences"/>
675        </NavigationProperty>
676      </ComplexType>
677
678      <EnumType Name="PoolType">
679        <Member Name="Free">
680          <Annotation Term="OData.Description" String="This resource block is in the free pool and is not contributing to any composed resources."/>
681        </Member>
682        <Member Name="Active">
683          <Annotation Term="OData.Description" String="This resource block is in the active pool and is contributing to at least one composed resource as a result of a composition request."/>
684        </Member>
685        <Member Name="Unassigned">
686          <Annotation Term="OData.Description" String="This resource block is not assigned to any pools."/>
687        </Member>
688      </EnumType>
689    </Schema>
690
691    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ResourceBlock.v1_4_1">
692      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
693      <Annotation Term="OData.Description" String="This version was created to add the URI segment annotation to `ComputerSystems`."/>
694      <EntityType Name="ResourceBlock" BaseType="ResourceBlock.v1_4_0.ResourceBlock"/>
695    </Schema>
696
697    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ResourceBlock.v1_4_2">
698      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
699      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
700      <EntityType Name="ResourceBlock" BaseType="ResourceBlock.v1_4_1.ResourceBlock"/>
701    </Schema>
702
703    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ResourceBlock.v1_4_3">
704      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
705      <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."/>
706      <EntityType Name="ResourceBlock" BaseType="ResourceBlock.v1_4_2.ResourceBlock"/>
707    </Schema>
708
709  </edmx:DataServices>
710</edmx:Edmx>
711