blob: 9c596c3e68c2fa057fcff047c452f58b2df7391c [file] [log] [blame]
Jason M. Billsea4aa752018-06-05 13:29:11 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
Gunnar Mills2ae81db2024-01-31 14:25:11 -06004<!--# Redfish Schema: ServiceRoot v1.16.1 -->
Jason M. Billsea4aa752018-06-05 13:29:11 -07005<!--# -->
6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle, -->
7<!--# available at http://www.dmtf.org/standards/redfish -->
Ed Tanousf263e092023-05-22 09:56:29 -07008<!--# Copyright 2014-2023 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>
20 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
21 <edmx:Include Namespace="Resource"/>
22 <edmx:Include Namespace="Resource.v1_0_0"/>
23 </edmx:Reference>
24 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
25 <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
26 <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/>
27 </edmx:Reference>
28 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/EventService_v1.xml">
29 <edmx:Include Namespace="EventService"/>
30 </edmx:Reference>
31 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/AccountService_v1.xml">
32 <edmx:Include Namespace="AccountService"/>
33 </edmx:Reference>
34 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/ComputerSystemCollection_v1.xml">
35 <edmx:Include Namespace="ComputerSystemCollection"/>
36 </edmx:Reference>
37 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/ChassisCollection_v1.xml">
38 <edmx:Include Namespace="ChassisCollection"/>
39 </edmx:Reference>
40 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/ManagerCollection_v1.xml">
41 <edmx:Include Namespace="ManagerCollection"/>
42 </edmx:Reference>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -080043 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Manager_v1.xml">
44 <edmx:Include Namespace="Manager"/>
45 </edmx:Reference>
Jason M. Billsea4aa752018-06-05 13:29:11 -070046 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/TaskService_v1.xml">
47 <edmx:Include Namespace="TaskService"/>
48 </edmx:Reference>
49 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/SessionService_v1.xml">
50 <edmx:Include Namespace="SessionService"/>
51 </edmx:Reference>
52 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/JsonSchemaFileCollection_v1.xml">
53 <edmx:Include Namespace="JsonSchemaFileCollection"/>
54 </edmx:Reference>
55 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/MessageRegistryFileCollection_v1.xml">
56 <edmx:Include Namespace="MessageRegistryFileCollection"/>
57 </edmx:Reference>
58 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/SessionCollection_v1.xml">
59 <edmx:Include Namespace="SessionCollection"/>
60 </edmx:Reference>
61 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/swordfish/v1/StorageServiceCollection_v1.xml">
62 <edmx:Include Namespace="StorageServiceCollection"/>
63 </edmx:Reference>
64 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/FabricCollection_v1.xml">
65 <edmx:Include Namespace="FabricCollection"/>
66 </edmx:Reference>
67 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/swordfish/v1/StorageSystemCollection_v1.xml">
68 <edmx:Include Namespace="StorageSystemCollection"/>
69 </edmx:Reference>
70 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/UpdateService_v1.xml">
71 <edmx:Include Namespace="UpdateService"/>
72 </edmx:Reference>
73 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/CompositionService_v1.xml">
74 <edmx:Include Namespace="CompositionService"/>
75 </edmx:Reference>
Ed Tanous530520e2019-01-02 13:41:37 -080076 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/JobService_v1.xml">
77 <edmx:Include Namespace="JobService"/>
78 </edmx:Reference>
79 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/TelemetryService_v1.xml">
80 <edmx:Include Namespace="TelemetryService"/>
81 </edmx:Reference>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060082 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/CertificateService_v1.xml">
83 <edmx:Include Namespace="CertificateService"/>
84 </edmx:Reference>
85 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/ResourceBlockCollection_v1.xml">
86 <edmx:Include Namespace="ResourceBlockCollection"/>
87 </edmx:Reference>
Gunnar Mills09b9d452020-02-11 13:27:39 -060088 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/FacilityCollection_v1.xml">
89 <edmx:Include Namespace="FacilityCollection"/>
90 </edmx:Reference>
91 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PowerEquipment_v1.xml">
92 <edmx:Include Namespace="PowerEquipment"/>
93 </edmx:Reference>
Gunnar Mills844b4152020-06-22 12:44:09 -050094 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/AggregationService_v1.xml">
95 <edmx:Include Namespace="AggregationService"/>
96 </edmx:Reference>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -050097 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/StorageCollection_v1.xml">
98 <edmx:Include Namespace="StorageCollection"/>
99 </edmx:Reference>
Gunnar Mills60c922d2021-12-01 09:28:53 -0600100 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/LicenseService_v1.xml">
101 <edmx:Include Namespace="LicenseService"/>
102 </edmx:Reference>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500103 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/swordfish/v1/NVMeDomainCollection_v1.xml">
104 <edmx:Include Namespace="NVMeDomainCollection"/>
105 </edmx:Reference>
Ed Tanousf263e092023-05-22 09:56:29 -0700106 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/ThermalEquipment_v1.xml">
107 <edmx:Include Namespace="ThermalEquipment"/>
108 </edmx:Reference>
Gunnar Mills9d424662021-09-22 21:56:16 -0500109 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/KeyService_v1.xml">
110 <edmx:Include Namespace="KeyService"/>
111 </edmx:Reference>
112 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/CableCollection_v1.xml">
113 <edmx:Include Namespace="CableCollection"/>
114 </edmx:Reference>
Sui Chen141d9432022-02-03 22:01:27 -0800115 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/ServiceConditions_v1.xml">
116 <edmx:Include Namespace="ServiceConditions"/>
117 </edmx:Reference>
118 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/ComponentIntegrityCollection_v1.xml">
119 <edmx:Include Namespace="ComponentIntegrityCollection"/>
120 </edmx:Reference>
121 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RegisteredClientCollection_v1.xml">
122 <edmx:Include Namespace="RegisteredClientCollection"/>
123 </edmx:Reference>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700124
Ed Tanousf263e092023-05-22 09:56:29 -0700125
Jason M. Billsea4aa752018-06-05 13:29:11 -0700126 <edmx:DataServices>
127
128 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot">
129 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
130
131 <EntityType Name="ServiceRoot" BaseType="Resource.v1_0_0.Resource" Abstract="true">
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800132 <Annotation Term="OData.Description" String="The ServiceRoot schema describes the root of the Redfish service, located at the '/redfish/v1' URI. All other resources accessible through the Redfish interface on this device are linked directly or indirectly from the service root."/>
133 <Annotation Term="OData.LongDescription" String="This resource shall represent the root of the Redfish service."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700134 <Annotation Term="Capabilities.InsertRestrictions">
135 <Record>
136 <PropertyValue Property="Insertable" Bool="false"/>
137 </Record>
138 </Annotation>
139 <Annotation Term="Capabilities.UpdateRestrictions">
140 <Record>
141 <PropertyValue Property="Updatable" Bool="false"/>
142 </Record>
143 </Annotation>
144 <Annotation Term="Capabilities.DeleteRestrictions">
145 <Record>
146 <PropertyValue Property="Deletable" Bool="false"/>
147 </Record>
148 </Annotation>
Ed Tanous530520e2019-01-02 13:41:37 -0800149 <Annotation Term="Redfish.Uris">
150 <Collection>
Ed Tanouscb103132019-10-08 11:34:22 -0700151 <String>/redfish/v1</String>
Ed Tanous530520e2019-01-02 13:41:37 -0800152 <String>/redfish/v1/</String>
153 </Collection>
154 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700155 </EntityType>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700156 </Schema>
157
158 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_0_0">
159 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600160 <Annotation Term="Redfish.Release" String="1.0"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700161
162 <EntityContainer Name="ServiceContainer">
163 <Singleton Name="Service" Type="ServiceRoot.ServiceRoot"/>
164 <Singleton Name="Systems" Type="ComputerSystemCollection.ComputerSystemCollection"/>
165 <Singleton Name="Chassis" Type="ChassisCollection.ChassisCollection"/>
166 <Singleton Name="Managers" Type="ManagerCollection.ManagerCollection"/>
167 <Singleton Name="Tasks" Type="TaskService.TaskService"/>
168 <Singleton Name="AccountService" Type="AccountService.AccountService"/>
169 <Singleton Name="SessionService" Type="SessionService.SessionService"/>
170 <Singleton Name="EventService" Type="EventService.EventService"/>
171 <Singleton Name="Registries" Type="MessageRegistryFileCollection.MessageRegistryFileCollection"/>
172 <Singleton Name="JsonSchemas" Type="JsonSchemaFileCollection.JsonSchemaFileCollection"/>
173 <Singleton Name="Sessions" Type="SessionCollection.SessionCollection"/>
174 </EntityContainer>
175
176 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.ServiceRoot">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700177 <Property Name="RedfishVersion" Type="Edm.String" Nullable="false">
178 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800179 <Annotation Term="OData.Description" String="The version of the Redfish service."/>
180 <Annotation Term="OData.LongDescription" String="This property shall represent the Redfish protocol version, as specified in the 'Protocol version' clause of the Redfish Specification, to which this service conforms."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700181 <Annotation Term="Validation.Pattern" String="^\d+\.\d+\.\d+$"/>
182 </Property>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800183 <Property Name="UUID" Type="Edm.Guid">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700184 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800185 <Annotation Term="OData.Description" String="Unique identifier for a service instance. When SSDP is used, this value contains the same UUID returned in an HTTP `200 OK` response from an SSDP `M-SEARCH` request during discovery."/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600186 <Annotation Term="OData.LongDescription" String="This property shall contain the identifier of the Redfish service instance. If SSDP is used, this value shall contain the same UUID returned in an HTTP `200 OK` response from an SSDP `M-SEARCH` request during discovery. RFC4122 describes methods to use to create a UUID value. The value should be considered to be opaque. Client software should only treat the overall value as a universally unique identifier and should not interpret any subfields within the UUID."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700187 </Property>
Ed Tanous530520e2019-01-02 13:41:37 -0800188 <NavigationProperty Name="Systems" Type="ComputerSystemCollection.ComputerSystemCollection" Nullable="false">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700189 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700190 <Annotation Term="OData.Description" String="The link to a collection of systems."/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800191 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type ComputerSystemCollection."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700192 <Annotation Term="OData.AutoExpandReferences"/>
193 </NavigationProperty>
Ed Tanous530520e2019-01-02 13:41:37 -0800194 <NavigationProperty Name="Chassis" Type="ChassisCollection.ChassisCollection" Nullable="false">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700195 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700196 <Annotation Term="OData.Description" String="The link to a collection of chassis."/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800197 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type ChassisCollection."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700198 <Annotation Term="OData.AutoExpandReferences"/>
199 </NavigationProperty>
Ed Tanous530520e2019-01-02 13:41:37 -0800200 <NavigationProperty Name="Managers" Type="ManagerCollection.ManagerCollection" Nullable="false">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700201 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700202 <Annotation Term="OData.Description" String="The link to a collection of managers."/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800203 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type ManagerCollection."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700204 <Annotation Term="OData.AutoExpandReferences"/>
205 </NavigationProperty>
Ed Tanous530520e2019-01-02 13:41:37 -0800206 <NavigationProperty Name="Tasks" Type="TaskService.TaskService" Nullable="false">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700207 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800208 <Annotation Term="OData.Description" String="The link to the task service."/>
209 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type TaskService."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700210 <Annotation Term="OData.AutoExpandReferences"/>
Ed Tanousf263e092023-05-22 09:56:29 -0700211 <Annotation Term="Redfish.URISegment" String="TaskService"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700212 </NavigationProperty>
Ed Tanous530520e2019-01-02 13:41:37 -0800213 <NavigationProperty Name="SessionService" Type="SessionService.SessionService" Nullable="false">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700214 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800215 <Annotation Term="OData.Description" String="The link to the sessions service."/>
216 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type SessionService."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700217 <Annotation Term="OData.AutoExpandReferences"/>
218 </NavigationProperty>
Ed Tanous530520e2019-01-02 13:41:37 -0800219 <NavigationProperty Name="AccountService" Type="AccountService.AccountService" Nullable="false">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700220 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800221 <Annotation Term="OData.Description" String="The link to the account service."/>
222 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type AccountService."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700223 <Annotation Term="OData.AutoExpandReferences"/>
224 </NavigationProperty>
Ed Tanous530520e2019-01-02 13:41:37 -0800225 <NavigationProperty Name="EventService" Type="EventService.EventService" Nullable="false">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700226 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800227 <Annotation Term="OData.Description" String="The link to the event service."/>
228 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type EventService."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700229 <Annotation Term="OData.AutoExpandReferences"/>
230 </NavigationProperty>
Ed Tanous530520e2019-01-02 13:41:37 -0800231 <NavigationProperty Name="Registries" Type="MessageRegistryFileCollection.MessageRegistryFileCollection" Nullable="false">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700232 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800233 <Annotation Term="OData.Description" String="The link to a collection of registries."/>
234 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type MessageRegistryFileCollection."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700235 <Annotation Term="OData.AutoExpandReferences"/>
236 </NavigationProperty>
Ed Tanous530520e2019-01-02 13:41:37 -0800237 <NavigationProperty Name="JsonSchemas" Type="JsonSchemaFileCollection.JsonSchemaFileCollection" Nullable="false">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700238 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700239 <Annotation Term="OData.Description" String="The link to a collection of JSON Schema files."/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800240 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type JsonSchemaFileCollection."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700241 <Annotation Term="OData.AutoExpandReferences"/>
242 </NavigationProperty>
243 <Property Name="Links" Type="ServiceRoot.v1_0_0.Links" Nullable="false">
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800244 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
245 <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 -0700246 <Annotation Term="Redfish.Required"/>
247 </Property>
248 </EntityType>
249
250 <ComplexType Name="Links" BaseType="Resource.Links">
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800251 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
252 <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 -0700253 <NavigationProperty Name="Sessions" Type="SessionCollection.SessionCollection" Nullable="false">
254 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800255 <Annotation Term="OData.Description" String="The link to a collection of sessions."/>
256 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type SessionCollection."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700257 <Annotation Term="OData.AutoExpandReferences"/>
258 <Annotation Term="Redfish.Required"/>
259 </NavigationProperty>
260 </ComplexType>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700261 </Schema>
262
263 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_0_2">
264 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700265 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700266 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_0_0.ServiceRoot"/>
267 </Schema>
268
269 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_0_3">
270 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700271 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700272 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_0_2.ServiceRoot"/>
273 </Schema>
274
275 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_0_4">
276 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700277 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700278 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_0_3.ServiceRoot"/>
279 </Schema>
280
281 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_0_5">
282 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700283 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700284 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_0_4.ServiceRoot"/>
285 </Schema>
286
287 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_0_6">
288 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800289 <Annotation Term="OData.Description" String="This version was created to mark the Sessions property as required."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700290 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_0_5.ServiceRoot"/>
291 </Schema>
292
Ed Tanous530520e2019-01-02 13:41:37 -0800293 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_0_7">
294 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
295 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number."/>
296 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_0_6.ServiceRoot"/>
297 </Schema>
298
Ed Tanouscb103132019-10-08 11:34:22 -0700299 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_0_8">
300 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
301 <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."/>
302 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_0_7.ServiceRoot"/>
303 </Schema>
304
305 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_0_9">
306 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
307 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
308 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_0_8.ServiceRoot"/>
309 </Schema>
310
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800311 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_0_10">
312 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
313 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
314 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_0_9.ServiceRoot"/>
315 </Schema>
316
Ed Tanousf263e092023-05-22 09:56:29 -0700317 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_0_11">
318 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
319 <Annotation Term="OData.Description" String="This version was created to add the URI segment annotation to Tasks."/>
320 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_0_10.ServiceRoot"/>
321 </Schema>
322
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600323 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_0_12">
324 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
325 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
326 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_0_11.ServiceRoot"/>
327 </Schema>
328
Jason M. Billsea4aa752018-06-05 13:29:11 -0700329 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_1_0">
330 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600331 <Annotation Term="Redfish.Release" String="2016.2"/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800332
Jason M. Billsea4aa752018-06-05 13:29:11 -0700333 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_0_2.ServiceRoot">
Ed Tanous530520e2019-01-02 13:41:37 -0800334 <NavigationProperty Name="StorageSystems" Type="StorageSystemCollection.StorageSystemCollection" Nullable="false">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700335 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700336 <Annotation Term="OData.Description" String="The link to a collection of storage systems."/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800337 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type StorageSystemCollection. This collection shall contain computer systems that act as storage servers. The HostingRoles property of each such computer system shall contain a StorageServer entry."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700338 </NavigationProperty>
Ed Tanous530520e2019-01-02 13:41:37 -0800339 <NavigationProperty Name="StorageServices" Type="StorageServiceCollection.StorageServiceCollection" Nullable="false">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700340 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800341 <Annotation Term="OData.Description" String="The link to a collection of storage services."/>
342 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type StorageServiceCollection."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700343 </NavigationProperty>
Ed Tanous530520e2019-01-02 13:41:37 -0800344 <NavigationProperty Name="Fabrics" Type="FabricCollection.FabricCollection" Nullable="false">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700345 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800346 <Annotation Term="OData.Description" String="The link to a collection of fabrics."/>
347 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type FabricCollection."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700348 </NavigationProperty>
Ed Tanous530520e2019-01-02 13:41:37 -0800349 <NavigationProperty Name="UpdateService" Type="UpdateService.UpdateService" Nullable="false">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700350 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800351 <Annotation Term="OData.Description" String="The link to the update service."/>
352 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type UpdateService."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700353 <Annotation Term="OData.AutoExpandReferences"/>
354 </NavigationProperty>
355 </EntityType>
356 </Schema>
357
358 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_1_1">
359 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
360
361 <EntityContainer Name="ServiceContainer" Extends="ServiceRoot.v1_0_0.ServiceContainer">
362 <Singleton Name="StorageSystems" Type="StorageSystemCollection.StorageSystemCollection"/>
363 <Singleton Name="StorageServices" Type="StorageServiceCollection.StorageServiceCollection"/>
364 <Singleton Name="Fabrics" Type="FabricCollection.FabricCollection"/>
365 <Singleton Name="UpdateService" Type="UpdateService.UpdateService"/>
366 </EntityContainer>
367
368 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_1_0.ServiceRoot"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700369 </Schema>
370
371 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_1_2">
372 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700373 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700374 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_1_1.ServiceRoot"/>
375 </Schema>
376
377 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_1_3">
378 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800379 <Annotation Term="OData.Description" String="This version was created to mark the Sessions property as required."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700380 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_1_2.ServiceRoot"/>
381 </Schema>
382
Ed Tanous530520e2019-01-02 13:41:37 -0800383 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_1_4">
384 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
385 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number."/>
386 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_1_3.ServiceRoot"/>
387 </Schema>
388
Ed Tanouscb103132019-10-08 11:34:22 -0700389 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_1_5">
390 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
391 <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."/>
392 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_1_4.ServiceRoot"/>
393 </Schema>
394
395 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_1_6">
396 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
397 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
398 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_1_5.ServiceRoot"/>
399 </Schema>
400
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800401 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_1_7">
402 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
403 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
404 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_1_6.ServiceRoot"/>
405 </Schema>
406
Ed Tanousf263e092023-05-22 09:56:29 -0700407 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_1_8">
408 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
409 <Annotation Term="OData.Description" String="This version was created to add the URI segment annotation to Tasks."/>
410 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_1_7.ServiceRoot"/>
411 </Schema>
412
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600413 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_1_9">
414 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
415 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
416 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_1_8.ServiceRoot"/>
417 </Schema>
418
Jason M. Billsea4aa752018-06-05 13:29:11 -0700419 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_2_0">
420 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600421 <Annotation Term="Redfish.Release" String="2017.1"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700422
423 <EntityContainer Name="ServiceContainer" Extends="ServiceRoot.v1_1_1.ServiceContainer">
424 <Singleton Name="CompositionService" Type="CompositionService.CompositionService"/>
425 </EntityContainer>
426
427 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_1_2.ServiceRoot">
428 <NavigationProperty Name="CompositionService" Type="CompositionService.CompositionService" Nullable="false">
429 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800430 <Annotation Term="OData.Description" String="The link to the composition service."/>
431 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type CompositionService."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700432 <Annotation Term="OData.AutoExpandReferences"/>
433 </NavigationProperty>
434 </EntityType>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700435 </Schema>
436
437 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_2_1">
438 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800439 <Annotation Term="OData.Description" String="This version was created to mark the Sessions property as required."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700440 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_2_0.ServiceRoot"/>
441 </Schema>
442
Ed Tanous530520e2019-01-02 13:41:37 -0800443 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_2_2">
444 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
445 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number."/>
446 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_2_1.ServiceRoot"/>
447 </Schema>
448
Ed Tanouscb103132019-10-08 11:34:22 -0700449 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_2_3">
450 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
451 <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."/>
452 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_2_2.ServiceRoot"/>
453 </Schema>
454
455 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_2_4">
456 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
457 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
458 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_2_3.ServiceRoot"/>
459 </Schema>
460
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800461 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_2_5">
462 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
463 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
464 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_2_4.ServiceRoot"/>
465 </Schema>
466
Ed Tanousf263e092023-05-22 09:56:29 -0700467 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_2_6">
468 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
469 <Annotation Term="OData.Description" String="This version was created to add the URI segment annotation to Tasks."/>
470 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_2_5.ServiceRoot"/>
471 </Schema>
472
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600473 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_2_7">
474 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
475 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
476 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_2_6.ServiceRoot"/>
477 </Schema>
478
Jason M. Billsea4aa752018-06-05 13:29:11 -0700479 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_3_0">
480 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600481 <Annotation Term="Redfish.Release" String="2017.3"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700482
483 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_2_0.ServiceRoot">
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600484 <Property Name="Product" Type="Edm.String">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700485 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800486 <Annotation Term="OData.Description" String="The product associated with this Redfish service."/>
487 <Annotation Term="OData.LongDescription" String="This property shall include the name of the product represented by this Redfish service."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700488 </Property>
489 <Property Name="ProtocolFeaturesSupported" Type="ServiceRoot.v1_3_0.ProtocolFeaturesSupported" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700490 <Annotation Term="OData.Description" String="The information about protocol features that the service supports."/>
491 <Annotation Term="OData.LongDescription" String="This property shall contain information about protocol features that the service supports."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700492 </Property>
493 </EntityType>
494
495 <ComplexType Name="ProtocolFeaturesSupported">
Ed Tanouscb103132019-10-08 11:34:22 -0700496 <Annotation Term="OData.Description" String="The information about protocol features that the service supports."/>
497 <Annotation Term="OData.LongDescription" String="This type shall contain information about protocol features that the service supports."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700498 <Property Name="ExpandQuery" Type="ServiceRoot.v1_3_0.Expand" Nullable="false">
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600499 <Annotation Term="OData.Description" String="The information about the use of `$expand` in the service."/>
500 <Annotation Term="OData.LongDescription" String="This property shall contain information about the support of the `$expand` query parameter by the service."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700501 </Property>
502 <Property Name="FilterQuery" Type="Edm.Boolean" Nullable="false">
503 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600504 <Annotation Term="OData.Description" String="An indication of whether the service supports the `$filter` query parameter."/>
505 <Annotation Term="OData.LongDescription" String="This property shall indicate whether this service supports the `$filter` query parameter."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700506 </Property>
507 <Property Name="SelectQuery" Type="Edm.Boolean" Nullable="false">
508 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600509 <Annotation Term="OData.Description" String="An indication of whether the service supports the `$select` query parameter."/>
510 <Annotation Term="OData.LongDescription" String="This property shall indicate whether this service supports the `$select` query parameter."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800511 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700512 </ComplexType>
513
514 <ComplexType Name="Expand">
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600515 <Annotation Term="OData.Description" String="The information about the use of `$expand` in the service."/>
516 <Annotation Term="OData.LongDescription" String="This type shall contain information about the support of the `$expand` query parameter by the service."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700517 <Property Name="Links" Type="Edm.Boolean" Nullable="false">
518 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600519 <Annotation Term="OData.Description" String="An indication of whether this service supports the tilde (`~`) option of the `$expand` query parameter."/>
520 <Annotation Term="OData.LongDescription" String="This property shall indicate whether this service supports the supports the tilde (~) option of the `$expand` query parameter."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700521 </Property>
522 <Property Name="NoLinks" Type="Edm.Boolean" Nullable="false">
523 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600524 <Annotation Term="OData.Description" String="An indication of whether the service supports the period (`.`) option of the `$expand` query parameter."/>
525 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the service supports the period (`.`) option of the `$expand` query parameter."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700526 </Property>
527 <Property Name="ExpandAll" Type="Edm.Boolean" Nullable="false">
528 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600529 <Annotation Term="OData.Description" String="An indication of whether the service supports the asterisk (`*`) option of the `$expand` query parameter."/>
530 <Annotation Term="OData.LongDescription" String="This property shall indicate whether this service supports the asterisk (`*`) option of the `$expand` query parameter."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700531 </Property>
532 <Property Name="Levels" Type="Edm.Boolean" Nullable="false">
533 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600534 <Annotation Term="OData.Description" String="An indication of whether the service supports the `$levels` option of the `$expand` query parameter."/>
535 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the service supports the `$levels` option of the `$expand` query parameter."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700536 </Property>
537 <Property Name="MaxLevels" Type="Edm.Int64" Nullable="false">
538 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600539 <Annotation Term="OData.Description" String="The maximum `$levels` option value in the `$expand` query parameter."/>
540 <Annotation Term="OData.LongDescription" String="This property shall contain the maximum `$levels` option value in the `$expand` query parameter. This property shall be present if the Levels property contains `true`."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700541 <Annotation Term="Validation.Minimum" Int="1"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700542 </Property>
543 </ComplexType>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700544 </Schema>
545
546 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_3_1">
547 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800548 <Annotation Term="OData.Description" String="This version was created to mark the Sessions property as required."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700549 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_3_0.ServiceRoot"/>
550 </Schema>
551
Ed Tanous530520e2019-01-02 13:41:37 -0800552 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_3_2">
553 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
554 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number."/>
555 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_3_1.ServiceRoot"/>
556 </Schema>
557
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600558 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_3_3">
559 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600560 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema to disallow the Product property from being `null`."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600561 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_3_2.ServiceRoot"/>
562 </Schema>
563
Ed Tanouscb103132019-10-08 11:34:22 -0700564 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_3_4">
565 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
566 <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."/>
567 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_3_3.ServiceRoot"/>
568 </Schema>
569
570 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_3_5">
571 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
572 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
573 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_3_4.ServiceRoot"/>
574 </Schema>
575
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800576 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_3_6">
577 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
578 <Annotation Term="OData.Description" String="This version was created to remove the upper limit on the MaxLevels property."/>
579 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_3_5.ServiceRoot"/>
580 </Schema>
581
Ed Tanousf263e092023-05-22 09:56:29 -0700582 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_3_7">
583 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
584 <Annotation Term="OData.Description" String="This version was created to add the URI segment annotation to Tasks."/>
585 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_3_6.ServiceRoot"/>
586 </Schema>
587
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600588 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_3_8">
589 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
590 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
591 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_3_7.ServiceRoot"/>
592 </Schema>
593
Ed Tanous530520e2019-01-02 13:41:37 -0800594 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_4_0">
595 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600596 <Annotation Term="Redfish.Release" String="2018.2"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600597 <Annotation Term="OData.Description" String="This version was created to add support of the `excerpt` and `only` query parameters to ProtocolFeaturesSupported. It was also created to add the JobService and Telemetry properties."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800598
599 <EntityContainer Name="ServiceContainer" Extends="ServiceRoot.v1_2_0.ServiceContainer">
600 <Singleton Name="JobService" Type="JobService.JobService"/>
601 <Singleton Name="TelemetryService" Type="TelemetryService.TelemetryService"/>
602 </EntityContainer>
603
604 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_3_2.ServiceRoot">
605 <NavigationProperty Name="JobService" Type="JobService.JobService" Nullable="false">
606 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800607 <Annotation Term="OData.Description" String="The link to the job service."/>
608 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type JobService."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800609 <Annotation Term="OData.AutoExpandReferences"/>
610 </NavigationProperty>
611 <NavigationProperty Name="TelemetryService" Type="TelemetryService.TelemetryService" Nullable="false">
612 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800613 <Annotation Term="OData.Description" String="The link to the telemetry service."/>
614 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type TelemetryService."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800615 <Annotation Term="OData.AutoExpandReferences"/>
616 </NavigationProperty>
617 </EntityType>
618
619 <ComplexType Name="ProtocolFeaturesSupported" BaseType="ServiceRoot.v1_3_0.ProtocolFeaturesSupported">
620 <Property Name="ExcerptQuery" Type="Edm.Boolean" Nullable="false">
621 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600622 <Annotation Term="OData.Description" String="An indication of whether the service supports the `excerpt` query parameter."/>
623 <Annotation Term="OData.LongDescription" String="This property shall indicate whether this service supports the `excerpt` query parameter."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800624 </Property>
625 <Property Name="OnlyMemberQuery" Type="Edm.Boolean" Nullable="false">
626 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600627 <Annotation Term="OData.Description" String="An indication of whether the service supports the `only` query parameter."/>
628 <Annotation Term="OData.LongDescription" String="This property shall indicate whether this service supports the `only` query parameter."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800629 </Property>
630 </ComplexType>
631 </Schema>
632
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600633 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_4_1">
634 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600635 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema to disallow the Product property from being `null`."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600636 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_4_0.ServiceRoot"/>
637 </Schema>
638
Ed Tanouscb103132019-10-08 11:34:22 -0700639 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_4_2">
640 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
641 <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."/>
642 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_4_1.ServiceRoot"/>
643 </Schema>
644
645 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_4_3">
646 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
647 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
648 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_4_2.ServiceRoot"/>
649 </Schema>
650
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600651 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_4_4">
652 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
653 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
654 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_4_3.ServiceRoot"/>
655 </Schema>
656
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800657 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_4_6">
658 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
659 <Annotation Term="OData.Description" String="This version was created to remove the upper limit on the MaxLevels property."/>
660 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_4_3.ServiceRoot"/>
661 </Schema>
662
Ed Tanousf263e092023-05-22 09:56:29 -0700663 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_4_7">
664 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
665 <Annotation Term="OData.Description" String="This version was created to add the URI segment annotation to Tasks."/>
666 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_4_6.ServiceRoot"/>
667 </Schema>
668
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600669 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_5_0">
670 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
671 <Annotation Term="Redfish.Release" String="2018.3"/>
672
673 <EntityContainer Name="ServiceContainer" Extends="ServiceRoot.v1_4_0.ServiceContainer">
674 <Singleton Name="CertificateService" Type="CertificateService.CertificateService"/>
675 <Singleton Name="ResourceBlocks" Type="ResourceBlockCollection.ResourceBlockCollection"/>
676 </EntityContainer>
677
678 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_4_1.ServiceRoot">
679 <Property Name="Vendor" Type="Edm.String">
680 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800681 <Annotation Term="OData.Description" String="The vendor or manufacturer associated with this Redfish service."/>
682 <Annotation Term="OData.LongDescription" String="This property shall include the name of the manufacturer or vendor represented by this Redfish service. If this property is supported, the vendor name shall not be included in the Product property value."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600683 </Property>
684 <NavigationProperty Name="CertificateService" Type="CertificateService.CertificateService" Nullable="false">
685 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800686 <Annotation Term="OData.Description" String="The link to the certificate service."/>
687 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type CertificateService."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600688 <Annotation Term="OData.AutoExpandReferences"/>
689 </NavigationProperty>
690 <NavigationProperty Name="ResourceBlocks" Type="ResourceBlockCollection.ResourceBlockCollection" Nullable="false">
691 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800692 <Annotation Term="OData.Description" String="The link to a collection of resource blocks. This collection is intended for implementations that do not contain a composition service but that expose resources to an orchestrator that implements a composition service."/>
693 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type ResourceBlockCollection."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700694 <Annotation Term="OData.AutoExpandReferences"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600695 </NavigationProperty>
696 </EntityType>
697 </Schema>
698
Ed Tanouscb103132019-10-08 11:34:22 -0700699 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_5_1">
700 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
701 <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."/>
702 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_5_0.ServiceRoot"/>
703 </Schema>
704
705 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_5_2">
706 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
707 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
708 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_5_1.ServiceRoot"/>
709 </Schema>
710
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800711 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_5_3">
712 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
713 <Annotation Term="OData.Description" String="This version was created to remove the upper limit on the MaxLevels property."/>
714 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_5_2.ServiceRoot"/>
715 </Schema>
716
Ed Tanousf263e092023-05-22 09:56:29 -0700717 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_5_4">
718 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
719 <Annotation Term="OData.Description" String="This version was created to add the URI segment annotation to Tasks."/>
720 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_5_3.ServiceRoot"/>
721 </Schema>
722
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600723 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_5_5">
724 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
725 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
726 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_5_4.ServiceRoot"/>
727 </Schema>
728
Gunnar Mills09b9d452020-02-11 13:27:39 -0600729 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_6_0">
730 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
731 <Annotation Term="Redfish.Release" String="2019.4"/>
732
733 <EntityContainer Name="ServiceContainer" Extends="ServiceRoot.v1_5_0.ServiceContainer">
734 <Singleton Name="PowerEquipment" Type="PowerEquipment.PowerEquipment"/>
735 <Singleton Name="Facilities" Type="FacilityCollection.FacilityCollection"/>
736 </EntityContainer>
737
738 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_5_2.ServiceRoot">
739 <NavigationProperty Name="PowerEquipment" Type="PowerEquipment.PowerEquipment" Nullable="false">
740 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
741 <Annotation Term="OData.Description" String="The link to a set of power equipment."/>
742 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type PowerEquipment."/>
743 <Annotation Term="OData.AutoExpandReferences"/>
744 </NavigationProperty>
745 <NavigationProperty Name="Facilities" Type="FacilityCollection.FacilityCollection" Nullable="false">
746 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
747 <Annotation Term="OData.Description" String="The link to a collection of facilities."/>
748 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type FacilityCollection."/>
749 </NavigationProperty>
750 </EntityType>
751 </Schema>
752
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800753 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_6_1">
754 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
755 <Annotation Term="OData.Description" String="This version was created to remove the upper limit on the MaxLevels property."/>
756 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_6_0.ServiceRoot"/>
757 </Schema>
758
Ed Tanousf263e092023-05-22 09:56:29 -0700759 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_6_2">
760 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
761 <Annotation Term="OData.Description" String="This version was created to add the URI segment annotation to Tasks."/>
762 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_6_1.ServiceRoot"/>
763 </Schema>
764
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600765 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_6_3">
766 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
767 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
768 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_6_2.ServiceRoot"/>
769 </Schema>
770
Gunnar Millsa778c022020-05-12 12:20:36 -0500771 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_7_0">
772 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
773 <Annotation Term="Redfish.Release" String="2020.1"/>
774
775 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_6_0.ServiceRoot"/>
776
777 <ComplexType Name="ProtocolFeaturesSupported" BaseType="ServiceRoot.v1_4_0.ProtocolFeaturesSupported">
778 <Property Name="DeepOperations" Type="ServiceRoot.v1_7_0.DeepOperations" Nullable="false">
779 <Annotation Term="OData.Description" String="The information about deep operations that the service supports."/>
780 <Annotation Term="OData.LongDescription" String="This property shall contain information about deep operations that the service supports."/>
781 </Property>
782 </ComplexType>
783
784 <ComplexType Name="DeepOperations">
785 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
786 <Annotation Term="OData.Description" String="The information about deep operations that the service supports."/>
787 <Annotation Term="OData.LongDescription" String="This type shall contain information about deep operations that the service supports."/>
788 <Property Name="DeepPATCH" Type="Edm.Boolean" Nullable="false">
789 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
790 <Annotation Term="OData.Description" String="An indication of whether the service supports the deep PATCH operation."/>
791 <Annotation Term="OData.LongDescription" String="This property shall indicate whether this service supports the Redfish Specification-defined deep PATCH operation."/>
792 </Property>
793 <Property Name="DeepPOST" Type="Edm.Boolean" Nullable="false">
794 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
795 <Annotation Term="OData.Description" String="An indication of whether the service supports the deep POST operation."/>
796 <Annotation Term="OData.LongDescription" String="This property shall indicate whether this service supports the Redfish Specification-defined deep POST operation."/>
797 </Property>
798 <Property Name="MaxLevels" Type="Edm.Int64" Nullable="false">
799 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
800 <Annotation Term="OData.Description" String="The maximum levels of resources allowed in deep operations."/>
801 <Annotation Term="OData.LongDescription" String="This property shall contain the maximum levels of resources allowed in deep operations."/>
802 <Annotation Term="Validation.Minimum" Int="1"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500803 </Property>
804 </ComplexType>
805 </Schema>
806
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800807 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_7_1">
808 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
809 <Annotation Term="OData.Description" String="This version was created to remove the upper limit on the MaxLevels property."/>
810 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_7_0.ServiceRoot"/>
811 </Schema>
812
Ed Tanousf263e092023-05-22 09:56:29 -0700813 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_7_2">
814 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
815 <Annotation Term="OData.Description" String="This version was created to add the URI segment annotation to Tasks."/>
816 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_7_1.ServiceRoot"/>
817 </Schema>
818
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600819 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_7_3">
820 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
821 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
822 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_7_2.ServiceRoot"/>
823 </Schema>
824
Gunnar Mills844b4152020-06-22 12:44:09 -0500825 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_8_0">
826 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
827 <Annotation Term="Redfish.Release" String="2020.2"/>
828
829 <EntityContainer Name="ServiceContainer" Extends="ServiceRoot.v1_6_0.ServiceContainer">
830 <Singleton Name="AggregationService" Type="AggregationService.AggregationService"/>
831 </EntityContainer>
832
833 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_7_0.ServiceRoot">
834 <NavigationProperty Name="AggregationService" Type="AggregationService.AggregationService" Nullable="false">
835 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
836 <Annotation Term="OData.Description" String="The link to the aggregation service."/>
837 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type AggregationService."/>
838 <Annotation Term="OData.AutoExpandReferences"/>
839 </NavigationProperty>
840 </EntityType>
841 </Schema>
842
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800843 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_8_1">
844 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
845 <Annotation Term="OData.Description" String="This version was created to remove the upper limit on the MaxLevels property."/>
846 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_8_0.ServiceRoot"/>
847 </Schema>
848
Ed Tanousf263e092023-05-22 09:56:29 -0700849 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_8_2">
850 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
851 <Annotation Term="OData.Description" String="This version was created to add the URI segment annotation to Tasks."/>
852 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_8_1.ServiceRoot"/>
853 </Schema>
854
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600855 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_8_3">
856 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
857 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
858 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_8_2.ServiceRoot"/>
859 </Schema>
860
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500861 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_9_0">
862 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
863 <Annotation Term="Redfish.Release" String="2020.3"/>
864
865 <EntityContainer Name="ServiceContainer" Extends="ServiceRoot.v1_8_0.ServiceContainer">
866 <Singleton Name="Storage" Type="StorageCollection.StorageCollection"/>
867 </EntityContainer>
868
869 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_8_0.ServiceRoot">
870 <NavigationProperty Name="Storage" Type="StorageCollection.StorageCollection" Nullable="false">
871 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
872 <Annotation Term="OData.Description" String="The link to a collection of storage subsystems."/>
873 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type StorageCollection."/>
874 <Annotation Term="OData.AutoExpandReferences"/>
875 </NavigationProperty>
876 </EntityType>
877 </Schema>
878
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800879 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_9_1">
880 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
881 <Annotation Term="OData.Description" String="This version was created to remove the upper limit on the MaxLevels property."/>
882 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_9_0.ServiceRoot"/>
883 </Schema>
884
Ed Tanousf263e092023-05-22 09:56:29 -0700885 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_9_2">
886 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
887 <Annotation Term="OData.Description" String="This version was created to add the URI segment annotation to Tasks."/>
888 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_9_1.ServiceRoot"/>
889 </Schema>
890
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600891 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_9_3">
892 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
893 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
894 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_9_2.ServiceRoot"/>
895 </Schema>
896
Gunnar Mills10f270b2021-05-19 15:34:06 -0500897 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_10_0">
898 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
899 <Annotation Term="Redfish.Release" String="2021.1"/>
900
901 <EntityContainer Name="ServiceContainer" Extends="ServiceRoot.v1_9_0.ServiceContainer">
902 <Singleton Name="NVMeDomains" Type="NVMeDomainCollection.NVMeDomainCollection"/>
903 </EntityContainer>
904
905 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_9_0.ServiceRoot">
906 <NavigationProperty Name="NVMeDomains" Type="NVMeDomainCollection.NVMeDomainCollection" Nullable="false">
907 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
908 <Annotation Term="OData.Description" String="The link to a collection of NVMe domains."/>
909 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type NVMeDomainCollection."/>
910 <Annotation Term="OData.AutoExpandReferences"/>
911 </NavigationProperty>
912 </EntityType>
913 </Schema>
914
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800915 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_10_1">
916 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
917 <Annotation Term="OData.Description" String="This version was created to remove the upper limit on the MaxLevels property."/>
918 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_10_0.ServiceRoot"/>
919 </Schema>
920
Ed Tanousf263e092023-05-22 09:56:29 -0700921 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_10_2">
922 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
923 <Annotation Term="OData.Description" String="This version was created to add the URI segment annotation to Tasks."/>
924 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_10_1.ServiceRoot"/>
925 </Schema>
926
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600927 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_10_3">
928 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
929 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
930 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_10_2.ServiceRoot"/>
931 </Schema>
932
Gunnar Mills9d424662021-09-22 21:56:16 -0500933 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_11_0">
934 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
935 <Annotation Term="Redfish.Release" String="2021.2"/>
936
937 <EntityContainer Name="ServiceContainer" Extends="ServiceRoot.v1_10_0.ServiceContainer">
938 <Singleton Name="KeyService" Type="KeyService.KeyService"/>
939 <Singleton Name="Cables" Type="CableCollection.CableCollection"/>
940 </EntityContainer>
941
942 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_10_0.ServiceRoot">
943 <NavigationProperty Name="KeyService" Type="KeyService.KeyService" Nullable="false">
944 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
945 <Annotation Term="OData.Description" String="The link to the key service."/>
946 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type KeyService."/>
947 <Annotation Term="OData.AutoExpandReferences"/>
948 </NavigationProperty>
949 <NavigationProperty Name="Cables" Type="CableCollection.CableCollection" Nullable="false">
950 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
951 <Annotation Term="OData.Description" String="The link to a collection of cables."/>
952 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type CableCollection."/>
953 </NavigationProperty>
954 </EntityType>
955 </Schema>
956
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800957 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_11_1">
958 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
959 <Annotation Term="OData.Description" String="This version was created to remove the upper limit on the MaxLevels property."/>
960 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_11_0.ServiceRoot"/>
961 </Schema>
962
Ed Tanousf263e092023-05-22 09:56:29 -0700963 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_11_2">
964 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
965 <Annotation Term="OData.Description" String="This version was created to add the URI segment annotation to Tasks."/>
966 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_11_1.ServiceRoot"/>
967 </Schema>
968
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600969 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_11_3">
970 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
971 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
972 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_11_2.ServiceRoot"/>
973 </Schema>
974
Gunnar Mills60c922d2021-12-01 09:28:53 -0600975 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_12_0">
976 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
977 <Annotation Term="Redfish.Release" String="2021.3"/>
978
979 <EntityContainer Name="ServiceContainer" Extends="ServiceRoot.v1_11_0.ServiceContainer">
980 <Singleton Name="LicenseService" Type="LicenseService.LicenseService"/>
981 </EntityContainer>
982
983 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_11_0.ServiceRoot">
984 <NavigationProperty Name="LicenseService" Type="LicenseService.LicenseService" Nullable="false">
985 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
986 <Annotation Term="OData.Description" String="The link to the license service."/>
987 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type LicenseService."/>
988 <Annotation Term="OData.AutoExpandReferences"/>
989 </NavigationProperty>
990 </EntityType>
991 </Schema>
992
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800993 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_12_1">
994 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
995 <Annotation Term="OData.Description" String="This version was created to remove the upper limit on the MaxLevels property."/>
996 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_12_0.ServiceRoot"/>
997 </Schema>
998
Ed Tanousf263e092023-05-22 09:56:29 -0700999 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_12_2">
1000 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1001 <Annotation Term="OData.Description" String="This version was created to add the URI segment annotation to Tasks."/>
1002 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_12_1.ServiceRoot"/>
1003 </Schema>
1004
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001005 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_12_3">
1006 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1007 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1008 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_12_2.ServiceRoot"/>
1009 </Schema>
1010
Sui Chen141d9432022-02-03 22:01:27 -08001011 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_13_0">
1012 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1013 <Annotation Term="Redfish.Release" String="2021.4"/>
1014
1015 <EntityContainer Name="ServiceContainer" Extends="ServiceRoot.v1_12_0.ServiceContainer">
1016 <Singleton Name="ComponentIntegrity" Type="ComponentIntegrityCollection.ComponentIntegrityCollection"/>
1017 <Singleton Name="ServiceConditions" Type="ServiceConditions.ServiceConditions"/>
1018 <Singleton Name="RegisteredClients" Type="RegisteredClientCollection.RegisteredClientCollection"/>
1019 </EntityContainer>
1020
1021 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_12_0.ServiceRoot">
1022 <NavigationProperty Name="ServiceConditions" Type="ServiceConditions.ServiceConditions" Nullable="false">
1023 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1024 <Annotation Term="OData.Description" String="The link to the service conditions."/>
1025 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type ServiceConditions."/>
1026 </NavigationProperty>
1027 <NavigationProperty Name="ComponentIntegrity" Type="ComponentIntegrityCollection.ComponentIntegrityCollection" Nullable="false">
1028 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1029 <Annotation Term="OData.Description" String="The link to a collection of component integrity information."/>
1030 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type ComponentIntegrityCollection."/>
1031 </NavigationProperty>
1032 <NavigationProperty Name="RegisteredClients" Type="RegisteredClientCollection.RegisteredClientCollection" Nullable="false">
1033 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1034 <Annotation Term="OData.Description" String="The link to a collection of registered clients."/>
1035 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type RegisteredClientCollection."/>
1036 </NavigationProperty>
1037 </EntityType>
1038 </Schema>
1039
Ed Tanousa8d8f9d2023-01-26 13:57:00 -08001040 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_13_1">
1041 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1042 <Annotation Term="OData.Description" String="This version was created to remove the upper limit on the MaxLevels property."/>
1043 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_13_0.ServiceRoot"/>
1044 </Schema>
1045
Ed Tanousf263e092023-05-22 09:56:29 -07001046 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_13_2">
1047 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1048 <Annotation Term="OData.Description" String="This version was created to add the URI segment annotation to Tasks."/>
1049 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_13_1.ServiceRoot"/>
1050 </Schema>
1051
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001052 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_13_3">
1053 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1054 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1055 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_13_2.ServiceRoot"/>
1056 </Schema>
1057
Ed Tanoused761212022-09-23 15:03:29 -07001058 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_14_0">
1059 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1060 <Annotation Term="Redfish.Release" String="2022.1"/>
1061
1062 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_13_0.ServiceRoot">
1063 <Property Name="ServiceIdentification" Type="Edm.String" Nullable="false">
1064 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1065 <Annotation Term="OData.Description" String="The vendor or user-provided product and service identifier."/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001066 <Annotation Term="OData.LongDescription" String="This property shall contain a vendor-provided or user-provided value that identifies and associates a discovered Redfish service with a particular product instance. The value of the property shall contain the value of the ServiceIdentification property in the Manager resource providing the Redfish service root resource. The value of this property is used in conjunction with the Product and Vendor properties to match user credentials or other a priori product instance information necessary for initial deployment to the correct, matching Redfish service. This property shall not be present if its value is an empty string or `null`."/>
Ed Tanoused761212022-09-23 15:03:29 -07001067 </Property>
1068 </EntityType>
1069
1070 <ComplexType Name="ProtocolFeaturesSupported" BaseType="ServiceRoot.v1_7_0.ProtocolFeaturesSupported">
1071 <Property Name="MultipleHTTPRequests" Type="Edm.Boolean" Nullable="false">
1072 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1073 <Annotation Term="OData.Description" String="An indication of whether the service supports multiple outstanding HTTP requests."/>
1074 <Annotation Term="OData.LongDescription" String="This property shall indicate whether this service supports multiple outstanding HTTP requests."/>
1075 </Property>
1076 </ComplexType>
1077 </Schema>
1078
Ed Tanousa8d8f9d2023-01-26 13:57:00 -08001079 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_14_1">
1080 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1081 <Annotation Term="OData.Description" String="This version was created to remove the upper limit on the MaxLevels property."/>
1082 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_14_0.ServiceRoot"/>
1083 </Schema>
1084
Ed Tanousf263e092023-05-22 09:56:29 -07001085 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_14_2">
1086 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1087 <Annotation Term="OData.Description" String="This version was created to add the URI segment annotation to Tasks."/>
1088 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_14_1.ServiceRoot"/>
1089 </Schema>
1090
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001091 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_14_3">
1092 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1093 <Annotation Term="OData.Description" String="This version was created to clarify the usage of the ServiceIdentifcation property. It was also created to correct various typographical errors."/>
1094 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_14_2.ServiceRoot"/>
1095 </Schema>
1096
Ed Tanousa8d8f9d2023-01-26 13:57:00 -08001097 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_15_0">
1098 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1099 <Annotation Term="Redfish.Release" String="2022.3"/>
1100
1101 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_14_1.ServiceRoot"/>
1102
1103 <ComplexType Name="Links" BaseType="ServiceRoot.v1_0_0.Links">
1104 <NavigationProperty Name="ManagerProvidingService" Type="Manager.Manager" Nullable="false">
1105 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1106 <Annotation Term="OData.Description" String="The link to the manager that is providing this Redfish service."/>
1107 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type Manager that represents the manager providing this Redfish service."/>
1108 </NavigationProperty>
1109 </ComplexType>
1110 </Schema>
1111
Ed Tanousf263e092023-05-22 09:56:29 -07001112 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_15_1">
1113 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1114 <Annotation Term="OData.Description" String="This version was created to add the URI segment annotation to Tasks."/>
1115 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_15_0.ServiceRoot"/>
1116 </Schema>
1117
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001118 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_15_2">
1119 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1120 <Annotation Term="OData.Description" String="This version was created to clarify the usage of the ServiceIdentifcation property. It was also created to correct various typographical errors."/>
1121 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_15_1.ServiceRoot"/>
1122 </Schema>
1123
Ed Tanousf263e092023-05-22 09:56:29 -07001124 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_16_0">
1125 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1126 <Annotation Term="Redfish.Release" String="2023.1"/>
1127
1128 <EntityContainer Name="ServiceContainer" Extends="ServiceRoot.v1_13_0.ServiceContainer">
1129 <Singleton Name="ThermalEquipment" Type="ThermalEquipment.ThermalEquipment"/>
1130 </EntityContainer>
1131
1132 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_15_1.ServiceRoot">
1133 <NavigationProperty Name="ThermalEquipment" Type="ThermalEquipment.ThermalEquipment" Nullable="false">
1134 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1135 <Annotation Term="OData.Description" String="The link to a set of cooling equipment."/>
1136 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type ThermalEquipment."/>
1137 <Annotation Term="OData.AutoExpandReferences"/>
1138 </NavigationProperty>
1139 </EntityType>
1140 </Schema>
1141
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001142 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_16_1">
1143 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1144 <Annotation Term="OData.Description" String="This version was created to clarify the usage of the ServiceIdentifcation property. It was also created to correct various typographical errors."/>
1145 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_16_0.ServiceRoot"/>
1146 </Schema>
1147
Jason M. Billsea4aa752018-06-05 13:29:11 -07001148 </edmx:DataServices>
1149</edmx:Edmx>