12bde4061SEd Tanous<?xml version="1.0" encoding="UTF-8"?> 22bde4061SEd Tanous<!----> 32bde4061SEd Tanous<!--################################################################################ --> 4*dd5c81e9SGunnar Mills<!--# Redfish Schema: Control v1.5.2 --> 52bde4061SEd Tanous<!--# --> 62bde4061SEd Tanous<!--# For a detailed change log, see the README file contained in the DSP8010 bundle, --> 72bde4061SEd Tanous<!--# available at http://www.dmtf.org/standards/redfish --> 8f2a8e57eSGunnar Mills<!--# Copyright 2014-2024 DMTF. --> 92bde4061SEd Tanous<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright --> 102bde4061SEd Tanous<!--################################################################################ --> 112bde4061SEd Tanous<!----> 122bde4061SEd Tanous<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0"> 132bde4061SEd Tanous 142bde4061SEd Tanous <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml"> 152bde4061SEd Tanous <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/> 162bde4061SEd Tanous </edmx:Reference> 172bde4061SEd Tanous <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml"> 182bde4061SEd Tanous <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/> 192bde4061SEd Tanous </edmx:Reference> 202bde4061SEd Tanous <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml"> 212bde4061SEd Tanous <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/> 222bde4061SEd Tanous </edmx:Reference> 232bde4061SEd Tanous <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml"> 242bde4061SEd Tanous <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/> 252bde4061SEd Tanous <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/> 262bde4061SEd Tanous </edmx:Reference> 272bde4061SEd Tanous <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml"> 282bde4061SEd Tanous <edmx:Include Namespace="Resource"/> 292bde4061SEd Tanous <edmx:Include Namespace="Resource.v1_0_0"/> 302bde4061SEd Tanous </edmx:Reference> 312bde4061SEd Tanous <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Sensor_v1.xml"> 322bde4061SEd Tanous <edmx:Include Namespace="Sensor"/> 332bde4061SEd Tanous </edmx:Reference> 342bde4061SEd Tanous <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PhysicalContext_v1.xml"> 352bde4061SEd Tanous <edmx:Include Namespace="PhysicalContext"/> 362bde4061SEd Tanous </edmx:Reference> 372bde4061SEd Tanous 382bde4061SEd Tanous <edmx:DataServices> 392bde4061SEd Tanous 402bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Control"> 412bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 42f2a8e57eSGunnar Mills <Annotation Term="Redfish.Language" String="en"/> 432bde4061SEd Tanous 442bde4061SEd Tanous <EntityType Name="Control" BaseType="Resource.v1_0_0.Resource" Abstract="true"> 45f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="The `Control` schema describes a control point and its properties."/> 462bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This resource shall represent a control point for a Redfish implementation."/> 472bde4061SEd Tanous <Annotation Term="Capabilities.InsertRestrictions"> 482bde4061SEd Tanous <Record> 492bde4061SEd Tanous <PropertyValue Property="Insertable" Bool="false"/> 502bde4061SEd Tanous </Record> 512bde4061SEd Tanous </Annotation> 522bde4061SEd Tanous <Annotation Term="Capabilities.UpdateRestrictions"> 532bde4061SEd Tanous <Record> 542bde4061SEd Tanous <PropertyValue Property="Updatable" Bool="true"/> 552bde4061SEd Tanous <Annotation Term="OData.Description" String="Any writable properties, such as limits and exceptions, can be updated for controls."/> 562bde4061SEd Tanous </Record> 572bde4061SEd Tanous </Annotation> 582bde4061SEd Tanous <Annotation Term="Capabilities.DeleteRestrictions"> 592bde4061SEd Tanous <Record> 602bde4061SEd Tanous <PropertyValue Property="Deletable" Bool="false"/> 612bde4061SEd Tanous </Record> 622bde4061SEd Tanous </Annotation> 632bde4061SEd Tanous <Annotation Term="Redfish.Uris"> 642bde4061SEd Tanous <Collection> 652bde4061SEd Tanous <String>/redfish/v1/Chassis/{ChassisId}/Controls/{ControlId}</String> 662bde4061SEd Tanous </Collection> 672bde4061SEd Tanous </Annotation> 682bde4061SEd Tanous </EntityType> 692bde4061SEd Tanous 702bde4061SEd Tanous <Action Name="ResetToDefaults" IsBound="true"> 712bde4061SEd Tanous <Annotation Term="OData.Description" String="The action resets the values of writable properties to factory defaults."/> 722bde4061SEd Tanous <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."/> 732bde4061SEd Tanous <Parameter Name="Control" Type="Control.v1_0_0.Actions"/> 742bde4061SEd Tanous <Annotation Term="Redfish.Revisions"> 752bde4061SEd Tanous <Collection> 762bde4061SEd Tanous <Record> 772bde4061SEd Tanous <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 782bde4061SEd Tanous <PropertyValue Property="Version" String="v1_2_0"/> 792bde4061SEd Tanous </Record> 802bde4061SEd Tanous </Collection> 812bde4061SEd Tanous </Annotation> 822bde4061SEd Tanous </Action> 832bde4061SEd Tanous </Schema> 842bde4061SEd Tanous 852bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Control.v1_0_0"> 862bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 872bde4061SEd Tanous <Annotation Term="Redfish.Release" String="2021.2"/> 882bde4061SEd Tanous 892bde4061SEd Tanous <EntityType Name="Control" BaseType="Control.Control"> 902bde4061SEd Tanous <Property Name="ControlType" Type="Control.v1_0_0.ControlType"> 912bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 922bde4061SEd Tanous <Annotation Term="OData.Description" String="The type of control."/> 932bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the type of the control."/> 942bde4061SEd Tanous </Property> 952bde4061SEd Tanous <Property Name="SetPointType" Type="Control.v1_0_0.SetPointType"> 962bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 972bde4061SEd Tanous <Annotation Term="OData.Description" String="The set point type used to operate the control."/> 982bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the type of set point definitions used to describe this control."/> 992bde4061SEd Tanous </Property> 1002bde4061SEd Tanous <Property Name="DataSourceUri" Type="Edm.String"> 1012bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1022bde4061SEd Tanous <Annotation Term="OData.Description" String="The link to the resource that provides the data for this control."/> 1032bde4061SEd Tanous <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."/> 1042bde4061SEd Tanous <Annotation Term="OData.IsURL"/> 1052bde4061SEd Tanous <Annotation Term="Redfish.ExcerptCopyOnly"/> 1062bde4061SEd Tanous </Property> 1072bde4061SEd Tanous 1082bde4061SEd Tanous <Property Name="Status" Type="Resource.Status" Nullable="false"> 1092bde4061SEd Tanous <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/> 1102bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/> 1112bde4061SEd Tanous </Property> 1122bde4061SEd Tanous 1132bde4061SEd Tanous <Property Name="ControlMode" Type="Control.v1_0_0.ControlMode"> 1142bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1152bde4061SEd Tanous <Annotation Term="OData.Description" String="The current operating mode of the control."/> 1162bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the operating mode of the control."/> 1172bde4061SEd Tanous <Annotation Term="Redfish.Excerpt"/> 1182bde4061SEd Tanous </Property> 1192bde4061SEd Tanous <Property Name="SetPoint" Type="Edm.Decimal"> 1202bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1212bde4061SEd Tanous <Annotation Term="OData.Description" String="The desired set point of the control."/> 122f2a8e57eSGunnar Mills <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."/> 123f2a8e57eSGunnar Mills <Annotation Term="Redfish.Excerpt" String="Single,SingleLoop"/> 1242bde4061SEd Tanous </Property> 1252bde4061SEd Tanous <Property Name="SettingMin" Type="Edm.Decimal"> 1262bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1272bde4061SEd Tanous <Annotation Term="OData.Description" String="The minimum set point in the allowed range."/> 128f2a8e57eSGunnar Mills <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`."/> 1292bde4061SEd Tanous <Annotation Term="Redfish.Excerpt" String="Range"/> 1302bde4061SEd Tanous </Property> 1312bde4061SEd Tanous <Property Name="SettingMax" Type="Edm.Decimal"> 1322bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1332bde4061SEd Tanous <Annotation Term="OData.Description" String="The maximum set point in the allowed range."/> 134f2a8e57eSGunnar Mills <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`."/> 1352bde4061SEd Tanous <Annotation Term="Redfish.Excerpt" String="Range"/> 1362bde4061SEd Tanous </Property> 1372bde4061SEd Tanous <Property Name="AllowableNumericValues" Type="Collection(Edm.Decimal)"> 1382bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1392bde4061SEd Tanous <Annotation Term="OData.Description" String="The supported values for the set point."/> 140f2a8e57eSGunnar Mills <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."/> 1412bde4061SEd Tanous <Annotation Term="Redfish.Excerpt" String="Range"/> 1422bde4061SEd Tanous </Property> 1432bde4061SEd Tanous <Property Name="SetPointUnits" Type="Edm.String"> 1442bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 145*dd5c81e9SGunnar Mills <Annotation Term="OData.Description" String="The units of the set point and related properties in UCUM c/s format."/> 146*dd5c81e9SGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain the units of the control's set point and related properties. The value shall follow the case-sensitive symbol format defined by the Unified Code for Units of Measure (UCUM), as specified by the 'Units of measure annotation' clause of the Redfish Specification."/> 1472bde4061SEd Tanous </Property> 1482bde4061SEd Tanous <Property Name="DeadBand" Type="Edm.Decimal"> 1492bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1502bde4061SEd Tanous <Annotation Term="OData.Description" String="The maximum deviation from the set point allowed before the control will activate."/> 151f2a8e57eSGunnar Mills <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."/> 1522bde4061SEd Tanous </Property> 1532bde4061SEd Tanous <Property Name="ControlDelaySeconds" Type="Edm.Decimal"> 1542bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1552bde4061SEd Tanous <Annotation Term="OData.Description" String="The time delay in seconds before the control will activate once the value has deviated from the set point."/> 156f2a8e57eSGunnar Mills <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."/> 1572bde4061SEd Tanous </Property> 1582bde4061SEd Tanous <Property Name="AllowableMax" Type="Edm.Decimal"> 1592bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1602bde4061SEd Tanous <Annotation Term="OData.Description" String="The maximum possible setting for this control."/> 161f2a8e57eSGunnar Mills <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."/> 1622bde4061SEd Tanous <Annotation Term="Redfish.Excerpt"/> 1632bde4061SEd Tanous </Property> 1642bde4061SEd Tanous <Property Name="AllowableMin" Type="Edm.Decimal"> 1652bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1662bde4061SEd Tanous <Annotation Term="OData.Description" String="The minimum possible setting for this control."/> 167f2a8e57eSGunnar Mills <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."/> 1682bde4061SEd Tanous <Annotation Term="Redfish.Excerpt"/> 1692bde4061SEd Tanous </Property> 1702bde4061SEd Tanous <Property Name="Increment" Type="Edm.Decimal"> 1712bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1722bde4061SEd Tanous <Annotation Term="OData.Description" String="The smallest increment supported for the set point."/> 173f2a8e57eSGunnar Mills <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`."/> 1742bde4061SEd Tanous </Property> 1752bde4061SEd Tanous <Property Name="Accuracy" Type="Edm.Decimal"> 1762bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1772bde4061SEd Tanous <Annotation Term="OData.Description" String="The estimated percent error of measured versus actual values."/> 178f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain the percent error of the measured versus actual values of the `SetPoint` property."/> 1792bde4061SEd Tanous <Annotation Term="Measures.Unit" String="%"/> 1802bde4061SEd Tanous <Annotation Term="Redfish.Revisions"> 1812bde4061SEd Tanous <Collection> 1822bde4061SEd Tanous <Record> 1832bde4061SEd Tanous <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> 1842bde4061SEd Tanous <PropertyValue Property="Version" String="v1_4_0"/> 185f2a8e57eSGunnar Mills <PropertyValue Property="Description" String="This property has been deprecated in favor of `SetPointAccuracy` to provide a range instead of a percentage."/> 1862bde4061SEd Tanous </Record> 1872bde4061SEd Tanous </Collection> 1882bde4061SEd Tanous </Annotation> 1892bde4061SEd Tanous </Property> 1902bde4061SEd Tanous <Property Name="PhysicalContext" Type="PhysicalContext.PhysicalContext"> 1912bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1922bde4061SEd Tanous <Annotation Term="OData.Description" String="The area or device to which this control applies."/> 1932bde4061SEd Tanous <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."/> 1942bde4061SEd Tanous </Property> 1952bde4061SEd Tanous <Property Name="PhysicalSubContext" Type="PhysicalContext.PhysicalSubContext"> 1962bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1972bde4061SEd Tanous <Annotation Term="OData.Description" String="The usage or location within a device to which this control applies."/> 198f2a8e57eSGunnar Mills <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."/> 1992bde4061SEd Tanous </Property> 2002bde4061SEd Tanous <Property Name="Implementation" Type="Control.v1_0_0.ImplementationType"> 2012bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 2022bde4061SEd Tanous <Annotation Term="OData.Description" String="The implementation of the control."/> 2032bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the implementation of the control."/> 2042bde4061SEd Tanous </Property> 2052bde4061SEd Tanous <Property Name="SetPointUpdateTime" Type="Edm.DateTimeOffset"> 2062bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 2072bde4061SEd Tanous <Annotation Term="OData.Description" String="The date and time that the set point was changed."/> 208f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain the date and time that the value of `SetPoint` was last changed."/> 2092bde4061SEd Tanous </Property> 2102bde4061SEd Tanous <NavigationProperty Name="RelatedItem" Type="Collection(Resource.Item)"> 2112bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 2122bde4061SEd Tanous <Annotation Term="OData.Description" String="An array of links to resources that this control services."/> 2132bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources that this control services."/> 2142bde4061SEd Tanous <Annotation Term="OData.AutoExpandReferences"/> 2152bde4061SEd Tanous </NavigationProperty> 216f2a8e57eSGunnar Mills <Property Name="ControlLoop" Type="Control.v1_0_0.ControlLoop" Nullable="false"> 2172bde4061SEd Tanous <Annotation Term="OData.Description" String="The control loop details."/> 2182bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the details for the control loop described by this resource."/> 219f2a8e57eSGunnar Mills <Annotation Term="Redfish.Excerpt" String="SingleLoop"/> 2202bde4061SEd Tanous </Property> 2212bde4061SEd Tanous 2222bde4061SEd Tanous <Property Name="Reading" Type="Edm.Decimal"> 2232bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 2242bde4061SEd Tanous <Annotation Term="OData.Description" String="The reading of the sensor associated with this control."/> 225f2a8e57eSGunnar Mills <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."/> 2262bde4061SEd Tanous <Annotation Term="Redfish.ExcerptCopyOnly"/> 2272bde4061SEd Tanous </Property> 2282bde4061SEd Tanous <Property Name="ReadingUnits" Type="Edm.String"> 2292bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 2302bde4061SEd Tanous <Annotation Term="OData.Description" String="The units of the sensor reading associated with this control."/> 2312bde4061SEd Tanous <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."/> 2322bde4061SEd Tanous <Annotation Term="Redfish.ExcerptCopyOnly"/> 2332bde4061SEd Tanous </Property> 2342bde4061SEd Tanous 2352bde4061SEd Tanous <NavigationProperty Name="Sensor" Type="Sensor.Sensor"> 2362bde4061SEd Tanous <Annotation Term="Redfish.ExcerptCopy"/> 2372bde4061SEd Tanous <Annotation Term="OData.Description" String="The sensor reading associated with this control."/> 238f2a8e57eSGunnar Mills <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."/> 2392bde4061SEd Tanous </NavigationProperty> 2402bde4061SEd Tanous <NavigationProperty Name="AssociatedSensors" Type="Collection(Sensor.Sensor)"> 2412bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 2422bde4061SEd Tanous <Annotation Term="OData.Description" String="An array of links to the sensors associated with this control."/> 243f2a8e57eSGunnar Mills <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."/> 2442bde4061SEd Tanous <Annotation Term="OData.AutoExpandReferences"/> 2452bde4061SEd Tanous </NavigationProperty> 2462bde4061SEd Tanous 2472bde4061SEd Tanous <Property Name="Location" Type="Resource.Location" Nullable="false"> 2482bde4061SEd Tanous <Annotation Term="OData.Description" String="The location information for this control."/> 2492bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall indicate the location information for this control."/> 2502bde4061SEd Tanous </Property> 2512bde4061SEd Tanous 2522bde4061SEd Tanous <Property Name="Actions" Type="Control.v1_0_0.Actions" Nullable="false"> 2532bde4061SEd Tanous <Annotation Term="OData.Description" String="The available actions for this resource."/> 2542bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/> 2552bde4061SEd Tanous </Property> 2562bde4061SEd Tanous </EntityType> 2572bde4061SEd Tanous 2582bde4061SEd Tanous <ComplexType Name="ControlLoop"> 2592bde4061SEd Tanous <Annotation Term="OData.AdditionalProperties" Bool="false"/> 2602bde4061SEd Tanous <Annotation Term="OData.Description" String="The details and coefficients used to operate a control loop."/> 2612bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This type shall describe the details of a control loop."/> 2622bde4061SEd Tanous <Property Name="Proportional" Type="Edm.Decimal"> 2632bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 2642bde4061SEd Tanous <Annotation Term="OData.Description" String="The proportional coefficient."/> 2652bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the coefficient for the proportional factor in a control loop."/> 266f2a8e57eSGunnar Mills <Annotation Term="Redfish.Excerpt" String="SingleLoop"/> 2672bde4061SEd Tanous </Property> 2682bde4061SEd Tanous <Property Name="Integral" Type="Edm.Decimal"> 2692bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 2702bde4061SEd Tanous <Annotation Term="OData.Description" String="The integral coefficient."/> 2712bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the coefficient for the integral factor in a control loop."/> 272f2a8e57eSGunnar Mills <Annotation Term="Redfish.Excerpt" String="SingleLoop"/> 2732bde4061SEd Tanous </Property> 2742bde4061SEd Tanous <Property Name="Differential" Type="Edm.Decimal"> 2752bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 2762bde4061SEd Tanous <Annotation Term="OData.Description" String="The differential coefficient."/> 2772bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the coefficient for the differential factor in a control loop."/> 278f2a8e57eSGunnar Mills <Annotation Term="Redfish.Excerpt" String="SingleLoop"/> 2792bde4061SEd Tanous </Property> 2802bde4061SEd Tanous <Property Name="CoefficientUpdateTime" Type="Edm.DateTimeOffset"> 2812bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 2822bde4061SEd Tanous <Annotation Term="OData.Description" String="The date and time that the control loop coefficients were changed."/> 2832bde4061SEd Tanous <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."/> 2842bde4061SEd Tanous </Property> 2852bde4061SEd Tanous </ComplexType> 2862bde4061SEd Tanous 2872bde4061SEd Tanous <EnumType Name="ControlType"> 2882bde4061SEd Tanous <Member Name="Temperature"> 2892bde4061SEd Tanous <Annotation Term="OData.Description" String="Temperature (C) control or thermostat."/> 290f2a8e57eSGunnar Mills <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`."/> 2912bde4061SEd Tanous </Member> 2922bde4061SEd Tanous <Member Name="Power"> 2932bde4061SEd Tanous <Annotation Term="OData.Description" String="Power (W) control or power limit."/> 294f2a8e57eSGunnar Mills <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`."/> 2952bde4061SEd Tanous </Member> 2962bde4061SEd Tanous <Member Name="Frequency"> 2972bde4061SEd Tanous <Annotation Term="OData.Description" String="Frequency (Hz) control."/> 298f2a8e57eSGunnar Mills <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`."/> 2992bde4061SEd Tanous </Member> 3002bde4061SEd Tanous <Member Name="FrequencyMHz"> 3012bde4061SEd Tanous <Annotation Term="OData.Description" String="Frequency (MHz) control."/> 302f2a8e57eSGunnar Mills <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`."/> 3032bde4061SEd Tanous <Annotation Term="Redfish.Revisions"> 3042bde4061SEd Tanous <Collection> 3052bde4061SEd Tanous <Record> 3062bde4061SEd Tanous <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 3072bde4061SEd Tanous <PropertyValue Property="Version" String="v1_1_0"/> 3082bde4061SEd Tanous </Record> 3092bde4061SEd Tanous </Collection> 3102bde4061SEd Tanous </Annotation> 3112bde4061SEd Tanous </Member> 3122bde4061SEd Tanous <Member Name="Pressure"> 3132bde4061SEd Tanous <Annotation Term="OData.Description" String="Pressure (kPa) control."/> 314f2a8e57eSGunnar Mills <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`."/> 3152bde4061SEd Tanous <Annotation Term="Redfish.Revisions"> 3162bde4061SEd Tanous <Collection> 3172bde4061SEd Tanous <Record> 3182bde4061SEd Tanous <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 3192bde4061SEd Tanous <PropertyValue Property="Version" String="v1_1_0"/> 3202bde4061SEd Tanous </Record> 3212bde4061SEd Tanous <Record> 3222bde4061SEd Tanous <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> 3232bde4061SEd Tanous <PropertyValue Property="Version" String="v1_3_0"/> 3242bde4061SEd Tanous <PropertyValue Property="Description" String="This value has been deprecated in favor of `PressurekPa` for units consistency with the equivalent Sensor resource ReadingType value."/> 3252bde4061SEd Tanous </Record> 3262bde4061SEd Tanous </Collection> 3272bde4061SEd Tanous </Annotation> 3282bde4061SEd Tanous </Member> 3292bde4061SEd Tanous <Member Name="PressurekPa"> 3302bde4061SEd Tanous <Annotation Term="OData.Description" String="Pressure (kPa) control."/> 331f2a8e57eSGunnar Mills <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`."/> 3322bde4061SEd Tanous <Annotation Term="Redfish.Revisions"> 3332bde4061SEd Tanous <Collection> 3342bde4061SEd Tanous <Record> 3352bde4061SEd Tanous <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 3362bde4061SEd Tanous <PropertyValue Property="Version" String="v1_3_0"/> 3372bde4061SEd Tanous </Record> 3382bde4061SEd Tanous </Collection> 3392bde4061SEd Tanous </Annotation> 3402bde4061SEd Tanous </Member> 3412bde4061SEd Tanous <Member Name="Valve"> 3422bde4061SEd Tanous <Annotation Term="OData.Description" String="Valve (% open) control."/> 343f2a8e57eSGunnar Mills <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."/> 3442bde4061SEd Tanous <Annotation Term="Redfish.Revisions"> 3452bde4061SEd Tanous <Collection> 3462bde4061SEd Tanous <Record> 3472bde4061SEd Tanous <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 3482bde4061SEd Tanous <PropertyValue Property="Version" String="v1_3_0"/> 3492bde4061SEd Tanous </Record> 3502bde4061SEd Tanous </Collection> 3512bde4061SEd Tanous </Annotation> 3522bde4061SEd Tanous </Member> 3532bde4061SEd Tanous <Member Name="Percent"> 3542bde4061SEd Tanous <Annotation Term="OData.Description" String="Percent-based control."/> 355f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This value shall indicate a percent-based control, in percent units. The `SetPointUnits` property shall contain `%`."/> 3562bde4061SEd Tanous <Annotation Term="Redfish.Revisions"> 3572bde4061SEd Tanous <Collection> 3582bde4061SEd Tanous <Record> 3592bde4061SEd Tanous <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 3602bde4061SEd Tanous <PropertyValue Property="Version" String="v1_5_0"/> 3612bde4061SEd Tanous </Record> 3622bde4061SEd Tanous </Collection> 3632bde4061SEd Tanous </Annotation> 3642bde4061SEd Tanous </Member> 3652bde4061SEd Tanous <Member Name="DutyCycle"> 3662bde4061SEd Tanous <Annotation Term="OData.Description" String="Duty cycle (%) control."/> 367f2a8e57eSGunnar Mills <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 `%`."/> 3682bde4061SEd Tanous <Annotation Term="Redfish.Revisions"> 3692bde4061SEd Tanous <Collection> 3702bde4061SEd Tanous <Record> 3712bde4061SEd Tanous <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 3722bde4061SEd Tanous <PropertyValue Property="Version" String="v1_5_0"/> 3732bde4061SEd Tanous </Record> 3742bde4061SEd Tanous </Collection> 3752bde4061SEd Tanous </Annotation> 3762bde4061SEd Tanous </Member> 3772bde4061SEd Tanous </EnumType> 3782bde4061SEd Tanous 3792bde4061SEd Tanous <EnumType Name="SetPointType"> 3802bde4061SEd Tanous <Member Name="Single"> 3812bde4061SEd Tanous <Annotation Term="OData.Description" String="Control uses a single set point."/> 382f2a8e57eSGunnar Mills <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."/> 3832bde4061SEd Tanous </Member> 3842bde4061SEd Tanous <Member Name="Range"> 3852bde4061SEd Tanous <Annotation Term="OData.Description" String="Control uses a range of values."/> 386f2a8e57eSGunnar Mills <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."/> 3872bde4061SEd Tanous </Member> 3882bde4061SEd Tanous </EnumType> 3892bde4061SEd Tanous 3902bde4061SEd Tanous <EnumType Name="ControlMode"> 3912bde4061SEd Tanous <Member Name="Automatic"> 3922bde4061SEd Tanous <Annotation Term="OData.Description" String="Automatically adjust control to meet the set point."/> 3932bde4061SEd Tanous </Member> 3942bde4061SEd Tanous <Member Name="Override"> 3952bde4061SEd Tanous <Annotation Term="OData.Description" String="User override of the automatic set point value."/> 3962bde4061SEd Tanous </Member> 3972bde4061SEd Tanous <Member Name="Manual"> 3982bde4061SEd Tanous <Annotation Term="OData.Description" String="No automatic adjustments are made to the control."/> 3992bde4061SEd Tanous </Member> 4002bde4061SEd Tanous <Member Name="Disabled"> 4012bde4061SEd Tanous <Annotation Term="OData.Description" String="The control has been disabled."/> 4022bde4061SEd Tanous </Member> 4032bde4061SEd Tanous </EnumType> 4042bde4061SEd Tanous 4052bde4061SEd Tanous <EnumType Name="ImplementationType"> 4062bde4061SEd Tanous <Member Name="Programmable"> 4072bde4061SEd Tanous <Annotation Term="OData.Description" String="The set point can be adjusted through this interface."/> 4082bde4061SEd Tanous </Member> 4092bde4061SEd Tanous <Member Name="Direct"> 4102bde4061SEd Tanous <Annotation Term="OData.Description" String="The set point directly affects the control value."/> 4112bde4061SEd Tanous </Member> 4122bde4061SEd Tanous <Member Name="Monitored"> 4132bde4061SEd Tanous <Annotation Term="OData.Description" String="A physical control that cannot be adjusted through this interface."/> 4142bde4061SEd Tanous </Member> 4152bde4061SEd Tanous </EnumType> 4162bde4061SEd Tanous 4172bde4061SEd Tanous <ComplexType Name="Actions"> 4182bde4061SEd Tanous <Annotation Term="OData.AdditionalProperties" Bool="false"/> 4192bde4061SEd Tanous <Annotation Term="OData.Description" String="The available actions for this resource."/> 4202bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/> 4212bde4061SEd Tanous <Property Name="Oem" Type="Control.v1_0_0.OemActions" Nullable="false"> 4222bde4061SEd Tanous <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 4232bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/> 4242bde4061SEd Tanous </Property> 4252bde4061SEd Tanous </ComplexType> 4262bde4061SEd Tanous 4272bde4061SEd Tanous <ComplexType Name="OemActions"> 4282bde4061SEd Tanous <Annotation Term="OData.AdditionalProperties" Bool="true"/> 4292bde4061SEd Tanous <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 4302bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/> 4312bde4061SEd Tanous </ComplexType> 4322bde4061SEd Tanous </Schema> 4332bde4061SEd Tanous 4342bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Control.v1_0_1"> 4352bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 4362bde4061SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 4372bde4061SEd Tanous <EntityType Name="Control" BaseType="Control.v1_0_0.Control"/> 4382bde4061SEd Tanous </Schema> 4392bde4061SEd Tanous 4402bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Control.v1_0_2"> 4412bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 4422bde4061SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 4432bde4061SEd Tanous <EntityType Name="Control" BaseType="Control.v1_0_1.Control"/> 4442bde4061SEd Tanous </Schema> 4452bde4061SEd Tanous 446f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Control.v1_0_3"> 447f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 448f2a8e57eSGunnar Mills <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."/> 449f2a8e57eSGunnar Mills <EntityType Name="Control" BaseType="Control.v1_0_2.Control"/> 450f2a8e57eSGunnar Mills </Schema> 451f2a8e57eSGunnar Mills 452*dd5c81e9SGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Control.v1_0_4"> 453*dd5c81e9SGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 454*dd5c81e9SGunnar Mills <Annotation Term="OData.Description" String="This version was created to add references to formats defined by the UCUM specification in the description of `SetPointUnits`."/> 455*dd5c81e9SGunnar Mills <EntityType Name="Control" BaseType="Control.v1_0_3.Control"/> 456*dd5c81e9SGunnar Mills </Schema> 457*dd5c81e9SGunnar Mills 4582bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Control.v1_1_0"> 4592bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 4602bde4061SEd Tanous <Annotation Term="Redfish.Release" String="2021.4"/> 461f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to add `FrequencyMhz` and `Pressure` to `ControlType`."/> 4622bde4061SEd Tanous 4632bde4061SEd Tanous <EntityType Name="Control" BaseType="Control.v1_0_1.Control"/> 4642bde4061SEd Tanous </Schema> 4652bde4061SEd Tanous 4662bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Control.v1_1_1"> 4672bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 4682bde4061SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 4692bde4061SEd Tanous <EntityType Name="Control" BaseType="Control.v1_1_0.Control"/> 4702bde4061SEd Tanous </Schema> 4712bde4061SEd Tanous 472f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Control.v1_1_2"> 473f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 474f2a8e57eSGunnar Mills <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."/> 475f2a8e57eSGunnar Mills <EntityType Name="Control" BaseType="Control.v1_1_1.Control"/> 476f2a8e57eSGunnar Mills </Schema> 477f2a8e57eSGunnar Mills 478*dd5c81e9SGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Control.v1_1_3"> 479*dd5c81e9SGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 480*dd5c81e9SGunnar Mills <Annotation Term="OData.Description" String="This version was created to add references to formats defined by the UCUM specification in the description of `SetPointUnits`."/> 481*dd5c81e9SGunnar Mills <EntityType Name="Control" BaseType="Control.v1_1_2.Control"/> 482*dd5c81e9SGunnar Mills </Schema> 483*dd5c81e9SGunnar Mills 4842bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Control.v1_2_0"> 4852bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 4862bde4061SEd Tanous <Annotation Term="Redfish.Release" String="2022.2"/> 487f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to add the `ResetToDefaults` action."/> 4882bde4061SEd Tanous 4892bde4061SEd Tanous <EntityType Name="Control" BaseType="Control.v1_1_0.Control"/> 4902bde4061SEd Tanous </Schema> 4912bde4061SEd Tanous 4922bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Control.v1_2_1"> 4932bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 4942bde4061SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 4952bde4061SEd Tanous <EntityType Name="Control" BaseType="Control.v1_2_0.Control"/> 4962bde4061SEd Tanous </Schema> 4972bde4061SEd Tanous 498f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Control.v1_2_2"> 499f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 500f2a8e57eSGunnar Mills <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."/> 501f2a8e57eSGunnar Mills <EntityType Name="Control" BaseType="Control.v1_2_1.Control"/> 502f2a8e57eSGunnar Mills </Schema> 503f2a8e57eSGunnar Mills 504*dd5c81e9SGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Control.v1_2_3"> 505*dd5c81e9SGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 506*dd5c81e9SGunnar Mills <Annotation Term="OData.Description" String="This version was created to add references to formats defined by the UCUM specification in the description of `SetPointUnits`."/> 507*dd5c81e9SGunnar Mills <EntityType Name="Control" BaseType="Control.v1_2_2.Control"/> 508*dd5c81e9SGunnar Mills </Schema> 509*dd5c81e9SGunnar Mills 5102bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Control.v1_3_0"> 5112bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 5122bde4061SEd Tanous <Annotation Term="Redfish.Release" String="2023.1"/> 513f2a8e57eSGunnar Mills <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`."/> 5142bde4061SEd Tanous 5152bde4061SEd Tanous <EntityType Name="Control" BaseType="Control.v1_2_0.Control"> 5162bde4061SEd Tanous <Property Name="DefaultSetPoint" Type="Edm.Decimal"> 5172bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 5182bde4061SEd Tanous <Annotation Term="OData.Description" String="The default set point of the control."/> 519f2a8e57eSGunnar Mills <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."/> 5202bde4061SEd Tanous <Annotation Term="Redfish.Excerpt" String="Single"/> 5212bde4061SEd Tanous </Property> 5222bde4061SEd Tanous </EntityType> 5232bde4061SEd Tanous </Schema> 5242bde4061SEd Tanous 5252bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Control.v1_3_1"> 5262bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 527f2a8e57eSGunnar Mills <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."/> 5282bde4061SEd Tanous <EntityType Name="Control" BaseType="Control.v1_3_0.Control"/> 5292bde4061SEd Tanous </Schema> 5302bde4061SEd Tanous 531f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Control.v1_3_2"> 532f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 533f2a8e57eSGunnar Mills <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."/> 534f2a8e57eSGunnar Mills <EntityType Name="Control" BaseType="Control.v1_3_1.Control"/> 535f2a8e57eSGunnar Mills </Schema> 536f2a8e57eSGunnar Mills 537*dd5c81e9SGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Control.v1_3_3"> 538*dd5c81e9SGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 539*dd5c81e9SGunnar Mills <Annotation Term="OData.Description" String="This version was created to add references to formats defined by the UCUM specification in the description of `SetPointUnits`."/> 540*dd5c81e9SGunnar Mills <EntityType Name="Control" BaseType="Control.v1_3_2.Control"/> 541*dd5c81e9SGunnar Mills </Schema> 542*dd5c81e9SGunnar Mills 5432bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Control.v1_4_0"> 5442bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 5452bde4061SEd Tanous <Annotation Term="Redfish.Release" String="2023.2"/> 546f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to deprecate the `Accuracy` property in favor of `SetPointAccuracy`."/> 5472bde4061SEd Tanous 5482bde4061SEd Tanous <EntityType Name="Control" BaseType="Control.v1_3_0.Control"> 5492bde4061SEd Tanous <Property Name="SetPointAccuracy" Type="Edm.Decimal"> 5502bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 5512bde4061SEd Tanous <Annotation Term="OData.Description" String="Accuracy (+/-) of the set point."/> 552f2a8e57eSGunnar Mills <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."/> 5532bde4061SEd Tanous </Property> 5542bde4061SEd Tanous </EntityType> 5552bde4061SEd Tanous </Schema> 5562bde4061SEd Tanous 5572bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Control.v1_4_1"> 5582bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 559f2a8e57eSGunnar Mills <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."/> 5602bde4061SEd Tanous <EntityType Name="Control" BaseType="Control.v1_4_0.Control"/> 5612bde4061SEd Tanous </Schema> 5622bde4061SEd Tanous 563f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Control.v1_4_2"> 564f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 565f2a8e57eSGunnar Mills <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."/> 566f2a8e57eSGunnar Mills <EntityType Name="Control" BaseType="Control.v1_4_1.Control"/> 567f2a8e57eSGunnar Mills </Schema> 568f2a8e57eSGunnar Mills 569*dd5c81e9SGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Control.v1_4_3"> 570*dd5c81e9SGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 571*dd5c81e9SGunnar Mills <Annotation Term="OData.Description" String="This version was created to add references to formats defined by the UCUM specification in the description of `SetPointUnits`."/> 572*dd5c81e9SGunnar Mills <EntityType Name="Control" BaseType="Control.v1_4_2.Control"/> 573*dd5c81e9SGunnar Mills </Schema> 574*dd5c81e9SGunnar Mills 5752bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Control.v1_5_0"> 5762bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 5772bde4061SEd Tanous <Annotation Term="Redfish.Release" String="2023.3"/> 578f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to add `Percent` and `DutyCyle` to `ControlType`."/> 5792bde4061SEd Tanous 5802bde4061SEd Tanous <EntityType Name="Control" BaseType="Control.v1_4_1.Control"/> 5812bde4061SEd Tanous </Schema> 5822bde4061SEd Tanous 583f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Control.v1_5_1"> 584f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 585f2a8e57eSGunnar Mills <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."/> 586f2a8e57eSGunnar Mills <EntityType Name="Control" BaseType="Control.v1_5_0.Control"/> 587f2a8e57eSGunnar Mills </Schema> 588f2a8e57eSGunnar Mills 589*dd5c81e9SGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Control.v1_5_2"> 590*dd5c81e9SGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 591*dd5c81e9SGunnar Mills <Annotation Term="OData.Description" String="This version was created to add references to formats defined by the UCUM specification in the description of `SetPointUnits`."/> 592*dd5c81e9SGunnar Mills <EntityType Name="Control" BaseType="Control.v1_5_1.Control"/> 593*dd5c81e9SGunnar Mills </Schema> 594*dd5c81e9SGunnar Mills 5952bde4061SEd Tanous </edmx:DataServices> 5962bde4061SEd Tanous</edmx:Edmx> 597