1<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################       -->
4<!--# Redfish Schema:  Settings v1.4.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-2024 DMTF.                                                            -->
9<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10<!--################################################################################       -->
11<!---->
12<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
13
14  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
15    <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
16  </edmx:Reference>
17  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml">
18    <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/>
19  </edmx:Reference>
20  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
21    <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
22    <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/>
23  </edmx:Reference>
24  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
25    <edmx:Include Namespace="Resource"/>
26  </edmx:Reference>
27  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Message_v1.xml">
28    <edmx:Include Namespace="Message"/>
29  </edmx:Reference>
30
31  <edmx:DataServices>
32
33    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Settings">
34      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
35      <Annotation Term="Redfish.Language" String="en"/>
36
37      <ComplexType Name="Settings" Abstract="true"/>
38      <ComplexType Name="PreferredApplyTime" Abstract="true"/>
39      <ComplexType Name="OperationApplyTimeSupport" Abstract="true"/>
40      <ComplexType Name="MaintenanceWindow" Abstract="true"/>
41
42      <EnumType Name="OperationApplyTime">
43        <Annotation Term="Redfish.Revisions">
44          <Collection>
45            <Record>
46              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
47              <PropertyValue Property="Version" String="v1_2_0"/>
48            </Record>
49          </Collection>
50        </Annotation>
51        <Member Name="Immediate">
52          <Annotation Term="OData.Description" String="The requested operation is applied immediately.  This value might result in an immediate host reset, manager reset, or other side effects."/>
53          <Annotation Term="OData.LongDescription" String="This value shall indicate the requested create, delete, or action operation is applied immediately.  This value may result in an immediate host reset, manager reset, or other side effects."/>
54        </Member>
55        <Member Name="OnReset">
56          <Annotation Term="OData.Description" String="The requested operation is applied on a reset."/>
57          <Annotation Term="OData.LongDescription" String="This value shall indicate the requested create, delete, or action operation is applied when the system or service is reset."/>
58        </Member>
59        <Member Name="AtMaintenanceWindowStart">
60          <Annotation Term="OData.Description" String="The requested operation is applied within the administrator-specified maintenance window."/>
61          <Annotation Term="OData.LongDescription" String="This value shall indicate the requested create, delete, or action operation is applied during the maintenance window that the `MaintenanceWindowStartTime` and `MaintenanceWindowDurationInSeconds` properties specify.  A service can complete resets during this maintenance window."/>
62        </Member>
63        <Member Name="InMaintenanceWindowOnReset">
64          <Annotation Term="OData.Description" String="The requested operation is applied after a reset but within the administrator-specified maintenance window."/>
65          <Annotation Term="OData.LongDescription" String="This value shall indicate the requested create, delete, or action operation is applied during the maintenance window that the `MaintenanceWindowStartTime` and `MaintenanceWindowDurationInSeconds` properties specify, and if a reset occurs within the maintenance window."/>
66        </Member>
67        <Member Name="OnStartUpdateRequest">
68          <Annotation Term="OData.Description" String="The requested operation is applied when the `StartUpdate` action of the update service is invoked."/>
69          <Annotation Term="OData.LongDescription" String="This value shall indicate the requested create, delete, or action operation is applied when the `StartUpdate` action of the update service is invoked."/>
70          <Annotation Term="Redfish.Revisions">
71            <Collection>
72              <Record>
73                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
74                <PropertyValue Property="Version" String="v1_3_0"/>
75              </Record>
76            </Collection>
77          </Annotation>
78        </Member>
79        <Member Name="OnTargetReset">
80          <Annotation Term="OData.Description" String="The requested operation is applied when the target is reset.  Targets include devices, services, and systems."/>
81          <Annotation Term="OData.LongDescription" String="This value shall indicate the requested create, delete, or action operation is applied when the target is reset."/>
82          <Annotation Term="Redfish.Revisions">
83            <Collection>
84              <Record>
85                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
86                <PropertyValue Property="Version" String="v1_4_0"/>
87              </Record>
88            </Collection>
89          </Annotation>
90        </Member>
91      </EnumType>
92    </Schema>
93
94    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Settings.v1_0_0">
95      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
96      <Annotation Term="Redfish.Release" String="1.0"/>
97
98      <ComplexType Name="Settings" BaseType="Settings.Settings">
99        <Annotation Term="OData.Description" String="The resource settings."/>
100        <Annotation Term="OData.LongDescription" String="This type shall describe any settings of a resource."/>
101        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
102        <Property Name="Time" Type="Edm.DateTimeOffset">
103          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
104          <Annotation Term="OData.Description" String="The time when the settings were applied."/>
105          <Annotation Term="OData.LongDescription" String="This property shall indicate the time when the settings were applied to the resource."/>
106        </Property>
107        <Property Name="ETag" Type="Edm.String">
108          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
109          <Annotation Term="OData.Description" String="The entity tag (ETag) of the resource to which the settings were applied, after the application."/>
110          <Annotation Term="OData.LongDescription" String="This property shall contain the entity tag (ETag) of the resource to which the settings were applied, after the application.  The client can check this value against the ETag of this resource to determine whether the resource had other changes."/>
111        </Property>
112        <NavigationProperty Name="SettingsObject" Type="Resource.Item" Nullable="false">
113          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
114          <Annotation Term="OData.Description" String="The link to the resource that the client can `PUT` or `PATCH` to modify the resource."/>
115          <Annotation Term="OData.LongDescription" String="This property shall contain the URI of the resource that the client can `PUT` or `PATCH` to modify the resource."/>
116          <Annotation Term="OData.AutoExpandReferences"/>
117        </NavigationProperty>
118        <Property Name="Messages" Type="Collection(Message.Message)" Nullable="false">
119          <Annotation Term="OData.Description" String="An array of messages associated with the settings."/>
120          <Annotation Term="OData.LongDescription" String="This property shall contain an array of messages associated with the settings."/>
121        </Property>
122      </ComplexType>
123    </Schema>
124
125    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Settings.v1_0_2">
126      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
127      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
128      <ComplexType Name="Settings" BaseType="Settings.v1_0_0.Settings"/>
129    </Schema>
130
131    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Settings.v1_0_3">
132      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
133      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
134      <ComplexType Name="Settings" BaseType="Settings.v1_0_2.Settings"/>
135    </Schema>
136
137    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Settings.v1_0_4">
138      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
139      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
140      <ComplexType Name="Settings" BaseType="Settings.v1_0_3.Settings"/>
141    </Schema>
142
143    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Settings.v1_0_5">
144      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
145      <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."/>
146      <ComplexType Name="Settings" BaseType="Settings.v1_0_4.Settings"/>
147    </Schema>
148
149    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Settings.v1_0_6">
150      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
151      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
152      <ComplexType Name="Settings" BaseType="Settings.v1_0_5.Settings"/>
153    </Schema>
154
155    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Settings.v1_0_7">
156      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
157      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
158      <ComplexType Name="Settings" BaseType="Settings.v1_0_6.Settings"/>
159    </Schema>
160
161    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Settings.v1_0_8">
162      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
163      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
164      <ComplexType Name="Settings" BaseType="Settings.v1_0_7.Settings"/>
165    </Schema>
166
167    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Settings.v1_1_0">
168      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
169      <Annotation Term="Redfish.Release" String="2017.2"/>
170
171      <ComplexType Name="Settings" BaseType="Settings.v1_0_4.Settings">
172        <Property Name="SupportedApplyTimes" Type="Collection(Settings.v1_1_0.ApplyTime)" Nullable="false">
173          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
174          <Annotation Term="OData.Description" String="The time when the settings can be applied."/>
175          <Annotation Term="OData.LongDescription" String="This property shall contain the supported apply time values a client is allowed to request when configuring the settings apply time.  Services that do not support clients configuring the apply time can support this property with a single array member in order to inform the client when the settings will be applied."/>
176        </Property>
177      </ComplexType>
178
179      <ComplexType Name="PreferredApplyTime" BaseType="Settings.PreferredApplyTime">
180        <Annotation Term="OData.Description" String="The preferred time to apply configuration settings."/>
181        <Annotation Term="OData.LongDescription" String="This type shall be specified by client to indicate the preferred time to apply the configuration settings."/>
182        <Property Name="ApplyTime" Type="Settings.v1_1_0.ApplyTime" Nullable="false">
183          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
184          <Annotation Term="OData.Description" String="The time when to apply the settings."/>
185          <Annotation Term="OData.LongDescription" String="This property shall indicate when to apply the values in this settings resource."/>
186        </Property>
187        <Property Name="MaintenanceWindowStartTime" Type="Edm.DateTimeOffset" Nullable="false">
188          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
189          <Annotation Term="OData.Description" String="The start time of a maintenance window."/>
190          <Annotation Term="OData.LongDescription" String="This property shall indicate the date and time when the service can start to apply the future configuration as part of a maintenance window.  Services shall provide a default value if not configured by a user.  This property shall be required if the `ApplyTime` property is `AtMaintenanceWindowStart` or `InMaintenanceWindowOnReset`."/>
191        </Property>
192        <Property Name="MaintenanceWindowDurationInSeconds" Type="Edm.Int64" Nullable="false">
193          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
194          <Annotation Term="OData.Description" String="The expiry time of maintenance window in seconds."/>
195          <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 `ApplyTime` property is `AtMaintenanceWindowStart` or `InMaintenanceWindowOnReset`."/>
196          <Annotation Term="Validation.Minimum" Int="0"/>
197          <Annotation Term="Measures.Unit" String="s"/>
198        </Property>
199      </ComplexType>
200
201      <EnumType Name="ApplyTime">
202        <Member Name="Immediate">
203          <Annotation Term="OData.Description" String="Apply immediately.  This value might result in an immediate host reset, manager reset, or other side effects."/>
204          <Annotation Term="OData.LongDescription" String="This value shall indicate the values within the settings resource are applied immediately.  This value may result in an immediate host reset, manager reset, or other side effects."/>
205        </Member>
206        <Member Name="OnReset">
207          <Annotation Term="OData.Description" String="Apply on a reset."/>
208          <Annotation Term="OData.LongDescription" String="This value shall indicate the values within settings resource are applied when the system or service is reset."/>
209        </Member>
210        <Member Name="AtMaintenanceWindowStart">
211          <Annotation Term="OData.Description" String="Apply during a maintenance window as specified by an administrator."/>
212          <Annotation Term="OData.LongDescription" String="This value shall indicate the values within the settings resource are applied during the maintenance window specified by the `MaintenanceWindowStartTime` and `MaintenanceWindowDurationInSeconds` properties.  A service can perform resets during this maintenance window."/>
213        </Member>
214        <Member Name="InMaintenanceWindowOnReset">
215          <Annotation Term="OData.Description" String="Apply after a reset but within maintenance window as specified by an administrator."/>
216          <Annotation Term="OData.LongDescription" String="This value shall indicate the values within the settings resource are applied during the maintenance window specified by the `MaintenanceWindowStartTime` and `MaintenanceWindowDurationInSeconds` properties, and if a reset occurs within the maintenance window."/>
217        </Member>
218      </EnumType>
219    </Schema>
220
221    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Settings.v1_1_1">
222      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
223      <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."/>
224      <ComplexType Name="Settings" BaseType="Settings.v1_1_0.Settings"/>
225      <ComplexType Name="PreferredApplyTime" BaseType="Settings.v1_1_0.PreferredApplyTime"/>
226    </Schema>
227
228    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Settings.v1_1_2">
229      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
230      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
231      <ComplexType Name="Settings" BaseType="Settings.v1_1_1.Settings"/>
232      <ComplexType Name="PreferredApplyTime" BaseType="Settings.v1_1_1.PreferredApplyTime"/>
233    </Schema>
234
235    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Settings.v1_1_3">
236      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
237      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
238      <ComplexType Name="Settings" BaseType="Settings.v1_1_2.Settings"/>
239      <ComplexType Name="PreferredApplyTime" BaseType="Settings.v1_1_2.PreferredApplyTime"/>
240    </Schema>
241
242    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Settings.v1_1_4">
243      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
244      <Annotation Term="OData.Description" String="This version was created to clarify the description of `SupportedApplyTimes` to state that having a single member is valid."/>
245      <ComplexType Name="Settings" BaseType="Settings.v1_1_3.Settings"/>
246      <ComplexType Name="PreferredApplyTime" BaseType="Settings.v1_1_3.PreferredApplyTime"/>
247    </Schema>
248
249    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Settings.v1_1_5">
250      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
251      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
252      <ComplexType Name="Settings" BaseType="Settings.v1_1_4.Settings"/>
253      <ComplexType Name="PreferredApplyTime" BaseType="Settings.v1_1_4.PreferredApplyTime"/>
254    </Schema>
255
256    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Settings.v1_1_6">
257      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
258      <Annotation Term="OData.Description" String="This version was created to clarify the default behavior of `MaintenanceWindowStartTime`."/>
259      <ComplexType Name="Settings" BaseType="Settings.v1_1_5.Settings"/>
260      <ComplexType Name="PreferredApplyTime" BaseType="Settings.v1_1_5.PreferredApplyTime"/>
261    </Schema>
262
263    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Settings.v1_1_7">
264      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
265      <Annotation Term="OData.Description" String="This version was created to clarify the behavior of `Immediate` in `SettingsApplyTime` to allow for side effects."/>
266      <ComplexType Name="Settings" BaseType="Settings.v1_1_6.Settings"/>
267      <ComplexType Name="PreferredApplyTime" BaseType="Settings.v1_1_6.PreferredApplyTime"/>
268    </Schema>
269
270    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Settings.v1_1_8">
271      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
272      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
273      <ComplexType Name="Settings" BaseType="Settings.v1_1_7.Settings"/>
274      <ComplexType Name="PreferredApplyTime" BaseType="Settings.v1_1_7.PreferredApplyTime"/>
275    </Schema>
276
277    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Settings.v1_2_0">
278      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
279      <Annotation Term="Redfish.Release" String="2018.1"/>
280
281      <ComplexType Name="Settings" BaseType="Settings.v1_1_0.Settings">
282        <NavigationProperty Name="MaintenanceWindowResource" Type="Resource.ItemOrCollection" Nullable="false">
283          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
284          <Annotation Term="OData.Description" String="The location of the maintenance window settings."/>
285          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource that contains the `@Redfish.MaintenanceWindow` property that governs this resource.  This property should be supported if the `SupportedApplyTimes` property contains `AtMaintenanceWindowStart` or `InMaintenanceWindowOnReset`."/>
286        </NavigationProperty>
287      </ComplexType>
288
289      <ComplexType Name="PreferredApplyTime" BaseType="Settings.v1_1_0.PreferredApplyTime"/>
290
291      <ComplexType Name="OperationApplyTimeSupport" BaseType="Settings.OperationApplyTimeSupport">
292        <Annotation Term="OData.Description" String="The client can request a specific apply time of a create, delete, or action operation of a resource."/>
293        <Annotation Term="OData.LongDescription" String="This type shall indicate that a client can request a specific apply time of a create, delete, or action operation of a resource."/>
294        <Property Name="SupportedValues" Type="Collection(Settings.OperationApplyTime)" Nullable="false">
295          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
296          <Annotation Term="OData.Description" String="The types of apply times that the client can request when performing a create, delete, or action operation."/>
297          <Annotation Term="OData.LongDescription" String="This property shall indicate the types of apply times the client can request when performing a create, delete, or action operation."/>
298          <Annotation Term="Redfish.Required"/>
299        </Property>
300        <Property Name="MaintenanceWindowStartTime" Type="Edm.DateTimeOffset" Nullable="false">
301          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
302          <Annotation Term="OData.Description" String="The start time of a maintenance window."/>
303          <Annotation Term="OData.LongDescription" String="This property shall contain the same as the `MaintenanceWindowStartTime` property found in the `MaintenanceWindow` structure on the `MaintenanceWindowResource`.  Services shall provide a default value if not configured by a user.  This property shall be required if the `SupportedValues` property contains `AtMaintenanceWindowStart` or `InMaintenanceWindowOnReset`."/>
304        </Property>
305        <Property Name="MaintenanceWindowDurationInSeconds" Type="Edm.Int64" Nullable="false">
306          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
307          <Annotation Term="OData.Description" String="The expiry time of maintenance window in seconds."/>
308          <Annotation Term="OData.LongDescription" String="This property shall contain the same as the `MaintenanceWindowDurationInSeconds` property found in the `MaintenanceWindow` structure on the `MaintenanceWindowResource`.  This property shall be required if the `SupportedValues` property contains `AtMaintenanceWindowStart` or `InMaintenanceWindowOnReset`."/>
309          <Annotation Term="Validation.Minimum" Int="0"/>
310          <Annotation Term="Measures.Unit" String="s"/>
311        </Property>
312        <NavigationProperty Name="MaintenanceWindowResource" Type="Resource.ItemOrCollection" Nullable="false">
313          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
314          <Annotation Term="OData.Description" String="The location of the maintenance window settings."/>
315          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource that contains the `@Redfish.MaintenanceWindow` property that governs this resource.  This property shall be required if the `SupportedValues` property contains `AtMaintenanceWindowStart` or `InMaintenanceWindowOnReset`."/>
316        </NavigationProperty>
317      </ComplexType>
318
319      <ComplexType Name="MaintenanceWindow" BaseType="Settings.MaintenanceWindow">
320        <Annotation Term="OData.Description" String="The maintenance window assignment for applying settings or operations to a resource."/>
321        <Annotation Term="OData.LongDescription" String="This type shall indicate that a resource has a maintenance window assignment for applying settings or operations.  Other resources can link to this object to convey a common control surface for the configuration of the maintenance window."/>
322        <Property Name="MaintenanceWindowStartTime" Type="Edm.DateTimeOffset" Nullable="false">
323          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
324          <Annotation Term="OData.Description" String="The start time of a maintenance window."/>
325          <Annotation Term="OData.LongDescription" String="This property shall indicate the date and time when the service can start to apply the requested settings or operation as part of a maintenance window.  Services shall provide a default value if not configured by a user."/>
326          <Annotation Term="Redfish.Required"/>
327        </Property>
328        <Property Name="MaintenanceWindowDurationInSeconds" Type="Edm.Int64" Nullable="false">
329          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
330          <Annotation Term="OData.Description" String="The expiry time of maintenance window in seconds."/>
331          <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."/>
332          <Annotation Term="Validation.Minimum" Int="0"/>
333          <Annotation Term="Measures.Unit" String="s"/>
334          <Annotation Term="Redfish.Required"/>
335        </Property>
336      </ComplexType>
337    </Schema>
338
339    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Settings.v1_2_1">
340      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
341      <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."/>
342      <ComplexType Name="Settings" BaseType="Settings.v1_2_0.Settings"/>
343      <ComplexType Name="PreferredApplyTime" BaseType="Settings.v1_2_0.PreferredApplyTime"/>
344      <ComplexType Name="OperationApplyTimeSupport" BaseType="Settings.v1_2_0.OperationApplyTimeSupport"/>
345      <ComplexType Name="MaintenanceWindow" BaseType="Settings.v1_2_0.MaintenanceWindow"/>
346    </Schema>
347
348    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Settings.v1_2_2">
349      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
350      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
351      <ComplexType Name="Settings" BaseType="Settings.v1_2_1.Settings"/>
352      <ComplexType Name="PreferredApplyTime" BaseType="Settings.v1_2_1.PreferredApplyTime"/>
353      <ComplexType Name="OperationApplyTimeSupport" BaseType="Settings.v1_2_1.OperationApplyTimeSupport"/>
354      <ComplexType Name="MaintenanceWindow" BaseType="Settings.v1_2_1.MaintenanceWindow"/>
355    </Schema>
356
357    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Settings.v1_2_3">
358      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
359      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
360      <ComplexType Name="Settings" BaseType="Settings.v1_2_2.Settings"/>
361      <ComplexType Name="PreferredApplyTime" BaseType="Settings.v1_2_2.PreferredApplyTime"/>
362      <ComplexType Name="OperationApplyTimeSupport" BaseType="Settings.v1_2_2.OperationApplyTimeSupport"/>
363      <ComplexType Name="MaintenanceWindow" BaseType="Settings.v1_2_2.MaintenanceWindow"/>
364    </Schema>
365
366    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Settings.v1_2_4">
367      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
368      <Annotation Term="OData.Description" String="This version was created to clarify the description of `SupportedApplyTimes` to state that having a single member is valid."/>
369      <ComplexType Name="Settings" BaseType="Settings.v1_2_3.Settings"/>
370      <ComplexType Name="PreferredApplyTime" BaseType="Settings.v1_2_3.PreferredApplyTime"/>
371      <ComplexType Name="OperationApplyTimeSupport" BaseType="Settings.v1_2_3.OperationApplyTimeSupport"/>
372      <ComplexType Name="MaintenanceWindow" BaseType="Settings.v1_2_3.MaintenanceWindow"/>
373    </Schema>
374
375    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Settings.v1_2_5">
376      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
377      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
378      <ComplexType Name="Settings" BaseType="Settings.v1_2_4.Settings"/>
379      <ComplexType Name="PreferredApplyTime" BaseType="Settings.v1_2_4.PreferredApplyTime"/>
380      <ComplexType Name="OperationApplyTimeSupport" BaseType="Settings.v1_2_4.OperationApplyTimeSupport"/>
381      <ComplexType Name="MaintenanceWindow" BaseType="Settings.v1_2_4.MaintenanceWindow"/>
382    </Schema>
383
384    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Settings.v1_2_6">
385      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
386      <Annotation Term="OData.Description" String="This version was created to clarify the default behavior of `MaintenanceWindowStartTime`."/>
387      <ComplexType Name="Settings" BaseType="Settings.v1_2_5.Settings"/>
388      <ComplexType Name="PreferredApplyTime" BaseType="Settings.v1_2_5.PreferredApplyTime"/>
389      <ComplexType Name="OperationApplyTimeSupport" BaseType="Settings.v1_2_5.OperationApplyTimeSupport"/>
390      <ComplexType Name="MaintenanceWindow" BaseType="Settings.v1_2_5.MaintenanceWindow"/>
391    </Schema>
392
393    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Settings.v1_2_7">
394      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
395      <Annotation Term="OData.Description" String="This version was created to clarify the behavior of `Immediate` in `SettingsApplyTime` and `OperationApplyTime` to allow for side effects."/>
396      <ComplexType Name="Settings" BaseType="Settings.v1_2_6.Settings"/>
397      <ComplexType Name="PreferredApplyTime" BaseType="Settings.v1_2_6.PreferredApplyTime"/>
398      <ComplexType Name="OperationApplyTimeSupport" BaseType="Settings.v1_2_6.OperationApplyTimeSupport"/>
399      <ComplexType Name="MaintenanceWindow" BaseType="Settings.v1_2_6.MaintenanceWindow"/>
400    </Schema>
401
402    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Settings.v1_2_8">
403      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
404      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
405      <ComplexType Name="Settings" BaseType="Settings.v1_2_7.Settings"/>
406      <ComplexType Name="PreferredApplyTime" BaseType="Settings.v1_2_7.PreferredApplyTime"/>
407      <ComplexType Name="OperationApplyTimeSupport" BaseType="Settings.v1_2_7.OperationApplyTimeSupport"/>
408      <ComplexType Name="MaintenanceWindow" BaseType="Settings.v1_2_7.MaintenanceWindow"/>
409    </Schema>
410
411    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Settings.v1_3_0">
412      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
413      <Annotation Term="Redfish.Release" String="2019.3"/>
414      <Annotation Term="OData.Description" String="This version was created to add the `OnStartUpdateRequest` value to the `OperationApplyTime` enumeration."/>
415
416      <ComplexType Name="Settings" BaseType="Settings.v1_2_2.Settings"/>
417      <ComplexType Name="PreferredApplyTime" BaseType="Settings.v1_2_2.PreferredApplyTime"/>
418      <ComplexType Name="OperationApplyTimeSupport" BaseType="Settings.v1_2_2.OperationApplyTimeSupport"/>
419      <ComplexType Name="MaintenanceWindow" BaseType="Settings.v1_2_2.MaintenanceWindow"/>
420    </Schema>
421
422    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Settings.v1_3_1">
423      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
424      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
425      <ComplexType Name="Settings" BaseType="Settings.v1_3_0.Settings"/>
426      <ComplexType Name="PreferredApplyTime" BaseType="Settings.v1_3_0.PreferredApplyTime"/>
427      <ComplexType Name="OperationApplyTimeSupport" BaseType="Settings.v1_3_0.OperationApplyTimeSupport"/>
428      <ComplexType Name="MaintenanceWindow" BaseType="Settings.v1_3_0.MaintenanceWindow"/>
429    </Schema>
430
431    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Settings.v1_3_2">
432      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
433      <Annotation Term="OData.Description" String="This version was created to clarify the description of `SupportedApplyTimes` to state that having a single member is valid."/>
434      <ComplexType Name="Settings" BaseType="Settings.v1_3_1.Settings"/>
435      <ComplexType Name="PreferredApplyTime" BaseType="Settings.v1_3_1.PreferredApplyTime"/>
436      <ComplexType Name="OperationApplyTimeSupport" BaseType="Settings.v1_3_1.OperationApplyTimeSupport"/>
437      <ComplexType Name="MaintenanceWindow" BaseType="Settings.v1_3_1.MaintenanceWindow"/>
438    </Schema>
439
440    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Settings.v1_3_3">
441      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
442      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
443      <ComplexType Name="Settings" BaseType="Settings.v1_3_2.Settings"/>
444      <ComplexType Name="PreferredApplyTime" BaseType="Settings.v1_3_2.PreferredApplyTime"/>
445      <ComplexType Name="OperationApplyTimeSupport" BaseType="Settings.v1_3_2.OperationApplyTimeSupport"/>
446      <ComplexType Name="MaintenanceWindow" BaseType="Settings.v1_3_2.MaintenanceWindow"/>
447    </Schema>
448
449    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Settings.v1_3_4">
450      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
451      <Annotation Term="OData.Description" String="This version was created to clarify the default behavior of `MaintenanceWindowStartTime`."/>
452      <ComplexType Name="Settings" BaseType="Settings.v1_3_3.Settings"/>
453      <ComplexType Name="PreferredApplyTime" BaseType="Settings.v1_3_3.PreferredApplyTime"/>
454      <ComplexType Name="OperationApplyTimeSupport" BaseType="Settings.v1_3_3.OperationApplyTimeSupport"/>
455      <ComplexType Name="MaintenanceWindow" BaseType="Settings.v1_3_3.MaintenanceWindow"/>
456    </Schema>
457
458    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Settings.v1_3_5">
459      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
460      <Annotation Term="OData.Description" String="This version was created to clarify the behavior of `Immediate` in `SettingsApplyTime` and `OperationApplyTime` to allow for side effects."/>
461      <ComplexType Name="Settings" BaseType="Settings.v1_3_4.Settings"/>
462      <ComplexType Name="PreferredApplyTime" BaseType="Settings.v1_3_4.PreferredApplyTime"/>
463      <ComplexType Name="OperationApplyTimeSupport" BaseType="Settings.v1_3_4.OperationApplyTimeSupport"/>
464      <ComplexType Name="MaintenanceWindow" BaseType="Settings.v1_3_4.MaintenanceWindow"/>
465    </Schema>
466
467    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Settings.v1_3_6">
468      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
469      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
470      <ComplexType Name="Settings" BaseType="Settings.v1_3_5.Settings"/>
471      <ComplexType Name="PreferredApplyTime" BaseType="Settings.v1_3_5.PreferredApplyTime"/>
472      <ComplexType Name="OperationApplyTimeSupport" BaseType="Settings.v1_3_5.OperationApplyTimeSupport"/>
473      <ComplexType Name="MaintenanceWindow" BaseType="Settings.v1_3_5.MaintenanceWindow"/>
474    </Schema>
475
476    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Settings.v1_4_0">
477      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
478      <Annotation Term="Redfish.Release" String="2024.1"/>
479      <Annotation Term="OData.Description" String="This version was created to add the `OnTargetReset` to `OperationApplyTime`."/>
480
481      <ComplexType Name="Settings" BaseType="Settings.v1_3_6.Settings"/>
482      <ComplexType Name="PreferredApplyTime" BaseType="Settings.v1_3_6.PreferredApplyTime"/>
483      <ComplexType Name="OperationApplyTimeSupport" BaseType="Settings.v1_3_6.OperationApplyTimeSupport"/>
484      <ComplexType Name="MaintenanceWindow" BaseType="Settings.v1_3_6.MaintenanceWindow"/>
485    </Schema>
486
487  </edmx:DataServices>
488</edmx:Edmx>
489