blob: aab877b90a1e656d379a7e4b21c70096ca22ff45 [file] [log] [blame]
Jason M. Billsea4aa752018-06-05 13:29:11 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
Ed Tanousa8d8f9d2023-01-26 13:57:00 -08004<!--# Redfish Schema: ServiceRoot v1.15.0 -->
Jason M. Billsea4aa752018-06-05 13:29:11 -07005<!--# -->
6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle, -->
7<!--# available at http://www.dmtf.org/standards/redfish -->
Ed Tanoused761212022-09-23 15:03:29 -07008<!--# Copyright 2014-2022 DMTF. -->
Jason M. Billsea4aa752018-06-05 13:29:11 -07009<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10<!--################################################################################ -->
11<!---->
12<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
13
14 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
15 <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
16 </edmx:Reference>
17 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
18 <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
19 </edmx:Reference>
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>
Gunnar Mills9d424662021-09-22 21:56:16 -0500106 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/KeyService_v1.xml">
107 <edmx:Include Namespace="KeyService"/>
108 </edmx:Reference>
109 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/CableCollection_v1.xml">
110 <edmx:Include Namespace="CableCollection"/>
111 </edmx:Reference>
Sui Chen141d9432022-02-03 22:01:27 -0800112 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/ServiceConditions_v1.xml">
113 <edmx:Include Namespace="ServiceConditions"/>
114 </edmx:Reference>
115 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/ComponentIntegrityCollection_v1.xml">
116 <edmx:Include Namespace="ComponentIntegrityCollection"/>
117 </edmx:Reference>
118 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RegisteredClientCollection_v1.xml">
119 <edmx:Include Namespace="RegisteredClientCollection"/>
120 </edmx:Reference>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700121
122 <edmx:DataServices>
123
124 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot">
125 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
126
127 <EntityType Name="ServiceRoot" BaseType="Resource.v1_0_0.Resource" Abstract="true">
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800128 <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."/>
129 <Annotation Term="OData.LongDescription" String="This resource shall represent the root of the Redfish service."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700130 <Annotation Term="Capabilities.InsertRestrictions">
131 <Record>
132 <PropertyValue Property="Insertable" Bool="false"/>
133 </Record>
134 </Annotation>
135 <Annotation Term="Capabilities.UpdateRestrictions">
136 <Record>
137 <PropertyValue Property="Updatable" Bool="false"/>
138 </Record>
139 </Annotation>
140 <Annotation Term="Capabilities.DeleteRestrictions">
141 <Record>
142 <PropertyValue Property="Deletable" Bool="false"/>
143 </Record>
144 </Annotation>
Ed Tanous530520e2019-01-02 13:41:37 -0800145 <Annotation Term="Redfish.Uris">
146 <Collection>
Ed Tanouscb103132019-10-08 11:34:22 -0700147 <String>/redfish/v1</String>
Ed Tanous530520e2019-01-02 13:41:37 -0800148 <String>/redfish/v1/</String>
149 </Collection>
150 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700151 </EntityType>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700152 </Schema>
153
154 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_0_0">
155 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600156 <Annotation Term="Redfish.Release" String="1.0"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700157
158 <EntityContainer Name="ServiceContainer">
159 <Singleton Name="Service" Type="ServiceRoot.ServiceRoot"/>
160 <Singleton Name="Systems" Type="ComputerSystemCollection.ComputerSystemCollection"/>
161 <Singleton Name="Chassis" Type="ChassisCollection.ChassisCollection"/>
162 <Singleton Name="Managers" Type="ManagerCollection.ManagerCollection"/>
163 <Singleton Name="Tasks" Type="TaskService.TaskService"/>
164 <Singleton Name="AccountService" Type="AccountService.AccountService"/>
165 <Singleton Name="SessionService" Type="SessionService.SessionService"/>
166 <Singleton Name="EventService" Type="EventService.EventService"/>
167 <Singleton Name="Registries" Type="MessageRegistryFileCollection.MessageRegistryFileCollection"/>
168 <Singleton Name="JsonSchemas" Type="JsonSchemaFileCollection.JsonSchemaFileCollection"/>
169 <Singleton Name="Sessions" Type="SessionCollection.SessionCollection"/>
170 </EntityContainer>
171
172 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.ServiceRoot">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700173 <Property Name="RedfishVersion" Type="Edm.String" Nullable="false">
174 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800175 <Annotation Term="OData.Description" String="The version of the Redfish service."/>
176 <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 -0700177 <Annotation Term="Validation.Pattern" String="^\d+\.\d+\.\d+$"/>
178 </Property>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800179 <Property Name="UUID" Type="Edm.Guid">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700180 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800181 <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."/>
182 <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 sub-fields within the UUID."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700183 </Property>
Ed Tanous530520e2019-01-02 13:41:37 -0800184 <NavigationProperty Name="Systems" Type="ComputerSystemCollection.ComputerSystemCollection" Nullable="false">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700185 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700186 <Annotation Term="OData.Description" String="The link to a collection of systems."/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800187 <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 -0700188 <Annotation Term="OData.AutoExpandReferences"/>
189 </NavigationProperty>
Ed Tanous530520e2019-01-02 13:41:37 -0800190 <NavigationProperty Name="Chassis" Type="ChassisCollection.ChassisCollection" Nullable="false">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700191 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700192 <Annotation Term="OData.Description" String="The link to a collection of chassis."/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800193 <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 -0700194 <Annotation Term="OData.AutoExpandReferences"/>
195 </NavigationProperty>
Ed Tanous530520e2019-01-02 13:41:37 -0800196 <NavigationProperty Name="Managers" Type="ManagerCollection.ManagerCollection" Nullable="false">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700197 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700198 <Annotation Term="OData.Description" String="The link to a collection of managers."/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800199 <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 -0700200 <Annotation Term="OData.AutoExpandReferences"/>
201 </NavigationProperty>
Ed Tanous530520e2019-01-02 13:41:37 -0800202 <NavigationProperty Name="Tasks" Type="TaskService.TaskService" Nullable="false">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700203 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800204 <Annotation Term="OData.Description" String="The link to the task service."/>
205 <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 -0700206 <Annotation Term="OData.AutoExpandReferences"/>
207 </NavigationProperty>
Ed Tanous530520e2019-01-02 13:41:37 -0800208 <NavigationProperty Name="SessionService" Type="SessionService.SessionService" Nullable="false">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700209 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800210 <Annotation Term="OData.Description" String="The link to the sessions service."/>
211 <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 -0700212 <Annotation Term="OData.AutoExpandReferences"/>
213 </NavigationProperty>
Ed Tanous530520e2019-01-02 13:41:37 -0800214 <NavigationProperty Name="AccountService" Type="AccountService.AccountService" Nullable="false">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700215 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800216 <Annotation Term="OData.Description" String="The link to the account service."/>
217 <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 -0700218 <Annotation Term="OData.AutoExpandReferences"/>
219 </NavigationProperty>
Ed Tanous530520e2019-01-02 13:41:37 -0800220 <NavigationProperty Name="EventService" Type="EventService.EventService" Nullable="false">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700221 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800222 <Annotation Term="OData.Description" String="The link to the event service."/>
223 <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 -0700224 <Annotation Term="OData.AutoExpandReferences"/>
225 </NavigationProperty>
Ed Tanous530520e2019-01-02 13:41:37 -0800226 <NavigationProperty Name="Registries" Type="MessageRegistryFileCollection.MessageRegistryFileCollection" Nullable="false">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700227 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800228 <Annotation Term="OData.Description" String="The link to a collection of registries."/>
229 <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 -0700230 <Annotation Term="OData.AutoExpandReferences"/>
231 </NavigationProperty>
Ed Tanous530520e2019-01-02 13:41:37 -0800232 <NavigationProperty Name="JsonSchemas" Type="JsonSchemaFileCollection.JsonSchemaFileCollection" Nullable="false">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700233 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700234 <Annotation Term="OData.Description" String="The link to a collection of JSON Schema files."/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800235 <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 -0700236 <Annotation Term="OData.AutoExpandReferences"/>
237 </NavigationProperty>
238 <Property Name="Links" Type="ServiceRoot.v1_0_0.Links" Nullable="false">
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800239 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
240 <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 -0700241 <Annotation Term="Redfish.Required"/>
242 </Property>
243 </EntityType>
244
245 <ComplexType Name="Links" BaseType="Resource.Links">
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800246 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
247 <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 -0700248 <NavigationProperty Name="Sessions" Type="SessionCollection.SessionCollection" Nullable="false">
249 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800250 <Annotation Term="OData.Description" String="The link to a collection of sessions."/>
251 <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 -0700252 <Annotation Term="OData.AutoExpandReferences"/>
253 <Annotation Term="Redfish.Required"/>
254 </NavigationProperty>
255 </ComplexType>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700256 </Schema>
257
258 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_0_2">
259 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700260 <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 -0700261 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_0_0.ServiceRoot"/>
262 </Schema>
263
264 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_0_3">
265 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700266 <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 -0700267 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_0_2.ServiceRoot"/>
268 </Schema>
269
270 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_0_4">
271 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700272 <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 -0700273 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_0_3.ServiceRoot"/>
274 </Schema>
275
276 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_0_5">
277 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700278 <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 -0700279 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_0_4.ServiceRoot"/>
280 </Schema>
281
282 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_0_6">
283 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800284 <Annotation Term="OData.Description" String="This version was created to mark the Sessions property as required."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700285 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_0_5.ServiceRoot"/>
286 </Schema>
287
Ed Tanous530520e2019-01-02 13:41:37 -0800288 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_0_7">
289 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
290 <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."/>
291 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_0_6.ServiceRoot"/>
292 </Schema>
293
Ed Tanouscb103132019-10-08 11:34:22 -0700294 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_0_8">
295 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
296 <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."/>
297 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_0_7.ServiceRoot"/>
298 </Schema>
299
300 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_0_9">
301 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
302 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
303 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_0_8.ServiceRoot"/>
304 </Schema>
305
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800306 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_0_10">
307 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
308 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
309 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_0_9.ServiceRoot"/>
310 </Schema>
311
Jason M. Billsea4aa752018-06-05 13:29:11 -0700312 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_1_0">
313 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600314 <Annotation Term="Redfish.Release" String="2016.2"/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800315
Jason M. Billsea4aa752018-06-05 13:29:11 -0700316 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_0_2.ServiceRoot">
Ed Tanous530520e2019-01-02 13:41:37 -0800317 <NavigationProperty Name="StorageSystems" Type="StorageSystemCollection.StorageSystemCollection" Nullable="false">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700318 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700319 <Annotation Term="OData.Description" String="The link to a collection of storage systems."/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800320 <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 -0700321 </NavigationProperty>
Ed Tanous530520e2019-01-02 13:41:37 -0800322 <NavigationProperty Name="StorageServices" Type="StorageServiceCollection.StorageServiceCollection" Nullable="false">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700323 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800324 <Annotation Term="OData.Description" String="The link to a collection of storage services."/>
325 <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 -0700326 </NavigationProperty>
Ed Tanous530520e2019-01-02 13:41:37 -0800327 <NavigationProperty Name="Fabrics" Type="FabricCollection.FabricCollection" Nullable="false">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700328 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800329 <Annotation Term="OData.Description" String="The link to a collection of fabrics."/>
330 <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 -0700331 </NavigationProperty>
Ed Tanous530520e2019-01-02 13:41:37 -0800332 <NavigationProperty Name="UpdateService" Type="UpdateService.UpdateService" Nullable="false">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700333 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800334 <Annotation Term="OData.Description" String="The link to the update service."/>
335 <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 -0700336 <Annotation Term="OData.AutoExpandReferences"/>
337 </NavigationProperty>
338 </EntityType>
339 </Schema>
340
341 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_1_1">
342 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
343
344 <EntityContainer Name="ServiceContainer" Extends="ServiceRoot.v1_0_0.ServiceContainer">
345 <Singleton Name="StorageSystems" Type="StorageSystemCollection.StorageSystemCollection"/>
346 <Singleton Name="StorageServices" Type="StorageServiceCollection.StorageServiceCollection"/>
347 <Singleton Name="Fabrics" Type="FabricCollection.FabricCollection"/>
348 <Singleton Name="UpdateService" Type="UpdateService.UpdateService"/>
349 </EntityContainer>
350
351 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_1_0.ServiceRoot"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700352 </Schema>
353
354 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_1_2">
355 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700356 <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 -0700357 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_1_1.ServiceRoot"/>
358 </Schema>
359
360 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_1_3">
361 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800362 <Annotation Term="OData.Description" String="This version was created to mark the Sessions property as required."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700363 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_1_2.ServiceRoot"/>
364 </Schema>
365
Ed Tanous530520e2019-01-02 13:41:37 -0800366 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_1_4">
367 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
368 <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."/>
369 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_1_3.ServiceRoot"/>
370 </Schema>
371
Ed Tanouscb103132019-10-08 11:34:22 -0700372 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_1_5">
373 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
374 <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."/>
375 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_1_4.ServiceRoot"/>
376 </Schema>
377
378 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_1_6">
379 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
380 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
381 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_1_5.ServiceRoot"/>
382 </Schema>
383
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800384 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_1_7">
385 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
386 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
387 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_1_6.ServiceRoot"/>
388 </Schema>
389
Jason M. Billsea4aa752018-06-05 13:29:11 -0700390 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_2_0">
391 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600392 <Annotation Term="Redfish.Release" String="2017.1"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700393
394 <EntityContainer Name="ServiceContainer" Extends="ServiceRoot.v1_1_1.ServiceContainer">
395 <Singleton Name="CompositionService" Type="CompositionService.CompositionService"/>
396 </EntityContainer>
397
398 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_1_2.ServiceRoot">
399 <NavigationProperty Name="CompositionService" Type="CompositionService.CompositionService" Nullable="false">
400 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800401 <Annotation Term="OData.Description" String="The link to the composition service."/>
402 <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 -0700403 <Annotation Term="OData.AutoExpandReferences"/>
404 </NavigationProperty>
405 </EntityType>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700406 </Schema>
407
408 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_2_1">
409 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800410 <Annotation Term="OData.Description" String="This version was created to mark the Sessions property as required."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700411 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_2_0.ServiceRoot"/>
412 </Schema>
413
Ed Tanous530520e2019-01-02 13:41:37 -0800414 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_2_2">
415 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
416 <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."/>
417 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_2_1.ServiceRoot"/>
418 </Schema>
419
Ed Tanouscb103132019-10-08 11:34:22 -0700420 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_2_3">
421 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
422 <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."/>
423 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_2_2.ServiceRoot"/>
424 </Schema>
425
426 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_2_4">
427 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
428 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
429 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_2_3.ServiceRoot"/>
430 </Schema>
431
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800432 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_2_5">
433 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
434 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
435 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_2_4.ServiceRoot"/>
436 </Schema>
437
Jason M. Billsea4aa752018-06-05 13:29:11 -0700438 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_3_0">
439 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600440 <Annotation Term="Redfish.Release" String="2017.3"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700441
442 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_2_0.ServiceRoot">
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600443 <Property Name="Product" Type="Edm.String">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700444 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800445 <Annotation Term="OData.Description" String="The product associated with this Redfish service."/>
446 <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 -0700447 </Property>
448 <Property Name="ProtocolFeaturesSupported" Type="ServiceRoot.v1_3_0.ProtocolFeaturesSupported" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700449 <Annotation Term="OData.Description" String="The information about protocol features that the service supports."/>
450 <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 -0700451 </Property>
452 </EntityType>
453
454 <ComplexType Name="ProtocolFeaturesSupported">
Ed Tanouscb103132019-10-08 11:34:22 -0700455 <Annotation Term="OData.Description" String="The information about protocol features that the service supports."/>
456 <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 -0700457 <Property Name="ExpandQuery" Type="ServiceRoot.v1_3_0.Expand" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700458 <Annotation Term="OData.Description" String="The information about the use of $expand in the service."/>
459 <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 -0700460 </Property>
461 <Property Name="FilterQuery" Type="Edm.Boolean" Nullable="false">
462 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700463 <Annotation Term="OData.Description" String="An indication of whether the service supports the $filter query parameter."/>
464 <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 -0700465 </Property>
466 <Property Name="SelectQuery" Type="Edm.Boolean" Nullable="false">
467 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700468 <Annotation Term="OData.Description" String="An indication of whether the service supports the $select query parameter."/>
469 <Annotation Term="OData.LongDescription" String="This property shall indicate whether this service supports the $select query parameter."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800470 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700471 </ComplexType>
472
473 <ComplexType Name="Expand">
Ed Tanouscb103132019-10-08 11:34:22 -0700474 <Annotation Term="OData.Description" String="The information about the use of $expand in the service."/>
475 <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 -0700476 <Property Name="Links" Type="Edm.Boolean" Nullable="false">
477 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700478 <Annotation Term="OData.Description" String="An indication of whether this service supports the tilde (`~`) option of the $expand query parameter."/>
479 <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 -0700480 </Property>
481 <Property Name="NoLinks" Type="Edm.Boolean" Nullable="false">
482 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700483 <Annotation Term="OData.Description" String="An indication of whether the service supports the period (`.`) option of the $expand query parameter."/>
484 <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 -0700485 </Property>
486 <Property Name="ExpandAll" Type="Edm.Boolean" Nullable="false">
487 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700488 <Annotation Term="OData.Description" String="An indication of whether the service supports the asterisk (`*`) option of the $expand query parameter."/>
489 <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 -0700490 </Property>
491 <Property Name="Levels" Type="Edm.Boolean" Nullable="false">
492 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700493 <Annotation Term="OData.Description" String="An indication of whether the service supports the $levels option of the $expand query parameter."/>
494 <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 -0700495 </Property>
496 <Property Name="MaxLevels" Type="Edm.Int64" Nullable="false">
497 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700498 <Annotation Term="OData.Description" String="The maximum $levels option value in the $expand query parameter."/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800499 <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 -0700500 <Annotation Term="Validation.Minimum" Int="1"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700501 </Property>
502 </ComplexType>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700503 </Schema>
504
505 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_3_1">
506 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800507 <Annotation Term="OData.Description" String="This version was created to mark the Sessions property as required."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700508 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_3_0.ServiceRoot"/>
509 </Schema>
510
Ed Tanous530520e2019-01-02 13:41:37 -0800511 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_3_2">
512 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
513 <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."/>
514 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_3_1.ServiceRoot"/>
515 </Schema>
516
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600517 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_3_3">
518 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
519 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that the Product property can be marked as a nullable property."/>
520 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_3_2.ServiceRoot"/>
521 </Schema>
522
Ed Tanouscb103132019-10-08 11:34:22 -0700523 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_3_4">
524 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
525 <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."/>
526 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_3_3.ServiceRoot"/>
527 </Schema>
528
529 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_3_5">
530 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
531 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
532 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_3_4.ServiceRoot"/>
533 </Schema>
534
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800535 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_3_6">
536 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
537 <Annotation Term="OData.Description" String="This version was created to remove the upper limit on the MaxLevels property."/>
538 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_3_5.ServiceRoot"/>
539 </Schema>
540
Ed Tanous530520e2019-01-02 13:41:37 -0800541 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_4_0">
542 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600543 <Annotation Term="Redfish.Release" String="2018.2"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800544 <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."/>
545
546 <EntityContainer Name="ServiceContainer" Extends="ServiceRoot.v1_2_0.ServiceContainer">
547 <Singleton Name="JobService" Type="JobService.JobService"/>
548 <Singleton Name="TelemetryService" Type="TelemetryService.TelemetryService"/>
549 </EntityContainer>
550
551 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_3_2.ServiceRoot">
552 <NavigationProperty Name="JobService" Type="JobService.JobService" Nullable="false">
553 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800554 <Annotation Term="OData.Description" String="The link to the job service."/>
555 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type JobService."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800556 <Annotation Term="OData.AutoExpandReferences"/>
557 </NavigationProperty>
558 <NavigationProperty Name="TelemetryService" Type="TelemetryService.TelemetryService" Nullable="false">
559 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800560 <Annotation Term="OData.Description" String="The link to the telemetry service."/>
561 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type TelemetryService."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800562 <Annotation Term="OData.AutoExpandReferences"/>
563 </NavigationProperty>
564 </EntityType>
565
566 <ComplexType Name="ProtocolFeaturesSupported" BaseType="ServiceRoot.v1_3_0.ProtocolFeaturesSupported">
567 <Property Name="ExcerptQuery" Type="Edm.Boolean" Nullable="false">
568 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700569 <Annotation Term="OData.Description" String="An indication of whether the service supports the excerpt query parameter."/>
570 <Annotation Term="OData.LongDescription" String="This property shall indicate whether this service supports the excerpt query parameter."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800571 </Property>
572 <Property Name="OnlyMemberQuery" Type="Edm.Boolean" Nullable="false">
573 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700574 <Annotation Term="OData.Description" String="An indication of whether the service supports the only query parameter."/>
575 <Annotation Term="OData.LongDescription" String="This property shall indicate whether this service supports the only query parameter."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800576 </Property>
577 </ComplexType>
578 </Schema>
579
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600580 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_4_1">
581 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
582 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that the Product property can be marked as a nullable property."/>
583 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_4_0.ServiceRoot"/>
584 </Schema>
585
Ed Tanouscb103132019-10-08 11:34:22 -0700586 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_4_2">
587 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
588 <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."/>
589 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_4_1.ServiceRoot"/>
590 </Schema>
591
592 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_4_3">
593 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
594 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
595 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_4_2.ServiceRoot"/>
596 </Schema>
597
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800598 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_4_6">
599 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
600 <Annotation Term="OData.Description" String="This version was created to remove the upper limit on the MaxLevels property."/>
601 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_4_3.ServiceRoot"/>
602 </Schema>
603
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600604 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_5_0">
605 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
606 <Annotation Term="Redfish.Release" String="2018.3"/>
607
608 <EntityContainer Name="ServiceContainer" Extends="ServiceRoot.v1_4_0.ServiceContainer">
609 <Singleton Name="CertificateService" Type="CertificateService.CertificateService"/>
610 <Singleton Name="ResourceBlocks" Type="ResourceBlockCollection.ResourceBlockCollection"/>
611 </EntityContainer>
612
613 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_4_1.ServiceRoot">
614 <Property Name="Vendor" Type="Edm.String">
615 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800616 <Annotation Term="OData.Description" String="The vendor or manufacturer associated with this Redfish service."/>
617 <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 -0600618 </Property>
619 <NavigationProperty Name="CertificateService" Type="CertificateService.CertificateService" Nullable="false">
620 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800621 <Annotation Term="OData.Description" String="The link to the certificate service."/>
622 <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 -0600623 <Annotation Term="OData.AutoExpandReferences"/>
624 </NavigationProperty>
625 <NavigationProperty Name="ResourceBlocks" Type="ResourceBlockCollection.ResourceBlockCollection" Nullable="false">
626 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800627 <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."/>
628 <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 -0700629 <Annotation Term="OData.AutoExpandReferences"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600630 </NavigationProperty>
631 </EntityType>
632 </Schema>
633
Ed Tanouscb103132019-10-08 11:34:22 -0700634 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_5_1">
635 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
636 <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."/>
637 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_5_0.ServiceRoot"/>
638 </Schema>
639
640 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_5_2">
641 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
642 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
643 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_5_1.ServiceRoot"/>
644 </Schema>
645
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800646 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_5_3">
647 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
648 <Annotation Term="OData.Description" String="This version was created to remove the upper limit on the MaxLevels property."/>
649 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_5_2.ServiceRoot"/>
650 </Schema>
651
Gunnar Mills09b9d452020-02-11 13:27:39 -0600652 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_6_0">
653 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
654 <Annotation Term="Redfish.Release" String="2019.4"/>
655
656 <EntityContainer Name="ServiceContainer" Extends="ServiceRoot.v1_5_0.ServiceContainer">
657 <Singleton Name="PowerEquipment" Type="PowerEquipment.PowerEquipment"/>
658 <Singleton Name="Facilities" Type="FacilityCollection.FacilityCollection"/>
659 </EntityContainer>
660
661 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_5_2.ServiceRoot">
662 <NavigationProperty Name="PowerEquipment" Type="PowerEquipment.PowerEquipment" Nullable="false">
663 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
664 <Annotation Term="OData.Description" String="The link to a set of power equipment."/>
665 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type PowerEquipment."/>
666 <Annotation Term="OData.AutoExpandReferences"/>
667 </NavigationProperty>
668 <NavigationProperty Name="Facilities" Type="FacilityCollection.FacilityCollection" Nullable="false">
669 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
670 <Annotation Term="OData.Description" String="The link to a collection of facilities."/>
671 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type FacilityCollection."/>
672 </NavigationProperty>
673 </EntityType>
674 </Schema>
675
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800676 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_6_1">
677 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
678 <Annotation Term="OData.Description" String="This version was created to remove the upper limit on the MaxLevels property."/>
679 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_6_0.ServiceRoot"/>
680 </Schema>
681
Gunnar Millsa778c022020-05-12 12:20:36 -0500682 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_7_0">
683 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
684 <Annotation Term="Redfish.Release" String="2020.1"/>
685
686 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_6_0.ServiceRoot"/>
687
688 <ComplexType Name="ProtocolFeaturesSupported" BaseType="ServiceRoot.v1_4_0.ProtocolFeaturesSupported">
689 <Property Name="DeepOperations" Type="ServiceRoot.v1_7_0.DeepOperations" Nullable="false">
690 <Annotation Term="OData.Description" String="The information about deep operations that the service supports."/>
691 <Annotation Term="OData.LongDescription" String="This property shall contain information about deep operations that the service supports."/>
692 </Property>
693 </ComplexType>
694
695 <ComplexType Name="DeepOperations">
696 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
697 <Annotation Term="OData.Description" String="The information about deep operations that the service supports."/>
698 <Annotation Term="OData.LongDescription" String="This type shall contain information about deep operations that the service supports."/>
699 <Property Name="DeepPATCH" Type="Edm.Boolean" Nullable="false">
700 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
701 <Annotation Term="OData.Description" String="An indication of whether the service supports the deep PATCH operation."/>
702 <Annotation Term="OData.LongDescription" String="This property shall indicate whether this service supports the Redfish Specification-defined deep PATCH operation."/>
703 </Property>
704 <Property Name="DeepPOST" Type="Edm.Boolean" Nullable="false">
705 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
706 <Annotation Term="OData.Description" String="An indication of whether the service supports the deep POST operation."/>
707 <Annotation Term="OData.LongDescription" String="This property shall indicate whether this service supports the Redfish Specification-defined deep POST operation."/>
708 </Property>
709 <Property Name="MaxLevels" Type="Edm.Int64" Nullable="false">
710 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
711 <Annotation Term="OData.Description" String="The maximum levels of resources allowed in deep operations."/>
712 <Annotation Term="OData.LongDescription" String="This property shall contain the maximum levels of resources allowed in deep operations."/>
713 <Annotation Term="Validation.Minimum" Int="1"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500714 </Property>
715 </ComplexType>
716 </Schema>
717
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800718 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_7_1">
719 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
720 <Annotation Term="OData.Description" String="This version was created to remove the upper limit on the MaxLevels property."/>
721 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_7_0.ServiceRoot"/>
722 </Schema>
723
Gunnar Mills844b4152020-06-22 12:44:09 -0500724 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_8_0">
725 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
726 <Annotation Term="Redfish.Release" String="2020.2"/>
727
728 <EntityContainer Name="ServiceContainer" Extends="ServiceRoot.v1_6_0.ServiceContainer">
729 <Singleton Name="AggregationService" Type="AggregationService.AggregationService"/>
730 </EntityContainer>
731
732 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_7_0.ServiceRoot">
733 <NavigationProperty Name="AggregationService" Type="AggregationService.AggregationService" Nullable="false">
734 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
735 <Annotation Term="OData.Description" String="The link to the aggregation service."/>
736 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type AggregationService."/>
737 <Annotation Term="OData.AutoExpandReferences"/>
738 </NavigationProperty>
739 </EntityType>
740 </Schema>
741
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800742 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_8_1">
743 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
744 <Annotation Term="OData.Description" String="This version was created to remove the upper limit on the MaxLevels property."/>
745 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_8_0.ServiceRoot"/>
746 </Schema>
747
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500748 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_9_0">
749 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
750 <Annotation Term="Redfish.Release" String="2020.3"/>
751
752 <EntityContainer Name="ServiceContainer" Extends="ServiceRoot.v1_8_0.ServiceContainer">
753 <Singleton Name="Storage" Type="StorageCollection.StorageCollection"/>
754 </EntityContainer>
755
756 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_8_0.ServiceRoot">
757 <NavigationProperty Name="Storage" Type="StorageCollection.StorageCollection" Nullable="false">
758 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
759 <Annotation Term="OData.Description" String="The link to a collection of storage subsystems."/>
760 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type StorageCollection."/>
761 <Annotation Term="OData.AutoExpandReferences"/>
762 </NavigationProperty>
763 </EntityType>
764 </Schema>
765
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800766 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_9_1">
767 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
768 <Annotation Term="OData.Description" String="This version was created to remove the upper limit on the MaxLevels property."/>
769 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_9_0.ServiceRoot"/>
770 </Schema>
771
Gunnar Mills10f270b2021-05-19 15:34:06 -0500772 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_10_0">
773 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
774 <Annotation Term="Redfish.Release" String="2021.1"/>
775
776 <EntityContainer Name="ServiceContainer" Extends="ServiceRoot.v1_9_0.ServiceContainer">
777 <Singleton Name="NVMeDomains" Type="NVMeDomainCollection.NVMeDomainCollection"/>
778 </EntityContainer>
779
780 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_9_0.ServiceRoot">
781 <NavigationProperty Name="NVMeDomains" Type="NVMeDomainCollection.NVMeDomainCollection" Nullable="false">
782 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
783 <Annotation Term="OData.Description" String="The link to a collection of NVMe domains."/>
784 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type NVMeDomainCollection."/>
785 <Annotation Term="OData.AutoExpandReferences"/>
786 </NavigationProperty>
787 </EntityType>
788 </Schema>
789
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800790 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_10_1">
791 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
792 <Annotation Term="OData.Description" String="This version was created to remove the upper limit on the MaxLevels property."/>
793 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_10_0.ServiceRoot"/>
794 </Schema>
795
Gunnar Mills9d424662021-09-22 21:56:16 -0500796 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_11_0">
797 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
798 <Annotation Term="Redfish.Release" String="2021.2"/>
799
800 <EntityContainer Name="ServiceContainer" Extends="ServiceRoot.v1_10_0.ServiceContainer">
801 <Singleton Name="KeyService" Type="KeyService.KeyService"/>
802 <Singleton Name="Cables" Type="CableCollection.CableCollection"/>
803 </EntityContainer>
804
805 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_10_0.ServiceRoot">
806 <NavigationProperty Name="KeyService" Type="KeyService.KeyService" Nullable="false">
807 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
808 <Annotation Term="OData.Description" String="The link to the key service."/>
809 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type KeyService."/>
810 <Annotation Term="OData.AutoExpandReferences"/>
811 </NavigationProperty>
812 <NavigationProperty Name="Cables" Type="CableCollection.CableCollection" Nullable="false">
813 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
814 <Annotation Term="OData.Description" String="The link to a collection of cables."/>
815 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type CableCollection."/>
816 </NavigationProperty>
817 </EntityType>
818 </Schema>
819
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800820 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_11_1">
821 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
822 <Annotation Term="OData.Description" String="This version was created to remove the upper limit on the MaxLevels property."/>
823 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_11_0.ServiceRoot"/>
824 </Schema>
825
Gunnar Mills60c922d2021-12-01 09:28:53 -0600826 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_12_0">
827 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
828 <Annotation Term="Redfish.Release" String="2021.3"/>
829
830 <EntityContainer Name="ServiceContainer" Extends="ServiceRoot.v1_11_0.ServiceContainer">
831 <Singleton Name="LicenseService" Type="LicenseService.LicenseService"/>
832 </EntityContainer>
833
834 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_11_0.ServiceRoot">
835 <NavigationProperty Name="LicenseService" Type="LicenseService.LicenseService" Nullable="false">
836 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
837 <Annotation Term="OData.Description" String="The link to the license service."/>
838 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type LicenseService."/>
839 <Annotation Term="OData.AutoExpandReferences"/>
840 </NavigationProperty>
841 </EntityType>
842 </Schema>
843
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800844 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_12_1">
845 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
846 <Annotation Term="OData.Description" String="This version was created to remove the upper limit on the MaxLevels property."/>
847 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_12_0.ServiceRoot"/>
848 </Schema>
849
Sui Chen141d9432022-02-03 22:01:27 -0800850 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_13_0">
851 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
852 <Annotation Term="Redfish.Release" String="2021.4"/>
853
854 <EntityContainer Name="ServiceContainer" Extends="ServiceRoot.v1_12_0.ServiceContainer">
855 <Singleton Name="ComponentIntegrity" Type="ComponentIntegrityCollection.ComponentIntegrityCollection"/>
856 <Singleton Name="ServiceConditions" Type="ServiceConditions.ServiceConditions"/>
857 <Singleton Name="RegisteredClients" Type="RegisteredClientCollection.RegisteredClientCollection"/>
858 </EntityContainer>
859
860 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_12_0.ServiceRoot">
861 <NavigationProperty Name="ServiceConditions" Type="ServiceConditions.ServiceConditions" Nullable="false">
862 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
863 <Annotation Term="OData.Description" String="The link to the service conditions."/>
864 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type ServiceConditions."/>
865 </NavigationProperty>
866 <NavigationProperty Name="ComponentIntegrity" Type="ComponentIntegrityCollection.ComponentIntegrityCollection" Nullable="false">
867 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
868 <Annotation Term="OData.Description" String="The link to a collection of component integrity information."/>
869 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type ComponentIntegrityCollection."/>
870 </NavigationProperty>
871 <NavigationProperty Name="RegisteredClients" Type="RegisteredClientCollection.RegisteredClientCollection" Nullable="false">
872 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
873 <Annotation Term="OData.Description" String="The link to a collection of registered clients."/>
874 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type RegisteredClientCollection."/>
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_13_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_13_0.ServiceRoot"/>
883 </Schema>
884
Ed Tanoused761212022-09-23 15:03:29 -0700885 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_14_0">
886 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
887 <Annotation Term="Redfish.Release" String="2022.1"/>
888
889 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_13_0.ServiceRoot">
890 <Property Name="ServiceIdentification" Type="Edm.String" Nullable="false">
891 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
892 <Annotation Term="OData.Description" String="The vendor or user-provided product and service identifier."/>
893 <Annotation Term="OData.LongDescription" String="This property shall contain a vendor 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 can be used during deployment processes to match user credentials or other a priori product instance information to the appropriate Redfish service."/>
894 </Property>
895 </EntityType>
896
897 <ComplexType Name="ProtocolFeaturesSupported" BaseType="ServiceRoot.v1_7_0.ProtocolFeaturesSupported">
898 <Property Name="MultipleHTTPRequests" Type="Edm.Boolean" Nullable="false">
899 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
900 <Annotation Term="OData.Description" String="An indication of whether the service supports multiple outstanding HTTP requests."/>
901 <Annotation Term="OData.LongDescription" String="This property shall indicate whether this service supports multiple outstanding HTTP requests."/>
902 </Property>
903 </ComplexType>
904 </Schema>
905
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800906 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_14_1">
907 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
908 <Annotation Term="OData.Description" String="This version was created to remove the upper limit on the MaxLevels property."/>
909 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_14_0.ServiceRoot"/>
910 </Schema>
911
912 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_15_0">
913 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
914 <Annotation Term="Redfish.Release" String="2022.3"/>
915
916 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_14_1.ServiceRoot"/>
917
918 <ComplexType Name="Links" BaseType="ServiceRoot.v1_0_0.Links">
919 <NavigationProperty Name="ManagerProvidingService" Type="Manager.Manager" Nullable="false">
920 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
921 <Annotation Term="OData.Description" String="The link to the manager that is providing this Redfish service."/>
922 <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."/>
923 </NavigationProperty>
924 </ComplexType>
925 </Schema>
926
Jason M. Billsea4aa752018-06-05 13:29:11 -0700927 </edmx:DataServices>
928</edmx:Edmx>