1<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################       -->
4<!--# Redfish Schema:  UpdateService v1.13.0                                               -->
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-2023 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.Measures.V1.xml">
18    <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/>
19  </edmx:Reference>
20  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
21    <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
22  </edmx:Reference>
23  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
24    <edmx:Include Namespace="Resource"/>
25    <edmx:Include Namespace="Resource.v1_0_0"/>
26  </edmx:Reference>
27  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
28    <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
29    <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/>
30  </edmx:Reference>
31  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/SoftwareInventoryCollection_v1.xml">
32    <edmx:Include Namespace="SoftwareInventoryCollection"/>
33  </edmx:Reference>
34  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/CertificateCollection_v1.xml">
35    <edmx:Include Namespace="CertificateCollection"/>
36  </edmx:Reference>
37  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/KeyCollection_v1.xml">
38    <edmx:Include Namespace="KeyCollection"/>
39  </edmx:Reference>
40  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Key_v1.xml">
41    <edmx:Include Namespace="Key"/>
42  </edmx:Reference>
43
44  <edmx:DataServices>
45
46    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService">
47      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
48
49      <EntityType Name="UpdateService" BaseType="Resource.v1_0_0.Resource" Abstract="true">
50        <Annotation Term="OData.Description" String="The UpdateService schema describes the update service and the properties for the service itself with links to collections of firmware and software inventory.  The update service also provides methods for updating software and firmware of the resources in a Redfish service."/>
51        <Annotation Term="OData.LongDescription" String="This resource shall represent an update service and the properties that affect the service itself for a Redfish implementation."/>
52        <Annotation Term="Capabilities.InsertRestrictions">
53          <Record>
54            <PropertyValue Property="Insertable" Bool="false"/>
55          </Record>
56        </Annotation>
57        <Annotation Term="Capabilities.UpdateRestrictions">
58          <Record>
59            <PropertyValue Property="Updatable" Bool="true"/>
60            <Annotation Term="OData.Description" String="Writable properties, such as ServiceEnabled, can be updated for the update service."/>
61          </Record>
62        </Annotation>
63        <Annotation Term="Capabilities.DeleteRestrictions">
64          <Record>
65            <PropertyValue Property="Deletable" Bool="false"/>
66          </Record>
67        </Annotation>
68        <Annotation Term="Redfish.Uris">
69          <Collection>
70            <String>/redfish/v1/UpdateService</String>
71          </Collection>
72        </Annotation>
73      </EntityType>
74
75      <ComplexType Name="UpdateParameters" Abstract="true"/>
76
77      <Action Name="SimpleUpdate" IsBound="true">
78        <Annotation Term="OData.Description" String="This action updates software components."/>
79        <Annotation Term="OData.LongDescription" String="This action shall update installed software components in a software image file located at an ImageURI parameter-specified URI."/>
80        <Parameter Name="UpdateService" Type="UpdateService.v1_0_0.Actions"/>
81        <Parameter Name="ImageURI" Type="Edm.String" Nullable="false">
82          <Annotation Term="OData.Description" String="The URI of the software image to install."/>
83          <Annotation Term="OData.LongDescription" String="This parameter shall contain an RFC3986-defined URI that links to a software image that the update service retrieves to install software in that image.  This URI should contain a scheme that describes the transfer protocol.  If the TransferProtocol parameter is absent or not supported, and a transfer protocol is not specified by a scheme contained within this URI, the service shall use HTTP to get the image."/>
84          <Annotation Term="OData.IsURL"/>
85        </Parameter>
86        <Parameter Name="TransferProtocol" Type="UpdateService.v1_0_0.TransferProtocolType">
87          <Annotation Term="OData.Description" String="The network protocol that the update service uses to retrieve the software image file located at the URI provided in ImageURI.  This parameter is ignored if the URI provided in ImageURI contains a scheme."/>
88          <Annotation Term="OData.LongDescription" String="This parameter shall contain the network protocol that the update service shall use to retrieve the software image located at the ImageURI.  Services should ignore this parameter if the URI provided in ImageURI contains a scheme.  If this parameter is not provided (or supported), and a transfer protocol is not specified by a scheme contained within this URI, the service shall use HTTP to retrieve the image."/>
89        </Parameter>
90        <Parameter Name="Targets" Type="Collection(Edm.String)">
91          <Annotation Term="OData.Description" String="An array of URIs that indicate where to apply the update image."/>
92          <Annotation Term="OData.LongDescription" String="This parameter shall contain zero or more URIs that indicate where to apply the update image.  These targets should correspond to software inventory instances or their related items.  If this parameter is not present or contains no targets, the service shall apply the software image to all applicable targets, as determined by the service.  If the target specifies a device resource, the software image file shall be applied to the specified device.  If the target specifies a resource collection, the software image shall be applied to each applicable member of the specified collection.  If the target resource specifies an Aggregate resource, the software image file shall be applied to each applicable element of the specified aggregate.  If the target resource specifies a ComputerSystem resource, the software image file shall be applied to the applicable components within the specified computer system."/>
93          <Annotation Term="OData.IsURL"/>
94          <Annotation Term="Redfish.Revisions">
95            <Collection>
96              <Record>
97                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
98                <PropertyValue Property="Version" String="v1_2_0"/>
99              </Record>
100            </Collection>
101          </Annotation>
102        </Parameter>
103        <Parameter Name="Username" Type="Edm.String">
104          <Annotation Term="OData.Description" String="The user name to access the URI specified by the ImageURI parameter."/>
105          <Annotation Term="OData.LongDescription" String="This parameter shall represent the user name to access the URI specified by the ImageURI parameter."/>
106          <Annotation Term="Redfish.Revisions">
107            <Collection>
108              <Record>
109                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
110                <PropertyValue Property="Version" String="v1_4_0"/>
111              </Record>
112            </Collection>
113          </Annotation>
114        </Parameter>
115        <Parameter Name="Password" Type="Edm.String">
116          <Annotation Term="OData.Description" String="The password to access the URI specified by the ImageURI parameter."/>
117          <Annotation Term="OData.LongDescription" String="This parameter shall represent the password to access the URI specified by the ImageURI parameter."/>
118          <Annotation Term="Redfish.Revisions">
119            <Collection>
120              <Record>
121                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
122                <PropertyValue Property="Version" String="v1_4_0"/>
123              </Record>
124            </Collection>
125          </Annotation>
126        </Parameter>
127        <Parameter Name="ForceUpdate" Type="Edm.Boolean">
128          <Annotation Term="OData.Description" String="An indication of whether the service should bypass update policies when applying the provided image.  The default is `false`."/>
129          <Annotation Term="OData.LongDescription" String="This parameter shall indicate whether the service should bypass update policies when applying the provided image, such as allowing a component to be downgraded.  Services may contain update policies that are never bypassed, such as minimum version enforcement.  If the client does not provide this parameter, the service shall default this value to `false`."/>
130          <Annotation Term="Redfish.Revisions">
131            <Collection>
132              <Record>
133                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
134                <PropertyValue Property="Version" String="v1_11_0"/>
135              </Record>
136            </Collection>
137          </Annotation>
138        </Parameter>
139      </Action>
140
141      <Action Name="StartUpdate" IsBound="true">
142        <Annotation Term="OData.Description" String="This action starts updating all images that have been previously invoked using an OperationApplyTime value of `OnStartUpdateRequest`."/>
143        <Annotation Term="OData.LongDescription" String="This action shall start an update of software component that have been scheduled with the OperationApplyTime value of `OnStartUpdateRequest`."/>
144        <Parameter Name="UpdateService" Type="UpdateService.v1_0_0.Actions"/>
145        <Annotation Term="Redfish.Revisions">
146          <Collection>
147            <Record>
148              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
149              <PropertyValue Property="Version" String="v1_7_0"/>
150            </Record>
151          </Collection>
152        </Annotation>
153      </Action>
154
155      <Action Name="GenerateSSHIdentityKeyPair" IsBound="true">
156        <Annotation Term="OData.Description" String="This action generates a new SSH identity key-pair to be used with the UpdateService resource.  The generated public key is stored in the Key resource referenced by the PublicIdentitySSHKey property.  Any existing key-pair is deleted and replaced by the new key-pair."/>
157        <Annotation Term="OData.LongDescription" String="This action shall generate a new SSH identity key-pair to be used with the UpdateService resource.  The service shall store the generated public key in the Key resource referenced by the PublicIdentitySSHKey property.  If the UpdateService already has an associated SSH identity key-pair, the service shall delete the key-pair and replace it with the new key-pair."/>
158        <Parameter Name="UpdateService" Type="UpdateService.v1_0_0.Actions"/>
159        <Parameter Name="KeyType" Type="Key.SSHKeyType" Nullable="false">
160          <Annotation Term="OData.Description" String="The type of SSH key."/>
161          <Annotation Term="OData.LongDescription" String="This parameter shall contain the type of SSH key."/>
162        </Parameter>
163        <Parameter Name="KeyLength" Type="Edm.Int64">
164          <Annotation Term="OData.Description" String="The length of the SSH key, in bits, if the KeyType parameter contains `RSA`."/>
165          <Annotation Term="OData.LongDescription" String="This parameter shall contain the length of the SSH key, in bits.  This parameter shall be required if the KeyType parameter contains `RSA` and shall be rejected for other values."/>
166        </Parameter>
167        <Parameter Name="Curve" Type="Key.ECDSACurveType">
168          <Annotation Term="OData.Description" String="The curve to use with the SSH key if the KeyType parameter contains `ECDSA`."/>
169          <Annotation Term="OData.LongDescription" String="This parameter shall contain the curve to use with the SSH key.  This parameter shall be required if the KeyType parameter contains `ECDSA` and shall be rejected for other values."/>
170        </Parameter>
171        <Annotation Term="Redfish.Revisions">
172          <Collection>
173            <Record>
174              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
175              <PropertyValue Property="Version" String="v1_13_0"/>
176            </Record>
177          </Collection>
178        </Annotation>
179      </Action>
180
181      <Action Name="RemoveSSHIdentityKeyPair" IsBound="true">
182        <Annotation Term="OData.Description" String="This action removes the SSH identity key-pair used with the UpdateService resource."/>
183        <Annotation Term="OData.LongDescription" String="This action shall remove the private SSH identity key-pair used with the UpdateService resource."/>
184        <Parameter Name="UpdateService" Type="UpdateService.v1_0_0.Actions"/>
185        <Annotation Term="Redfish.Revisions">
186          <Collection>
187            <Record>
188              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
189              <PropertyValue Property="Version" String="v1_13_0"/>
190            </Record>
191          </Collection>
192        </Annotation>
193      </Action>
194    </Schema>
195
196    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_0_0">
197      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
198      <Annotation Term="Redfish.Release" String="2016.2"/>
199
200      <EntityType Name="UpdateService" BaseType="UpdateService.UpdateService">
201        <Property Name="Status" Type="Resource.Status" Nullable="false">
202          <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
203          <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
204        </Property>
205        <Property Name="ServiceEnabled" Type="Edm.Boolean">
206          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
207          <Annotation Term="OData.Description" String="An indication of whether this service is enabled."/>
208          <Annotation Term="OData.LongDescription" String="This property shall indicate whether this service is enabled."/>
209        </Property>
210        <NavigationProperty Name="FirmwareInventory" Type="SoftwareInventoryCollection.SoftwareInventoryCollection" ContainsTarget="true" Nullable="false">
211          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
212          <Annotation Term="OData.Description" String="An inventory of firmware."/>
213          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type SoftwareInventoryCollection.  The resource collection should contain the set of software components generally referred to as platform firmware or that does not execute within a host operating system.  Software in this collection is generally updated using platform-specific methods or utilities."/>
214          <Annotation Term="OData.AutoExpandReferences"/>
215        </NavigationProperty>
216        <NavigationProperty Name="SoftwareInventory" Type="SoftwareInventoryCollection.SoftwareInventoryCollection" ContainsTarget="true" Nullable="false">
217          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
218          <Annotation Term="OData.Description" String="An inventory of software."/>
219          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type SoftwareInventoryCollection.  The resource collection should contain the set of software components executed in the context of a host operating system.  This can include device drivers, applications, or offload workloads.  Software in this collection is generally updated using operating system-centric methods."/>
220          <Annotation Term="OData.AutoExpandReferences"/>
221        </NavigationProperty>
222        <Property Name="Actions" Type="UpdateService.v1_0_0.Actions" Nullable="false">
223          <Annotation Term="OData.Description" String="The available actions for this resource."/>
224          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
225        </Property>
226      </EntityType>
227
228      <ComplexType Name="Actions">
229        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
230        <Annotation Term="OData.Description" String="The available actions for this resource."/>
231        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
232        <Property Name="Oem" Type="UpdateService.v1_0_0.OemActions" Nullable="false">
233          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
234          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
235        </Property>
236      </ComplexType>
237
238      <ComplexType Name="OemActions">
239        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
240        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
241        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
242      </ComplexType>
243
244      <EnumType Name="TransferProtocolType">
245        <Member Name="CIFS">
246          <Annotation Term="OData.Description" String="Common Internet File System (CIFS)."/>
247        </Member>
248        <Member Name="FTP">
249          <Annotation Term="OData.Description" String="File Transfer Protocol (FTP)."/>
250        </Member>
251        <Member Name="SFTP">
252          <Annotation Term="OData.Description" String="Secure File Transfer Protocol (SFTP)."/>
253          <Annotation Term="Redfish.Revisions">
254            <Collection>
255              <Record>
256                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
257                <PropertyValue Property="Version" String="v1_1_0"/>
258              </Record>
259            </Collection>
260          </Annotation>
261        </Member>
262        <Member Name="HTTP">
263          <Annotation Term="OData.Description" String="Hypertext Transfer Protocol (HTTP)."/>
264        </Member>
265        <Member Name="HTTPS">
266          <Annotation Term="OData.Description" String="Hypertext Transfer Protocol Secure (HTTPS)."/>
267        </Member>
268        <Member Name="NSF">
269          <Annotation Term="OData.Description" String="Network File System (NFS)."/>
270          <Annotation Term="Redfish.Revisions">
271            <Collection>
272              <Record>
273                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
274                <PropertyValue Property="Version" String="v1_3_0"/>
275                <PropertyValue Property="Description" String="This value has been deprecated in favor of NFS."/>
276              </Record>
277            </Collection>
278          </Annotation>
279        </Member>
280        <Member Name="SCP">
281          <Annotation Term="OData.Description" String="Secure Copy Protocol (SCP)."/>
282        </Member>
283        <Member Name="TFTP">
284          <Annotation Term="OData.Description" String="Trivial File Transfer Protocol (TFTP)."/>
285        </Member>
286        <Member Name="OEM">
287          <Annotation Term="OData.Description" String="A manufacturer-defined protocol."/>
288        </Member>
289        <Member Name="NFS">
290          <Annotation Term="OData.Description" String="Network File System (NFS)."/>
291          <Annotation Term="Redfish.Revisions">
292            <Collection>
293              <Record>
294                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
295                <PropertyValue Property="Version" String="v1_3_0"/>
296              </Record>
297            </Collection>
298          </Annotation>
299        </Member>
300      </EnumType>
301    </Schema>
302
303    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_0_1">
304      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
305      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
306      <EntityType Name="UpdateService" BaseType="UpdateService.v1_0_0.UpdateService"/>
307    </Schema>
308
309    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_0_2">
310      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
311      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
312      <EntityType Name="UpdateService" BaseType="UpdateService.v1_0_1.UpdateService"/>
313    </Schema>
314
315    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_0_3">
316      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
317      <Annotation Term="OData.Description" String="This version was created to regenerate the JSON Schema so that the action parameters are included."/>
318      <EntityType Name="UpdateService" BaseType="UpdateService.v1_0_2.UpdateService"/>
319    </Schema>
320
321    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_0_4">
322      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
323      <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.  It was also created to clarify the descriptions Targets, HttpPushUriTargets, and HttpPushUriTargetsBusy."/>
324      <EntityType Name="UpdateService" BaseType="UpdateService.v1_0_3.UpdateService"/>
325    </Schema>
326
327    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_0_5">
328      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
329      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
330      <EntityType Name="UpdateService" BaseType="UpdateService.v1_0_4.UpdateService"/>
331    </Schema>
332
333    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_0_6">
334      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
335      <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 add a missing term on FirmwareInventory and SoftwareInventory to not allow them to be `null`."/>
336      <EntityType Name="UpdateService" BaseType="UpdateService.v1_0_5.UpdateService"/>
337    </Schema>
338
339    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_0_7">
340      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
341      <Annotation Term="OData.Description" String="This version was created to update the long description of ImageURI parameter.  It was also created to update descriptions that this schema defines."/>
342      <EntityType Name="UpdateService" BaseType="UpdateService.v1_0_6.UpdateService"/>
343    </Schema>
344
345    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_0_8">
346      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
347      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
348      <EntityType Name="UpdateService" BaseType="UpdateService.v1_0_7.UpdateService"/>
349    </Schema>
350
351    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_0_9">
352      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
353      <Annotation Term="OData.Description" String="This version was created to clarify the descriptions of the FirmwareInventory and SoftwareInventory resource collections.  It was also created to clarify the behavior of TransferProtocol if ImageURI contains a scheme."/>
354      <EntityType Name="UpdateService" BaseType="UpdateService.v1_0_8.UpdateService"/>
355    </Schema>
356
357    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_0_10">
358      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
359      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
360      <EntityType Name="UpdateService" BaseType="UpdateService.v1_0_9.UpdateService"/>
361    </Schema>
362
363    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_0">
364      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
365      <Annotation Term="Redfish.Release" String="2016.3"/>
366
367      <EntityType Name="UpdateService" BaseType="UpdateService.v1_0_1.UpdateService">
368        <Property Name="HttpPushUri" Type="Edm.String" Nullable="false">
369          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
370          <Annotation Term="OData.Description" String="The URI used to perform an HTTP or HTTPS push update to the update service.  The format of the message is vendor-specific."/>
371          <Annotation Term="OData.LongDescription" String="This property shall contain a URI at which the update service supports an HTTP or HTTPS POST of a software image for the purpose of installing software contained within the image.  Access to this URI shall require the same privilege as access to the update service.  If the service requires the `Content-Length` header for POST requests to this URI, the service should return HTTP 411 if the client does not include this header in the POST request.  The value of this property should not contain a URI of a Redfish resource.  See the 'Redfish-defined URIs and relative reference rules' clause in the Redfish Specification."/>
372          <Annotation Term="OData.IsURL"/>
373        </Property>
374      </EntityType>
375    </Schema>
376
377    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_1">
378      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
379      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
380      <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_0.UpdateService"/>
381    </Schema>
382
383    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_2">
384      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
385      <Annotation Term="OData.Description" String="This version was created to regenerate the JSON Schema so that the action parameters are included."/>
386      <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_1.UpdateService"/>
387    </Schema>
388
389    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_3">
390      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
391      <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number.  It was also created to clarify the descriptions for Targets, HttpPushUriTargets, and HttpPushUriTargetsBusy."/>
392      <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_2.UpdateService"/>
393    </Schema>
394
395    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_4">
396      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
397      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation.  It was also created to clarify the description of HttpPushUri."/>
398      <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_3.UpdateService"/>
399    </Schema>
400
401    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_5">
402      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
403      <Annotation Term="OData.Description" String="This version was created to update the long description of HttpPushUri.  It was also created to force the regeneration of JSON Schema so that URI properties use the uri-reference format.  It was also created to add a missing term on FirmwareInventory and SoftwareInventory to not allow them to be `null`."/>
404      <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_4.UpdateService"/>
405    </Schema>
406
407    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_6">
408      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
409      <Annotation Term="OData.Description" String="This version was created to update the long description of ImageURI parameter.  It was also created to update descriptions that this schema defines."/>
410      <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_5.UpdateService"/>
411    </Schema>
412
413    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_7">
414      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
415      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
416      <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_6.UpdateService"/>
417    </Schema>
418
419    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_8">
420      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
421      <Annotation Term="OData.Description" String="This version was created to clarify the descriptions of the FirmwareInventory and SoftwareInventory resource collections.  It was also created to clarify the behavior of TransferProtocol if ImageURI contains a scheme."/>
422      <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_7.UpdateService"/>
423    </Schema>
424
425    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_9">
426      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
427      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
428      <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_8.UpdateService"/>
429    </Schema>
430
431    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_10">
432      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
433      <Annotation Term="OData.Description" String="This version was created to clarify that non-resource URIs should not contain URIs of Redfish resources."/>
434      <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_9.UpdateService"/>
435    </Schema>
436
437    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_11">
438      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
439      <Annotation Term="OData.Description" String="This version was created to update non-resource URI description to reference URI rules in the specification."/>
440      <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_10.UpdateService"/>
441    </Schema>
442
443    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_0">
444      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
445      <Annotation Term="Redfish.Release" String="2017.1"/>
446
447      <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_1.UpdateService">
448        <Property Name="HttpPushUriTargets" Type="Collection(Edm.String)">
449          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
450          <Annotation Term="OData.Description" String="An array of URIs that indicate where to apply the update image."/>
451          <Annotation Term="OData.LongDescription" String="This property shall contain zero or more URIs that indicate where to apply the update image when using the URI specified by the HttpPushUri property to push a software image.  These targets should correspond to software inventory instances or their related items.  If this property is not present or contains no targets, the service shall apply the software image to all applicable targets, as determined by the service.  If the target specifies a device resource, the software image file shall be applied to the specified device.  If the target specifies a resource collection, the software image shall be applied to each applicable member of the specified collection.  If the target resource specifies an Aggregate resource, the software image file shall be applied to each applicable element of the specified aggregate.  If the target resource specifies a ComputerSystem resource, the software image file shall be applied to the applicable components within the specified computer system."/>
452          <Annotation Term="OData.IsURL"/>
453        </Property>
454        <Property Name="HttpPushUriTargetsBusy" Type="Edm.Boolean">
455          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
456          <Annotation Term="OData.Description" String="An indication of whether any client has reserved the HttpPushUriTargets property."/>
457          <Annotation Term="OData.LongDescription" String="This property shall indicate whether any client has reserved the HttpPushUriTargets property for firmware updates.  A client should set this property to `true` when it uses HttpPushUriTargets for firmware updates.  A client should set it to `false` when it no longer uses HttpPushUriTargets for updates.  The property can provide multiple clients a way to negotiate ownership of HttpPushUriTargets and helps clients determine whether another client is using HttpPushUriTargets to make firmware updates.  This property has no functional requirements for the service."/>
458        </Property>
459      </EntityType>
460    </Schema>
461
462    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_1">
463      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
464      <Annotation Term="OData.Description" String="This version was created to regenerate the JSON Schema so that the action parameters are included."/>
465      <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_0.UpdateService"/>
466    </Schema>
467
468    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_2">
469      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
470      <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.  It was also created to clarify the descriptions for Targets, HttpPushUriTargets, and HttpPushUriTargetsBusy."/>
471      <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_1.UpdateService"/>
472    </Schema>
473
474    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_3">
475      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
476      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation.  It was also created to clarify the HttpPushUri description."/>
477      <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_2.UpdateService"/>
478    </Schema>
479
480    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_4">
481      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
482      <Annotation Term="OData.Description" String="This version was created to update the long description of HttpPushUri.  It was also created to force the regeneration of JSON Schema so that URI properties use the uri-reference format.  It was also created to add a missing term to FirmwareInventory and SoftwareInventory to not allow them to be `null`."/>
483      <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_3.UpdateService"/>
484    </Schema>
485
486    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_5">
487      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
488      <Annotation Term="OData.Description" String="This version was created to update the long description of ImageURI parameter and HttpPushUriTargetsBusy.  It was also created to update descriptions that this schema defines."/>
489      <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_4.UpdateService"/>
490    </Schema>
491
492    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_6">
493      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
494      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
495      <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_5.UpdateService"/>
496    </Schema>
497
498    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_7">
499      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
500      <Annotation Term="OData.Description" String="This version was created to clarify the descriptions of the FirmwareInventory and SoftwareInventory resource collections.  It was also created to clarify the behavior of TransferProtocol if ImageURI contains a scheme."/>
501      <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_6.UpdateService"/>
502    </Schema>
503
504    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_8">
505      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
506      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
507      <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_7.UpdateService"/>
508    </Schema>
509
510    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_9">
511      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
512      <Annotation Term="OData.Description" String="This version was created to clarify that non-resource URIs should not contain URIs of Redfish resources."/>
513      <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_8.UpdateService"/>
514    </Schema>
515
516    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_10">
517      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
518      <Annotation Term="OData.Description" String="This version was created to update non-resource URI description to reference URI rules in the specification."/>
519      <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_9.UpdateService"/>
520    </Schema>
521
522    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_11">
523      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
524      <Annotation Term="OData.Description" String="This version was created to clarify how the update service behaves based on the resources referenced by the URI in the Targets parameter in the SimpleUpdate action."/>
525      <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_10.UpdateService"/>
526    </Schema>
527
528    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_12">
529      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
530      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
531      <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_11.UpdateService"/>
532    </Schema>
533
534    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_3_0">
535      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
536      <Annotation Term="Redfish.Release" String="2018.2"/>
537      <Annotation Term="OData.Description" String="This version was created to deprecate NSF in favor of NFS in the TransferProtocolType enumeration."/>
538
539      <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_2.UpdateService"/>
540    </Schema>
541
542    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_3_1">
543      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
544      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation.  It was also created to clarify the description of HttpPushUri."/>
545      <EntityType Name="UpdateService" BaseType="UpdateService.v1_3_0.UpdateService"/>
546    </Schema>
547
548    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_3_2">
549      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
550      <Annotation Term="OData.Description" String="This version was created to update the long description of HttpPushUri.  It was also created to force the regeneration of JSON Schema so that URI properties use the uri-reference format.  It was also created to add a missing term on FirmwareInventory and SoftwareInventory to not allow them to be `null`."/>
551      <EntityType Name="UpdateService" BaseType="UpdateService.v1_3_1.UpdateService"/>
552    </Schema>
553
554    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_3_3">
555      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
556      <Annotation Term="OData.Description" String="This version was created to update the long description of ImageURI parameter and HttpPushUriTargetsBusy.  It was also created to update descriptions that this schema defines."/>
557      <EntityType Name="UpdateService" BaseType="UpdateService.v1_3_2.UpdateService"/>
558    </Schema>
559
560    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_3_4">
561      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
562      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
563      <EntityType Name="UpdateService" BaseType="UpdateService.v1_3_3.UpdateService"/>
564    </Schema>
565
566    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_3_5">
567      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
568      <Annotation Term="OData.Description" String="This version was created to clarify the descriptions of the FirmwareInventory and SoftwareInventory resource collections.  It was also created to clarify the behavior of TransferProtocol if ImageURI contains a scheme."/>
569      <EntityType Name="UpdateService" BaseType="UpdateService.v1_3_4.UpdateService"/>
570    </Schema>
571
572    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_3_6">
573      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
574      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
575      <EntityType Name="UpdateService" BaseType="UpdateService.v1_3_5.UpdateService"/>
576    </Schema>
577
578    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_3_7">
579      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
580      <Annotation Term="OData.Description" String="This version was created to clarify that non-resource URIs should not contain URIs of Redfish resources."/>
581      <EntityType Name="UpdateService" BaseType="UpdateService.v1_3_6.UpdateService"/>
582    </Schema>
583
584    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_3_8">
585      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
586      <Annotation Term="OData.Description" String="This version was created to update non-resource URI description to reference URI rules in the specification."/>
587      <EntityType Name="UpdateService" BaseType="UpdateService.v1_3_7.UpdateService"/>
588    </Schema>
589
590    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_3_9">
591      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
592      <Annotation Term="OData.Description" String="This version was created to clarify how the update service behaves based on the resources referenced by the URI in the Targets parameter in the SimpleUpdate action."/>
593      <EntityType Name="UpdateService" BaseType="UpdateService.v1_3_8.UpdateService"/>
594    </Schema>
595
596    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_3_10">
597      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
598      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
599      <EntityType Name="UpdateService" BaseType="UpdateService.v1_3_9.UpdateService"/>
600    </Schema>
601
602    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_4_0">
603      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
604      <Annotation Term="Redfish.Release" String="2018.3"/>
605      <Annotation Term="OData.Description" String="This version was created to add Username and Password parameters to SimpleUpdate.  It was also created to add HttpPushUriOptions settings."/>
606
607      <EntityType Name="UpdateService" BaseType="UpdateService.v1_3_1.UpdateService">
608        <Property Name="HttpPushUriOptions" Type="UpdateService.v1_4_0.HttpPushUriOptions" Nullable="false">
609          <Annotation Term="OData.Description" String="The options for HttpPushUri-provided software updates."/>
610          <Annotation Term="OData.LongDescription" String="This property shall contain options and requirements of the service for HttpPushUri-provided software updates."/>
611        </Property>
612        <Property Name="HttpPushUriOptionsBusy" Type="Edm.Boolean">
613          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
614          <Annotation Term="OData.Description" String="An indication of whether a client has reserved the HttpPushUriOptions properties for software updates."/>
615          <Annotation Term="OData.LongDescription" String="This property shall indicate whether a client uses the HttpPushUriOptions properties for software updates.  When a client uses any HttpPushUriOptions properties for software updates, it should set this property to `true`.  When a client no longer uses HttpPushUriOptions properties for software updates, it should set this property to `false`.  This property can provide multiple clients a way to negotiate ownership of HttpPushUriOptions properties.  Clients can use this property to determine whether another client uses HttpPushUriOptions properties for software updates.  This property has no functional requirements for the service."/>
616        </Property>
617      </EntityType>
618
619      <ComplexType Name="HttpPushUriOptions">
620        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
621        <Annotation Term="OData.Description" String="The settings for HttpPushUri-provided software updates."/>
622        <Annotation Term="OData.LongDescription" String="The properties in this object shall contain settings and requirements of the service for HttpPushUri-provided software updates."/>
623        <Property Name="HttpPushUriApplyTime" Type="UpdateService.v1_4_0.HttpPushUriApplyTime" Nullable="false">
624          <Annotation Term="OData.Description" String="The settings for when to apply HttpPushUri-provided firmware."/>
625          <Annotation Term="OData.LongDescription" String="This property shall contain settings for when to apply HttpPushUri-provided firmware."/>
626        </Property>
627      </ComplexType>
628
629      <ComplexType Name="HttpPushUriApplyTime">
630        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
631        <Annotation Term="OData.Description" String="The settings for when to apply HttpPushUri-provided software."/>
632        <Annotation Term="OData.LongDescription" String="The properties in this object shall contain settings for when to apply HttpPushUri-provided software."/>
633        <Property Name="ApplyTime" Type="UpdateService.v1_4_0.ApplyTime" Nullable="false">
634          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
635          <Annotation Term="OData.Description" String="The time when to apply the HttpPushUri-provided software update."/>
636          <Annotation Term="OData.LongDescription" String="This property shall indicate the time when to apply the HttpPushUri-provided software update."/>
637        </Property>
638        <Property Name="MaintenanceWindowStartTime" Type="Edm.DateTimeOffset" Nullable="false">
639          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
640          <Annotation Term="OData.Description" String="The start time of a maintenance window."/>
641          <Annotation Term="OData.LongDescription" String="This property shall indicate the date and time when the service can start to apply the HttpPushUri-provided software as part of a maintenance window.  This property shall be required if the HttpPushUriApplyTime property value is `AtMaintenanceWindowStart` or `InMaintenanceWindowOnReset`."/>
642        </Property>
643        <Property Name="MaintenanceWindowDurationInSeconds" Type="Edm.Int64" Nullable="false">
644          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
645          <Annotation Term="OData.Description" String="The expiry time, in seconds, of the maintenance window."/>
646          <Annotation Term="OData.LongDescription" String="This property shall indicate the end of the maintenance window as the number of seconds after the time specified by the MaintenanceWindowStartTime property.  This property shall be required if the HttpPushUriApplyTime property value is `AtMaintenanceWindowStart` or `InMaintenanceWindowOnReset`."/>
647          <Annotation Term="Validation.Minimum" Int="0"/>
648          <Annotation Term="Measures.Unit" String="s"/>
649        </Property>
650      </ComplexType>
651
652      <EnumType Name="ApplyTime">
653        <Member Name="Immediate">
654          <Annotation Term="OData.Description" String="Apply immediately."/>
655          <Annotation Term="OData.LongDescription" String="This value shall indicate the HttpPushUri-provided software is applied immediately."/>
656        </Member>
657        <Member Name="OnReset">
658          <Annotation Term="OData.Description" String="Apply on a reset."/>
659          <Annotation Term="OData.LongDescription" String="This value shall indicate the HttpPushUri-provided software is applied when the system or service is reset."/>
660        </Member>
661        <Member Name="AtMaintenanceWindowStart">
662          <Annotation Term="OData.Description" String="Apply during an administrator-specified maintenance window."/>
663          <Annotation Term="OData.LongDescription" String="This value shall indicate the HttpPushUri-provided software is applied during the maintenance window specified by the MaintenanceWindowStartTime and MaintenanceWindowDurationInSeconds properties.  A service may perform resets during this maintenance window."/>
664        </Member>
665        <Member Name="InMaintenanceWindowOnReset">
666          <Annotation Term="OData.Description" String="Apply after a reset but within an administrator-specified maintenance window."/>
667          <Annotation Term="OData.LongDescription" String="This value shall indicate the HttpPushUri-provided software is applied during the maintenance window specified by the MaintenanceWindowStartTime and MaintenanceWindowDurationInSeconds properties, and if a reset occurs within the maintenance window."/>
668        </Member>
669        <Member Name="OnStartUpdateRequest">
670          <Annotation Term="OData.Description" String="Apply when the StartUpdate action of the update service is invoked."/>
671          <Annotation Term="OData.LongDescription" String="This value shall indicate the HttpPushUri-provided software is applied when the StartUpdate action of the update service is invoked."/>
672          <Annotation Term="Redfish.Revisions">
673            <Collection>
674              <Record>
675                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
676                <PropertyValue Property="Version" String="v1_11_0"/>
677              </Record>
678            </Collection>
679          </Annotation>
680        </Member>
681      </EnumType>
682    </Schema>
683
684    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_4_1">
685      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
686      <Annotation Term="OData.Description" String="This version was created to update the long description of HttpPushUri.  It was also created to force the regeneration of JSON Schema so that URI properties use the uri-reference format.  It was also created to add a missing term on FirmwareInventory and SoftwareInventory to not allow them to be `null`."/>
687      <EntityType Name="UpdateService" BaseType="UpdateService.v1_4_0.UpdateService"/>
688    </Schema>
689
690    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_4_2">
691      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
692      <Annotation Term="OData.Description" String="This version was created to update the long description of ImageURI parameter, HttpPushUriTargetsBusy, HttpPushUriOptionsBusy, and HttpPushUriApplyTime.  It was also created to update descriptions that this schema defines."/>
693      <EntityType Name="UpdateService" BaseType="UpdateService.v1_4_1.UpdateService"/>
694    </Schema>
695
696    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_4_3">
697      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
698      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
699      <EntityType Name="UpdateService" BaseType="UpdateService.v1_4_2.UpdateService"/>
700    </Schema>
701
702    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_4_4">
703      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
704      <Annotation Term="OData.Description" String="This version was created to clarify the descriptions of the FirmwareInventory and SoftwareInventory resource collections.  It was also created to clarify the behavior of TransferProtocol if ImageURI contains a scheme."/>
705      <EntityType Name="UpdateService" BaseType="UpdateService.v1_4_3.UpdateService"/>
706    </Schema>
707
708    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_4_5">
709      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
710      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
711      <EntityType Name="UpdateService" BaseType="UpdateService.v1_4_4.UpdateService"/>
712    </Schema>
713
714    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_4_6">
715      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
716      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
717      <EntityType Name="UpdateService" BaseType="UpdateService.v1_4_5.UpdateService"/>
718    </Schema>
719
720    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_4_7">
721      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
722      <Annotation Term="OData.Description" String="This version was created to clarify that non-resource URIs should not contain URIs of Redfish resources."/>
723      <EntityType Name="UpdateService" BaseType="UpdateService.v1_4_6.UpdateService"/>
724    </Schema>
725
726    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_4_8">
727      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
728      <Annotation Term="OData.Description" String="This version was created to update non-resource URI description to reference URI rules in the specification."/>
729      <EntityType Name="UpdateService" BaseType="UpdateService.v1_4_7.UpdateService"/>
730    </Schema>
731
732    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_4_9">
733      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
734      <Annotation Term="OData.Description" String="This version was created to clarify how the update service behaves based on the resources referenced by the URI in the Targets parameter in the SimpleUpdate action."/>
735      <EntityType Name="UpdateService" BaseType="UpdateService.v1_4_8.UpdateService"/>
736    </Schema>
737
738    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_4_10">
739      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
740      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
741      <EntityType Name="UpdateService" BaseType="UpdateService.v1_4_9.UpdateService"/>
742    </Schema>
743
744    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_5_0">
745      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
746      <Annotation Term="Redfish.Release" String="2019.1"/>
747
748      <EntityType Name="UpdateService" BaseType="UpdateService.v1_4_1.UpdateService">
749        <Property Name="MaxImageSizeBytes" Type="Edm.Int64">
750          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
751          <Annotation Term="OData.Description" String="The maximum size in bytes of the software update image that this service supports."/>
752          <Annotation Term="OData.LongDescription" String="This property shall indicate the maximum size of the software update image that clients can send to this update service."/>
753          <Annotation Term="Measures.Unit" String="By"/>
754        </Property>
755      </EntityType>
756    </Schema>
757
758    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_5_1">
759      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
760      <Annotation Term="OData.Description" String="This version was created to update the long description of ImageURI parameter, HttpPushUriTargetsBusy, HttpPushUriOptionsBusy, and HttpPushUriApplyTime.  It was also created to update descriptions that this schema defines."/>
761      <EntityType Name="UpdateService" BaseType="UpdateService.v1_5_0.UpdateService"/>
762    </Schema>
763
764    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_5_2">
765      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
766      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
767      <EntityType Name="UpdateService" BaseType="UpdateService.v1_5_1.UpdateService"/>
768    </Schema>
769
770    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_5_3">
771      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
772      <Annotation Term="OData.Description" String="This version was created to clarify the descriptions of the FirmwareInventory and SoftwareInventory resource collections.  It was also created to clarify the behavior of TransferProtocol if ImageURI contains a scheme."/>
773      <EntityType Name="UpdateService" BaseType="UpdateService.v1_5_2.UpdateService"/>
774    </Schema>
775
776    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_5_4">
777      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
778      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
779      <EntityType Name="UpdateService" BaseType="UpdateService.v1_5_3.UpdateService"/>
780    </Schema>
781
782    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_5_5">
783      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
784      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
785      <EntityType Name="UpdateService" BaseType="UpdateService.v1_5_4.UpdateService"/>
786    </Schema>
787
788    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_5_6">
789      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
790      <Annotation Term="OData.Description" String="This version was created to clarify that non-resource URIs should not contain URIs of Redfish resources."/>
791      <EntityType Name="UpdateService" BaseType="UpdateService.v1_5_5.UpdateService"/>
792    </Schema>
793
794    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_5_7">
795      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
796      <Annotation Term="OData.Description" String="This version was created to update non-resource URI description to reference URI rules in the specification."/>
797      <EntityType Name="UpdateService" BaseType="UpdateService.v1_5_6.UpdateService"/>
798    </Schema>
799
800    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_5_8">
801      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
802      <Annotation Term="OData.Description" String="This version was created to clarify how the update service behaves based on the resources referenced by the URI in the Targets parameter in the SimpleUpdate action."/>
803      <EntityType Name="UpdateService" BaseType="UpdateService.v1_5_7.UpdateService"/>
804    </Schema>
805
806    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_5_9">
807      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
808      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
809      <EntityType Name="UpdateService" BaseType="UpdateService.v1_5_8.UpdateService"/>
810    </Schema>
811
812    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_6_0">
813      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
814      <Annotation Term="Redfish.Release" String="2019.2"/>
815
816      <EntityType Name="UpdateService" BaseType="UpdateService.v1_5_1.UpdateService">
817        <Property Name="MultipartHttpPushUri" Type="Edm.String" Nullable="false">
818          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
819          <Annotation Term="OData.Description" String="The URI used to perform a Redfish Specification-defined Multipart HTTP or HTTPS push update to the update service."/>
820          <Annotation Term="OData.LongDescription" String="This property shall contain a URI used to perform a Redfish Specification-defined Multipart HTTP or HTTPS POST of a software image for the purpose of installing software contained within the image.  The value of this property should not contain a URI of a Redfish resource.  See the 'Redfish-defined URIs and relative reference rules' clause in the Redfish Specification."/>
821          <Annotation Term="OData.IsURL"/>
822        </Property>
823      </EntityType>
824
825      <ComplexType Name="UpdateParameters" BaseType="UpdateService.UpdateParameters">
826        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
827        <Annotation Term="OData.Description" String="The update parameters used with MultipartHttpPushUri software update."/>
828        <Annotation Term="OData.LongDescription" String="This type shall contain the update parameters when passing the update image when using the URI specified by the MultipartHttpPushUri property to push a software image."/>
829        <Property Name="Targets" Type="Collection(Edm.String)">
830          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
831          <Annotation Term="OData.Description" String="An array of URIs that indicate where to apply the update image."/>
832          <Annotation Term="OData.LongDescription" String="This property shall contain zero or more URIs that indicate where to apply the update image when using the URI specified by the MultipartHttpPushUri property to push a software image.  These targets should correspond to software inventory instances or their related items.  If this property is not present or contains no targets, the service shall apply the software image to all applicable targets, as determined by the service.  If the target specifies a device resource, the software image file shall be applied to the specified device.  If the target specifies a resource collection, the software image shall be applied to each applicable member of the specified collection.  If the target resource specifies an Aggregate resource, the software image file shall be applied to each applicable element of the specified aggregate.  If the target resource specifies a ComputerSystem resource, the software image file shall be applied to the applicable components within the specified computer system."/>
833          <Annotation Term="OData.IsURL"/>
834        </Property>
835      </ComplexType>
836    </Schema>
837
838    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_6_1">
839      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
840      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
841      <EntityType Name="UpdateService" BaseType="UpdateService.v1_6_0.UpdateService"/>
842    </Schema>
843
844    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_6_2">
845      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
846      <Annotation Term="OData.Description" String="This version was created to clarify the descriptions of the FirmwareInventory and SoftwareInventory resource collections.  It was also created to clarify the behavior of TransferProtocol if ImageURI contains a scheme."/>
847      <EntityType Name="UpdateService" BaseType="UpdateService.v1_6_1.UpdateService"/>
848    </Schema>
849
850    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_6_3">
851      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
852      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
853      <EntityType Name="UpdateService" BaseType="UpdateService.v1_6_2.UpdateService"/>
854    </Schema>
855
856    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_6_4">
857      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
858      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
859      <EntityType Name="UpdateService" BaseType="UpdateService.v1_6_3.UpdateService"/>
860    </Schema>
861
862    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_6_5">
863      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
864      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
865      <EntityType Name="UpdateService" BaseType="UpdateService.v1_6_4.UpdateService"/>
866    </Schema>
867
868    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_6_7">
869      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
870      <Annotation Term="OData.Description" String="This version was created to clarify that non-resource URIs should not contain URIs of Redfish resources."/>
871      <EntityType Name="UpdateService" BaseType="UpdateService.v1_6_4.UpdateService"/>
872    </Schema>
873
874    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_6_8">
875      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
876      <Annotation Term="OData.Description" String="This version was created to update non-resource URI description to reference URI rules in the specification."/>
877      <EntityType Name="UpdateService" BaseType="UpdateService.v1_6_7.UpdateService"/>
878    </Schema>
879
880    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_6_9">
881      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
882      <Annotation Term="OData.Description" String="This version was created to clarify how the update service behaves based on the resources referenced by the URI in the Targets parameter in the SimpleUpdate action and multipart HTTP push update."/>
883      <EntityType Name="UpdateService" BaseType="UpdateService.v1_6_8.UpdateService"/>
884    </Schema>
885
886    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_7_0">
887      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
888      <Annotation Term="Redfish.Release" String="2019.3"/>
889      <Annotation Term="OData.Description" String="This version was created to add the StartUpdate action."/>
890
891      <EntityType Name="UpdateService" BaseType="UpdateService.v1_6_0.UpdateService"/>
892    </Schema>
893
894    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_7_1">
895      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
896      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
897      <EntityType Name="UpdateService" BaseType="UpdateService.v1_7_0.UpdateService"/>
898    </Schema>
899
900    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_7_2">
901      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
902      <Annotation Term="OData.Description" String="This version was created to clarify the descriptions of the FirmwareInventory and SoftwareInventory resource collections.  It was also created to clarify the behavior of TransferProtocol if ImageURI contains a scheme."/>
903      <EntityType Name="UpdateService" BaseType="UpdateService.v1_7_1.UpdateService"/>
904    </Schema>
905
906    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_7_3">
907      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
908      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
909      <EntityType Name="UpdateService" BaseType="UpdateService.v1_7_2.UpdateService"/>
910    </Schema>
911
912    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_7_4">
913      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
914      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
915      <EntityType Name="UpdateService" BaseType="UpdateService.v1_7_3.UpdateService"/>
916    </Schema>
917
918    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_7_5">
919      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
920      <Annotation Term="OData.Description" String="This version was created to clarify the description of the StartUpdate action.  It was also created to clarify that non-resource URIs should not contain URIs of Redfish resources."/>
921      <EntityType Name="UpdateService" BaseType="UpdateService.v1_7_4.UpdateService"/>
922    </Schema>
923
924    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_7_6">
925      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
926      <Annotation Term="OData.Description" String="This version was created to update non-resource URI description to reference URI rules in the specification."/>
927      <EntityType Name="UpdateService" BaseType="UpdateService.v1_7_5.UpdateService"/>
928    </Schema>
929
930    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_7_7">
931      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
932      <Annotation Term="OData.Description" String="This version was created to clarify how the update service behaves based on the resources referenced by the URI in the Targets parameter in the SimpleUpdate action and multipart HTTP push update."/>
933      <EntityType Name="UpdateService" BaseType="UpdateService.v1_7_6.UpdateService"/>
934    </Schema>
935
936    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_7_8">
937      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
938      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
939      <EntityType Name="UpdateService" BaseType="UpdateService.v1_7_7.UpdateService"/>
940    </Schema>
941
942    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_8_0">
943      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
944      <Annotation Term="Redfish.Release" String="2019.4"/>
945
946      <EntityType Name="UpdateService" BaseType="UpdateService.v1_7_0.UpdateService"/>
947
948      <ComplexType Name="UpdateParameters" BaseType="UpdateService.v1_6_0.UpdateParameters">
949        <Property Name="Oem" Type="Resource.Oem" Nullable="false">
950          <Annotation Term="OData.Description" String="The OEM extension property."/>
951          <Annotation Term="OData.LongDescription" String="This property shall contain the OEM extensions.  All values for properties contained in this object shall conform to the Redfish Specification-described requirements."/>
952        </Property>
953      </ComplexType>
954    </Schema>
955
956    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_8_1">
957      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
958      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
959      <EntityType Name="UpdateService" BaseType="UpdateService.v1_8_0.UpdateService"/>
960    </Schema>
961
962    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_8_2">
963      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
964      <Annotation Term="OData.Description" String="This version was created to clarify the descriptions of the FirmwareInventory and SoftwareInventory resource collections.  It was also created to clarify the behavior of TransferProtocol if ImageURI contains a scheme."/>
965      <EntityType Name="UpdateService" BaseType="UpdateService.v1_8_1.UpdateService"/>
966    </Schema>
967
968    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_8_3">
969      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
970      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
971      <EntityType Name="UpdateService" BaseType="UpdateService.v1_8_2.UpdateService"/>
972    </Schema>
973
974    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_8_4">
975      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
976      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
977      <EntityType Name="UpdateService" BaseType="UpdateService.v1_8_3.UpdateService"/>
978    </Schema>
979
980    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_8_5">
981      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
982      <Annotation Term="OData.Description" String="This version was created to clarify the description of the StartUpdate action.  It was also created to clarify that non-resource URIs should not contain URIs of Redfish resources."/>
983      <EntityType Name="UpdateService" BaseType="UpdateService.v1_8_4.UpdateService"/>
984    </Schema>
985
986    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_8_6">
987      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
988      <Annotation Term="OData.Description" String="This version was created to update non-resource URI description to reference URI rules in the specification."/>
989      <EntityType Name="UpdateService" BaseType="UpdateService.v1_8_5.UpdateService"/>
990    </Schema>
991
992    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_8_7">
993      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
994      <Annotation Term="OData.Description" String="This version was created to clarify how the update service behaves based on the resources referenced by the URI in the Targets parameter in the SimpleUpdate action and multipart HTTP push update."/>
995      <EntityType Name="UpdateService" BaseType="UpdateService.v1_8_6.UpdateService"/>
996    </Schema>
997
998    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_8_8">
999      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1000      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1001      <EntityType Name="UpdateService" BaseType="UpdateService.v1_8_7.UpdateService"/>
1002    </Schema>
1003
1004    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_9_0">
1005      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1006      <Annotation Term="Redfish.Release" String="2021.1"/>
1007
1008      <EntityType Name="UpdateService" BaseType="UpdateService.v1_8_3.UpdateService">
1009        <NavigationProperty Name="RemoteServerCertificates" Type="CertificateCollection.CertificateCollection" ContainsTarget="true" Nullable="false">
1010          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1011          <Annotation Term="OData.Description" String="The link to a collection of server certificates for the server referenced by the ImageURI property in SimpleUpdate."/>
1012          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type CertificateCollection that represents the server certificates for the server referenced by the ImageURI property in SimpleUpdate.  If VerifyRemoteServerCertificate is `true`, services shall compare the certificates in this collection with the certificate obtained during handshaking with the image server in order to verify the identity of the image server prior to transferring the image.  If the server cannot be verified, the service shall not send the transfer request.  If VerifyRemoteServerCertificate is `false`, the service shall not perform certificate verification with certificates in this collection.  Regardless of the contents of this collection, services may perform additional verification based on other factors, such as the configuration of the SecurityPolicy resource."/>
1013          <Annotation Term="OData.AutoExpandReferences"/>
1014        </NavigationProperty>
1015        <Property Name="VerifyRemoteServerCertificate" Type="Edm.Boolean">
1016          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1017          <Annotation Term="OData.Description" String="An indication of whether the service will verify the certificate of the server referenced by the ImageURI property in SimpleUpdate prior to sending the transfer request."/>
1018          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the service will verify the certificate of the server referenced by the ImageURI property in SimpleUpdate prior to sending the transfer request with the certificates found in the collection referenced by the RemoteServerCertificates property.  If this property is not supported by the service, it shall be assumed to be `false`.  This property should default to `false` in order to maintain compatibility with older clients.  Regardless of the value of this property, services may perform additional verification based on other factors, such as the configuration of the SecurityPolicy resource."/>
1019        </Property>
1020      </EntityType>
1021    </Schema>
1022
1023    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_9_1">
1024      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1025      <Annotation Term="OData.Description" String="This version was created to clarify the behavior of VerifyRemoteServerCertificate when not supported or configured."/>
1026      <EntityType Name="UpdateService" BaseType="UpdateService.v1_9_0.UpdateService"/>
1027    </Schema>
1028
1029    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_9_2">
1030      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1031      <Annotation Term="OData.Description" String="This version was created to clarify the description of the StartUpdate action.  It was also created to clarify that non-resource URIs should not contain URIs of Redfish resources."/>
1032      <EntityType Name="UpdateService" BaseType="UpdateService.v1_9_1.UpdateService"/>
1033    </Schema>
1034
1035    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_9_3">
1036      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1037      <Annotation Term="OData.Description" String="This version was created to update non-resource URI description to reference URI rules in the specification.  It was also created to clarify that other certificate verification might be performed by the service due to other policies in the service."/>
1038      <EntityType Name="UpdateService" BaseType="UpdateService.v1_9_2.UpdateService"/>
1039    </Schema>
1040
1041    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_9_4">
1042      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1043      <Annotation Term="OData.Description" String="This version was created to clarify how the update service behaves based on the resources referenced by the URI in the Targets parameter in the SimpleUpdate action and multipart HTTP push update."/>
1044      <EntityType Name="UpdateService" BaseType="UpdateService.v1_9_3.UpdateService"/>
1045    </Schema>
1046
1047    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_9_5">
1048      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1049      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1050      <EntityType Name="UpdateService" BaseType="UpdateService.v1_9_4.UpdateService"/>
1051    </Schema>
1052
1053    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_10_0">
1054      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1055      <Annotation Term="Redfish.Release" String="2021.2"/>
1056
1057      <EntityType Name="UpdateService" BaseType="UpdateService.v1_9_1.UpdateService">
1058        <NavigationProperty Name="ClientCertificates" Type="CertificateCollection.CertificateCollection" ContainsTarget="true" Nullable="false">
1059          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1060          <Annotation Term="OData.Description" String="The link to a collection of client identity certificates provided to the server referenced by the ImageURI property in SimpleUpdate."/>
1061          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type CertificateCollection that represents the client identity certificates that are provided to the server referenced by the ImageURI property in SimpleUpdate as part of TLS handshaking."/>
1062          <Annotation Term="OData.AutoExpandReferences"/>
1063        </NavigationProperty>
1064      </EntityType>
1065    </Schema>
1066
1067    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_10_1">
1068      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1069      <Annotation Term="OData.Description" String="This version was created to clarify the behavior of VerifyRemoteServerCertificate when not supported or configured."/>
1070      <EntityType Name="UpdateService" BaseType="UpdateService.v1_10_0.UpdateService"/>
1071    </Schema>
1072
1073    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_10_2">
1074      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1075      <Annotation Term="OData.Description" String="This version was created to clarify the description of the StartUpdate action.  It was also created to clarify that non-resource URIs should not contain URIs of Redfish resources."/>
1076      <EntityType Name="UpdateService" BaseType="UpdateService.v1_10_1.UpdateService"/>
1077    </Schema>
1078
1079    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_10_3">
1080      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1081      <Annotation Term="OData.Description" String="This version was created to update non-resource URI description to reference URI rules in the specification.  It was also created to clarify that other certificate verification might be performed by the service due to other policies in the service."/>
1082      <EntityType Name="UpdateService" BaseType="UpdateService.v1_10_2.UpdateService"/>
1083    </Schema>
1084
1085    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_10_4">
1086      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1087      <Annotation Term="OData.Description" String="This version was created to clarify how the update service behaves based on the resources referenced by the URI in the Targets parameter in the SimpleUpdate action and multipart HTTP push update."/>
1088      <EntityType Name="UpdateService" BaseType="UpdateService.v1_10_3.UpdateService"/>
1089    </Schema>
1090
1091    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_10_5">
1092      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1093      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1094      <EntityType Name="UpdateService" BaseType="UpdateService.v1_10_4.UpdateService"/>
1095    </Schema>
1096
1097    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_11_0">
1098      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1099      <Annotation Term="Redfish.Release" String="2021.4"/>
1100      <Annotation Term="OData.Description" String="This version was created to add `OnStartUpdateRequest` to ApplyTime."/>
1101
1102      <EntityType Name="UpdateService" BaseType="UpdateService.v1_10_1.UpdateService"/>
1103
1104      <ComplexType Name="HttpPushUriOptions" BaseType="UpdateService.v1_4_0.HttpPushUriOptions">
1105        <Property Name="ForceUpdate" Type="Edm.Boolean" Nullable="false">
1106          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1107          <Annotation Term="OData.Description" String="An indication of whether the service should bypass update policies when applying the HttpPushUri-provided image."/>
1108          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the service should bypass update policies when applying the HttpPushUri-provided image, such as allowing a component to be downgraded.  Services may contain update policies that are never bypassed, such as minimum version enforcement.  If this property is not present, it shall be assumed to be `false`."/>
1109        </Property>
1110      </ComplexType>
1111
1112      <ComplexType Name="UpdateParameters" BaseType="UpdateService.v1_8_0.UpdateParameters">
1113        <Property Name="ForceUpdate" Type="Edm.Boolean" Nullable="false">
1114          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1115          <Annotation Term="OData.Description" String="An indication of whether the service should bypass update policies when applying the provided image.  The default is `false`."/>
1116          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the service should bypass update policies when applying the provided image, such as allowing a component to be downgraded.  Services may contain update policies that are never bypassed, such as minimum version enforcement.  If the client does not provide this parameter, the service shall default this value to `false`."/>
1117        </Property>
1118      </ComplexType>
1119    </Schema>
1120
1121    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_11_1">
1122      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1123      <Annotation Term="OData.Description" String="This version was created to clarify the description of the StartUpdate action.  It was also created to clarify that non-resource URIs should not contain URIs of Redfish resources."/>
1124      <EntityType Name="UpdateService" BaseType="UpdateService.v1_11_0.UpdateService"/>
1125    </Schema>
1126
1127    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_11_2">
1128      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1129      <Annotation Term="OData.Description" String="This version was created to update non-resource URI description to reference URI rules in the specification.  It was also created to clarify that other certificate verification might be performed by the service due to other policies in the service."/>
1130      <EntityType Name="UpdateService" BaseType="UpdateService.v1_11_1.UpdateService"/>
1131    </Schema>
1132
1133    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_11_3">
1134      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1135      <Annotation Term="OData.Description" String="This version was created to clarify how the update service behaves based on the resources referenced by the URI in the Targets parameter in the SimpleUpdate action and multipart HTTP push update."/>
1136      <EntityType Name="UpdateService" BaseType="UpdateService.v1_11_2.UpdateService"/>
1137    </Schema>
1138
1139    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_11_4">
1140      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1141      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1142      <EntityType Name="UpdateService" BaseType="UpdateService.v1_11_3.UpdateService"/>
1143    </Schema>
1144
1145    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_12_0">
1146      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1147      <Annotation Term="Redfish.Release" String="2023.2"/>
1148
1149      <EntityType Name="UpdateService" BaseType="UpdateService.v1_11_3.UpdateService">
1150        <NavigationProperty Name="RemoteServerSSHKeys" Type="KeyCollection.KeyCollection" ContainsTarget="true" Nullable="false">
1151          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1152          <Annotation Term="OData.Description" String="The link to a collection of keys that can be used to authenticate the server referenced by the ImageURI property in SimpleUpdate."/>
1153          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type KeyCollection that represents the server SSH keys for the server referenced by the ImageURI property in SimpleUpdate.  If VerifyRemoteServerSSHKey is `true`, services shall compare the keys in this collection with the key obtained during handshaking with the image server in order to verify the identity of the image server prior to transferring the image.  If the server cannot be verified, the service shall not send the transfer request.  If VerifyRemoteServerSSHKey is `false`, the service shall not perform key verification with keys in this collection."/>
1154          <Annotation Term="OData.AutoExpandReferences"/>
1155        </NavigationProperty>
1156        <Property Name="VerifyRemoteServerSSHKey" Type="Edm.Boolean">
1157          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1158          <Annotation Term="OData.Description" String="An indication of whether the service will verify the SSH key of the server referenced by the ImageURI property in SimpleUpdate prior to sending the transfer request."/>
1159          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the service will verify the SSH key of the server referenced by the ImageURI property in SimpleUpdate prior to sending the transfer request with the keys found in the collection referenced by the RemoteServerSSHKeys property.  If this property is not supported by the service, it shall be assumed to be `false`.  This property should default to `false` in order to maintain compatibility with older clients."/>
1160        </Property>
1161      </EntityType>
1162    </Schema>
1163
1164    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_12_1">
1165      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1166      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1167      <EntityType Name="UpdateService" BaseType="UpdateService.v1_12_0.UpdateService"/>
1168    </Schema>
1169
1170    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_13_0">
1171      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1172      <Annotation Term="Redfish.Release" String="2023.3"/>
1173
1174      <EntityType Name="UpdateService" BaseType="UpdateService.v1_12_1.UpdateService">
1175        <NavigationProperty Name="PublicIdentitySSHKey" Type="Key.Key" ContainsTarget="true" Nullable="false">
1176          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1177          <Annotation Term="OData.Description" String="A link to the public key that is used with the SimpleUpdate action for the key-based authentication.  The GenerateSSHIdentityKeyPair and RemoveSSHIdentityKeyPair are used to update the key for the SimpleUpdate action."/>
1178          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type Key that represents the public key that is used with the SimpleUpdate action for the key-based authentication.  This property shall not be present if a key-pair is not available."/>
1179        </NavigationProperty>
1180        <Property Name="SupportedUpdateImageFormats" Type="Collection(UpdateService.v1_13_0.SupportedUpdateImageFormatType)">
1181          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1182          <Annotation Term="OData.Description" String="The image format types supported by the service."/>
1183          <Annotation Term="OData.LongDescription" String="This property shall contain the image format types supported by the service."/>
1184        </Property>
1185      </EntityType>
1186
1187      <EnumType Name="SupportedUpdateImageFormatType">
1188        <Member Name="PLDMv1_0">
1189          <Annotation Term="OData.Description" String="A PLDM for Firmware Update Specification v1.0 image."/>
1190          <Annotation Term="OData.LongDescription" String="This value shall indicate an image that conforms to the v1.0 image format as defined in DMTF DSP0267."/>
1191        </Member>
1192        <Member Name="PLDMv1_1">
1193          <Annotation Term="OData.Description" String="A PLDM for Firmware Update Specification v1.1 image."/>
1194          <Annotation Term="OData.LongDescription" String="This value shall indicate an image that conforms to the v1.1 image format as defined in DMTF DSP0267."/>
1195        </Member>
1196        <Member Name="PLDMv1_2">
1197          <Annotation Term="OData.Description" String="A PLDM for Firmware Update Specification v1.2 image."/>
1198          <Annotation Term="OData.LongDescription" String="This value shall indicate an image that conforms to the v1.2 image format as defined in DMTF DSP0267."/>
1199        </Member>
1200        <Member Name="PLDMv1_3">
1201          <Annotation Term="OData.Description" String="A PLDM for Firmware Update Specification v1.3 image."/>
1202          <Annotation Term="OData.LongDescription" String="This value shall indicate an image that conforms to the v1.3 image format as defined in DMTF DSP0267."/>
1203        </Member>
1204        <Member Name="UEFICapsule">
1205          <Annotation Term="OData.Description" String="The image conforms to the capsule format described in the UEFI Specification."/>
1206          <Annotation Term="OData.LongDescription" String="This value shall indicate an image that conforms to the UEFI capsule format as defined in the UEFI Specification."/>
1207        </Member>
1208        <Member Name="VendorDefined">
1209          <Annotation Term="OData.Description" String="A vendor-defined image."/>
1210          <Annotation Term="OData.LongDescription" String="This value shall indicate a vendor-defined format."/>
1211        </Member>
1212      </EnumType>
1213    </Schema>
1214
1215  </edmx:DataServices>
1216</edmx:Edmx>
1217