xref: /openbmc/bmcweb/features/redfish/schema/dmtf/csdl/Switch_v1.xml (revision c6d7a45d427f9a6d9e761afcf305761dca60d7cf)
1<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################       -->
4<!--# Redfish Schema:  Switch v1.10.0                                                      -->
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-2025 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://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml">
21    <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/>
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/RedfishExtensions_v1.xml">
28    <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
29  </edmx:Reference>
30  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Chassis_v1.xml">
31    <edmx:Include Namespace="Chassis"/>
32  </edmx:Reference>
33  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Manager_v1.xml">
34    <edmx:Include Namespace="Manager"/>
35  </edmx:Reference>
36  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Redundancy_v1.xml">
37    <edmx:Include Namespace="Redundancy"/>
38  </edmx:Reference>
39  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PortCollection_v1.xml">
40    <edmx:Include Namespace="PortCollection"/>
41  </edmx:Reference>
42  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/VirtualCXLSwitchCollection_v1.xml">
43    <edmx:Include Namespace="VirtualCXLSwitchCollection"/>
44  </edmx:Reference>
45  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/LogServiceCollection_v1.xml">
46    <edmx:Include Namespace="LogServiceCollection"/>
47  </edmx:Reference>
48  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Protocol_v1.xml">
49    <edmx:Include Namespace="Protocol"/>
50  </edmx:Reference>
51  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Endpoint_v1.xml">
52    <edmx:Include Namespace="Endpoint"/>
53  </edmx:Reference>
54  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PCIeDevice_v1.xml">
55    <edmx:Include Namespace="PCIeDevice"/>
56  </edmx:Reference>
57  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/CertificateCollection_v1.xml">
58    <edmx:Include Namespace="CertificateCollection"/>
59  </edmx:Reference>
60  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/SoftwareInventory_v1.xml">
61    <edmx:Include Namespace="SoftwareInventory"/>
62  </edmx:Reference>
63  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/EnvironmentMetrics_v1.xml">
64    <edmx:Include Namespace="EnvironmentMetrics"/>
65  </edmx:Reference>
66  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/SwitchMetrics_v1.xml">
67    <edmx:Include Namespace="SwitchMetrics"/>
68  </edmx:Reference>
69
70  <edmx:DataServices>
71
72    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch">
73      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
74      <Annotation Term="Redfish.Language" String="en"/>
75
76      <EntityType Name="Switch" BaseType="Resource.v1_0_0.Resource" Abstract="true">
77        <Annotation Term="OData.Description" String="The `Switch` schema contains properties that describe a fabric switch."/>
78        <Annotation Term="OData.LongDescription" String="This resource contains a switch for a Redfish implementation."/>
79        <Annotation Term="Capabilities.InsertRestrictions">
80          <Record>
81            <PropertyValue Property="Insertable" Bool="false"/>
82          </Record>
83        </Annotation>
84        <Annotation Term="Capabilities.UpdateRestrictions">
85          <Record>
86            <PropertyValue Property="Updatable" Bool="true"/>
87            <Annotation Term="OData.Description" String="Any writable properties, such as `AssetTag`, can be updated for switches."/>
88          </Record>
89        </Annotation>
90        <Annotation Term="Capabilities.DeleteRestrictions">
91          <Record>
92            <PropertyValue Property="Deletable" Bool="false"/>
93          </Record>
94        </Annotation>
95        <Annotation Term="Redfish.Uris">
96          <Collection>
97            <String>/redfish/v1/Fabrics/{FabricId}/Switches/{SwitchId}</String>
98          </Collection>
99        </Annotation>
100      </EntityType>
101
102      <Action Name="Reset" IsBound="true">
103        <Annotation Term="OData.Description" String="This action resets this switch."/>
104        <Annotation Term="OData.LongDescription" String="This action shall reset this switch."/>
105        <Parameter Name="Switch" Type="Switch.v1_0_0.Actions"/>
106        <Parameter Name="ResetType" Type="Resource.ResetType">
107          <Annotation Term="OData.Description" String="The type of reset."/>
108          <Annotation Term="OData.LongDescription" String="This parameter shall contain the type of reset.  The service can accept a request without this parameter and can complete an implementation-specific default reset."/>
109        </Parameter>
110      </Action>
111    </Schema>
112
113    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_0_0">
114      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
115      <Annotation Term="Redfish.Release" String="2016.2"/>
116
117      <EntityType Name="Switch" BaseType="Switch.Switch">
118        <Property Name="SwitchType" Type="Protocol.Protocol">
119          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
120          <Annotation Term="OData.Description" String="The protocol being sent over this switch."/>
121          <Annotation Term="OData.LongDescription" String="This property shall contain the protocol being sent over this switch.  For a switch that supports multiple protocols, the value should be `MultiProtocol` and the `SupportedProtocols` property should be used to describe the supported protocols."/>
122        </Property>
123        <Property Name="Status" Type="Resource.Status" Nullable="false">
124          <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
125          <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
126        </Property>
127        <Property Name="Manufacturer" Type="Edm.String">
128          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
129          <Annotation Term="OData.Description" String="The manufacturer of this switch."/>
130          <Annotation Term="OData.LongDescription" String="This property shall contain the name of the organization responsible for producing the switch.  This organization may be the entity from which the switch is purchased, but this is not necessarily true."/>
131        </Property>
132        <Property Name="Model" Type="Edm.String">
133          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
134          <Annotation Term="OData.Description" String="The product model number of this switch."/>
135          <Annotation Term="OData.LongDescription" String="This property shall contain the manufacturer-provided model information of this switch."/>
136        </Property>
137        <Property Name="SKU" Type="Edm.String">
138          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
139          <Annotation Term="OData.Description" String="The SKU for this switch."/>
140          <Annotation Term="OData.LongDescription" String="This property shall contain the SKU number for this switch."/>
141        </Property>
142        <Property Name="SerialNumber" Type="Edm.String">
143          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
144          <Annotation Term="OData.Description" String="The serial number for this switch."/>
145          <Annotation Term="OData.LongDescription" String="This property shall contain a manufacturer-allocated number that identifies the switch."/>
146        </Property>
147        <Property Name="PartNumber" Type="Edm.String">
148          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
149          <Annotation Term="OData.Description" String="The part number for this switch."/>
150          <Annotation Term="OData.LongDescription" String="This property shall contain the manufacturer-provided part number for the switch."/>
151        </Property>
152        <Property Name="AssetTag" Type="Edm.String">
153          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
154          <Annotation Term="OData.Description" String="The user-assigned asset tag for this switch."/>
155          <Annotation Term="OData.LongDescription" String="This property shall contain the user-assigned asset tag, which is an identifying string that tracks the drive for inventory purposes."/>
156        </Property>
157        <Property Name="DomainID" Type="Edm.Int64">
158          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
159          <Annotation Term="OData.Description" String="The domain ID for this switch."/>
160          <Annotation Term="OData.LongDescription" String="This property shall contain The domain ID for this switch.  This property has a scope of uniqueness within the fabric of which the switch is a member."/>
161        </Property>
162        <Property Name="IsManaged" Type="Edm.Boolean">
163          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
164          <Annotation Term="OData.Description" String="An indication of whether the switch is in a managed or unmanaged state."/>
165          <Annotation Term="OData.LongDescription" String="This property shall indicate whether this switch is in a managed or unmanaged state."/>
166        </Property>
167        <Property Name="TotalSwitchWidth" Type="Edm.Int64">
168          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
169          <Annotation Term="OData.Description" String="The total number of lanes, phys, or other physical transport links that this switch contains."/>
170          <Annotation Term="OData.LongDescription" String="This property shall contain the number of physical transport lanes, phys, or other physical transport links that this switch contains.  For PCIe, this value shall be the lane count."/>
171        </Property>
172        <Property Name="IndicatorLED" Type="Resource.IndicatorLED">
173          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
174          <Annotation Term="OData.Description" String="The state of the indicator LED, which identifies the switch."/>
175          <Annotation Term="OData.LongDescription" String="This property shall contain the state of the indicator light associated with this switch."/>
176          <Annotation Term="Redfish.Revisions">
177            <Collection>
178              <Record>
179                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
180                <PropertyValue Property="Version" String="v1_4_0"/>
181                <PropertyValue Property="Description" String="This property has been deprecated in favor of the `LocationIndicatorActive` property."/>
182              </Record>
183            </Collection>
184          </Annotation>
185        </Property>
186        <Property Name="PowerState" Type="Resource.PowerState">
187          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
188          <Annotation Term="OData.Description" String="The current power state of the switch."/>
189          <Annotation Term="OData.LongDescription" String="This property shall contain the power state of the switch."/>
190        </Property>
191        <NavigationProperty Name="Ports" Type="PortCollection.PortCollection" ContainsTarget="true" Nullable="false">
192          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
193          <Annotation Term="OData.Description" String="The link to the collection ports for this switch."/>
194          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type `PortCollection`."/>
195          <Annotation Term="OData.AutoExpandReferences"/>
196        </NavigationProperty>
197        <NavigationProperty Name="Redundancy" Type="Collection(Redundancy.Redundancy)" ContainsTarget="true">
198          <Annotation Term="OData.Description" String="Redundancy information for the switches."/>
199          <Annotation Term="OData.LongDescription" String="This property shall contain an array that shows how this switch is grouped with other switches for form redundancy sets."/>
200          <Annotation Term="OData.AutoExpand"/>
201        </NavigationProperty>
202        <Property Name="Links" Type="Switch.v1_0_0.Links" Nullable="false">
203          <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
204          <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."/>
205        </Property>
206        <NavigationProperty Name="LogServices" Type="LogServiceCollection.LogServiceCollection" ContainsTarget="true" Nullable="false">
207          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
208          <Annotation Term="OData.Description" String="The link to the collection of log services associated with this switch."/>
209          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type `LogServiceCollection`."/>
210          <Annotation Term="OData.AutoExpandReferences"/>
211        </NavigationProperty>
212        <Property Name="Actions" Type="Switch.v1_0_0.Actions" Nullable="false">
213          <Annotation Term="OData.Description" String="The available actions for this resource."/>
214          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
215        </Property>
216      </EntityType>
217
218      <ComplexType Name="Links" BaseType="Resource.Links">
219        <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
220        <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."/>
221        <NavigationProperty Name="Chassis" Type="Chassis.Chassis" Nullable="false">
222          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
223          <Annotation Term="OData.Description" String="The link to the chassis that contains this switch."/>
224          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type `Chassis` with which this switch is associated."/>
225          <Annotation Term="OData.AutoExpandReferences"/>
226        </NavigationProperty>
227        <NavigationProperty Name="ManagedBy" Type="Collection(Manager.Manager)">
228          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
229          <Annotation Term="OData.Description" String="An array of links to the managers that manage this switch."/>
230          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type `Manager` with which this switch is associated."/>
231          <Annotation Term="OData.AutoExpandReferences"/>
232        </NavigationProperty>
233      </ComplexType>
234
235      <ComplexType Name="Actions">
236        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
237        <Annotation Term="OData.Description" String="The available actions for this resource."/>
238        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
239        <Property Name="Oem" Type="Switch.v1_0_0.OemActions" Nullable="false">
240          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
241          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
242        </Property>
243      </ComplexType>
244
245      <ComplexType Name="OemActions">
246        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
247        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
248        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
249      </ComplexType>
250    </Schema>
251
252    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_0_1">
253      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
254      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
255      <EntityType Name="Switch" BaseType="Switch.v1_0_0.Switch"/>
256    </Schema>
257
258    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_0_2">
259      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
260      <Annotation Term="OData.Description" String="This version was created to remove the nullable term on arrays of links."/>
261      <EntityType Name="Switch" BaseType="Switch.v1_0_1.Switch"/>
262    </Schema>
263
264    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_0_3">
265      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
266      <Annotation Term="OData.Description" String="This version was created to change `IndicatorLED`, `PowerState`, and `Protocol` to use the unversioned definition, and correct the short and long descriptions in the defined actions."/>
267      <EntityType Name="Switch" BaseType="Switch.v1_0_2.Switch"/>
268    </Schema>
269
270    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_0_4">
271      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
272      <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number."/>
273      <EntityType Name="Switch" BaseType="Switch.v1_0_3.Switch"/>
274    </Schema>
275
276    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_0_5">
277      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
278      <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format, and to add a missing term to the `LogServices` property to disallow it from being `null`."/>
279      <EntityType Name="Switch" BaseType="Switch.v1_0_4.Switch"/>
280    </Schema>
281
282    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_0_6">
283      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
284      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
285      <EntityType Name="Switch" BaseType="Switch.v1_0_5.Switch"/>
286    </Schema>
287
288    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_0_7">
289      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
290      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
291      <EntityType Name="Switch" BaseType="Switch.v1_0_6.Switch"/>
292    </Schema>
293
294    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_0_8">
295      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
296      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
297      <EntityType Name="Switch" BaseType="Switch.v1_0_7.Switch"/>
298    </Schema>
299
300    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_0_9">
301      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
302      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
303      <EntityType Name="Switch" BaseType="Switch.v1_0_8.Switch"/>
304    </Schema>
305
306    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_0_10">
307      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
308      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
309      <EntityType Name="Switch" BaseType="Switch.v1_0_9.Switch"/>
310    </Schema>
311
312    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_1_0">
313      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
314      <Annotation Term="Redfish.Release" String="2017.3"/>
315
316      <EntityType Name="Switch" BaseType="Switch.v1_0_3.Switch">
317        <Property Name="Location" Type="Resource.Location" Nullable="false">
318          <Annotation Term="OData.Description" String="The location of the switch."/>
319          <Annotation Term="OData.LongDescription" String="This property shall contain the location information of the associated switch."/>
320        </Property>
321      </EntityType>
322    </Schema>
323
324    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_1_1">
325      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
326      <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number."/>
327      <EntityType Name="Switch" BaseType="Switch.v1_1_0.Switch"/>
328    </Schema>
329
330    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_1_2">
331      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
332      <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format, and to add a missing term to the `LogServices` property to disallow it from being `null`."/>
333      <EntityType Name="Switch" BaseType="Switch.v1_1_1.Switch"/>
334    </Schema>
335
336    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_1_3">
337      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
338      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
339      <EntityType Name="Switch" BaseType="Switch.v1_1_2.Switch"/>
340    </Schema>
341
342    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_1_4">
343      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
344      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
345      <EntityType Name="Switch" BaseType="Switch.v1_1_3.Switch"/>
346    </Schema>
347
348    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_1_5">
349      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
350      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
351      <EntityType Name="Switch" BaseType="Switch.v1_1_4.Switch"/>
352    </Schema>
353
354    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_1_6">
355      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
356      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
357      <EntityType Name="Switch" BaseType="Switch.v1_1_5.Switch"/>
358    </Schema>
359
360    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_1_7">
361      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
362      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
363      <EntityType Name="Switch" BaseType="Switch.v1_1_6.Switch"/>
364    </Schema>
365
366    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_1_8">
367      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
368      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
369      <EntityType Name="Switch" BaseType="Switch.v1_1_7.Switch"/>
370    </Schema>
371
372    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_2_0">
373      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
374      <Annotation Term="Redfish.Release" String="2019.2"/>
375
376      <EntityType Name="Switch" BaseType="Switch.v1_1_3.Switch">
377        <Property Name="FirmwareVersion" Type="Edm.String">
378          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
379          <Annotation Term="OData.Description" String="The firmware version of this switch."/>
380          <Annotation Term="OData.LongDescription" String="This property shall contain the firmware version as defined by the manufacturer for the associated switch."/>
381        </Property>
382      </EntityType>
383    </Schema>
384
385    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_2_1">
386      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
387      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
388      <EntityType Name="Switch" BaseType="Switch.v1_2_0.Switch"/>
389    </Schema>
390
391    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_2_2">
392      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
393      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
394      <EntityType Name="Switch" BaseType="Switch.v1_2_1.Switch"/>
395    </Schema>
396
397    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_2_3">
398      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
399      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
400      <EntityType Name="Switch" BaseType="Switch.v1_2_2.Switch"/>
401    </Schema>
402
403    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_2_4">
404      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
405      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
406      <EntityType Name="Switch" BaseType="Switch.v1_2_3.Switch"/>
407    </Schema>
408
409    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_2_5">
410      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
411      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
412      <EntityType Name="Switch" BaseType="Switch.v1_2_4.Switch"/>
413    </Schema>
414
415    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_3_0">
416      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
417      <Annotation Term="Redfish.Release" String="2019.4"/>
418
419      <EntityType Name="Switch" BaseType="Switch.v1_2_0.Switch">
420        <Property Name="SupportedProtocols" Type="Collection(Protocol.Protocol)" Nullable="false">
421          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
422          <Annotation Term="OData.Description" String="The protocols this switch supports."/>
423          <Annotation Term="OData.LongDescription" String="The property shall contain an array of protocols this switch supports.  If the value of `SwitchType` is `MultiProtocol`, this property shall be required."/>
424        </Property>
425        <Property Name="UUID" Type="Resource.UUID">
426          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
427          <Annotation Term="OData.Description" String="The UUID for this switch."/>
428          <Annotation Term="OData.LongDescription" String="This property shall contain a universally unique identifier number for the switch."/>
429        </Property>
430      </EntityType>
431
432      <ComplexType Name="Links" BaseType="Switch.v1_0_0.Links">
433        <NavigationProperty Name="Endpoints" Type="Collection(Endpoint.Endpoint)">
434          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
435          <Annotation Term="OData.Description" String="An array of links to the endpoints that connect to this switch."/>
436          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type `Endpoint` with which this switch is associated."/>
437          <Annotation Term="OData.AutoExpandReferences"/>
438        </NavigationProperty>
439      </ComplexType>
440    </Schema>
441
442    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_3_1">
443      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
444      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
445      <EntityType Name="Switch" BaseType="Switch.v1_3_0.Switch"/>
446    </Schema>
447
448    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_3_2">
449      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
450      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
451      <EntityType Name="Switch" BaseType="Switch.v1_3_1.Switch"/>
452    </Schema>
453
454    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_3_3">
455      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
456      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
457      <EntityType Name="Switch" BaseType="Switch.v1_3_2.Switch"/>
458    </Schema>
459
460    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_3_4">
461      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
462      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
463      <EntityType Name="Switch" BaseType="Switch.v1_3_3.Switch"/>
464    </Schema>
465
466    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_3_5">
467      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
468      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
469      <EntityType Name="Switch" BaseType="Switch.v1_3_4.Switch"/>
470    </Schema>
471
472    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_4_0">
473      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
474      <Annotation Term="Redfish.Release" String="2020.3"/>
475      <Annotation Term="OData.Description" String="This version was created to deprecate the `IndicatorLED` property."/>
476
477      <EntityType Name="Switch" BaseType="Switch.v1_3_1.Switch">
478        <Property Name="LocationIndicatorActive" Type="Edm.Boolean">
479          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
480          <Annotation Term="OData.Description" String="An indicator allowing an operator to physically locate this resource."/>
481          <Annotation Term="OData.LongDescription" String="This property shall contain the state of the indicator used to physically identify or locate this resource.  A write to this property shall update the value of `IndicatorLED` in this resource, if supported, to reflect the implementation of the locating function."/>
482        </Property>
483        <Property Name="CurrentBandwidthGbps" Type="Edm.Decimal">
484          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
485          <Annotation Term="OData.Description" String="The current internal bandwidth of this switch."/>
486          <Annotation Term="OData.LongDescription" String="This property shall contain the internal unidirectional bandwidth of this switch currently negotiated and running."/>
487          <Annotation Term="Measures.Unit" String="Gbit/s"/>
488        </Property>
489        <Property Name="MaxBandwidthGbps" Type="Edm.Decimal">
490          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
491          <Annotation Term="OData.Description" String="The maximum internal bandwidth of this switch as currently configured."/>
492          <Annotation Term="OData.LongDescription" String="This property shall contain the maximum internal unidirectional bandwidth this switch is capable of being configured.  If capable of autonegotiation, the switch shall attempt to negotiate to the specified maximum bandwidth."/>
493          <Annotation Term="Measures.Unit" String="Gbit/s"/>
494        </Property>
495      </EntityType>
496
497      <ComplexType Name="Links" BaseType="Switch.v1_3_0.Links">
498        <NavigationProperty Name="PCIeDevice" Type="PCIeDevice.PCIeDevice" Nullable="false">
499          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
500          <Annotation Term="OData.Description" String="The link to the PCIe device providing this switch."/>
501          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type `PCIeDevice` that represents the PCIe device providing this switch."/>
502          <Annotation Term="OData.AutoExpandReferences"/>
503        </NavigationProperty>
504      </ComplexType>
505    </Schema>
506
507    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_4_1">
508      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
509      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
510      <EntityType Name="Switch" BaseType="Switch.v1_4_0.Switch"/>
511    </Schema>
512
513    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_4_2">
514      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
515      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
516      <EntityType Name="Switch" BaseType="Switch.v1_4_1.Switch"/>
517    </Schema>
518
519    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_4_3">
520      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
521      <Annotation Term="OData.Description" String="This version was created to update the long descriptions of `CurrentBandwidthGbps` and `MaxBandwidthGbps` properties to show speeds are unidirectional.  It was also created to correct various typographical errors."/>
522      <EntityType Name="Switch" BaseType="Switch.v1_4_2.Switch"/>
523    </Schema>
524
525    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_4_4">
526      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
527      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
528      <EntityType Name="Switch" BaseType="Switch.v1_4_3.Switch"/>
529    </Schema>
530
531    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_5_0">
532      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
533      <Annotation Term="Redfish.Release" String="2020.4"/>
534
535      <EntityType Name="Switch" BaseType="Switch.v1_4_1.Switch">
536        <NavigationProperty Name="Certificates" Type="CertificateCollection.CertificateCollection" ContainsTarget="true" Nullable="false">
537          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
538          <Annotation Term="OData.Description" String="The link to a collection of certificates for device identity and attestation."/>
539          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type `CertificateCollection` that contains certificates for device identity and attestation."/>
540          <Annotation Term="OData.AutoExpandReferences"/>
541        </NavigationProperty>
542        <Property Name="Measurements" Type="Collection(SoftwareInventory.MeasurementBlock)" Nullable="false">
543          <Annotation Term="OData.Description" String="An array of DSP0274-defined measurement blocks."/>
544          <Annotation Term="OData.LongDescription" String="This property shall contain an array of DSP0274-defined measurement blocks."/>
545          <Annotation Term="Redfish.Revisions">
546            <Collection>
547              <Record>
548                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
549                <PropertyValue Property="Version" String="v1_8_0"/>
550                <PropertyValue Property="Description" String="This property has been deprecated in favor of the `ComponentIntegrity` resource."/>
551              </Record>
552            </Collection>
553          </Annotation>
554        </Property>
555      </EntityType>
556    </Schema>
557
558    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_5_1">
559      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
560      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
561      <EntityType Name="Switch" BaseType="Switch.v1_5_0.Switch"/>
562    </Schema>
563
564    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_5_2">
565      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
566      <Annotation Term="OData.Description" String="This version was created to correct version tags within the schema file."/>
567      <EntityType Name="Switch" BaseType="Switch.v1_5_1.Switch"/>
568    </Schema>
569
570    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_5_3">
571      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
572      <Annotation Term="OData.Description" String="This version was created to update the long descriptions of `CurrentBandwidthGbps` and `MaxBandwidthGbps` properties to show speeds are unidirectional.  It was also created to correct various typographical errors."/>
573      <EntityType Name="Switch" BaseType="Switch.v1_5_2.Switch"/>
574    </Schema>
575
576    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_5_4">
577      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
578      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
579      <EntityType Name="Switch" BaseType="Switch.v1_5_3.Switch"/>
580    </Schema>
581
582    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_6_0">
583      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
584      <Annotation Term="Redfish.Release" String="2021.1"/>
585
586      <EntityType Name="Switch" BaseType="Switch.v1_5_0.Switch">
587        <Property Name="Enabled" Type="Edm.Boolean" Nullable="false">
588          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
589          <Annotation Term="OData.Description" String="An indication of whether this switch is enabled."/>
590          <Annotation Term="OData.LongDescription" String="The value of this property shall indicate if this switch is enabled."/>
591        </Property>
592        <NavigationProperty Name="EnvironmentMetrics" Type="EnvironmentMetrics.EnvironmentMetrics" Nullable="false">
593          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
594          <Annotation Term="OData.Description" String="The link to the environment metrics for this switch."/>
595          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type `EnvironmentMetrics` that specifies the environment metrics for this switch."/>
596          <Annotation Term="OData.AutoExpandReferences"/>
597        </NavigationProperty>
598      </EntityType>
599    </Schema>
600
601    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_6_1">
602      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
603      <Annotation Term="OData.Description" String="This version was created to update the long descriptions of `CurrentBandwidthGbps` and `MaxBandwidthGbps` properties to show speeds are unidirectional.  It was also created to correct various typographical errors."/>
604      <EntityType Name="Switch" BaseType="Switch.v1_6_0.Switch"/>
605    </Schema>
606
607    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_6_2">
608      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
609      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
610      <EntityType Name="Switch" BaseType="Switch.v1_6_1.Switch"/>
611    </Schema>
612
613    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_7_0">
614      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
615      <Annotation Term="Redfish.Release" String="2021.3"/>
616
617      <EntityType Name="Switch" BaseType="Switch.v1_6_0.Switch">
618        <NavigationProperty Name="Metrics" Type="SwitchMetrics.SwitchMetrics" Nullable="false">
619          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
620          <Annotation Term="OData.Description" String="The link to the metrics associated with this switch."/>
621          <Annotation Term="OData.LongDescription" String="This property shall contain a link to the metrics associated with this switch."/>
622          <Annotation Term="OData.AutoExpandReferences"/>
623          <Annotation Term="Redfish.URISegment" String="SwitchMetrics"/>
624        </NavigationProperty>
625      </EntityType>
626    </Schema>
627
628    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_7_1">
629      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
630      <Annotation Term="OData.Description" String="This version was created to add the URI segment annotation to `Metrics`."/>
631      <EntityType Name="Switch" BaseType="Switch.v1_7_0.Switch"/>
632    </Schema>
633
634    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_7_2">
635      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
636      <Annotation Term="OData.Description" String="This version was created to update the long descriptions of `CurrentBandwidthGbps` and `MaxBandwidthGbps` properties to show speeds are unidirectional.  It was also created to correct various typographical errors."/>
637      <EntityType Name="Switch" BaseType="Switch.v1_7_1.Switch"/>
638    </Schema>
639
640    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_7_3">
641      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
642      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
643      <EntityType Name="Switch" BaseType="Switch.v1_7_2.Switch"/>
644    </Schema>
645
646    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_8_0">
647      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
648      <Annotation Term="Redfish.Release" String="2021.4"/>
649      <Annotation Term="OData.Description" String="This version was created to deprecate `Measurements` in favor of measurement reporting in the `ComponentIntegrity` resource."/>
650
651      <EntityType Name="Switch" BaseType="Switch.v1_7_0.Switch"/>
652    </Schema>
653
654    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_8_1">
655      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
656      <Annotation Term="OData.Description" String="This version was created to add the URI segment annotation to `Metrics`."/>
657      <EntityType Name="Switch" BaseType="Switch.v1_8_0.Switch"/>
658    </Schema>
659
660    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_8_2">
661      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
662      <Annotation Term="OData.Description" String="This version was created to update the long descriptions of `CurrentBandwidthGbps` and `MaxBandwidthGbps` properties to show speeds are unidirectional.  It was also created to correct various typographical errors."/>
663      <EntityType Name="Switch" BaseType="Switch.v1_8_1.Switch"/>
664    </Schema>
665
666    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_8_3">
667      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
668      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
669      <EntityType Name="Switch" BaseType="Switch.v1_8_2.Switch"/>
670    </Schema>
671
672    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_9_0">
673      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
674      <Annotation Term="Redfish.Release" String="2022.3"/>
675
676      <EntityType Name="Switch" BaseType="Switch.v1_8_0.Switch">
677        <Property Name="CXL" Type="Switch.v1_9_0.CXL" Nullable="false">
678          <Annotation Term="OData.Description" String="CXL properties for this switch."/>
679          <Annotation Term="OData.LongDescription" String="This property shall contain CXL-specific properties for this switch."/>
680        </Property>
681      </EntityType>
682
683      <ComplexType Name="CXL">
684        <Annotation Term="OData.Description" String="CXL properties for a switch."/>
685        <Annotation Term="OData.LongDescription" String="This type shall contain CXL-specific properties for a switch."/>
686        <Property Name="MaxVCSsSupported" Type="Edm.Int64" Nullable="false">
687          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
688          <Annotation Term="OData.Description" String="The maximum number of Virtual CXL Switches (VCSs) supported in this switch."/>
689          <Annotation Term="OData.LongDescription" String="This property shall contain the maximum number of Virtual CXL Switches (VCSs) supported in this switch."/>
690        </Property>
691        <Property Name="TotalNumbervPPBs" Type="Edm.Int64" Nullable="false">
692          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
693          <Annotation Term="OData.Description" String="The total number of virtual PCI-to-PCI bridges (vPPBs) supported in this switch."/>
694          <Annotation Term="OData.LongDescription" String="This property shall contain the total number of virtual PCI-to-PCI bridges (vPPBs) supported in this switch."/>
695        </Property>
696        <Property Name="VCS" Type="Switch.v1_9_0.VCSSwitch" Nullable="false">
697          <Annotation Term="OData.Description" String="Virtual CXL Switch (VCS) properties for this switch."/>
698          <Annotation Term="OData.LongDescription" String="This property shall contain Virtual CXL Switch (VCS) properties for this switch."/>
699          <Annotation Term="Redfish.Revisions">
700            <Collection>
701              <Record>
702                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
703                <PropertyValue Property="Version" String="v1_9_0"/>
704                <PropertyValue Property="Description" String="This property has been deprecated in favor of `VirtualCXLSwitches` in `CXL`."/>
705              </Record>
706            </Collection>
707          </Annotation>
708        </Property>
709      </ComplexType>
710
711      <ComplexType Name="VCSSwitch">
712        <Annotation Term="OData.Description" String="Virtual CXL Switch (VCS) properties for a switch."/>
713        <Annotation Term="OData.LongDescription" String="This type shall contain Virtual CXL Switch (VCS) properties for a switch."/>
714        <Property Name="HDMDecoders" Type="Edm.Int64" Nullable="false">
715          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
716          <Annotation Term="OData.Description" String="The number of Host Device Memory (HDM) Decoders supported by this switch."/>
717          <Annotation Term="OData.LongDescription" String="This property shall contain the number of Host Device Memory (HDM) Decoders supported by this switch."/>
718        </Property>
719      </ComplexType>
720    </Schema>
721
722    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_9_1">
723      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
724      <Annotation Term="OData.Description" String="This version was created to add the URI segment annotation to `Metrics`."/>
725      <EntityType Name="Switch" BaseType="Switch.v1_9_0.Switch"/>
726    </Schema>
727
728    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_9_2">
729      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
730      <Annotation Term="OData.Description" String="This version was created to update the long descriptions of `CurrentBandwidthGbps` and `MaxBandwidthGbps` properties to show speeds are unidirectional.  It was also created to correct various typographical errors."/>
731      <EntityType Name="Switch" BaseType="Switch.v1_9_1.Switch"/>
732    </Schema>
733
734    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_9_3">
735      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
736      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
737      <EntityType Name="Switch" BaseType="Switch.v1_9_2.Switch"/>
738    </Schema>
739
740    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Switch.v1_10_0">
741      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
742      <Annotation Term="Redfish.Release" String="2025.2"/>
743
744      <EntityType Name="Switch" BaseType="Switch.v1_9_3.Switch"/>
745
746      <ComplexType Name="CXL" BaseType="Switch.v1_9_0.CXL">
747        <Property Name="TotalHDMDecoders" Type="Edm.Int64" Nullable="false">
748          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
749          <Annotation Term="OData.Description" String="The total number of HDM (Host Device Memory) decoders available per upstream port."/>
750          <Annotation Term="OData.LongDescription" String="This property shall contain the total number of HDM (Host Device Memory) decoders available per upstream port."/>
751        </Property>
752        <Property Name="NumberOfBoundvPPBs" Type="Edm.Int64" Nullable="false">
753          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
754          <Annotation Term="OData.Description" String="The total number of vPPBs (Virtual PCI-to-PCI Bridges) that are currently bound on this switch."/>
755          <Annotation Term="OData.LongDescription" String="This property shall contain the total number of vPPBs (Virtual PCI-to-PCI Bridges) that are currently bound on this switch."/>
756        </Property>
757        <Property Name="PBRCapable" Type="Edm.Boolean" Nullable="false">
758          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
759          <Annotation Term="OData.Description" String="An indication of whether the switch is capable of performing port-based routing."/>
760          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the switch is capable of performing port-based routing."/>
761        </Property>
762        <NavigationProperty Name="VirtualCXLSwitches" Type="VirtualCXLSwitchCollection.VirtualCXLSwitchCollection" ContainsTarget="true" Nullable="false">
763          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
764          <Annotation Term="OData.Description" String="The link to the collection of Virtual CXL Switches (VCS) for this CXL switch."/>
765          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type `VirtualCXLSwitchCollection`."/>
766          <Annotation Term="OData.AutoExpandReferences"/>
767        </NavigationProperty>
768      </ComplexType>
769    </Schema>
770
771  </edmx:DataServices>
772</edmx:Edmx>
773