1<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################       -->
4<!--# Redfish Schema:  Settings v1.3.1                                                     -->
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-2020 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
36      <ComplexType Name="Settings" Abstract="true"/>
37      <ComplexType Name="PreferredApplyTime" Abstract="true"/>
38      <ComplexType Name="OperationApplyTimeSupport" Abstract="true"/>
39      <ComplexType Name="MaintenanceWindow" Abstract="true"/>
40
41      <EnumType Name="OperationApplyTime">
42        <Annotation Term="Redfish.Revisions">
43          <Collection>
44            <Record>
45              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
46              <PropertyValue Property="Version" String="v1_2_0"/>
47            </Record>
48          </Collection>
49        </Annotation>
50        <Member Name="Immediate">
51          <Annotation Term="OData.Description" String="The requested operation is applied immediately."/>
52          <Annotation Term="OData.LongDescription" String="This value shall indicate the requested create, delete, or action operation is applied immediately."/>
53        </Member>
54        <Member Name="OnReset">
55          <Annotation Term="OData.Description" String="The requested operation is applied on a reset."/>
56          <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        </Member>
58        <Member Name="AtMaintenanceWindowStart">
59          <Annotation Term="OData.Description" String="The requested operation is applied within the administrator-specified maintenance window."/>
60          <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        </Member>
62        <Member Name="InMaintenanceWindowOnReset">
63          <Annotation Term="OData.Description" String="The requested operation is applied after a reset but within the administrator-specified maintenance window."/>
64          <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        </Member>
66        <Member Name="OnStartUpdateRequest">
67          <Annotation Term="OData.Description" String="The requested operation is applied when the StartUpdate action of the update service is invoked."/>
68          <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          <Annotation Term="Redfish.Revisions">
70            <Collection>
71              <Record>
72                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
73                <PropertyValue Property="Version" String="v1_3_0"/>
74              </Record>
75            </Collection>
76          </Annotation>
77        </Member>
78      </EnumType>
79    </Schema>
80
81    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Settings.v1_0_0">
82      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
83      <Annotation Term="Redfish.Release" String="1.0"/>
84
85      <ComplexType Name="Settings" BaseType="Settings.Settings">
86        <Annotation Term="OData.Description" String="The resource settings."/>
87        <Annotation Term="OData.LongDescription" String="This type shall describe any settings of a resource."/>
88        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
89        <Property Name="Time" Type="Edm.DateTimeOffset">
90          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
91          <Annotation Term="OData.Description" String="The time when the settings were applied."/>
92          <Annotation Term="OData.LongDescription" String="This property shall indicate the time when the settings were applied to the resource."/>
93        </Property>
94        <Property Name="ETag" Type="Edm.String">
95          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
96          <Annotation Term="OData.Description" String="The entity tag (ETag) of the resource to which the settings were applied, after the application."/>
97          <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        </Property>
99        <NavigationProperty Name="SettingsObject" Type="Resource.Item" Nullable="false">
100          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
101          <Annotation Term="OData.Description" String="The link to the resource that the client can PUT or PATCH to modify the resource."/>
102          <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          <Annotation Term="OData.AutoExpandReferences"/>
104        </NavigationProperty>
105        <Property Name="Messages" Type="Collection(Message.Message)" Nullable="false">
106          <Annotation Term="OData.Description" String="An array of messages associated with the settings."/>
107          <Annotation Term="OData.LongDescription" String="This property shall contain an array of messages associated with the settings."/>
108        </Property>
109      </ComplexType>
110    </Schema>
111
112    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Settings.v1_0_2">
113      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
114      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
115      <ComplexType Name="Settings" BaseType="Settings.v1_0_0.Settings"/>
116    </Schema>
117
118    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Settings.v1_0_3">
119      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
120      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
121      <ComplexType Name="Settings" BaseType="Settings.v1_0_2.Settings"/>
122    </Schema>
123
124    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Settings.v1_0_4">
125      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
126      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
127      <ComplexType Name="Settings" BaseType="Settings.v1_0_3.Settings"/>
128    </Schema>
129
130    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Settings.v1_0_5">
131      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
132      <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      <ComplexType Name="Settings" BaseType="Settings.v1_0_4.Settings"/>
134    </Schema>
135
136    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Settings.v1_0_6">
137      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
138      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
139      <ComplexType Name="Settings" BaseType="Settings.v1_0_5.Settings"/>
140    </Schema>
141
142    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Settings.v1_0_7">
143      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
144      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
145      <ComplexType Name="Settings" BaseType="Settings.v1_0_6.Settings"/>
146    </Schema>
147
148    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Settings.v1_1_0">
149      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
150      <Annotation Term="Redfish.Release" String="2017.2"/>
151
152      <ComplexType Name="Settings" BaseType="Settings.v1_0_4.Settings">
153        <Property Name="SupportedApplyTimes" Type="Collection(Settings.v1_1_0.ApplyTime)" Nullable="false">
154          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
155          <Annotation Term="OData.Description" String="The time when the settings can be applied."/>
156          <Annotation Term="OData.LongDescription" String="A service shall advertise its applytime capabilities by using this property to set the time when the settings can be applied."/>
157        </Property>
158      </ComplexType>
159
160      <ComplexType Name="PreferredApplyTime" BaseType="Settings.PreferredApplyTime">
161        <Annotation Term="OData.Description" String="The preferred time to apply configuration settings."/>
162        <Annotation Term="OData.LongDescription" String="This type shall be specified by client to indicate the preferred time to apply the configuration settings."/>
163        <Property Name="ApplyTime" Type="Settings.v1_1_0.ApplyTime" Nullable="false">
164          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
165          <Annotation Term="OData.Description" String="The time when to apply the settings."/>
166          <Annotation Term="OData.LongDescription" String="This property shall indicate when to apply the values in this settings resource."/>
167        </Property>
168        <Property Name="MaintenanceWindowStartTime" Type="Edm.DateTimeOffset" Nullable="false">
169          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
170          <Annotation Term="OData.Description" String="The start time of a maintenance window."/>
171          <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.  This property shall be required if the ApplyTime property is `AtMaintenanceWindowStart` or `InMaintenanceWindowOnReset`."/>
172        </Property>
173        <Property Name="MaintenanceWindowDurationInSeconds" Type="Edm.Int64" Nullable="false">
174          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
175          <Annotation Term="OData.Description" String="The expiry time of maintenance window in seconds."/>
176          <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          <Annotation Term="Validation.Minimum" Int="0"/>
178          <Annotation Term="Measures.Unit" String="s"/>
179        </Property>
180      </ComplexType>
181
182      <EnumType Name="ApplyTime">
183        <Member Name="Immediate">
184          <Annotation Term="OData.Description" String="Apply immediately."/>
185          <Annotation Term="OData.LongDescription" String="This value shall indicate the values within the settings resource are applied immediately."/>
186        </Member>
187        <Member Name="OnReset">
188          <Annotation Term="OData.Description" String="Apply on a reset."/>
189          <Annotation Term="OData.LongDescription" String="This value shall indicate the values within settings resource are applied when the system or service is reset."/>
190        </Member>
191        <Member Name="AtMaintenanceWindowStart">
192          <Annotation Term="OData.Description" String="Apply during a maintenance window as specified by an administrator."/>
193          <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        </Member>
195        <Member Name="InMaintenanceWindowOnReset">
196          <Annotation Term="OData.Description" String="Apply after a reset but within maintenance window as specified by an adminstrator."/>
197          <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        </Member>
199      </EnumType>
200    </Schema>
201
202    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Settings.v1_1_1">
203      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
204      <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      <ComplexType Name="Settings" BaseType="Settings.v1_1_0.Settings"/>
206      <ComplexType Name="PreferredApplyTime" BaseType="Settings.v1_1_0.PreferredApplyTime"/>
207    </Schema>
208
209    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Settings.v1_1_2">
210      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
211      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
212      <ComplexType Name="Settings" BaseType="Settings.v1_1_1.Settings"/>
213      <ComplexType Name="PreferredApplyTime" BaseType="Settings.v1_1_1.PreferredApplyTime"/>
214    </Schema>
215
216    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Settings.v1_1_3">
217      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
218      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
219      <ComplexType Name="Settings" BaseType="Settings.v1_1_2.Settings"/>
220      <ComplexType Name="PreferredApplyTime" BaseType="Settings.v1_1_2.PreferredApplyTime"/>
221    </Schema>
222
223    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Settings.v1_2_0">
224      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
225      <Annotation Term="Redfish.Release" String="2018.1"/>
226
227      <ComplexType Name="Settings" BaseType="Settings.v1_1_0.Settings">
228        <NavigationProperty Name="MaintenanceWindowResource" Type="Resource.ItemOrCollection" Nullable="false">
229          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
230          <Annotation Term="OData.Description" String="The location of the maintenance window settings."/>
231          <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`."/>
232        </NavigationProperty>
233      </ComplexType>
234
235      <ComplexType Name="PreferredApplyTime" BaseType="Settings.v1_1_0.PreferredApplyTime"/>
236
237      <ComplexType Name="OperationApplyTimeSupport" BaseType="Settings.OperationApplyTimeSupport">
238        <Annotation Term="OData.Description" String="The client can request a specific apply time of a create, delete, or action operation of a resource."/>
239        <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."/>
240        <Property Name="SupportedValues" Type="Collection(Settings.OperationApplyTime)" Nullable="false">
241          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
242          <Annotation Term="OData.Description" String="The types of apply times that the client can request when performing a create, delete, or action operation."/>
243          <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."/>
244          <Annotation Term="Redfish.Required"/>
245        </Property>
246        <Property Name="MaintenanceWindowStartTime" Type="Edm.DateTimeOffset" Nullable="false">
247          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
248          <Annotation Term="OData.Description" String="The start time of a maintenance window."/>
249          <Annotation Term="OData.LongDescription" String="This property shall contain the same as the MaintenanceWindowStartTime property found in the MaintenanceWindow structure on the MaintenanceWindowResource.  This property shall be required if the SupportedValues property contains `AtMaintenanceWindowStart` or `InMaintenanceWindowOnReset`."/>
250        </Property>
251        <Property Name="MaintenanceWindowDurationInSeconds" Type="Edm.Int64" Nullable="false">
252          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
253          <Annotation Term="OData.Description" String="The expiry time of maintenance window in seconds."/>
254          <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`."/>
255          <Annotation Term="Validation.Minimum" Int="0"/>
256          <Annotation Term="Measures.Unit" String="s"/>
257        </Property>
258        <NavigationProperty Name="MaintenanceWindowResource" Type="Resource.ItemOrCollection" Nullable="false">
259          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
260          <Annotation Term="OData.Description" String="The location of the maintenance window settings."/>
261          <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`."/>
262        </NavigationProperty>
263      </ComplexType>
264
265      <ComplexType Name="MaintenanceWindow" BaseType="Settings.MaintenanceWindow">
266        <Annotation Term="OData.Description" String="The maintenance window assignment for applying settings or operations to a resource."/>
267        <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."/>
268        <Property Name="MaintenanceWindowStartTime" Type="Edm.DateTimeOffset" Nullable="false">
269          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
270          <Annotation Term="OData.Description" String="The start time of a maintenance window."/>
271          <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."/>
272          <Annotation Term="Redfish.Required"/>
273        </Property>
274        <Property Name="MaintenanceWindowDurationInSeconds" Type="Edm.Int64" Nullable="false">
275          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
276          <Annotation Term="OData.Description" String="The expiry time of maintenance window in seconds."/>
277          <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."/>
278          <Annotation Term="Validation.Minimum" Int="0"/>
279          <Annotation Term="Measures.Unit" String="s"/>
280          <Annotation Term="Redfish.Required"/>
281        </Property>
282      </ComplexType>
283    </Schema>
284
285    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Settings.v1_2_1">
286      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
287      <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."/>
288      <ComplexType Name="Settings" BaseType="Settings.v1_2_0.Settings"/>
289      <ComplexType Name="PreferredApplyTime" BaseType="Settings.v1_2_0.PreferredApplyTime"/>
290      <ComplexType Name="OperationApplyTimeSupport" BaseType="Settings.v1_2_0.OperationApplyTimeSupport"/>
291      <ComplexType Name="MaintenanceWindow" BaseType="Settings.v1_2_0.MaintenanceWindow"/>
292    </Schema>
293
294    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Settings.v1_2_2">
295      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
296      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
297      <ComplexType Name="Settings" BaseType="Settings.v1_2_1.Settings"/>
298      <ComplexType Name="PreferredApplyTime" BaseType="Settings.v1_2_1.PreferredApplyTime"/>
299      <ComplexType Name="OperationApplyTimeSupport" BaseType="Settings.v1_2_1.OperationApplyTimeSupport"/>
300      <ComplexType Name="MaintenanceWindow" BaseType="Settings.v1_2_1.MaintenanceWindow"/>
301    </Schema>
302
303    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Settings.v1_2_3">
304      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
305      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
306      <ComplexType Name="Settings" BaseType="Settings.v1_2_2.Settings"/>
307      <ComplexType Name="PreferredApplyTime" BaseType="Settings.v1_2_2.PreferredApplyTime"/>
308      <ComplexType Name="OperationApplyTimeSupport" BaseType="Settings.v1_2_2.OperationApplyTimeSupport"/>
309      <ComplexType Name="MaintenanceWindow" BaseType="Settings.v1_2_2.MaintenanceWindow"/>
310    </Schema>
311
312    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Settings.v1_3_0">
313      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
314      <Annotation Term="Redfish.Release" String="2019.3"/>
315      <Annotation Term="OData.Description" String="This version was created to add the `OnStartUpdateRequest` value to the OperationApplyTime enumeration."/>
316
317      <ComplexType Name="Settings" BaseType="Settings.v1_2_2.Settings"/>
318      <ComplexType Name="PreferredApplyTime" BaseType="Settings.v1_2_2.PreferredApplyTime"/>
319      <ComplexType Name="OperationApplyTimeSupport" BaseType="Settings.v1_2_2.OperationApplyTimeSupport"/>
320      <ComplexType Name="MaintenanceWindow" BaseType="Settings.v1_2_2.MaintenanceWindow"/>
321    </Schema>
322
323    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Settings.v1_3_1">
324      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
325      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
326      <ComplexType Name="Settings" BaseType="Settings.v1_3_0.Settings"/>
327      <ComplexType Name="PreferredApplyTime" BaseType="Settings.v1_3_0.PreferredApplyTime"/>
328      <ComplexType Name="OperationApplyTimeSupport" BaseType="Settings.v1_3_0.OperationApplyTimeSupport"/>
329      <ComplexType Name="MaintenanceWindow" BaseType="Settings.v1_3_0.MaintenanceWindow"/>
330    </Schema>
331
332  </edmx:DataServices>
333</edmx:Edmx>
334