1<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################       -->
4<!--# Redfish Schema:  Pump v1.1.0                                                         -->
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:Reference>
26  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
27    <edmx:Include Namespace="Resource"/>
28    <edmx:Include Namespace="Resource.v1_0_0"/>
29  </edmx:Reference>
30  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Chassis_v1.xml">
31    <edmx:Include Namespace="Chassis"/>
32  </edmx:Reference>
33  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PhysicalContext_v1.xml">
34    <edmx:Include Namespace="PhysicalContext"/>
35  </edmx:Reference>
36  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Redundancy_v1.xml">
37    <edmx:Include Namespace="Redundancy"/>
38  </edmx:Reference>
39  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Sensor_v1.xml">
40    <edmx:Include Namespace="Sensor"/>
41  </edmx:Reference>
42  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Assembly_v1.xml">
43    <edmx:Include Namespace="Assembly"/>
44  </edmx:Reference>
45  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/CoolingLoop_v1.xml">
46    <edmx:Include Namespace="CoolingLoop"/>
47  </edmx:Reference>
48  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/FilterCollection_v1.xml">
49    <edmx:Include Namespace="FilterCollection"/>
50  </edmx:Reference>
51  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Control_v1.xml">
52    <edmx:Include Namespace="Control"/>
53  </edmx:Reference>
54
55  <edmx:DataServices>
56
57    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Pump">
58      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
59      <Annotation Term="Redfish.Language" String="en"/>
60
61      <EntityType Name="Pump" BaseType="Resource.v1_0_0.Resource" Abstract="true">
62        <Annotation Term="OData.Description" String="The `Pump` schema describes a pump unit for a cooling system or similar device."/>
63        <Annotation Term="OData.LongDescription" String="This resource shall represent the management properties for monitoring and management of pumps for a Redfish implementation."/>
64        <Annotation Term="Capabilities.InsertRestrictions">
65          <Record>
66            <PropertyValue Property="Insertable" Bool="false"/>
67          </Record>
68        </Annotation>
69        <Annotation Term="Capabilities.UpdateRestrictions">
70          <Record>
71            <PropertyValue Property="Updatable" Bool="true"/>
72            <Annotation Term="OData.Description" String="Any writable properties can be updated."/>
73          </Record>
74        </Annotation>
75        <Annotation Term="Capabilities.DeleteRestrictions">
76          <Record>
77            <PropertyValue Property="Deletable" Bool="false"/>
78          </Record>
79        </Annotation>
80        <Annotation Term="Redfish.Uris">
81          <Collection>
82            <String>/redfish/v1/ThermalEquipment/CDUs/{CoolingUnitId}/Pumps/{PumpId}</String>
83            <String>/redfish/v1/ThermalEquipment/ImmersionUnits/{CoolingUnitId}/Pumps/{PumpId}</String>
84            <String>/redfish/v1/ThermalEquipment/HeatExchangers/{CoolingUnitId}/Pumps/{PumpId}</String>
85            <String>/redfish/v1/Chassis/{ChassisId}/ThermalSubsystem/Pumps/{PumpId}</String>
86          </Collection>
87        </Annotation>
88      </EntityType>
89    </Schema>
90
91    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Pump.v1_0_0">
92      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
93      <Annotation Term="Redfish.Release" String="2023.1"/>
94
95      <EntityType Name="Pump" BaseType="Pump.Pump">
96        <Property Name="PhysicalContext" Type="PhysicalContext.PhysicalContext" Nullable="false">
97          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
98          <Annotation Term="OData.Description" String="The area or device associated with this pump."/>
99          <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."/>
100        </Property>
101        <Property Name="Status" Type="Resource.Status" Nullable="false">
102          <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
103          <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
104        </Property>
105        <Property Name="UserLabel" Type="Edm.String" Nullable="false">
106          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
107          <Annotation Term="OData.Description" String="A user-assigned label."/>
108          <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."/>
109        </Property>
110        <Property Name="PumpType" Type="Pump.v1_0_0.PumpType">
111          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
112          <Annotation Term="OData.Description" String="The type of pump."/>
113          <Annotation Term="OData.LongDescription" String="This property shall contain the type of pump represented by this resource."/>
114        </Property>
115        <Property Name="Manufacturer" Type="Edm.String">
116          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
117          <Annotation Term="OData.Description" String="The manufacturer of this pump."/>
118          <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."/>
119        </Property>
120        <Property Name="Model" Type="Edm.String">
121          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
122          <Annotation Term="OData.Description" String="The model number for this pump."/>
123          <Annotation Term="OData.LongDescription" String="This property shall contain the model information as defined by the manufacturer for this pump."/>
124        </Property>
125        <Property Name="SerialNumber" Type="Edm.String">
126          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
127          <Annotation Term="OData.Description" String="The serial number for this pump."/>
128          <Annotation Term="OData.LongDescription" String="This property shall contain the serial number as defined by the manufacturer for this pump."/>
129        </Property>
130        <Property Name="PartNumber" Type="Edm.String">
131          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
132          <Annotation Term="OData.Description" String="The part number for this pump."/>
133          <Annotation Term="OData.LongDescription" String="This property shall contain the part number as defined by the manufacturer for this pump."/>
134        </Property>
135        <Property Name="SparePartNumber" Type="Edm.String">
136          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
137          <Annotation Term="OData.Description" String="The spare part number for this pump."/>
138          <Annotation Term="OData.LongDescription" String="This property shall contain the spare or replacement part number as defined by the manufacturer for this pump."/>
139        </Property>
140        <Property Name="Version" Type="Edm.String">
141          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
142          <Annotation Term="OData.Description" String="The hardware version of this equipment."/>
143          <Annotation Term="OData.LongDescription" String="This property shall contain the hardware version of this equipment as determined by the vendor or supplier."/>
144        </Property>
145        <Property Name="FirmwareVersion" Type="Edm.String" Nullable="false">
146          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
147          <Annotation Term="OData.Description" String="The firmware version of this equipment."/>
148          <Annotation Term="OData.LongDescription" String="This property shall contain a string describing the firmware version of this equipment as provided by the manufacturer."/>
149        </Property>
150        <Property Name="ProductionDate" Type="Edm.DateTimeOffset">
151          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
152          <Annotation Term="OData.Description" String="The production or manufacturing date of this equipment."/>
153          <Annotation Term="OData.LongDescription" String="This property shall contain the date of production or manufacture for this equipment."/>
154        </Property>
155        <Property Name="AssetTag" Type="Edm.String">
156          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
157          <Annotation Term="OData.Description" String="The user-assigned asset tag for this equipment."/>
158          <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."/>
159        </Property>
160        <Property Name="Location" Type="Resource.Location" Nullable="false">
161          <Annotation Term="OData.Description" String="The location of the pump."/>
162          <Annotation Term="OData.LongDescription" String="This property shall contain the location information of this pump."/>
163        </Property>
164        <Property Name="LocationIndicatorActive" Type="Edm.Boolean">
165          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
166          <Annotation Term="OData.Description" String="An indicator allowing an operator to physically locate this resource."/>
167          <Annotation Term="OData.LongDescription" String="This property shall contain the state of the indicator used to physically identify or locate this resource."/>
168        </Property>
169        <Property Name="ServiceHours" Type="Edm.Decimal">
170          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
171          <Annotation Term="OData.Description" String="The hours of service this pump has provided."/>
172          <Annotation Term="OData.LongDescription" String="This property shall contain the number of hours of service that the pump has been in operation."/>
173        </Property>
174        <NavigationProperty Name="PumpSpeedPercent" Type="Sensor.Sensor">
175          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
176          <Annotation Term="Redfish.ExcerptCopy" String="Pump"/>
177          <Annotation Term="OData.Description" String="The pump speed (%)."/>
178          <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`."/>
179        </NavigationProperty>
180        <NavigationProperty Name="Assembly" Type="Assembly.Assembly" ContainsTarget="true" Nullable="false">
181          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
182          <Annotation Term="OData.Description" String="The link to the assembly associated with this pump."/>
183          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type `Assembly`."/>
184          <Annotation Term="OData.AutoExpandReferences"/>
185        </NavigationProperty>
186        <NavigationProperty Name="Filters" Type="FilterCollection.FilterCollection" Nullable="false">
187          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
188          <Annotation Term="OData.Description" String="A link to a collection of filters."/>
189          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type `FilterCollection` that contains a set of filters."/>
190          <Annotation Term="OData.AutoExpandReferences"/>
191        </NavigationProperty>
192
193        <Property Name="Actions" Type="Pump.v1_0_0.Actions" Nullable="false">
194          <Annotation Term="OData.Description" String="The available actions for this resource."/>
195          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
196        </Property>
197      </EntityType>
198
199      <ComplexType Name="Actions">
200        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
201        <Annotation Term="OData.Description" String="The available actions for this resource."/>
202        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
203        <Property Name="Oem" Type="Pump.v1_0_0.OemActions" Nullable="false">
204          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
205          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
206        </Property>
207      </ComplexType>
208
209      <ComplexType Name="OemActions">
210        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
211        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
212        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
213      </ComplexType>
214
215      <EnumType Name="PumpType">
216        <Member Name="Liquid">
217          <Annotation Term="OData.Description" String="A water or liquid pump."/>
218        </Member>
219        <Member Name="Compressor">
220          <Annotation Term="OData.Description" String="A compressor."/>
221        </Member>
222      </EnumType>
223    </Schema>
224
225    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Pump.v1_0_1">
226      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
227      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
228      <EntityType Name="Pump" BaseType="Pump.v1_0_0.Pump"/>
229    </Schema>
230
231    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Pump.v1_0_2">
232      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
233      <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."/>
234      <EntityType Name="Pump" BaseType="Pump.v1_0_1.Pump"/>
235    </Schema>
236
237    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Pump.v1_1_0">
238      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
239      <Annotation Term="Redfish.Release" String="2024.1"/>
240
241      <EntityType Name="Pump" BaseType="Pump.v1_0_2.Pump">
242        <NavigationProperty Name="SpeedControlPercent" Type="Control.Control">
243          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
244          <Annotation Term="Redfish.ExcerptCopy" String="SingleLoop"/>
245          <Annotation Term="OData.Description" String="The desired pump speed (%)."/>
246          <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`."/>
247        </NavigationProperty>
248      </EntityType>
249    </Schema>
250
251  </edmx:DataServices>
252</edmx:Edmx>
253