1<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################       -->
4<!--# Redfish Schema:  Control v1.5.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-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.Capabilities.V1.xml">
18    <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
19  </edmx:Reference>
20  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml">
21    <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/>
22  </edmx:Reference>
23  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
24    <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
25    <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/>
26  </edmx:Reference>
27  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
28    <edmx:Include Namespace="Resource"/>
29    <edmx:Include Namespace="Resource.v1_0_0"/>
30  </edmx:Reference>
31  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Sensor_v1.xml">
32    <edmx:Include Namespace="Sensor"/>
33  </edmx:Reference>
34  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PhysicalContext_v1.xml">
35    <edmx:Include Namespace="PhysicalContext"/>
36  </edmx:Reference>
37
38  <edmx:DataServices>
39
40    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Control">
41      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
42      <Annotation Term="Redfish.Language" String="en"/>
43
44      <EntityType Name="Control" BaseType="Resource.v1_0_0.Resource" Abstract="true">
45        <Annotation Term="OData.Description" String="The `Control` schema describes a control point and its properties."/>
46        <Annotation Term="OData.LongDescription" String="This resource shall represent a control point for a Redfish implementation."/>
47        <Annotation Term="Capabilities.InsertRestrictions">
48          <Record>
49            <PropertyValue Property="Insertable" Bool="false"/>
50          </Record>
51        </Annotation>
52        <Annotation Term="Capabilities.UpdateRestrictions">
53          <Record>
54            <PropertyValue Property="Updatable" Bool="true"/>
55            <Annotation Term="OData.Description" String="Any writable properties, such as limits and exceptions, can be updated for controls."/>
56          </Record>
57        </Annotation>
58        <Annotation Term="Capabilities.DeleteRestrictions">
59          <Record>
60            <PropertyValue Property="Deletable" Bool="false"/>
61          </Record>
62        </Annotation>
63        <Annotation Term="Redfish.Uris">
64          <Collection>
65            <String>/redfish/v1/Chassis/{ChassisId}/Controls/{ControlId}</String>
66          </Collection>
67        </Annotation>
68      </EntityType>
69
70      <Action Name="ResetToDefaults" IsBound="true">
71        <Annotation Term="OData.Description" String="The action resets the values of writable properties to factory defaults."/>
72        <Annotation Term="OData.LongDescription" String="This action shall reset the values of writable properties in this resource to their default values as specified by the manufacturer."/>
73        <Parameter Name="Control" Type="Control.v1_0_0.Actions"/>
74        <Annotation Term="Redfish.Revisions">
75          <Collection>
76            <Record>
77              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
78              <PropertyValue Property="Version" String="v1_2_0"/>
79            </Record>
80          </Collection>
81        </Annotation>
82      </Action>
83    </Schema>
84
85    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Control.v1_0_0">
86      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
87      <Annotation Term="Redfish.Release" String="2021.2"/>
88
89      <EntityType Name="Control" BaseType="Control.Control">
90        <Property Name="ControlType" Type="Control.v1_0_0.ControlType">
91          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
92          <Annotation Term="OData.Description" String="The type of control."/>
93          <Annotation Term="OData.LongDescription" String="This property shall contain the type of the control."/>
94        </Property>
95        <Property Name="SetPointType" Type="Control.v1_0_0.SetPointType">
96          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
97          <Annotation Term="OData.Description" String="The set point type used to operate the control."/>
98          <Annotation Term="OData.LongDescription" String="This property shall contain the type of set point definitions used to describe this control."/>
99        </Property>
100        <Property Name="DataSourceUri" Type="Edm.String">
101          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
102          <Annotation Term="OData.Description" String="The link to the resource that provides the data for this control."/>
103          <Annotation Term="OData.LongDescription" String="This property shall contain a URI to the resource that provides the source of the excerpt contained within this copy.  If no source resource is implemented, meaning the excerpt represents the only available data, this property shall not be present."/>
104          <Annotation Term="OData.IsURL"/>
105          <Annotation Term="Redfish.ExcerptCopyOnly"/>
106        </Property>
107
108        <Property Name="Status" Type="Resource.Status" Nullable="false">
109          <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
110          <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
111        </Property>
112
113        <Property Name="ControlMode" Type="Control.v1_0_0.ControlMode">
114          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
115          <Annotation Term="OData.Description" String="The current operating mode of the control."/>
116          <Annotation Term="OData.LongDescription" String="This property shall contain the operating mode of the control."/>
117          <Annotation Term="Redfish.Excerpt"/>
118        </Property>
119        <Property Name="SetPoint" Type="Edm.Decimal">
120          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
121          <Annotation Term="OData.Description" String="The desired set point of the control."/>
122          <Annotation Term="OData.LongDescription" String="This property shall contain the desired set point control value.  The units shall follow the value of `SetPointUnits`.  If the `DefaultSetPoint` property is not supported and if a user-defined set point is not configured, the property may contain `null` in responses."/>
123          <Annotation Term="Redfish.Excerpt" String="Single,SingleLoop"/>
124        </Property>
125        <Property Name="SettingMin" Type="Edm.Decimal">
126          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
127          <Annotation Term="OData.Description" String="The minimum set point in the allowed range."/>
128          <Annotation Term="OData.LongDescription" String="This property shall contain the minimum desired set point within the acceptable range.  The service shall reject values less than the value of `AllowableMin`.  The units shall follow the value of `SetPointUnits`."/>
129          <Annotation Term="Redfish.Excerpt" String="Range"/>
130        </Property>
131        <Property Name="SettingMax" Type="Edm.Decimal">
132          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
133          <Annotation Term="OData.Description" String="The maximum set point in the allowed range."/>
134          <Annotation Term="OData.LongDescription" String="This property shall contain the maximum desired set point within the acceptable range.  The service shall reject values greater than the value of `AllowableMax`.  The units shall follow the value of `SetPointUnits`."/>
135          <Annotation Term="Redfish.Excerpt" String="Range"/>
136        </Property>
137        <Property Name="AllowableNumericValues" Type="Collection(Edm.Decimal)">
138          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
139          <Annotation Term="OData.Description" String="The supported values for the set point."/>
140          <Annotation Term="OData.LongDescription" String="This property shall contain the supported values for this control.  The units shall follow the value of `SetPointUnits`.  This property should only be present when the set point or range has a limited set of supported values that cannot be accurately described using the `Increment` property."/>
141          <Annotation Term="Redfish.Excerpt" String="Range"/>
142        </Property>
143        <Property Name="SetPointUnits" Type="Edm.String">
144          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
145          <Annotation Term="OData.Description" String="The units of the set point."/>
146          <Annotation Term="OData.LongDescription" String="This property shall contain the units of the control's set point."/>
147        </Property>
148        <Property Name="DeadBand" Type="Edm.Decimal">
149          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
150          <Annotation Term="OData.Description" String="The maximum deviation from the set point allowed before the control will activate."/>
151          <Annotation Term="OData.LongDescription" String="This property shall contain the maximum deviation value allowed above or below the value of `SetPoint` before the control will activate."/>
152        </Property>
153        <Property Name="ControlDelaySeconds" Type="Edm.Decimal">
154          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
155          <Annotation Term="OData.Description" String="The time delay in seconds before the control will activate once the value has deviated from the set point."/>
156          <Annotation Term="OData.LongDescription" String="This property shall contain the time in seconds that will elapse after the control value deviates above or below the value of `SetPoint` before the control will activate."/>
157        </Property>
158        <Property Name="AllowableMax" Type="Edm.Decimal">
159          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
160          <Annotation Term="OData.Description" String="The maximum possible setting for this control."/>
161          <Annotation Term="OData.LongDescription" String="This property shall indicate the maximum possible value of the `SetPoint` or `SettingMax` properties for this control.  Services shall not accept values for `SetPoint` or `SettingMax` above this value."/>
162          <Annotation Term="Redfish.Excerpt"/>
163        </Property>
164        <Property Name="AllowableMin" Type="Edm.Decimal">
165          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
166          <Annotation Term="OData.Description" String="The minimum possible setting for this control."/>
167          <Annotation Term="OData.LongDescription" String="This property shall indicate the minimum possible value of the `SetPoint` or `SettingMin` properties for this control.  Services shall not accept values for `SetPoint` or `SettingMin` below this value."/>
168          <Annotation Term="Redfish.Excerpt"/>
169        </Property>
170        <Property Name="Increment" Type="Edm.Decimal">
171          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
172          <Annotation Term="OData.Description" String="The smallest increment supported for the set point."/>
173          <Annotation Term="OData.LongDescription" String="This property shall contain the smallest change allowed to the value of the `SetPoint`, `SettingMin`, or `SettingMax` properties.  The units shall follow the value of `SetPointUnits`."/>
174        </Property>
175        <Property Name="Accuracy" Type="Edm.Decimal">
176          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
177          <Annotation Term="OData.Description" String="The estimated percent error of measured versus actual values."/>
178          <Annotation Term="OData.LongDescription" String="This property shall contain the percent error of the measured versus actual values of the `SetPoint` property."/>
179          <Annotation Term="Measures.Unit" String="%"/>
180          <Annotation Term="Redfish.Revisions">
181            <Collection>
182              <Record>
183                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
184                <PropertyValue Property="Version" String="v1_4_0"/>
185                <PropertyValue Property="Description" String="This property has been deprecated in favor of `SetPointAccuracy` to provide a range instead of a percentage."/>
186              </Record>
187            </Collection>
188          </Annotation>
189        </Property>
190        <Property Name="PhysicalContext" Type="PhysicalContext.PhysicalContext">
191          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
192          <Annotation Term="OData.Description" String="The area or device to which this control applies."/>
193          <Annotation Term="OData.LongDescription" String="This property shall contain a description of the affected component or region within the equipment to which this control applies."/>
194        </Property>
195        <Property Name="PhysicalSubContext" Type="PhysicalContext.PhysicalSubContext">
196          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
197          <Annotation Term="OData.Description" String="The usage or location within a device to which this control applies."/>
198          <Annotation Term="OData.LongDescription" String="This property shall contain a description of the usage or sub-region within the equipment to which this control applies.  This property generally differentiates multiple controls within the same `PhysicalContext` instance."/>
199        </Property>
200        <Property Name="Implementation" Type="Control.v1_0_0.ImplementationType">
201          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
202          <Annotation Term="OData.Description" String="The implementation of the control."/>
203          <Annotation Term="OData.LongDescription" String="This property shall contain the implementation of the control."/>
204        </Property>
205        <Property Name="SetPointUpdateTime" Type="Edm.DateTimeOffset">
206          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
207          <Annotation Term="OData.Description" String="The date and time that the set point was changed."/>
208          <Annotation Term="OData.LongDescription" String="This property shall contain the date and time that the value of `SetPoint` was last changed."/>
209        </Property>
210        <NavigationProperty Name="RelatedItem" Type="Collection(Resource.Item)">
211          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
212          <Annotation Term="OData.Description" String="An array of links to resources that this control services."/>
213          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources that this control services."/>
214          <Annotation Term="OData.AutoExpandReferences"/>
215        </NavigationProperty>
216        <Property Name="ControlLoop" Type="Control.v1_0_0.ControlLoop" Nullable="false">
217          <Annotation Term="OData.Description" String="The control loop details."/>
218          <Annotation Term="OData.LongDescription" String="This property shall contain the details for the control loop described by this resource."/>
219          <Annotation Term="Redfish.Excerpt" String="SingleLoop"/>
220        </Property>
221
222        <Property Name="Reading" Type="Edm.Decimal">
223          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
224          <Annotation Term="OData.Description" String="The reading of the sensor associated with this control."/>
225          <Annotation Term="OData.LongDescription" String="This property shall contain the value of the `Reading` property of the `Sensor` resource directly associated with this control.  This property shall not be present if multiple sensors are associated with a single control."/>
226          <Annotation Term="Redfish.ExcerptCopyOnly"/>
227        </Property>
228        <Property Name="ReadingUnits" Type="Edm.String">
229          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
230          <Annotation Term="OData.Description" String="The units of the sensor reading associated with this control."/>
231          <Annotation Term="OData.LongDescription" String="This property shall contain the units of the sensor's reading and thresholds.  This property shall not be present if multiple sensors are associated with a single control."/>
232          <Annotation Term="Redfish.ExcerptCopyOnly"/>
233        </Property>
234
235        <NavigationProperty Name="Sensor" Type="Sensor.Sensor">
236          <Annotation Term="Redfish.ExcerptCopy"/>
237          <Annotation Term="OData.Description" String="The sensor reading associated with this control."/>
238          <Annotation Term="OData.LongDescription" String="This property shall contain the Sensor excerpt directly associated with this control.  The value of the `DataSourceUri` property shall reference a resource of type `Sensor`.  This property shall not be present if multiple sensors are associated with a single control."/>
239        </NavigationProperty>
240        <NavigationProperty Name="AssociatedSensors" Type="Collection(Sensor.Sensor)">
241          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
242          <Annotation Term="OData.Description" String="An array of links to the sensors associated with this control."/>
243          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type `Sensor` that represent the sensors related to this control."/>
244          <Annotation Term="OData.AutoExpandReferences"/>
245        </NavigationProperty>
246
247        <Property Name="Location" Type="Resource.Location" Nullable="false">
248          <Annotation Term="OData.Description" String="The location information for this control."/>
249          <Annotation Term="OData.LongDescription" String="This property shall indicate the location information for this control."/>
250        </Property>
251
252        <Property Name="Actions" Type="Control.v1_0_0.Actions" Nullable="false">
253          <Annotation Term="OData.Description" String="The available actions for this resource."/>
254          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
255        </Property>
256      </EntityType>
257
258      <ComplexType Name="ControlLoop">
259        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
260        <Annotation Term="OData.Description" String="The details and coefficients used to operate a control loop."/>
261        <Annotation Term="OData.LongDescription" String="This type shall describe the details of a control loop."/>
262        <Property Name="Proportional" Type="Edm.Decimal">
263          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
264          <Annotation Term="OData.Description" String="The proportional coefficient."/>
265          <Annotation Term="OData.LongDescription" String="This property shall contain the coefficient for the proportional factor in a control loop."/>
266          <Annotation Term="Redfish.Excerpt" String="SingleLoop"/>
267        </Property>
268        <Property Name="Integral" Type="Edm.Decimal">
269          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
270          <Annotation Term="OData.Description" String="The integral coefficient."/>
271          <Annotation Term="OData.LongDescription" String="This property shall contain the coefficient for the integral factor in a control loop."/>
272          <Annotation Term="Redfish.Excerpt" String="SingleLoop"/>
273        </Property>
274        <Property Name="Differential" Type="Edm.Decimal">
275          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
276          <Annotation Term="OData.Description" String="The differential coefficient."/>
277          <Annotation Term="OData.LongDescription" String="This property shall contain the coefficient for the differential factor in a control loop."/>
278          <Annotation Term="Redfish.Excerpt" String="SingleLoop"/>
279        </Property>
280        <Property Name="CoefficientUpdateTime" Type="Edm.DateTimeOffset">
281          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
282          <Annotation Term="OData.Description" String="The date and time that the control loop coefficients were changed."/>
283          <Annotation Term="OData.LongDescription" String="This property shall contain the date and time that any of the coefficients for the control loop were last changed."/>
284        </Property>
285      </ComplexType>
286
287      <EnumType Name="ControlType">
288        <Member Name="Temperature">
289          <Annotation Term="OData.Description" String="Temperature (C) control or thermostat."/>
290          <Annotation Term="OData.LongDescription" String="This value shall indicate a control used to regulate temperature, in degree Celsius units, either to a single set point or within a range.  The `SetPointUnits` property shall contain `Cel`."/>
291        </Member>
292        <Member Name="Power">
293          <Annotation Term="OData.Description" String="Power (W) control or power limit."/>
294          <Annotation Term="OData.LongDescription" String="This value shall indicate a control used to regulate or limit maximum power consumption, in watt units, either to a single set point or within a range.  The `SetPointUnits` property shall contain `W`."/>
295        </Member>
296        <Member Name="Frequency">
297          <Annotation Term="OData.Description" String="Frequency (Hz) control."/>
298          <Annotation Term="OData.LongDescription" String="This value shall indicate a control used to limit the operating frequency, in hertz units, of a device, either to a single set point or within a range.  The `SetPointUnits` property shall contain `Hz`."/>
299        </Member>
300        <Member Name="FrequencyMHz">
301          <Annotation Term="OData.Description" String="Frequency (MHz) control."/>
302          <Annotation Term="OData.LongDescription" String="This value shall indicate a control used to limit the operating frequency, in megahertz units, of a device, either to a single set point or within a range.  The `SetPointUnits` property shall contain `MHz`."/>
303          <Annotation Term="Redfish.Revisions">
304            <Collection>
305              <Record>
306                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
307                <PropertyValue Property="Version" String="v1_1_0"/>
308              </Record>
309            </Collection>
310          </Annotation>
311        </Member>
312        <Member Name="Pressure">
313          <Annotation Term="OData.Description" String="Pressure (kPa) control."/>
314          <Annotation Term="OData.LongDescription" String="This value shall indicate a control used to adjust pressure in a system, in kilopascal units.  The `SetPointUnits` property shall contain `kPa`."/>
315          <Annotation Term="Redfish.Revisions">
316            <Collection>
317              <Record>
318                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
319                <PropertyValue Property="Version" String="v1_1_0"/>
320              </Record>
321              <Record>
322                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
323                <PropertyValue Property="Version" String="v1_3_0"/>
324                <PropertyValue Property="Description" String="This value has been deprecated in favor of `PressurekPa` for units consistency with the equivalent Sensor resource ReadingType value."/>
325              </Record>
326            </Collection>
327          </Annotation>
328        </Member>
329        <Member Name="PressurekPa">
330          <Annotation Term="OData.Description" String="Pressure (kPa) control."/>
331          <Annotation Term="OData.LongDescription" String="This value shall indicate a control used to adjust pressure in a system, in kilopascal units.  The `SetPointUnits` property shall contain `kPa`."/>
332          <Annotation Term="Redfish.Revisions">
333            <Collection>
334              <Record>
335                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
336                <PropertyValue Property="Version" String="v1_3_0"/>
337              </Record>
338            </Collection>
339          </Annotation>
340        </Member>
341        <Member Name="Valve">
342          <Annotation Term="OData.Description" String="Valve (% open) control."/>
343          <Annotation Term="OData.LongDescription" String="This value shall indicate a control used to adjust a valve in a system, in percent units.  The `SetPointUnits` property shall contain `%`.  A value of `100` shall indicate the valve is completely open, and a value of `0` shall indicate the valve is completely closed."/>
344          <Annotation Term="Redfish.Revisions">
345            <Collection>
346              <Record>
347                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
348                <PropertyValue Property="Version" String="v1_3_0"/>
349              </Record>
350            </Collection>
351          </Annotation>
352        </Member>
353        <Member Name="Percent">
354          <Annotation Term="OData.Description" String="Percent-based control."/>
355          <Annotation Term="OData.LongDescription" String="This value shall indicate a percent-based control, in percent units.  The `SetPointUnits` property shall contain `%`."/>
356          <Annotation Term="Redfish.Revisions">
357            <Collection>
358              <Record>
359                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
360                <PropertyValue Property="Version" String="v1_5_0"/>
361              </Record>
362            </Collection>
363          </Annotation>
364        </Member>
365        <Member Name="DutyCycle">
366          <Annotation Term="OData.Description" String="Duty cycle (%) control."/>
367          <Annotation Term="OData.LongDescription" String="This value shall indicate a control used to adjust the duty cycle, such as a PWM-based control, in percent units.  The `SetPointUnits` property shall contain `%`."/>
368          <Annotation Term="Redfish.Revisions">
369            <Collection>
370              <Record>
371                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
372                <PropertyValue Property="Version" String="v1_5_0"/>
373              </Record>
374            </Collection>
375          </Annotation>
376        </Member>
377      </EnumType>
378
379      <EnumType Name="SetPointType">
380        <Member Name="Single">
381          <Annotation Term="OData.Description" String="Control uses a single set point."/>
382          <Annotation Term="OData.LongDescription" String="This value shall indicate the control utilizes a single set point for its operation.  The `SetPoint` property shall be present for this control type.  The `SettingMin` and `SettingMax` properties shall not be present for this control type."/>
383        </Member>
384        <Member Name="Range">
385          <Annotation Term="OData.Description" String="Control uses a range of values."/>
386          <Annotation Term="OData.LongDescription" String="This value shall indicate the control utilizes a set point range for its operation.  The `SettingMin` and `SettingMax` properties shall be present for this control type.  The `SetPoint` property shall not be present for this control type."/>
387        </Member>
388      </EnumType>
389
390      <EnumType Name="ControlMode">
391        <Member Name="Automatic">
392          <Annotation Term="OData.Description" String="Automatically adjust control to meet the set point."/>
393        </Member>
394        <Member Name="Override">
395          <Annotation Term="OData.Description" String="User override of the automatic set point value."/>
396        </Member>
397        <Member Name="Manual">
398          <Annotation Term="OData.Description" String="No automatic adjustments are made to the control."/>
399        </Member>
400        <Member Name="Disabled">
401          <Annotation Term="OData.Description" String="The control has been disabled."/>
402        </Member>
403      </EnumType>
404
405      <EnumType Name="ImplementationType">
406        <Member Name="Programmable">
407          <Annotation Term="OData.Description" String="The set point can be adjusted through this interface."/>
408        </Member>
409        <Member Name="Direct">
410          <Annotation Term="OData.Description" String="The set point directly affects the control value."/>
411        </Member>
412        <Member Name="Monitored">
413          <Annotation Term="OData.Description" String="A physical control that cannot be adjusted through this interface."/>
414        </Member>
415      </EnumType>
416
417      <ComplexType Name="Actions">
418        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
419        <Annotation Term="OData.Description" String="The available actions for this resource."/>
420        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
421        <Property Name="Oem" Type="Control.v1_0_0.OemActions" Nullable="false">
422          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
423          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
424        </Property>
425      </ComplexType>
426
427      <ComplexType Name="OemActions">
428        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
429        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
430        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
431      </ComplexType>
432    </Schema>
433
434    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Control.v1_0_1">
435      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
436      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
437      <EntityType Name="Control" BaseType="Control.v1_0_0.Control"/>
438    </Schema>
439
440    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Control.v1_0_2">
441      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
442      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
443      <EntityType Name="Control" BaseType="Control.v1_0_1.Control"/>
444    </Schema>
445
446    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Control.v1_0_3">
447      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
448      <Annotation Term="OData.Description" String="This version was created to add excerpt annotations to expose the `ControlLoop` object within an excerpt.  It was also 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."/>
449      <EntityType Name="Control" BaseType="Control.v1_0_2.Control"/>
450    </Schema>
451
452    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Control.v1_1_0">
453      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
454      <Annotation Term="Redfish.Release" String="2021.4"/>
455      <Annotation Term="OData.Description" String="This version was created to add `FrequencyMhz` and `Pressure` to `ControlType`."/>
456
457      <EntityType Name="Control" BaseType="Control.v1_0_1.Control"/>
458    </Schema>
459
460    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Control.v1_1_1">
461      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
462      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
463      <EntityType Name="Control" BaseType="Control.v1_1_0.Control"/>
464    </Schema>
465
466    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Control.v1_1_2">
467      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
468      <Annotation Term="OData.Description" String="This version was created to add excerpt annotations to expose the `ControlLoop` object within an excerpt.  It was also 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."/>
469      <EntityType Name="Control" BaseType="Control.v1_1_1.Control"/>
470    </Schema>
471
472    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Control.v1_2_0">
473      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
474      <Annotation Term="Redfish.Release" String="2022.2"/>
475      <Annotation Term="OData.Description" String="This version was created to add the `ResetToDefaults` action."/>
476
477      <EntityType Name="Control" BaseType="Control.v1_1_0.Control"/>
478    </Schema>
479
480    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Control.v1_2_1">
481      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
482      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
483      <EntityType Name="Control" BaseType="Control.v1_2_0.Control"/>
484    </Schema>
485
486    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Control.v1_2_2">
487      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
488      <Annotation Term="OData.Description" String="This version was created to add excerpt annotations to expose the `ControlLoop` object within an excerpt.  It was also 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."/>
489      <EntityType Name="Control" BaseType="Control.v1_2_1.Control"/>
490    </Schema>
491
492    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Control.v1_3_0">
493      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
494      <Annotation Term="Redfish.Release" String="2023.1"/>
495      <Annotation Term="OData.Description" String="This version was created to add `Valve` and `PressurekPa` to `ControlType`, and to deprecate `Pressure` which was defined with units inconsistent with the definition for an equivalent `Sensor` resource's `ReadingType`."/>
496
497      <EntityType Name="Control" BaseType="Control.v1_2_0.Control">
498        <Property Name="DefaultSetPoint" Type="Edm.Decimal">
499          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
500          <Annotation Term="OData.Description" String="The default set point of the control."/>
501          <Annotation Term="OData.LongDescription" String="This property shall contain the default set point control value.  The units shall follow the value of `SetPointUnits`.  Services apply this value to the `SetPoint` property under certain conditions, such as a reset of the manager or a `ResetToDefaults` action."/>
502          <Annotation Term="Redfish.Excerpt" String="Single"/>
503        </Property>
504      </EntityType>
505    </Schema>
506
507    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Control.v1_3_1">
508      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
509      <Annotation Term="OData.Description" String="This version was created to describe behavior of `SetPoint` when a `DefaultSetPoint` is not provided.  It was also created to correct various typographical errors."/>
510      <EntityType Name="Control" BaseType="Control.v1_3_0.Control"/>
511    </Schema>
512
513    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Control.v1_3_2">
514      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
515      <Annotation Term="OData.Description" String="This version was created to add excerpt annotations to expose the `ControlLoop` object within an excerpt.  It was also 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."/>
516      <EntityType Name="Control" BaseType="Control.v1_3_1.Control"/>
517    </Schema>
518
519    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Control.v1_4_0">
520      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
521      <Annotation Term="Redfish.Release" String="2023.2"/>
522      <Annotation Term="OData.Description" String="This version was created to deprecate the `Accuracy` property in favor of `SetPointAccuracy`."/>
523
524      <EntityType Name="Control" BaseType="Control.v1_3_0.Control">
525        <Property Name="SetPointAccuracy" Type="Edm.Decimal">
526          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
527          <Annotation Term="OData.Description" String="Accuracy (+/-) of the set point."/>
528          <Annotation Term="OData.LongDescription" String="This property shall contain the accuracy of the value of the `SetPoint` for this control.  The value shall be the absolute value of the maximum deviation of the `SetPoint` from its actual value.  The value shall be in units that follow the `SetPointUnits` for this control."/>
529        </Property>
530      </EntityType>
531    </Schema>
532
533    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Control.v1_4_1">
534      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
535      <Annotation Term="OData.Description" String="This version was created to describe behavior of `SetPoint` when a `DefaultSetPoint` is not provided.  It was also created to correct various typographical errors."/>
536      <EntityType Name="Control" BaseType="Control.v1_4_0.Control"/>
537    </Schema>
538
539    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Control.v1_4_2">
540      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
541      <Annotation Term="OData.Description" String="This version was created to add excerpt annotations to expose the `ControlLoop` object within an excerpt.  It was also 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."/>
542      <EntityType Name="Control" BaseType="Control.v1_4_1.Control"/>
543    </Schema>
544
545    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Control.v1_5_0">
546      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
547      <Annotation Term="Redfish.Release" String="2023.3"/>
548      <Annotation Term="OData.Description" String="This version was created to add `Percent` and `DutyCyle` to `ControlType`."/>
549
550      <EntityType Name="Control" BaseType="Control.v1_4_1.Control"/>
551    </Schema>
552
553    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Control.v1_5_1">
554      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
555      <Annotation Term="OData.Description" String="This version was created to add excerpt annotations to expose the `ControlLoop` object within an excerpt.  It was also 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."/>
556      <EntityType Name="Control" BaseType="Control.v1_5_0.Control"/>
557    </Schema>
558
559  </edmx:DataServices>
560</edmx:Edmx>
561