1<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################       -->
4<!--# Redfish Schema:  ThermalSubsystem v1.3.1                                             -->
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-2023 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://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
21    <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
22    <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/>
23  </edmx:Reference>
24  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
25    <edmx:Include Namespace="Resource"/>
26    <edmx:Include Namespace="Resource.v1_0_0"/>
27  </edmx:Reference>
28  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Redundancy_v1.xml">
29    <edmx:Include Namespace="Redundancy"/>
30  </edmx:Reference>
31  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/FanCollection_v1.xml">
32    <edmx:Include Namespace="FanCollection"/>
33  </edmx:Reference>
34  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/ThermalMetrics_v1.xml">
35    <edmx:Include Namespace="ThermalMetrics"/>
36  </edmx:Reference>
37  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/HeaterCollection_v1.xml">
38    <edmx:Include Namespace="HeaterCollection"/>
39  </edmx:Reference>
40  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/CoolantConnectorCollection_v1.xml">
41    <edmx:Include Namespace="CoolantConnectorCollection"/>
42  </edmx:Reference>
43  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PumpCollection_v1.xml">
44    <edmx:Include Namespace="PumpCollection"/>
45  </edmx:Reference>
46  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/LeakDetection_v1.xml">
47    <edmx:Include Namespace="LeakDetection"/>
48  </edmx:Reference>
49
50  <edmx:DataServices>
51
52    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ThermalSubsystem">
53      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
54
55      <EntityType Name="ThermalSubsystem" BaseType="Resource.v1_0_0.Resource" Abstract="true">
56        <Annotation Term="OData.Description" String="This ThermalSubsystem schema contains the definition for the thermal subsystem of a chassis."/>
57        <Annotation Term="OData.LongDescription" String="This resource shall represent a thermal subsystem for a Redfish implementation."/>
58        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
59        <Annotation Term="Capabilities.InsertRestrictions">
60          <Record>
61            <PropertyValue Property="Insertable" Bool="false"/>
62          </Record>
63        </Annotation>
64        <Annotation Term="Capabilities.UpdateRestrictions">
65          <Record>
66            <PropertyValue Property="Updatable" Bool="false"/>
67          </Record>
68        </Annotation>
69        <Annotation Term="Capabilities.DeleteRestrictions">
70          <Record>
71            <PropertyValue Property="Deletable" Bool="false"/>
72          </Record>
73        </Annotation>
74        <Annotation Term="Redfish.Uris">
75          <Collection>
76            <String>/redfish/v1/Chassis/{ChassisId}/ThermalSubsystem</String>
77          </Collection>
78        </Annotation>
79      </EntityType>
80    </Schema>
81
82    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ThermalSubsystem.v1_0_0">
83      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
84      <Annotation Term="Redfish.Release" String="2020.4"/>
85
86      <EntityType Name="ThermalSubsystem" BaseType="ThermalSubsystem.ThermalSubsystem">
87        <Property Name="Status" Type="Resource.Status" Nullable="false">
88          <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
89          <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
90        </Property>
91        <NavigationProperty Name="Fans" Type="FanCollection.FanCollection" Nullable="false">
92          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
93          <Annotation Term="OData.Description" String="The link to the collection of fans within this subsystem."/>
94          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type FanCollection."/>
95          <Annotation Term="OData.AutoExpandReferences"/>
96        </NavigationProperty>
97        <Property Name="FanRedundancy" Type="Collection(Redundancy.RedundantGroup)" Nullable="false">
98          <Annotation Term="OData.Description" String="The redundancy information for the groups of fans in this subsystem."/>
99          <Annotation Term="OData.LongDescription" String="This property shall contain redundancy information for the groups of fans in this subsystem."/>
100        </Property>
101        <NavigationProperty Name="ThermalMetrics" Type="ThermalMetrics.ThermalMetrics" Nullable="false">
102          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
103          <Annotation Term="OData.Description" String="The link to the summary of thermal metrics for this subsystem."/>
104          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type ThermalMetrics."/>
105          <Annotation Term="OData.AutoExpandReferences"/>
106        </NavigationProperty>
107        <Property Name="Actions" Type="ThermalSubsystem.v1_0_0.Actions" Nullable="false">
108          <Annotation Term="OData.Description" String="The available actions for this resource."/>
109          <Annotation Term="OData.LongDescription" String="The Actions property shall contain the available actions for this resource."/>
110        </Property>
111      </EntityType>
112
113      <ComplexType Name="Actions">
114        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
115        <Annotation Term="OData.Description" String="The available actions for this resource."/>
116        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
117        <Property Name="Oem" Type="ThermalSubsystem.v1_0_0.OemActions" Nullable="false">
118          <Annotation Term="OData.Description" String="This property contains the available OEM-specific actions for this resource."/>
119          <Annotation Term="OData.LongDescription" String="This property shall contain any additional OEM actions for this resource."/>
120        </Property>
121      </ComplexType>
122
123      <ComplexType Name="OemActions">
124        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
125        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
126        <Annotation Term="OData.LongDescription" String="This type shall contain any additional OEM actions for this resource."/>
127      </ComplexType>
128    </Schema>
129
130    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ThermalSubsystem.v1_0_1">
131      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
132      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
133      <EntityType Name="ThermalSubsystem" BaseType="ThermalSubsystem.v1_0_0.ThermalSubsystem"/>
134    </Schema>
135
136    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ThermalSubsystem.v1_1_0">
137      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
138      <Annotation Term="Redfish.Release" String="2022.3"/>
139
140      <EntityType Name="ThermalSubsystem" BaseType="ThermalSubsystem.v1_0_0.ThermalSubsystem">
141        <NavigationProperty Name="Heaters" Type="HeaterCollection.HeaterCollection" Nullable="false">
142          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
143          <Annotation Term="OData.Description" String="The link to the collection of heaters within this subsystem."/>
144          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type HeaterCollection."/>
145          <Annotation Term="OData.AutoExpandReferences"/>
146        </NavigationProperty>
147      </EntityType>
148    </Schema>
149
150    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ThermalSubsystem.v1_1_1">
151      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
152      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
153      <EntityType Name="ThermalSubsystem" BaseType="ThermalSubsystem.v1_1_0.ThermalSubsystem"/>
154    </Schema>
155
156    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ThermalSubsystem.v1_2_0">
157      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
158      <Annotation Term="Redfish.Release" String="2023.1"/>
159
160      <EntityType Name="ThermalSubsystem" BaseType="ThermalSubsystem.v1_1_0.ThermalSubsystem">
161        <NavigationProperty Name="CoolantConnectors" Type="CoolantConnectorCollection.CoolantConnectorCollection" Nullable="false">
162          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
163          <Annotation Term="OData.Description" String="A link to the coolant connectors for this equipment."/>
164          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type CoolantConnectorCollection that contains the coolant connectors for this equipment."/>
165          <Annotation Term="OData.AutoExpandReferences"/>
166        </NavigationProperty>
167      </EntityType>
168    </Schema>
169
170    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ThermalSubsystem.v1_2_1">
171      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
172      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
173      <EntityType Name="ThermalSubsystem" BaseType="ThermalSubsystem.v1_2_0.ThermalSubsystem"/>
174    </Schema>
175
176    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ThermalSubsystem.v1_3_0">
177      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
178      <Annotation Term="Redfish.Release" String="2023.2"/>
179
180      <EntityType Name="ThermalSubsystem" BaseType="ThermalSubsystem.v1_2_0.ThermalSubsystem">
181        <Property Name="CoolantConnectorRedundancy" Type="Collection(Redundancy.RedundantGroup)" Nullable="false">
182          <Annotation Term="OData.Description" String="The redundancy information for the coolant connectors in this subsystem."/>
183          <Annotation Term="OData.LongDescription" String="This property shall contain redundancy information for the set of coolant connectors attached to this equipment.  The values of the RedundancyGroup array shall reference resources of type CoolantConnector."/>
184        </Property>
185        <NavigationProperty Name="Pumps" Type="PumpCollection.PumpCollection" Nullable="false">
186          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
187          <Annotation Term="OData.Description" String="A link to the pumps for this equipment."/>
188          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type PumpCollection that contains details for the pumps included in this equipment."/>
189          <Annotation Term="OData.AutoExpandReferences"/>
190        </NavigationProperty>
191        <NavigationProperty Name="LeakDetection" Type="LeakDetection.LeakDetection" ContainsTarget="true" Nullable="false">
192          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
193          <Annotation Term="OData.Description" String="The link to the leak detection system within this chassis."/>
194          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type LeakDetection."/>
195          <Annotation Term="OData.AutoExpandReferences"/>
196        </NavigationProperty>
197      </EntityType>
198    </Schema>
199
200    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ThermalSubsystem.v1_3_1">
201      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
202      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
203      <EntityType Name="ThermalSubsystem" BaseType="ThermalSubsystem.v1_3_0.ThermalSubsystem"/>
204    </Schema>
205
206  </edmx:DataServices>
207</edmx:Edmx>
208