1<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################       -->
4<!--# Redfish Schema:  Job v1.2.4                                                          -->
5<!--#                                                                                      -->
6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle,      -->
7<!--# available at http://www.dmtf.org/standards/redfish                                   -->
8<!--# Copyright 2014-2024 DMTF.                                                            -->
9<!--# 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://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml">
21    <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/>
22  </edmx:Reference>
23  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
24    <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
25    <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/>
26  </edmx:Reference>
27  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
28    <edmx:Include Namespace="Resource"/>
29    <edmx:Include Namespace="Resource.v1_0_0"/>
30  </edmx:Reference>
31  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/JobCollection_v1.xml">
32    <edmx:Include Namespace="JobCollection"/>
33  </edmx:Reference>
34  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Schedule_v1.xml">
35    <edmx:Include Namespace="Schedule"/>
36  </edmx:Reference>
37  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Message_v1.xml">
38    <edmx:Include Namespace="Message"/>
39  </edmx:Reference>
40
41  <edmx:DataServices>
42
43    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Job">
44      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
45      <Annotation Term="Redfish.Language" String="en"/>
46
47      <EntityType Name="Job" BaseType="Resource.v1_0_0.Resource" Abstract="true">
48        <Annotation Term="OData.Description" String="The `Job` schema contains information about a job that a Redfish job service schedules or executes.  Clients create jobs to describe a series of operations that occur at periodic intervals."/>
49        <Annotation Term="OData.LongDescription" String="This resource shall contain a job in a Redfish implementation."/>
50        <Annotation Term="Capabilities.InsertRestrictions">
51          <Record>
52            <PropertyValue Property="Insertable" Bool="false"/>
53          </Record>
54        </Annotation>
55        <Annotation Term="Capabilities.UpdateRestrictions">
56          <Record>
57            <PropertyValue Property="Updatable" Bool="true"/>
58            <Annotation Term="OData.Description" String="Any writable properties can be updated for jobs."/>
59          </Record>
60        </Annotation>
61        <Annotation Term="Capabilities.DeleteRestrictions">
62          <Record>
63            <PropertyValue Property="Deletable" Bool="true"/>
64            <Annotation Term="OData.Description" String="Jobs can be deleted."/>
65          </Record>
66        </Annotation>
67        <Annotation Term="Redfish.Uris">
68          <Collection>
69            <String>/redfish/v1/JobService/Jobs/{JobId}</String>
70            <String>/redfish/v1/JobService/Jobs/{JobId}/Steps/{JobId2}</String>
71          </Collection>
72        </Annotation>
73      </EntityType>
74
75    </Schema>
76
77    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Job.v1_0_0">
78      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
79      <Annotation Term="Redfish.Release" String="2018.2"/>
80
81      <EntityType Name="Job" BaseType="Job.Job">
82        <Property Name="JobStatus" Type="Resource.Health" Nullable="false">
83          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
84          <Annotation Term="OData.Description" String="The status of the job."/>
85          <Annotation Term="OData.LongDescription" String="This property shall indicate the health status of the job.  This property should contain `Critical` if one or more messages in the `Messages` array contains the severity `Critical`.  This property should contain `Warning` if one or more messages in the `Messages` array contains the severity `Warning` and if no messages contain the severity `Critical`.  This property should contain `OK` if all messages in the `Messages` array contain the severity `OK` or if the array is empty."/>
86        </Property>
87        <Property Name="JobState" Type="Job.v1_0_0.JobState" Nullable="false">
88          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
89          <Annotation Term="OData.Description" String="The state of the job."/>
90          <Annotation Term="OData.LongDescription" String="This property shall indicate the state of the job."/>
91        </Property>
92        <Property Name="StartTime" Type="Edm.DateTimeOffset" Nullable="false">
93          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
94          <Annotation Term="OData.Description" String="The date and time when the job was started or is scheduled to start."/>
95          <Annotation Term="OData.LongDescription" String="This property shall indicate the date and time when the job was last started or is scheduled to start."/>
96        </Property>
97        <Property Name="EndTime" Type="Edm.DateTimeOffset" Nullable="false">
98          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
99          <Annotation Term="OData.Description" String="The date and time when the job was completed."/>
100          <Annotation Term="OData.LongDescription" String="This property shall indicate the date and time when the job was completed.  This property shall not appear if the job is running or was not completed.  This property shall appear only if the `JobState` is `Completed`, `Cancelled`, or `Exception`."/>
101        </Property>
102        <Property Name="MaxExecutionTime" Type="Edm.String">
103          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
104          <Annotation Term="OData.Description" String="The maximum amount of time the job is allowed to execute."/>
105          <Annotation Term="OData.LongDescription" String="The value shall be an ISO 8601 conformant duration describing the maximum duration the job is allowed to execute before being stopped by the service."/>
106        </Property>
107        <Property Name="PercentComplete" Type="Edm.Int64">
108          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
109          <Annotation Term="OData.Description" String="The completion percentage of this job."/>
110          <Annotation Term="OData.LongDescription" String="This property shall indicate the completion progress of the job, reported in percent of completion, `0` to `100`.  If the job has not been started, the value shall be zero."/>
111          <Annotation Term="Measures.Unit" String="%"/>
112          <Annotation Term="Validation.Minimum" Int="0"/>
113          <Annotation Term="Validation.Maximum" Int="100"/>
114        </Property>
115        <Property Name="CreatedBy" Type="Edm.String" Nullable="false">
116          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
117          <Annotation Term="OData.Description" String="The person or program that created this job entry."/>
118          <Annotation Term="OData.LongDescription" String="This property shall contain the username, software program name, or other identifier indicating the creator of this job."/>
119        </Property>
120        <Property Name="Schedule" Type="Schedule.Schedule" Nullable="false">
121          <Annotation Term="OData.Description" String="The schedule settings for this job."/>
122          <Annotation Term="OData.LongDescription" String="This object shall contain the scheduling details for this job and the recurrence frequency for future instances of this job."/>
123        </Property>
124        <Property Name="HidePayload" Type="Edm.Boolean" Nullable="false">
125          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
126          <Annotation Term="OData.Description" String="An indication of whether the contents of the payload should be hidden from view after the job has been created.  If `true`, responses do not return the payload.  If `false`, responses return the payload.  If this property is not present when the job is created, the default is `false`."/>
127          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the contents of the payload should be hidden from view after the job has been created.  If `true`, responses shall not return the `Payload` property.  If `false`, responses shall return the `Payload` property.  If this property is not present when the job is created, the default is `false`."/>
128        </Property>
129        <Property Name="Payload" Type="Job.v1_0_0.Payload" Nullable="false">
130          <Annotation Term="OData.Description" String="The HTTP and JSON request payload details for this job."/>
131          <Annotation Term="OData.LongDescription" String="This property shall contain the HTTP and JSON request payload information for executing this job.  This property shall not be included in the response if the `HidePayload` property is `true`."/>
132        </Property>
133        <NavigationProperty Name="Steps" Type="JobCollection.JobCollection" ContainsTarget="true" Nullable="false">
134          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
135          <Annotation Term="OData.Description" String="The link to a collection of steps for this job."/>
136          <Annotation Term="OData.LongDescription" String="This property shall contain the link to a resource collection of type `JobCollection`.  This property shall not be present if this resource represents a step for a job."/>
137          <Annotation Term="OData.AutoExpandReferences"/>
138        </NavigationProperty>
139        <Property Name="StepOrder" Type="Collection(Edm.String)" Nullable="false">
140          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
141          <Annotation Term="OData.Description" String="The serialized execution order of the job steps."/>
142          <Annotation Term="OData.LongDescription" String="This property shall contain an array of `Id` property values for the job steps in the order that they shall be executed.  Each step shall be completed prior to the execution of the next step in array order.  An incomplete list of steps shall be considered an invalid configuration.  If this property is not present or contains an empty array it shall indicate that the step execution order is omitted and may occur in parallel or in series as determined by the service."/>
143        </Property>
144        <Property Name="Messages" Type="Collection(Message.Message)" Nullable="false">
145          <Annotation Term="OData.Description" String="An array of messages associated with the job."/>
146          <Annotation Term="OData.LongDescription" String="This property shall contain an array of messages associated with the job."/>
147        </Property>
148        <Property Name="Actions" Type="Job.v1_0_0.Actions" Nullable="false">
149          <Annotation Term="OData.Description" String="The available actions for this resource."/>
150          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
151        </Property>
152      </EntityType>
153
154      <EnumType Name="JobState">
155        <Member Name="New">
156          <Annotation Term="OData.Description" String="A new job."/>
157          <Annotation Term="OData.LongDescription" String="This value shall represent that this job is newly created but the operation has not yet started."/>
158        </Member>
159        <Member Name="Starting">
160          <Annotation Term="OData.Description" String="Job is starting."/>
161          <Annotation Term="OData.LongDescription" String="This value shall represent that the operation is starting."/>
162        </Member>
163        <Member Name="Running">
164          <Annotation Term="OData.Description" String="Job is running normally."/>
165          <Annotation Term="OData.LongDescription" String="This value shall represent that the operation is executing."/>
166        </Member>
167        <Member Name="Suspended">
168          <Annotation Term="OData.Description" String="Job has been suspended."/>
169          <Annotation Term="OData.LongDescription" String="This value shall represent that the operation has been suspended but is expected to restart and is therefore not complete."/>
170        </Member>
171        <Member Name="Interrupted">
172          <Annotation Term="OData.Description" String="Job has been interrupted."/>
173          <Annotation Term="OData.LongDescription" String="This value shall represent that the operation has been interrupted but is expected to restart and is therefore not complete."/>
174        </Member>
175        <Member Name="Pending">
176          <Annotation Term="OData.Description" String="Job is pending and has not started."/>
177          <Annotation Term="OData.LongDescription" String="This value shall represent that the operation is pending some condition and has not yet begun to execute."/>
178        </Member>
179        <Member Name="Stopping">
180          <Annotation Term="OData.Description" String="Job is in the process of stopping."/>
181          <Annotation Term="OData.LongDescription" String="This value shall represent that the operation is stopping but is not yet complete."/>
182        </Member>
183        <Member Name="Completed">
184          <Annotation Term="OData.Description" String="Job was completed."/>
185          <Annotation Term="OData.LongDescription" String="This value shall represent that the operation completed successfully or with warnings."/>
186        </Member>
187        <Member Name="Cancelled">
188          <Annotation Term="OData.Description" String="Job was cancelled."/>
189          <Annotation Term="OData.LongDescription" String="This value shall represent that the operation completed because the job was cancelled by an operator."/>
190        </Member>
191        <Member Name="Exception">
192          <Annotation Term="OData.Description" String="Job has stopped due to an exception condition."/>
193          <Annotation Term="OData.LongDescription" String="This value shall represent that the operation completed with errors."/>
194        </Member>
195        <Member Name="Service">
196          <Annotation Term="OData.Description" String="Job is running as a service."/>
197          <Annotation Term="OData.LongDescription" String="This value shall represent that the operation is now running as a service and expected to continue operation until stopped or killed."/>
198        </Member>
199        <Member Name="UserIntervention">
200          <Annotation Term="OData.Description" String="Job is waiting for user intervention."/>
201          <Annotation Term="OData.LongDescription" String="This value shall represent that the operation is waiting for a user to intervene and needs to be manually continued, stopped, or cancelled."/>
202        </Member>
203        <Member Name="Continue">
204          <Annotation Term="OData.Description" String="Job is to resume operation."/>
205          <Annotation Term="OData.LongDescription" String="This value shall represent that the operation has been resumed from a paused condition and should return to a Running state."/>
206        </Member>
207      </EnumType>
208
209      <ComplexType Name="Payload">
210        <Annotation Term="OData.Description" String="The HTTP and JSON payload details for this job."/>
211        <Annotation Term="OData.LongDescription" String="This object shall contain information detailing the HTTP and JSON payload information for executing this job."/>
212        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
213        <Property Name="TargetUri" Type="Edm.String" Nullable="false">
214          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
215          <Annotation Term="OData.Description" String="The link to the target for this job."/>
216          <Annotation Term="OData.LongDescription" String="This property shall contain link to a target location for an HTTP operation."/>
217          <Annotation Term="OData.IsURL"/>
218        </Property>
219        <Property Name="HttpOperation" Type="Edm.String" Nullable="false">
220          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
221          <Annotation Term="OData.Description" String="The HTTP operation that executes this job."/>
222          <Annotation Term="OData.LongDescription" String="This property shall contain the HTTP operation that executes this job."/>
223        </Property>
224        <Property Name="HttpHeaders" Type="Collection(Edm.String)" Nullable="false">
225          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
226          <Annotation Term="OData.Description" String="An array of HTTP headers in this job."/>
227          <Annotation Term="OData.LongDescription" String="This property shall contain an array of HTTP headers in this job."/>
228        </Property>
229        <Property Name="JsonBody" Type="Edm.String" Nullable="false">
230          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
231          <Annotation Term="OData.Description" String="The JSON payload to use in the execution of this job."/>
232          <Annotation Term="OData.LongDescription" String="This property shall contain JSON-formatted payload for this job."/>
233        </Property>
234      </ComplexType>
235
236      <ComplexType Name="Actions">
237        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
238        <Annotation Term="OData.Description" String="The available actions for this resource."/>
239        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
240        <Property Name="Oem" Type="Job.v1_0_0.OemActions" Nullable="false">
241          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
242          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
243        </Property>
244      </ComplexType>
245
246      <ComplexType Name="OemActions">
247        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
248        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
249        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
250      </ComplexType>
251    </Schema>
252
253    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Job.v1_0_1">
254      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
255      <Annotation Term="OData.Description" String="This version was created to add the measures annotation to `PercentComplete`."/>
256      <EntityType Name="Job" BaseType="Job.v1_0_0.Job"/>
257    </Schema>
258
259    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Job.v1_0_2">
260      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
261      <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format.  It was also created to correct the resource description."/>
262      <EntityType Name="Job" BaseType="Job.v1_0_1.Job"/>
263    </Schema>
264
265    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Job.v1_0_3">
266      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
267      <Annotation Term="OData.Description" String="This version was created to update the description of the `HidePayload` property.  It was also created to disallow the `EndTime` property from being `null`.  It was also created to update descriptions that this schema defines."/>
268      <EntityType Name="Job" BaseType="Job.v1_0_2.Job"/>
269    </Schema>
270
271    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Job.v1_0_4">
272      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
273      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
274      <EntityType Name="Job" BaseType="Job.v1_0_3.Job"/>
275    </Schema>
276
277    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Job.v1_0_5">
278      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
279      <Annotation Term="OData.Description" String="This version was created to clarify that steps cannot have their own steps."/>
280      <EntityType Name="Job" BaseType="Job.v1_0_4.Job"/>
281    </Schema>
282
283    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Job.v1_0_6">
284      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
285      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
286      <EntityType Name="Job" BaseType="Job.v1_0_5.Job"/>
287    </Schema>
288
289    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Job.v1_0_7">
290      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
291      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
292      <EntityType Name="Job" BaseType="Job.v1_0_6.Job"/>
293    </Schema>
294
295    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Job.v1_0_8">
296      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
297      <Annotation Term="OData.Description" String="This version was created to clarify the mapping of `JobStatus`."/>
298      <EntityType Name="Job" BaseType="Job.v1_0_7.Job"/>
299    </Schema>
300
301    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Job.v1_0_9">
302      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
303      <Annotation Term="OData.Description" String="This version was created to clarify the usage of the `Payload` property."/>
304      <EntityType Name="Job" BaseType="Job.v1_0_8.Job"/>
305    </Schema>
306
307    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Job.v1_0_10">
308      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
309      <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
310      <EntityType Name="Job" BaseType="Job.v1_0_9.Job"/>
311    </Schema>
312
313    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Job.v1_0_11">
314      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
315      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
316      <EntityType Name="Job" BaseType="Job.v1_0_10.Job"/>
317    </Schema>
318
319    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Job.v1_0_12">
320      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
321      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
322      <EntityType Name="Job" BaseType="Job.v1_0_11.Job"/>
323    </Schema>
324
325    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Job.v1_1_0">
326      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
327      <Annotation Term="Redfish.Release" String="2022.1"/>
328
329      <EntityType Name="Job" BaseType="Job.v1_0_7.Job">
330        <Property Name="EstimatedDuration" Type="Edm.Duration">
331          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
332          <Annotation Term="OData.Description" String="The estimated total time required to complete the job."/>
333          <Annotation Term="OData.LongDescription" String="This property shall indicate the estimated total time needed to complete the job.  The value is not expected to change while the job is in progress, but the service may update the value if it obtains new information that significantly changes the expected duration.  Services should be conservative in the reported estimate and clients should treat this value as an estimate."/>
334        </Property>
335      </EntityType>
336    </Schema>
337
338    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Job.v1_1_1">
339      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
340      <Annotation Term="OData.Description" String="This version was created to clarify the mapping of `JobStatus`."/>
341      <EntityType Name="Job" BaseType="Job.v1_1_0.Job"/>
342    </Schema>
343
344    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Job.v1_1_2">
345      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
346      <Annotation Term="OData.Description" String="This version was created to clarify the usage of the `Payload` property."/>
347      <EntityType Name="Job" BaseType="Job.v1_1_1.Job"/>
348    </Schema>
349
350    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Job.v1_1_3">
351      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
352      <Annotation Term="OData.Description" String="This version was created to correct the regular expression pattern for duration properties in JSON Schema and OpenAPI to not allow for negative values."/>
353      <EntityType Name="Job" BaseType="Job.v1_1_2.Job"/>
354    </Schema>
355
356    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Job.v1_1_4">
357      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
358      <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
359      <EntityType Name="Job" BaseType="Job.v1_1_3.Job"/>
360    </Schema>
361
362    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Job.v1_1_5">
363      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
364      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
365      <EntityType Name="Job" BaseType="Job.v1_1_4.Job"/>
366    </Schema>
367
368    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Job.v1_1_6">
369      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
370      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
371      <EntityType Name="Job" BaseType="Job.v1_1_5.Job"/>
372    </Schema>
373
374    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Job.v1_2_0">
375      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
376      <Annotation Term="Redfish.Release" String="2022.3"/>
377
378      <EntityType Name="Job" BaseType="Job.v1_1_2.Job">
379        <Property Name="Links" Type="Job.v1_2_0.Links" Nullable="false">
380          <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
381          <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."/>
382        </Property>
383      </EntityType>
384
385      <ComplexType Name="Links" BaseType="Resource.Links">
386        <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
387        <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."/>
388        <NavigationProperty Name="CreatedResources" Type="Collection(Resource.Item)">
389          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
390          <Annotation Term="OData.Description" String="An array of URIs referencing the resources created as the result of this job."/>
391          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources indicating the resources created as the result of this job.  Services shall set this property prior to the job entering its final state."/>
392          <Annotation Term="OData.AutoExpandReferences"/>
393        </NavigationProperty>
394      </ComplexType>
395    </Schema>
396
397    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Job.v1_2_1">
398      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
399      <Annotation Term="OData.Description" String="This version was created to correct the regular expression pattern for duration properties in JSON Schema and OpenAPI to not allow for negative values."/>
400      <EntityType Name="Job" BaseType="Job.v1_2_0.Job"/>
401    </Schema>
402
403    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Job.v1_2_2">
404      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
405      <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
406      <EntityType Name="Job" BaseType="Job.v1_2_1.Job"/>
407    </Schema>
408
409    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Job.v1_2_3">
410      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
411      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
412      <EntityType Name="Job" BaseType="Job.v1_2_2.Job"/>
413    </Schema>
414
415    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Job.v1_2_4">
416      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
417      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
418      <EntityType Name="Job" BaseType="Job.v1_2_3.Job"/>
419    </Schema>
420
421  </edmx:DataServices>
422</edmx:Edmx>
423