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