12bde4061SEd Tanous<?xml version="1.0" encoding="UTF-8"?> 22bde4061SEd Tanous<!----> 32bde4061SEd Tanous<!--################################################################################ --> 49b46bc0bSMyung Bae<!--# Redfish Schema: Pump v1.2.0 --> 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 --> 8d125652eSGunnar Mills<!--# Copyright 2014-2025 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:Reference> 262bde4061SEd Tanous <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml"> 272bde4061SEd Tanous <edmx:Include Namespace="Resource"/> 282bde4061SEd Tanous <edmx:Include Namespace="Resource.v1_0_0"/> 292bde4061SEd Tanous </edmx:Reference> 302bde4061SEd Tanous <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Chassis_v1.xml"> 312bde4061SEd Tanous <edmx:Include Namespace="Chassis"/> 322bde4061SEd Tanous </edmx:Reference> 332bde4061SEd Tanous <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PhysicalContext_v1.xml"> 342bde4061SEd Tanous <edmx:Include Namespace="PhysicalContext"/> 352bde4061SEd Tanous </edmx:Reference> 362bde4061SEd Tanous <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Redundancy_v1.xml"> 372bde4061SEd Tanous <edmx:Include Namespace="Redundancy"/> 382bde4061SEd Tanous </edmx:Reference> 392bde4061SEd Tanous <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Sensor_v1.xml"> 402bde4061SEd Tanous <edmx:Include Namespace="Sensor"/> 412bde4061SEd Tanous </edmx:Reference> 422bde4061SEd Tanous <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Assembly_v1.xml"> 432bde4061SEd Tanous <edmx:Include Namespace="Assembly"/> 442bde4061SEd Tanous </edmx:Reference> 452bde4061SEd Tanous <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/CoolingLoop_v1.xml"> 462bde4061SEd Tanous <edmx:Include Namespace="CoolingLoop"/> 472bde4061SEd Tanous </edmx:Reference> 482bde4061SEd Tanous <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/FilterCollection_v1.xml"> 492bde4061SEd Tanous <edmx:Include Namespace="FilterCollection"/> 502bde4061SEd Tanous </edmx:Reference> 512bde4061SEd Tanous <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Control_v1.xml"> 522bde4061SEd Tanous <edmx:Include Namespace="Control"/> 532bde4061SEd Tanous </edmx:Reference> 542bde4061SEd Tanous 552bde4061SEd Tanous <edmx:DataServices> 562bde4061SEd Tanous 572bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Pump"> 582bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 59f2a8e57eSGunnar Mills <Annotation Term="Redfish.Language" String="en"/> 602bde4061SEd Tanous 612bde4061SEd Tanous <EntityType Name="Pump" BaseType="Resource.v1_0_0.Resource" Abstract="true"> 62f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="The `Pump` schema describes a pump unit for a cooling system or similar device."/> 632bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This resource shall represent the management properties for monitoring and management of pumps for a Redfish implementation."/> 642bde4061SEd Tanous <Annotation Term="Capabilities.InsertRestrictions"> 652bde4061SEd Tanous <Record> 662bde4061SEd Tanous <PropertyValue Property="Insertable" Bool="false"/> 672bde4061SEd Tanous </Record> 682bde4061SEd Tanous </Annotation> 692bde4061SEd Tanous <Annotation Term="Capabilities.UpdateRestrictions"> 702bde4061SEd Tanous <Record> 712bde4061SEd Tanous <PropertyValue Property="Updatable" Bool="true"/> 722bde4061SEd Tanous <Annotation Term="OData.Description" String="Any writable properties can be updated."/> 732bde4061SEd Tanous </Record> 742bde4061SEd Tanous </Annotation> 752bde4061SEd Tanous <Annotation Term="Capabilities.DeleteRestrictions"> 762bde4061SEd Tanous <Record> 772bde4061SEd Tanous <PropertyValue Property="Deletable" Bool="false"/> 782bde4061SEd Tanous </Record> 792bde4061SEd Tanous </Annotation> 802bde4061SEd Tanous <Annotation Term="Redfish.Uris"> 812bde4061SEd Tanous <Collection> 822bde4061SEd Tanous <String>/redfish/v1/ThermalEquipment/CDUs/{CoolingUnitId}/Pumps/{PumpId}</String> 832bde4061SEd Tanous <String>/redfish/v1/ThermalEquipment/ImmersionUnits/{CoolingUnitId}/Pumps/{PumpId}</String> 842bde4061SEd Tanous <String>/redfish/v1/ThermalEquipment/HeatExchangers/{CoolingUnitId}/Pumps/{PumpId}</String> 85*c6d7a45dSGunnar Mills <String>/redfish/v1/ThermalEquipment/RPUs/{CoolingUnitId}/Pumps/{PumpId}</String> 862bde4061SEd Tanous <String>/redfish/v1/Chassis/{ChassisId}/ThermalSubsystem/Pumps/{PumpId}</String> 872bde4061SEd Tanous </Collection> 882bde4061SEd Tanous </Annotation> 892bde4061SEd Tanous </EntityType> 909b46bc0bSMyung Bae 919b46bc0bSMyung Bae <Action Name="SetMode" IsBound="true"> 929b46bc0bSMyung Bae <Annotation Term="OData.Description" String="This action sets the operating mode of the pump."/> 939b46bc0bSMyung Bae <Annotation Term="OData.LongDescription" String="This action shall set the operating mode of the pump."/> 949b46bc0bSMyung Bae <Parameter Name="Pump" Type="Pump.v1_0_0.Actions"/> 959b46bc0bSMyung Bae <Parameter Name="Mode" Type="Pump.v1_2_0.PumpMode"> 969b46bc0bSMyung Bae <Annotation Term="OData.Description" String="The desired operating mode of the pump."/> 979b46bc0bSMyung Bae <Annotation Term="OData.LongDescription" String="This parameter shall contain the desired operating mode of the pump."/> 989b46bc0bSMyung Bae </Parameter> 999b46bc0bSMyung Bae <Annotation Term="Redfish.Revisions"> 1009b46bc0bSMyung Bae <Collection> 1019b46bc0bSMyung Bae <Record> 1029b46bc0bSMyung Bae <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 1039b46bc0bSMyung Bae <PropertyValue Property="Version" String="v1_2_0"/> 1049b46bc0bSMyung Bae </Record> 1059b46bc0bSMyung Bae </Collection> 1069b46bc0bSMyung Bae </Annotation> 1079b46bc0bSMyung Bae </Action> 1082bde4061SEd Tanous </Schema> 1092bde4061SEd Tanous 1102bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Pump.v1_0_0"> 1112bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1122bde4061SEd Tanous <Annotation Term="Redfish.Release" String="2023.1"/> 1132bde4061SEd Tanous 1142bde4061SEd Tanous <EntityType Name="Pump" BaseType="Pump.Pump"> 1152bde4061SEd Tanous <Property Name="PhysicalContext" Type="PhysicalContext.PhysicalContext" Nullable="false"> 1162bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1172bde4061SEd Tanous <Annotation Term="OData.Description" String="The area or device associated with this pump."/> 1182bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain a description of the affected device or region within the chassis with which this pump is associated."/> 1192bde4061SEd Tanous </Property> 1202bde4061SEd Tanous <Property Name="Status" Type="Resource.Status" Nullable="false"> 1212bde4061SEd Tanous <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/> 1222bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/> 1232bde4061SEd Tanous </Property> 1242bde4061SEd Tanous <Property Name="UserLabel" Type="Edm.String" Nullable="false"> 1252bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1262bde4061SEd Tanous <Annotation Term="OData.Description" String="A user-assigned label."/> 1272bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain a user-assigned label used to identify this resource. If a value has not been assigned by a user, the value of this property shall be an empty string."/> 1282bde4061SEd Tanous </Property> 1292bde4061SEd Tanous <Property Name="PumpType" Type="Pump.v1_0_0.PumpType"> 1302bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1312bde4061SEd Tanous <Annotation Term="OData.Description" String="The type of pump."/> 1322bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the type of pump represented by this resource."/> 1332bde4061SEd Tanous </Property> 1342bde4061SEd Tanous <Property Name="Manufacturer" Type="Edm.String"> 1352bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1362bde4061SEd Tanous <Annotation Term="OData.Description" String="The manufacturer of this pump."/> 1372bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the name of the organization responsible for producing the pump. This organization may be the entity from whom the pump is purchased, but this is not necessarily true."/> 1382bde4061SEd Tanous </Property> 1392bde4061SEd Tanous <Property Name="Model" Type="Edm.String"> 1402bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1412bde4061SEd Tanous <Annotation Term="OData.Description" String="The model number for this pump."/> 1422bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the model information as defined by the manufacturer for this pump."/> 1432bde4061SEd Tanous </Property> 1442bde4061SEd Tanous <Property Name="SerialNumber" Type="Edm.String"> 1452bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1462bde4061SEd Tanous <Annotation Term="OData.Description" String="The serial number for this pump."/> 1472bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the serial number as defined by the manufacturer for this pump."/> 1482bde4061SEd Tanous </Property> 1492bde4061SEd Tanous <Property Name="PartNumber" Type="Edm.String"> 1502bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1512bde4061SEd Tanous <Annotation Term="OData.Description" String="The part number for this pump."/> 1522bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the part number as defined by the manufacturer for this pump."/> 1532bde4061SEd Tanous </Property> 1542bde4061SEd Tanous <Property Name="SparePartNumber" Type="Edm.String"> 1552bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1562bde4061SEd Tanous <Annotation Term="OData.Description" String="The spare part number for this pump."/> 1572bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the spare or replacement part number as defined by the manufacturer for this pump."/> 1582bde4061SEd Tanous </Property> 1592bde4061SEd Tanous <Property Name="Version" Type="Edm.String"> 1602bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1612bde4061SEd Tanous <Annotation Term="OData.Description" String="The hardware version of this equipment."/> 1622bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the hardware version of this equipment as determined by the vendor or supplier."/> 1632bde4061SEd Tanous </Property> 1642bde4061SEd Tanous <Property Name="FirmwareVersion" Type="Edm.String" Nullable="false"> 1652bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1662bde4061SEd Tanous <Annotation Term="OData.Description" String="The firmware version of this equipment."/> 1672bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain a string describing the firmware version of this equipment as provided by the manufacturer."/> 1682bde4061SEd Tanous </Property> 1692bde4061SEd Tanous <Property Name="ProductionDate" Type="Edm.DateTimeOffset"> 1702bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1712bde4061SEd Tanous <Annotation Term="OData.Description" String="The production or manufacturing date of this equipment."/> 1722bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the date of production or manufacture for this equipment."/> 1732bde4061SEd Tanous </Property> 1742bde4061SEd Tanous <Property Name="AssetTag" Type="Edm.String"> 1752bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1762bde4061SEd Tanous <Annotation Term="OData.Description" String="The user-assigned asset tag for this equipment."/> 1772bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the user-assigned asset tag, which is an identifying string that tracks the equipment for inventory purposes."/> 1782bde4061SEd Tanous </Property> 1792bde4061SEd Tanous <Property Name="Location" Type="Resource.Location" Nullable="false"> 1802bde4061SEd Tanous <Annotation Term="OData.Description" String="The location of the pump."/> 1812bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the location information of this pump."/> 1822bde4061SEd Tanous </Property> 1832bde4061SEd Tanous <Property Name="LocationIndicatorActive" Type="Edm.Boolean"> 1842bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1852bde4061SEd Tanous <Annotation Term="OData.Description" String="An indicator allowing an operator to physically locate this resource."/> 1862bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the state of the indicator used to physically identify or locate this resource."/> 1872bde4061SEd Tanous </Property> 1882bde4061SEd Tanous <Property Name="ServiceHours" Type="Edm.Decimal"> 1892bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1902bde4061SEd Tanous <Annotation Term="OData.Description" String="The hours of service this pump has provided."/> 1912bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the number of hours of service that the pump has been in operation."/> 1922bde4061SEd Tanous </Property> 1932bde4061SEd Tanous <NavigationProperty Name="PumpSpeedPercent" Type="Sensor.Sensor"> 1942bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1952bde4061SEd Tanous <Annotation Term="Redfish.ExcerptCopy" String="Pump"/> 1962bde4061SEd Tanous <Annotation Term="OData.Description" String="The pump speed (%)."/> 197f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain the current speed, in percent units, of this pump. The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `Percent`."/> 1982bde4061SEd Tanous </NavigationProperty> 1992bde4061SEd Tanous <NavigationProperty Name="Assembly" Type="Assembly.Assembly" ContainsTarget="true" Nullable="false"> 2002bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 2012bde4061SEd Tanous <Annotation Term="OData.Description" String="The link to the assembly associated with this pump."/> 202f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type `Assembly`."/> 2032bde4061SEd Tanous <Annotation Term="OData.AutoExpandReferences"/> 2042bde4061SEd Tanous </NavigationProperty> 2052bde4061SEd Tanous <NavigationProperty Name="Filters" Type="FilterCollection.FilterCollection" Nullable="false"> 2062bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 2072bde4061SEd Tanous <Annotation Term="OData.Description" String="A link to a collection of filters."/> 208f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type `FilterCollection` that contains a set of filters."/> 2092bde4061SEd Tanous <Annotation Term="OData.AutoExpandReferences"/> 2102bde4061SEd Tanous </NavigationProperty> 2112bde4061SEd Tanous 2122bde4061SEd Tanous <Property Name="Actions" Type="Pump.v1_0_0.Actions" Nullable="false"> 2132bde4061SEd Tanous <Annotation Term="OData.Description" String="The available actions for this resource."/> 2142bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/> 2152bde4061SEd Tanous </Property> 2162bde4061SEd Tanous </EntityType> 2172bde4061SEd Tanous 2182bde4061SEd Tanous <ComplexType Name="Actions"> 2192bde4061SEd Tanous <Annotation Term="OData.AdditionalProperties" Bool="false"/> 2202bde4061SEd Tanous <Annotation Term="OData.Description" String="The available actions for this resource."/> 2212bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/> 2222bde4061SEd Tanous <Property Name="Oem" Type="Pump.v1_0_0.OemActions" Nullable="false"> 2232bde4061SEd Tanous <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 2242bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/> 2252bde4061SEd Tanous </Property> 2262bde4061SEd Tanous </ComplexType> 2272bde4061SEd Tanous 2282bde4061SEd Tanous <ComplexType Name="OemActions"> 2292bde4061SEd Tanous <Annotation Term="OData.AdditionalProperties" Bool="true"/> 2302bde4061SEd Tanous <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 2312bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/> 2322bde4061SEd Tanous </ComplexType> 2332bde4061SEd Tanous 2342bde4061SEd Tanous <EnumType Name="PumpType"> 2352bde4061SEd Tanous <Member Name="Liquid"> 2362bde4061SEd Tanous <Annotation Term="OData.Description" String="A water or liquid pump."/> 2372bde4061SEd Tanous </Member> 2382bde4061SEd Tanous <Member Name="Compressor"> 2392bde4061SEd Tanous <Annotation Term="OData.Description" String="A compressor."/> 2402bde4061SEd Tanous </Member> 2412bde4061SEd Tanous </EnumType> 2422bde4061SEd Tanous </Schema> 2432bde4061SEd Tanous 2442bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Pump.v1_0_1"> 2452bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2462bde4061SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 2472bde4061SEd Tanous <EntityType Name="Pump" BaseType="Pump.v1_0_0.Pump"/> 2482bde4061SEd Tanous </Schema> 2492bde4061SEd Tanous 250f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Pump.v1_0_2"> 251f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 252f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 253f2a8e57eSGunnar Mills <EntityType Name="Pump" BaseType="Pump.v1_0_1.Pump"/> 254f2a8e57eSGunnar Mills </Schema> 255f2a8e57eSGunnar Mills 256f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Pump.v1_1_0"> 257f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 258f2a8e57eSGunnar Mills <Annotation Term="Redfish.Release" String="2024.1"/> 259f2a8e57eSGunnar Mills 260f2a8e57eSGunnar Mills <EntityType Name="Pump" BaseType="Pump.v1_0_2.Pump"> 261f2a8e57eSGunnar Mills <NavigationProperty Name="SpeedControlPercent" Type="Control.Control"> 262f2a8e57eSGunnar Mills <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 263f2a8e57eSGunnar Mills <Annotation Term="Redfish.ExcerptCopy" String="SingleLoop"/> 264f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="The desired pump speed (%)."/> 265f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain the desired speed, in percent units, of this pump. The value of the `DataSourceUri` property, if present, shall reference a resource of type `Control` with the `ControlType` property containing the value `Percent`."/> 266f2a8e57eSGunnar Mills </NavigationProperty> 267f2a8e57eSGunnar Mills </EntityType> 268f2a8e57eSGunnar Mills </Schema> 269f2a8e57eSGunnar Mills 2709b46bc0bSMyung Bae <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Pump.v1_2_0"> 2719b46bc0bSMyung Bae <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2729b46bc0bSMyung Bae <Annotation Term="Redfish.Release" String="2024.4"/> 2739b46bc0bSMyung Bae <Annotation Term="OData.Description" String="This version was created to add the `SetMode` action."/> 2749b46bc0bSMyung Bae 2759b46bc0bSMyung Bae <EntityType Name="Pump" BaseType="Pump.v1_1_0.Pump"> 2769b46bc0bSMyung Bae <NavigationProperty Name="InletPressurekPa" Type="Sensor.Sensor"> 2779b46bc0bSMyung Bae <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 2789b46bc0bSMyung Bae <Annotation Term="Redfish.ExcerptCopy"/> 2799b46bc0bSMyung Bae <Annotation Term="OData.Description" String="The inlet pressure (kPa)."/> 2809b46bc0bSMyung Bae <Annotation Term="OData.LongDescription" String="This property shall contain the pressure, in kilopascal units, for the inlet to this pump. The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `PressurekPa`."/> 2819b46bc0bSMyung Bae </NavigationProperty> 2829b46bc0bSMyung Bae </EntityType> 2839b46bc0bSMyung Bae 2849b46bc0bSMyung Bae <EnumType Name="PumpMode"> 2859b46bc0bSMyung Bae <Member Name="Enabled"> 2869b46bc0bSMyung Bae <Annotation Term="OData.Description" String="Enable the pump."/> 2879b46bc0bSMyung Bae <Annotation Term="OData.LongDescription" String="This value shall indicate a request to enable the pump. Upon successful completion, the `State` property within `Status`, shall contain the value `Enabled`."/> 2889b46bc0bSMyung Bae </Member> 2899b46bc0bSMyung Bae <Member Name="Disabled"> 2909b46bc0bSMyung Bae <Annotation Term="OData.Description" String="Disable the pump."/> 2919b46bc0bSMyung Bae <Annotation Term="OData.LongDescription" String="This value shall indicate a request to disable the pump. Upon successful completion, the `State` property within `Status`, shall contain the value `Disabled`."/> 2929b46bc0bSMyung Bae </Member> 2939b46bc0bSMyung Bae </EnumType> 2949b46bc0bSMyung Bae </Schema> 2959b46bc0bSMyung Bae 2962bde4061SEd Tanous </edmx:DataServices> 2972bde4061SEd Tanous</edmx:Edmx> 298