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