1<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################       -->
4<!--# Redfish Schema:  ThermalEquipment v1.1.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:Reference>
23  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
24    <edmx:Include Namespace="Resource"/>
25    <edmx:Include Namespace="Resource.v1_0_0"/>
26  </edmx:Reference>
27  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/CoolingUnitCollection_v1.xml">
28    <edmx:Include Namespace="CoolingUnitCollection"/>
29  </edmx:Reference>
30  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/CoolingLoopCollection_v1.xml">
31    <edmx:Include Namespace="CoolingLoopCollection"/>
32  </edmx:Reference>
33  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Redundancy_v1.xml">
34    <edmx:Include Namespace="Redundancy"/>
35  </edmx:Reference>
36
37  <edmx:DataServices>
38
39    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ThermalEquipment">
40      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
41
42      <EntityType Name="ThermalEquipment" BaseType="Resource.v1_0_0.Resource" Abstract="true">
43        <Annotation Term="OData.Description" String="This is the schema definition for the set of cooling equipment."/>
44        <Annotation Term="OData.LongDescription" String="This resource shall represent the set of cooling equipment for a Redfish implementation."/>
45        <Annotation Term="Capabilities.InsertRestrictions">
46          <Record>
47            <PropertyValue Property="Insertable" Bool="false"/>
48          </Record>
49        </Annotation>
50        <Annotation Term="Capabilities.UpdateRestrictions">
51          <Record>
52            <PropertyValue Property="Updatable" Bool="false"/>
53          </Record>
54        </Annotation>
55        <Annotation Term="Capabilities.DeleteRestrictions">
56          <Record>
57            <PropertyValue Property="Deletable" Bool="false"/>
58          </Record>
59        </Annotation>
60        <Annotation Term="Redfish.Uris">
61          <Collection>
62            <String>/redfish/v1/ThermalEquipment</String>
63          </Collection>
64        </Annotation>
65      </EntityType>
66    </Schema>
67
68    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ThermalEquipment.v1_0_0">
69      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
70      <Annotation Term="Redfish.Release" String="2023.1"/>
71
72      <EntityType Name="ThermalEquipment" BaseType="ThermalEquipment.ThermalEquipment">
73        <Property Name="Status" Type="Resource.Status" Nullable="false">
74          <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
75          <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
76        </Property>
77        <NavigationProperty Name="HeatExchangers" Type="CoolingUnitCollection.CoolingUnitCollection" Nullable="false">
78          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
79          <Annotation Term="OData.Description" String="A link to a collection of heat exchanger units."/>
80          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type CoolingUnitCollection that contains a set of heat exchanger units."/>
81          <Annotation Term="OData.AutoExpandReferences"/>
82        </NavigationProperty>
83        <NavigationProperty Name="CDUs" Type="CoolingUnitCollection.CoolingUnitCollection" Nullable="false">
84          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
85          <Annotation Term="OData.Description" String="A link to a collection of coolant distribution units."/>
86          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type CoolingUnitCollection that contains a set of coolant distribution units."/>
87          <Annotation Term="OData.AutoExpandReferences"/>
88        </NavigationProperty>
89        <NavigationProperty Name="ImmersionUnits" Type="CoolingUnitCollection.CoolingUnitCollection" Nullable="false">
90          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
91          <Annotation Term="OData.Description" String="A link to a collection of immersion cooling units."/>
92          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type CoolingUnitCollection that contains a set of immersion cooling units."/>
93          <Annotation Term="OData.AutoExpandReferences"/>
94        </NavigationProperty>
95        <NavigationProperty Name="CoolingLoops" Type="CoolingLoopCollection.CoolingLoopCollection" Nullable="false">
96          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
97          <Annotation Term="OData.Description" String="A link to a collection of cooling loops."/>
98          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type CoolingLoopCollection that contains the set of cooling loops managed by the service."/>
99          <Annotation Term="OData.AutoExpandReferences"/>
100        </NavigationProperty>
101
102        <Property Name="Actions" Type="ThermalEquipment.v1_0_0.Actions" Nullable="false">
103          <Annotation Term="OData.Description" String="The available actions for this resource."/>
104          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
105        </Property>
106      </EntityType>
107
108      <ComplexType Name="Actions">
109        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
110        <Annotation Term="OData.Description" String="The available actions for this resource."/>
111        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
112        <Property Name="Oem" Type="ThermalEquipment.v1_0_0.OemActions" Nullable="false">
113          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
114          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
115        </Property>
116      </ComplexType>
117
118      <ComplexType Name="OemActions">
119        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
120        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
121        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
122      </ComplexType>
123    </Schema>
124
125    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ThermalEquipment.v1_0_1">
126      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
127      <Annotation Term="OData.Description" String="This version was created to correct terminology and improve description text."/>
128      <EntityType Name="ThermalEquipment" BaseType="ThermalEquipment.v1_0_0.ThermalEquipment"/>
129    </Schema>
130
131    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ThermalEquipment.v1_1_0">
132      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
133      <Annotation Term="Redfish.Release" String="2023.2"/>
134
135      <EntityType Name="ThermalEquipment" BaseType="ThermalEquipment.v1_0_0.ThermalEquipment">
136        <Property Name="CoolingLoopRedundancy" Type="Collection(Redundancy.RedundantGroup)" Nullable="false">
137          <Annotation Term="OData.Description" String="The redundancy information for cooling loops attached to this equipment."/>
138          <Annotation Term="OData.LongDescription" String="This property shall contain redundancy information for the set of cooling loops attached to this equipment.  The values of the RedundancyGroup array shall reference resources of type CoolingLoop."/>
139        </Property>
140      </EntityType>
141    </Schema>
142
143    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ThermalEquipment.v1_1_1">
144      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
145      <Annotation Term="OData.Description" String="This version was created to correct terminology and improve description text."/>
146      <EntityType Name="ThermalEquipment" BaseType="ThermalEquipment.v1_1_0.ThermalEquipment"/>
147    </Schema>
148
149  </edmx:DataServices>
150</edmx:Edmx>
151