1<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################       -->
4<!--# Redfish Schema:  Reservoir v1.0.2                                                    -->
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/Control_v1.xml">
43    <edmx:Include Namespace="Control"/>
44  </edmx:Reference>
45  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Assembly_v1.xml">
46    <edmx:Include Namespace="Assembly"/>
47  </edmx:Reference>
48  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/CoolingLoop_v1.xml">
49    <edmx:Include Namespace="CoolingLoop"/>
50  </edmx:Reference>
51  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/FilterCollection_v1.xml">
52    <edmx:Include Namespace="FilterCollection"/>
53  </edmx:Reference>
54
55  <edmx:DataServices>
56
57    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Reservoir">
58      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
59      <Annotation Term="Redfish.Language" String="en"/>
60
61      <EntityType Name="Reservoir" BaseType="Resource.v1_0_0.Resource" Abstract="true">
62        <Annotation Term="OData.Description" String="The `Reservoir` schema describes a reservoir 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 reservoirs 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}/Reservoirs/{ReservoirId}</String>
83            <String>/redfish/v1/ThermalEquipment/ImmersionUnits/{CoolingUnitId}/Reservoirs/{ReservoirId}</String>
84            <String>/redfish/v1/ThermalEquipment/HeatExchangers/{CoolingUnitId}/Reservoirs/{ReservoirId}</String>
85          </Collection>
86        </Annotation>
87      </EntityType>
88    </Schema>
89
90    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Reservoir.v1_0_0">
91      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
92      <Annotation Term="Redfish.Release" String="2023.1"/>
93
94      <EntityType Name="Reservoir" BaseType="Reservoir.Reservoir">
95        <Property Name="PhysicalContext" Type="PhysicalContext.PhysicalContext" Nullable="false">
96          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
97          <Annotation Term="OData.Description" String="The area or device associated with this reservoir."/>
98          <Annotation Term="OData.LongDescription" String="This property shall contain a description of the affected device or region within the chassis with which this reservoir is associated."/>
99        </Property>
100        <Property Name="Status" Type="Resource.Status" Nullable="false">
101          <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
102          <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
103        </Property>
104        <Property Name="UserLabel" Type="Edm.String" Nullable="false">
105          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
106          <Annotation Term="OData.Description" String="A user-assigned label."/>
107          <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        </Property>
109        <Property Name="ReservoirType" Type="Reservoir.v1_0_0.ReservoirType">
110          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
111          <Annotation Term="OData.Description" String="The type of reservoir."/>
112          <Annotation Term="OData.LongDescription" String="This property shall contain the type of reservoir represented by this resource."/>
113        </Property>
114        <Property Name="CapacityLiters" Type="Edm.Decimal">
115          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
116          <Annotation Term="OData.Description" String="The capacity of the reservoir (L)."/>
117          <Annotation Term="OData.LongDescription" String="This property shall contain the capacity of the reservoir in liter units."/>
118        </Property>
119        <Property Name="Manufacturer" Type="Edm.String">
120          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
121          <Annotation Term="OData.Description" String="The manufacturer of this reservoir."/>
122          <Annotation Term="OData.LongDescription" String="This property shall contain the name of the organization responsible for producing the reservoir.  This organization may be the entity from whom the reservoir is purchased, but this is not necessarily true."/>
123        </Property>
124        <Property Name="Model" Type="Edm.String">
125          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
126          <Annotation Term="OData.Description" String="The model number for this reservoir."/>
127          <Annotation Term="OData.LongDescription" String="This property shall contain the model information as defined by the manufacturer for this reservoir."/>
128        </Property>
129        <Property Name="SerialNumber" Type="Edm.String">
130          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
131          <Annotation Term="OData.Description" String="The serial number for this reservoir."/>
132          <Annotation Term="OData.LongDescription" String="This property shall contain the serial number as defined by the manufacturer for this reservoir."/>
133        </Property>
134        <Property Name="PartNumber" Type="Edm.String">
135          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
136          <Annotation Term="OData.Description" String="The part number for this reservoir."/>
137          <Annotation Term="OData.LongDescription" String="This property shall contain the part number as defined by the manufacturer for this reservoir."/>
138        </Property>
139        <Property Name="SparePartNumber" Type="Edm.String">
140          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
141          <Annotation Term="OData.Description" String="The spare part number for this reservoir."/>
142          <Annotation Term="OData.LongDescription" String="This property shall contain the spare or replacement part number as defined by the manufacturer for this reservoir."/>
143        </Property>
144        <Property Name="Location" Type="Resource.Location" Nullable="false">
145          <Annotation Term="OData.Description" String="The location of the reservoir."/>
146          <Annotation Term="OData.LongDescription" String="This property shall contain the location information of this reservoir."/>
147        </Property>
148        <Property Name="LocationIndicatorActive" Type="Edm.Boolean">
149          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
150          <Annotation Term="OData.Description" String="An indicator allowing an operator to physically locate this resource."/>
151          <Annotation Term="OData.LongDescription" String="This property shall contain the state of the indicator used to physically identify or locate this resource."/>
152        </Property>
153        <Property Name="Coolant" Type="CoolingLoop.Coolant" Nullable="false">
154          <Annotation Term="OData.Description" String="Details about the coolant used in this unit."/>
155          <Annotation Term="OData.LongDescription" String="This property shall contain details regarding the coolant contained or used by this unit."/>
156        </Property>
157        <Property Name="FluidLevelStatus" Type="Resource.Health">
158          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
159          <Annotation Term="OData.Description" String="The status of the fluid level in this reservoir."/>
160          <Annotation Term="OData.LongDescription" String="This property shall indicate the status of the fluid level in this reservoir."/>
161        </Property>
162        <NavigationProperty Name="FluidLevelPercent" Type="Sensor.Sensor">
163          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
164          <Annotation Term="Redfish.ExcerptCopy"/>
165          <Annotation Term="OData.Description" String="The fluid capacity filled (percent)."/>
166          <Annotation Term="OData.LongDescription" String="This property shall contain the amount of fluid capacity, in percent units, filled in this reservoir.  The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `Percent`.  Services that support this property shall also return the `FluidLevelStatus` property."/>
167        </NavigationProperty>
168        <NavigationProperty Name="InternalPressurekPa" Type="Sensor.Sensor">
169          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
170          <Annotation Term="Redfish.ExcerptCopy"/>
171          <Annotation Term="OData.Description" String="The internal pressure (kPa) reading."/>
172          <Annotation Term="OData.LongDescription" String="This property shall contain the internal pressure, measured in kilopascal units, for the reservoir.  The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `PressurekPa`."/>
173        </NavigationProperty>
174        <NavigationProperty Name="Filters" Type="FilterCollection.FilterCollection" Nullable="false">
175          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
176          <Annotation Term="OData.Description" String="A link to a collection of filters."/>
177          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type `FilterCollection` that contains a set of filters."/>
178          <Annotation Term="OData.AutoExpandReferences"/>
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 reservoir."/>
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        <Property Name="Actions" Type="Reservoir.v1_0_0.Actions" Nullable="false">
187          <Annotation Term="OData.Description" String="The available actions for this resource."/>
188          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
189        </Property>
190      </EntityType>
191
192      <EnumType Name="ReservoirType">
193        <Member Name="Reserve">
194          <Annotation Term="OData.Description" String="A reservoir providing reserve fluid capacity."/>
195        </Member>
196        <Member Name="Overflow">
197          <Annotation Term="OData.Description" String="An overflow reservoir for excess fluid."/>
198        </Member>
199        <Member Name="Inline">
200          <Annotation Term="OData.Description" String="An inline or integrated reservoir."/>
201        </Member>
202        <Member Name="Immersion">
203          <Annotation Term="OData.Description" String="An immersion cooling tank."/>
204        </Member>
205      </EnumType>
206
207      <ComplexType Name="Actions">
208        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
209        <Annotation Term="OData.Description" String="The available actions for this resource."/>
210        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
211        <Property Name="Oem" Type="Reservoir.v1_0_0.OemActions" Nullable="false">
212          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
213          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
214        </Property>
215      </ComplexType>
216
217      <ComplexType Name="OemActions">
218        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
219        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
220        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
221      </ComplexType>
222    </Schema>
223
224    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Reservoir.v1_0_1">
225      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
226      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
227      <EntityType Name="Reservoir" BaseType="Reservoir.v1_0_0.Reservoir"/>
228    </Schema>
229
230    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Reservoir.v1_0_2">
231      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
232      <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."/>
233      <EntityType Name="Reservoir" BaseType="Reservoir.v1_0_1.Reservoir"/>
234    </Schema>
235
236  </edmx:DataServices>
237</edmx:Edmx>
238