1*720c9898SEd Tanous<?xml version="1.0" encoding="UTF-8"?>
2*720c9898SEd Tanous<!---->
3*720c9898SEd Tanous<!--################################################################################       -->
4*720c9898SEd Tanous<!--# Redfish Schema:  Task v1.7.3                                                         -->
5*720c9898SEd Tanous<!--#                                                                                      -->
6*720c9898SEd Tanous<!--# For a detailed change log, see the README file contained in the DSP8010 bundle,      -->
7*720c9898SEd Tanous<!--# available at http://www.dmtf.org/standards/redfish                                   -->
8*720c9898SEd Tanous<!--# Copyright 2014-2023 DMTF.                                                            -->
9*720c9898SEd Tanous<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10*720c9898SEd Tanous<!--################################################################################       -->
11*720c9898SEd Tanous<!---->
12*720c9898SEd Tanous<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
13*720c9898SEd Tanous
14*720c9898SEd Tanous  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
15*720c9898SEd Tanous    <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
16*720c9898SEd Tanous  </edmx:Reference>
17*720c9898SEd Tanous  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
18*720c9898SEd Tanous    <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
19*720c9898SEd Tanous  </edmx:Reference>
20*720c9898SEd Tanous  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml">
21*720c9898SEd Tanous    <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/>
22*720c9898SEd Tanous  </edmx:Reference>
23*720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
24*720c9898SEd Tanous    <edmx:Include Namespace="Resource"/>
25*720c9898SEd Tanous    <edmx:Include Namespace="Resource.v1_0_0"/>
26*720c9898SEd Tanous  </edmx:Reference>
27*720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
28*720c9898SEd Tanous    <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
29*720c9898SEd Tanous    <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/>
30*720c9898SEd Tanous  </edmx:Reference>
31*720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Message_v1.xml">
32*720c9898SEd Tanous    <edmx:Include Namespace="Message"/>
33*720c9898SEd Tanous  </edmx:Reference>
34*720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/TaskCollection_v1.xml">
35*720c9898SEd Tanous    <edmx:Include Namespace="TaskCollection"/>
36*720c9898SEd Tanous  </edmx:Reference>
37*720c9898SEd Tanous
38*720c9898SEd Tanous  <edmx:DataServices>
39*720c9898SEd Tanous
40*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Task">
41*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
42*720c9898SEd Tanous
43*720c9898SEd Tanous      <EntityType Name="Task" BaseType="Resource.v1_0_0.Resource" Abstract="true">
44*720c9898SEd Tanous        <Annotation Term="OData.Description" String="The Task schema contains information about a task that the Redfish task service schedules or executes.  Tasks represent operations that take more time than a client typically wants to wait."/>
45*720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This resource contains a task for a Redfish implementation."/>
46*720c9898SEd Tanous        <Annotation Term="Capabilities.InsertRestrictions">
47*720c9898SEd Tanous          <Record>
48*720c9898SEd Tanous            <PropertyValue Property="Insertable" Bool="false"/>
49*720c9898SEd Tanous          </Record>
50*720c9898SEd Tanous        </Annotation>
51*720c9898SEd Tanous        <Annotation Term="Capabilities.UpdateRestrictions">
52*720c9898SEd Tanous          <Record>
53*720c9898SEd Tanous            <PropertyValue Property="Updatable" Bool="false"/>
54*720c9898SEd Tanous          </Record>
55*720c9898SEd Tanous        </Annotation>
56*720c9898SEd Tanous        <Annotation Term="Capabilities.DeleteRestrictions">
57*720c9898SEd Tanous          <Record>
58*720c9898SEd Tanous            <PropertyValue Property="Deletable" Bool="true"/>
59*720c9898SEd Tanous            <Annotation Term="OData.Description" String="Use the DELETE operation to remove a task."/>
60*720c9898SEd Tanous          </Record>
61*720c9898SEd Tanous        </Annotation>
62*720c9898SEd Tanous        <Annotation Term="Redfish.Uris">
63*720c9898SEd Tanous          <Collection>
64*720c9898SEd Tanous            <String>/redfish/v1/TaskService/Tasks/{TaskId}</String>
65*720c9898SEd Tanous            <String>/redfish/v1/TaskService/Tasks/{TaskId}/SubTasks/{TaskId2}</String>
66*720c9898SEd Tanous          </Collection>
67*720c9898SEd Tanous        </Annotation>
68*720c9898SEd Tanous      </EntityType>
69*720c9898SEd Tanous    </Schema>
70*720c9898SEd Tanous
71*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Task.v1_0_0">
72*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
73*720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="1.0"/>
74*720c9898SEd Tanous
75*720c9898SEd Tanous      <EntityType Name="Task" BaseType="Task.Task">
76*720c9898SEd Tanous        <Property Name="TaskState" Type="Task.v1_0_0.TaskState" Nullable="false">
77*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
78*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The state of the task."/>
79*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall indicate the state of the task."/>
80*720c9898SEd Tanous        </Property>
81*720c9898SEd Tanous        <Property Name="StartTime" Type="Edm.DateTimeOffset" Nullable="false">
82*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
83*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The date and time when the task was started."/>
84*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall indicate the date and time when the task was started."/>
85*720c9898SEd Tanous        </Property>
86*720c9898SEd Tanous        <Property Name="EndTime" Type="Edm.DateTimeOffset" Nullable="false">
87*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
88*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The date and time when the task was completed.  This property will only appear when the task is complete."/>
89*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall indicate the date and time when the task was completed.  This property shall not appear if the task is running or otherwise has not been completed.  This property shall appear only if the TaskState is Completed, Killed, Cancelled, or Exception."/>
90*720c9898SEd Tanous        </Property>
91*720c9898SEd Tanous        <Property Name="TaskStatus" Type="Resource.Health" Nullable="false">
92*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
93*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The completion status of the task."/>
94*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the completion status of the task and shall not be set until the task completes.  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."/>
95*720c9898SEd Tanous        </Property>
96*720c9898SEd Tanous        <Property Name="Messages" Type="Collection(Message.Message)" Nullable="false">
97*720c9898SEd Tanous          <Annotation Term="OData.Description" String="An array of messages associated with the task."/>
98*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain an array of messages associated with the task."/>
99*720c9898SEd Tanous        </Property>
100*720c9898SEd Tanous      </EntityType>
101*720c9898SEd Tanous
102*720c9898SEd Tanous      <EnumType Name="TaskState">
103*720c9898SEd Tanous        <Member Name="New">
104*720c9898SEd Tanous          <Annotation Term="OData.Description" String="A new task."/>
105*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall represent that the task is newly created but has not started."/>
106*720c9898SEd Tanous        </Member>
107*720c9898SEd Tanous        <Member Name="Starting">
108*720c9898SEd Tanous          <Annotation Term="OData.Description" String="Task is starting."/>
109*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall represent that the task is starting."/>
110*720c9898SEd Tanous        </Member>
111*720c9898SEd Tanous        <Member Name="Running">
112*720c9898SEd Tanous          <Annotation Term="OData.Description" String="Task is running normally."/>
113*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall represent that the task is executing."/>
114*720c9898SEd Tanous        </Member>
115*720c9898SEd Tanous        <Member Name="Suspended">
116*720c9898SEd Tanous          <Annotation Term="OData.Description" String="Task has been suspended."/>
117*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall represent that the task has been suspended but is expected to restart and is therefore not complete."/>
118*720c9898SEd Tanous        </Member>
119*720c9898SEd Tanous        <Member Name="Interrupted">
120*720c9898SEd Tanous          <Annotation Term="OData.Description" String="Task has been interrupted."/>
121*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall represent that the task has been interrupted but is expected to restart and is therefore not complete."/>
122*720c9898SEd Tanous        </Member>
123*720c9898SEd Tanous        <Member Name="Pending">
124*720c9898SEd Tanous          <Annotation Term="OData.Description" String="Task is pending and has not started."/>
125*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall represent that the task is pending some condition and has not yet begun to execute."/>
126*720c9898SEd Tanous        </Member>
127*720c9898SEd Tanous        <Member Name="Stopping">
128*720c9898SEd Tanous          <Annotation Term="OData.Description" String="Task is in the process of stopping."/>
129*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall represent that the task is stopping but is not yet complete."/>
130*720c9898SEd Tanous        </Member>
131*720c9898SEd Tanous        <Member Name="Completed">
132*720c9898SEd Tanous          <Annotation Term="OData.Description" String="Task was completed."/>
133*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall represent that the task completed successfully or with warnings."/>
134*720c9898SEd Tanous        </Member>
135*720c9898SEd Tanous        <Member Name="Killed">
136*720c9898SEd Tanous          <Annotation Term="OData.Description" String="Task was terminated."/>
137*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall represent that the task is complete because an operator killed it."/>
138*720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
139*720c9898SEd Tanous            <Collection>
140*720c9898SEd Tanous              <Record>
141*720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
142*720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_2_0"/>
143*720c9898SEd Tanous                <PropertyValue Property="Description" String="This value has been deprecated and is being replaced by the `Cancelled` value, which has more determinate semantics."/>
144*720c9898SEd Tanous              </Record>
145*720c9898SEd Tanous            </Collection>
146*720c9898SEd Tanous          </Annotation>
147*720c9898SEd Tanous        </Member>
148*720c9898SEd Tanous        <Member Name="Exception">
149*720c9898SEd Tanous          <Annotation Term="OData.Description" String="Task has stopped due to an exception condition."/>
150*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall represent that the task completed with errors."/>
151*720c9898SEd Tanous        </Member>
152*720c9898SEd Tanous        <Member Name="Service">
153*720c9898SEd Tanous          <Annotation Term="OData.Description" String="Task is running as a service."/>
154*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall represent that the task is now running as a service and expected to continue operation until stopped or killed."/>
155*720c9898SEd Tanous        </Member>
156*720c9898SEd Tanous        <Member Name="Cancelling">
157*720c9898SEd Tanous          <Annotation Term="OData.Description" String="Task is in the process of being cancelled."/>
158*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall represent that the task is in the process of being cancelled."/>
159*720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
160*720c9898SEd Tanous            <Collection>
161*720c9898SEd Tanous              <Record>
162*720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
163*720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_2_0"/>
164*720c9898SEd Tanous              </Record>
165*720c9898SEd Tanous            </Collection>
166*720c9898SEd Tanous          </Annotation>
167*720c9898SEd Tanous        </Member>
168*720c9898SEd Tanous        <Member Name="Cancelled">
169*720c9898SEd Tanous          <Annotation Term="OData.Description" String="Task has been cancelled by an operator or internal process."/>
170*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall represent that either a DELETE operation on a task monitor or Task resource or by an internal process cancelled the task."/>
171*720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
172*720c9898SEd Tanous            <Collection>
173*720c9898SEd Tanous              <Record>
174*720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
175*720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_2_0"/>
176*720c9898SEd Tanous              </Record>
177*720c9898SEd Tanous            </Collection>
178*720c9898SEd Tanous          </Annotation>
179*720c9898SEd Tanous        </Member>
180*720c9898SEd Tanous      </EnumType>
181*720c9898SEd Tanous    </Schema>
182*720c9898SEd Tanous
183*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Task.v1_0_2">
184*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
185*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
186*720c9898SEd Tanous      <EntityType Name="Task" BaseType="Task.v1_0_0.Task"/>
187*720c9898SEd Tanous    </Schema>
188*720c9898SEd Tanous
189*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Task.v1_0_3">
190*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
191*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
192*720c9898SEd Tanous      <EntityType Name="Task" BaseType="Task.v1_0_2.Task"/>
193*720c9898SEd Tanous    </Schema>
194*720c9898SEd Tanous
195*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Task.v1_0_4">
196*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
197*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
198*720c9898SEd Tanous      <EntityType Name="Task" BaseType="Task.v1_0_3.Task"/>
199*720c9898SEd Tanous    </Schema>
200*720c9898SEd Tanous
201*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Task.v1_0_5">
202*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
203*720c9898SEd Tanous      <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."/>
204*720c9898SEd Tanous      <EntityType Name="Task" BaseType="Task.v1_0_4.Task"/>
205*720c9898SEd Tanous    </Schema>
206*720c9898SEd Tanous
207*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Task.v1_0_6">
208*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
209*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to use the new Revisions annotation."/>
210*720c9898SEd Tanous      <EntityType Name="Task" BaseType="Task.v1_0_5.Task"/>
211*720c9898SEd Tanous    </Schema>
212*720c9898SEd Tanous
213*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Task.v1_0_7">
214*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
215*720c9898SEd Tanous      <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."/>
216*720c9898SEd Tanous      <EntityType Name="Task" BaseType="Task.v1_0_6.Task"/>
217*720c9898SEd Tanous    </Schema>
218*720c9898SEd Tanous
219*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Task.v1_0_8">
220*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
221*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify the descriptions of the StartTime and EndTime properties.  It was also created to update descriptions that this schema defines."/>
222*720c9898SEd Tanous      <EntityType Name="Task" BaseType="Task.v1_0_7.Task"/>
223*720c9898SEd Tanous    </Schema>
224*720c9898SEd Tanous
225*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Task.v1_0_9">
226*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
227*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
228*720c9898SEd Tanous      <EntityType Name="Task" BaseType="Task.v1_0_8.Task"/>
229*720c9898SEd Tanous    </Schema>
230*720c9898SEd Tanous
231*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Task.v1_0_10">
232*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
233*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify the mapping of TaskStatus."/>
234*720c9898SEd Tanous      <EntityType Name="Task" BaseType="Task.v1_0_9.Task"/>
235*720c9898SEd Tanous    </Schema>
236*720c9898SEd Tanous
237*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Task.v1_0_11">
238*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
239*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
240*720c9898SEd Tanous      <EntityType Name="Task" BaseType="Task.v1_0_10.Task"/>
241*720c9898SEd Tanous    </Schema>
242*720c9898SEd Tanous
243*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Task.v1_1_0">
244*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
245*720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2017.1"/>
246*720c9898SEd Tanous
247*720c9898SEd Tanous      <EntityType Name="Task" BaseType="Task.v1_0_3.Task">
248*720c9898SEd Tanous        <Property Name="Actions" Type="Task.v1_1_0.Actions" Nullable="false">
249*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The available actions for this resource."/>
250*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
251*720c9898SEd Tanous        </Property>
252*720c9898SEd Tanous      </EntityType>
253*720c9898SEd Tanous
254*720c9898SEd Tanous      <ComplexType Name="Actions">
255*720c9898SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
256*720c9898SEd Tanous        <Annotation Term="OData.Description" String="The available actions for this resource."/>
257*720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
258*720c9898SEd Tanous        <Property Name="Oem" Type="Task.v1_1_0.OemActions" Nullable="false">
259*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
260*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
261*720c9898SEd Tanous        </Property>
262*720c9898SEd Tanous      </ComplexType>
263*720c9898SEd Tanous
264*720c9898SEd Tanous      <ComplexType Name="OemActions">
265*720c9898SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
266*720c9898SEd Tanous        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
267*720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
268*720c9898SEd Tanous      </ComplexType>
269*720c9898SEd Tanous    </Schema>
270*720c9898SEd Tanous
271*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Task.v1_1_1">
272*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
273*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
274*720c9898SEd Tanous      <EntityType Name="Task" BaseType="Task.v1_1_0.Task"/>
275*720c9898SEd Tanous    </Schema>
276*720c9898SEd Tanous
277*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Task.v1_1_2">
278*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
279*720c9898SEd Tanous      <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."/>
280*720c9898SEd Tanous      <EntityType Name="Task" BaseType="Task.v1_1_1.Task"/>
281*720c9898SEd Tanous    </Schema>
282*720c9898SEd Tanous
283*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Task.v1_1_3">
284*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
285*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
286*720c9898SEd Tanous      <EntityType Name="Task" BaseType="Task.v1_1_2.Task"/>
287*720c9898SEd Tanous    </Schema>
288*720c9898SEd Tanous
289*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Task.v1_1_4">
290*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
291*720c9898SEd Tanous      <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."/>
292*720c9898SEd Tanous      <EntityType Name="Task" BaseType="Task.v1_1_3.Task"/>
293*720c9898SEd Tanous    </Schema>
294*720c9898SEd Tanous
295*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Task.v1_1_5">
296*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
297*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify the descriptions of the StartTime and EndTime properties.  It was also created to update descriptions that this schema defines."/>
298*720c9898SEd Tanous      <EntityType Name="Task" BaseType="Task.v1_1_4.Task"/>
299*720c9898SEd Tanous    </Schema>
300*720c9898SEd Tanous
301*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Task.v1_1_6">
302*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
303*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
304*720c9898SEd Tanous      <EntityType Name="Task" BaseType="Task.v1_1_5.Task"/>
305*720c9898SEd Tanous    </Schema>
306*720c9898SEd Tanous
307*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Task.v1_1_7">
308*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
309*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify the mapping of TaskStatus."/>
310*720c9898SEd Tanous      <EntityType Name="Task" BaseType="Task.v1_1_6.Task"/>
311*720c9898SEd Tanous    </Schema>
312*720c9898SEd Tanous
313*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Task.v1_1_8">
314*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
315*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
316*720c9898SEd Tanous      <EntityType Name="Task" BaseType="Task.v1_1_7.Task"/>
317*720c9898SEd Tanous    </Schema>
318*720c9898SEd Tanous
319*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Task.v1_2_0">
320*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
321*720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2018.1"/>
322*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to add the TaskMonitor property.  This version was also created to add the `Cancelled` and `Cancelling` values to TaskState, and deprecate `Killed`."/>
323*720c9898SEd Tanous
324*720c9898SEd Tanous      <EntityType Name="Task" BaseType="Task.v1_1_1.Task">
325*720c9898SEd Tanous        <Property Name="TaskMonitor" Type="Edm.String" Nullable="false">
326*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
327*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The URI of the Task Monitor for this task."/>
328*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain a URI to task monitor as defined in the Redfish Specification."/>
329*720c9898SEd Tanous          <Annotation Term="OData.IsURL"/>
330*720c9898SEd Tanous        </Property>
331*720c9898SEd Tanous      </EntityType>
332*720c9898SEd Tanous    </Schema>
333*720c9898SEd Tanous
334*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Task.v1_2_1">
335*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
336*720c9898SEd Tanous      <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."/>
337*720c9898SEd Tanous      <EntityType Name="Task" BaseType="Task.v1_2_0.Task"/>
338*720c9898SEd Tanous    </Schema>
339*720c9898SEd Tanous
340*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Task.v1_2_2">
341*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
342*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
343*720c9898SEd Tanous      <EntityType Name="Task" BaseType="Task.v1_2_1.Task"/>
344*720c9898SEd Tanous    </Schema>
345*720c9898SEd Tanous
346*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Task.v1_2_3">
347*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
348*720c9898SEd Tanous      <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."/>
349*720c9898SEd Tanous      <EntityType Name="Task" BaseType="Task.v1_2_2.Task"/>
350*720c9898SEd Tanous    </Schema>
351*720c9898SEd Tanous
352*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Task.v1_2_4">
353*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
354*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify the descriptions of the StartTime and EndTime properties.  It was also created to update descriptions that this schema defines."/>
355*720c9898SEd Tanous      <EntityType Name="Task" BaseType="Task.v1_2_3.Task"/>
356*720c9898SEd Tanous    </Schema>
357*720c9898SEd Tanous
358*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Task.v1_2_5">
359*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
360*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
361*720c9898SEd Tanous      <EntityType Name="Task" BaseType="Task.v1_2_4.Task"/>
362*720c9898SEd Tanous    </Schema>
363*720c9898SEd Tanous
364*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Task.v1_2_6">
365*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
366*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify the mapping of TaskStatus."/>
367*720c9898SEd Tanous      <EntityType Name="Task" BaseType="Task.v1_2_5.Task"/>
368*720c9898SEd Tanous    </Schema>
369*720c9898SEd Tanous
370*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Task.v1_2_7">
371*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
372*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
373*720c9898SEd Tanous      <EntityType Name="Task" BaseType="Task.v1_2_6.Task"/>
374*720c9898SEd Tanous    </Schema>
375*720c9898SEd Tanous
376*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Task.v1_3_0">
377*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
378*720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2018.2"/>
379*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to add the Payload object to provide consistent capabilities with jobs."/>
380*720c9898SEd Tanous
381*720c9898SEd Tanous      <EntityType Name="Task" BaseType="Task.v1_2_1.Task">
382*720c9898SEd Tanous        <Property Name="Payload" Type="Task.v1_3_0.Payload" Nullable="false">
383*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The HTTP and JSON request payload details for this task, unless they are hidden from view by the service."/>
384*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This object shall contain information detailing the HTTP and JSON request payload information for executing this task.  This property shall not be included in the response if the HidePayload property is `true`."/>
385*720c9898SEd Tanous        </Property>
386*720c9898SEd Tanous        <Property Name="HidePayload" Type="Edm.Boolean" Nullable="false">
387*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
388*720c9898SEd Tanous          <Annotation Term="OData.Description" String="An indication of whether the contents of the payload are hidden from view after the task 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 task is created, the default is `false`."/>
389*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the contents of the payload should be hidden from view after the task 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 task is created, the default is `false`.  This property shall be supported if the Payload property is supported."/>
390*720c9898SEd Tanous        </Property>
391*720c9898SEd Tanous      </EntityType>
392*720c9898SEd Tanous
393*720c9898SEd Tanous      <ComplexType Name="Payload">
394*720c9898SEd Tanous        <Annotation Term="OData.Description" String="The HTTP and JSON payload details for this Task."/>
395*720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall contain information detailing the HTTP and JSON payload information for executing this task."/>
396*720c9898SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
397*720c9898SEd Tanous        <Property Name="TargetUri" Type="Edm.String" Nullable="false">
398*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
399*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The URI of the target for this task."/>
400*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain a link to the location to use as the target for an HTTP operation."/>
401*720c9898SEd Tanous          <Annotation Term="OData.IsURL"/>
402*720c9898SEd Tanous        </Property>
403*720c9898SEd Tanous        <Property Name="HttpOperation" Type="Edm.String" Nullable="false">
404*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
405*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The HTTP operation to perform to execute this task."/>
406*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the HTTP operation to execute for this task."/>
407*720c9898SEd Tanous        </Property>
408*720c9898SEd Tanous        <Property Name="HttpHeaders" Type="Collection(Edm.String)" Nullable="false">
409*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
410*720c9898SEd Tanous          <Annotation Term="OData.Description" String="An array of HTTP headers that this task includes."/>
411*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain an array of HTTP headers that this task includes."/>
412*720c9898SEd Tanous        </Property>
413*720c9898SEd Tanous        <Property Name="JsonBody" Type="Edm.String" Nullable="false">
414*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
415*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The JSON payload to use in the execution of this task."/>
416*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the JSON-formatted payload used for this task."/>
417*720c9898SEd Tanous        </Property>
418*720c9898SEd Tanous      </ComplexType>
419*720c9898SEd Tanous    </Schema>
420*720c9898SEd Tanous
421*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Task.v1_3_1">
422*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
423*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
424*720c9898SEd Tanous      <EntityType Name="Task" BaseType="Task.v1_3_0.Task"/>
425*720c9898SEd Tanous    </Schema>
426*720c9898SEd Tanous
427*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Task.v1_3_2">
428*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
429*720c9898SEd Tanous      <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."/>
430*720c9898SEd Tanous      <EntityType Name="Task" BaseType="Task.v1_3_1.Task"/>
431*720c9898SEd Tanous    </Schema>
432*720c9898SEd Tanous
433*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Task.v1_3_3">
434*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
435*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update the descriptions of the HidePayload, StartTime, and EndTime properties.  It was also created to update descriptions that this schema defines."/>
436*720c9898SEd Tanous      <EntityType Name="Task" BaseType="Task.v1_3_2.Task"/>
437*720c9898SEd Tanous    </Schema>
438*720c9898SEd Tanous
439*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Task.v1_3_4">
440*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
441*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update the descriptions of the HidePayload property."/>
442*720c9898SEd Tanous      <EntityType Name="Task" BaseType="Task.v1_3_3.Task"/>
443*720c9898SEd Tanous    </Schema>
444*720c9898SEd Tanous
445*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Task.v1_3_5">
446*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
447*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
448*720c9898SEd Tanous      <EntityType Name="Task" BaseType="Task.v1_3_4.Task"/>
449*720c9898SEd Tanous    </Schema>
450*720c9898SEd Tanous
451*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Task.v1_3_6">
452*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
453*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify the mapping of TaskStatus."/>
454*720c9898SEd Tanous      <EntityType Name="Task" BaseType="Task.v1_3_5.Task"/>
455*720c9898SEd Tanous    </Schema>
456*720c9898SEd Tanous
457*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Task.v1_3_7">
458*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
459*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify the usage of the Payload property."/>
460*720c9898SEd Tanous      <EntityType Name="Task" BaseType="Task.v1_3_6.Task"/>
461*720c9898SEd Tanous    </Schema>
462*720c9898SEd Tanous
463*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Task.v1_3_8">
464*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
465*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
466*720c9898SEd Tanous      <EntityType Name="Task" BaseType="Task.v1_3_7.Task"/>
467*720c9898SEd Tanous    </Schema>
468*720c9898SEd Tanous
469*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Task.v1_4_0">
470*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
471*720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2018.3"/>
472*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to add the PercentComplete property."/>
473*720c9898SEd Tanous
474*720c9898SEd Tanous      <EntityType Name="Task" BaseType="Task.v1_3_1.Task">
475*720c9898SEd Tanous        <Property Name="PercentComplete" Type="Edm.Int64">
476*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
477*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The completion percentage of this task."/>
478*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall indicate the completion progress of the task, reported in percent of completion, `0` to `100`.  If the task has not been started, the value shall be zero."/>
479*720c9898SEd Tanous          <Annotation Term="Measures.Unit" String="%"/>
480*720c9898SEd Tanous          <Annotation Term="Validation.Minimum" Int="0"/>
481*720c9898SEd Tanous          <Annotation Term="Validation.Maximum" Int="100"/>
482*720c9898SEd Tanous        </Property>
483*720c9898SEd Tanous      </EntityType>
484*720c9898SEd Tanous    </Schema>
485*720c9898SEd Tanous
486*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Task.v1_4_1">
487*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
488*720c9898SEd Tanous      <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."/>
489*720c9898SEd Tanous      <EntityType Name="Task" BaseType="Task.v1_4_0.Task"/>
490*720c9898SEd Tanous    </Schema>
491*720c9898SEd Tanous
492*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Task.v1_4_2">
493*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
494*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update the descriptions of the HidePayload, StartTime, and EndTime properties.  It was also created to update descriptions that this schema defines."/>
495*720c9898SEd Tanous      <EntityType Name="Task" BaseType="Task.v1_4_1.Task"/>
496*720c9898SEd Tanous    </Schema>
497*720c9898SEd Tanous
498*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Task.v1_4_3">
499*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
500*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update the descriptions of the HidePayload property."/>
501*720c9898SEd Tanous      <EntityType Name="Task" BaseType="Task.v1_4_2.Task"/>
502*720c9898SEd Tanous    </Schema>
503*720c9898SEd Tanous
504*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Task.v1_4_4">
505*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
506*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
507*720c9898SEd Tanous      <EntityType Name="Task" BaseType="Task.v1_4_3.Task"/>
508*720c9898SEd Tanous    </Schema>
509*720c9898SEd Tanous
510*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Task.v1_4_5">
511*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
512*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify the mapping of TaskStatus."/>
513*720c9898SEd Tanous      <EntityType Name="Task" BaseType="Task.v1_4_4.Task"/>
514*720c9898SEd Tanous    </Schema>
515*720c9898SEd Tanous
516*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Task.v1_4_6">
517*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
518*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify the usage of the Payload property."/>
519*720c9898SEd Tanous      <EntityType Name="Task" BaseType="Task.v1_4_5.Task"/>
520*720c9898SEd Tanous    </Schema>
521*720c9898SEd Tanous
522*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Task.v1_4_7">
523*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
524*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
525*720c9898SEd Tanous      <EntityType Name="Task" BaseType="Task.v1_4_6.Task"/>
526*720c9898SEd Tanous    </Schema>
527*720c9898SEd Tanous
528*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Task.v1_4_8">
529*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
530*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
531*720c9898SEd Tanous      <EntityType Name="Task" BaseType="Task.v1_4_7.Task"/>
532*720c9898SEd Tanous    </Schema>
533*720c9898SEd Tanous
534*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Task.v1_5_0">
535*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
536*720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2020.3"/>
537*720c9898SEd Tanous
538*720c9898SEd Tanous      <EntityType Name="Task" BaseType="Task.v1_4_3.Task">
539*720c9898SEd Tanous        <NavigationProperty Name="SubTasks" Type="TaskCollection.TaskCollection" ContainsTarget="true" Nullable="false">
540*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
541*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The link to a collection of sub-tasks for this task."/>
542*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type TaskCollection.  This property shall not be present if this resource represents a sub-task for a task."/>
543*720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
544*720c9898SEd Tanous        </NavigationProperty>
545*720c9898SEd Tanous      </EntityType>
546*720c9898SEd Tanous    </Schema>
547*720c9898SEd Tanous
548*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Task.v1_5_1">
549*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
550*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
551*720c9898SEd Tanous      <EntityType Name="Task" BaseType="Task.v1_5_0.Task"/>
552*720c9898SEd Tanous    </Schema>
553*720c9898SEd Tanous
554*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Task.v1_5_2">
555*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
556*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify the mapping of TaskStatus."/>
557*720c9898SEd Tanous      <EntityType Name="Task" BaseType="Task.v1_5_1.Task"/>
558*720c9898SEd Tanous    </Schema>
559*720c9898SEd Tanous
560*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Task.v1_5_3">
561*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
562*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify the usage of the Payload property."/>
563*720c9898SEd Tanous      <EntityType Name="Task" BaseType="Task.v1_5_2.Task"/>
564*720c9898SEd Tanous    </Schema>
565*720c9898SEd Tanous
566*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Task.v1_5_4">
567*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
568*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
569*720c9898SEd Tanous      <EntityType Name="Task" BaseType="Task.v1_5_3.Task"/>
570*720c9898SEd Tanous    </Schema>
571*720c9898SEd Tanous
572*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Task.v1_5_5">
573*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
574*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
575*720c9898SEd Tanous      <EntityType Name="Task" BaseType="Task.v1_5_4.Task"/>
576*720c9898SEd Tanous    </Schema>
577*720c9898SEd Tanous
578*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Task.v1_6_0">
579*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
580*720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2022.1"/>
581*720c9898SEd Tanous
582*720c9898SEd Tanous      <EntityType Name="Task" BaseType="Task.v1_5_1.Task">
583*720c9898SEd Tanous        <Property Name="EstimatedDuration" Type="Edm.Duration">
584*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
585*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The estimated total time required to complete the task."/>
586*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall indicate the estimated total time needed to complete the task.  The value is not expected to change while the task 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."/>
587*720c9898SEd Tanous        </Property>
588*720c9898SEd Tanous      </EntityType>
589*720c9898SEd Tanous    </Schema>
590*720c9898SEd Tanous
591*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Task.v1_6_1">
592*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
593*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify the mapping of TaskStatus."/>
594*720c9898SEd Tanous      <EntityType Name="Task" BaseType="Task.v1_6_0.Task"/>
595*720c9898SEd Tanous    </Schema>
596*720c9898SEd Tanous
597*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Task.v1_6_2">
598*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
599*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify the usage of the Payload property."/>
600*720c9898SEd Tanous      <EntityType Name="Task" BaseType="Task.v1_6_1.Task"/>
601*720c9898SEd Tanous    </Schema>
602*720c9898SEd Tanous
603*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Task.v1_6_3">
604*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
605*720c9898SEd Tanous      <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."/>
606*720c9898SEd Tanous      <EntityType Name="Task" BaseType="Task.v1_6_2.Task"/>
607*720c9898SEd Tanous    </Schema>
608*720c9898SEd Tanous
609*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Task.v1_6_4">
610*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
611*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
612*720c9898SEd Tanous      <EntityType Name="Task" BaseType="Task.v1_6_3.Task"/>
613*720c9898SEd Tanous    </Schema>
614*720c9898SEd Tanous
615*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Task.v1_6_5">
616*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
617*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
618*720c9898SEd Tanous      <EntityType Name="Task" BaseType="Task.v1_6_4.Task"/>
619*720c9898SEd Tanous    </Schema>
620*720c9898SEd Tanous
621*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Task.v1_7_0">
622*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
623*720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2022.3"/>
624*720c9898SEd Tanous
625*720c9898SEd Tanous      <EntityType Name="Task" BaseType="Task.v1_6_2.Task">
626*720c9898SEd Tanous        <Property Name="Links" Type="Task.v1_7_0.Links" Nullable="false">
627*720c9898SEd Tanous          <Annotation Term="OData.Description" String="Contains references to other resources that are related to this resource."/>
628*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="The Links property, as described by the Redfish Specification, shall contain references to resources that are related to but are not contained by, or subordinate to, this resource."/>
629*720c9898SEd Tanous        </Property>
630*720c9898SEd Tanous      </EntityType>
631*720c9898SEd Tanous
632*720c9898SEd Tanous      <ComplexType Name="Links" BaseType="Resource.Links">
633*720c9898SEd Tanous        <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
634*720c9898SEd Tanous        <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."/>
635*720c9898SEd Tanous        <NavigationProperty Name="CreatedResources" Type="Collection(Resource.Item)">
636*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
637*720c9898SEd Tanous          <Annotation Term="OData.Description" String="An array of URIs referencing the resources created as the result of the operation that produced this task."/>
638*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources indicating the resources created as the result of the operation that produced this task.  Services shall set this property prior to the task entering its final state."/>
639*720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
640*720c9898SEd Tanous        </NavigationProperty>
641*720c9898SEd Tanous      </ComplexType>
642*720c9898SEd Tanous    </Schema>
643*720c9898SEd Tanous
644*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Task.v1_7_1">
645*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
646*720c9898SEd Tanous      <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."/>
647*720c9898SEd Tanous      <EntityType Name="Task" BaseType="Task.v1_7_0.Task"/>
648*720c9898SEd Tanous    </Schema>
649*720c9898SEd Tanous
650*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Task.v1_7_2">
651*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
652*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
653*720c9898SEd Tanous      <EntityType Name="Task" BaseType="Task.v1_7_1.Task"/>
654*720c9898SEd Tanous    </Schema>
655*720c9898SEd Tanous
656*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Task.v1_7_3">
657*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
658*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
659*720c9898SEd Tanous      <EntityType Name="Task" BaseType="Task.v1_7_2.Task"/>
660*720c9898SEd Tanous    </Schema>
661*720c9898SEd Tanous
662*720c9898SEd Tanous  </edmx:DataServices>
663*720c9898SEd Tanous</edmx:Edmx>
664