1<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################       -->
4<!--# Redfish Schema:  Facility v1.4.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/Chassis_v1.xml">
28    <edmx:Include Namespace="Chassis"/>
29  </edmx:Reference>
30  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Manager_v1.xml">
31    <edmx:Include Namespace="Manager"/>
32  </edmx:Reference>
33  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PowerDomainCollection_v1.xml">
34    <edmx:Include Namespace="PowerDomainCollection"/>
35  </edmx:Reference>
36  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PowerDistribution_v1.xml">
37    <edmx:Include Namespace="PowerDistribution"/>
38  </edmx:Reference>
39  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/EnvironmentMetrics_v1.xml">
40    <edmx:Include Namespace="EnvironmentMetrics"/>
41  </edmx:Reference>
42  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/CoolingUnit_v1.xml">
43    <edmx:Include Namespace="CoolingUnit"/>
44  </edmx:Reference>
45  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/CoolingLoop_v1.xml">
46    <edmx:Include Namespace="CoolingLoop"/>
47  </edmx:Reference>
48
49  <edmx:DataServices>
50
51    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Facility">
52      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
53
54      <EntityType Name="Facility" BaseType="Resource.v1_0_0.Resource" Abstract="true">
55        <Annotation Term="OData.Description" String="The Facility schema represents the physical location containing equipment, such as a room, building, or campus."/>
56        <Annotation Term="OData.LongDescription" String="This resource shall be used to represent a location containing equipment, such as a room, building, or campus, for a Redfish implementation."/>
57        <Annotation Term="Capabilities.InsertRestrictions">
58          <Record>
59            <PropertyValue Property="Insertable" Bool="false"/>
60          </Record>
61        </Annotation>
62        <Annotation Term="Capabilities.UpdateRestrictions">
63          <Record>
64            <PropertyValue Property="Updatable" Bool="true"/>
65            <Annotation Term="OData.Description" String="Any writable properties can be updated."/>
66          </Record>
67        </Annotation>
68        <Annotation Term="Capabilities.DeleteRestrictions">
69          <Record>
70            <PropertyValue Property="Deletable" Bool="true"/>
71            <Annotation Term="OData.Description" String="Implementations can allow deletion of facilities from the collection."/>
72          </Record>
73        </Annotation>
74        <Annotation Term="Redfish.Uris">
75          <Collection>
76            <String>/redfish/v1/Facilities/{FacilityId}</String>
77          </Collection>
78        </Annotation>
79      </EntityType>
80    </Schema>
81
82    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Facility.v1_0_0">
83      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
84      <Annotation Term="Redfish.Release" String="2019.4"/>
85
86      <EntityType Name="Facility" BaseType="Facility.Facility">
87        <Property Name="FacilityType" Nullable="false" Type="Facility.v1_0_0.FacilityType">
88          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
89          <Annotation Term="OData.Description" String="The type of location this resource represents."/>
90          <Annotation Term="OData.LongDescription" String="This property shall contain the type of location this resource represents."/>
91          <Annotation Term="Redfish.Required"/>
92        </Property>
93        <Property Name="Status" Type="Resource.Status" Nullable="false">
94          <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
95          <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
96        </Property>
97        <Property Name="Location" Type="Resource.Location" Nullable="false">
98          <Annotation Term="OData.Description" String="The location of the facility."/>
99          <Annotation Term="OData.LongDescription" String="This property shall contain the location information of the associated facility."/>
100        </Property>
101        <NavigationProperty Name="PowerDomains" Type="PowerDomainCollection.PowerDomainCollection" Nullable="false">
102          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
103          <Annotation Term="OData.Description" String="Link to the power domains in this facility."/>
104          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type PowerDomainCollection that contains the power domains associated with this facility."/>
105          <Annotation Term="OData.AutoExpandReferences"/>
106        </NavigationProperty>
107        <Property Name="Links" Type="Facility.v1_0_0.Links" Nullable="false">
108          <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
109          <Annotation Term="OData.LongDescription" String="This property shall contain links to resources that are related to but are not contained by, or subordinate to, this resource."/>
110        </Property>
111        <Property Name="Actions" Type="Facility.v1_0_0.Actions" Nullable="false">
112          <Annotation Term="OData.Description" String="The available actions for this resource."/>
113          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
114        </Property>
115      </EntityType>
116
117      <EnumType Name="FacilityType">
118        <Member Name="Room">
119          <Annotation Term="OData.Description" String="A room inside of a building or floor."/>
120        </Member>
121        <Member Name="Floor">
122          <Annotation Term="OData.Description" String="A floor inside of a building."/>
123        </Member>
124        <Member Name="Building">
125          <Annotation Term="OData.Description" String="A structure with a roof and walls."/>
126        </Member>
127        <Member Name="Site">
128          <Annotation Term="OData.Description" String="A small area consisting of several buildings."/>
129        </Member>
130      </EnumType>
131
132      <ComplexType Name="Links" BaseType="Resource.Links">
133        <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
134        <Annotation Term="OData.LongDescription" String="This Redfish Specification-described type shall contain links to resources that are related to but are not contained by, or subordinate to, this resource."/>
135        <NavigationProperty Name="ContainedByFacility" Type="Facility.Facility" Nullable="false">
136          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
137          <Annotation Term="OData.Description" String="The link to the facility that contains this facility."/>
138          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type Facility that represents the facility that contains this facility."/>
139          <Annotation Term="OData.AutoExpandReferences"/>
140        </NavigationProperty>
141        <NavigationProperty Name="ContainsFacilities" Type="Collection(Facility.Facility)">
142          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
143          <Annotation Term="OData.Description" String="An array of links to other facilities contained within this facility."/>
144          <Annotation Term="OData.LongDescription" String="The value of this property shall be an array of links to resources of type Facility that represent the facilities that this facility contains."/>
145          <Annotation Term="OData.AutoExpandReferences"/>
146        </NavigationProperty>
147        <NavigationProperty Name="ManagedBy" Type="Collection(Manager.Manager)">
148          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
149          <Annotation Term="OData.Description" String="An array of links to the managers responsible for managing this facility."/>
150          <Annotation Term="OData.LongDescription" String="The value of this property shall be an array of links to resources of type Manager that represent the managers that manager this facility."/>
151          <Annotation Term="OData.AutoExpandReferences"/>
152        </NavigationProperty>
153        <NavigationProperty Name="ContainsChassis" Type="Collection(Chassis.Chassis)">
154          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
155          <Annotation Term="OData.Description" String="An array of links to the outermost chassis contained within this facility."/>
156          <Annotation Term="OData.LongDescription" String="The value of this property shall be an array of links to resources of type Chassis that represent the outermost chassis that this facility contains.  This array shall only contain chassis instances that do not include a ContainedBy property within the Links property.  That is, only chassis instances that are not contained by another chassis."/>
157          <Annotation Term="OData.AutoExpandReferences"/>
158        </NavigationProperty>
159        <NavigationProperty Name="FloorPDUs" Type="Collection(PowerDistribution.PowerDistribution)">
160          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
161          <Annotation Term="OData.Description" String="An array of links to the floor power distribution units in this facility."/>
162          <Annotation Term="OData.LongDescription" String="The value of this property shall be an array of links to resources of type PowerDistribution that represent the floor power distribution units in this facility."/>
163          <Annotation Term="OData.AutoExpandReferences"/>
164        </NavigationProperty>
165        <NavigationProperty Name="RackPDUs" Type="Collection(PowerDistribution.PowerDistribution)">
166          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
167          <Annotation Term="OData.Description" String="An array of links to the rack-level power distribution units in this facility."/>
168          <Annotation Term="OData.LongDescription" String="The value of this property shall be an array of links to resources of type PowerDistribution that represent the rack-level power distribution units in this facility."/>
169          <Annotation Term="OData.AutoExpandReferences"/>
170        </NavigationProperty>
171        <NavigationProperty Name="TransferSwitches" Type="Collection(PowerDistribution.PowerDistribution)">
172          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
173          <Annotation Term="OData.Description" String="An array of links to the transfer switches in this facility."/>
174          <Annotation Term="OData.LongDescription" String="The value of this property shall be an array of links to resources of type PowerDistribution that represent the transfer switches in this facility."/>
175          <Annotation Term="OData.AutoExpandReferences"/>
176        </NavigationProperty>
177        <NavigationProperty Name="Switchgear" Type="Collection(PowerDistribution.PowerDistribution)">
178          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
179          <Annotation Term="OData.Description" String="An array of links to the switchgear in this facility."/>
180          <Annotation Term="OData.LongDescription" String="The value of this property shall be an array of links to resources of type PowerDistribution that represent the switchgear in this facility."/>
181          <Annotation Term="OData.AutoExpandReferences"/>
182        </NavigationProperty>
183      </ComplexType>
184
185      <ComplexType Name="Actions">
186        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
187        <Annotation Term="OData.Description" String="The available actions for this resource."/>
188        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
189        <Property Name="Oem" Type="Facility.v1_0_0.OemActions" Nullable="false">
190          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
191          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
192        </Property>
193      </ComplexType>
194
195      <ComplexType Name="OemActions">
196        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
197        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
198        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
199      </ComplexType>
200    </Schema>
201
202    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Facility.v1_0_1">
203      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
204      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
205      <EntityType Name="Facility" BaseType="Facility.v1_0_0.Facility"/>
206    </Schema>
207
208    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Facility.v1_0_2">
209      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
210      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
211      <EntityType Name="Facility" BaseType="Facility.v1_0_1.Facility"/>
212    </Schema>
213
214    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Facility.v1_1_0">
215      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
216      <Annotation Term="Redfish.Release" String="2020.4"/>
217
218      <EntityType Name="Facility" BaseType="Facility.v1_0_1.Facility">
219        <NavigationProperty Name="EnvironmentMetrics" Type="EnvironmentMetrics.EnvironmentMetrics" Nullable="false">
220          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
221          <Annotation Term="OData.Description" String="The link to the environment metrics for this facility."/>
222          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type EnvironmentMetrics that specifies the environment metrics for this facility."/>
223          <Annotation Term="OData.AutoExpandReferences"/>
224        </NavigationProperty>
225        <NavigationProperty Name="AmbientMetrics" Type="EnvironmentMetrics.EnvironmentMetrics" Nullable="false">
226          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
227          <Annotation Term="OData.Description" String="The link to the ambient environment metrics for this facility."/>
228          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type EnvironmentMetrics that specifies the outdoor environment metrics for this facility."/>
229          <Annotation Term="OData.AutoExpandReferences"/>
230        </NavigationProperty>
231      </EntityType>
232    </Schema>
233
234    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Facility.v1_1_1">
235      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
236      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
237      <EntityType Name="Facility" BaseType="Facility.v1_1_0.Facility"/>
238    </Schema>
239
240    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Facility.v1_2_0">
241      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
242      <Annotation Term="Redfish.Release" String="2021.2"/>
243
244      <EntityType Name="Facility" BaseType="Facility.v1_1_0.Facility"/>
245
246      <ComplexType Name="Links" BaseType="Facility.v1_0_0.Links">
247        <NavigationProperty Name="PowerShelves" Type="Collection(PowerDistribution.PowerDistribution)">
248          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
249          <Annotation Term="OData.Description" String="An array of links to the power shelves in this facility."/>
250          <Annotation Term="OData.LongDescription" String="The value of this property shall be an array of links to resources of type PowerDistribution that represent the power shelves in this facility."/>
251          <Annotation Term="OData.AutoExpandReferences"/>
252        </NavigationProperty>
253      </ComplexType>
254    </Schema>
255
256    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Facility.v1_2_1">
257      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
258      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
259      <EntityType Name="Facility" BaseType="Facility.v1_2_0.Facility"/>
260    </Schema>
261
262    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Facility.v1_3_0">
263      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
264      <Annotation Term="Redfish.Release" String="2021.3"/>
265
266      <EntityType Name="Facility" BaseType="Facility.v1_2_0.Facility"/>
267
268      <ComplexType Name="Links" BaseType="Facility.v1_2_0.Links">
269        <NavigationProperty Name="ElectricalBuses" Type="Collection(PowerDistribution.PowerDistribution)">
270          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
271          <Annotation Term="OData.Description" String="An array of links to the electrical buses in this facility."/>
272          <Annotation Term="OData.LongDescription" String="The value of this property shall contain an array of links to resources of type PowerDistribution that represent the electrical buses in this facility."/>
273          <Annotation Term="OData.AutoExpandReferences"/>
274        </NavigationProperty>
275      </ComplexType>
276    </Schema>
277
278    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Facility.v1_3_1">
279      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
280      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
281      <EntityType Name="Facility" BaseType="Facility.v1_3_0.Facility"/>
282    </Schema>
283
284    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Facility.v1_4_0">
285      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
286      <Annotation Term="Redfish.Release" String="2023.1"/>
287
288      <EntityType Name="Facility" BaseType="Facility.v1_3_0.Facility"/>
289
290      <ComplexType Name="Links" BaseType="Facility.v1_3_0.Links">
291        <NavigationProperty Name="CDUs" Type="Collection(CoolingUnit.CoolingUnit)">
292          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
293          <Annotation Term="OData.Description" String="An array of links to the coolant distribution units in this facility."/>
294          <Annotation Term="OData.LongDescription" String="The value of this property shall contain an array of links to resources of type CoolingUnit that represent the coolant distribution units in this facility."/>
295          <Annotation Term="OData.AutoExpandReferences"/>
296        </NavigationProperty>
297        <NavigationProperty Name="ImmersionUnits" Type="Collection(CoolingUnit.CoolingUnit)">
298          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
299          <Annotation Term="OData.Description" String="An array of links to the immersion cooling units in this facility."/>
300          <Annotation Term="OData.LongDescription" String="The value of this property shall contain an array of links to resources of type CoolingUnit that represent the immersion cooling units in this facility."/>
301          <Annotation Term="OData.AutoExpandReferences"/>
302        </NavigationProperty>
303        <NavigationProperty Name="CoolingLoops" Type="Collection(CoolingLoop.CoolingLoop)">
304          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
305          <Annotation Term="OData.Description" String="An array of links to the cooling loops in this facility."/>
306          <Annotation Term="OData.LongDescription" String="The value of this property shall contain an array of links to resources of type CoolingLoop that represent the cooling loops in this facility."/>
307          <Annotation Term="OData.AutoExpandReferences"/>
308        </NavigationProperty>
309      </ComplexType>
310    </Schema>
311
312    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Facility.v1_4_1">
313      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
314      <Annotation Term="OData.Description" String="This version was created to correct terminology and improve description text.  It was also created to correct various typographical errors."/>
315      <EntityType Name="Facility" BaseType="Facility.v1_4_0.Facility"/>
316    </Schema>
317
318  </edmx:DataServices>
319</edmx:Edmx>
320