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