xref: /openbmc/bmcweb/features/redfish/schema/dmtf/csdl/PhysicalContext_v1.xml (revision d125652e8a30dfeaad88bbfa5b1e04a80610469c)
1720c9898SEd Tanous<?xml version="1.0" encoding="UTF-8"?>
2720c9898SEd Tanous<!---->
3720c9898SEd Tanous<!--################################################################################       -->
4720c9898SEd Tanous<!--# Redfish Schema:  PhysicalContext                                                     -->
5720c9898SEd Tanous<!--#                                                                                      -->
6720c9898SEd Tanous<!--# For a detailed change log, see the README file contained in the DSP8010 bundle,      -->
7720c9898SEd Tanous<!--# available at http://www.dmtf.org/standards/redfish                                   -->
8*d125652eSGunnar Mills<!--# Copyright 2014-2025 DMTF.                                                            -->
9720c9898SEd Tanous<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10720c9898SEd Tanous<!--################################################################################       -->
11720c9898SEd Tanous<!---->
12720c9898SEd Tanous<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
13720c9898SEd Tanous
14720c9898SEd Tanous  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
15720c9898SEd Tanous    <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
16720c9898SEd Tanous  </edmx:Reference>
17720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
18720c9898SEd Tanous    <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
19720c9898SEd Tanous  </edmx:Reference>
20720c9898SEd Tanous
21720c9898SEd Tanous  <edmx:DataServices>
22720c9898SEd Tanous
23720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PhysicalContext">
24720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
25f2a8e57eSGunnar Mills      <Annotation Term="Redfish.Language" String="en"/>
26720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="1.0"/>
27720c9898SEd Tanous
28720c9898SEd Tanous      <EnumType Name="PhysicalContext">
29720c9898SEd Tanous        <Member Name="Room">
30720c9898SEd Tanous          <Annotation Term="OData.Description" String="The room."/>
31720c9898SEd Tanous        </Member>
32720c9898SEd Tanous        <Member Name="Intake">
33720c9898SEd Tanous          <Annotation Term="OData.Description" String="The air intake point or points or region of the chassis."/>
34720c9898SEd Tanous        </Member>
35720c9898SEd Tanous        <Member Name="Exhaust">
36720c9898SEd Tanous          <Annotation Term="OData.Description" String="The air exhaust point or points or region of the chassis."/>
37720c9898SEd Tanous        </Member>
38720c9898SEd Tanous        <Member Name="LiquidInlet">
39720c9898SEd Tanous          <Annotation Term="OData.Description" String="The liquid inlet point of the chassis."/>
40720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
41720c9898SEd Tanous            <Collection>
42720c9898SEd Tanous              <Record>
43720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
44720c9898SEd Tanous                <PropertyValue Property="Version" String="2017.3"/>
45720c9898SEd Tanous              </Record>
46720c9898SEd Tanous            </Collection>
47720c9898SEd Tanous          </Annotation>
48720c9898SEd Tanous        </Member>
49720c9898SEd Tanous        <Member Name="LiquidOutlet">
50720c9898SEd Tanous          <Annotation Term="OData.Description" String="The liquid outlet point of the chassis."/>
51720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
52720c9898SEd Tanous            <Collection>
53720c9898SEd Tanous              <Record>
54720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
55720c9898SEd Tanous                <PropertyValue Property="Version" String="2017.3"/>
56720c9898SEd Tanous              </Record>
57720c9898SEd Tanous            </Collection>
58720c9898SEd Tanous          </Annotation>
59720c9898SEd Tanous        </Member>
60720c9898SEd Tanous        <Member Name="Front">
61720c9898SEd Tanous          <Annotation Term="OData.Description" String="The front of the chassis."/>
62720c9898SEd Tanous        </Member>
63720c9898SEd Tanous        <Member Name="Back">
64720c9898SEd Tanous          <Annotation Term="OData.Description" String="The back of the chassis."/>
65720c9898SEd Tanous        </Member>
66720c9898SEd Tanous        <Member Name="Upper">
67720c9898SEd Tanous          <Annotation Term="OData.Description" String="The upper portion of the chassis."/>
68720c9898SEd Tanous        </Member>
69720c9898SEd Tanous        <Member Name="Lower">
70720c9898SEd Tanous          <Annotation Term="OData.Description" String="The lower portion of the chassis."/>
71720c9898SEd Tanous        </Member>
72720c9898SEd Tanous        <Member Name="CPU">
73720c9898SEd Tanous          <Annotation Term="OData.Description" String="A processor (CPU)."/>
74720c9898SEd Tanous        </Member>
75720c9898SEd Tanous        <Member Name="CPUSubsystem">
76720c9898SEd Tanous          <Annotation Term="OData.Description" String="The entire processor (CPU) subsystem."/>
77720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
78720c9898SEd Tanous            <Collection>
79720c9898SEd Tanous              <Record>
80720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
81720c9898SEd Tanous                <PropertyValue Property="Version" String="2018.3"/>
82720c9898SEd Tanous              </Record>
83720c9898SEd Tanous            </Collection>
84720c9898SEd Tanous          </Annotation>
85720c9898SEd Tanous        </Member>
86720c9898SEd Tanous        <Member Name="GPU">
87720c9898SEd Tanous          <Annotation Term="OData.Description" String="A graphics processor (GPU)."/>
88720c9898SEd Tanous        </Member>
89720c9898SEd Tanous        <Member Name="GPUSubsystem">
90720c9898SEd Tanous          <Annotation Term="OData.Description" String="The entire graphics processor (GPU) subsystem."/>
91720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
92720c9898SEd Tanous            <Collection>
93720c9898SEd Tanous              <Record>
94720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
95720c9898SEd Tanous                <PropertyValue Property="Version" String="2018.3"/>
96720c9898SEd Tanous              </Record>
97720c9898SEd Tanous            </Collection>
98720c9898SEd Tanous          </Annotation>
99720c9898SEd Tanous        </Member>
100720c9898SEd Tanous        <Member Name="FPGA">
101720c9898SEd Tanous          <Annotation Term="OData.Description" String="An FPGA."/>
102720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
103720c9898SEd Tanous            <Collection>
104720c9898SEd Tanous              <Record>
105720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
106720c9898SEd Tanous                <PropertyValue Property="Version" String="2018.3"/>
107720c9898SEd Tanous              </Record>
108720c9898SEd Tanous            </Collection>
109720c9898SEd Tanous          </Annotation>
110720c9898SEd Tanous        </Member>
111720c9898SEd Tanous        <Member Name="Accelerator">
112720c9898SEd Tanous          <Annotation Term="OData.Description" String="An accelerator."/>
113720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
114720c9898SEd Tanous            <Collection>
115720c9898SEd Tanous              <Record>
116720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
117720c9898SEd Tanous                <PropertyValue Property="Version" String="2018.3"/>
118720c9898SEd Tanous              </Record>
119720c9898SEd Tanous            </Collection>
120720c9898SEd Tanous          </Annotation>
121720c9898SEd Tanous        </Member>
122720c9898SEd Tanous        <Member Name="ASIC">
123720c9898SEd Tanous          <Annotation Term="OData.Description" String="An ASIC device, such as a networking chip or chipset component."/>
124720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
125720c9898SEd Tanous            <Collection>
126720c9898SEd Tanous              <Record>
127720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
128720c9898SEd Tanous                <PropertyValue Property="Version" String="2017.3"/>
129720c9898SEd Tanous              </Record>
130720c9898SEd Tanous            </Collection>
131720c9898SEd Tanous          </Annotation>
132720c9898SEd Tanous        </Member>
133720c9898SEd Tanous        <Member Name="Backplane">
134720c9898SEd Tanous          <Annotation Term="OData.Description" String="A backplane within the chassis."/>
135720c9898SEd Tanous        </Member>
136720c9898SEd Tanous        <Member Name="SystemBoard">
137720c9898SEd Tanous          <Annotation Term="OData.Description" String="The system board (PCB)."/>
138720c9898SEd Tanous        </Member>
139720c9898SEd Tanous        <Member Name="PowerSupply">
140720c9898SEd Tanous          <Annotation Term="OData.Description" String="A power supply."/>
141720c9898SEd Tanous        </Member>
142720c9898SEd Tanous        <Member Name="PowerSubsystem">
143720c9898SEd Tanous          <Annotation Term="OData.Description" String="The entire power subsystem."/>
144720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
145720c9898SEd Tanous            <Collection>
146720c9898SEd Tanous              <Record>
147720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
148720c9898SEd Tanous                <PropertyValue Property="Version" String="2019.1"/>
149720c9898SEd Tanous              </Record>
150720c9898SEd Tanous            </Collection>
151720c9898SEd Tanous          </Annotation>
152720c9898SEd Tanous        </Member>
153720c9898SEd Tanous        <Member Name="VoltageRegulator">
154720c9898SEd Tanous          <Annotation Term="OData.Description" String="A voltage regulator device."/>
155720c9898SEd Tanous        </Member>
156720c9898SEd Tanous        <Member Name="Rectifier">
157720c9898SEd Tanous          <Annotation Term="OData.Description" String="A rectifier device."/>
158720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
159720c9898SEd Tanous            <Collection>
160720c9898SEd Tanous              <Record>
161720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
162720c9898SEd Tanous                <PropertyValue Property="Version" String="2019.1"/>
163720c9898SEd Tanous              </Record>
164720c9898SEd Tanous            </Collection>
165720c9898SEd Tanous          </Annotation>
166720c9898SEd Tanous        </Member>
167720c9898SEd Tanous        <Member Name="StorageDevice">
168720c9898SEd Tanous          <Annotation Term="OData.Description" String="A storage device."/>
169720c9898SEd Tanous        </Member>
170dd5c81e9SGunnar Mills        <Member Name="StorageSubsystem">
171dd5c81e9SGunnar Mills          <Annotation Term="OData.Description" String="A storage subsystem."/>
172dd5c81e9SGunnar Mills          <Annotation Term="OData.LongDescription" String="This value shall indicate a storage subsystem, which may consist of one or more storage controllers, storage devices, or related components."/>
173dd5c81e9SGunnar Mills          <Annotation Term="Redfish.Revisions">
174dd5c81e9SGunnar Mills            <Collection>
175dd5c81e9SGunnar Mills              <Record>
176dd5c81e9SGunnar Mills                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
177dd5c81e9SGunnar Mills                <PropertyValue Property="Version" String="2024.3"/>
178dd5c81e9SGunnar Mills              </Record>
179dd5c81e9SGunnar Mills            </Collection>
180dd5c81e9SGunnar Mills          </Annotation>
181dd5c81e9SGunnar Mills        </Member>
182720c9898SEd Tanous        <Member Name="NetworkingDevice">
183720c9898SEd Tanous          <Annotation Term="OData.Description" String="A networking device."/>
184720c9898SEd Tanous        </Member>
185dd5c81e9SGunnar Mills        <Member Name="ExpansionSubsystem">
186dd5c81e9SGunnar Mills          <Annotation Term="OData.Description" String="A group of expansion bays."/>
187dd5c81e9SGunnar Mills          <Annotation Term="OData.LongDescription" String="This value shall indicate a group of expansion bays and the devices installed in those bays."/>
188dd5c81e9SGunnar Mills          <Annotation Term="Redfish.Revisions">
189dd5c81e9SGunnar Mills            <Collection>
190dd5c81e9SGunnar Mills              <Record>
191dd5c81e9SGunnar Mills                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
192dd5c81e9SGunnar Mills                <PropertyValue Property="Version" String="2024.3"/>
193dd5c81e9SGunnar Mills              </Record>
194dd5c81e9SGunnar Mills            </Collection>
195dd5c81e9SGunnar Mills          </Annotation>
196dd5c81e9SGunnar Mills        </Member>
197720c9898SEd Tanous        <Member Name="ComputeBay">
198dd5c81e9SGunnar Mills          <Annotation Term="OData.Description" String="A compute bay."/>
199720c9898SEd Tanous        </Member>
200720c9898SEd Tanous        <Member Name="StorageBay">
201dd5c81e9SGunnar Mills          <Annotation Term="OData.Description" String="A storage bay."/>
202dd5c81e9SGunnar Mills          <Annotation Term="OData.LongDescription" String="This value shall indicate a location that provides for the expansion of storage functionality of a system, by the addition of storage devices."/>
203720c9898SEd Tanous        </Member>
204720c9898SEd Tanous        <Member Name="NetworkBay">
205dd5c81e9SGunnar Mills          <Annotation Term="OData.Description" String="A networking bay."/>
206dd5c81e9SGunnar Mills          <Annotation Term="OData.LongDescription" String="This value shall indicate a location that provides for the expansion of networking functionality of a system, by the addition of networking devices."/>
207720c9898SEd Tanous        </Member>
208720c9898SEd Tanous        <Member Name="ExpansionBay">
209dd5c81e9SGunnar Mills          <Annotation Term="OData.Description" String="An expansion bay."/>
210dd5c81e9SGunnar Mills          <Annotation Term="OData.LongDescription" String="This value shall indicate a location that provides for the expansion of functionality of a system, such as a PCIe slot that can accept an option card."/>
211720c9898SEd Tanous        </Member>
212720c9898SEd Tanous        <Member Name="PowerSupplyBay">
213dd5c81e9SGunnar Mills          <Annotation Term="OData.Description" String="A power supply bay."/>
214dd5c81e9SGunnar Mills          <Annotation Term="OData.LongDescription" String="This value shall indicate a location that provides for the installation of a power supply or similar devices."/>
215720c9898SEd Tanous        </Member>
216720c9898SEd Tanous        <Member Name="Memory">
217720c9898SEd Tanous          <Annotation Term="OData.Description" String="A memory device."/>
218720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
219720c9898SEd Tanous            <Collection>
220720c9898SEd Tanous              <Record>
221720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
222720c9898SEd Tanous                <PropertyValue Property="Version" String="2017.1"/>
223720c9898SEd Tanous              </Record>
224720c9898SEd Tanous            </Collection>
225720c9898SEd Tanous          </Annotation>
226720c9898SEd Tanous        </Member>
227720c9898SEd Tanous        <Member Name="MemorySubsystem">
228720c9898SEd Tanous          <Annotation Term="OData.Description" String="The entire memory subsystem."/>
229720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
230720c9898SEd Tanous            <Collection>
231720c9898SEd Tanous              <Record>
232720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
233720c9898SEd Tanous                <PropertyValue Property="Version" String="2018.3"/>
234720c9898SEd Tanous              </Record>
235720c9898SEd Tanous            </Collection>
236720c9898SEd Tanous          </Annotation>
237720c9898SEd Tanous        </Member>
238720c9898SEd Tanous        <Member Name="Chassis">
239720c9898SEd Tanous          <Annotation Term="OData.Description" String="The entire chassis."/>
240720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
241720c9898SEd Tanous            <Collection>
242720c9898SEd Tanous              <Record>
243720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
244720c9898SEd Tanous                <PropertyValue Property="Version" String="2017.2"/>
245720c9898SEd Tanous              </Record>
246720c9898SEd Tanous            </Collection>
247720c9898SEd Tanous          </Annotation>
248720c9898SEd Tanous        </Member>
249720c9898SEd Tanous        <Member Name="Fan">
250720c9898SEd Tanous          <Annotation Term="OData.Description" String="A fan."/>
251720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
252720c9898SEd Tanous            <Collection>
253720c9898SEd Tanous              <Record>
254720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
255720c9898SEd Tanous                <PropertyValue Property="Version" String="2017.2"/>
256720c9898SEd Tanous              </Record>
257720c9898SEd Tanous            </Collection>
258720c9898SEd Tanous          </Annotation>
259720c9898SEd Tanous        </Member>
260720c9898SEd Tanous        <Member Name="CoolingSubsystem">
261720c9898SEd Tanous          <Annotation Term="OData.Description" String="The entire cooling, or air and liquid, subsystem."/>
262720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
263720c9898SEd Tanous            <Collection>
264720c9898SEd Tanous              <Record>
265720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
266720c9898SEd Tanous                <PropertyValue Property="Version" String="2018.3"/>
267720c9898SEd Tanous              </Record>
268720c9898SEd Tanous            </Collection>
269720c9898SEd Tanous          </Annotation>
270720c9898SEd Tanous        </Member>
271720c9898SEd Tanous        <Member Name="Motor">
272720c9898SEd Tanous          <Annotation Term="OData.Description" String="A motor."/>
273720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
274720c9898SEd Tanous            <Collection>
275720c9898SEd Tanous              <Record>
276720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
277720c9898SEd Tanous                <PropertyValue Property="Version" String="2018.3"/>
278720c9898SEd Tanous              </Record>
279720c9898SEd Tanous            </Collection>
280720c9898SEd Tanous          </Annotation>
281720c9898SEd Tanous        </Member>
282720c9898SEd Tanous        <Member Name="Transformer">
283720c9898SEd Tanous          <Annotation Term="OData.Description" String="A transformer."/>
284720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
285720c9898SEd Tanous            <Collection>
286720c9898SEd Tanous              <Record>
287720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
288720c9898SEd Tanous                <PropertyValue Property="Version" String="2018.3"/>
289720c9898SEd Tanous              </Record>
290720c9898SEd Tanous            </Collection>
291720c9898SEd Tanous          </Annotation>
292720c9898SEd Tanous        </Member>
293720c9898SEd Tanous        <Member Name="ACUtilityInput">
294dd5c81e9SGunnar Mills          <Annotation Term="OData.Description" String="An AC electrical utility input."/>
295dd5c81e9SGunnar Mills          <Annotation Term="OData.LongDescription" String="This value shall indicate an electrical input, where the source is an electrical utility as opposed to a backup or locally-generated power source.  This value is intended to differentiate multiple electrical inputs between utility, maintenance bypass, or static bypass values.  For general purpose usage, the value of `ACInput` is preferred."/>
296720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
297720c9898SEd Tanous            <Collection>
298720c9898SEd Tanous              <Record>
299720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
300720c9898SEd Tanous                <PropertyValue Property="Version" String="2018.3"/>
301720c9898SEd Tanous              </Record>
302720c9898SEd Tanous            </Collection>
303720c9898SEd Tanous          </Annotation>
304720c9898SEd Tanous        </Member>
305720c9898SEd Tanous        <Member Name="ACStaticBypassInput">
306dd5c81e9SGunnar Mills          <Annotation Term="OData.Description" String="An AC electrical static bypass input."/>
307720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
308720c9898SEd Tanous            <Collection>
309720c9898SEd Tanous              <Record>
310720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
311720c9898SEd Tanous                <PropertyValue Property="Version" String="2018.3"/>
312720c9898SEd Tanous              </Record>
313720c9898SEd Tanous            </Collection>
314720c9898SEd Tanous          </Annotation>
315720c9898SEd Tanous        </Member>
316720c9898SEd Tanous        <Member Name="ACMaintenanceBypassInput">
317dd5c81e9SGunnar Mills          <Annotation Term="OData.Description" String="An AC electrical maintenance bypass input."/>
318720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
319720c9898SEd Tanous            <Collection>
320720c9898SEd Tanous              <Record>
321720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
322720c9898SEd Tanous                <PropertyValue Property="Version" String="2018.3"/>
323720c9898SEd Tanous              </Record>
324720c9898SEd Tanous            </Collection>
325720c9898SEd Tanous          </Annotation>
326720c9898SEd Tanous        </Member>
327720c9898SEd Tanous        <Member Name="DCBus">
328dd5c81e9SGunnar Mills          <Annotation Term="OData.Description" String="A DC electrical bus."/>
329720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
330720c9898SEd Tanous            <Collection>
331720c9898SEd Tanous              <Record>
332720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
333720c9898SEd Tanous                <PropertyValue Property="Version" String="2018.3"/>
334720c9898SEd Tanous              </Record>
335720c9898SEd Tanous            </Collection>
336720c9898SEd Tanous          </Annotation>
337720c9898SEd Tanous        </Member>
338720c9898SEd Tanous        <Member Name="ACOutput">
339dd5c81e9SGunnar Mills          <Annotation Term="OData.Description" String="An AC electrical output or output-related circuit."/>
340dd5c81e9SGunnar Mills          <Annotation Term="OData.LongDescription" String="This value shall indicate an electrical output or an output-related circuit, such as a branch output, which is not terminated as a power outlet."/>
341720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
342720c9898SEd Tanous            <Collection>
343720c9898SEd Tanous              <Record>
344720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
345720c9898SEd Tanous                <PropertyValue Property="Version" String="2018.3"/>
346720c9898SEd Tanous              </Record>
347720c9898SEd Tanous            </Collection>
348720c9898SEd Tanous          </Annotation>
349720c9898SEd Tanous        </Member>
350720c9898SEd Tanous        <Member Name="ACInput">
351dd5c81e9SGunnar Mills          <Annotation Term="OData.Description" String="An AC electrical input or input-related circuit."/>
352720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
353720c9898SEd Tanous            <Collection>
354720c9898SEd Tanous              <Record>
355720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
356720c9898SEd Tanous                <PropertyValue Property="Version" String="2018.3"/>
357720c9898SEd Tanous              </Record>
358720c9898SEd Tanous            </Collection>
359720c9898SEd Tanous          </Annotation>
360720c9898SEd Tanous        </Member>
361dd5c81e9SGunnar Mills        <Member Name="PowerOutlet">
362dd5c81e9SGunnar Mills          <Annotation Term="OData.Description" String="An electrical outlet."/>
363dd5c81e9SGunnar Mills          <Annotation Term="OData.LongDescription" String="This value shall indicate an electrical outlet or receptacle."/>
364dd5c81e9SGunnar Mills          <Annotation Term="Redfish.Revisions">
365dd5c81e9SGunnar Mills            <Collection>
366dd5c81e9SGunnar Mills              <Record>
367dd5c81e9SGunnar Mills                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
368dd5c81e9SGunnar Mills                <PropertyValue Property="Version" String="2024.3"/>
369dd5c81e9SGunnar Mills              </Record>
370dd5c81e9SGunnar Mills            </Collection>
371dd5c81e9SGunnar Mills          </Annotation>
372dd5c81e9SGunnar Mills        </Member>
373720c9898SEd Tanous        <Member Name="TrustedModule">
374720c9898SEd Tanous          <Annotation Term="OData.Description" String="A trusted module."/>
375720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
376720c9898SEd Tanous            <Collection>
377720c9898SEd Tanous              <Record>
378720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
379720c9898SEd Tanous                <PropertyValue Property="Version" String="2020.4"/>
380720c9898SEd Tanous              </Record>
381720c9898SEd Tanous            </Collection>
382720c9898SEd Tanous          </Annotation>
383720c9898SEd Tanous        </Member>
384720c9898SEd Tanous        <Member Name="Board">
385720c9898SEd Tanous          <Annotation Term="OData.Description" String="A circuit board."/>
386720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall indicate a circuit board that is not the primary or system board within a context that cannot be described by other defined values."/>
387720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
388720c9898SEd Tanous            <Collection>
389720c9898SEd Tanous              <Record>
390720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
391720c9898SEd Tanous                <PropertyValue Property="Version" String="2021.1"/>
392720c9898SEd Tanous              </Record>
393720c9898SEd Tanous            </Collection>
394720c9898SEd Tanous          </Annotation>
395720c9898SEd Tanous        </Member>
396720c9898SEd Tanous        <Member Name="Transceiver">
397720c9898SEd Tanous          <Annotation Term="OData.Description" String="A transceiver."/>
398720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall indicate a transceiver attached to a device."/>
399720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
400720c9898SEd Tanous            <Collection>
401720c9898SEd Tanous              <Record>
402720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
403720c9898SEd Tanous                <PropertyValue Property="Version" String="2021.1"/>
404720c9898SEd Tanous              </Record>
405720c9898SEd Tanous            </Collection>
406720c9898SEd Tanous          </Annotation>
407720c9898SEd Tanous        </Member>
408720c9898SEd Tanous        <Member Name="Battery">
409720c9898SEd Tanous          <Annotation Term="OData.Description" String="A battery."/>
410720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
411720c9898SEd Tanous            <Collection>
412720c9898SEd Tanous              <Record>
413720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
414720c9898SEd Tanous                <PropertyValue Property="Version" String="2021.2"/>
415720c9898SEd Tanous              </Record>
416720c9898SEd Tanous            </Collection>
417720c9898SEd Tanous          </Annotation>
418720c9898SEd Tanous        </Member>
419720c9898SEd Tanous        <Member Name="Pump">
420720c9898SEd Tanous          <Annotation Term="OData.Description" String="A pump."/>
421720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
422720c9898SEd Tanous            <Collection>
423720c9898SEd Tanous              <Record>
424720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
425720c9898SEd Tanous                <PropertyValue Property="Version" String="2021.3"/>
426720c9898SEd Tanous              </Record>
427720c9898SEd Tanous            </Collection>
428720c9898SEd Tanous          </Annotation>
429720c9898SEd Tanous        </Member>
43028cfceb2SGunnar Mills        <Member Name="Filter">
43128cfceb2SGunnar Mills          <Annotation Term="OData.Description" String="A filter."/>
43228cfceb2SGunnar Mills          <Annotation Term="Redfish.Revisions">
43328cfceb2SGunnar Mills            <Collection>
43428cfceb2SGunnar Mills              <Record>
43528cfceb2SGunnar Mills                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
43628cfceb2SGunnar Mills                <PropertyValue Property="Version" String="2024.2"/>
43728cfceb2SGunnar Mills              </Record>
43828cfceb2SGunnar Mills            </Collection>
43928cfceb2SGunnar Mills          </Annotation>
44028cfceb2SGunnar Mills        </Member>
44128cfceb2SGunnar Mills        <Member Name="Reservoir">
44228cfceb2SGunnar Mills          <Annotation Term="OData.Description" String="A reservoir."/>
44328cfceb2SGunnar Mills          <Annotation Term="Redfish.Revisions">
44428cfceb2SGunnar Mills            <Collection>
44528cfceb2SGunnar Mills              <Record>
44628cfceb2SGunnar Mills                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
44728cfceb2SGunnar Mills                <PropertyValue Property="Version" String="2024.2"/>
44828cfceb2SGunnar Mills              </Record>
44928cfceb2SGunnar Mills            </Collection>
45028cfceb2SGunnar Mills          </Annotation>
45128cfceb2SGunnar Mills        </Member>
45228cfceb2SGunnar Mills        <Member Name="Switch">
45328cfceb2SGunnar Mills          <Annotation Term="OData.Description" String="A switch device."/>
45428cfceb2SGunnar Mills          <Annotation Term="Redfish.Revisions">
45528cfceb2SGunnar Mills            <Collection>
45628cfceb2SGunnar Mills              <Record>
45728cfceb2SGunnar Mills                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
45828cfceb2SGunnar Mills                <PropertyValue Property="Version" String="2024.2"/>
45928cfceb2SGunnar Mills              </Record>
46028cfceb2SGunnar Mills            </Collection>
46128cfceb2SGunnar Mills          </Annotation>
46228cfceb2SGunnar Mills        </Member>
46328cfceb2SGunnar Mills        <Member Name="Manager">
46428cfceb2SGunnar Mills          <Annotation Term="OData.Description" String="A management controller, such as a BMC (baseboard management controller)."/>
46528cfceb2SGunnar Mills          <Annotation Term="Redfish.Revisions">
46628cfceb2SGunnar Mills            <Collection>
46728cfceb2SGunnar Mills              <Record>
46828cfceb2SGunnar Mills                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
46928cfceb2SGunnar Mills                <PropertyValue Property="Version" String="2024.2"/>
47028cfceb2SGunnar Mills              </Record>
47128cfceb2SGunnar Mills            </Collection>
47228cfceb2SGunnar Mills          </Annotation>
47328cfceb2SGunnar Mills        </Member>
474720c9898SEd Tanous      </EnumType>
475720c9898SEd Tanous
476720c9898SEd Tanous      <EnumType Name="PhysicalSubContext">
477720c9898SEd Tanous        <Annotation Term="Redfish.Revisions">
478720c9898SEd Tanous          <Collection>
479720c9898SEd Tanous            <Record>
480720c9898SEd Tanous              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
481720c9898SEd Tanous              <PropertyValue Property="Version" String="2018.3"/>
482720c9898SEd Tanous            </Record>
483720c9898SEd Tanous          </Collection>
484720c9898SEd Tanous        </Annotation>
485720c9898SEd Tanous        <Member Name="Input">
486720c9898SEd Tanous          <Annotation Term="OData.Description" String="The input."/>
487720c9898SEd Tanous        </Member>
488720c9898SEd Tanous        <Member Name="Output">
489720c9898SEd Tanous          <Annotation Term="OData.Description" String="The output."/>
490720c9898SEd Tanous        </Member>
491720c9898SEd Tanous      </EnumType>
492720c9898SEd Tanous
493720c9898SEd Tanous      <EnumType Name="LogicalContext">
494720c9898SEd Tanous        <Annotation Term="Redfish.Revisions">
495720c9898SEd Tanous          <Collection>
496720c9898SEd Tanous            <Record>
497720c9898SEd Tanous              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
498720c9898SEd Tanous              <PropertyValue Property="Version" String="2022.1"/>
499720c9898SEd Tanous            </Record>
500720c9898SEd Tanous          </Collection>
501720c9898SEd Tanous        </Annotation>
502720c9898SEd Tanous        <Member Name="Capacity">
503720c9898SEd Tanous          <Annotation Term="OData.Description" String="Capacity-related logical context."/>
504720c9898SEd Tanous        </Member>
505720c9898SEd Tanous        <Member Name="Environment">
506720c9898SEd Tanous          <Annotation Term="OData.Description" String="Environment-related logical context."/>
507720c9898SEd Tanous        </Member>
508720c9898SEd Tanous        <Member Name="Network">
509720c9898SEd Tanous          <Annotation Term="OData.Description" String="Network-related logical context."/>
510720c9898SEd Tanous        </Member>
511720c9898SEd Tanous        <Member Name="Performance">
512720c9898SEd Tanous          <Annotation Term="OData.Description" String="Performance-related logical context."/>
513720c9898SEd Tanous        </Member>
514720c9898SEd Tanous        <Member Name="Security">
515720c9898SEd Tanous          <Annotation Term="OData.Description" String="Security-related logical context."/>
516720c9898SEd Tanous        </Member>
517720c9898SEd Tanous        <Member Name="Storage">
518720c9898SEd Tanous          <Annotation Term="OData.Description" String="Storage-related logical context."/>
519720c9898SEd Tanous        </Member>
520720c9898SEd Tanous      </EnumType>
521720c9898SEd Tanous    </Schema>
522720c9898SEd Tanous
523720c9898SEd Tanous  </edmx:DataServices>
524720c9898SEd Tanous</edmx:Edmx>
525