blob: 68037a5b33ba3fdef9a0c1c745c266b3b2b65513 [file] [log] [blame]
Jason M. Billsea4aa752018-06-05 13:29:11 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
Gunnar Mills262d7d42021-01-20 16:28:41 -06004<!--# Redfish Schema: ComputerSystem v1.14.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 -->
Gunnar Millsa778c022020-05-12 12:20:36 -05008<!--# Copyright 2014-2020 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>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700106
107 <edmx:DataServices>
108
Jason M. Billsea4aa752018-06-05 13:29:11 -0700109 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem">
110 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
111
112 <EntityType Name="ComputerSystem" BaseType="Resource.v1_0_0.Resource" Abstract="true">
Gunnar Millsa778c022020-05-12 12:20:36 -0500113 <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."/>
114 <Annotation Term="OData.LongDescription" String="This resource shall represent a computing system in the Redfish Specification."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700115 <Annotation Term="Capabilities.InsertRestrictions">
116 <Record>
117 <PropertyValue Property="Insertable" Bool="false"/>
118 </Record>
119 </Annotation>
120 <Annotation Term="Capabilities.UpdateRestrictions">
121 <Record>
122 <PropertyValue Property="Updatable" Bool="true"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700123 <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 -0700124 </Record>
125 </Annotation>
126 <Annotation Term="Capabilities.DeleteRestrictions">
127 <Record>
128 <PropertyValue Property="Deletable" Bool="true"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700129 <Annotation Term="OData.Description" String="A client can delete a composed computer system to retire it."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700130 </Record>
131 </Annotation>
Ed Tanous530520e2019-01-02 13:41:37 -0800132 <Annotation Term="Redfish.Uris">
133 <Collection>
134 <String>/redfish/v1/Systems/{ComputerSystemId}</String>
135 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}</String>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600136 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}</String>
Ed Tanous530520e2019-01-02 13:41:37 -0800137 </Collection>
138 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700139 </EntityType>
140
141 <Action Name="Reset" IsBound="true">
Gunnar Mills844b4152020-06-22 12:44:09 -0500142 <Annotation Term="OData.Description" String="This action resets the system."/>
143 <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. The ForceOff value shall remove power from the system or perform an ACPI Power Button Override, commonly known as a four-second hold of the Power Button. The ForceRestart value shall perform a ForceOff action, followed by an On action."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700144 <Parameter Name="ComputerSystem" Type="ComputerSystem.v1_0_0.Actions"/>
145 <Parameter Name="ResetType" Type="Resource.ResetType">
Ed Tanouscb103132019-10-08 11:34:22 -0700146 <Annotation Term="OData.Description" String="The type of reset."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500147 <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 -0700148 </Parameter>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700149 </Action>
150
151 <Action Name="SetDefaultBootOrder" IsBound="true">
Ed Tanouscb103132019-10-08 11:34:22 -0700152 <Annotation Term="OData.Description" String="This action sets the BootOrder to the default settings."/>
153 <Annotation Term="OData.LongDescription" String="This action shall set the BootOrder array to the default settings."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500154 <Parameter Name="ComputerSystem" Type="ComputerSystem.v1_0_0.Actions"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600155 <Annotation Term="Redfish.Revisions">
156 <Collection>
157 <Record>
158 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
159 <PropertyValue Property="Version" String="v1_5_0"/>
160 </Record>
161 </Collection>
162 </Annotation>
163 </Action>
164
165 <Action Name="AddResourceBlock" IsBound="true">
Gunnar Mills844b4152020-06-22 12:44:09 -0500166 <Annotation Term="OData.Description" String="This action adds a resource block to a system."/>
167 <Annotation Term="OData.LongDescription" String="This action shall add a resource block to a system."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600168 <Parameter Name="ComputerSystem" Type="ComputerSystem.v1_0_0.Actions"/>
169 <Parameter Name="ResourceBlock" Type="ResourceBlock.ResourceBlock" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500170 <Annotation Term="OData.Description" String="The resource block to add to the system."/>
171 <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 -0600172 </Parameter>
173 <Parameter Name="ResourceBlockETag" Type="Edm.String">
Gunnar Millsa778c022020-05-12 12:20:36 -0500174 <Annotation Term="OData.Description" String="The current ETag of the resource block to add to the system."/>
175 <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 -0600176 </Parameter>
177 <Parameter Name="ComputerSystemETag" Type="Edm.String">
178 <Annotation Term="OData.Description" String="The current ETag of the system."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700179 <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 -0600180 </Parameter>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600181 <Annotation Term="Redfish.Revisions">
182 <Collection>
183 <Record>
184 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
185 <PropertyValue Property="Version" String="v1_6_0"/>
186 </Record>
187 </Collection>
188 </Annotation>
189 </Action>
190
191 <Action Name="RemoveResourceBlock" IsBound="true">
Gunnar Mills844b4152020-06-22 12:44:09 -0500192 <Annotation Term="OData.Description" String="This action removes a resource block from a system."/>
193 <Annotation Term="OData.LongDescription" String="This action shall remove a resource block from a system."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600194 <Parameter Name="ComputerSystem" Type="ComputerSystem.v1_0_0.Actions"/>
195 <Parameter Name="ResourceBlock" Type="ResourceBlock.ResourceBlock" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500196 <Annotation Term="OData.Description" String="The resource block to remove from the system."/>
197 <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 -0600198 </Parameter>
199 <Parameter Name="ResourceBlockETag" Type="Edm.String">
Gunnar Millsa778c022020-05-12 12:20:36 -0500200 <Annotation Term="OData.Description" String="The current ETag of the resource block to remove from the system."/>
201 <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 -0600202 </Parameter>
203 <Parameter Name="ComputerSystemETag" Type="Edm.String">
204 <Annotation Term="OData.Description" String="The current ETag of the system."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700205 <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 -0600206 </Parameter>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600207 <Annotation Term="Redfish.Revisions">
208 <Collection>
209 <Record>
210 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
211 <PropertyValue Property="Version" String="v1_6_0"/>
212 </Record>
213 </Collection>
214 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700215 </Action>
216
217 <EnumType Name="BootSource">
218 <Member Name="None">
219 <Annotation Term="OData.Description" String="Boot from the normal boot device."/>
220 </Member>
221 <Member Name="Pxe">
222 <Annotation Term="OData.Description" String="Boot from the Pre-Boot EXecution (PXE) environment."/>
223 </Member>
224 <Member Name="Floppy">
225 <Annotation Term="OData.Description" String="Boot from the floppy disk drive."/>
226 </Member>
227 <Member Name="Cd">
Ed Tanouscb103132019-10-08 11:34:22 -0700228 <Annotation Term="OData.Description" String="Boot from the CD or DVD."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700229 </Member>
230 <Member Name="Usb">
Ed Tanouscb103132019-10-08 11:34:22 -0700231 <Annotation Term="OData.Description" String="Boot from a system BIOS-specified USB device."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700232 </Member>
233 <Member Name="Hdd">
234 <Annotation Term="OData.Description" String="Boot from a hard drive."/>
235 </Member>
236 <Member Name="BiosSetup">
Ed Tanouscb103132019-10-08 11:34:22 -0700237 <Annotation Term="OData.Description" String="Boot to the BIOS setup utility."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700238 </Member>
239 <Member Name="Utilities">
Ed Tanouscb103132019-10-08 11:34:22 -0700240 <Annotation Term="OData.Description" String="Boot to the manufacturer's utilities program or programs."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700241 </Member>
242 <Member Name="Diags">
Ed Tanouscb103132019-10-08 11:34:22 -0700243 <Annotation Term="OData.Description" String="Boot to the manufacturer's diagnostics program."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700244 </Member>
245 <Member Name="UefiShell">
246 <Annotation Term="OData.Description" String="Boot to the UEFI Shell."/>
247 </Member>
248 <Member Name="UefiTarget">
Ed Tanouscb103132019-10-08 11:34:22 -0700249 <Annotation Term="OData.Description" String="Boot to the UEFI device specified in the UefiTargetBootSourceOverride property."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700250 </Member>
251 <Member Name="SDCard">
Ed Tanouscb103132019-10-08 11:34:22 -0700252 <Annotation Term="OData.Description" String="Boot from an SD card."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600253 <Annotation Term="Redfish.Revisions">
254 <Collection>
255 <Record>
256 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
257 <PropertyValue Property="Version" String="v1_1_0"/>
258 </Record>
259 </Collection>
260 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700261 </Member>
262 <Member Name="UefiHttp">
263 <Annotation Term="OData.Description" String="Boot from a UEFI HTTP network location."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600264 <Annotation Term="Redfish.Revisions">
265 <Collection>
266 <Record>
267 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
268 <PropertyValue Property="Version" String="v1_1_0"/>
269 </Record>
270 </Collection>
271 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700272 </Member>
273 <Member Name="RemoteDrive">
Ed Tanouscb103132019-10-08 11:34:22 -0700274 <Annotation Term="OData.Description" String="Boot from a remote drive, such as an iSCSI target."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600275 <Annotation Term="Redfish.Revisions">
276 <Collection>
277 <Record>
278 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
279 <PropertyValue Property="Version" String="v1_2_0"/>
280 </Record>
281 </Collection>
282 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700283 </Member>
284 <Member Name="UefiBootNext">
Ed Tanouscb103132019-10-08 11:34:22 -0700285 <Annotation Term="OData.Description" String="Boot to the UEFI device that the BootNext property specifies."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600286 <Annotation Term="Redfish.Revisions">
287 <Collection>
288 <Record>
289 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
290 <PropertyValue Property="Version" String="v1_5_0"/>
291 </Record>
292 </Collection>
293 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700294 </Member>
295 </EnumType>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700296 </Schema>
297
298 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_0">
299 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600300 <Annotation Term="Redfish.Release" String="1.0"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700301
302 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.ComputerSystem">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700303 <Property Name="SystemType" Type="ComputerSystem.v1_0_0.SystemType" Nullable="false">
304 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500305 <Annotation Term="OData.Description" String="The type of computer system that this resource represents."/>
306 <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 -0700307 </Property>
308 <Property Name="Links" Type="ComputerSystem.v1_0_0.Links" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500309 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
310 <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 -0700311 </Property>
312 <Property Name="AssetTag" Type="Edm.String">
313 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700314 <Annotation Term="OData.Description" String="The user-definable tag that can track this computer system for inventory or other client purposes."/>
315 <Annotation Term="OData.LongDescription" String="This property shall contain the system asset tag value."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700316 </Property>
317 <Property Name="Manufacturer" Type="Edm.String">
318 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
319 <Annotation Term="OData.Description" String="The manufacturer or OEM of this system."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700320 <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 -0700321 </Property>
322 <Property Name="Model" Type="Edm.String">
323 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
324 <Annotation Term="OData.Description" String="The product name for this system, without the manufacturer name."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700325 <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 -0700326 </Property>
327 <Property Name="SKU" Type="Edm.String">
328 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
329 <Annotation Term="OData.Description" String="The manufacturer SKU for this system."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700330 <Annotation Term="OData.LongDescription" String="This property shall contain the SKU for the system."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700331 </Property>
332 <Property Name="SerialNumber" Type="Edm.String">
333 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
334 <Annotation Term="OData.Description" String="The serial number for this system."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700335 <Annotation Term="OData.LongDescription" String="This property shall contain the serial number for the system."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700336 </Property>
337 <Property Name="PartNumber" Type="Edm.String">
338 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
339 <Annotation Term="OData.Description" String="The part number for this system."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700340 <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 -0700341 </Property>
342 <Property Name="UUID" Type="Resource.UUID">
343 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700344 <Annotation Term="OData.Description" String="The UUID for this system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500345 <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 -0700346 </Property>
347 <Property Name="HostName" Type="Edm.String">
348 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700349 <Annotation Term="OData.Description" String="The DNS host name, without any domain information."/>
350 <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 -0700351 </Property>
352 <Property Name="IndicatorLED" Type="ComputerSystem.v1_0_0.IndicatorLED">
353 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700354 <Annotation Term="OData.Description" String="The state of the indicator LED, which identifies the system."/>
355 <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 -0500356 <Annotation Term="Redfish.Revisions">
357 <Collection>
358 <Record>
359 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
360 <PropertyValue Property="Version" String="v1_13_0"/>
361 <PropertyValue Property="Description" String="This property has been deprecated in favor of the LocationIndicatorActive property."/>
362 </Record>
363 </Collection>
364 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700365 </Property>
366 <Property Name="PowerState" Type="ComputerSystem.v1_0_0.PowerState">
367 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700368 <Annotation Term="OData.Description" String="The current power state of the system."/>
369 <Annotation Term="OData.LongDescription" String="This property shall contain the power state of the system."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700370 </Property>
371 <Property Name="Boot" Type="ComputerSystem.v1_0_0.Boot" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700372 <Annotation Term="OData.Description" String="The boot settings for this system."/>
373 <Annotation Term="OData.LongDescription" String="This property shall contain the boot settings for this system."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700374 </Property>
375 <Property Name="BiosVersion" Type="Edm.String">
376 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
377 <Annotation Term="OData.Description" String="The version of the system BIOS or primary system firmware."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500378 <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 might contain a version string that represents the primary system firmware."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700379 </Property>
380 <Property Name="ProcessorSummary" Type="ComputerSystem.v1_0_0.ProcessorSummary" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700381 <Annotation Term="OData.Description" String="The central processors of the system in general detail."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500382 <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 -0700383 </Property>
384 <Property Name="MemorySummary" Type="ComputerSystem.v1_0_0.MemorySummary" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700385 <Annotation Term="OData.Description" String="The central memory of the system in general detail."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500386 <Annotation Term="OData.LongDescription" String="This property shall describe the central memory for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700387 </Property>
388 <Property Name="Actions" Type="ComputerSystem.v1_0_0.Actions" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500389 <Annotation Term="OData.Description" String="The available actions for this resource."/>
390 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700391 </Property>
392 <NavigationProperty Name="Processors" Type="ProcessorCollection.ProcessorCollection" ContainsTarget="true" Nullable="false">
393 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700394 <Annotation Term="OData.Description" String="The link to the collection of processors associated with this system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500395 <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 -0700396 <Annotation Term="OData.AutoExpandReferences"/>
397 </NavigationProperty>
398 <NavigationProperty Name="EthernetInterfaces" Type="EthernetInterfaceCollection.EthernetInterfaceCollection" ContainsTarget="true" Nullable="false">
399 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700400 <Annotation Term="OData.Description" String="The link to the collection of Ethernet interfaces associated with this system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500401 <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 -0700402 <Annotation Term="OData.AutoExpandReferences"/>
403 </NavigationProperty>
404 <NavigationProperty Name="SimpleStorage" Type="SimpleStorageCollection.SimpleStorageCollection" ContainsTarget="true" Nullable="false">
405 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700406 <Annotation Term="OData.Description" String="The link to the collection of storage devices associated with this system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500407 <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 -0700408 <Annotation Term="OData.AutoExpandReferences"/>
409 </NavigationProperty>
410 <NavigationProperty Name="LogServices" Type="LogServiceCollection.LogServiceCollection" ContainsTarget="true" Nullable="false">
411 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500412 <Annotation Term="OData.Description" String="The link to the collection of log services associated with this system."/>
413 <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 -0700414 <Annotation Term="OData.AutoExpandReferences"/>
415 </NavigationProperty>
Ed Tanous530520e2019-01-02 13:41:37 -0800416 <Property Name="Status" Type="Resource.Status" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500417 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
418 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800419 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700420 </EntityType>
421
422 <ComplexType Name="Links" BaseType="Resource.Links">
Gunnar Millsa778c022020-05-12 12:20:36 -0500423 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
424 <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 -0700425 <NavigationProperty Name="Chassis" Type="Collection(Chassis.Chassis)">
426 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700427 <Annotation Term="OData.Description" String="An array of links to the chassis that contains this system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500428 <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 -0700429 <Annotation Term="OData.AutoExpandReferences"/>
430 </NavigationProperty>
431 <NavigationProperty Name="ManagedBy" Type="Collection(Manager.Manager)">
432 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700433 <Annotation Term="OData.Description" String="An array of links to the managers responsible for this system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500434 <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 -0700435 <Annotation Term="OData.AutoExpandReferences"/>
436 </NavigationProperty>
437 <NavigationProperty Name="PoweredBy" Type="Collection(Resource.Item)">
438 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500439 <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."/>
440 <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 -0700441 <Annotation Term="OData.AutoExpandReferences"/>
442 </NavigationProperty>
443 <NavigationProperty Name="CooledBy" Type="Collection(Resource.Item)">
444 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500445 <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."/>
446 <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 -0700447 <Annotation Term="OData.AutoExpandReferences"/>
448 </NavigationProperty>
449 </ComplexType>
450
451 <ComplexType Name="Actions">
452 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500453 <Annotation Term="OData.Description" String="The available actions for this resource."/>
454 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800455 <Property Name="Oem" Type="ComputerSystem.v1_0_0.OemActions" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500456 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
457 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800458 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700459 </ComplexType>
460
461 <ComplexType Name="OemActions">
462 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500463 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
464 <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 -0700465 </ComplexType>
466
467 <EnumType Name="SystemType">
468 <Member Name="Physical">
469 <Annotation Term="OData.Description" String="A computer system."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700470 <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 -0700471 </Member>
472 <Member Name="Virtual">
473 <Annotation Term="OData.Description" String="A virtual machine instance running on this system."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700474 <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 -0700475 </Member>
476 <Member Name="OS">
477 <Annotation Term="OData.Description" String="An operating system instance."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700478 <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 -0700479 </Member>
480 <Member Name="PhysicallyPartitioned">
481 <Annotation Term="OData.Description" String="A hardware-based partition of a computer system."/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600482 <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 -0700483 </Member>
484 <Member Name="VirtuallyPartitioned">
485 <Annotation Term="OData.Description" String="A virtual or software-based partition of a computer system."/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600486 <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 -0700487 </Member>
488 <Member Name="Composed">
Gunnar Millsa778c022020-05-12 12:20:36 -0500489 <Annotation Term="OData.Description" String="A computer system constructed by binding resource blocks together."/>
490 <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 -0600491 <Annotation Term="Redfish.Revisions">
492 <Collection>
493 <Record>
494 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
495 <PropertyValue Property="Version" String="v1_4_0"/>
496 </Record>
497 </Collection>
498 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700499 </Member>
500 </EnumType>
501
Jason M. Billsea4aa752018-06-05 13:29:11 -0700502 <EnumType Name="IndicatorLED">
503 <Member Name="Unknown">
Ed Tanouscb103132019-10-08 11:34:22 -0700504 <Annotation Term="OData.Description" String="The state of the indicator LED cannot be determined."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500505 <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 -0600506 <Annotation Term="Redfish.Revisions">
507 <Collection>
508 <Record>
509 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
510 <PropertyValue Property="Version" String="v1_1_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700511 <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 -0600512 </Record>
513 </Collection>
514 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700515 </Member>
516 <Member Name="Lit">
Ed Tanouscb103132019-10-08 11:34:22 -0700517 <Annotation Term="OData.Description" String="The indicator LED is lit."/>
518 <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 -0700519 </Member>
520 <Member Name="Blinking">
Ed Tanouscb103132019-10-08 11:34:22 -0700521 <Annotation Term="OData.Description" String="The indicator LED is blinking."/>
522 <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 -0700523 </Member>
524 <Member Name="Off">
Ed Tanouscb103132019-10-08 11:34:22 -0700525 <Annotation Term="OData.Description" String="The indicator LED is off."/>
526 <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 -0700527 </Member>
528 </EnumType>
529
530 <EnumType Name="PowerState">
531 <Member Name="On">
532 <Annotation Term="OData.Description" String="The system is powered on."/>
533 </Member>
534 <Member Name="Off">
Gunnar Mills844b4152020-06-22 12:44:09 -0500535 <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 -0700536 </Member>
537 <Member Name="PoweringOn">
Ed Tanouscb103132019-10-08 11:34:22 -0700538 <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 -0700539 </Member>
540 <Member Name="PoweringOff">
Ed Tanouscb103132019-10-08 11:34:22 -0700541 <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 -0700542 </Member>
543 </EnumType>
544
545 <ComplexType Name="Boot">
546 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500547 <Annotation Term="OData.Description" String="The boot information for this resource."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700548 <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 -0700549 <Property Name="BootSourceOverrideTarget" Type="ComputerSystem.BootSource">
550 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700551 <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 Mills262d7d42021-01-20 16:28:41 -0600552 <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. `Pxe` indicates to PXE boot from the primary NIC; `Floppy`, `Cd`, `Usb`, and `Hdd` indicate to boot from their devices respectively. `BiosSetup` indicates to boot into the native BIOS screen setup. `Utilities` and `Diags` indicate to boot from the local utilities or diagnostics partitions. `UefiTarget` indicates to boot from the UEFI device path found in UefiTargetBootSourceOverride. `UefiBootNext` indicates to boot from the UEFI BootOptionReference found in BootNext. Changes to this property do not alter the BIOS persistent boot order configuration."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700553 </Property>
554 <Property Name="BootSourceOverrideEnabled" Type="ComputerSystem.v1_0_0.BootSourceOverrideEnabled">
555 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700556 <Annotation Term="OData.Description" String="The state of the boot source override feature."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500557 <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 -0700558 </Property>
559 <Property Name="UefiTargetBootSourceOverride" Type="Edm.String">
560 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700561 <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 -0500562 <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 -0700563 </Property>
564 </ComplexType>
565
Jason M. Billsea4aa752018-06-05 13:29:11 -0700566 <EnumType Name="BootSourceOverrideEnabled">
567 <Member Name="Disabled">
Ed Tanouscb103132019-10-08 11:34:22 -0700568 <Annotation Term="OData.Description" String="The system boots normally."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700569 </Member>
570 <Member Name="Once">
Ed Tanouscb103132019-10-08 11:34:22 -0700571 <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 -0700572 </Member>
573 <Member Name="Continuous">
Ed Tanouscb103132019-10-08 11:34:22 -0700574 <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 -0700575 </Member>
576 </EnumType>
577
578 <ComplexType Name="ProcessorSummary">
579 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700580 <Annotation Term="OData.Description" String="The central processors of the system in general detail."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500581 <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 -0700582 <Property Name="Count" Type="Edm.Int64">
583 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
584 <Annotation Term="OData.Description" String="The number of physical processors in the system."/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600585 <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 -0700586 <Annotation Term="Validation.Minimum" Int="0"/>
587 </Property>
588 <Property Name="Model" Type="Edm.String">
589 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
590 <Annotation Term="OData.Description" String="The processor model for the primary or majority of processors in this system."/>
591 <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."/>
592 </Property>
Ed Tanous530520e2019-01-02 13:41:37 -0800593 <Property Name="Status" Type="Resource.Status" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500594 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
595 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800596 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700597 </ComplexType>
598
599 <ComplexType Name="MemorySummary">
600 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700601 <Annotation Term="OData.Description" String="The memory of the system in general detail."/>
602 <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 -0700603 <Property Name="TotalSystemMemoryGiB" Type="Edm.Decimal">
604 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
605 <Annotation Term="OData.Description" String="The total configured operating system-accessible memory (RAM), measured in GiB."/>
606 <Annotation Term="OData.LongDescription" String="This property shall contain the amount of configured system general purpose volatile (RAM) memory as measured in gibibytes."/>
607 <Annotation Term="Validation.Minimum" Int="0"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800608 <Annotation Term="Measures.Unit" String="GiBy"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700609 </Property>
Ed Tanous530520e2019-01-02 13:41:37 -0800610 <Property Name="Status" Type="Resource.Status" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500611 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
612 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800613 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700614 </ComplexType>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700615 </Schema>
616
617 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_1">
618 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
619 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
620 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_0.ComputerSystem"/>
621 </Schema>
622
623 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_2">
624 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
625 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
626 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_1.ComputerSystem"/>
627 </Schema>
628
629 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_3">
630 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
631 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
632 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_2.ComputerSystem"/>
633 </Schema>
634
635 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_4">
636 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
637 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
638 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_3.ComputerSystem"/>
639 </Schema>
640
641 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_5">
642 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700643 <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 -0700644 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_4.ComputerSystem"/>
645 </Schema>
646
647 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_6">
648 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
649 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
650 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_5.ComputerSystem"/>
651 </Schema>
652
653 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_7">
654 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700655 <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 -0700656 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_6.ComputerSystem"/>
657 </Schema>
658
Ed Tanous530520e2019-01-02 13:41:37 -0800659 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_8">
660 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500661 <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 -0800662 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_7.ComputerSystem"/>
663 </Schema>
664
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600665 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_9">
666 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500667 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600668 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_8.ComputerSystem"/>
669 </Schema>
670
Ed Tanouscb103132019-10-08 11:34:22 -0700671 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_10">
672 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
673 <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."/>
674 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_9.ComputerSystem"/>
675 </Schema>
676
677 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_11">
678 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
679 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
680 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_10.ComputerSystem"/>
681 </Schema>
682
Gunnar Mills09b9d452020-02-11 13:27:39 -0600683 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_12">
684 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
685 <Annotation Term="OData.Description" String="This version was created to update the description for UefiTargetBootSourceOverride."/>
686 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_11.ComputerSystem"/>
687 </Schema>
688
Gunnar Millsa778c022020-05-12 12:20:36 -0500689 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_13">
690 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
691 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
692 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_12.ComputerSystem"/>
693 </Schema>
694
Gunnar Mills844b4152020-06-22 12:44:09 -0500695 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_14">
696 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
697 <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."/>
698 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_13.ComputerSystem"/>
699 </Schema>
700
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500701 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_15">
702 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600703 <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 -0500704 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_14.ComputerSystem"/>
705 </Schema>
706
Gunnar Mills262d7d42021-01-20 16:28:41 -0600707 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_16">
708 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
709 <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."/>
710 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_15.ComputerSystem"/>
711 </Schema>
712
Jason M. Billsea4aa752018-06-05 13:29:11 -0700713 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_0">
714 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600715 <Annotation Term="Redfish.Release" String="2016.1"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700716
717 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_2.ComputerSystem">
718 <Property Name="TrustedModules" Type="Collection(ComputerSystem.v1_1_0.TrustedModules)" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700719 <Annotation Term="OData.Description" String="An array of trusted modules in the system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500720 <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 -0700721 </Property>
722 <NavigationProperty Name="SecureBoot" Type="SecureBoot.SecureBoot" ContainsTarget="true" Nullable="false">
723 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700724 <Annotation Term="OData.Description" String="The link to the UEFI Secure Boot associated with this system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500725 <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 -0700726 <Annotation Term="OData.AutoExpandReferences"/>
727 </NavigationProperty>
728 <NavigationProperty Name="Bios" Type="Bios.Bios" ContainsTarget="true" Nullable="false">
729 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700730 <Annotation Term="OData.Description" String="The link to the BIOS settings associated with this system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500731 <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 -0700732 <Annotation Term="OData.AutoExpandReferences"/>
733 </NavigationProperty>
734 <NavigationProperty Name="Memory" Type="MemoryCollection.MemoryCollection" ContainsTarget="true" Nullable="false">
735 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700736 <Annotation Term="OData.Description" String="The link to the collection of memory associated with this system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500737 <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 -0700738 <Annotation Term="OData.AutoExpandReferences"/>
739 </NavigationProperty>
740 <NavigationProperty Name="Storage" Type="StorageCollection.StorageCollection" ContainsTarget="true" Nullable="false">
741 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700742 <Annotation Term="OData.Description" String="The link to the collection of storage devices associated with this system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500743 <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 -0700744 <Annotation Term="OData.AutoExpandReferences"/>
745 </NavigationProperty>
746 </EntityType>
747
748 <ComplexType Name="MemorySummary" BaseType="ComputerSystem.v1_0_0.MemorySummary">
749 <Property Name="MemoryMirroring" Type="ComputerSystem.v1_1_0.MemoryMirroring">
750 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700751 <Annotation Term="OData.Description" String="The ability and type of memory mirroring that this computer system supports."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500752 <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 -0700753 </Property>
754 </ComplexType>
755
756 <EnumType Name="MemoryMirroring">
757 <Member Name="System">
Ed Tanouscb103132019-10-08 11:34:22 -0700758 <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 -0700759 </Member>
760 <Member Name="DIMM">
761 <Annotation Term="OData.Description" String="The system supports DIMM mirroring at the DIMM level. Individual DIMMs can be mirrored."/>
762 </Member>
763 <Member Name="Hybrid">
764 <Annotation Term="OData.Description" String="The system supports a hybrid mirroring at the system and DIMM levels. Individual DIMMs can be mirrored."/>
765 </Member>
766 <Member Name="None">
767 <Annotation Term="OData.Description" String="The system does not support DIMM mirroring."/>
768 </Member>
769 </EnumType>
770
771 <ComplexType Name="Boot" BaseType="ComputerSystem.v1_0_0.Boot">
772 <Property Name="BootSourceOverrideMode" Type="ComputerSystem.v1_1_0.BootSourceOverrideMode">
773 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700774 <Annotation Term="OData.Description" String="The BIOS boot mode to use when the system boots from the BootSourceOverrideTarget boot source."/>
775 <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 -0700776 </Property>
777 </ComplexType>
778
779 <EnumType Name="BootSourceOverrideMode">
780 <Member Name="Legacy">
Ed Tanouscb103132019-10-08 11:34:22 -0700781 <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 -0700782 </Member>
783 <Member Name="UEFI">
Ed Tanouscb103132019-10-08 11:34:22 -0700784 <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 -0700785 </Member>
786 </EnumType>
787
788 <ComplexType Name="TrustedModules">
789 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700790 <Annotation Term="OData.Description" String="The Trusted Module installed in the system."/>
791 <Annotation Term="OData.LongDescription" String="This type shall describe a Trusted Module for a system."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700792 <Property Name="FirmwareVersion" Type="Edm.String">
793 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
794 <Annotation Term="OData.Description" String="The firmware version of this Trusted Module."/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600795 <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 -0700796 </Property>
797 <Property Name="InterfaceType" Type="ComputerSystem.v1_1_0.InterfaceType">
798 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700799 <Annotation Term="OData.Description" String="The interface type of the Trusted Module."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700800 <Annotation Term="OData.LongDescription" String="This property shall contain the interface type of the installed Trusted Module."/>
801 </Property>
Ed Tanous530520e2019-01-02 13:41:37 -0800802 <Property Name="Status" Type="Resource.Status" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500803 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
804 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800805 </Property>
806 <Property Name="Oem" Type="Resource.Oem" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700807 <Annotation Term="OData.Description" String="The OEM extension property."/>
808 <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 -0800809 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700810 </ComplexType>
811
812 <EnumType Name="InterfaceType">
813 <Member Name="TPM1_2">
814 <Annotation Term="OData.Description" String="Trusted Platform Module (TPM) 1.2."/>
815 </Member>
816 <Member Name="TPM2_0">
817 <Annotation Term="OData.Description" String="Trusted Platform Module (TPM) 2.0."/>
818 </Member>
819 <Member Name="TCM1_0">
820 <Annotation Term="OData.Description" String="Trusted Cryptography Module (TCM) 1.0."/>
821 </Member>
822 </EnumType>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700823 </Schema>
824
825 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_1">
826 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
827 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
828 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_0.ComputerSystem"/>
829 </Schema>
830
831 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_2">
832 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
833 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
834 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_1.ComputerSystem"/>
835 </Schema>
836
837 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_3">
838 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700839 <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 -0700840 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_2.ComputerSystem"/>
841 </Schema>
842
843 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_4">
844 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
845 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
846 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_3.ComputerSystem"/>
847 </Schema>
848
849 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_5">
850 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700851 <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 -0700852 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_4.ComputerSystem"/>
853 </Schema>
854
Ed Tanous530520e2019-01-02 13:41:37 -0800855 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_6">
856 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500857 <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 -0800858 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_5.ComputerSystem"/>
859 </Schema>
860
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600861 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_7">
862 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500863 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600864 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_6.ComputerSystem"/>
865 </Schema>
866
Ed Tanouscb103132019-10-08 11:34:22 -0700867 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_8">
868 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
869 <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."/>
870 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_7.ComputerSystem"/>
871 </Schema>
872
873 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_9">
874 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
875 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
876 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_8.ComputerSystem"/>
877 </Schema>
878
Gunnar Mills09b9d452020-02-11 13:27:39 -0600879 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_10">
880 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
881 <Annotation Term="OData.Description" String="This version was created to update the description for UefiTargetBootSourceOverride."/>
882 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_9.ComputerSystem"/>
883 </Schema>
884
Gunnar Millsa778c022020-05-12 12:20:36 -0500885 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_11">
886 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
887 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
888 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_10.ComputerSystem"/>
889 </Schema>
890
Gunnar Mills844b4152020-06-22 12:44:09 -0500891 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_12">
892 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
893 <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."/>
894 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_11.ComputerSystem"/>
895 </Schema>
896
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500897 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_13">
898 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600899 <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 -0500900 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_12.ComputerSystem"/>
901 </Schema>
902
Gunnar Mills262d7d42021-01-20 16:28:41 -0600903 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_14">
904 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
905 <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."/>
906 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_13.ComputerSystem"/>
907 </Schema>
908
Jason M. Billsea4aa752018-06-05 13:29:11 -0700909 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_0">
910 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600911 <Annotation Term="Redfish.Release" String="2016.2"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700912
913 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_1.ComputerSystem">
914 <Property Name="HostingRoles" Type="Collection(ComputerSystem.v1_2_0.HostingRole)" Nullable="false">
915 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700916 <Annotation Term="OData.Description" String="The hosting roles that this computer system supports."/>
917 <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 -0700918 </Property>
Ed Tanouscb103132019-10-08 11:34:22 -0700919 <NavigationProperty Name="PCIeDevices" Type="Collection(PCIeDevice.PCIeDevice)">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700920 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700921 <Annotation Term="OData.Description" String="The link to a collection of PCIe devices that this computer system uses."/>
922 <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 -0700923 <Annotation Term="OData.AutoExpandReferences"/>
924 </NavigationProperty>
Ed Tanouscb103132019-10-08 11:34:22 -0700925 <NavigationProperty Name="PCIeFunctions" Type="Collection(PCIeFunction.PCIeFunction)">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700926 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700927 <Annotation Term="OData.Description" String="The link to a collection of PCIe functions that this computer system uses."/>
928 <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 -0700929 <Annotation Term="OData.AutoExpandReferences"/>
930 </NavigationProperty>
931 <Property Name="HostedServices" Type="ComputerSystem.v1_2_0.HostedServices" Nullable="false">
932 <Annotation Term="OData.Description" String="The services that this computer system supports."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700933 <Annotation Term="OData.LongDescription" String="This property shall describe services that this computer system supports."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700934 </Property>
Ed Tanouscb103132019-10-08 11:34:22 -0700935 <NavigationProperty Name="MemoryDomains" Type="MemoryDomainCollection.MemoryDomainCollection" ContainsTarget="true" Nullable="false">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700936 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700937 <Annotation Term="OData.Description" String="The link to the collection of memory domains associated with this system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500938 <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 -0700939 <Annotation Term="OData.AutoExpandReferences"/>
940 </NavigationProperty>
941 </EntityType>
942
943 <ComplexType Name="HostedServices">
944 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500945 <Annotation Term="OData.Description" String="The services that might be running or installed on the system."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700946 <Annotation Term="OData.LongDescription" String="This type shall describe services that a computer system supports."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700947 <NavigationProperty Name="StorageServices" Type="HostedStorageServices.HostedStorageServices" ContainsTarget="true" Nullable="false">
948 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700949 <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 -0500950 <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 -0700951 <Annotation Term="OData.AutoExpandReferences"/>
952 </NavigationProperty>
Ed Tanous530520e2019-01-02 13:41:37 -0800953 <Property Name="Oem" Type="Resource.Oem" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700954 <Annotation Term="OData.Description" String="The OEM extension property."/>
955 <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 -0800956 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700957 </ComplexType>
958
959 <EnumType Name="HostingRole">
Ed Tanouscb103132019-10-08 11:34:22 -0700960 <Annotation Term="OData.Description" String="The enumerations of HostingRoles specify different features that the hosting ComputerSystem supports."/>
961 <Member Name="ApplicationServer">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700962 <Annotation Term="OData.Description" String="The system hosts functionality that supports general purpose applications."/>
963 </Member>
964 <Member Name="StorageServer">
965 <Annotation Term="OData.Description" String="The system hosts functionality that supports the system acting as a storage server."/>
966 </Member>
967 <Member Name="Switch">
968 <Annotation Term="OData.Description" String="The system hosts functionality that supports the system acting as a switch."/>
969 </Member>
Gunnar Mills09b9d452020-02-11 13:27:39 -0600970 <Member Name="Appliance">
971 <Annotation Term="OData.Description" String="The system hosts functionality that supports the system acting as an appliance."/>
972 <Annotation Term="Redfish.Revisions">
973 <Collection>
974 <Record>
975 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
976 <PropertyValue Property="Version" String="v1_10_0"/>
977 </Record>
978 </Collection>
979 </Annotation>
980 </Member>
981 <Member Name="BareMetalServer">
982 <Annotation Term="OData.Description" String="The system hosts functionality that supports the system acting as a bare metal server."/>
983 <Annotation Term="Redfish.Revisions">
984 <Collection>
985 <Record>
986 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
987 <PropertyValue Property="Version" String="v1_10_0"/>
988 </Record>
989 </Collection>
990 </Annotation>
991 </Member>
992 <Member Name="VirtualMachineServer">
993 <Annotation Term="OData.Description" String="The system hosts functionality that supports the system acting as a virtual machine server."/>
994 <Annotation Term="Redfish.Revisions">
995 <Collection>
996 <Record>
997 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
998 <PropertyValue Property="Version" String="v1_10_0"/>
999 </Record>
1000 </Collection>
1001 </Annotation>
1002 </Member>
1003 <Member Name="ContainerServer">
1004 <Annotation Term="OData.Description" String="The system hosts functionality that supports the system acting as a container server."/>
1005 <Annotation Term="Redfish.Revisions">
1006 <Collection>
1007 <Record>
1008 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
1009 <PropertyValue Property="Version" String="v1_10_0"/>
1010 </Record>
1011 </Collection>
1012 </Annotation>
1013 </Member>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001014 </EnumType>
1015
1016 <ComplexType Name="Links" BaseType="ComputerSystem.v1_0_0.Links">
1017 <NavigationProperty Name="Endpoints" Type="Collection(Endpoint.Endpoint)">
1018 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001019 <Annotation Term="OData.Description" String="An array of links to the endpoints that connect to this system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001020 <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 -07001021 <Annotation Term="OData.AutoExpandReferences"/>
1022 </NavigationProperty>
1023 </ComplexType>
1024 </Schema>
1025
1026 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_1">
1027 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1028 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
1029 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_0.ComputerSystem"/>
1030 </Schema>
1031
1032 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_2">
1033 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001034 <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 -07001035 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_1.ComputerSystem"/>
1036 </Schema>
1037
1038 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_3">
1039 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1040 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
1041 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_2.ComputerSystem"/>
1042 </Schema>
1043
1044 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_4">
1045 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001046 <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 -07001047 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_3.ComputerSystem"/>
1048 </Schema>
1049
Ed Tanous530520e2019-01-02 13:41:37 -08001050 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_5">
1051 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001052 <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 -08001053 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_4.ComputerSystem"/>
1054 </Schema>
1055
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001056 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_6">
1057 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001058 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001059 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_5.ComputerSystem"/>
1060 </Schema>
1061
Ed Tanouscb103132019-10-08 11:34:22 -07001062 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_7">
1063 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1064 <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."/>
1065 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_6.ComputerSystem"/>
1066 </Schema>
1067
1068 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_8">
1069 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1070 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1071 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_7.ComputerSystem"/>
1072 </Schema>
1073
Gunnar Mills09b9d452020-02-11 13:27:39 -06001074 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_9">
1075 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1076 <Annotation Term="OData.Description" String="This version was created to update the description for UefiTargetBootSourceOverride."/>
1077 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_8.ComputerSystem"/>
1078 </Schema>
1079
Gunnar Millsa778c022020-05-12 12:20:36 -05001080 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_10">
1081 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1082 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1083 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_9.ComputerSystem"/>
1084 </Schema>
1085
Gunnar Mills844b4152020-06-22 12:44:09 -05001086 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_11">
1087 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1088 <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."/>
1089 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_10.ComputerSystem"/>
1090 </Schema>
1091
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001092 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_12">
1093 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001094 <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 -05001095 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_11.ComputerSystem"/>
1096 </Schema>
1097
Gunnar Mills262d7d42021-01-20 16:28:41 -06001098 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_13">
1099 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1100 <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."/>
1101 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_12.ComputerSystem"/>
1102 </Schema>
1103
Jason M. Billsea4aa752018-06-05 13:29:11 -07001104 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_0">
1105 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001106 <Annotation Term="Redfish.Release" String="2016.3"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001107
Jason M. Billsea4aa752018-06-05 13:29:11 -07001108 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_1.ComputerSystem">
1109 <NavigationProperty Name="NetworkInterfaces" Type="NetworkInterfaceCollection.NetworkInterfaceCollection" ContainsTarget="true" Nullable="false">
1110 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001111 <Annotation Term="OData.Description" String="The link to the collection of Network Interfaces associated with this system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001112 <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 -07001113 <Annotation Term="OData.AutoExpandReferences"/>
1114 </NavigationProperty>
1115 </EntityType>
1116
1117 <ComplexType Name="TrustedModules" BaseType="ComputerSystem.v1_1_0.TrustedModules">
1118 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
1119 <Property Name="FirmwareVersion2" Type="Edm.String">
1120 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001121 <Annotation Term="OData.Description" String="The second firmware version of this Trusted Module, if applicable."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001122 <Annotation Term="OData.LongDescription" String="This property shall contain the 2nd firmware version, if applicable, as defined by the manufacturer for the Trusted Module."/>
1123 </Property>
1124 <Property Name="InterfaceTypeSelection" Type="ComputerSystem.v1_3_0.InterfaceTypeSelection">
1125 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001126 <Annotation Term="OData.Description" String="The interface type selection supported by this Trusted Module."/>
1127 <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 -07001128 </Property>
1129 </ComplexType>
1130
1131 <EnumType Name="InterfaceTypeSelection">
1132 <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."/>
1133 <Member Name="None">
1134 <Annotation Term="OData.Description" String="The TrustedModule does not support switching the InterfaceType."/>
1135 </Member>
1136 <Member Name="FirmwareUpdate">
Ed Tanouscb103132019-10-08 11:34:22 -07001137 <Annotation Term="OData.Description" String="The TrustedModule supports switching InterfaceType through a firmware update."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001138 </Member>
1139 <Member Name="BiosSetting">
Ed Tanouscb103132019-10-08 11:34:22 -07001140 <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 -07001141 </Member>
1142 <Member Name="OemMethod">
Ed Tanouscb103132019-10-08 11:34:22 -07001143 <Annotation Term="OData.Description" String="The TrustedModule supports switching InterfaceType through an OEM proprietary mechanism."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001144 </Member>
1145 </EnumType>
1146 </Schema>
1147
1148 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_1">
1149 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001150 <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 -07001151 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_0.ComputerSystem"/>
1152 </Schema>
1153
1154 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_2">
1155 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1156 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
1157 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_1.ComputerSystem"/>
1158 </Schema>
1159
1160 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_3">
1161 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001162 <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 -07001163 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_2.ComputerSystem"/>
1164 </Schema>
1165
Ed Tanous530520e2019-01-02 13:41:37 -08001166 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_4">
1167 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001168 <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 -08001169 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_3.ComputerSystem"/>
1170 </Schema>
1171
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001172 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_5">
1173 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001174 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001175 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_4.ComputerSystem"/>
1176 </Schema>
1177
Ed Tanouscb103132019-10-08 11:34:22 -07001178 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_6">
1179 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1180 <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."/>
1181 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_5.ComputerSystem"/>
1182 </Schema>
1183
1184 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_7">
1185 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1186 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1187 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_6.ComputerSystem"/>
1188 </Schema>
1189
Gunnar Mills09b9d452020-02-11 13:27:39 -06001190 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_8">
1191 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1192 <Annotation Term="OData.Description" String="This version was created to update the description for UefiTargetBootSourceOverride."/>
1193 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_7.ComputerSystem"/>
1194 </Schema>
1195
Gunnar Millsa778c022020-05-12 12:20:36 -05001196 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_9">
1197 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1198 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1199 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_8.ComputerSystem"/>
1200 </Schema>
1201
Gunnar Mills844b4152020-06-22 12:44:09 -05001202 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_10">
1203 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1204 <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."/>
1205 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_9.ComputerSystem"/>
1206 </Schema>
1207
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001208 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_11">
1209 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001210 <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 -05001211 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_10.ComputerSystem"/>
1212 </Schema>
1213
Gunnar Mills262d7d42021-01-20 16:28:41 -06001214 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_12">
1215 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1216 <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."/>
1217 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_11.ComputerSystem"/>
1218 </Schema>
1219
Jason M. Billsea4aa752018-06-05 13:29:11 -07001220 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_4_0">
1221 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001222 <Annotation Term="Redfish.Release" String="2017.1"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001223
Jason M. Billsea4aa752018-06-05 13:29:11 -07001224 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_1.ComputerSystem"/>
1225
1226 <ComplexType Name="MemorySummary" BaseType="ComputerSystem.v1_1_0.MemorySummary">
1227 <Property Name="TotalSystemPersistentMemoryGiB" Type="Edm.Decimal">
1228 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1229 <Annotation Term="OData.Description" String="The total configured, system-accessible persistent memory, measured in GiB."/>
1230 <Annotation Term="OData.LongDescription" String="This property shall contain the total amount of configured persistent memory available to the system as measured in gibibytes."/>
1231 <Annotation Term="Validation.Minimum" Int="0"/>
Ed Tanous530520e2019-01-02 13:41:37 -08001232 <Annotation Term="Measures.Unit" String="GiBy"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001233 </Property>
1234 </ComplexType>
1235
1236 <ComplexType Name="Links" BaseType="ComputerSystem.v1_2_0.Links">
1237 <NavigationProperty Name="ResourceBlocks" Type="Collection(ResourceBlock.ResourceBlock)">
1238 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001239 <Annotation Term="OData.Description" String="An array of links to the resource blocks that are used in this computer system."/>
1240 <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 -07001241 <Annotation Term="OData.AutoExpandReferences"/>
1242 </NavigationProperty>
1243 </ComplexType>
1244 </Schema>
1245
1246 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_4_1">
1247 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1248 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
1249 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_4_0.ComputerSystem"/>
1250 </Schema>
1251
1252 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_4_2">
1253 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001254 <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 -07001255 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_4_1.ComputerSystem"/>
1256 </Schema>
1257
Ed Tanous530520e2019-01-02 13:41:37 -08001258 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_4_3">
1259 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001260 <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 -08001261 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_4_2.ComputerSystem"/>
1262 </Schema>
1263
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001264 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_4_4">
1265 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001266 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001267 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_4_3.ComputerSystem"/>
1268 </Schema>
1269
Ed Tanouscb103132019-10-08 11:34:22 -07001270 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_4_5">
1271 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1272 <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."/>
1273 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_4_4.ComputerSystem"/>
1274 </Schema>
1275
1276 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_4_6">
1277 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1278 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1279 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_4_5.ComputerSystem"/>
1280 </Schema>
1281
Gunnar Mills09b9d452020-02-11 13:27:39 -06001282 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_4_7">
1283 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1284 <Annotation Term="OData.Description" String="This version was created to update the description for UefiTargetBootSourceOverride."/>
1285 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_4_6.ComputerSystem"/>
1286 </Schema>
1287
Gunnar Millsa778c022020-05-12 12:20:36 -05001288 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_4_8">
1289 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1290 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1291 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_4_7.ComputerSystem"/>
1292 </Schema>
1293
Gunnar Mills844b4152020-06-22 12:44:09 -05001294 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_4_9">
1295 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1296 <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."/>
1297 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_4_8.ComputerSystem"/>
1298 </Schema>
1299
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001300 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_4_10">
1301 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001302 <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 -05001303 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_4_9.ComputerSystem"/>
1304 </Schema>
1305
Gunnar Mills262d7d42021-01-20 16:28:41 -06001306 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_4_11">
1307 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1308 <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."/>
1309 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_4_10.ComputerSystem"/>
1310 </Schema>
1311
Jason M. Billsea4aa752018-06-05 13:29:11 -07001312 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_5_0">
1313 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001314 <Annotation Term="Redfish.Release" String="2017.3"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001315
Jason M. Billsea4aa752018-06-05 13:29:11 -07001316 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_4_2.ComputerSystem">
1317 <NavigationProperty Name="Redundancy" Type="Collection(Redundancy.Redundancy)" ContainsTarget="true">
1318 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001319 <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."/>
1320 <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 -07001321 <Annotation Term="OData.AutoExpand"/>
1322 </NavigationProperty>
1323 <Property Name="HostWatchdogTimer" Type="ComputerSystem.v1_5_0.WatchdogTimer" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -07001324 <Annotation Term="OData.Description" String="The host watchdog timer functionality for this system."/>
1325 <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 -07001326 </Property>
1327 <Property Name="SubModel" Type="Edm.String">
1328 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1329 <Annotation Term="OData.Description" String="The sub-model for this system."/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001330 <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 -07001331 </Property>
1332 </EntityType>
1333
1334 <ComplexType Name="Boot" BaseType="ComputerSystem.v1_1_0.Boot">
1335 <NavigationProperty Name="BootOptions" Type="BootOptionCollection.BootOptionCollection" ContainsTarget="true" Nullable="false">
1336 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001337 <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 -05001338 <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 -07001339 <Annotation Term="OData.AutoExpandReferences"/>
1340 </NavigationProperty>
1341 <Property Name="BootNext" Type="Edm.String">
1342 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001343 <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 -05001344 <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 -07001345 </Property>
1346 <Property Name="BootOrder" Type="Collection(Edm.String)">
1347 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001348 <Annotation Term="OData.Description" String="An array of BootOptionReference strings that represent the persistent boot order for with this computer system."/>
1349 <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 -07001350 </Property>
1351 </ComplexType>
1352
1353 <ComplexType Name="ProcessorSummary" BaseType="ComputerSystem.v1_0_0.ProcessorSummary">
1354 <Property Name="LogicalProcessorCount" Type="Edm.Int64">
1355 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1356 <Annotation Term="OData.Description" String="The number of logical processors in the system."/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001357 <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 -07001358 <Annotation Term="Validation.Minimum" Int="0"/>
1359 </Property>
1360 </ComplexType>
1361
1362 <ComplexType Name="Links" BaseType="ComputerSystem.v1_4_0.Links">
1363 <NavigationProperty Name="ConsumingComputerSystems" Type="Collection(ComputerSystem.ComputerSystem)">
1364 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001365 <Annotation Term="OData.Description" String="An array of links to ComputerSystems that are realized, in whole or in part, from this ComputerSystem."/>
1366 <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 -07001367 <Annotation Term="OData.AutoExpandReferences"/>
1368 </NavigationProperty>
1369 <NavigationProperty Name="SupplyingComputerSystems" Type="Collection(ComputerSystem.ComputerSystem)">
1370 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001371 <Annotation Term="OData.Description" String="An array of links to ComputerSystems that contribute, in whole or in part, to the implementation of this ComputerSystem."/>
1372 <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 -07001373 <Annotation Term="OData.AutoExpandReferences"/>
1374 </NavigationProperty>
1375 </ComplexType>
1376
1377 <ComplexType Name="WatchdogTimer">
1378 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001379 <Annotation Term="OData.Description" String="This type describes the host watchdog timer functionality for this system."/>
1380 <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 -07001381 <Property Name="FunctionEnabled" Type="Edm.Boolean">
1382 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001383 <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."/>
1384 <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 -07001385 <Annotation Term="Redfish.Required"/>
1386 </Property>
1387 <Property Name="WarningAction" Type="ComputerSystem.v1_5_0.WatchdogWarningActions">
1388 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001389 <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."/>
1390 <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 -07001391 </Property>
1392 <Property Name="TimeoutAction" Type="ComputerSystem.v1_5_0.WatchdogTimeoutActions">
1393 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001394 <Annotation Term="OData.Description" String="The action to perform when the watchdog timer reaches its timeout value."/>
1395 <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 -07001396 <Annotation Term="Redfish.Required"/>
1397 </Property>
Ed Tanous530520e2019-01-02 13:41:37 -08001398 <Property Name="Status" Type="Resource.Status" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -05001399 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
1400 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -08001401 </Property>
1402 <Property Name="Oem" Type="Resource.Oem" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -07001403 <Annotation Term="OData.Description" String="The OEM extension property."/>
1404 <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 -08001405 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001406 </ComplexType>
1407
1408 <EnumType Name="WatchdogWarningActions">
Ed Tanouscb103132019-10-08 11:34:22 -07001409 <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 -07001410 <Member Name="None">
1411 <Annotation Term="OData.Description" String="No action taken."/>
1412 </Member>
1413 <Member Name="DiagnosticInterrupt">
1414 <Annotation Term="OData.Description" String="Raise a (typically non-maskable) Diagnostic Interrupt."/>
1415 </Member>
1416 <Member Name="SMI">
1417 <Annotation Term="OData.Description" String="Raise a Systems Management Interrupt (SMI)."/>
1418 </Member>
1419 <Member Name="MessagingInterrupt">
1420 <Annotation Term="OData.Description" String="Raise a legacy IPMI messaging interrupt."/>
1421 </Member>
1422 <Member Name="SCI">
1423 <Annotation Term="OData.Description" String="Raise an interrupt using the ACPI System Control Interrupt (SCI)."/>
1424 </Member>
1425 <Member Name="OEM">
1426 <Annotation Term="OData.Description" String="Perform an OEM-defined action."/>
1427 </Member>
1428 </EnumType>
1429
1430 <EnumType Name="WatchdogTimeoutActions">
Ed Tanouscb103132019-10-08 11:34:22 -07001431 <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 -07001432 <Member Name="None">
1433 <Annotation Term="OData.Description" String="No action taken."/>
1434 </Member>
1435 <Member Name="ResetSystem">
1436 <Annotation Term="OData.Description" String="Reset the system."/>
1437 </Member>
1438 <Member Name="PowerCycle">
1439 <Annotation Term="OData.Description" String="Power cycle the system."/>
1440 </Member>
1441 <Member Name="PowerDown">
1442 <Annotation Term="OData.Description" String="Power down the system."/>
1443 </Member>
1444 <Member Name="OEM">
1445 <Annotation Term="OData.Description" String="Perform an OEM-defined action."/>
1446 </Member>
1447 </EnumType>
1448 </Schema>
1449
Ed Tanous530520e2019-01-02 13:41:37 -08001450 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_5_1">
1451 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001452 <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 -08001453 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_5_0.ComputerSystem"/>
1454 </Schema>
1455
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001456 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_5_2">
1457 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001458 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001459 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_5_1.ComputerSystem"/>
1460 </Schema>
1461
Ed Tanouscb103132019-10-08 11:34:22 -07001462 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_5_3">
1463 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1464 <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."/>
1465 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_5_2.ComputerSystem"/>
1466 </Schema>
1467
1468 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_5_4">
1469 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1470 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1471 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_5_3.ComputerSystem"/>
1472 </Schema>
1473
Gunnar Mills09b9d452020-02-11 13:27:39 -06001474 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_5_5">
1475 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1476 <Annotation Term="OData.Description" String="This version was created to update the description for UefiTargetBootSourceOverride."/>
1477 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_5_4.ComputerSystem"/>
1478 </Schema>
1479
Gunnar Millsa778c022020-05-12 12:20:36 -05001480 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_5_6">
1481 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1482 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1483 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_5_5.ComputerSystem"/>
1484 </Schema>
1485
Gunnar Mills844b4152020-06-22 12:44:09 -05001486 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_5_7">
1487 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1488 <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."/>
1489 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_5_6.ComputerSystem"/>
1490 </Schema>
1491
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001492 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_5_8">
1493 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001494 <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 -05001495 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_5_7.ComputerSystem"/>
1496 </Schema>
1497
Gunnar Mills262d7d42021-01-20 16:28:41 -06001498 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_5_9">
1499 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1500 <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."/>
1501 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_5_8.ComputerSystem"/>
1502 </Schema>
1503
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001504 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_6_0">
1505 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1506 <Annotation Term="Redfish.Release" String="2018.3"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001507
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001508 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_5_2.ComputerSystem">
1509 <Property Name="PowerRestorePolicy" Type="ComputerSystem.v1_6_0.PowerRestorePolicyTypes" Nullable="false">
1510 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1511 <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 -07001512 <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 -06001513 </Property>
1514 </EntityType>
1515
1516 <ComplexType Name="Boot" BaseType="ComputerSystem.v1_5_0.Boot">
1517 <Property Name="AliasBootOrder" Type="Collection(ComputerSystem.BootSource)">
1518 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001519 <Annotation Term="OData.Description" String="Ordered array of boot source aliases representing the persistent boot order associated with this computer system."/>
1520 <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."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001521 </Property>
1522 <Property Name="BootOrderPropertySelection" Type="ComputerSystem.v1_6_0.BootOrderTypes">
1523 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001524 <Annotation Term="OData.Description" String="The name of the boot order property that the system uses for the persistent boot order."/>
1525 <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 -06001526 </Property>
1527 </ComplexType>
1528
1529 <EnumType Name="PowerRestorePolicyTypes">
1530 <Annotation Term="OData.Description" String="The enumerations of PowerRestorePolicyTypes specify the choice of power state for the system when power is applied."/>
1531 <Member Name="AlwaysOn">
Ed Tanouscb103132019-10-08 11:34:22 -07001532 <Annotation Term="OData.Description" String="The system always powers on when power is applied."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001533 </Member>
1534 <Member Name="AlwaysOff">
Ed Tanouscb103132019-10-08 11:34:22 -07001535 <Annotation Term="OData.Description" String="The system always remains powered off when power is applied."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001536 </Member>
1537 <Member Name="LastState">
Ed Tanouscb103132019-10-08 11:34:22 -07001538 <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 -06001539 </Member>
1540 </EnumType>
Ed Tanouscb103132019-10-08 11:34:22 -07001541
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001542 <EnumType Name="BootOrderTypes">
1543 <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."/>
1544 <Member Name="BootOrder">
Ed Tanouscb103132019-10-08 11:34:22 -07001545 <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 -06001546 </Member>
1547 <Member Name="AliasBootOrder">
Ed Tanouscb103132019-10-08 11:34:22 -07001548 <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 -06001549 </Member>
1550 </EnumType>
1551 </Schema>
1552
Ed Tanouscb103132019-10-08 11:34:22 -07001553 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_6_1">
1554 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1555 <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."/>
1556 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_6_0.ComputerSystem"/>
1557 </Schema>
1558
1559 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_6_2">
1560 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1561 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1562 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_6_1.ComputerSystem"/>
1563 </Schema>
1564
Gunnar Mills09b9d452020-02-11 13:27:39 -06001565 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_6_3">
1566 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1567 <Annotation Term="OData.Description" String="This version was created to update the description for UefiTargetBootSourceOverride."/>
1568 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_6_2.ComputerSystem"/>
1569 </Schema>
1570
Gunnar Millsa778c022020-05-12 12:20:36 -05001571 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_6_4">
1572 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1573 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1574 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_6_3.ComputerSystem"/>
1575 </Schema>
1576
Gunnar Mills844b4152020-06-22 12:44:09 -05001577 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_6_5">
1578 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1579 <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."/>
1580 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_6_4.ComputerSystem"/>
1581 </Schema>
1582
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001583 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_6_6">
1584 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001585 <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 -05001586 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_6_5.ComputerSystem"/>
1587 </Schema>
1588
Gunnar Mills262d7d42021-01-20 16:28:41 -06001589 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_6_7">
1590 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1591 <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."/>
1592 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_6_6.ComputerSystem"/>
1593 </Schema>
1594
Ed Tanouscb103132019-10-08 11:34:22 -07001595 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_7_0">
1596 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1597 <Annotation Term="Redfish.Release" String="2019.1"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001598
Ed Tanouscb103132019-10-08 11:34:22 -07001599 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_6_1.ComputerSystem"/>
1600
1601 <ComplexType Name="Boot" BaseType="ComputerSystem.v1_6_0.Boot">
1602 <NavigationProperty Name="Certificates" Type="CertificateCollection.CertificateCollection" ContainsTarget="true" Nullable="false">
1603 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1604 <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 -05001605 <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 -07001606 <Annotation Term="OData.AutoExpandReferences"/>
1607 </NavigationProperty>
1608 </ComplexType>
1609
1610 <ComplexType Name="ProcessorSummary" BaseType="ComputerSystem.v1_5_0.ProcessorSummary">
1611 <NavigationProperty Name="Metrics" Type="ProcessorMetrics.ProcessorMetrics" ContainsTarget="true" Nullable="false">
1612 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1613 <Annotation Term="OData.Description" String="The link to the metrics associated with all processors in this system."/>
1614 <Annotation Term="OData.LongDescription" String="This property shall contain a link to the metrics associated with all processors in this system."/>
1615 </NavigationProperty>
1616 </ComplexType>
1617 </Schema>
1618
1619 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_7_1">
1620 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1621 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1622 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_7_0.ComputerSystem"/>
1623 </Schema>
1624
Gunnar Mills09b9d452020-02-11 13:27:39 -06001625 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_7_2">
1626 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1627 <Annotation Term="OData.Description" String="This version was created to update the description for UefiTargetBootSourceOverride."/>
1628 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_7_1.ComputerSystem"/>
1629 </Schema>
1630
Gunnar Millsa778c022020-05-12 12:20:36 -05001631 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_7_3">
1632 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1633 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1634 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_7_2.ComputerSystem"/>
1635 </Schema>
1636
Gunnar Mills844b4152020-06-22 12:44:09 -05001637 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_7_4">
1638 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1639 <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."/>
1640 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_7_3.ComputerSystem"/>
1641 </Schema>
1642
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001643 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_7_5">
1644 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001645 <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 -05001646 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_7_4.ComputerSystem"/>
1647 </Schema>
1648
Gunnar Mills262d7d42021-01-20 16:28:41 -06001649 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_7_6">
1650 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1651 <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."/>
1652 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_7_5.ComputerSystem"/>
1653 </Schema>
1654
Ed Tanouscb103132019-10-08 11:34:22 -07001655 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_8_0">
1656 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1657 <Annotation Term="Redfish.Release" String="2019.2"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001658
Ed Tanouscb103132019-10-08 11:34:22 -07001659 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_7_0.ComputerSystem"/>
1660
1661 <ComplexType Name="MemorySummary" BaseType="ComputerSystem.v1_4_0.MemorySummary">
1662 <NavigationProperty Name="Metrics" Type="MemoryMetrics.MemoryMetrics" ContainsTarget="true" Nullable="false">
1663 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1664 <Annotation Term="OData.Description" String="The link to the metrics associated with all memory in this system."/>
1665 <Annotation Term="OData.LongDescription" String="This property shall contain a link to the metrics associated with all memory in this system."/>
1666 </NavigationProperty>
1667 </ComplexType>
1668 </Schema>
1669
Gunnar Mills09b9d452020-02-11 13:27:39 -06001670 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_8_1">
1671 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1672 <Annotation Term="OData.Description" String="This version was created to update the description for UefiTargetBootSourceOverride."/>
1673 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_8_0.ComputerSystem"/>
1674 </Schema>
1675
Gunnar Millsa778c022020-05-12 12:20:36 -05001676 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_8_2">
1677 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1678 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1679 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_8_1.ComputerSystem"/>
1680 </Schema>
1681
Gunnar Mills844b4152020-06-22 12:44:09 -05001682 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_8_3">
1683 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1684 <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."/>
1685 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_8_2.ComputerSystem"/>
1686 </Schema>
1687
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001688 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_8_4">
1689 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001690 <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 -05001691 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_8_3.ComputerSystem"/>
1692 </Schema>
1693
Gunnar Mills262d7d42021-01-20 16:28:41 -06001694 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_8_5">
1695 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1696 <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."/>
1697 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_8_4.ComputerSystem"/>
1698 </Schema>
1699
Gunnar Mills6f44b752020-02-06 16:50:51 -06001700 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_9_0">
1701 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1702 <Annotation Term="Redfish.Release" String="2019.3"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001703
Gunnar Mills6f44b752020-02-06 16:50:51 -06001704 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_8_0.ComputerSystem"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001705
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001706 <ComplexType Name="Boot" BaseType="ComputerSystem.v1_7_0.Boot">
Gunnar Mills6f44b752020-02-06 16:50:51 -06001707 <Property Name="HttpBootUri" Type="Edm.String">
1708 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1709 <Annotation Term="OData.Description" String="The URI to boot from when BootSourceOverrideTarget is set to `UefiHttp`."/>
1710 <Annotation Term="OData.LongDescription" String="This property shall contain the URI to perform an HTTP or HTTPS boot when BootSourceOverrideTarget is set to `UefiHttp`."/>
1711 <Annotation Term="OData.IsURL"/>
1712 </Property>
1713 </ComplexType>
1714 </Schema>
1715
Gunnar Mills09b9d452020-02-11 13:27:39 -06001716 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_9_1">
1717 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1718 <Annotation Term="OData.Description" String="This version was created to update the description for UefiTargetBootSourceOverride."/>
1719 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_9_0.ComputerSystem"/>
1720 </Schema>
1721
Gunnar Millsa778c022020-05-12 12:20:36 -05001722 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_9_2">
1723 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1724 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1725 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_9_1.ComputerSystem"/>
1726 </Schema>
1727
Gunnar Mills844b4152020-06-22 12:44:09 -05001728 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_9_3">
1729 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1730 <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."/>
1731 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_9_2.ComputerSystem"/>
1732 </Schema>
1733
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001734 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_9_4">
1735 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001736 <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 -05001737 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_9_3.ComputerSystem"/>
1738 </Schema>
1739
Gunnar Mills262d7d42021-01-20 16:28:41 -06001740 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_9_5">
1741 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1742 <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."/>
1743 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_9_4.ComputerSystem"/>
1744 </Schema>
1745
Gunnar Mills09b9d452020-02-11 13:27:39 -06001746 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_10_0">
1747 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1748 <Annotation Term="Redfish.Release" String="2019.4"/>
1749 <Annotation Term="OData.Description" String="This version was created to add new values to HostingRole."/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001750
Gunnar Mills09b9d452020-02-11 13:27:39 -06001751 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_9_1.ComputerSystem">
1752 <NavigationProperty Name="FabricAdapters" Type="FabricAdapterCollection.FabricAdapterCollection" ContainsTarget="true" Nullable="false">
1753 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1754 <Annotation Term="OData.Description" String="The link to the collection of fabric adapters associated with this system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001755 <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 -06001756 <Annotation Term="OData.AutoExpandReferences"/>
1757 </NavigationProperty>
1758 </EntityType>
1759 </Schema>
1760
Gunnar Millsa778c022020-05-12 12:20:36 -05001761 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_10_1">
1762 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1763 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1764 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_10_0.ComputerSystem"/>
1765 </Schema>
1766
Gunnar Mills844b4152020-06-22 12:44:09 -05001767 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_10_2">
1768 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1769 <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."/>
1770 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_10_1.ComputerSystem"/>
1771 </Schema>
1772
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001773 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_10_3">
1774 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001775 <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 -05001776 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_10_2.ComputerSystem"/>
1777 </Schema>
1778
Gunnar Mills262d7d42021-01-20 16:28:41 -06001779 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_10_4">
1780 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1781 <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."/>
1782 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_10_3.ComputerSystem"/>
1783 </Schema>
1784
Gunnar Millsa778c022020-05-12 12:20:36 -05001785 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_11_0">
1786 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1787 <Annotation Term="Redfish.Release" String="2020.1"/>
1788 <Annotation Term="OData.Description" String="This version was created to add the AutomaticRetry and RemainingAutomaticRetryAttempts properties to Boot."/>
1789
1790 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_10_1.ComputerSystem"/>
1791
1792 <ComplexType Name="Boot" BaseType="ComputerSystem.v1_9_0.Boot">
1793 <Property Name="AutomaticRetryConfig" Type="ComputerSystem.v1_11_0.AutomaticRetryConfig">
1794 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1795 <Annotation Term="OData.Description" String="The configuration of how the system retries booting automatically."/>
1796 <Annotation Term="OData.LongDescription" String="This property shall contain the configuration of how the system retry booting automatically."/>
1797 </Property>
1798 <Property Name="AutomaticRetryAttempts" Type="Edm.Int64">
1799 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1800 <Annotation Term="OData.Description" String="The number of attempts the system will automatically retry booting."/>
1801 <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."/>
1802 <Annotation Term="Validation.Minimum" Int="0"/>
1803 </Property>
1804 <Property Name="RemainingAutomaticRetryAttempts" Type="Edm.Int64">
1805 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1806 <Annotation Term="OData.Description" String="The number of remaining automatic retry boots."/>
1807 <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."/>
1808 <Annotation Term="Validation.Minimum" Int="0"/>
1809 </Property>
1810 </ComplexType>
1811
1812 <EnumType Name="AutomaticRetryConfig">
1813 <Member Name="Disabled">
1814 <Annotation Term="OData.Description" String="Disable automatic retrying of booting."/>
1815 <Annotation Term="OData.LongDescription" String="This value shall indicate that automatic retrying of booting is disabled."/>
1816 </Member>
1817 <Member Name="RetryAttempts">
1818 <Annotation Term="OData.Description" String="Automatic retrying of booting is based on a specified retry count."/>
1819 <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."/>
1820 </Member>
1821 <Member Name="RetryAlways">
1822 <Annotation Term="OData.Description" String="Always automatically retry booting."/>
1823 <Annotation Term="OData.LongDescription" String="This value shall indicate that the system will always automatically retry booting."/>
1824 </Member>
1825 </EnumType>
1826 </Schema>
1827
Gunnar Mills844b4152020-06-22 12:44:09 -05001828 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_11_1">
1829 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1830 <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."/>
1831 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_11_0.ComputerSystem"/>
1832 </Schema>
1833
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001834 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_11_2">
1835 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001836 <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 -05001837 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_11_1.ComputerSystem"/>
1838 </Schema>
1839
Gunnar Mills262d7d42021-01-20 16:28:41 -06001840 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_11_3">
1841 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1842 <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."/>
1843 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_11_2.ComputerSystem"/>
1844 </Schema>
1845
Gunnar Mills844b4152020-06-22 12:44:09 -05001846 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_12_0">
1847 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1848 <Annotation Term="Redfish.Release" String="2020.2"/>
1849 <Annotation Term="OData.Description" String="This version was created to add LastResetTime."/>
1850
1851 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_11_1.ComputerSystem">
1852 <Property Name="LastResetTime" Type="Edm.DateTimeOffset" Nullable="false">
1853 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1854 <Annotation Term="OData.Description" String="The date and time when the system was last reset or rebooted."/>
1855 <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."/>
1856 </Property>
1857 </EntityType>
1858 </Schema>
1859
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001860 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_12_1">
1861 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001862 <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 -05001863 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_12_0.ComputerSystem"/>
1864 </Schema>
1865
Gunnar Mills262d7d42021-01-20 16:28:41 -06001866 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_12_2">
1867 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1868 <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."/>
1869 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_12_1.ComputerSystem"/>
1870 </Schema>
1871
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001872 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_13_0">
1873 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1874 <Annotation Term="Redfish.Release" String="2020.3"/>
1875 <Annotation Term="OData.Description" String="This version was created to add LocationIndicatorActive and BootProgress and to deprecate IndicatorLED properties."/>
1876
1877 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_12_1.ComputerSystem">
1878 <Property Name="LocationIndicatorActive" Type="Edm.Boolean">
1879 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1880 <Annotation Term="OData.Description" String="An indicator allowing an operator to physically locate this resource."/>
1881 <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."/>
1882 </Property>
1883 <Property Name="BootProgress" Type="ComputerSystem.v1_13_0.BootProgress">
1884 <Annotation Term="OData.Description" String="This object describes the last boot progress state."/>
1885 <Annotation Term="OData.LongDescription" String="This object shall contain the last boot progress state and time."/>
1886 </Property>
1887 <Property Name="PowerOnDelaySeconds" Type="Edm.Decimal">
1888 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1889 <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."/>
1890 <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."/>
1891 </Property>
1892 <Property Name="PowerOffDelaySeconds" Type="Edm.Decimal">
1893 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1894 <Annotation Term="OData.Description" String="The number of seconds to delay power off during a reset. Zero seconds indicates no delay to power off."/>
1895 <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."/>
1896 </Property>
1897 <Property Name="PowerCycleDelaySeconds" Type="Edm.Decimal">
1898 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1899 <Annotation Term="OData.Description" String="The number of seconds to delay power on after a `Reset` action requesting `PowerCycle`. Zero seconds indicates no delay."/>
1900 <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."/>
1901 </Property>
1902 <Property Name="SerialConsole" Type="ComputerSystem.v1_13_0.HostSerialConsole" Nullable="false">
1903 <Annotation Term="OData.Description" String="The serial console services that this system provides."/>
1904 <Annotation Term="OData.LongDescription" String="This property shall contain information about the serial console services of this system."/>
1905 </Property>
1906 <Property Name="GraphicalConsole" Type="ComputerSystem.v1_13_0.HostGraphicalConsole" Nullable="false">
1907 <Annotation Term="OData.Description" String="The information about the graphical console (KVM-IP) service of this system."/>
1908 <Annotation Term="OData.LongDescription" String="This property shall contain the information about the graphical console (KVM-IP) service of this system."/>
1909 </Property>
1910 <Property Name="VirtualMediaConfig" Type="ComputerSystem.v1_13_0.VirtualMediaConfig" Nullable="false">
1911 <Annotation Term="OData.Description" String="The information about the virtual media service of this system."/>
1912 <Annotation Term="OData.LongDescription" String="This property shall contain the information about the virtual media service of this system."/>
1913 </Property>
1914 <NavigationProperty Name="VirtualMedia" Type="VirtualMediaCollection.VirtualMediaCollection" ContainsTarget="true" Nullable="false">
1915 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1916 <Annotation Term="OData.Description" String="The link to the virtual media services for this system."/>
1917 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type VirtualMediaCollection that this system uses."/>
1918 <Annotation Term="OData.AutoExpandReferences"/>
1919 </NavigationProperty>
1920 </EntityType>
1921
1922 <ComplexType Name="BootProgress">
1923 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
1924 <Annotation Term="OData.Description" String="This object describes the last boot progress state."/>
1925 <Annotation Term="OData.LongDescription" String="This object shall contain the last boot progress state and time."/>
1926 <Property Name="LastState" Type="ComputerSystem.v1_13_0.BootProgressTypes">
1927 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1928 <Annotation Term="OData.Description" String="The last boot progress state."/>
1929 <Annotation Term="OData.LongDescription" String="This property shall contain the last boot progress state."/>
1930 </Property>
1931 <Property Name="LastStateTime" Type="Edm.DateTimeOffset">
1932 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1933 <Annotation Term="OData.Description" String="The date and time when the last boot state was updated."/>
1934 <Annotation Term="OData.LongDescription" String="This property shall contain the date and time when the last boot state was updated."/>
1935 </Property>
1936 <Property Name="OemLastState" Type="Edm.String">
1937 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1938 <Annotation Term="OData.Description" String="The OEM-specific last state, if the LastState type is `OEM`."/>
1939 <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`."/>
1940 </Property>
1941 <Property Name="Oem" Type="Resource.Oem" Nullable="false">
1942 <Annotation Term="OData.Description" String="The OEM extension property."/>
1943 <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."/>
1944 </Property>
1945 </ComplexType>
1946
1947 <EnumType Name="BootProgressTypes">
1948 <Member Name="None">
1949 <Annotation Term="OData.Description" String="The system is not booting."/>
1950 <Annotation Term="OData.LongDescription" String="This value shall indicate that the system is not booting or running, such as the system is powered off."/>
1951 </Member>
1952 <Member Name="PrimaryProcessorInitializationStarted">
1953 <Annotation Term="OData.Description" String="The system has started initializing the primary processor."/>
1954 <Annotation Term="OData.LongDescription" String="This value shall indicate that the system has started to initialize the primary processor."/>
1955 </Member>
1956 <Member Name="BusInitializationStarted">
1957 <Annotation Term="OData.Description" String="The system has started initializing the buses."/>
1958 <Annotation Term="OData.LongDescription" String="This value shall indicate that the system has started to initialize the buses."/>
1959 </Member>
1960 <Member Name="MemoryInitializationStarted">
1961 <Annotation Term="OData.Description" String="The system has started initializing the memory."/>
1962 <Annotation Term="OData.LongDescription" String="This value shall indicate that the system has started to initialize memory."/>
1963 </Member>
1964 <Member Name="SecondaryProcessorInitializationStarted">
1965 <Annotation Term="OData.Description" String="The system has started initializing the remaining processors."/>
1966 <Annotation Term="OData.LongDescription" String="This value shall indicate that the system has started to initialize the secondary processors."/>
1967 </Member>
1968 <Member Name="PCIResourceConfigStarted">
1969 <Annotation Term="OData.Description" String="The system has started initializing the PCI resources."/>
1970 <Annotation Term="OData.LongDescription" String="This value shall indicate that the system has started to initialize PCI resources."/>
1971 </Member>
1972 <Member Name="SystemHardwareInitializationComplete">
1973 <Annotation Term="OData.Description" String="The system has completed initializing all hardware."/>
1974 <Annotation Term="OData.LongDescription" String="This value shall indicate that the system has completed initializing all hardware."/>
1975 </Member>
1976 <Member Name="OSBootStarted">
1977 <Annotation Term="OData.Description" String="The operating system has started booting."/>
1978 <Annotation Term="OData.LongDescription" String="This value shall indicate that the operating system has started to boot."/>
1979 </Member>
1980 <Member Name="OSRunning">
1981 <Annotation Term="OData.Description" String="The operating system is running."/>
1982 <Annotation Term="OData.LongDescription" String="This value shall indicate that the operating system is running and shall indicate the final boot progress state."/>
1983 </Member>
1984 <Member Name="OEM">
1985 <Annotation Term="OData.Description" String="A boot progress state in an OEM-defined format."/>
1986 <Annotation Term="OData.LongDescription" String="This value shall indicate an OEM-defined boot progress state."/>
1987 </Member>
1988 </EnumType>
1989
1990 <ComplexType Name="HostSerialConsole">
1991 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
1992 <Annotation Term="OData.Description" String="The information about the serial console services that this system provides."/>
1993 <Annotation Term="OData.LongDescription" String="This type shall describe the serial console services for a computer system."/>
1994 <Property Name="MaxConcurrentSessions" Type="Edm.Int64" Nullable="false">
1995 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1996 <Annotation Term="OData.Description" String="The maximum number of service sessions, regardless of protocol, that this system can support."/>
1997 <Annotation Term="OData.LongDescription" String="This property shall contain the maximum number of concurrent service sessions that this implementation supports."/>
1998 <Annotation Term="Validation.Minimum" Int="0"/>
1999 </Property>
2000 <Property Name="SSH" Type="ComputerSystem.v1_13_0.SerialConsoleProtocol" Nullable="false">
2001 <Annotation Term="OData.Description" String="The connection details for an SSH serial console service."/>
2002 <Annotation Term="OData.LongDescription" String="This property shall contain connection details for a serial console service that uses the Secure Shell (SSH) protocol."/>
2003 </Property>
2004 <Property Name="Telnet" Type="ComputerSystem.v1_13_0.SerialConsoleProtocol" Nullable="false">
2005 <Annotation Term="OData.Description" String="The connection details for a Telnet serial console service."/>
2006 <Annotation Term="OData.LongDescription" String="This property shall contain connection details for a serial console service that uses the Telnet protocol."/>
2007 </Property>
2008 <Property Name="IPMI" Type="ComputerSystem.v1_13_0.SerialConsoleProtocol" Nullable="false">
2009 <Annotation Term="OData.Description" String="The connection details for an IPMI Serial-over-LAN service."/>
2010 <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."/>
2011 </Property>
2012 </ComplexType>
2013
2014 <ComplexType Name="SerialConsoleProtocol">
2015 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
2016 <Annotation Term="OData.Description" String="The information about a serial console service that this system provides."/>
2017 <Annotation Term="OData.LongDescription" String="This type shall describe a serial console service for a computer system."/>
2018 <Property Name="ServiceEnabled" Type="Edm.Boolean" Nullable="false">
2019 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2020 <Annotation Term="OData.Description" String="An indication of whether the service is enabled for this system."/>
2021 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the protocol for the service is enabled."/>
2022 </Property>
2023 <Property Name="Port" Type="Edm.Int64">
2024 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2025 <Annotation Term="OData.Description" String="The protocol port."/>
2026 <Annotation Term="OData.LongDescription" String="This property shall contain the port assigned to the protocol."/>
2027 <Annotation Term="Validation.Minimum" Int="0"/>
2028 </Property>
2029 <Property Name="SharedWithManagerCLI" Type="Edm.Boolean" Nullable="false">
2030 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2031 <Annotation Term="OData.Description" String="Indicates whether the serial console service is shared with access to the manager's command-line interface (CLI)."/>
2032 <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)."/>
2033 </Property>
2034 <Property Name="ConsoleEntryCommand" Type="Edm.String">
2035 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2036 <Annotation Term="OData.Description" String="The command string passed to the service to select or enter the system's serial console."/>
2037 <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."/>
2038 </Property>
2039 <Property Name="HotKeySequenceDisplay" Type="Edm.String">
2040 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2041 <Annotation Term="OData.Description" String="The hotkey sequence available for the user to exit the serial console session."/>
2042 <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."/>
2043 </Property>
2044 </ComplexType>
2045
2046 <ComplexType Name="HostGraphicalConsole">
2047 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
2048 <Annotation Term="OData.Description" String="The information about a graphical console service for this system."/>
2049 <Annotation Term="OData.LongDescription" String="This type shall describe a graphical console service for a computer system."/>
2050 <Property Name="ServiceEnabled" Type="Edm.Boolean" Nullable="false">
2051 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2052 <Annotation Term="OData.Description" String="An indication of whether the service is enabled for this system."/>
2053 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the protocol for the service is enabled."/>
2054 </Property>
2055 <Property Name="Port" Type="Edm.Int64">
2056 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2057 <Annotation Term="OData.Description" String="The protocol port."/>
2058 <Annotation Term="OData.LongDescription" String="This property shall contain the port assigned to the service."/>
2059 <Annotation Term="Validation.Minimum" Int="0"/>
2060 </Property>
2061 <Property Name="ConnectTypesSupported" Type="Collection(ComputerSystem.v1_13_0.GraphicalConnectTypesSupported)" Nullable="false">
2062 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2063 <Annotation Term="OData.Description" String="This property enumerates the graphical console connection types that the implementation allows."/>
2064 <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."/>
2065 </Property>
2066 <Property Name="MaxConcurrentSessions" Type="Edm.Int64" Nullable="false">
2067 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2068 <Annotation Term="OData.Description" String="The maximum number of service sessions, regardless of protocol, that this system can support."/>
2069 <Annotation Term="OData.LongDescription" String="This property shall contain the maximum number of concurrent service sessions that this implementation supports."/>
2070 <Annotation Term="Validation.Minimum" Int="0"/>
2071 </Property>
2072 </ComplexType>
2073
2074 <EnumType Name="GraphicalConnectTypesSupported">
2075 <Member Name="KVMIP">
2076 <Annotation Term="OData.Description" String="The controller supports a graphical console connection through a KVM-IP (redirection of Keyboard, Video, Mouse over IP) protocol."/>
2077 </Member>
2078 <Member Name="OEM">
2079 <Annotation Term="OData.Description" String="The controller supports a graphical console connection through an OEM-specific protocol."/>
2080 </Member>
2081 </EnumType>
2082
2083 <ComplexType Name="VirtualMediaConfig">
2084 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
2085 <Annotation Term="OData.Description" String="The information about virtual media service for this system."/>
2086 <Annotation Term="OData.LongDescription" String="This type shall describe a virtual media service service for a computer system."/>
2087 <Property Name="ServiceEnabled" Type="Edm.Boolean" Nullable="false">
2088 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2089 <Annotation Term="OData.Description" String="An indication of whether the service is enabled for this system."/>
2090 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the protocol for the service is enabled."/>
2091 </Property>
2092 <Property Name="Port" Type="Edm.Int64">
2093 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2094 <Annotation Term="OData.Description" String="The protocol port."/>
2095 <Annotation Term="OData.LongDescription" String="This property shall contain the port assigned to the service."/>
2096 <Annotation Term="Validation.Minimum" Int="0"/>
2097 </Property>
2098 </ComplexType>
2099 </Schema>
2100
Gunnar Mills262d7d42021-01-20 16:28:41 -06002101 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_13_1">
2102 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2103 <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."/>
2104 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_13_0.ComputerSystem"/>
2105 </Schema>
2106
2107 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_14_0">
2108 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2109 <Annotation Term="Redfish.Release" String="2020.4"/>
2110 <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."/>
2111
2112 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_13_1.ComputerSystem">
2113 <NavigationProperty Name="Certificates" Type="CertificateCollection.CertificateCollection" ContainsTarget="true" Nullable="false">
2114 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2115 <Annotation Term="OData.Description" String="The link to a collection of certificates for device identity and attestation."/>
2116 <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."/>
2117 <Annotation Term="OData.AutoExpandReferences"/>
2118 </NavigationProperty>
2119 <Property Name="Measurements" Type="Collection(SoftwareInventory.MeasurementBlock)" Nullable="false">
2120 <Annotation Term="OData.Description" String="An array of DSP0274-defined measurement blocks."/>
2121 <Annotation Term="OData.LongDescription" String="This property shall contain an array of DSP0274-defined measurement blocks."/>
2122 </Property>
2123 </EntityType>
2124
2125 <ComplexType Name="Boot" BaseType="ComputerSystem.v1_11_0.Boot">
2126 <Property Name="TrustedModuleRequiredToBoot" Type="ComputerSystem.v1_14_0.TrustedModuleRequiredToBoot">
2127 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2128 <Annotation Term="OData.Description" String="The Trusted Module boot requirement."/>
2129 <Annotation Term="OData.LongDescription" String="This property shall contain the Trusted Module boot requirement."/>
2130 </Property>
2131 </ComplexType>
2132
2133 <ComplexType Name="ProcessorSummary" BaseType="ComputerSystem.v1_7_0.ProcessorSummary">
2134 <Property Name="CoreCount" Type="Edm.Int64">
2135 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2136 <Annotation Term="OData.Description" String="The number of processor cores in the system."/>
2137 <Annotation Term="OData.LongDescription" String="This property shall contain the total number of central processor cores in in the system."/>
2138 <Annotation Term="Validation.Minimum" Int="0"/>
2139 </Property>
2140 </ComplexType>
2141
2142 <EnumType Name="TrustedModuleRequiredToBoot">
2143 <Member Name="Disabled">
2144 <Annotation Term="OData.Description" String="No Trusted Module requirement to boot."/>
2145 <Annotation Term="OData.LongDescription" String="This value shall indicate a Trusted Module is not required to boot."/>
2146 </Member>
2147 <Member Name="Required">
2148 <Annotation Term="OData.Description" String="A functional Trusted Module is required to boot."/>
2149 <Annotation Term="OData.LongDescription" String="This value shall indicate a functioning Trusted Module is required to boot."/>
2150 </Member>
2151 </EnumType>
2152 </Schema>
2153
Jason M. Billsea4aa752018-06-05 13:29:11 -07002154 </edmx:DataServices>
2155</edmx:Edmx>