blob: a95e40b7ed2063e209359ae4359bb1b57b8914af [file] [log] [blame]
Jason M. Billsea4aa752018-06-05 13:29:11 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
Ed Tanoused761212022-09-23 15:03:29 -07004<!--# Redfish Schema: ComputerSystem v1.18.0 -->
Jason M. Billsea4aa752018-06-05 13:29:11 -07005<!--# -->
6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle, -->
7<!--# available at http://www.dmtf.org/standards/redfish -->
Ed Tanoused761212022-09-23 15:03:29 -07008<!--# Copyright 2014-2022 DMTF. -->
Jason M. Billsea4aa752018-06-05 13:29:11 -07009<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10<!--################################################################################ -->
11<!---->
12<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
13
14 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
15 <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
16 </edmx:Reference>
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>
Ed Tanous530520e2019-01-02 13:41:37 -080020 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml">
21 <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/>
22 </edmx:Reference>
Jason M. Billsea4aa752018-06-05 13:29:11 -070023 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
24 <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
25 <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/>
26 </edmx:Reference>
27 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
28 <edmx:Include Namespace="Resource"/>
29 <edmx:Include Namespace="Resource.v1_0_0"/>
30 </edmx:Reference>
31 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Chassis_v1.xml">
32 <edmx:Include Namespace="Chassis"/>
33 </edmx:Reference>
34 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/LogServiceCollection_v1.xml">
35 <edmx:Include Namespace="LogServiceCollection"/>
36 </edmx:Reference>
37 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/EthernetInterfaceCollection_v1.xml">
38 <edmx:Include Namespace="EthernetInterfaceCollection"/>
39 </edmx:Reference>
40 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/SimpleStorageCollection_v1.xml">
41 <edmx:Include Namespace="SimpleStorageCollection"/>
42 </edmx:Reference>
43 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/ProcessorCollection_v1.xml">
44 <edmx:Include Namespace="ProcessorCollection"/>
45 </edmx:Reference>
46 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/SecureBoot_v1.xml">
47 <edmx:Include Namespace="SecureBoot"/>
48 </edmx:Reference>
49 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Bios_v1.xml">
50 <edmx:Include Namespace="Bios"/>
51 </edmx:Reference>
52 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/MemoryCollection_v1.xml">
53 <edmx:Include Namespace="MemoryCollection"/>
54 </edmx:Reference>
55 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/MemoryDomainCollection_v1.xml">
56 <edmx:Include Namespace="MemoryDomainCollection"/>
57 </edmx:Reference>
58 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Manager_v1.xml">
59 <edmx:Include Namespace="Manager"/>
60 </edmx:Reference>
61 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/StorageCollection_v1.xml">
62 <edmx:Include Namespace="StorageCollection"/>
63 </edmx:Reference>
64 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PCIeDevice_v1.xml">
65 <edmx:Include Namespace="PCIeDevice"/>
66 </edmx:Reference>
67 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PCIeFunction_v1.xml">
68 <edmx:Include Namespace="PCIeFunction"/>
69 </edmx:Reference>
70 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Endpoint_v1.xml">
71 <edmx:Include Namespace="Endpoint"/>
72 </edmx:Reference>
73 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/swordfish/v1/HostedStorageServices_v1.xml">
74 <edmx:Include Namespace="HostedStorageServices"/>
75 </edmx:Reference>
76 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/NetworkInterfaceCollection_v1.xml">
77 <edmx:Include Namespace="NetworkInterfaceCollection"/>
78 </edmx:Reference>
79 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/ResourceBlock_v1.xml">
80 <edmx:Include Namespace="ResourceBlock"/>
81 </edmx:Reference>
82 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/BootOptionCollection_v1.xml">
83 <edmx:Include Namespace="BootOptionCollection"/>
84 </edmx:Reference>
85 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Redundancy_v1.xml">
86 <edmx:Include Namespace="Redundancy"/>
87 </edmx:Reference>
Ed Tanouscb103132019-10-08 11:34:22 -070088 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/CertificateCollection_v1.xml">
89 <edmx:Include Namespace="CertificateCollection"/>
90 </edmx:Reference>
91 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/ProcessorMetrics_v1.xml">
92 <edmx:Include Namespace="ProcessorMetrics"/>
93 </edmx:Reference>
94 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/MemoryMetrics_v1.xml">
95 <edmx:Include Namespace="MemoryMetrics"/>
96 </edmx:Reference>
Gunnar Mills09b9d452020-02-11 13:27:39 -060097 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/FabricAdapterCollection_v1.xml">
98 <edmx:Include Namespace="FabricAdapterCollection"/>
99 </edmx:Reference>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500100 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/VirtualMediaCollection_v1.xml">
101 <edmx:Include Namespace="VirtualMediaCollection"/>
102 </edmx:Reference>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600103 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/SoftwareInventory_v1.xml">
104 <edmx:Include Namespace="SoftwareInventory"/>
105 </edmx:Reference>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500106 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/GraphicsControllerCollection_v1.xml">
107 <edmx:Include Namespace="GraphicsControllerCollection"/>
108 </edmx:Reference>
109 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/USBControllerCollection_v1.xml">
110 <edmx:Include Namespace="USBControllerCollection"/>
111 </edmx:Reference>
Sui Chen141d9432022-02-03 22:01:27 -0800112 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/NetworkDeviceFunction_v1.xml">
113 <edmx:Include Namespace="NetworkDeviceFunction"/>
114 </edmx:Reference>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700115
116 <edmx:DataServices>
117
Jason M. Billsea4aa752018-06-05 13:29:11 -0700118 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem">
119 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
120
121 <EntityType Name="ComputerSystem" BaseType="Resource.v1_0_0.Resource" Abstract="true">
Gunnar Millsa778c022020-05-12 12:20:36 -0500122 <Annotation Term="OData.Description" String="The ComputerSystem schema represents a computer or system instance and the software-visible resources, or items within the data plane, such as memory, CPU, and other devices that it can access. Details of those resources or subsystems are also linked through this resource."/>
123 <Annotation Term="OData.LongDescription" String="This resource shall represent a computing system in the Redfish Specification."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700124 <Annotation Term="Capabilities.InsertRestrictions">
125 <Record>
126 <PropertyValue Property="Insertable" Bool="false"/>
127 </Record>
128 </Annotation>
129 <Annotation Term="Capabilities.UpdateRestrictions">
130 <Record>
131 <PropertyValue Property="Updatable" Bool="true"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700132 <Annotation Term="OData.Description" String="Some properties, such as AssetTag, IndicatorLED, and some boot parameters, can be updated for a computer system."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700133 </Record>
134 </Annotation>
135 <Annotation Term="Capabilities.DeleteRestrictions">
136 <Record>
137 <PropertyValue Property="Deletable" Bool="true"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700138 <Annotation Term="OData.Description" String="A client can delete a composed computer system to retire it."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700139 </Record>
140 </Annotation>
Ed Tanous530520e2019-01-02 13:41:37 -0800141 <Annotation Term="Redfish.Uris">
142 <Collection>
143 <String>/redfish/v1/Systems/{ComputerSystemId}</String>
144 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}</String>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600145 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}</String>
Ed Tanous530520e2019-01-02 13:41:37 -0800146 </Collection>
147 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700148 </EntityType>
149
150 <Action Name="Reset" IsBound="true">
Gunnar Mills844b4152020-06-22 12:44:09 -0500151 <Annotation Term="OData.Description" String="This action resets the system."/>
Ed Tanoused761212022-09-23 15:03:29 -0700152 <Annotation Term="OData.LongDescription" String="This action shall reset the system represented by the resource. For systems that implement ACPI Power Button functionality, the PushPowerButton value shall perform or emulate an ACPI Power Button Push, and the ForceOff value shall perform an ACPI Power Button Override, commonly known as a four-second hold of the power button."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700153 <Parameter Name="ComputerSystem" Type="ComputerSystem.v1_0_0.Actions"/>
154 <Parameter Name="ResetType" Type="Resource.ResetType">
Ed Tanouscb103132019-10-08 11:34:22 -0700155 <Annotation Term="OData.Description" String="The type of reset."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500156 <Annotation Term="OData.LongDescription" String="This parameter shall contain the type of reset. The service can accept a request without the parameter and perform an implementation-specific default reset. Services should include the @Redfish.AllowableValues annotation for this parameter to ensure compatibility with clients, even when ActionInfo has been implemented."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700157 </Parameter>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700158 </Action>
159
160 <Action Name="SetDefaultBootOrder" IsBound="true">
Ed Tanouscb103132019-10-08 11:34:22 -0700161 <Annotation Term="OData.Description" String="This action sets the BootOrder to the default settings."/>
162 <Annotation Term="OData.LongDescription" String="This action shall set the BootOrder array to the default settings."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500163 <Parameter Name="ComputerSystem" Type="ComputerSystem.v1_0_0.Actions"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600164 <Annotation Term="Redfish.Revisions">
165 <Collection>
166 <Record>
167 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
168 <PropertyValue Property="Version" String="v1_5_0"/>
169 </Record>
170 </Collection>
171 </Annotation>
172 </Action>
173
174 <Action Name="AddResourceBlock" IsBound="true">
Gunnar Mills844b4152020-06-22 12:44:09 -0500175 <Annotation Term="OData.Description" String="This action adds a resource block to a system."/>
176 <Annotation Term="OData.LongDescription" String="This action shall add a resource block to a system."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600177 <Parameter Name="ComputerSystem" Type="ComputerSystem.v1_0_0.Actions"/>
178 <Parameter Name="ResourceBlock" Type="ResourceBlock.ResourceBlock" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500179 <Annotation Term="OData.Description" String="The resource block to add to the system."/>
180 <Annotation Term="OData.LongDescription" String="This parameter shall contain a link to the specified resource block to add to the system."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600181 </Parameter>
182 <Parameter Name="ResourceBlockETag" Type="Edm.String">
Gunnar Millsa778c022020-05-12 12:20:36 -0500183 <Annotation Term="OData.Description" String="The current ETag of the resource block to add to the system."/>
184 <Annotation Term="OData.LongDescription" String="This parameter shall contain the current ETag of the resource block to add to the system. If the client-provided ETag does not match the current ETag of the resource block that the ResourceBlock parameter specifies, the service shall return the HTTP 428 (Precondition Required) status code to reject the request."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600185 </Parameter>
186 <Parameter Name="ComputerSystemETag" Type="Edm.String">
187 <Annotation Term="OData.Description" String="The current ETag of the system."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700188 <Annotation Term="OData.LongDescription" String="This parameter shall contain the current ETag of the system. If the client-provided ETag does not match the current ETag of the system, the service shall return the HTTP 428 (Precondition Required) status code to reject the request."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600189 </Parameter>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600190 <Annotation Term="Redfish.Revisions">
191 <Collection>
192 <Record>
193 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
194 <PropertyValue Property="Version" String="v1_6_0"/>
195 </Record>
196 </Collection>
197 </Annotation>
198 </Action>
199
200 <Action Name="RemoveResourceBlock" IsBound="true">
Gunnar Mills844b4152020-06-22 12:44:09 -0500201 <Annotation Term="OData.Description" String="This action removes a resource block from a system."/>
202 <Annotation Term="OData.LongDescription" String="This action shall remove a resource block from a system."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600203 <Parameter Name="ComputerSystem" Type="ComputerSystem.v1_0_0.Actions"/>
204 <Parameter Name="ResourceBlock" Type="ResourceBlock.ResourceBlock" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500205 <Annotation Term="OData.Description" String="The resource block to remove from the system."/>
206 <Annotation Term="OData.LongDescription" String="This parameter shall contain a link to the specified resource block to remove from the system."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600207 </Parameter>
208 <Parameter Name="ResourceBlockETag" Type="Edm.String">
Gunnar Millsa778c022020-05-12 12:20:36 -0500209 <Annotation Term="OData.Description" String="The current ETag of the resource block to remove from the system."/>
210 <Annotation Term="OData.LongDescription" String="This parameter shall contain the current ETag of the resource block to remove from the system. If the client-provided ETag does not match the current ETag of the resource block that the ResourceBlock parameter specifies, the service shall return the HTTP 428 (Precondition Required) status code to reject the request."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600211 </Parameter>
212 <Parameter Name="ComputerSystemETag" Type="Edm.String">
213 <Annotation Term="OData.Description" String="The current ETag of the system."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700214 <Annotation Term="OData.LongDescription" String="This parameter shall contain the current ETag of the system. If the client-provided ETag does not match the current ETag of the system, the service shall return the HTTP 428 (Precondition Required) status code to reject the request."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600215 </Parameter>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600216 <Annotation Term="Redfish.Revisions">
217 <Collection>
218 <Record>
219 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
220 <PropertyValue Property="Version" String="v1_6_0"/>
221 </Record>
222 </Collection>
223 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700224 </Action>
225
226 <EnumType Name="BootSource">
227 <Member Name="None">
228 <Annotation Term="OData.Description" String="Boot from the normal boot device."/>
229 </Member>
230 <Member Name="Pxe">
231 <Annotation Term="OData.Description" String="Boot from the Pre-Boot EXecution (PXE) environment."/>
232 </Member>
233 <Member Name="Floppy">
234 <Annotation Term="OData.Description" String="Boot from the floppy disk drive."/>
235 </Member>
236 <Member Name="Cd">
Ed Tanouscb103132019-10-08 11:34:22 -0700237 <Annotation Term="OData.Description" String="Boot from the CD or DVD."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700238 </Member>
239 <Member Name="Usb">
Ed Tanouscb103132019-10-08 11:34:22 -0700240 <Annotation Term="OData.Description" String="Boot from a system BIOS-specified USB device."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700241 </Member>
242 <Member Name="Hdd">
243 <Annotation Term="OData.Description" String="Boot from a hard drive."/>
244 </Member>
245 <Member Name="BiosSetup">
Ed Tanouscb103132019-10-08 11:34:22 -0700246 <Annotation Term="OData.Description" String="Boot to the BIOS setup utility."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700247 </Member>
248 <Member Name="Utilities">
Ed Tanouscb103132019-10-08 11:34:22 -0700249 <Annotation Term="OData.Description" String="Boot to the manufacturer's utilities program or programs."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700250 </Member>
251 <Member Name="Diags">
Ed Tanouscb103132019-10-08 11:34:22 -0700252 <Annotation Term="OData.Description" String="Boot to the manufacturer's diagnostics program."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700253 </Member>
254 <Member Name="UefiShell">
255 <Annotation Term="OData.Description" String="Boot to the UEFI Shell."/>
256 </Member>
257 <Member Name="UefiTarget">
Ed Tanouscb103132019-10-08 11:34:22 -0700258 <Annotation Term="OData.Description" String="Boot to the UEFI device specified in the UefiTargetBootSourceOverride property."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700259 </Member>
260 <Member Name="SDCard">
Ed Tanouscb103132019-10-08 11:34:22 -0700261 <Annotation Term="OData.Description" String="Boot from an SD card."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600262 <Annotation Term="Redfish.Revisions">
263 <Collection>
264 <Record>
265 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
266 <PropertyValue Property="Version" String="v1_1_0"/>
267 </Record>
268 </Collection>
269 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700270 </Member>
271 <Member Name="UefiHttp">
272 <Annotation Term="OData.Description" String="Boot from a UEFI HTTP network location."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600273 <Annotation Term="Redfish.Revisions">
274 <Collection>
275 <Record>
276 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
277 <PropertyValue Property="Version" String="v1_1_0"/>
278 </Record>
279 </Collection>
280 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700281 </Member>
282 <Member Name="RemoteDrive">
Ed Tanouscb103132019-10-08 11:34:22 -0700283 <Annotation Term="OData.Description" String="Boot from a remote drive, such as an iSCSI target."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600284 <Annotation Term="Redfish.Revisions">
285 <Collection>
286 <Record>
287 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
288 <PropertyValue Property="Version" String="v1_2_0"/>
289 </Record>
290 </Collection>
291 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700292 </Member>
293 <Member Name="UefiBootNext">
Ed Tanouscb103132019-10-08 11:34:22 -0700294 <Annotation Term="OData.Description" String="Boot to the UEFI device that the BootNext property specifies."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600295 <Annotation Term="Redfish.Revisions">
296 <Collection>
297 <Record>
298 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
299 <PropertyValue Property="Version" String="v1_5_0"/>
300 </Record>
301 </Collection>
302 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700303 </Member>
304 </EnumType>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700305 </Schema>
306
307 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_0">
308 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600309 <Annotation Term="Redfish.Release" String="1.0"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700310
311 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.ComputerSystem">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700312 <Property Name="SystemType" Type="ComputerSystem.v1_0_0.SystemType" Nullable="false">
313 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500314 <Annotation Term="OData.Description" String="The type of computer system that this resource represents."/>
315 <Annotation Term="OData.LongDescription" String="An enumeration that indicates the kind of system that this resource represents."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700316 </Property>
317 <Property Name="Links" Type="ComputerSystem.v1_0_0.Links" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500318 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
319 <Annotation Term="OData.LongDescription" String="This property shall contain links to resources that are related to but are not contained by, or subordinate to, this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700320 </Property>
321 <Property Name="AssetTag" Type="Edm.String">
322 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700323 <Annotation Term="OData.Description" String="The user-definable tag that can track this computer system for inventory or other client purposes."/>
324 <Annotation Term="OData.LongDescription" String="This property shall contain the system asset tag value."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700325 </Property>
326 <Property Name="Manufacturer" Type="Edm.String">
327 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
328 <Annotation Term="OData.Description" String="The manufacturer or OEM of this system."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700329 <Annotation Term="OData.LongDescription" String="This property shall contain a value that represents the manufacturer of the system."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700330 </Property>
331 <Property Name="Model" Type="Edm.String">
332 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
333 <Annotation Term="OData.Description" String="The product name for this system, without the manufacturer name."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700334 <Annotation Term="OData.LongDescription" String="This property shall describe how the manufacturer refers to this system. Typically, this value is the product name for this system without the manufacturer name."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700335 </Property>
336 <Property Name="SKU" Type="Edm.String">
337 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
338 <Annotation Term="OData.Description" String="The manufacturer SKU for this system."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700339 <Annotation Term="OData.LongDescription" String="This property shall contain the SKU for the system."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700340 </Property>
341 <Property Name="SerialNumber" Type="Edm.String">
342 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
343 <Annotation Term="OData.Description" String="The serial number for this system."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700344 <Annotation Term="OData.LongDescription" String="This property shall contain the serial number for the system."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700345 </Property>
346 <Property Name="PartNumber" Type="Edm.String">
347 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
348 <Annotation Term="OData.Description" String="The part number for this system."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700349 <Annotation Term="OData.LongDescription" String="This property shall contain the manufacturer-defined part number for the system."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700350 </Property>
351 <Property Name="UUID" Type="Resource.UUID">
352 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700353 <Annotation Term="OData.Description" String="The UUID for this system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500354 <Annotation Term="OData.LongDescription" String="This property shall contain the universal unique identifier number for this system. RFC4122 describes methods to create this value. The value should be considered to be opaque. Client software should only treat the overall value as a UUID and should not interpret any sub-fields within the UUID. If the system supports SMBIOS, the property value should follow the SMBIOS 2.6 and later recommendation for converting the SMBIOS 16-byte UUID structure into the Redfish canonical `xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx` string format, so that the property value matches the byte order presented by current OS APIs, such as WMI and dmidecode."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700355 </Property>
356 <Property Name="HostName" Type="Edm.String">
357 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700358 <Annotation Term="OData.Description" String="The DNS host name, without any domain information."/>
359 <Annotation Term="OData.LongDescription" String="This property shall contain the host name for this system, as reported by the operating system or hypervisor. A service running in the host operating system typically reports this value to the manager."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700360 </Property>
361 <Property Name="IndicatorLED" Type="ComputerSystem.v1_0_0.IndicatorLED">
362 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700363 <Annotation Term="OData.Description" String="The state of the indicator LED, which identifies the system."/>
364 <Annotation Term="OData.LongDescription" String="This property shall contain the state of the indicator light, which identifies this system."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500365 <Annotation Term="Redfish.Revisions">
366 <Collection>
367 <Record>
368 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
369 <PropertyValue Property="Version" String="v1_13_0"/>
370 <PropertyValue Property="Description" String="This property has been deprecated in favor of the LocationIndicatorActive property."/>
371 </Record>
372 </Collection>
373 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700374 </Property>
375 <Property Name="PowerState" Type="ComputerSystem.v1_0_0.PowerState">
376 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700377 <Annotation Term="OData.Description" String="The current power state of the system."/>
378 <Annotation Term="OData.LongDescription" String="This property shall contain the power state of the system."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700379 </Property>
380 <Property Name="Boot" Type="ComputerSystem.v1_0_0.Boot" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700381 <Annotation Term="OData.Description" String="The boot settings for this system."/>
382 <Annotation Term="OData.LongDescription" String="This property shall contain the boot settings for this system."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700383 </Property>
384 <Property Name="BiosVersion" Type="Edm.String">
385 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
386 <Annotation Term="OData.Description" String="The version of the system BIOS or primary system firmware."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500387 <Annotation Term="OData.LongDescription" String="This property shall contain the version string of the currently installed and running BIOS for x86 systems. For other systems, the property may contain a version string that represents the primary system firmware."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700388 </Property>
389 <Property Name="ProcessorSummary" Type="ComputerSystem.v1_0_0.ProcessorSummary" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700390 <Annotation Term="OData.Description" String="The central processors of the system in general detail."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500391 <Annotation Term="OData.LongDescription" String="This property shall describe the central processors for this resource. Processors described by this property shall be limited to the processors that execute system code, and shall not include processors used for offload functionality."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700392 </Property>
393 <Property Name="MemorySummary" Type="ComputerSystem.v1_0_0.MemorySummary" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700394 <Annotation Term="OData.Description" String="The central memory of the system in general detail."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500395 <Annotation Term="OData.LongDescription" String="This property shall describe the central memory for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700396 </Property>
397 <Property Name="Actions" Type="ComputerSystem.v1_0_0.Actions" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500398 <Annotation Term="OData.Description" String="The available actions for this resource."/>
399 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700400 </Property>
401 <NavigationProperty Name="Processors" Type="ProcessorCollection.ProcessorCollection" ContainsTarget="true" Nullable="false">
402 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700403 <Annotation Term="OData.Description" String="The link to the collection of processors associated with this system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500404 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type ProcessorCollection."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700405 <Annotation Term="OData.AutoExpandReferences"/>
406 </NavigationProperty>
407 <NavigationProperty Name="EthernetInterfaces" Type="EthernetInterfaceCollection.EthernetInterfaceCollection" ContainsTarget="true" Nullable="false">
408 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700409 <Annotation Term="OData.Description" String="The link to the collection of Ethernet interfaces associated with this system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500410 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type EthernetInterfaceCollection."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700411 <Annotation Term="OData.AutoExpandReferences"/>
412 </NavigationProperty>
413 <NavigationProperty Name="SimpleStorage" Type="SimpleStorageCollection.SimpleStorageCollection" ContainsTarget="true" Nullable="false">
414 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700415 <Annotation Term="OData.Description" String="The link to the collection of storage devices associated with this system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500416 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type SimpleStorageCollection."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700417 <Annotation Term="OData.AutoExpandReferences"/>
418 </NavigationProperty>
419 <NavigationProperty Name="LogServices" Type="LogServiceCollection.LogServiceCollection" ContainsTarget="true" Nullable="false">
420 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500421 <Annotation Term="OData.Description" String="The link to the collection of log services associated with this system."/>
422 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type LogServiceCollection."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700423 <Annotation Term="OData.AutoExpandReferences"/>
424 </NavigationProperty>
Ed Tanous530520e2019-01-02 13:41:37 -0800425 <Property Name="Status" Type="Resource.Status" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500426 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
427 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800428 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700429 </EntityType>
430
431 <ComplexType Name="Links" BaseType="Resource.Links">
Gunnar Millsa778c022020-05-12 12:20:36 -0500432 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
433 <Annotation Term="OData.LongDescription" String="This Redfish Specification-described type shall contain links to resources that are related to but are not contained by, or subordinate to, this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700434 <NavigationProperty Name="Chassis" Type="Collection(Chassis.Chassis)">
435 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700436 <Annotation Term="OData.Description" String="An array of links to the chassis that contains this system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500437 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700438 <Annotation Term="OData.AutoExpandReferences"/>
439 </NavigationProperty>
440 <NavigationProperty Name="ManagedBy" Type="Collection(Manager.Manager)">
441 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700442 <Annotation Term="OData.Description" String="An array of links to the managers responsible for this system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500443 <Annotation Term="OData.LongDescription" String="This property shall contain an array of link to resources of type Manager that represent the resources with management responsibility for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700444 <Annotation Term="OData.AutoExpandReferences"/>
445 </NavigationProperty>
446 <NavigationProperty Name="PoweredBy" Type="Collection(Resource.Item)">
447 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500448 <Annotation Term="OData.Description" String="An array of links to resources or objects that power this computer system. Normally, the link is for either a chassis or a specific set of power supplies."/>
449 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources or objects that power this computer system."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700450 <Annotation Term="OData.AutoExpandReferences"/>
451 </NavigationProperty>
452 <NavigationProperty Name="CooledBy" Type="Collection(Resource.Item)">
453 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500454 <Annotation Term="OData.Description" String="An array of links to resources or objects that that cool this computer system. Normally, the link is for either a chassis or a specific set of fans."/>
455 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources or objects that cool this computer system."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700456 <Annotation Term="OData.AutoExpandReferences"/>
457 </NavigationProperty>
458 </ComplexType>
459
460 <ComplexType Name="Actions">
461 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500462 <Annotation Term="OData.Description" String="The available actions for this resource."/>
463 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800464 <Property Name="Oem" Type="ComputerSystem.v1_0_0.OemActions" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500465 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
466 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800467 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700468 </ComplexType>
469
470 <ComplexType Name="OemActions">
471 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500472 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
473 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700474 </ComplexType>
475
476 <EnumType Name="SystemType">
477 <Member Name="Physical">
478 <Annotation Term="OData.Description" String="A computer system."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700479 <Annotation Term="OData.LongDescription" String="A SystemType of Physical typically represents the hardware aspects of a system, such as a management controller."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700480 </Member>
481 <Member Name="Virtual">
482 <Annotation Term="OData.Description" String="A virtual machine instance running on this system."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700483 <Annotation Term="OData.LongDescription" String="A SystemType of Virtual typically represents a system that is actually a virtual machine instance."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700484 </Member>
485 <Member Name="OS">
486 <Annotation Term="OData.Description" String="An operating system instance."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700487 <Annotation Term="OData.LongDescription" String="A SystemType of OS typically represents an OS or hypervisor view of the system."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700488 </Member>
489 <Member Name="PhysicallyPartitioned">
490 <Annotation Term="OData.Description" String="A hardware-based partition of a computer system."/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600491 <Annotation Term="OData.LongDescription" String="A SystemType of PhysicallyPartitioned typically represents a single system constructed from one or more physical systems through a firmware or hardware-based service."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700492 </Member>
493 <Member Name="VirtuallyPartitioned">
494 <Annotation Term="OData.Description" String="A virtual or software-based partition of a computer system."/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600495 <Annotation Term="OData.LongDescription" String="A SystemType of VirtuallyPartitioned typically represents a single system constructed from one or more virtual systems through a software-based service."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700496 </Member>
497 <Member Name="Composed">
Gunnar Millsa778c022020-05-12 12:20:36 -0500498 <Annotation Term="OData.Description" String="A computer system constructed by binding resource blocks together."/>
499 <Annotation Term="OData.LongDescription" String="A SystemType of Composed typically represents a single system constructed from disaggregated resources through the Redfish composition service."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600500 <Annotation Term="Redfish.Revisions">
501 <Collection>
502 <Record>
503 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
504 <PropertyValue Property="Version" String="v1_4_0"/>
505 </Record>
506 </Collection>
507 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700508 </Member>
Gunnar Mills9d424662021-09-22 21:56:16 -0500509 <Member Name="DPU">
510 <Annotation Term="OData.Description" String="A computer system that performs the functions of a data processing unit, such as a SmartNIC."/>
511 <Annotation Term="OData.LongDescription" String="A SystemType of DPU typically represents a single system that performs offload computation as a data processing unit, such as a SmartNIC."/>
512 <Annotation Term="Redfish.Revisions">
513 <Collection>
514 <Record>
515 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
516 <PropertyValue Property="Version" String="v1_16_0"/>
517 </Record>
518 </Collection>
519 </Annotation>
520 </Member>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700521 </EnumType>
522
Jason M. Billsea4aa752018-06-05 13:29:11 -0700523 <EnumType Name="IndicatorLED">
524 <Member Name="Unknown">
Ed Tanouscb103132019-10-08 11:34:22 -0700525 <Annotation Term="OData.Description" String="The state of the indicator LED cannot be determined."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500526 <Annotation Term="OData.LongDescription" String="This value shall represent that the indicator LED is in an unknown state. The service shall reject PATCH or PUT requests containing this value by returning the HTTP 400 (Bad Request) status code."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600527 <Annotation Term="Redfish.Revisions">
528 <Collection>
529 <Record>
530 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
531 <PropertyValue Property="Version" String="v1_1_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700532 <PropertyValue Property="Description" String="This value has been deprecated in favor of returning null if the state is unknown."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600533 </Record>
534 </Collection>
535 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700536 </Member>
537 <Member Name="Lit">
Ed Tanouscb103132019-10-08 11:34:22 -0700538 <Annotation Term="OData.Description" String="The indicator LED is lit."/>
539 <Annotation Term="OData.LongDescription" String="This value shall represent that the indicator LED is in a solid on state. If the service does not support this value, it shall reject PATCH or PUT requests containing this value by returning the HTTP 400 (Bad Request) status code."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700540 </Member>
541 <Member Name="Blinking">
Ed Tanouscb103132019-10-08 11:34:22 -0700542 <Annotation Term="OData.Description" String="The indicator LED is blinking."/>
543 <Annotation Term="OData.LongDescription" String="This value shall represent that the indicator LED is in a blinking state where the LED is being turned on and off in repetition. If the service does not support this value, it shall reject PATCH or PUT requests containing this value by returning the HTTP 400 (Bad Request) status code."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700544 </Member>
545 <Member Name="Off">
Ed Tanouscb103132019-10-08 11:34:22 -0700546 <Annotation Term="OData.Description" String="The indicator LED is off."/>
547 <Annotation Term="OData.LongDescription" String="This value shall represent that the indicator LED is in a solid off state. If the service does not support this value, it shall reject PATCH or PUT requests containing this value by returning the HTTP 400 (Bad Request) status code."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700548 </Member>
549 </EnumType>
550
551 <EnumType Name="PowerState">
552 <Member Name="On">
553 <Annotation Term="OData.Description" String="The system is powered on."/>
554 </Member>
555 <Member Name="Off">
Gunnar Mills844b4152020-06-22 12:44:09 -0500556 <Annotation Term="OData.Description" String="The system is powered off, although some components might continue to have AUX power such as management controller."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700557 </Member>
558 <Member Name="PoweringOn">
Ed Tanouscb103132019-10-08 11:34:22 -0700559 <Annotation Term="OData.Description" String="A temporary state between off and on. This temporary state can be very short."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700560 </Member>
561 <Member Name="PoweringOff">
Ed Tanouscb103132019-10-08 11:34:22 -0700562 <Annotation Term="OData.Description" String="A temporary state between on and off. The power off action can take time while the OS is in the shutdown process."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700563 </Member>
564 </EnumType>
565
566 <ComplexType Name="Boot">
567 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500568 <Annotation Term="OData.Description" String="The boot information for this resource."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700569 <Annotation Term="OData.LongDescription" String="This type shall contain properties that describe boot information for a system."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700570 <Property Name="BootSourceOverrideTarget" Type="ComputerSystem.BootSource">
571 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700572 <Annotation Term="OData.Description" String="The current boot source to use at the next boot instead of the normal boot device, if BootSourceOverrideEnabled is `true`."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500573 <Annotation Term="OData.LongDescription" String="This property shall contain the source to boot the system from, overriding the normal boot order. The @Redfish.AllowableValues annotation specifies the valid values for this property. `UefiTarget` indicates to boot from the UEFI device path found in UefiTargetBootSourceOverride. `UefiBootNext` indicates to boot from the UEFI BootOptionReference found in BootNext. Virtual devices for a target should take precedence over a physical device. Systems may attempt to boot from multiple devices that share a target identifier. Changes to this property do not alter the BIOS persistent boot order configuration."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700574 </Property>
575 <Property Name="BootSourceOverrideEnabled" Type="ComputerSystem.v1_0_0.BootSourceOverrideEnabled">
576 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700577 <Annotation Term="OData.Description" String="The state of the boot source override feature."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500578 <Annotation Term="OData.LongDescription" String="This property shall contain `Once` for a one-time boot override, and `Continuous` for a remain-active-until-cancelled override. If set to `Once`, the value is reset to `Disabled` after the BootSourceOverrideTarget actions have completed successfully. Changes to this property do not alter the BIOS persistent boot order configuration."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700579 </Property>
580 <Property Name="UefiTargetBootSourceOverride" Type="Edm.String">
581 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700582 <Annotation Term="OData.Description" String="The UEFI device path of the device from which to boot when BootSourceOverrideTarget is `UefiTarget`."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500583 <Annotation Term="OData.LongDescription" String="This property shall contain the UEFI device path of the override boot target. Changes to this property do not alter the BIOS persistent boot order configuration."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700584 </Property>
585 </ComplexType>
586
Jason M. Billsea4aa752018-06-05 13:29:11 -0700587 <EnumType Name="BootSourceOverrideEnabled">
588 <Member Name="Disabled">
Ed Tanouscb103132019-10-08 11:34:22 -0700589 <Annotation Term="OData.Description" String="The system boots normally."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700590 </Member>
591 <Member Name="Once">
Ed Tanouscb103132019-10-08 11:34:22 -0700592 <Annotation Term="OData.Description" String="On its next boot cycle, the system boots one time to the boot source override target. Then, the BootSourceOverrideEnabled value is reset to `Disabled`."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700593 </Member>
594 <Member Name="Continuous">
Ed Tanouscb103132019-10-08 11:34:22 -0700595 <Annotation Term="OData.Description" String="The system boots to the target specified in the BootSourceOverrideTarget property until this property is `Disabled`."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700596 </Member>
597 </EnumType>
598
599 <ComplexType Name="ProcessorSummary">
600 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700601 <Annotation Term="OData.Description" String="The central processors of the system in general detail."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500602 <Annotation Term="OData.LongDescription" String="This type shall contain properties that describe the central processors for a system. Processors described by this type shall be limited to the processors that execute system code, and shall not include processors used for offload functionality."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700603 <Property Name="Count" Type="Edm.Int64">
604 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
605 <Annotation Term="OData.Description" String="The number of physical processors in the system."/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600606 <Annotation Term="OData.LongDescription" String="This property shall contain the total number of physical central processors in the system."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700607 <Annotation Term="Validation.Minimum" Int="0"/>
608 </Property>
609 <Property Name="Model" Type="Edm.String">
610 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
611 <Annotation Term="OData.Description" String="The processor model for the primary or majority of processors in this system."/>
612 <Annotation Term="OData.LongDescription" String="This property shall contain the processor model for the central processors in the system, per the description in the Processor Information - Processor Family section of the SMBIOS Specification DSP0134 2.8 or later."/>
613 </Property>
Ed Tanous530520e2019-01-02 13:41:37 -0800614 <Property Name="Status" Type="Resource.Status" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500615 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
616 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
Gunnar Mills9d424662021-09-22 21:56:16 -0500617 <Annotation Term="Redfish.Revisions">
618 <Collection>
619 <Record>
620 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
621 <PropertyValue Property="Version" String="v1_16_0"/>
622 <PropertyValue Property="Description" String="This property has been deprecated in favor of the Conditions property within Status in the root of this resource."/>
623 </Record>
624 </Collection>
625 </Annotation>
Ed Tanous530520e2019-01-02 13:41:37 -0800626 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700627 </ComplexType>
628
629 <ComplexType Name="MemorySummary">
630 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700631 <Annotation Term="OData.Description" String="The memory of the system in general detail."/>
632 <Annotation Term="OData.LongDescription" String="This type shall contain properties that describe the central memory for a system."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700633 <Property Name="TotalSystemMemoryGiB" Type="Edm.Decimal">
634 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
635 <Annotation Term="OData.Description" String="The total configured operating system-accessible memory (RAM), measured in GiB."/>
636 <Annotation Term="OData.LongDescription" String="This property shall contain the amount of configured system general purpose volatile (RAM) memory as measured in gibibytes."/>
637 <Annotation Term="Validation.Minimum" Int="0"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800638 <Annotation Term="Measures.Unit" String="GiBy"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700639 </Property>
Ed Tanous530520e2019-01-02 13:41:37 -0800640 <Property Name="Status" Type="Resource.Status" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500641 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
642 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
Gunnar Mills9d424662021-09-22 21:56:16 -0500643 <Annotation Term="Redfish.Revisions">
644 <Collection>
645 <Record>
646 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
647 <PropertyValue Property="Version" String="v1_16_0"/>
648 <PropertyValue Property="Description" String="This property has been deprecated in favor of the Conditions property within Status in the root of this resource."/>
649 </Record>
650 </Collection>
651 </Annotation>
Ed Tanous530520e2019-01-02 13:41:37 -0800652 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700653 </ComplexType>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700654 </Schema>
655
656 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_1">
657 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
658 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
659 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_0.ComputerSystem"/>
660 </Schema>
661
662 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_2">
663 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
664 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
665 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_1.ComputerSystem"/>
666 </Schema>
667
668 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_3">
669 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
670 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
671 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_2.ComputerSystem"/>
672 </Schema>
673
674 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_4">
675 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
676 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
677 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_3.ComputerSystem"/>
678 </Schema>
679
680 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_5">
681 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700682 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated and to remove the Nullable facet on NavigationProperties of the Collection type."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700683 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_4.ComputerSystem"/>
684 </Schema>
685
686 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_6">
687 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
688 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
689 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_5.ComputerSystem"/>
690 </Schema>
691
692 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_7">
693 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700694 <Annotation Term="OData.Description" String="This version was created to add non-normative long descriptions to the EnumType SystemType, and to fix the description of ProcessorSummary Count and Model. It was also created to correct the short and long descriptions in the defined actions."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700695 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_6.ComputerSystem"/>
696 </Schema>
697
Ed Tanous530520e2019-01-02 13:41:37 -0800698 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_8">
699 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500700 <Annotation Term="OData.Description" String="This version was created to add units annotations to MemorySummary properties. It was also created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800701 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_7.ComputerSystem"/>
702 </Schema>
703
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600704 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_9">
705 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500706 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600707 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_8.ComputerSystem"/>
708 </Schema>
709
Ed Tanouscb103132019-10-08 11:34:22 -0700710 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_10">
711 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
712 <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."/>
713 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_9.ComputerSystem"/>
714 </Schema>
715
716 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_11">
717 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
718 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
719 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_10.ComputerSystem"/>
720 </Schema>
721
Gunnar Mills09b9d452020-02-11 13:27:39 -0600722 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_12">
723 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
724 <Annotation Term="OData.Description" String="This version was created to update the description for UefiTargetBootSourceOverride."/>
725 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_11.ComputerSystem"/>
726 </Schema>
727
Gunnar Millsa778c022020-05-12 12:20:36 -0500728 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_13">
729 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
730 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
731 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_12.ComputerSystem"/>
732 </Schema>
733
Gunnar Mills844b4152020-06-22 12:44:09 -0500734 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_14">
735 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
736 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors. Removed sentence in the long description for BootSourceOverrideEnabled that was mistakenly added during a previous description scrub with regards to the usage of `Continuous` and UEFI."/>
737 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_13.ComputerSystem"/>
738 </Schema>
739
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500740 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_15">
741 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600742 <Annotation Term="OData.Description" String="This version was created to remove to the restriction of `Continuous` with UefiTargetBootSourceOverride. It was also created to clarify that ProcessorSummary only contains processors that execute system code. It was also created to add annotation recommendations for ResetType."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500743 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_14.ComputerSystem"/>
744 </Schema>
745
Gunnar Mills262d7d42021-01-20 16:28:41 -0600746 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_16">
747 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
748 <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions. It was also created to add the word 'total' to the count properties in ProcessorSummary."/>
749 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_15.ComputerSystem"/>
750 </Schema>
751
Gunnar Mills10f270b2021-05-19 15:34:06 -0500752 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_17">
753 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
754 <Annotation Term="OData.Description" String="This version was created correct various description to use proper normative terminology. It was also created to clarify the behavior of the BootSourceOverrideTarget property."/>
755 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_16.ComputerSystem"/>
756 </Schema>
757
Ed Tanoused761212022-09-23 15:03:29 -0700758 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_18">
759 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
760 <Annotation Term="OData.Description" String="This version was created to align the description of the Reset action with the descriptions of the values of ResetType in the Resource schema."/>
761 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_17.ComputerSystem"/>
762 </Schema>
763
Jason M. Billsea4aa752018-06-05 13:29:11 -0700764 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_0">
765 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600766 <Annotation Term="Redfish.Release" String="2016.1"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700767
768 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_2.ComputerSystem">
769 <Property Name="TrustedModules" Type="Collection(ComputerSystem.v1_1_0.TrustedModules)" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700770 <Annotation Term="OData.Description" String="An array of trusted modules in the system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500771 <Annotation Term="OData.LongDescription" String="This object shall contain an array of objects with properties that describe the trusted modules for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700772 </Property>
773 <NavigationProperty Name="SecureBoot" Type="SecureBoot.SecureBoot" ContainsTarget="true" Nullable="false">
774 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700775 <Annotation Term="OData.Description" String="The link to the UEFI Secure Boot associated with this system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500776 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type SecureBoot."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700777 <Annotation Term="OData.AutoExpandReferences"/>
778 </NavigationProperty>
779 <NavigationProperty Name="Bios" Type="Bios.Bios" ContainsTarget="true" Nullable="false">
780 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700781 <Annotation Term="OData.Description" String="The link to the BIOS settings associated with this system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500782 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type Bios that lists the BIOS settings for this system."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700783 <Annotation Term="OData.AutoExpandReferences"/>
784 </NavigationProperty>
785 <NavigationProperty Name="Memory" Type="MemoryCollection.MemoryCollection" ContainsTarget="true" Nullable="false">
786 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700787 <Annotation Term="OData.Description" String="The link to the collection of memory associated with this system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500788 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type MemoryCollection."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700789 <Annotation Term="OData.AutoExpandReferences"/>
790 </NavigationProperty>
791 <NavigationProperty Name="Storage" Type="StorageCollection.StorageCollection" ContainsTarget="true" Nullable="false">
792 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700793 <Annotation Term="OData.Description" String="The link to the collection of storage devices associated with this system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500794 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type StorageCollection."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700795 <Annotation Term="OData.AutoExpandReferences"/>
796 </NavigationProperty>
797 </EntityType>
798
799 <ComplexType Name="MemorySummary" BaseType="ComputerSystem.v1_0_0.MemorySummary">
800 <Property Name="MemoryMirroring" Type="ComputerSystem.v1_1_0.MemoryMirroring">
801 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700802 <Annotation Term="OData.Description" String="The ability and type of memory mirroring that this computer system supports."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500803 <Annotation Term="OData.LongDescription" String="This property shall contain the ability and type of memory mirroring that this computer system supports."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700804 </Property>
805 </ComplexType>
806
807 <EnumType Name="MemoryMirroring">
808 <Member Name="System">
Ed Tanouscb103132019-10-08 11:34:22 -0700809 <Annotation Term="OData.Description" String="The system supports DIMM mirroring at the system level. Individual DIMMs are not paired for mirroring in this mode."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700810 </Member>
811 <Member Name="DIMM">
812 <Annotation Term="OData.Description" String="The system supports DIMM mirroring at the DIMM level. Individual DIMMs can be mirrored."/>
813 </Member>
814 <Member Name="Hybrid">
815 <Annotation Term="OData.Description" String="The system supports a hybrid mirroring at the system and DIMM levels. Individual DIMMs can be mirrored."/>
816 </Member>
817 <Member Name="None">
818 <Annotation Term="OData.Description" String="The system does not support DIMM mirroring."/>
819 </Member>
820 </EnumType>
821
822 <ComplexType Name="Boot" BaseType="ComputerSystem.v1_0_0.Boot">
823 <Property Name="BootSourceOverrideMode" Type="ComputerSystem.v1_1_0.BootSourceOverrideMode">
824 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700825 <Annotation Term="OData.Description" String="The BIOS boot mode to use when the system boots from the BootSourceOverrideTarget boot source."/>
826 <Annotation Term="OData.LongDescription" String="This property shall contain the BIOS boot mode to use when the system boots from the BootSourceOverrideTarget boot source."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700827 </Property>
828 </ComplexType>
829
830 <EnumType Name="BootSourceOverrideMode">
831 <Member Name="Legacy">
Ed Tanouscb103132019-10-08 11:34:22 -0700832 <Annotation Term="OData.Description" String="The system boots in non-UEFI boot mode to the boot source override target."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700833 </Member>
834 <Member Name="UEFI">
Ed Tanouscb103132019-10-08 11:34:22 -0700835 <Annotation Term="OData.Description" String="The system boots in UEFI boot mode to the boot source override target."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700836 </Member>
837 </EnumType>
838
839 <ComplexType Name="TrustedModules">
840 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700841 <Annotation Term="OData.Description" String="The Trusted Module installed in the system."/>
842 <Annotation Term="OData.LongDescription" String="This type shall describe a Trusted Module for a system."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700843 <Property Name="FirmwareVersion" Type="Edm.String">
844 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
845 <Annotation Term="OData.Description" String="The firmware version of this Trusted Module."/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600846 <Annotation Term="OData.LongDescription" String="This property shall contain the firmware version as defined by the manufacturer for the Trusted Module."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700847 </Property>
848 <Property Name="InterfaceType" Type="ComputerSystem.v1_1_0.InterfaceType">
849 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700850 <Annotation Term="OData.Description" String="The interface type of the Trusted Module."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700851 <Annotation Term="OData.LongDescription" String="This property shall contain the interface type of the installed Trusted Module."/>
852 </Property>
Ed Tanous530520e2019-01-02 13:41:37 -0800853 <Property Name="Status" Type="Resource.Status" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500854 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
855 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800856 </Property>
857 <Property Name="Oem" Type="Resource.Oem" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700858 <Annotation Term="OData.Description" String="The OEM extension property."/>
859 <Annotation Term="OData.LongDescription" String="This property shall contain the OEM extensions. All values for properties contained in this object shall conform to the Redfish Specification-described requirements."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800860 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700861 </ComplexType>
862
863 <EnumType Name="InterfaceType">
864 <Member Name="TPM1_2">
865 <Annotation Term="OData.Description" String="Trusted Platform Module (TPM) 1.2."/>
866 </Member>
867 <Member Name="TPM2_0">
868 <Annotation Term="OData.Description" String="Trusted Platform Module (TPM) 2.0."/>
869 </Member>
870 <Member Name="TCM1_0">
871 <Annotation Term="OData.Description" String="Trusted Cryptography Module (TCM) 1.0."/>
872 </Member>
873 </EnumType>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700874 </Schema>
875
876 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_1">
877 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
878 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
879 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_0.ComputerSystem"/>
880 </Schema>
881
882 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_2">
883 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
884 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
885 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_1.ComputerSystem"/>
886 </Schema>
887
888 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_3">
889 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700890 <Annotation Term="OData.Description" String="This version was created to remove the Nullable facet on NavigationProperties of the Collection type."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700891 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_2.ComputerSystem"/>
892 </Schema>
893
894 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_4">
895 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
896 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
897 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_3.ComputerSystem"/>
898 </Schema>
899
900 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_5">
901 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700902 <Annotation Term="OData.Description" String="This version was created to add non-normative long descriptions to the EnumType SystemType, and to fix the description of ProcessorSummary Count and Model. It was also created to correct the short and long descriptions in the defined actions."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700903 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_4.ComputerSystem"/>
904 </Schema>
905
Ed Tanous530520e2019-01-02 13:41:37 -0800906 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_6">
907 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500908 <Annotation Term="OData.Description" String="This version was created to add units annotations on MemorySummary properties. It was also created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800909 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_5.ComputerSystem"/>
910 </Schema>
911
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600912 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_7">
913 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500914 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600915 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_6.ComputerSystem"/>
916 </Schema>
917
Ed Tanouscb103132019-10-08 11:34:22 -0700918 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_8">
919 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
920 <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."/>
921 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_7.ComputerSystem"/>
922 </Schema>
923
924 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_9">
925 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
926 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
927 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_8.ComputerSystem"/>
928 </Schema>
929
Gunnar Mills09b9d452020-02-11 13:27:39 -0600930 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_10">
931 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
932 <Annotation Term="OData.Description" String="This version was created to update the description for UefiTargetBootSourceOverride."/>
933 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_9.ComputerSystem"/>
934 </Schema>
935
Gunnar Millsa778c022020-05-12 12:20:36 -0500936 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_11">
937 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
938 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
939 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_10.ComputerSystem"/>
940 </Schema>
941
Gunnar Mills844b4152020-06-22 12:44:09 -0500942 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_12">
943 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
944 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors. Removed sentence in the long description for BootSourceOverrideEnabled that was mistakenly added during a previous description scrub with regards to the usage of `Continuous` and UEFI."/>
945 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_11.ComputerSystem"/>
946 </Schema>
947
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500948 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_13">
949 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600950 <Annotation Term="OData.Description" String="This version was created to remove to the restriction of `Continuous` with UefiTargetBootSourceOverride. It was also created to clarify that ProcessorSummary only contains processors that execute system code. It was also created to add annotation recommendations for ResetType."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500951 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_12.ComputerSystem"/>
952 </Schema>
953
Gunnar Mills262d7d42021-01-20 16:28:41 -0600954 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_14">
955 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
956 <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions. It was also created to add the word 'total' to the count properties in ProcessorSummary."/>
957 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_13.ComputerSystem"/>
958 </Schema>
959
Gunnar Mills10f270b2021-05-19 15:34:06 -0500960 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_15">
961 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
962 <Annotation Term="OData.Description" String="This version was created correct various description to use proper normative terminology and clarify the behavior of the BootSourceOverrideTarget property."/>
963 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_14.ComputerSystem"/>
964 </Schema>
965
Ed Tanoused761212022-09-23 15:03:29 -0700966 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_16">
967 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
968 <Annotation Term="OData.Description" String="This version was created to align the description of the Reset action with the descriptions of the values of ResetType in the Resource schema."/>
969 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_15.ComputerSystem"/>
970 </Schema>
971
Jason M. Billsea4aa752018-06-05 13:29:11 -0700972 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_0">
973 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600974 <Annotation Term="Redfish.Release" String="2016.2"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700975
976 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_1.ComputerSystem">
977 <Property Name="HostingRoles" Type="Collection(ComputerSystem.v1_2_0.HostingRole)" Nullable="false">
978 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700979 <Annotation Term="OData.Description" String="The hosting roles that this computer system supports."/>
980 <Annotation Term="OData.LongDescription" String="This property shall contain the hosting roles that this computer system supports."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700981 </Property>
Ed Tanouscb103132019-10-08 11:34:22 -0700982 <NavigationProperty Name="PCIeDevices" Type="Collection(PCIeDevice.PCIeDevice)">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700983 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700984 <Annotation Term="OData.Description" String="The link to a collection of PCIe devices that this computer system uses."/>
985 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links of the PCIeDevice type."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700986 <Annotation Term="OData.AutoExpandReferences"/>
987 </NavigationProperty>
Ed Tanouscb103132019-10-08 11:34:22 -0700988 <NavigationProperty Name="PCIeFunctions" Type="Collection(PCIeFunction.PCIeFunction)">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700989 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700990 <Annotation Term="OData.Description" String="The link to a collection of PCIe functions that this computer system uses."/>
991 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links of the PCIeFunction type."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700992 <Annotation Term="OData.AutoExpandReferences"/>
993 </NavigationProperty>
994 <Property Name="HostedServices" Type="ComputerSystem.v1_2_0.HostedServices" Nullable="false">
995 <Annotation Term="OData.Description" String="The services that this computer system supports."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700996 <Annotation Term="OData.LongDescription" String="This property shall describe services that this computer system supports."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700997 </Property>
Ed Tanouscb103132019-10-08 11:34:22 -0700998 <NavigationProperty Name="MemoryDomains" Type="MemoryDomainCollection.MemoryDomainCollection" ContainsTarget="true" Nullable="false">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700999 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001000 <Annotation Term="OData.Description" String="The link to the collection of memory domains associated with this system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001001 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type MemoryDomainCollection."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001002 <Annotation Term="OData.AutoExpandReferences"/>
1003 </NavigationProperty>
1004 </EntityType>
1005
1006 <ComplexType Name="HostedServices">
1007 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Mills844b4152020-06-22 12:44:09 -05001008 <Annotation Term="OData.Description" String="The services that might be running or installed on the system."/>
Ed Tanouscb103132019-10-08 11:34:22 -07001009 <Annotation Term="OData.LongDescription" String="This type shall describe services that a computer system supports."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001010 <NavigationProperty Name="StorageServices" Type="HostedStorageServices.HostedStorageServices" ContainsTarget="true" Nullable="false">
1011 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001012 <Annotation Term="OData.Description" String="The link to a collection of storage services that this computer system supports."/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001013 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type HostedStorageServices."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001014 <Annotation Term="OData.AutoExpandReferences"/>
1015 </NavigationProperty>
Ed Tanous530520e2019-01-02 13:41:37 -08001016 <Property Name="Oem" Type="Resource.Oem" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -07001017 <Annotation Term="OData.Description" String="The OEM extension property."/>
1018 <Annotation Term="OData.LongDescription" String="This property shall contain the OEM extensions. All values for properties contained in this object shall conform to the Redfish Specification-described requirements."/>
Ed Tanous530520e2019-01-02 13:41:37 -08001019 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001020 </ComplexType>
1021
1022 <EnumType Name="HostingRole">
Ed Tanouscb103132019-10-08 11:34:22 -07001023 <Annotation Term="OData.Description" String="The enumerations of HostingRoles specify different features that the hosting ComputerSystem supports."/>
1024 <Member Name="ApplicationServer">
Jason M. Billsea4aa752018-06-05 13:29:11 -07001025 <Annotation Term="OData.Description" String="The system hosts functionality that supports general purpose applications."/>
1026 </Member>
1027 <Member Name="StorageServer">
1028 <Annotation Term="OData.Description" String="The system hosts functionality that supports the system acting as a storage server."/>
1029 </Member>
1030 <Member Name="Switch">
1031 <Annotation Term="OData.Description" String="The system hosts functionality that supports the system acting as a switch."/>
1032 </Member>
Gunnar Mills09b9d452020-02-11 13:27:39 -06001033 <Member Name="Appliance">
1034 <Annotation Term="OData.Description" String="The system hosts functionality that supports the system acting as an appliance."/>
1035 <Annotation Term="Redfish.Revisions">
1036 <Collection>
1037 <Record>
1038 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
1039 <PropertyValue Property="Version" String="v1_10_0"/>
1040 </Record>
1041 </Collection>
1042 </Annotation>
1043 </Member>
1044 <Member Name="BareMetalServer">
1045 <Annotation Term="OData.Description" String="The system hosts functionality that supports the system acting as a bare metal server."/>
1046 <Annotation Term="Redfish.Revisions">
1047 <Collection>
1048 <Record>
1049 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
1050 <PropertyValue Property="Version" String="v1_10_0"/>
1051 </Record>
1052 </Collection>
1053 </Annotation>
1054 </Member>
1055 <Member Name="VirtualMachineServer">
1056 <Annotation Term="OData.Description" String="The system hosts functionality that supports the system acting as a virtual machine server."/>
1057 <Annotation Term="Redfish.Revisions">
1058 <Collection>
1059 <Record>
1060 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
1061 <PropertyValue Property="Version" String="v1_10_0"/>
1062 </Record>
1063 </Collection>
1064 </Annotation>
1065 </Member>
1066 <Member Name="ContainerServer">
1067 <Annotation Term="OData.Description" String="The system hosts functionality that supports the system acting as a container server."/>
1068 <Annotation Term="Redfish.Revisions">
1069 <Collection>
1070 <Record>
1071 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
1072 <PropertyValue Property="Version" String="v1_10_0"/>
1073 </Record>
1074 </Collection>
1075 </Annotation>
1076 </Member>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001077 </EnumType>
1078
1079 <ComplexType Name="Links" BaseType="ComputerSystem.v1_0_0.Links">
1080 <NavigationProperty Name="Endpoints" Type="Collection(Endpoint.Endpoint)">
1081 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001082 <Annotation Term="OData.Description" String="An array of links to the endpoints that connect to this system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001083 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type Endpoint with which this system is associated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001084 <Annotation Term="OData.AutoExpandReferences"/>
1085 </NavigationProperty>
1086 </ComplexType>
1087 </Schema>
1088
1089 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_1">
1090 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1091 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
1092 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_0.ComputerSystem"/>
1093 </Schema>
1094
1095 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_2">
1096 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001097 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated and to remove the Nullable facet on NavigationProperties of the Collection type."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001098 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_1.ComputerSystem"/>
1099 </Schema>
1100
1101 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_3">
1102 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1103 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
1104 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_2.ComputerSystem"/>
1105 </Schema>
1106
1107 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_4">
1108 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001109 <Annotation Term="OData.Description" String="This version was created to add non-normative long descriptions to the EnumType SystemType, and to fix the description of ProcessorSummary Count and Model. It was also created to correct the short and long descriptions in the defined actions."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001110 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_3.ComputerSystem"/>
1111 </Schema>
1112
Ed Tanous530520e2019-01-02 13:41:37 -08001113 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_5">
1114 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001115 <Annotation Term="OData.Description" String="This version was created to add units annotations on MemorySummary properties. It was also created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number."/>
Ed Tanous530520e2019-01-02 13:41:37 -08001116 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_4.ComputerSystem"/>
1117 </Schema>
1118
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001119 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_6">
1120 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001121 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001122 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_5.ComputerSystem"/>
1123 </Schema>
1124
Ed Tanouscb103132019-10-08 11:34:22 -07001125 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_7">
1126 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1127 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format. It was also created to add a missing term on MemoryDomains to not allow it to be null."/>
1128 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_6.ComputerSystem"/>
1129 </Schema>
1130
1131 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_8">
1132 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1133 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1134 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_7.ComputerSystem"/>
1135 </Schema>
1136
Gunnar Mills09b9d452020-02-11 13:27:39 -06001137 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_9">
1138 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1139 <Annotation Term="OData.Description" String="This version was created to update the description for UefiTargetBootSourceOverride."/>
1140 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_8.ComputerSystem"/>
1141 </Schema>
1142
Gunnar Millsa778c022020-05-12 12:20:36 -05001143 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_10">
1144 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1145 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1146 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_9.ComputerSystem"/>
1147 </Schema>
1148
Gunnar Mills844b4152020-06-22 12:44:09 -05001149 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_11">
1150 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1151 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors. Removed sentence in the long description for BootSourceOverrideEnabled that was mistakenly added during a previous description scrub with regards to the usage of `Continuous` and UEFI."/>
1152 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_10.ComputerSystem"/>
1153 </Schema>
1154
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001155 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_12">
1156 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001157 <Annotation Term="OData.Description" String="This version was created to remove to the restriction of `Continuous` with UefiTargetBootSourceOverride. It was also created to clarify that ProcessorSummary only contains processors that execute system code. It was also created to add annotation recommendations for ResetType."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001158 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_11.ComputerSystem"/>
1159 </Schema>
1160
Gunnar Mills262d7d42021-01-20 16:28:41 -06001161 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_13">
1162 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1163 <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions. It was also created to add the word 'total' to the count properties in ProcessorSummary."/>
1164 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_12.ComputerSystem"/>
1165 </Schema>
1166
Gunnar Mills10f270b2021-05-19 15:34:06 -05001167 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_14">
1168 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1169 <Annotation Term="OData.Description" String="This version was created correct various description to use proper normative terminology. It was also created to clarify the behavior of the BootSourceOverrideTarget property."/>
1170 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_13.ComputerSystem"/>
1171 </Schema>
1172
Ed Tanoused761212022-09-23 15:03:29 -07001173 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_15">
1174 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1175 <Annotation Term="OData.Description" String="This version was created to align the description of the Reset action with the descriptions of the values of ResetType in the Resource schema."/>
1176 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_14.ComputerSystem"/>
1177 </Schema>
1178
Jason M. Billsea4aa752018-06-05 13:29:11 -07001179 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_0">
1180 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001181 <Annotation Term="Redfish.Release" String="2016.3"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001182
Jason M. Billsea4aa752018-06-05 13:29:11 -07001183 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_1.ComputerSystem">
1184 <NavigationProperty Name="NetworkInterfaces" Type="NetworkInterfaceCollection.NetworkInterfaceCollection" ContainsTarget="true" Nullable="false">
1185 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001186 <Annotation Term="OData.Description" String="The link to the collection of Network Interfaces associated with this system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001187 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type NetworkInterfaceCollection."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001188 <Annotation Term="OData.AutoExpandReferences"/>
1189 </NavigationProperty>
1190 </EntityType>
1191
1192 <ComplexType Name="TrustedModules" BaseType="ComputerSystem.v1_1_0.TrustedModules">
1193 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
1194 <Property Name="FirmwareVersion2" Type="Edm.String">
1195 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001196 <Annotation Term="OData.Description" String="The second firmware version of this Trusted Module, if applicable."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001197 <Annotation Term="OData.LongDescription" String="This property shall contain the 2nd firmware version, if applicable, as defined by the manufacturer for the Trusted Module."/>
1198 </Property>
1199 <Property Name="InterfaceTypeSelection" Type="ComputerSystem.v1_3_0.InterfaceTypeSelection">
1200 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001201 <Annotation Term="OData.Description" String="The interface type selection supported by this Trusted Module."/>
1202 <Annotation Term="OData.LongDescription" String="This property shall contain the interface type Selection method (for example to switch between TPM1_2 and TPM2_0) that is supported by this TrustedModule."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001203 </Property>
1204 </ComplexType>
1205
1206 <EnumType Name="InterfaceTypeSelection">
1207 <Annotation Term="OData.Description" String="The enumerations of InterfaceTypeSelection specify the method for switching the TrustedModule InterfaceType, for instance between TPM1_2 and TPM2_0, if supported."/>
1208 <Member Name="None">
1209 <Annotation Term="OData.Description" String="The TrustedModule does not support switching the InterfaceType."/>
1210 </Member>
1211 <Member Name="FirmwareUpdate">
Ed Tanouscb103132019-10-08 11:34:22 -07001212 <Annotation Term="OData.Description" String="The TrustedModule supports switching InterfaceType through a firmware update."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001213 </Member>
1214 <Member Name="BiosSetting">
Ed Tanouscb103132019-10-08 11:34:22 -07001215 <Annotation Term="OData.Description" String="The TrustedModule supports switching InterfaceType through platform software, such as a BIOS configuration attribute."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001216 </Member>
1217 <Member Name="OemMethod">
Ed Tanouscb103132019-10-08 11:34:22 -07001218 <Annotation Term="OData.Description" String="The TrustedModule supports switching InterfaceType through an OEM proprietary mechanism."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001219 </Member>
1220 </EnumType>
1221 </Schema>
1222
1223 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_1">
1224 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001225 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated and to remove the Nullable facet on NavigationProperties of the Collection type."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001226 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_0.ComputerSystem"/>
1227 </Schema>
1228
1229 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_2">
1230 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1231 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
1232 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_1.ComputerSystem"/>
1233 </Schema>
1234
1235 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_3">
1236 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001237 <Annotation Term="OData.Description" String="This version was created to add non-normative long descriptions to the EnumType SystemType, and to fix the description of ProcessorSummary Count and Model. It was also created to correct the short and long descriptions in the defined actions."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001238 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_2.ComputerSystem"/>
1239 </Schema>
1240
Ed Tanous530520e2019-01-02 13:41:37 -08001241 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_4">
1242 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001243 <Annotation Term="OData.Description" String="This version was created to add units annotations on MemorySummary properties. It was also created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number."/>
Ed Tanous530520e2019-01-02 13:41:37 -08001244 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_3.ComputerSystem"/>
1245 </Schema>
1246
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001247 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_5">
1248 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001249 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001250 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_4.ComputerSystem"/>
1251 </Schema>
1252
Ed Tanouscb103132019-10-08 11:34:22 -07001253 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_6">
1254 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1255 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format. It was also created to add a missing term on MemoryDomains to not allow it to be null."/>
1256 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_5.ComputerSystem"/>
1257 </Schema>
1258
1259 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_7">
1260 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1261 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1262 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_6.ComputerSystem"/>
1263 </Schema>
1264
Gunnar Mills09b9d452020-02-11 13:27:39 -06001265 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_8">
1266 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1267 <Annotation Term="OData.Description" String="This version was created to update the description for UefiTargetBootSourceOverride."/>
1268 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_7.ComputerSystem"/>
1269 </Schema>
1270
Gunnar Millsa778c022020-05-12 12:20:36 -05001271 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_9">
1272 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1273 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1274 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_8.ComputerSystem"/>
1275 </Schema>
1276
Gunnar Mills844b4152020-06-22 12:44:09 -05001277 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_10">
1278 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1279 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors. Removed sentence in the long description for BootSourceOverrideEnabled that was mistakenly added during a previous description scrub with regards to the usage of `Continuous` and UEFI."/>
1280 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_9.ComputerSystem"/>
1281 </Schema>
1282
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001283 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_11">
1284 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001285 <Annotation Term="OData.Description" String="This version was created to remove to the restriction of `Continuous` with UefiTargetBootSourceOverride. It was also created to clarify that ProcessorSummary only contains processors that execute system code. It was also created to add annotation recommendations for ResetType."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001286 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_10.ComputerSystem"/>
1287 </Schema>
1288
Gunnar Mills262d7d42021-01-20 16:28:41 -06001289 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_12">
1290 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1291 <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions. It was also created to add the word 'total' to the count properties in ProcessorSummary."/>
1292 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_11.ComputerSystem"/>
1293 </Schema>
1294
Gunnar Mills10f270b2021-05-19 15:34:06 -05001295 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_13">
1296 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1297 <Annotation Term="OData.Description" String="This version was created correct various description to use proper normative terminology. It was also created to clarify the behavior of the BootSourceOverrideTarget property."/>
1298 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_12.ComputerSystem"/>
1299 </Schema>
1300
Ed Tanoused761212022-09-23 15:03:29 -07001301 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_14">
1302 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1303 <Annotation Term="OData.Description" String="This version was created to align the description of the Reset action with the descriptions of the values of ResetType in the Resource schema."/>
1304 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_13.ComputerSystem"/>
1305 </Schema>
1306
Jason M. Billsea4aa752018-06-05 13:29:11 -07001307 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_4_0">
1308 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001309 <Annotation Term="Redfish.Release" String="2017.1"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001310
Jason M. Billsea4aa752018-06-05 13:29:11 -07001311 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_1.ComputerSystem"/>
1312
1313 <ComplexType Name="MemorySummary" BaseType="ComputerSystem.v1_1_0.MemorySummary">
1314 <Property Name="TotalSystemPersistentMemoryGiB" Type="Edm.Decimal">
1315 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1316 <Annotation Term="OData.Description" String="The total configured, system-accessible persistent memory, measured in GiB."/>
1317 <Annotation Term="OData.LongDescription" String="This property shall contain the total amount of configured persistent memory available to the system as measured in gibibytes."/>
1318 <Annotation Term="Validation.Minimum" Int="0"/>
Ed Tanous530520e2019-01-02 13:41:37 -08001319 <Annotation Term="Measures.Unit" String="GiBy"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001320 </Property>
1321 </ComplexType>
1322
1323 <ComplexType Name="Links" BaseType="ComputerSystem.v1_2_0.Links">
1324 <NavigationProperty Name="ResourceBlocks" Type="Collection(ResourceBlock.ResourceBlock)">
1325 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001326 <Annotation Term="OData.Description" String="An array of links to the resource blocks that are used in this computer system."/>
1327 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type ResourceBlock that show the resource blocks that are used in this computer system."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001328 <Annotation Term="OData.AutoExpandReferences"/>
1329 </NavigationProperty>
1330 </ComplexType>
1331 </Schema>
1332
1333 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_4_1">
1334 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1335 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
1336 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_4_0.ComputerSystem"/>
1337 </Schema>
1338
1339 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_4_2">
1340 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001341 <Annotation Term="OData.Description" String="This version was created to add non-normative long descriptions to the EnumType SystemType, and to fix the description of ProcessorSummary Count and Model. It was also created to correct the short and long descriptions in the defined actions."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001342 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_4_1.ComputerSystem"/>
1343 </Schema>
1344
Ed Tanous530520e2019-01-02 13:41:37 -08001345 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_4_3">
1346 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001347 <Annotation Term="OData.Description" String="This version was created to add units annotations on MemorySummary properties. It was also created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number."/>
Ed Tanous530520e2019-01-02 13:41:37 -08001348 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_4_2.ComputerSystem"/>
1349 </Schema>
1350
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001351 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_4_4">
1352 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001353 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001354 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_4_3.ComputerSystem"/>
1355 </Schema>
1356
Ed Tanouscb103132019-10-08 11:34:22 -07001357 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_4_5">
1358 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1359 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format. It was also created to add a missing term on MemoryDomains to not allow it to be null."/>
1360 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_4_4.ComputerSystem"/>
1361 </Schema>
1362
1363 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_4_6">
1364 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1365 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1366 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_4_5.ComputerSystem"/>
1367 </Schema>
1368
Gunnar Mills09b9d452020-02-11 13:27:39 -06001369 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_4_7">
1370 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1371 <Annotation Term="OData.Description" String="This version was created to update the description for UefiTargetBootSourceOverride."/>
1372 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_4_6.ComputerSystem"/>
1373 </Schema>
1374
Gunnar Millsa778c022020-05-12 12:20:36 -05001375 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_4_8">
1376 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1377 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1378 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_4_7.ComputerSystem"/>
1379 </Schema>
1380
Gunnar Mills844b4152020-06-22 12:44:09 -05001381 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_4_9">
1382 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1383 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors. Removed sentence in the long description for BootSourceOverrideEnabled that was mistakenly added during a previous description scrub with regards to the usage of `Continuous` and UEFI."/>
1384 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_4_8.ComputerSystem"/>
1385 </Schema>
1386
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001387 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_4_10">
1388 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001389 <Annotation Term="OData.Description" String="This version was created to remove to the restriction of `Continuous` with UefiTargetBootSourceOverride. It was also created to clarify that ProcessorSummary only contains processors that execute system code. It was also created to add annotation recommendations for ResetType."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001390 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_4_9.ComputerSystem"/>
1391 </Schema>
1392
Gunnar Mills262d7d42021-01-20 16:28:41 -06001393 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_4_11">
1394 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1395 <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions. It was also created to add the word 'total' to the count properties in ProcessorSummary."/>
1396 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_4_10.ComputerSystem"/>
1397 </Schema>
1398
Gunnar Mills10f270b2021-05-19 15:34:06 -05001399 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_4_12">
1400 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1401 <Annotation Term="OData.Description" String="This version was created correct various description to use proper normative terminology. It was also created to clarify the behavior of the BootSourceOverrideTarget property."/>
1402 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_4_11.ComputerSystem"/>
1403 </Schema>
1404
Ed Tanoused761212022-09-23 15:03:29 -07001405 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_4_13">
1406 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1407 <Annotation Term="OData.Description" String="This version was created to align the description of the Reset action with the descriptions of the values of ResetType in the Resource schema."/>
1408 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_4_12.ComputerSystem"/>
1409 </Schema>
1410
Jason M. Billsea4aa752018-06-05 13:29:11 -07001411 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_5_0">
1412 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001413 <Annotation Term="Redfish.Release" String="2017.3"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001414
Jason M. Billsea4aa752018-06-05 13:29:11 -07001415 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_4_2.ComputerSystem">
1416 <NavigationProperty Name="Redundancy" Type="Collection(Redundancy.Redundancy)" ContainsTarget="true">
1417 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001418 <Annotation Term="OData.Description" String="The link to a collection of redundancy entities. Each entity specifies a kind and level of redundancy and a collection, or redundancy set, of other computer systems that provide the specified redundancy to this computer system."/>
1419 <Annotation Term="OData.LongDescription" String="This property shall contain a set of redundancy entities. Each entity specifies a kind and level of redundancy and a collection, or redundancy set, of other computer systems that provide the specified redundancy to this computer system."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001420 <Annotation Term="OData.AutoExpand"/>
1421 </NavigationProperty>
1422 <Property Name="HostWatchdogTimer" Type="ComputerSystem.v1_5_0.WatchdogTimer" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -07001423 <Annotation Term="OData.Description" String="The host watchdog timer functionality for this system."/>
1424 <Annotation Term="OData.LongDescription" String="This object shall contain properties that describe the host watchdog timer functionality for this ComputerSystem."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001425 </Property>
1426 <Property Name="SubModel" Type="Edm.String">
1427 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1428 <Annotation Term="OData.Description" String="The sub-model for this system."/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001429 <Annotation Term="OData.LongDescription" String="This property shall contain the information about the sub-model (or configuration) of the system. This shall not include the model/product name or the manufacturer name."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001430 </Property>
1431 </EntityType>
1432
1433 <ComplexType Name="Boot" BaseType="ComputerSystem.v1_1_0.Boot">
1434 <NavigationProperty Name="BootOptions" Type="BootOptionCollection.BootOptionCollection" ContainsTarget="true" Nullable="false">
1435 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001436 <Annotation Term="OData.Description" String="The link to the collection of the UEFI boot options associated with this computer system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001437 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type BootOptionCollection."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001438 <Annotation Term="OData.AutoExpandReferences"/>
1439 </NavigationProperty>
1440 <Property Name="BootNext" Type="Edm.String">
1441 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001442 <Annotation Term="OData.Description" String="The BootOptionReference of the Boot Option to perform a one-time boot from when BootSourceOverrideTarget is `UefiBootNext`."/>
Gunnar Mills844b4152020-06-22 12:44:09 -05001443 <Annotation Term="OData.LongDescription" String="This property shall contain the BootOptionReference of the UEFI boot option for one time boot, as defined by the UEFI Specification. The valid values for this property are specified in the values of the BootOrder array. BootSourceOverrideEnabled set to `Continuous` is not supported for BootSourceOverrideTarget set to `UefiBootNext` because this setting is defined in UEFI as a one-time boot setting."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001444 </Property>
1445 <Property Name="BootOrder" Type="Collection(Edm.String)">
1446 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Gunnar Mills60c922d2021-12-01 09:28:53 -06001447 <Annotation Term="OData.Description" String="An array of BootOptionReference strings that represent the persistent boot order for with this computer system. Changes to the boot order typically require a system reset before they take effect. It is likely that a client finds the `@Redfish.Settings` term in this resource, and if it is found, the client makes requests to change boot order settings by modifying the resource identified by the `@Redfish.Settings` term."/>
Ed Tanouscb103132019-10-08 11:34:22 -07001448 <Annotation Term="OData.LongDescription" String="This property shall contain an array of BootOptionReference strings that represent the persistent boot order for this computer system. For UEFI systems, this is the UEFI Specification-defined UEFI BootOrder."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001449 </Property>
1450 </ComplexType>
1451
1452 <ComplexType Name="ProcessorSummary" BaseType="ComputerSystem.v1_0_0.ProcessorSummary">
1453 <Property Name="LogicalProcessorCount" Type="Edm.Int64">
1454 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1455 <Annotation Term="OData.Description" String="The number of logical processors in the system."/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001456 <Annotation Term="OData.LongDescription" String="This property shall contain the total number of logical central processors in the system."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001457 <Annotation Term="Validation.Minimum" Int="0"/>
1458 </Property>
1459 </ComplexType>
1460
1461 <ComplexType Name="Links" BaseType="ComputerSystem.v1_4_0.Links">
1462 <NavigationProperty Name="ConsumingComputerSystems" Type="Collection(ComputerSystem.ComputerSystem)">
1463 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001464 <Annotation Term="OData.Description" String="An array of links to ComputerSystems that are realized, in whole or in part, from this ComputerSystem."/>
1465 <Annotation Term="OData.LongDescription" String="The value shall be an array of links to ComputerSystems that are realized, in whole or in part, from this ComputerSystem."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001466 <Annotation Term="OData.AutoExpandReferences"/>
1467 </NavigationProperty>
1468 <NavigationProperty Name="SupplyingComputerSystems" Type="Collection(ComputerSystem.ComputerSystem)">
1469 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001470 <Annotation Term="OData.Description" String="An array of links to ComputerSystems that contribute, in whole or in part, to the implementation of this ComputerSystem."/>
1471 <Annotation Term="OData.LongDescription" String="The value shall be an array of links to ComputerSystems that contribute, in whole or in part, to the implementation of this ComputerSystem."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001472 <Annotation Term="OData.AutoExpandReferences"/>
1473 </NavigationProperty>
1474 </ComplexType>
1475
1476 <ComplexType Name="WatchdogTimer">
1477 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001478 <Annotation Term="OData.Description" String="This type describes the host watchdog timer functionality for this system."/>
1479 <Annotation Term="OData.LongDescription" String="This type shall contain properties that describe the host watchdog timer functionality for this ComputerSystem."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001480 <Property Name="FunctionEnabled" Type="Edm.Boolean">
1481 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001482 <Annotation Term="OData.Description" String="An indication of whether a user has enabled the host watchdog timer functionality. This property indicates only that a user has enabled the timer. To activate the timer, installation of additional host-based software is necessary; an update to this property does not initiate the timer."/>
1483 <Annotation Term="OData.LongDescription" String="This property shall indicate whether a user has enabled the host watchdog timer functionality. This property indicates only that a user has enabled the timer. To activate the timer, installation of additional host-based software is necessary; an update to this property does not initiate the timer."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001484 <Annotation Term="Redfish.Required"/>
1485 </Property>
1486 <Property Name="WarningAction" Type="ComputerSystem.v1_5_0.WatchdogWarningActions">
1487 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001488 <Annotation Term="OData.Description" String="The action to perform when the watchdog timer is close to reaching its timeout value. This action typically occurs from three to ten seconds before to the timeout value, but the exact timing is dependent on the implementation."/>
1489 <Annotation Term="OData.LongDescription" String="This property shall contain the action to perform before the watchdog timer expires. This action typically occurs from three to ten seconds before to the timeout value, but the exact timing is dependent on the implementation."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001490 </Property>
1491 <Property Name="TimeoutAction" Type="ComputerSystem.v1_5_0.WatchdogTimeoutActions">
1492 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001493 <Annotation Term="OData.Description" String="The action to perform when the watchdog timer reaches its timeout value."/>
1494 <Annotation Term="OData.LongDescription" String="This property shall contain the action to perform when the watchdog timer reaches its timeout value."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001495 <Annotation Term="Redfish.Required"/>
1496 </Property>
Ed Tanous530520e2019-01-02 13:41:37 -08001497 <Property Name="Status" Type="Resource.Status" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -05001498 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
1499 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -08001500 </Property>
1501 <Property Name="Oem" Type="Resource.Oem" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -07001502 <Annotation Term="OData.Description" String="The OEM extension property."/>
1503 <Annotation Term="OData.LongDescription" String="This property shall contain the OEM extensions. All values for properties contained in this object shall conform to the Redfish Specification-described requirements."/>
Ed Tanous530520e2019-01-02 13:41:37 -08001504 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001505 </ComplexType>
1506
1507 <EnumType Name="WatchdogWarningActions">
Ed Tanouscb103132019-10-08 11:34:22 -07001508 <Annotation Term="OData.Description" String="The enumerations of WatchdogWarningActions specify the choice of action to take when the host watchdog timer is close (typically 3-10 seconds) to reaching its timeout value."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001509 <Member Name="None">
1510 <Annotation Term="OData.Description" String="No action taken."/>
1511 </Member>
1512 <Member Name="DiagnosticInterrupt">
1513 <Annotation Term="OData.Description" String="Raise a (typically non-maskable) Diagnostic Interrupt."/>
1514 </Member>
1515 <Member Name="SMI">
1516 <Annotation Term="OData.Description" String="Raise a Systems Management Interrupt (SMI)."/>
1517 </Member>
1518 <Member Name="MessagingInterrupt">
1519 <Annotation Term="OData.Description" String="Raise a legacy IPMI messaging interrupt."/>
1520 </Member>
1521 <Member Name="SCI">
1522 <Annotation Term="OData.Description" String="Raise an interrupt using the ACPI System Control Interrupt (SCI)."/>
1523 </Member>
1524 <Member Name="OEM">
1525 <Annotation Term="OData.Description" String="Perform an OEM-defined action."/>
1526 </Member>
1527 </EnumType>
1528
1529 <EnumType Name="WatchdogTimeoutActions">
Ed Tanouscb103132019-10-08 11:34:22 -07001530 <Annotation Term="OData.Description" String="The enumerations of WatchdogTimeoutActions specify the choice of action to take when the host watchdog timer reaches its timeout value."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001531 <Member Name="None">
1532 <Annotation Term="OData.Description" String="No action taken."/>
1533 </Member>
1534 <Member Name="ResetSystem">
1535 <Annotation Term="OData.Description" String="Reset the system."/>
1536 </Member>
1537 <Member Name="PowerCycle">
1538 <Annotation Term="OData.Description" String="Power cycle the system."/>
1539 </Member>
1540 <Member Name="PowerDown">
1541 <Annotation Term="OData.Description" String="Power down the system."/>
1542 </Member>
1543 <Member Name="OEM">
1544 <Annotation Term="OData.Description" String="Perform an OEM-defined action."/>
1545 </Member>
1546 </EnumType>
1547 </Schema>
1548
Ed Tanous530520e2019-01-02 13:41:37 -08001549 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_5_1">
1550 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001551 <Annotation Term="OData.Description" String="This version was created to add units annotations on MemorySummary properties. It was also created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number. Additionally, it was created to update the LongDescription of several Boot Override properties."/>
Ed Tanous530520e2019-01-02 13:41:37 -08001552 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_5_0.ComputerSystem"/>
1553 </Schema>
1554
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001555 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_5_2">
1556 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001557 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001558 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_5_1.ComputerSystem"/>
1559 </Schema>
1560
Ed Tanouscb103132019-10-08 11:34:22 -07001561 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_5_3">
1562 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1563 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format. It was also created to add a missing term on MemoryDomains to not allow it to be null."/>
1564 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_5_2.ComputerSystem"/>
1565 </Schema>
1566
1567 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_5_4">
1568 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1569 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1570 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_5_3.ComputerSystem"/>
1571 </Schema>
1572
Gunnar Mills09b9d452020-02-11 13:27:39 -06001573 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_5_5">
1574 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1575 <Annotation Term="OData.Description" String="This version was created to update the description for UefiTargetBootSourceOverride."/>
1576 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_5_4.ComputerSystem"/>
1577 </Schema>
1578
Gunnar Millsa778c022020-05-12 12:20:36 -05001579 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_5_6">
1580 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1581 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1582 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_5_5.ComputerSystem"/>
1583 </Schema>
1584
Gunnar Mills844b4152020-06-22 12:44:09 -05001585 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_5_7">
1586 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1587 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors. Removed sentence in the long description for BootSourceOverrideEnabled that was mistakenly added during a previous description scrub with regards to the usage of `Continuous` and UEFI."/>
1588 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_5_6.ComputerSystem"/>
1589 </Schema>
1590
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001591 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_5_8">
1592 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001593 <Annotation Term="OData.Description" String="This version was created to remove to the restriction of `Continuous` with UefiTargetBootSourceOverride. It was also created to clarify that ProcessorSummary only contains processors that execute system code. It was also created to add annotation recommendations for ResetType."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001594 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_5_7.ComputerSystem"/>
1595 </Schema>
1596
Gunnar Mills262d7d42021-01-20 16:28:41 -06001597 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_5_9">
1598 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1599 <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions. It was also created to add the word 'total' to the count properties in ProcessorSummary."/>
1600 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_5_8.ComputerSystem"/>
1601 </Schema>
1602
Gunnar Mills10f270b2021-05-19 15:34:06 -05001603 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_5_10">
1604 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1605 <Annotation Term="OData.Description" String="This version was created correct various description to use proper normative terminology. It was also created to clarify the behavior of the BootSourceOverrideTarget property."/>
1606 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_5_9.ComputerSystem"/>
1607 </Schema>
1608
Gunnar Mills60c922d2021-12-01 09:28:53 -06001609 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_5_11">
1610 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1611 <Annotation Term="OData.Description" String="This version was created to clarify the BootOrder property might be controlled with a settings resource."/>
1612 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_5_10.ComputerSystem"/>
1613 </Schema>
1614
Ed Tanoused761212022-09-23 15:03:29 -07001615 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_5_12">
1616 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1617 <Annotation Term="OData.Description" String="This version was created to align the description of the Reset action with the descriptions of the values of ResetType in the Resource schema."/>
1618 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_5_11.ComputerSystem"/>
1619 </Schema>
1620
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001621 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_6_0">
1622 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1623 <Annotation Term="Redfish.Release" String="2018.3"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001624
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001625 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_5_2.ComputerSystem">
1626 <Property Name="PowerRestorePolicy" Type="ComputerSystem.v1_6_0.PowerRestorePolicyTypes" Nullable="false">
1627 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1628 <Annotation Term="OData.Description" String="The desired power state of the system when power is restored after a power loss."/>
Ed Tanouscb103132019-10-08 11:34:22 -07001629 <Annotation Term="OData.LongDescription" String="This property shall indicate the desired PowerState of the system when power is applied to the system. The `LastState` value shall return the system to the PowerState it was in when power was lost."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001630 </Property>
1631 </EntityType>
1632
1633 <ComplexType Name="Boot" BaseType="ComputerSystem.v1_5_0.Boot">
1634 <Property Name="AliasBootOrder" Type="Collection(ComputerSystem.BootSource)">
1635 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001636 <Annotation Term="OData.Description" String="Ordered array of boot source aliases representing the persistent boot order associated with this computer system."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001637 <Annotation Term="OData.LongDescription" String="This property shall contain an ordered array of boot source aliases of the BootSource type that represents the persistent boot order of this computer system. This array shall not contain duplicate values. Virtual devices for an alias should take precedence over a physical device. Systems may attempt to boot from multiple devices that share an alias."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001638 </Property>
1639 <Property Name="BootOrderPropertySelection" Type="ComputerSystem.v1_6_0.BootOrderTypes">
1640 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001641 <Annotation Term="OData.Description" String="The name of the boot order property that the system uses for the persistent boot order."/>
1642 <Annotation Term="OData.LongDescription" String="This property shall indicate which boot order property the system uses for the persistent boot order."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001643 </Property>
1644 </ComplexType>
1645
1646 <EnumType Name="PowerRestorePolicyTypes">
1647 <Annotation Term="OData.Description" String="The enumerations of PowerRestorePolicyTypes specify the choice of power state for the system when power is applied."/>
1648 <Member Name="AlwaysOn">
Ed Tanouscb103132019-10-08 11:34:22 -07001649 <Annotation Term="OData.Description" String="The system always powers on when power is applied."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001650 </Member>
1651 <Member Name="AlwaysOff">
Ed Tanouscb103132019-10-08 11:34:22 -07001652 <Annotation Term="OData.Description" String="The system always remains powered off when power is applied."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001653 </Member>
1654 <Member Name="LastState">
Ed Tanouscb103132019-10-08 11:34:22 -07001655 <Annotation Term="OData.Description" String="The system returns to its last on or off power state when power is applied."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001656 </Member>
1657 </EnumType>
Ed Tanouscb103132019-10-08 11:34:22 -07001658
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001659 <EnumType Name="BootOrderTypes">
1660 <Annotation Term="OData.Description" String="The enumerations of BootOrderTypes specify the choice of boot order property to use when controller the persistent boot order for this computer system."/>
1661 <Member Name="BootOrder">
Ed Tanouscb103132019-10-08 11:34:22 -07001662 <Annotation Term="OData.Description" String="The system uses the BootOrder property to specify the persistent boot order."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001663 </Member>
1664 <Member Name="AliasBootOrder">
Ed Tanouscb103132019-10-08 11:34:22 -07001665 <Annotation Term="OData.Description" String="The system uses the AliasBootOrder property to specify the persistent boot order."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001666 </Member>
1667 </EnumType>
1668 </Schema>
1669
Ed Tanouscb103132019-10-08 11:34:22 -07001670 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_6_1">
1671 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1672 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format. It was also created to add a missing term on MemoryDomains to not allow it to be null."/>
1673 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_6_0.ComputerSystem"/>
1674 </Schema>
1675
1676 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_6_2">
1677 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1678 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1679 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_6_1.ComputerSystem"/>
1680 </Schema>
1681
Gunnar Mills09b9d452020-02-11 13:27:39 -06001682 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_6_3">
1683 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1684 <Annotation Term="OData.Description" String="This version was created to update the description for UefiTargetBootSourceOverride."/>
1685 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_6_2.ComputerSystem"/>
1686 </Schema>
1687
Gunnar Millsa778c022020-05-12 12:20:36 -05001688 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_6_4">
1689 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1690 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1691 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_6_3.ComputerSystem"/>
1692 </Schema>
1693
Gunnar Mills844b4152020-06-22 12:44:09 -05001694 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_6_5">
1695 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1696 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors. Removed sentence in the long description for BootSourceOverrideEnabled that was mistakenly added during a previous description scrub with regards to the usage of `Continuous` and UEFI."/>
1697 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_6_4.ComputerSystem"/>
1698 </Schema>
1699
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001700 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_6_6">
1701 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001702 <Annotation Term="OData.Description" String="This version was created to remove to the restriction of `Continuous` with UefiTargetBootSourceOverride. It was also created to clarify that ProcessorSummary only contains processors that execute system code. It was also created to add annotation recommendations for ResetType."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001703 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_6_5.ComputerSystem"/>
1704 </Schema>
1705
Gunnar Mills262d7d42021-01-20 16:28:41 -06001706 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_6_7">
1707 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1708 <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions. It was also created to add the word 'total' to the count properties in ProcessorSummary."/>
1709 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_6_6.ComputerSystem"/>
1710 </Schema>
1711
Gunnar Mills10f270b2021-05-19 15:34:06 -05001712 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_6_8">
1713 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1714 <Annotation Term="OData.Description" String="This version was created to clarify the behavior of the AliasBootOrder and BootSourceOverrideTarget properties. It was also created to correct various description to use proper normative terminology."/>
1715 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_6_7.ComputerSystem"/>
1716 </Schema>
1717
Gunnar Mills60c922d2021-12-01 09:28:53 -06001718 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_6_9">
1719 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1720 <Annotation Term="OData.Description" String="This version was created to clarify the BootOrder property might be controlled with a settings resource."/>
1721 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_6_8.ComputerSystem"/>
1722 </Schema>
1723
Ed Tanoused761212022-09-23 15:03:29 -07001724 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_6_10">
1725 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1726 <Annotation Term="OData.Description" String="This version was created to align the description of the Reset action with the descriptions of the values of ResetType in the Resource schema."/>
1727 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_6_9.ComputerSystem"/>
1728 </Schema>
1729
Ed Tanouscb103132019-10-08 11:34:22 -07001730 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_7_0">
1731 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1732 <Annotation Term="Redfish.Release" String="2019.1"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001733
Ed Tanouscb103132019-10-08 11:34:22 -07001734 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_6_1.ComputerSystem"/>
1735
1736 <ComplexType Name="Boot" BaseType="ComputerSystem.v1_6_0.Boot">
1737 <NavigationProperty Name="Certificates" Type="CertificateCollection.CertificateCollection" ContainsTarget="true" Nullable="false">
1738 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1739 <Annotation Term="OData.Description" String="The link to a collection of certificates used for booting through HTTPS by this computer system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001740 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type CertificateCollection."/>
Ed Tanouscb103132019-10-08 11:34:22 -07001741 <Annotation Term="OData.AutoExpandReferences"/>
1742 </NavigationProperty>
1743 </ComplexType>
1744
1745 <ComplexType Name="ProcessorSummary" BaseType="ComputerSystem.v1_5_0.ProcessorSummary">
1746 <NavigationProperty Name="Metrics" Type="ProcessorMetrics.ProcessorMetrics" ContainsTarget="true" Nullable="false">
1747 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1748 <Annotation Term="OData.Description" String="The link to the metrics associated with all processors in this system."/>
1749 <Annotation Term="OData.LongDescription" String="This property shall contain a link to the metrics associated with all processors in this system."/>
1750 </NavigationProperty>
1751 </ComplexType>
1752 </Schema>
1753
1754 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_7_1">
1755 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1756 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1757 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_7_0.ComputerSystem"/>
1758 </Schema>
1759
Gunnar Mills09b9d452020-02-11 13:27:39 -06001760 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_7_2">
1761 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1762 <Annotation Term="OData.Description" String="This version was created to update the description for UefiTargetBootSourceOverride."/>
1763 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_7_1.ComputerSystem"/>
1764 </Schema>
1765
Gunnar Millsa778c022020-05-12 12:20:36 -05001766 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_7_3">
1767 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1768 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1769 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_7_2.ComputerSystem"/>
1770 </Schema>
1771
Gunnar Mills844b4152020-06-22 12:44:09 -05001772 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_7_4">
1773 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1774 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors. Removed sentence in the long description for BootSourceOverrideEnabled that was mistakenly added during a previous description scrub with regards to the usage of `Continuous` and UEFI."/>
1775 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_7_3.ComputerSystem"/>
1776 </Schema>
1777
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001778 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_7_5">
1779 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001780 <Annotation Term="OData.Description" String="This version was created to remove to the restriction of `Continuous` with UefiTargetBootSourceOverride. It was also created to clarify that ProcessorSummary only contains processors that execute system code. It was also created to add annotation recommendations for ResetType."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001781 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_7_4.ComputerSystem"/>
1782 </Schema>
1783
Gunnar Mills262d7d42021-01-20 16:28:41 -06001784 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_7_6">
1785 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1786 <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions. It was also created to add the word 'total' to the count properties in ProcessorSummary."/>
1787 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_7_5.ComputerSystem"/>
1788 </Schema>
1789
Gunnar Mills10f270b2021-05-19 15:34:06 -05001790 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_7_7">
1791 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1792 <Annotation Term="OData.Description" String="This version was created to clarify the behavior of the AliasBootOrder and BootSourceOverrideTarget properties. It was also created to correct various description to use proper normative terminology."/>
1793 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_7_6.ComputerSystem"/>
1794 </Schema>
1795
Gunnar Mills60c922d2021-12-01 09:28:53 -06001796 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_7_8">
1797 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1798 <Annotation Term="OData.Description" String="This version was created to clarify the BootOrder property might be controlled with a settings resource."/>
1799 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_7_7.ComputerSystem"/>
1800 </Schema>
1801
Ed Tanoused761212022-09-23 15:03:29 -07001802 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_7_9">
1803 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1804 <Annotation Term="OData.Description" String="This version was created to align the description of the Reset action with the descriptions of the values of ResetType in the Resource schema."/>
1805 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_7_8.ComputerSystem"/>
1806 </Schema>
1807
Ed Tanouscb103132019-10-08 11:34:22 -07001808 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_8_0">
1809 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1810 <Annotation Term="Redfish.Release" String="2019.2"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001811
Ed Tanouscb103132019-10-08 11:34:22 -07001812 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_7_0.ComputerSystem"/>
1813
1814 <ComplexType Name="MemorySummary" BaseType="ComputerSystem.v1_4_0.MemorySummary">
1815 <NavigationProperty Name="Metrics" Type="MemoryMetrics.MemoryMetrics" ContainsTarget="true" Nullable="false">
1816 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1817 <Annotation Term="OData.Description" String="The link to the metrics associated with all memory in this system."/>
1818 <Annotation Term="OData.LongDescription" String="This property shall contain a link to the metrics associated with all memory in this system."/>
1819 </NavigationProperty>
1820 </ComplexType>
1821 </Schema>
1822
Gunnar Mills09b9d452020-02-11 13:27:39 -06001823 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_8_1">
1824 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1825 <Annotation Term="OData.Description" String="This version was created to update the description for UefiTargetBootSourceOverride."/>
1826 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_8_0.ComputerSystem"/>
1827 </Schema>
1828
Gunnar Millsa778c022020-05-12 12:20:36 -05001829 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_8_2">
1830 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1831 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1832 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_8_1.ComputerSystem"/>
1833 </Schema>
1834
Gunnar Mills844b4152020-06-22 12:44:09 -05001835 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_8_3">
1836 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1837 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors. Removed sentence in the long description for BootSourceOverrideEnabled that was mistakenly added during a previous description scrub with regards to the usage of `Continuous` and UEFI."/>
1838 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_8_2.ComputerSystem"/>
1839 </Schema>
1840
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001841 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_8_4">
1842 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001843 <Annotation Term="OData.Description" String="This version was created to remove to the restriction of `Continuous` with UefiTargetBootSourceOverride. It was also created to clarify that ProcessorSummary only contains processors that execute system code. It was also created to add annotation recommendations for ResetType."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001844 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_8_3.ComputerSystem"/>
1845 </Schema>
1846
Gunnar Mills262d7d42021-01-20 16:28:41 -06001847 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_8_5">
1848 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1849 <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions. It was also created to add the word 'total' to the count properties in ProcessorSummary."/>
1850 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_8_4.ComputerSystem"/>
1851 </Schema>
1852
Gunnar Mills10f270b2021-05-19 15:34:06 -05001853 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_8_6">
1854 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1855 <Annotation Term="OData.Description" String="This version was created to clarify the behavior of the AliasBootOrder and BootSourceOverrideTarget properties. It was also created to correct various description to use proper normative terminology."/>
1856 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_8_5.ComputerSystem"/>
1857 </Schema>
1858
Gunnar Mills60c922d2021-12-01 09:28:53 -06001859 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_8_7">
1860 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1861 <Annotation Term="OData.Description" String="This version was created to clarify the BootOrder property might be controlled with a settings resource."/>
1862 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_8_6.ComputerSystem"/>
1863 </Schema>
1864
Ed Tanoused761212022-09-23 15:03:29 -07001865 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_8_8">
1866 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1867 <Annotation Term="OData.Description" String="This version was created to align the description of the Reset action with the descriptions of the values of ResetType in the Resource schema."/>
1868 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_8_7.ComputerSystem"/>
1869 </Schema>
1870
Gunnar Mills6f44b752020-02-06 16:50:51 -06001871 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_9_0">
1872 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1873 <Annotation Term="Redfish.Release" String="2019.3"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001874
Gunnar Mills6f44b752020-02-06 16:50:51 -06001875 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_8_0.ComputerSystem"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001876
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001877 <ComplexType Name="Boot" BaseType="ComputerSystem.v1_7_0.Boot">
Gunnar Mills6f44b752020-02-06 16:50:51 -06001878 <Property Name="HttpBootUri" Type="Edm.String">
1879 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1880 <Annotation Term="OData.Description" String="The URI to boot from when BootSourceOverrideTarget is set to `UefiHttp`."/>
1881 <Annotation Term="OData.LongDescription" String="This property shall contain the URI to perform an HTTP or HTTPS boot when BootSourceOverrideTarget is set to `UefiHttp`."/>
1882 <Annotation Term="OData.IsURL"/>
1883 </Property>
1884 </ComplexType>
1885 </Schema>
1886
Gunnar Mills09b9d452020-02-11 13:27:39 -06001887 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_9_1">
1888 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1889 <Annotation Term="OData.Description" String="This version was created to update the description for UefiTargetBootSourceOverride."/>
1890 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_9_0.ComputerSystem"/>
1891 </Schema>
1892
Gunnar Millsa778c022020-05-12 12:20:36 -05001893 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_9_2">
1894 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1895 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1896 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_9_1.ComputerSystem"/>
1897 </Schema>
1898
Gunnar Mills844b4152020-06-22 12:44:09 -05001899 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_9_3">
1900 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1901 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors. Removed sentence in the long description for BootSourceOverrideEnabled that was mistakenly added during a previous description scrub with regards to the usage of `Continuous` and UEFI."/>
1902 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_9_2.ComputerSystem"/>
1903 </Schema>
1904
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001905 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_9_4">
1906 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001907 <Annotation Term="OData.Description" String="This version was created to remove to the restriction of `Continuous` with UefiTargetBootSourceOverride. It was also created to clarify that ProcessorSummary only contains processors that execute system code. It was also created to add annotation recommendations for ResetType."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001908 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_9_3.ComputerSystem"/>
1909 </Schema>
1910
Gunnar Mills262d7d42021-01-20 16:28:41 -06001911 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_9_5">
1912 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1913 <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions. It was also created to add the word 'total' to the count properties in ProcessorSummary."/>
1914 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_9_4.ComputerSystem"/>
1915 </Schema>
1916
Gunnar Mills10f270b2021-05-19 15:34:06 -05001917 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_9_6">
1918 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1919 <Annotation Term="OData.Description" String="This version was created to clarify the behavior of the AliasBootOrder and BootSourceOverrideTarget properties. It was also created to correct various description to use proper normative terminology."/>
1920 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_9_5.ComputerSystem"/>
1921 </Schema>
1922
Gunnar Mills60c922d2021-12-01 09:28:53 -06001923 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_9_7">
1924 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1925 <Annotation Term="OData.Description" String="This version was created to clarify the BootOrder property might be controlled with a settings resource."/>
1926 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_9_6.ComputerSystem"/>
1927 </Schema>
1928
Ed Tanoused761212022-09-23 15:03:29 -07001929 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_9_8">
1930 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1931 <Annotation Term="OData.Description" String="This version was created to align the description of the Reset action with the descriptions of the values of ResetType in the Resource schema."/>
1932 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_9_7.ComputerSystem"/>
1933 </Schema>
1934
Gunnar Mills09b9d452020-02-11 13:27:39 -06001935 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_10_0">
1936 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1937 <Annotation Term="Redfish.Release" String="2019.4"/>
1938 <Annotation Term="OData.Description" String="This version was created to add new values to HostingRole."/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001939
Gunnar Mills09b9d452020-02-11 13:27:39 -06001940 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_9_1.ComputerSystem">
1941 <NavigationProperty Name="FabricAdapters" Type="FabricAdapterCollection.FabricAdapterCollection" ContainsTarget="true" Nullable="false">
1942 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1943 <Annotation Term="OData.Description" String="The link to the collection of fabric adapters associated with this system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001944 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type FabricAdapterCollection."/>
Gunnar Mills09b9d452020-02-11 13:27:39 -06001945 <Annotation Term="OData.AutoExpandReferences"/>
1946 </NavigationProperty>
1947 </EntityType>
1948 </Schema>
1949
Gunnar Millsa778c022020-05-12 12:20:36 -05001950 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_10_1">
1951 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1952 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1953 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_10_0.ComputerSystem"/>
1954 </Schema>
1955
Gunnar Mills844b4152020-06-22 12:44:09 -05001956 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_10_2">
1957 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1958 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors. Removed sentence in the long description for BootSourceOverrideEnabled that was mistakenly added during a previous description scrub with regards to the usage of `Continuous` and UEFI."/>
1959 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_10_1.ComputerSystem"/>
1960 </Schema>
1961
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001962 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_10_3">
1963 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001964 <Annotation Term="OData.Description" String="This version was created to remove to the restriction of `Continuous` with UefiTargetBootSourceOverride. It was also created to clarify that ProcessorSummary only contains processors that execute system code. It was also created to add annotation recommendations for ResetType."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001965 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_10_2.ComputerSystem"/>
1966 </Schema>
1967
Gunnar Mills262d7d42021-01-20 16:28:41 -06001968 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_10_4">
1969 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1970 <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions. It was also created to add the word 'total' to the count properties in ProcessorSummary."/>
1971 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_10_3.ComputerSystem"/>
1972 </Schema>
1973
Gunnar Mills10f270b2021-05-19 15:34:06 -05001974 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_10_5">
1975 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1976 <Annotation Term="OData.Description" String="This version was created to clarify the behavior of the AliasBootOrder and BootSourceOverrideTarget properties. It was also created to correct various description to use proper normative terminology."/>
1977 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_10_4.ComputerSystem"/>
1978 </Schema>
1979
Gunnar Mills60c922d2021-12-01 09:28:53 -06001980 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_10_6">
1981 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1982 <Annotation Term="OData.Description" String="This version was created to clarify the BootOrder property might be controlled with a settings resource."/>
1983 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_10_5.ComputerSystem"/>
1984 </Schema>
1985
Ed Tanoused761212022-09-23 15:03:29 -07001986 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_10_7">
1987 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1988 <Annotation Term="OData.Description" String="This version was created to align the description of the Reset action with the descriptions of the values of ResetType in the Resource schema."/>
1989 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_10_6.ComputerSystem"/>
1990 </Schema>
1991
Gunnar Millsa778c022020-05-12 12:20:36 -05001992 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_11_0">
1993 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1994 <Annotation Term="Redfish.Release" String="2020.1"/>
1995 <Annotation Term="OData.Description" String="This version was created to add the AutomaticRetry and RemainingAutomaticRetryAttempts properties to Boot."/>
1996
1997 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_10_1.ComputerSystem"/>
1998
1999 <ComplexType Name="Boot" BaseType="ComputerSystem.v1_9_0.Boot">
2000 <Property Name="AutomaticRetryConfig" Type="ComputerSystem.v1_11_0.AutomaticRetryConfig">
2001 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2002 <Annotation Term="OData.Description" String="The configuration of how the system retries booting automatically."/>
2003 <Annotation Term="OData.LongDescription" String="This property shall contain the configuration of how the system retry booting automatically."/>
2004 </Property>
2005 <Property Name="AutomaticRetryAttempts" Type="Edm.Int64">
2006 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2007 <Annotation Term="OData.Description" String="The number of attempts the system will automatically retry booting."/>
2008 <Annotation Term="OData.LongDescription" String="This property shall contain the number of attempts the system will automatically retry booting in the event the system enters an error state on boot."/>
2009 <Annotation Term="Validation.Minimum" Int="0"/>
2010 </Property>
2011 <Property Name="RemainingAutomaticRetryAttempts" Type="Edm.Int64">
2012 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2013 <Annotation Term="OData.Description" String="The number of remaining automatic retry boots."/>
2014 <Annotation Term="OData.LongDescription" String="This property shall contain the number of attempts remaining the system will retry booting in the event the system enters an error state on boot. If `0`, the system has no remaining automatic boot retry attempts and shall not automatically retry booting if the system enters an error state. This property shall be reset to the value of AutomaticRetryAttempts upon a successful boot attempt."/>
2015 <Annotation Term="Validation.Minimum" Int="0"/>
2016 </Property>
2017 </ComplexType>
2018
2019 <EnumType Name="AutomaticRetryConfig">
2020 <Member Name="Disabled">
2021 <Annotation Term="OData.Description" String="Disable automatic retrying of booting."/>
2022 <Annotation Term="OData.LongDescription" String="This value shall indicate that automatic retrying of booting is disabled."/>
2023 </Member>
2024 <Member Name="RetryAttempts">
2025 <Annotation Term="OData.Description" String="Automatic retrying of booting is based on a specified retry count."/>
2026 <Annotation Term="OData.LongDescription" String="This value shall indicate that the number of retries of booting is based on the AutomaticRetryAttempts property, and the RemainingAutomaticRetryAttempts property indicates the number of remaining attempts."/>
2027 </Member>
2028 <Member Name="RetryAlways">
2029 <Annotation Term="OData.Description" String="Always automatically retry booting."/>
2030 <Annotation Term="OData.LongDescription" String="This value shall indicate that the system will always automatically retry booting."/>
2031 </Member>
2032 </EnumType>
2033 </Schema>
2034
Gunnar Mills844b4152020-06-22 12:44:09 -05002035 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_11_1">
2036 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2037 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors. Removed sentence in the long description for BootSourceOverrideEnabled that was mistakenly added during a previous description scrub with regards to the usage of `Continuous` and UEFI."/>
2038 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_11_0.ComputerSystem"/>
2039 </Schema>
2040
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05002041 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_11_2">
2042 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06002043 <Annotation Term="OData.Description" String="This version was created to remove to the restriction of `Continuous` with UefiTargetBootSourceOverride. It was also created to clarify that ProcessorSummary only contains processors that execute system code. It was also created to add annotation recommendations for ResetType."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05002044 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_11_1.ComputerSystem"/>
2045 </Schema>
2046
Gunnar Mills262d7d42021-01-20 16:28:41 -06002047 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_11_3">
2048 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2049 <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions. It was also created to add the word 'total' to the count properties in ProcessorSummary."/>
2050 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_11_2.ComputerSystem"/>
2051 </Schema>
2052
Gunnar Mills10f270b2021-05-19 15:34:06 -05002053 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_11_4">
2054 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2055 <Annotation Term="OData.Description" String="This version was created to clarify the behavior of the AliasBootOrder and BootSourceOverrideTarget properties. It was also created to correct various description to use proper normative terminology."/>
2056 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_11_3.ComputerSystem"/>
2057 </Schema>
2058
Gunnar Mills60c922d2021-12-01 09:28:53 -06002059 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_11_5">
2060 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2061 <Annotation Term="OData.Description" String="This version was created to clarify the BootOrder property might be controlled with a settings resource."/>
2062 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_11_4.ComputerSystem"/>
2063 </Schema>
2064
Ed Tanoused761212022-09-23 15:03:29 -07002065 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_11_6">
2066 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2067 <Annotation Term="OData.Description" String="This version was created to align the description of the Reset action with the descriptions of the values of ResetType in the Resource schema."/>
2068 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_11_5.ComputerSystem"/>
2069 </Schema>
2070
Gunnar Mills844b4152020-06-22 12:44:09 -05002071 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_12_0">
2072 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2073 <Annotation Term="Redfish.Release" String="2020.2"/>
2074 <Annotation Term="OData.Description" String="This version was created to add LastResetTime."/>
2075
2076 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_11_1.ComputerSystem">
2077 <Property Name="LastResetTime" Type="Edm.DateTimeOffset" Nullable="false">
2078 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2079 <Annotation Term="OData.Description" String="The date and time when the system was last reset or rebooted."/>
2080 <Annotation Term="OData.LongDescription" String="This property shall contain the date and time when the system last came out of a reset or was rebooted."/>
2081 </Property>
2082 </EntityType>
2083 </Schema>
2084
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05002085 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_12_1">
2086 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06002087 <Annotation Term="OData.Description" String="This version was created to remove to the restriction of `Continuous` with UefiTargetBootSourceOverride. It was also created to clarify that ProcessorSummary only contains processors that execute system code. It was also created to add annotation recommendations for ResetType."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05002088 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_12_0.ComputerSystem"/>
2089 </Schema>
2090
Gunnar Mills262d7d42021-01-20 16:28:41 -06002091 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_12_2">
2092 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2093 <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions. It was also created to add the word 'total' to the count properties in ProcessorSummary."/>
2094 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_12_1.ComputerSystem"/>
2095 </Schema>
2096
Gunnar Mills10f270b2021-05-19 15:34:06 -05002097 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_12_3">
2098 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2099 <Annotation Term="OData.Description" String="This version was created to clarify the behavior of the AliasBootOrder and BootSourceOverrideTarget properties. It was also created to correct various description to use proper normative terminology."/>
2100 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_12_2.ComputerSystem"/>
2101 </Schema>
2102
Gunnar Mills60c922d2021-12-01 09:28:53 -06002103 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_12_4">
2104 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2105 <Annotation Term="OData.Description" String="This version was created to clarify the BootOrder property might be controlled with a settings resource."/>
2106 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_12_3.ComputerSystem"/>
2107 </Schema>
2108
Ed Tanoused761212022-09-23 15:03:29 -07002109 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_12_5">
2110 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2111 <Annotation Term="OData.Description" String="This version was created to align the description of the Reset action with the descriptions of the values of ResetType in the Resource schema."/>
2112 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_12_4.ComputerSystem"/>
2113 </Schema>
2114
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05002115 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_13_0">
2116 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2117 <Annotation Term="Redfish.Release" String="2020.3"/>
2118 <Annotation Term="OData.Description" String="This version was created to add LocationIndicatorActive and BootProgress and to deprecate IndicatorLED properties."/>
2119
2120 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_12_1.ComputerSystem">
2121 <Property Name="LocationIndicatorActive" Type="Edm.Boolean">
2122 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2123 <Annotation Term="OData.Description" String="An indicator allowing an operator to physically locate this resource."/>
2124 <Annotation Term="OData.LongDescription" String="This property shall contain the state of the indicator used to physically identify or locate this resource. A write to this property shall update the value of IndicatorLED in this resource, if supported, to reflect the implementation of the locating function."/>
2125 </Property>
2126 <Property Name="BootProgress" Type="ComputerSystem.v1_13_0.BootProgress">
2127 <Annotation Term="OData.Description" String="This object describes the last boot progress state."/>
2128 <Annotation Term="OData.LongDescription" String="This object shall contain the last boot progress state and time."/>
2129 </Property>
2130 <Property Name="PowerOnDelaySeconds" Type="Edm.Decimal">
2131 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2132 <Annotation Term="OData.Description" String="The number of seconds to delay power on after a power cycle or during a reset. Zero seconds indicates no delay to power up."/>
2133 <Annotation Term="OData.LongDescription" String="This property shall contain the number of seconds to delay power on after a power cycle or during a reset. The value `0` shall indicate no delay to power on."/>
2134 </Property>
2135 <Property Name="PowerOffDelaySeconds" Type="Edm.Decimal">
2136 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2137 <Annotation Term="OData.Description" String="The number of seconds to delay power off during a reset. Zero seconds indicates no delay to power off."/>
2138 <Annotation Term="OData.LongDescription" String="This property shall contain the number of seconds to delay power off during a reset. The value `0` shall indicate no delay to power off."/>
2139 </Property>
2140 <Property Name="PowerCycleDelaySeconds" Type="Edm.Decimal">
2141 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2142 <Annotation Term="OData.Description" String="The number of seconds to delay power on after a `Reset` action requesting `PowerCycle`. Zero seconds indicates no delay."/>
2143 <Annotation Term="OData.LongDescription" String="This property shall contain the number of seconds to delay power on after a `Reset` action requesting `PowerCycle`. The value `0` shall indicate no delay to power on."/>
2144 </Property>
2145 <Property Name="SerialConsole" Type="ComputerSystem.v1_13_0.HostSerialConsole" Nullable="false">
2146 <Annotation Term="OData.Description" String="The serial console services that this system provides."/>
2147 <Annotation Term="OData.LongDescription" String="This property shall contain information about the serial console services of this system."/>
2148 </Property>
2149 <Property Name="GraphicalConsole" Type="ComputerSystem.v1_13_0.HostGraphicalConsole" Nullable="false">
2150 <Annotation Term="OData.Description" String="The information about the graphical console (KVM-IP) service of this system."/>
2151 <Annotation Term="OData.LongDescription" String="This property shall contain the information about the graphical console (KVM-IP) service of this system."/>
2152 </Property>
2153 <Property Name="VirtualMediaConfig" Type="ComputerSystem.v1_13_0.VirtualMediaConfig" Nullable="false">
2154 <Annotation Term="OData.Description" String="The information about the virtual media service of this system."/>
2155 <Annotation Term="OData.LongDescription" String="This property shall contain the information about the virtual media service of this system."/>
2156 </Property>
2157 <NavigationProperty Name="VirtualMedia" Type="VirtualMediaCollection.VirtualMediaCollection" ContainsTarget="true" Nullable="false">
2158 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2159 <Annotation Term="OData.Description" String="The link to the virtual media services for this system."/>
2160 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type VirtualMediaCollection that this system uses."/>
2161 <Annotation Term="OData.AutoExpandReferences"/>
2162 </NavigationProperty>
2163 </EntityType>
2164
2165 <ComplexType Name="BootProgress">
2166 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
2167 <Annotation Term="OData.Description" String="This object describes the last boot progress state."/>
2168 <Annotation Term="OData.LongDescription" String="This object shall contain the last boot progress state and time."/>
2169 <Property Name="LastState" Type="ComputerSystem.v1_13_0.BootProgressTypes">
2170 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2171 <Annotation Term="OData.Description" String="The last boot progress state."/>
2172 <Annotation Term="OData.LongDescription" String="This property shall contain the last boot progress state."/>
2173 </Property>
2174 <Property Name="LastStateTime" Type="Edm.DateTimeOffset">
2175 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2176 <Annotation Term="OData.Description" String="The date and time when the last boot state was updated."/>
2177 <Annotation Term="OData.LongDescription" String="This property shall contain the date and time when the last boot state was updated."/>
2178 </Property>
2179 <Property Name="OemLastState" Type="Edm.String">
2180 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2181 <Annotation Term="OData.Description" String="The OEM-specific last state, if the LastState type is `OEM`."/>
2182 <Annotation Term="OData.LongDescription" String="This property shall represent the OEM-specific LastState of the BootProgress. This property shall only be present if LastState is `OEM`."/>
2183 </Property>
2184 <Property Name="Oem" Type="Resource.Oem" Nullable="false">
2185 <Annotation Term="OData.Description" String="The OEM extension property."/>
2186 <Annotation Term="OData.LongDescription" String="This property shall contain the OEM extensions. All values for properties contained in this object shall conform to the Redfish Specification-described requirements."/>
2187 </Property>
2188 </ComplexType>
2189
2190 <EnumType Name="BootProgressTypes">
2191 <Member Name="None">
2192 <Annotation Term="OData.Description" String="The system is not booting."/>
2193 <Annotation Term="OData.LongDescription" String="This value shall indicate that the system is not booting or running, such as the system is powered off."/>
2194 </Member>
2195 <Member Name="PrimaryProcessorInitializationStarted">
2196 <Annotation Term="OData.Description" String="The system has started initializing the primary processor."/>
2197 <Annotation Term="OData.LongDescription" String="This value shall indicate that the system has started to initialize the primary processor."/>
2198 </Member>
2199 <Member Name="BusInitializationStarted">
2200 <Annotation Term="OData.Description" String="The system has started initializing the buses."/>
2201 <Annotation Term="OData.LongDescription" String="This value shall indicate that the system has started to initialize the buses."/>
2202 </Member>
2203 <Member Name="MemoryInitializationStarted">
2204 <Annotation Term="OData.Description" String="The system has started initializing the memory."/>
2205 <Annotation Term="OData.LongDescription" String="This value shall indicate that the system has started to initialize memory."/>
2206 </Member>
2207 <Member Name="SecondaryProcessorInitializationStarted">
2208 <Annotation Term="OData.Description" String="The system has started initializing the remaining processors."/>
2209 <Annotation Term="OData.LongDescription" String="This value shall indicate that the system has started to initialize the secondary processors."/>
2210 </Member>
2211 <Member Name="PCIResourceConfigStarted">
2212 <Annotation Term="OData.Description" String="The system has started initializing the PCI resources."/>
2213 <Annotation Term="OData.LongDescription" String="This value shall indicate that the system has started to initialize PCI resources."/>
2214 </Member>
2215 <Member Name="SystemHardwareInitializationComplete">
2216 <Annotation Term="OData.Description" String="The system has completed initializing all hardware."/>
2217 <Annotation Term="OData.LongDescription" String="This value shall indicate that the system has completed initializing all hardware."/>
2218 </Member>
Gunnar Mills10f270b2021-05-19 15:34:06 -05002219 <Member Name="SetupEntered">
2220 <Annotation Term="OData.Description" String="The system has entered the setup utility."/>
2221 <Annotation Term="OData.LongDescription" String="This value shall indicate that the system has entered the setup utility."/>
2222 <Annotation Term="Redfish.Revisions">
2223 <Collection>
2224 <Record>
2225 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
2226 <PropertyValue Property="Version" String="v1_15_0"/>
2227 </Record>
2228 </Collection>
2229 </Annotation>
2230 </Member>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05002231 <Member Name="OSBootStarted">
2232 <Annotation Term="OData.Description" String="The operating system has started booting."/>
2233 <Annotation Term="OData.LongDescription" String="This value shall indicate that the operating system has started to boot."/>
2234 </Member>
2235 <Member Name="OSRunning">
2236 <Annotation Term="OData.Description" String="The operating system is running."/>
2237 <Annotation Term="OData.LongDescription" String="This value shall indicate that the operating system is running and shall indicate the final boot progress state."/>
2238 </Member>
2239 <Member Name="OEM">
2240 <Annotation Term="OData.Description" String="A boot progress state in an OEM-defined format."/>
2241 <Annotation Term="OData.LongDescription" String="This value shall indicate an OEM-defined boot progress state."/>
2242 </Member>
2243 </EnumType>
2244
2245 <ComplexType Name="HostSerialConsole">
2246 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
2247 <Annotation Term="OData.Description" String="The information about the serial console services that this system provides."/>
2248 <Annotation Term="OData.LongDescription" String="This type shall describe the serial console services for a computer system."/>
2249 <Property Name="MaxConcurrentSessions" Type="Edm.Int64" Nullable="false">
2250 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2251 <Annotation Term="OData.Description" String="The maximum number of service sessions, regardless of protocol, that this system can support."/>
2252 <Annotation Term="OData.LongDescription" String="This property shall contain the maximum number of concurrent service sessions that this implementation supports."/>
2253 <Annotation Term="Validation.Minimum" Int="0"/>
2254 </Property>
2255 <Property Name="SSH" Type="ComputerSystem.v1_13_0.SerialConsoleProtocol" Nullable="false">
2256 <Annotation Term="OData.Description" String="The connection details for an SSH serial console service."/>
2257 <Annotation Term="OData.LongDescription" String="This property shall contain connection details for a serial console service that uses the Secure Shell (SSH) protocol."/>
2258 </Property>
2259 <Property Name="Telnet" Type="ComputerSystem.v1_13_0.SerialConsoleProtocol" Nullable="false">
2260 <Annotation Term="OData.Description" String="The connection details for a Telnet serial console service."/>
2261 <Annotation Term="OData.LongDescription" String="This property shall contain connection details for a serial console service that uses the Telnet protocol."/>
2262 </Property>
2263 <Property Name="IPMI" Type="ComputerSystem.v1_13_0.SerialConsoleProtocol" Nullable="false">
2264 <Annotation Term="OData.Description" String="The connection details for an IPMI Serial-over-LAN service."/>
2265 <Annotation Term="OData.LongDescription" String="This property shall contain connection details for a serial console service that uses the IPMI Serial-over-LAN (SOL) protocol."/>
2266 </Property>
2267 </ComplexType>
2268
2269 <ComplexType Name="SerialConsoleProtocol">
2270 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
2271 <Annotation Term="OData.Description" String="The information about a serial console service that this system provides."/>
2272 <Annotation Term="OData.LongDescription" String="This type shall describe a serial console service for a computer system."/>
2273 <Property Name="ServiceEnabled" Type="Edm.Boolean" Nullable="false">
2274 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2275 <Annotation Term="OData.Description" String="An indication of whether the service is enabled for this system."/>
2276 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the protocol for the service is enabled."/>
2277 </Property>
2278 <Property Name="Port" Type="Edm.Int64">
2279 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2280 <Annotation Term="OData.Description" String="The protocol port."/>
2281 <Annotation Term="OData.LongDescription" String="This property shall contain the port assigned to the protocol."/>
2282 <Annotation Term="Validation.Minimum" Int="0"/>
2283 </Property>
2284 <Property Name="SharedWithManagerCLI" Type="Edm.Boolean" Nullable="false">
2285 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2286 <Annotation Term="OData.Description" String="Indicates whether the serial console service is shared with access to the manager's command-line interface (CLI)."/>
2287 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the serial console service is shared with access to the manager's command-line interface (CLI)."/>
2288 </Property>
2289 <Property Name="ConsoleEntryCommand" Type="Edm.String">
2290 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2291 <Annotation Term="OData.Description" String="The command string passed to the service to select or enter the system's serial console."/>
2292 <Annotation Term="OData.LongDescription" String="This property shall contain a command string that can be provided by a client to select or enter the system's serial console, when the console is shared among several systems or a manager CLI."/>
2293 </Property>
2294 <Property Name="HotKeySequenceDisplay" Type="Edm.String">
2295 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2296 <Annotation Term="OData.Description" String="The hotkey sequence available for the user to exit the serial console session."/>
2297 <Annotation Term="OData.LongDescription" String="This property shall contain a string that can be provided to a user to describe the hotkey sequence used to exit the serial console session, or, if shared with a manager CLI, to return to the CLI."/>
2298 </Property>
2299 </ComplexType>
2300
2301 <ComplexType Name="HostGraphicalConsole">
2302 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
2303 <Annotation Term="OData.Description" String="The information about a graphical console service for this system."/>
2304 <Annotation Term="OData.LongDescription" String="This type shall describe a graphical console service for a computer system."/>
2305 <Property Name="ServiceEnabled" Type="Edm.Boolean" Nullable="false">
2306 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2307 <Annotation Term="OData.Description" String="An indication of whether the service is enabled for this system."/>
2308 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the protocol for the service is enabled."/>
2309 </Property>
2310 <Property Name="Port" Type="Edm.Int64">
2311 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2312 <Annotation Term="OData.Description" String="The protocol port."/>
2313 <Annotation Term="OData.LongDescription" String="This property shall contain the port assigned to the service."/>
2314 <Annotation Term="Validation.Minimum" Int="0"/>
2315 </Property>
2316 <Property Name="ConnectTypesSupported" Type="Collection(ComputerSystem.v1_13_0.GraphicalConnectTypesSupported)" Nullable="false">
2317 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2318 <Annotation Term="OData.Description" String="This property enumerates the graphical console connection types that the implementation allows."/>
2319 <Annotation Term="OData.LongDescription" String="This property shall contain an array of the enumerations. KVMIP shall be included if a vendor-define KVM-IP protocol is supported."/>
2320 </Property>
2321 <Property Name="MaxConcurrentSessions" Type="Edm.Int64" Nullable="false">
2322 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2323 <Annotation Term="OData.Description" String="The maximum number of service sessions, regardless of protocol, that this system can support."/>
2324 <Annotation Term="OData.LongDescription" String="This property shall contain the maximum number of concurrent service sessions that this implementation supports."/>
2325 <Annotation Term="Validation.Minimum" Int="0"/>
2326 </Property>
2327 </ComplexType>
2328
2329 <EnumType Name="GraphicalConnectTypesSupported">
2330 <Member Name="KVMIP">
2331 <Annotation Term="OData.Description" String="The controller supports a graphical console connection through a KVM-IP (redirection of Keyboard, Video, Mouse over IP) protocol."/>
2332 </Member>
2333 <Member Name="OEM">
2334 <Annotation Term="OData.Description" String="The controller supports a graphical console connection through an OEM-specific protocol."/>
2335 </Member>
2336 </EnumType>
2337
2338 <ComplexType Name="VirtualMediaConfig">
2339 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
2340 <Annotation Term="OData.Description" String="The information about virtual media service for this system."/>
2341 <Annotation Term="OData.LongDescription" String="This type shall describe a virtual media service service for a computer system."/>
2342 <Property Name="ServiceEnabled" Type="Edm.Boolean" Nullable="false">
2343 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2344 <Annotation Term="OData.Description" String="An indication of whether the service is enabled for this system."/>
2345 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the protocol for the service is enabled."/>
2346 </Property>
2347 <Property Name="Port" Type="Edm.Int64">
2348 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2349 <Annotation Term="OData.Description" String="The protocol port."/>
2350 <Annotation Term="OData.LongDescription" String="This property shall contain the port assigned to the service."/>
2351 <Annotation Term="Validation.Minimum" Int="0"/>
2352 </Property>
2353 </ComplexType>
2354 </Schema>
2355
Gunnar Mills262d7d42021-01-20 16:28:41 -06002356 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_13_1">
2357 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2358 <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions. It was also created to add the word 'total' to the count properties in ProcessorSummary."/>
2359 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_13_0.ComputerSystem"/>
2360 </Schema>
2361
Gunnar Mills10f270b2021-05-19 15:34:06 -05002362 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_13_2">
2363 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2364 <Annotation Term="OData.Description" String="This version was created to clarify the behavior of the AliasBootOrder and BootSourceOverrideTarget properties. It was also created to correct various description to use proper normative terminology."/>
2365 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_13_1.ComputerSystem"/>
2366 </Schema>
2367
Gunnar Mills60c922d2021-12-01 09:28:53 -06002368 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_13_3">
2369 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2370 <Annotation Term="OData.Description" String="This version was created to clarify the BootOrder property might be controlled with a settings resource."/>
2371 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_13_2.ComputerSystem"/>
2372 </Schema>
2373
Ed Tanoused761212022-09-23 15:03:29 -07002374 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_13_4">
2375 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2376 <Annotation Term="OData.Description" String="This version was created to align the description of the Reset action with the descriptions of the values of ResetType in the Resource schema."/>
2377 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_13_3.ComputerSystem"/>
2378 </Schema>
2379
Gunnar Mills262d7d42021-01-20 16:28:41 -06002380 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_14_0">
2381 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2382 <Annotation Term="Redfish.Release" String="2020.4"/>
2383 <Annotation Term="OData.Description" String="This version was created to add Certificates and Measurements and to add TrustedModuleRequiredToBoot to the Boot property. It was also created to add CoreCount to the ProcessorSummary property."/>
2384
2385 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_13_1.ComputerSystem">
2386 <NavigationProperty Name="Certificates" Type="CertificateCollection.CertificateCollection" ContainsTarget="true" Nullable="false">
2387 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2388 <Annotation Term="OData.Description" String="The link to a collection of certificates for device identity and attestation."/>
2389 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type CertificateCollection that contains certificates for device identity and attestation."/>
2390 <Annotation Term="OData.AutoExpandReferences"/>
2391 </NavigationProperty>
2392 <Property Name="Measurements" Type="Collection(SoftwareInventory.MeasurementBlock)" Nullable="false">
2393 <Annotation Term="OData.Description" String="An array of DSP0274-defined measurement blocks."/>
2394 <Annotation Term="OData.LongDescription" String="This property shall contain an array of DSP0274-defined measurement blocks."/>
Sui Chen141d9432022-02-03 22:01:27 -08002395 <Annotation Term="Redfish.Revisions">
2396 <Collection>
2397 <Record>
2398 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
2399 <PropertyValue Property="Version" String="v1_17_0"/>
2400 <PropertyValue Property="Description" String="This property has been deprecated in favor of the ComponentIntegrity resource."/>
2401 </Record>
2402 </Collection>
2403 </Annotation>
Gunnar Mills262d7d42021-01-20 16:28:41 -06002404 </Property>
2405 </EntityType>
2406
2407 <ComplexType Name="Boot" BaseType="ComputerSystem.v1_11_0.Boot">
2408 <Property Name="TrustedModuleRequiredToBoot" Type="ComputerSystem.v1_14_0.TrustedModuleRequiredToBoot">
2409 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2410 <Annotation Term="OData.Description" String="The Trusted Module boot requirement."/>
2411 <Annotation Term="OData.LongDescription" String="This property shall contain the Trusted Module boot requirement."/>
2412 </Property>
2413 </ComplexType>
2414
2415 <ComplexType Name="ProcessorSummary" BaseType="ComputerSystem.v1_7_0.ProcessorSummary">
2416 <Property Name="CoreCount" Type="Edm.Int64">
2417 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2418 <Annotation Term="OData.Description" String="The number of processor cores in the system."/>
2419 <Annotation Term="OData.LongDescription" String="This property shall contain the total number of central processor cores in in the system."/>
2420 <Annotation Term="Validation.Minimum" Int="0"/>
2421 </Property>
2422 </ComplexType>
2423
2424 <EnumType Name="TrustedModuleRequiredToBoot">
2425 <Member Name="Disabled">
2426 <Annotation Term="OData.Description" String="No Trusted Module requirement to boot."/>
2427 <Annotation Term="OData.LongDescription" String="This value shall indicate a Trusted Module is not required to boot."/>
2428 </Member>
2429 <Member Name="Required">
2430 <Annotation Term="OData.Description" String="A functional Trusted Module is required to boot."/>
2431 <Annotation Term="OData.LongDescription" String="This value shall indicate a functioning Trusted Module is required to boot."/>
2432 </Member>
2433 </EnumType>
2434 </Schema>
2435
Gunnar Mills10f270b2021-05-19 15:34:06 -05002436 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_14_1">
2437 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2438 <Annotation Term="OData.Description" String="This version was created to clarify the behavior of the AliasBootOrder and BootSourceOverrideTarget properties. It was also created to correct various description to use proper normative terminology."/>
2439 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_14_0.ComputerSystem"/>
2440 </Schema>
2441
Gunnar Mills60c922d2021-12-01 09:28:53 -06002442 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_14_2">
2443 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2444 <Annotation Term="OData.Description" String="This version was created to clarify the BootOrder property might be controlled with a settings resource."/>
2445 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_14_1.ComputerSystem"/>
2446 </Schema>
2447
Ed Tanoused761212022-09-23 15:03:29 -07002448 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_14_3">
2449 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2450 <Annotation Term="OData.Description" String="This version was created to align the description of the Reset action with the descriptions of the values of ResetType in the Resource schema."/>
2451 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_14_2.ComputerSystem"/>
2452 </Schema>
2453
Gunnar Mills10f270b2021-05-19 15:34:06 -05002454 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_15_0">
2455 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2456 <Annotation Term="Redfish.Release" String="2021.1"/>
2457 <Annotation Term="OData.Description" String="This version was created to add StopBootOnFault to the Boot property. It was also created to add `SetupEntered` to BootProgress. It was also created to add the PowerMode, USBControllers, and GraphicsControllers properties. It was also created to add ThreadingEnabled to ProcessorSummary."/>
2458
2459 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_14_1.ComputerSystem">
2460 <NavigationProperty Name="GraphicsControllers" Type="GraphicsControllerCollection.GraphicsControllerCollection" ContainsTarget="true" Nullable="false">
2461 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2462 <Annotation Term="OData.Description" String="The link to a collection of graphics controllers that can output video for this system."/>
2463 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type GraphicsControllerCollection that contains graphics controllers that can output video for this system."/>
2464 <Annotation Term="OData.AutoExpandReferences"/>
2465 </NavigationProperty>
2466 <NavigationProperty Name="USBControllers" Type="USBControllerCollection.USBControllerCollection" ContainsTarget="true" Nullable="false">
2467 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2468 <Annotation Term="OData.Description" String="The link to a collection of USB controllers for this system."/>
2469 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type USBControllerCollection that contains USB controllers for this system."/>
2470 <Annotation Term="OData.AutoExpandReferences"/>
2471 </NavigationProperty>
2472 <Property Name="PowerMode" Type="ComputerSystem.v1_15_0.PowerMode">
2473 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2474 <Annotation Term="OData.Description" String="The power mode setting of the computer system."/>
2475 <Annotation Term="OData.LongDescription" String="This property shall contain the computer system power mode setting."/>
2476 </Property>
2477 </EntityType>
2478
2479 <ComplexType Name="Boot" BaseType="ComputerSystem.v1_14_0.Boot">
2480 <Property Name="StopBootOnFault" Type="ComputerSystem.v1_15_0.StopBootOnFault">
2481 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2482 <Annotation Term="OData.Description" String="If the boot should stop on a fault."/>
2483 <Annotation Term="OData.LongDescription" String="This property shall contain the setting if the boot should stop on a fault."/>
2484 </Property>
2485 </ComplexType>
2486
2487 <EnumType Name="StopBootOnFault">
2488 <Member Name="Never">
2489 <Annotation Term="OData.Description" String="The system performs any normal recovery actions during boot if a fault occurs."/>
2490 <Annotation Term="OData.LongDescription" String="This value shall indicate the system will continue to attempt to boot if a fault occurs."/>
2491 </Member>
2492 <Member Name="AnyFault">
2493 <Annotation Term="OData.Description" String="The system should stop the boot on any fault."/>
2494 <Annotation Term="OData.LongDescription" String="This value shall indicate the system will stop the boot if a fault occurs. This includes, but is not limited to, faults that affect performance, fault tolerance, or capacity."/>
2495 </Member>
2496 </EnumType>
2497
2498 <EnumType Name="PowerMode">
2499 <Member Name="MaximumPerformance">
2500 <Annotation Term="OData.Description" String="The system performs at the highest speeds possible."/>
2501 <Annotation Term="OData.LongDescription" String="This value shall indicate the system performs at the highest speeds possible. This mode should be used when performance is the top priority."/>
2502 </Member>
2503 <Member Name="BalancedPerformance">
2504 <Annotation Term="OData.Description" String="The system performs at the highest speeds while utilization is high and performs at reduced speeds when the utilization is low."/>
2505 <Annotation Term="OData.LongDescription" String="This value shall indicate the system performs at the highest speeds possible when the utilization is high and performs at reduced speeds when the utilization is low to save power. This mode is a compromise between `MaximumPerformance` and `PowerSaving`."/>
2506 </Member>
2507 <Member Name="PowerSaving">
2508 <Annotation Term="OData.Description" String="The system performs at reduced speeds to save power."/>
2509 <Annotation Term="OData.LongDescription" String="This value shall indicate the system performs at reduced speeds to save power. This mode should be used when power saving is the top priority."/>
2510 </Member>
2511 <Member Name="Static">
2512 <Annotation Term="OData.Description" String="The system power mode is static."/>
2513 <Annotation Term="OData.LongDescription" String="This value shall indicate the system performs at a static base speed."/>
2514 </Member>
2515 <Member Name="OSControlled">
2516 <Annotation Term="OData.Description" String="The system power mode is controlled by the operating system."/>
2517 <Annotation Term="OData.LongDescription" String="This value shall indicate the system performs at a operating system controlled power mode."/>
2518 </Member>
2519 <Member Name="OEM">
2520 <Annotation Term="OData.Description" String="The system power mode is OEM-defined."/>
2521 <Annotation Term="OData.LongDescription" String="This value shall indicate the system performs at an OEM-defined power mode."/>
2522 </Member>
2523 </EnumType>
2524
2525 <ComplexType Name="ProcessorSummary" BaseType="ComputerSystem.v1_14_0.ProcessorSummary">
2526 <Property Name="ThreadingEnabled" Type="Edm.Boolean" Nullable="false">
2527 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2528 <Annotation Term="OData.Description" String="An indication of whether threading is enabled on all processors in this system."/>
2529 <Annotation Term="OData.LongDescription" String="The value of this property shall indicate that all Processor resources in this system where the ProcessorType property contains `CPU` have multiple threading support enabled."/>
2530 </Property>
2531 </ComplexType>
2532 </Schema>
2533
Gunnar Mills60c922d2021-12-01 09:28:53 -06002534 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_15_1">
2535 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2536 <Annotation Term="OData.Description" String="This version was created to clarify the BootOrder property might be controlled with a settings resource."/>
2537 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_15_0.ComputerSystem"/>
2538 </Schema>
2539
Ed Tanoused761212022-09-23 15:03:29 -07002540 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_15_2">
2541 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2542 <Annotation Term="OData.Description" String="This version was created to align the description of the Reset action with the descriptions of the values of ResetType in the Resource schema."/>
2543 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_15_1.ComputerSystem"/>
2544 </Schema>
2545
Gunnar Mills9d424662021-09-22 21:56:16 -05002546 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_16_0">
2547 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2548 <Annotation Term="Redfish.Release" String="2021.2"/>
2549 <Annotation Term="OData.Description" String="This version was created to add IdlePowerSaver. It was also created to add KeyManagement. It was also created to deprecate Status within ProcessorSummary and MemorySummary in favor of Conditions within Status at the root of the resource."/>
2550
2551 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_15_0.ComputerSystem">
2552 <Property Name="IdlePowerSaver" Type="ComputerSystem.v1_16_0.IdlePowerSaver">
2553 <Annotation Term="OData.Description" String="The idle power saver settings of the computer system."/>
2554 <Annotation Term="OData.LongDescription" String="This property shall contain the idle power saver settings of the computer system."/>
2555 </Property>
2556 <Property Name="KeyManagement" Type="ComputerSystem.v1_16_0.KeyManagement">
2557 <Annotation Term="OData.Description" String="The key management settings of the computer system."/>
2558 <Annotation Term="OData.LongDescription" String="This property shall contain the key management settings of the computer system."/>
2559 </Property>
2560 </EntityType>
2561
2562 <ComplexType Name="IdlePowerSaver">
2563 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
2564 <Annotation Term="OData.Description" String="The idle power saver settings of a computer system."/>
2565 <Annotation Term="OData.LongDescription" String="This object shall contain the idle power saver settings of a computer system."/>
2566 <Property Name="Enabled" Type="Edm.Boolean" Nullable="false">
2567 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2568 <Annotation Term="OData.Description" String="An indication of whether idle power saver is enabled."/>
2569 <Annotation Term="OData.LongDescription" String="The value of this property shall indicate if idle power saver is enabled."/>
2570 </Property>
2571 <Property Name="EnterUtilizationPercent" Type="Edm.Decimal">
2572 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2573 <Annotation Term="OData.Description" String="The percentage of utilization that the computer system shall be lower than to enter idle power save."/>
2574 <Annotation Term="OData.LongDescription" String="This property shall contain the percentage of utilization that the computer system shall be lower than to enter idle power save."/>
2575 <Annotation Term="Validation.Minimum" Int="0"/>
2576 <Annotation Term="Measures.Unit" String="%"/>
2577 </Property>
2578 <Property Name="EnterDwellTimeSeconds" Type="Edm.Int64">
2579 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2580 <Annotation Term="OData.Description" String="The duration in seconds the computer system is below the EnterUtilizationPercent value before the idle power save is activated."/>
2581 <Annotation Term="OData.LongDescription" String="This property shall contain the duration in seconds the computer system is below the EnterUtilizationPercent value before the idle power save is activated."/>
2582 <Annotation Term="Validation.Minimum" Int="0"/>
2583 <Annotation Term="Measures.Unit" String="s"/>
2584 </Property>
2585 <Property Name="ExitUtilizationPercent" Type="Edm.Decimal">
2586 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2587 <Annotation Term="OData.Description" String="The percentage of utilization that the computer system shall be higher than to exit idle power save."/>
2588 <Annotation Term="OData.LongDescription" String="This property shall contain the percentage of utilization that the computer system shall be higher than to exit idle power save."/>
2589 <Annotation Term="Validation.Minimum" Int="0"/>
2590 <Annotation Term="Measures.Unit" String="%"/>
2591 </Property>
2592 <Property Name="ExitDwellTimeSeconds" Type="Edm.Int64">
2593 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2594 <Annotation Term="OData.Description" String="The duration in seconds the computer system is above the ExitUtilizationPercent value before the idle power save is stopped."/>
2595 <Annotation Term="OData.LongDescription" String="This property shall contain the duration in seconds the computer system is above the ExitUtilizationPercent value before the idle power save is stopped."/>
2596 <Annotation Term="Validation.Minimum" Int="0"/>
2597 <Annotation Term="Measures.Unit" String="s"/>
2598 </Property>
2599 </ComplexType>
2600
2601 <ComplexType Name="KeyManagement">
2602 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
2603 <Annotation Term="OData.Description" String="The key management settings of a computer system."/>
2604 <Annotation Term="OData.LongDescription" String="This object shall contain the key management settings of a computer system."/>
2605 <Property Name="KMIPServers" Type="Collection(ComputerSystem.v1_16_0.KMIPServer)">
2606 <Annotation Term="OData.Description" String="The KMIP servers to which this computer system is subscribed."/>
2607 <Annotation Term="OData.LongDescription" String="This property shall contain the KMIP servers to which this computer system is subscribed for key management."/>
2608 </Property>
2609 <NavigationProperty Name="KMIPCertificates" Type="CertificateCollection.CertificateCollection" ContainsTarget="true" Nullable="false">
2610 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2611 <Annotation Term="OData.Description" String="The link to a collection of server certificates for the servers referenced by the KMIPServers property."/>
2612 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type CertificateCollection that represents the server certificates for the servers referenced by the KMIPServers property."/>
2613 <Annotation Term="OData.AutoExpandReferences"/>
2614 </NavigationProperty>
2615 </ComplexType>
2616
2617 <ComplexType Name="KMIPServer">
2618 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
2619 <Annotation Term="OData.Description" String="The KMIP server settings for a computer system."/>
2620 <Annotation Term="OData.LongDescription" String="This object shall contain the KMIP server settings for a computer system."/>
2621 <Property Name="Address" Type="Edm.String">
2622 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2623 <Annotation Term="OData.Description" String="The KMIP server address."/>
2624 <Annotation Term="OData.LongDescription" String="This property shall contain the KMIP server address."/>
2625 </Property>
2626 <Property Name="Port" Type="Edm.Int64">
2627 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2628 <Annotation Term="OData.Description" String="The KMIP server port."/>
2629 <Annotation Term="OData.LongDescription" String="This property shall contain the KMIP server port."/>
2630 </Property>
2631 <Property Name="Username" Type="Edm.String">
2632 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2633 <Annotation Term="OData.Description" String="The username to access the KMIP server."/>
2634 <Annotation Term="OData.LongDescription" String="This property shall contain the username to access the KMIP server."/>
2635 </Property>
2636 <Property Name="Password" Type="Edm.String">
2637 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2638 <Annotation Term="OData.Description" String="The password to access the KMIP server. The value is `null` in responses."/>
2639 <Annotation Term="OData.LongDescription" String="This property shall contain the password to access the KMIP server. The value shall be `null` in responses."/>
2640 </Property>
2641 </ComplexType>
2642 </Schema>
2643
Gunnar Mills60c922d2021-12-01 09:28:53 -06002644 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_16_1">
2645 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2646 <Annotation Term="OData.Description" String="This version was created to clarify the BootOrder property might be controlled with a settings resource."/>
2647 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_16_0.ComputerSystem"/>
2648 </Schema>
2649
Ed Tanoused761212022-09-23 15:03:29 -07002650 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_16_2">
2651 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2652 <Annotation Term="OData.Description" String="This version was created to align the description of the Reset action with the descriptions of the values of ResetType in the Resource schema."/>
2653 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_16_1.ComputerSystem"/>
2654 </Schema>
2655
Sui Chen141d9432022-02-03 22:01:27 -08002656 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_17_0">
2657 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2658 <Annotation Term="Redfish.Release" String="2021.4"/>
2659 <Annotation Term="OData.Description" String="This version was created to deprecate Measurements in favor of measurement reporting in the ComponentIntegrity resource."/>
2660
2661 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_16_1.ComputerSystem"/>
2662
2663 <ComplexType Name="Links" BaseType="ComputerSystem.v1_5_0.Links">
2664 <NavigationProperty Name="OffloadedNetworkDeviceFunctions" Type="Collection(NetworkDeviceFunction.NetworkDeviceFunction)">
2665 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2666 <Annotation Term="OData.Description" String="The network device functions to which this system performs offload computation, such as with a SmartNIC."/>
2667 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type NetworkDeviceFunction that represent the network device functions to which this system performs offload computation, such as with a SmartNIC. This property shall not be present if the SystemType property does not contain `DPU`."/>
2668 <Annotation Term="OData.AutoExpandReferences"/>
2669 </NavigationProperty>
2670 </ComplexType>
2671 </Schema>
2672
Ed Tanoused761212022-09-23 15:03:29 -07002673 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_17_1">
2674 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2675 <Annotation Term="OData.Description" String="This version was created to align the description of the Reset action with the descriptions of the values of ResetType in the Resource schema."/>
2676 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_17_0.ComputerSystem"/>
2677 </Schema>
2678
2679 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_18_0">
2680 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2681 <Annotation Term="Redfish.Release" String="2022.1"/>
2682
2683 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_17_1.ComputerSystem">
2684 <Property Name="Composition" Type="ComputerSystem.v1_18_0.Composition">
2685 <Annotation Term="OData.Description" String="Information about the composition capabilities and state of the computer system."/>
2686 <Annotation Term="OData.LongDescription" String="This property shall contain information about the composition capabilities and state of the computer system."/>
2687 </Property>
2688 <Property Name="ManufacturingMode" Type="Edm.Boolean">
2689 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2690 <Annotation Term="OData.Description" String="An indication of whether the system is in manufacturing mode. Manufacturing mode is a special boot mode, not normally available to end users, that modifies features and settings for use while the system is being manufactured and tested."/>
2691 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the system is in manufacturing mode. If the system supports SMBIOS, the value shall match the 'Manufacturing mode is enabled' setting from the 'BIOS Characteristics' entry."/>
2692 </Property>
2693 </EntityType>
2694
2695 <ComplexType Name="BootProgress" BaseType="ComputerSystem.v1_13_0.BootProgress">
2696 <Property Name="LastBootTimeSeconds" Type="Edm.Decimal">
2697 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2698 <Annotation Term="OData.Description" String="The number of seconds the system spent booting to the operating system during the last boot."/>
2699 <Annotation Term="OData.LongDescription" String="This property shall contain the number of seconds that elapsed between system reset or power on and LastState transitioning to `OSRunning`. If LastState contains `OSRunning`, this property shall contain the most recent boot time. For other values of LastState, this property shall contain the boot time for the previous boot."/>
2700 </Property>
2701 </ComplexType>
2702
2703 <ComplexType Name="Composition">
2704 <Annotation Term="OData.Description" String="Information about the composition capabilities and state of a computer system."/>
2705 <Annotation Term="OData.LongDescription" String="This type shall contain information about the composition capabilities and state of a computer system."/>
2706 <Property Name="UseCases" Type="Collection(ComputerSystem.v1_18_0.CompositionUseCase)">
2707 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2708 <Annotation Term="OData.Description" String="The composition use cases in which this computer system can participate."/>
2709 <Annotation Term="OData.LongDescription" String="This property shall contain the composition use cases in which this computer system can participate."/>
2710 </Property>
2711 </ComplexType>
2712
2713 <EnumType Name="CompositionUseCase">
2714 <Member Name="ResourceBlockCapable">
2715 <Annotation Term="OData.Description" String="This computer system supports being registered as a resource block in order for it to participate in composition requests."/>
2716 <Annotation Term="OData.LongDescription" String="This value shall indicate the computer system supports being registered as a resource block in order for it to participate in composition requests."/>
2717 </Member>
2718 <Member Name="ExpandableSystem">
2719 <Annotation Term="OData.Description" String="This computer system supports expandable system composition and is associated with a resource block."/>
2720 <Annotation Term="OData.LongDescription" String="This value shall indicate the computer system supports expandable system composition and is associated with a resource block."/>
2721 </Member>
2722 </EnumType>
2723 </Schema>
2724
Jason M. Billsea4aa752018-06-05 13:29:11 -07002725 </edmx:DataServices>
2726</edmx:Edmx>