blob: 182306e0ee31bbabc89e44012de38c1180aa35db [file] [log] [blame]
Jason M. Billsea4aa752018-06-05 13:29:11 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
Ed Tanous530520e2019-01-02 13:41:37 -08004<!--# Redfish Schema: ServiceRoot v1.4.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 Tanous530520e2019-01-02 13:41:37 -08008<!--# Copyright 2014-2018 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>
43 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/TaskService_v1.xml">
44 <edmx:Include Namespace="TaskService"/>
45 </edmx:Reference>
46 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/SessionService_v1.xml">
47 <edmx:Include Namespace="SessionService"/>
48 </edmx:Reference>
49 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/JsonSchemaFileCollection_v1.xml">
50 <edmx:Include Namespace="JsonSchemaFileCollection"/>
51 </edmx:Reference>
52 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/MessageRegistryFileCollection_v1.xml">
53 <edmx:Include Namespace="MessageRegistryFileCollection"/>
54 </edmx:Reference>
55 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/SessionCollection_v1.xml">
56 <edmx:Include Namespace="SessionCollection"/>
57 </edmx:Reference>
58 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/swordfish/v1/StorageServiceCollection_v1.xml">
59 <edmx:Include Namespace="StorageServiceCollection"/>
60 </edmx:Reference>
61 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/FabricCollection_v1.xml">
62 <edmx:Include Namespace="FabricCollection"/>
63 </edmx:Reference>
64 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/swordfish/v1/StorageSystemCollection_v1.xml">
65 <edmx:Include Namespace="StorageSystemCollection"/>
66 </edmx:Reference>
67 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/UpdateService_v1.xml">
68 <edmx:Include Namespace="UpdateService"/>
69 </edmx:Reference>
70 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/CompositionService_v1.xml">
71 <edmx:Include Namespace="CompositionService"/>
72 </edmx:Reference>
Ed Tanous530520e2019-01-02 13:41:37 -080073 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/JobService_v1.xml">
74 <edmx:Include Namespace="JobService"/>
75 </edmx:Reference>
76 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/TelemetryService_v1.xml">
77 <edmx:Include Namespace="TelemetryService"/>
78 </edmx:Reference>
Jason M. Billsea4aa752018-06-05 13:29:11 -070079
80 <edmx:DataServices>
81
82 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot">
83 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
84
85 <EntityType Name="ServiceRoot" BaseType="Resource.v1_0_0.Resource" Abstract="true">
86 <Annotation Term="OData.Description" String="This resource represents the root of the Redfish service, located at the \redfish\v1 URI. As a hypermedia API, all other resources accessible through the Redfish interface on this device are linked directly or indirectly from the Service Root."/>
87 <Annotation Term="OData.LongDescription" String="This object represents the root Redfish service. All values for resources described by this schema shall comply to the requirements as described in the Redfish specification."/>
88 <Annotation Term="Capabilities.InsertRestrictions">
89 <Record>
90 <PropertyValue Property="Insertable" Bool="false"/>
91 </Record>
92 </Annotation>
93 <Annotation Term="Capabilities.UpdateRestrictions">
94 <Record>
95 <PropertyValue Property="Updatable" Bool="false"/>
96 </Record>
97 </Annotation>
98 <Annotation Term="Capabilities.DeleteRestrictions">
99 <Record>
100 <PropertyValue Property="Deletable" Bool="false"/>
101 </Record>
102 </Annotation>
Ed Tanous530520e2019-01-02 13:41:37 -0800103 <Annotation Term="Redfish.Uris">
104 <Collection>
105 <String>/redfish/v1/</String>
106 </Collection>
107 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700108 </EntityType>
109
110 </Schema>
111
112 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_0_0">
113 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
114
115 <EntityContainer Name="ServiceContainer">
116 <Singleton Name="Service" Type="ServiceRoot.ServiceRoot"/>
117 <Singleton Name="Systems" Type="ComputerSystemCollection.ComputerSystemCollection"/>
118 <Singleton Name="Chassis" Type="ChassisCollection.ChassisCollection"/>
119 <Singleton Name="Managers" Type="ManagerCollection.ManagerCollection"/>
120 <Singleton Name="Tasks" Type="TaskService.TaskService"/>
121 <Singleton Name="AccountService" Type="AccountService.AccountService"/>
122 <Singleton Name="SessionService" Type="SessionService.SessionService"/>
123 <Singleton Name="EventService" Type="EventService.EventService"/>
124 <Singleton Name="Registries" Type="MessageRegistryFileCollection.MessageRegistryFileCollection"/>
125 <Singleton Name="JsonSchemas" Type="JsonSchemaFileCollection.JsonSchemaFileCollection"/>
126 <Singleton Name="Sessions" Type="SessionCollection.SessionCollection"/>
127 </EntityContainer>
128
129 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.ServiceRoot">
130 <Annotation Term="OData.Description" String="This object represents the root Redfish service."/>
131 <Annotation Term="OData.LongDescription" String="This object represents the root Redfish service. All values for resources described by this schema shall comply to the requirements as described in the Redfish specification."/>
132 <Property Name="RedfishVersion" Type="Edm.String" Nullable="false">
133 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
134 <Annotation Term="OData.Description" String="The version of the Redfish service."/>
135 <Annotation Term="OData.LongDescription" String="The value of this string shall represent the version of the Redfish service. The format of this string shall be of the format majorversion.minorversion.errata in compliance with Protocol Version section of the Redfish specification."/>
136 <Annotation Term="Validation.Pattern" String="^\d+\.\d+\.\d+$"/>
137 </Property>
138 <Property Name="UUID" Type="Resource.UUID">
139 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
140 <Annotation Term="OData.Description" String="Unique identifier for a service instance. When SSDP is used, this value should be an exact match of the UUID value returned in a 200OK from an SSDP M-SEARCH request during discovery."/>
141 <Annotation Term="OData.LongDescription" String="The value of this string shall represent the id of the Redfish service instance. The format of this string shall be a 32-byte value in the form 8-4-4-4-12. If SSDP is used, this value shall be an exact match of the UUID value returned in a 200OK from an SSDP M-SEARCH request during discovery. RFC4122 describes methods that can be used 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."/>
142 </Property>
Ed Tanous530520e2019-01-02 13:41:37 -0800143 <NavigationProperty Name="Systems" Type="ComputerSystemCollection.ComputerSystemCollection" Nullable="false">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700144 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
145 <Annotation Term="OData.Description" String="This is a link to a collection of Systems."/>
146 <Annotation Term="OData.LongDescription" String="This object shall only contain a reference to a collection of resources that comply to the Systems schema."/>
147 <Annotation Term="OData.AutoExpandReferences"/>
148 </NavigationProperty>
Ed Tanous530520e2019-01-02 13:41:37 -0800149 <NavigationProperty Name="Chassis" Type="ChassisCollection.ChassisCollection" Nullable="false">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700150 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
151 <Annotation Term="OData.Description" String="This is a link to a collection of Chassis."/>
152 <Annotation Term="OData.LongDescription" String="This object shall only contain a reference to a collection of resources that comply to the Chassis schema."/>
153 <Annotation Term="OData.AutoExpandReferences"/>
154 </NavigationProperty>
Ed Tanous530520e2019-01-02 13:41:37 -0800155 <NavigationProperty Name="Managers" Type="ManagerCollection.ManagerCollection" Nullable="false">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700156 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
157 <Annotation Term="OData.Description" String="This is a link to a collection of Managers."/>
158 <Annotation Term="OData.LongDescription" String="This object shall only contain a reference to a collection of resources that comply to the Managers schema."/>
159 <Annotation Term="OData.AutoExpandReferences"/>
160 </NavigationProperty>
Ed Tanous530520e2019-01-02 13:41:37 -0800161 <NavigationProperty Name="Tasks" Type="TaskService.TaskService" Nullable="false">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700162 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
163 <Annotation Term="OData.Description" String="This is a link to the Task Service."/>
164 <Annotation Term="OData.LongDescription" String="The classes structure shall only contain a reference to a resource that complies to the TaskService schema."/>
165 <Annotation Term="OData.AutoExpandReferences"/>
166 </NavigationProperty>
Ed Tanous530520e2019-01-02 13:41:37 -0800167 <NavigationProperty Name="SessionService" Type="SessionService.SessionService" Nullable="false">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700168 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
169 <Annotation Term="OData.Description" String="This is a link to the Sessions Service."/>
170 <Annotation Term="OData.LongDescription" String="The classes structure shall only contain a reference to a resource that complies to the SessionService schema."/>
171 <Annotation Term="OData.AutoExpandReferences"/>
172 </NavigationProperty>
Ed Tanous530520e2019-01-02 13:41:37 -0800173 <NavigationProperty Name="AccountService" Type="AccountService.AccountService" Nullable="false">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700174 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
175 <Annotation Term="OData.Description" String="This is a link to the Account Service."/>
176 <Annotation Term="OData.LongDescription" String="The classes structure shall only contain a reference to a resource that complies to the AccountService schema."/>
177 <Annotation Term="OData.AutoExpandReferences"/>
178 </NavigationProperty>
Ed Tanous530520e2019-01-02 13:41:37 -0800179 <NavigationProperty Name="EventService" Type="EventService.EventService" Nullable="false">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700180 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
181 <Annotation Term="OData.Description" String="This is a link to the EventService."/>
182 <Annotation Term="OData.LongDescription" String="The classes structure shall only contain a reference to a resource that complies to the EventService schema."/>
183 <Annotation Term="OData.AutoExpandReferences"/>
184 </NavigationProperty>
Ed Tanous530520e2019-01-02 13:41:37 -0800185 <NavigationProperty Name="Registries" Type="MessageRegistryFileCollection.MessageRegistryFileCollection" Nullable="false">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700186 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
187 <Annotation Term="OData.Description" String="This is a link to a collection of Registries."/>
188 <Annotation Term="OData.LongDescription" String="This object shall contain a reference to Message Registry."/>
189 <Annotation Term="OData.AutoExpandReferences"/>
190 </NavigationProperty>
Ed Tanous530520e2019-01-02 13:41:37 -0800191 <NavigationProperty Name="JsonSchemas" Type="JsonSchemaFileCollection.JsonSchemaFileCollection" Nullable="false">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700192 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
193 <Annotation Term="OData.Description" String="This is a link to a collection of Json-Schema files."/>
194 <Annotation Term="OData.LongDescription" String="This object shall only contain a reference to a collection of resources that comply to the SchemaFile schema where the files are Json-Schema files."/>
195 <Annotation Term="OData.AutoExpandReferences"/>
196 </NavigationProperty>
197 <Property Name="Links" Type="ServiceRoot.v1_0_0.Links" Nullable="false">
198 <Annotation Term="OData.Description" String="Contains references to other resources that are related to this resource."/>
199 <Annotation Term="OData.LongDescription" String="The Links property, as described by the Redfish Specification, shall contain references to resources that are related to, but not contained by (subordinate to), this resource."/>
200 <Annotation Term="Redfish.Required"/>
201 </Property>
202 </EntityType>
203
204 <ComplexType Name="Links" BaseType="Resource.Links">
205 <Annotation Term="OData.Description" String="Contains references to other resources that are related to this resource."/>
206 <Annotation Term="OData.LongDescription" String="This type, as described by the Redfish Specification, shall contain references to resources that are related to, but not contained by (subordinate to), this resource."/>
207 <NavigationProperty Name="Sessions" Type="SessionCollection.SessionCollection" Nullable="false">
208 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
209 <Annotation Term="OData.Description" String="Link to a collection of Sessions."/>
210 <Annotation Term="OData.LongDescription" String="This property shall contain the link to a collection of Sessions."/>
211 <Annotation Term="OData.AutoExpandReferences"/>
212 <Annotation Term="Redfish.Required"/>
213 </NavigationProperty>
214 </ComplexType>
215
216 </Schema>
217
218 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_0_2">
219 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
220 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
221 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_0_0.ServiceRoot"/>
222 </Schema>
223
224 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_0_3">
225 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
226 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
227 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_0_2.ServiceRoot"/>
228 </Schema>
229
230 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_0_4">
231 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
232 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
233 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_0_3.ServiceRoot"/>
234 </Schema>
235
236 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_0_5">
237 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
238 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
239 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_0_4.ServiceRoot"/>
240 </Schema>
241
242 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_0_6">
243 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
244 <Annotation Term="OData.Description" String="This version was created to add a missing Redfish.Required term to the Sessions link."/>
245 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_0_5.ServiceRoot"/>
246 </Schema>
247
Ed Tanous530520e2019-01-02 13:41:37 -0800248 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_0_7">
249 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
250 <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."/>
251 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_0_6.ServiceRoot"/>
252 </Schema>
253
Jason M. Billsea4aa752018-06-05 13:29:11 -0700254 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_1_0">
255 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
256 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_0_2.ServiceRoot">
Ed Tanous530520e2019-01-02 13:41:37 -0800257 <NavigationProperty Name="StorageSystems" Type="StorageSystemCollection.StorageSystemCollection" Nullable="false">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700258 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
259 <Annotation Term="OData.Description" String="This is a link to a collection of storage systems."/>
260 <Annotation Term="OData.LongDescription" String="The referenced collection shall contain computer systems that act as storage servers. The HostingRoles attribute of each such computer system shall have an entry for StorageServer."/>
261 </NavigationProperty>
Ed Tanous530520e2019-01-02 13:41:37 -0800262 <NavigationProperty Name="StorageServices" Type="StorageServiceCollection.StorageServiceCollection" Nullable="false">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700263 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
264 <Annotation Term="OData.Description" String="A link to a collection of all storage service entities."/>
265 <Annotation Term="OData.LongDescription" String="The referenced collection shall contain references to all StorageService instances."/>
266 </NavigationProperty>
Ed Tanous530520e2019-01-02 13:41:37 -0800267 <NavigationProperty Name="Fabrics" Type="FabricCollection.FabricCollection" Nullable="false">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700268 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
269 <Annotation Term="OData.Description" String="A link to a collection of all fabric entities."/>
270 <Annotation Term="OData.LongDescription" String="The referenced collection shall contain references to all Fabric instances."/>
271 </NavigationProperty>
Ed Tanous530520e2019-01-02 13:41:37 -0800272 <NavigationProperty Name="UpdateService" Type="UpdateService.UpdateService" Nullable="false">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700273 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
274 <Annotation Term="OData.Description" String="This is a link to the UpdateService."/>
275 <Annotation Term="OData.LongDescription" String="The classes structure shall only contain a reference to a resource that complies to the UpdateService schema."/>
276 <Annotation Term="OData.AutoExpandReferences"/>
277 </NavigationProperty>
278 </EntityType>
279 </Schema>
280
281 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_1_1">
282 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
283
284 <EntityContainer Name="ServiceContainer" Extends="ServiceRoot.v1_0_0.ServiceContainer">
285 <Singleton Name="StorageSystems" Type="StorageSystemCollection.StorageSystemCollection"/>
286 <Singleton Name="StorageServices" Type="StorageServiceCollection.StorageServiceCollection"/>
287 <Singleton Name="Fabrics" Type="FabricCollection.FabricCollection"/>
288 <Singleton Name="UpdateService" Type="UpdateService.UpdateService"/>
289 </EntityContainer>
290
291 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_1_0.ServiceRoot"/>
292
293 </Schema>
294
295 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_1_2">
296 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
297 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
298 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_1_1.ServiceRoot"/>
299 </Schema>
300
301 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_1_3">
302 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
303 <Annotation Term="OData.Description" String="This version was created to add a missing Redfish.Required term to the Sessions link."/>
304 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_1_2.ServiceRoot"/>
305 </Schema>
306
Ed Tanous530520e2019-01-02 13:41:37 -0800307 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_1_4">
308 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
309 <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."/>
310 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_1_3.ServiceRoot"/>
311 </Schema>
312
Jason M. Billsea4aa752018-06-05 13:29:11 -0700313 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_2_0">
314 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
315
316 <EntityContainer Name="ServiceContainer" Extends="ServiceRoot.v1_1_1.ServiceContainer">
317 <Singleton Name="CompositionService" Type="CompositionService.CompositionService"/>
318 </EntityContainer>
319
320 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_1_2.ServiceRoot">
321 <NavigationProperty Name="CompositionService" Type="CompositionService.CompositionService" Nullable="false">
322 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
323 <Annotation Term="OData.Description" String="This is a link to the CompositionService."/>
324 <Annotation Term="OData.LongDescription" String="The classes structure shall only contain a reference to a resource that complies to the CompositionService schema."/>
325 <Annotation Term="OData.AutoExpandReferences"/>
326 </NavigationProperty>
327 </EntityType>
328
329 </Schema>
330
331 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_2_1">
332 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
333 <Annotation Term="OData.Description" String="This version was created to add a missing Redfish.Required term to the Sessions link."/>
334 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_2_0.ServiceRoot"/>
335 </Schema>
336
Ed Tanous530520e2019-01-02 13:41:37 -0800337 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_2_2">
338 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
339 <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."/>
340 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_2_1.ServiceRoot"/>
341 </Schema>
342
Jason M. Billsea4aa752018-06-05 13:29:11 -0700343 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_3_0">
344 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
345
346 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_2_0.ServiceRoot">
347 <Property Name="Product" Type="Edm.String" Nullable="false">
348 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
349 <Annotation Term="OData.Description" String="The product associated with this Redfish service."/>
350 <Annotation Term="OData.LongDescription" String="The value of this string shall include the name of the product represented by this Redfish service."/>
351 </Property>
352 <Property Name="ProtocolFeaturesSupported" Type="ServiceRoot.v1_3_0.ProtocolFeaturesSupported" Nullable="false">
353 <Annotation Term="OData.Description" String="Contains information about protocol features supported by the service."/>
354 <Annotation Term="OData.LongDescription" String="This type contains information about protocol features supported by the service."/>
355 </Property>
356 </EntityType>
357
358 <ComplexType Name="ProtocolFeaturesSupported">
359 <Annotation Term="OData.Description" String="Contains information about protocol features supported by the service."/>
360 <Annotation Term="OData.LongDescription" String="This type contains information about protocol features supported by the service."/>
361 <Property Name="ExpandQuery" Type="ServiceRoot.v1_3_0.Expand" Nullable="false">
362 <Annotation Term="OData.Description" String="Contains information about the use of $expand in the service."/>
363 <Annotation Term="OData.LongDescription" String="This type, as described by the Redfish Specification, shall contain information about the support of the $expand query parameter by the service."/>
364 </Property>
365 <Property Name="FilterQuery" Type="Edm.Boolean" Nullable="false">
366 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800367 <Annotation Term="OData.Description" String="This indicates whether the $filter query parameter is supported."/>
368 <Annotation Term="OData.LongDescription" String="The value of this property shall be a boolean indicating whether this service supports the use of the $filter query parameter as described by the specification."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700369 </Property>
370 <Property Name="SelectQuery" Type="Edm.Boolean" Nullable="false">
371 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800372 <Annotation Term="OData.Description" String="This indicates whether the $select query parameter is supported."/>
373 <Annotation Term="OData.LongDescription" String="The value of this property shall be a boolean indicating whether this service supports the use of the $select query parameter as described by the specification."/>
374 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700375 </ComplexType>
376
377 <ComplexType Name="Expand">
378 <Annotation Term="OData.Description" String="Contains information about the use of $expand in the service."/>
379 <Annotation Term="OData.LongDescription" String="This type, as described by the Redfish Specification, shall contain information about the support of the $expand query parameter by the service."/>
380 <Property Name="Links" Type="Edm.Boolean" Nullable="false">
381 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800382 <Annotation Term="OData.Description" String="This indicates whether the $expand support of tilde (expand only entries in the Links section) is supported."/>
383 <Annotation Term="OData.LongDescription" String="The value of this property shall be a boolean indicating whether this service supports the use of tilde (expand only entries in the Links section) as a value for the $expand query parameter as described by the specification."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700384 </Property>
385 <Property Name="NoLinks" Type="Edm.Boolean" Nullable="false">
386 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800387 <Annotation Term="OData.Description" String="This indicates whether the $expand support of period (expand only entries not in the Links section) is supported."/>
388 <Annotation Term="OData.LongDescription" String="The value of this property shall be a boolean indicating whether this service supports the use of period (expand only entries not in the Links section) as a value for the $expand query parameter as described by the specification."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700389 </Property>
390 <Property Name="ExpandAll" Type="Edm.Boolean" Nullable="false">
391 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800392 <Annotation Term="OData.Description" String="This indicates whether the $expand support of asterisk (expand all entries) is supported."/>
393 <Annotation Term="OData.LongDescription" String="The value of this property shall be a boolean indicating whether this service supports the use of asterisk (expand all entries) as a value for the $expand query parameter as described by the specification."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700394 </Property>
395 <Property Name="Levels" Type="Edm.Boolean" Nullable="false">
396 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
397 <Annotation Term="OData.Description" String="This indicates whether the expand support of the $levels qualifier is supported by the service."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800398 <Annotation Term="OData.LongDescription" String="The value of this property shall be a boolean indicating whether this service supports the use of $levels as a value for the $expand query parameter as described by the specification."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700399 </Property>
400 <Property Name="MaxLevels" Type="Edm.Int64" Nullable="false">
401 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800402 <Annotation Term="OData.Description" String="This indicates the maximum number value of the $levels qualifier in $expand operations."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700403 <Annotation Term="OData.LongDescription" String="The value of this property shall be the maximum value of the $levels qualifier supported by the service and shall only be included if the value of the Levels property is true."/>
404 <Annotation Term="Validation.Minimum" Int="1"/>
405 <Annotation Term="Validation.Maximum" Int="6"/>
406 </Property>
407 </ComplexType>
408
409 </Schema>
410
411 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_3_1">
412 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
413 <Annotation Term="OData.Description" String="This version was created to add a missing Redfish.Required term to the Sessions link."/>
414 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_3_0.ServiceRoot"/>
415 </Schema>
416
Ed Tanous530520e2019-01-02 13:41:37 -0800417 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_3_2">
418 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
419 <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."/>
420 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_3_1.ServiceRoot"/>
421 </Schema>
422
423 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ServiceRoot.v1_4_0">
424 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
425
426 <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."/>
427
428 <EntityContainer Name="ServiceContainer" Extends="ServiceRoot.v1_2_0.ServiceContainer">
429 <Singleton Name="JobService" Type="JobService.JobService"/>
430 <Singleton Name="TelemetryService" Type="TelemetryService.TelemetryService"/>
431 </EntityContainer>
432
433 <EntityType Name="ServiceRoot" BaseType="ServiceRoot.v1_3_2.ServiceRoot">
434 <NavigationProperty Name="JobService" Type="JobService.JobService" Nullable="false">
435 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
436 <Annotation Term="OData.Description" String="This is a link to the JobService."/>
437 <Annotation Term="OData.LongDescription" String="The classes structure shall only contain a reference to a resource that conforms to the JobService schema."/>
438 <Annotation Term="OData.AutoExpandReferences"/>
439 </NavigationProperty>
440 <NavigationProperty Name="TelemetryService" Type="TelemetryService.TelemetryService" Nullable="false">
441 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
442 <Annotation Term="OData.Description" String="This is a link to the TelemetryService."/>
443 <Annotation Term="OData.LongDescription" String="The value shall be a link to the TelemetryService."/>
444 <Annotation Term="OData.AutoExpandReferences"/>
445 </NavigationProperty>
446 </EntityType>
447
448 <ComplexType Name="ProtocolFeaturesSupported" BaseType="ServiceRoot.v1_3_0.ProtocolFeaturesSupported">
449 <Property Name="ExcerptQuery" Type="Edm.Boolean" Nullable="false">
450 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
451 <Annotation Term="OData.Description" String="This indicates whether the 'excerpt' query parameter is supported."/>
452 <Annotation Term="OData.LongDescription" String="The value of this property shall be a boolean indicating whether this service supports the use of the 'excerpt' query parameter as described by the specification."/>
453 </Property>
454 <Property Name="OnlyMemberQuery" Type="Edm.Boolean" Nullable="false">
455 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
456 <Annotation Term="OData.Description" String="This indicates whether the 'only' query parameter is supported."/>
457 <Annotation Term="OData.LongDescription" String="The value of this property shall be a boolean indicating whether this service supports the use of the 'only' query parameter as described by the specification."/>
458 </Property>
459 </ComplexType>
460 </Schema>
461
Jason M. Billsea4aa752018-06-05 13:29:11 -0700462 </edmx:DataServices>
463</edmx:Edmx>