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