xref: /openbmc/bmcweb/features/redfish/schema/dmtf/csdl/PCIeDevice_v1.xml (revision c6d7a45d427f9a6d9e761afcf305761dca60d7cf)
1<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################       -->
4<!--# Redfish Schema:  PCIeDevice v1.19.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:Include Namespace="Validation.v1_0_0" Alias="Validation"/>
30  </edmx:Reference>
31  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Chassis_v1.xml">
32    <edmx:Include Namespace="Chassis"/>
33  </edmx:Reference>
34  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PCIeFunction_v1.xml">
35    <edmx:Include Namespace="PCIeFunction"/>
36  </edmx:Reference>
37  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PCIeFunctionCollection_v1.xml">
38    <edmx:Include Namespace="PCIeFunctionCollection"/>
39  </edmx:Reference>
40  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Assembly_v1.xml">
41    <edmx:Include Namespace="Assembly"/>
42  </edmx:Reference>
43  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/EnvironmentMetrics_v1.xml">
44    <edmx:Include Namespace="EnvironmentMetrics"/>
45  </edmx:Reference>
46  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Switch_v1.xml">
47    <edmx:Include Namespace="Switch"/>
48  </edmx:Reference>
49  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/CXLLogicalDeviceCollection_v1.xml">
50    <edmx:Include Namespace="CXLLogicalDeviceCollection"/>
51  </edmx:Reference>
52  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Processor_v1.xml">
53    <edmx:Include Namespace="Processor"/>
54  </edmx:Reference>
55  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Port_v1.xml">
56    <edmx:Include Namespace="Port"/>
57  </edmx:Reference>
58
59  <edmx:DataServices>
60
61    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice">
62      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
63      <Annotation Term="Redfish.Language" String="en"/>
64
65      <EntityType Name="PCIeDevice" BaseType="Resource.v1_0_0.Resource" Abstract="true">
66        <Annotation Term="OData.Description" String="The `PCIeDevice` schema describes the properties of a PCIe device that is attached to a system.  It also describes the location, such as a slot, socket, or bay, where a unit can be installed, by populating a resource instance with an absent state if a unit is not present."/>
67        <Annotation Term="OData.LongDescription" String="This resource shall represent a PCIe device in a Redfish implementation.  It may also represent a location, such as a slot, socket, or bay, where a unit may be installed, but the `State` property within the `Status` property contains `Absent`."/>
68        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
69        <Annotation Term="Capabilities.InsertRestrictions">
70          <Record>
71            <PropertyValue Property="Insertable" Bool="false"/>
72          </Record>
73        </Annotation>
74        <Annotation Term="Capabilities.UpdateRestrictions">
75          <Record>
76            <PropertyValue Property="Updatable" Bool="true"/>
77          </Record>
78        </Annotation>
79        <Annotation Term="Capabilities.DeleteRestrictions">
80          <Record>
81            <PropertyValue Property="Deletable" Bool="false"/>
82          </Record>
83        </Annotation>
84        <Annotation Term="Redfish.Uris">
85          <Collection>
86            <String>/redfish/v1/Chassis/{ChassisId}/PCIeDevices/{PCIeDeviceId}</String>
87            <String>/redfish/v1/Systems/{ComputerSystemId}/PCIeDevices/{PCIeDeviceId}</String>
88            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/PCIeDevices/{PCIeDeviceId}</String>
89            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/PCIeDevices/{PCIeDeviceId}</String>
90          </Collection>
91        </Annotation>
92      </EntityType>
93
94      <ComplexType Name="PCIeInterface" Abstract="true">
95        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
96        <Annotation Term="OData.Description" String="This type describes a PCIe Interface."/>
97        <Annotation Term="OData.LongDescription" String="This type shall describe the PCIe interface characteristics of a PCIe device."/>
98      </ComplexType>
99
100      <ComplexType Name="PCIeErrors" Abstract="true">
101        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
102        <Annotation Term="OData.Description" String="The PCIe errors associated with this device."/>
103        <Annotation Term="OData.LongDescription" String="This property shall contain properties that describe the PCIe errors associated with this device."/>
104      </ComplexType>
105
106      <EnumType Name="PCIeTypes">
107        <Annotation Term="Redfish.Revisions">
108          <Collection>
109            <Record>
110              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
111              <PropertyValue Property="Version" String="v1_3_0"/>
112            </Record>
113          </Collection>
114        </Annotation>
115        <Member Name="Gen1">
116          <Annotation Term="OData.Description" String="A PCIe v1.0 slot."/>
117        </Member>
118        <Member Name="Gen2">
119          <Annotation Term="OData.Description" String="A PCIe v2.0 slot."/>
120        </Member>
121        <Member Name="Gen3">
122          <Annotation Term="OData.Description" String="A PCIe v3.0 slot."/>
123        </Member>
124        <Member Name="Gen4">
125          <Annotation Term="OData.Description" String="A PCIe v4.0 slot."/>
126        </Member>
127        <Member Name="Gen5">
128          <Annotation Term="OData.Description" String="A PCIe v5.0 slot."/>
129        </Member>
130        <Member Name="Gen6">
131          <Annotation Term="OData.Description" String="A PCIe v6.0 slot."/>
132          <Annotation Term="Redfish.Revisions">
133            <Collection>
134              <Record>
135                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
136                <PropertyValue Property="Version" String="v1_16_0"/>
137              </Record>
138            </Collection>
139          </Annotation>
140        </Member>
141      </EnumType>
142    </Schema>
143
144    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_0_0">
145      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
146      <Annotation Term="Redfish.Release" String="2016.2"/>
147
148      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.PCIeDevice">
149        <Property Name="Manufacturer" Type="Edm.String">
150          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
151          <Annotation Term="OData.Description" String="The manufacturer of this PCIe device."/>
152          <Annotation Term="OData.LongDescription" String="This property shall contain the name of the organization responsible for producing the PCIe device.  This organization may be the entity from whom the PCIe device is purchased, but this is not necessarily true."/>
153        </Property>
154        <Property Name="Model" Type="Edm.String">
155          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
156          <Annotation Term="OData.Description" String="The model number for the PCIe device."/>
157          <Annotation Term="OData.LongDescription" String="This property shall contain the name by which the manufacturer generally refers to the PCIe device."/>
158        </Property>
159        <Property Name="SKU" Type="Edm.String">
160          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
161          <Annotation Term="OData.Description" String="The SKU for this PCIe device."/>
162          <Annotation Term="OData.LongDescription" String="This property shall contain the stock-keeping unit number for this PCIe device."/>
163        </Property>
164        <Property Name="SerialNumber" Type="Edm.String">
165          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
166          <Annotation Term="OData.Description" String="The serial number for this PCIe device."/>
167          <Annotation Term="OData.LongDescription" String="This property shall contain a manufacturer-allocated number that identifies the PCIe device."/>
168        </Property>
169        <Property Name="PartNumber" Type="Edm.String">
170          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
171          <Annotation Term="OData.Description" String="The part number for this PCIe device."/>
172          <Annotation Term="OData.LongDescription" String="This property shall contain a part number assigned by the organization that is responsible for producing or manufacturing the PCIe device."/>
173        </Property>
174        <Property Name="AssetTag" Type="Edm.String">
175          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
176          <Annotation Term="OData.Description" String="The user-assigned asset tag for this PCIe device."/>
177          <Annotation Term="OData.LongDescription" String="This property shall contain an identifying string that tracks the PCIe device for inventory purposes."/>
178        </Property>
179
180        <Property Name="DeviceType" Type="PCIeDevice.v1_0_0.DeviceType" Nullable="false">
181          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
182          <Annotation Term="OData.Description" String="The device type for this PCIe device."/>
183          <Annotation Term="OData.LongDescription" String="This property shall contain the device type of the PCIe device such as `SingleFunction` or `MultiFunction`."/>
184        </Property>
185        <Property Name="FirmwareVersion" Type="Edm.String">
186          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
187          <Annotation Term="OData.Description" String="The version of firmware for this PCIe device."/>
188          <Annotation Term="OData.LongDescription" String="This property shall contain the firmware version of the PCIe device."/>
189        </Property>
190
191        <Property Name="Status" Type="Resource.Status" Nullable="false">
192          <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
193          <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
194        </Property>
195        <Property Name="Links" Type="PCIeDevice.v1_0_0.Links" Nullable="false">
196          <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
197          <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."/>
198        </Property>
199      </EntityType>
200
201      <ComplexType Name="Links" BaseType="Resource.Links">
202        <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
203        <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."/>
204        <NavigationProperty Name="Chassis" Type="Collection(Chassis.Chassis)">
205          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
206          <Annotation Term="OData.Description" String="An array of links to the chassis in which the PCIe device is contained."/>
207          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type `Chassis` that represent the physical containers associated with this resource."/>
208          <Annotation Term="OData.AutoExpandReferences"/>
209        </NavigationProperty>
210        <NavigationProperty Name="PCIeFunctions" Type="Collection(PCIeFunction.PCIeFunction)">
211          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
212          <Annotation Term="OData.Description" String="An array of links to PCIe functions exposed by this device."/>
213          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type `PCIeFunction` that represent the PCIe functions this device exposes."/>
214          <Annotation Term="OData.AutoExpandReferences"/>
215          <Annotation Term="Redfish.Revisions">
216            <Collection>
217              <Record>
218                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
219                <PropertyValue Property="Version" String="v1_4_0"/>
220                <PropertyValue Property="Description" String="This property has been deprecated in favor of the `PCIeFunctions` property in the root that provides a link to a resource collection."/>
221              </Record>
222            </Collection>
223          </Annotation>
224        </NavigationProperty>
225      </ComplexType>
226
227      <EnumType Name="DeviceType">
228        <Member Name="SingleFunction">
229          <Annotation Term="OData.Description" String="A single-function PCIe device."/>
230        </Member>
231        <Member Name="MultiFunction">
232          <Annotation Term="OData.Description" String="A multi-function PCIe device."/>
233        </Member>
234        <Member Name="Simulated">
235          <Annotation Term="OData.Description" String="A PCIe device that is not currently physically present, but is being simulated by the PCIe infrastructure."/>
236        </Member>
237        <Member Name="Retimer">
238          <Annotation Term="OData.Description" String="A PCIe retimer device."/>
239          <Annotation Term="Redfish.Revisions">
240            <Collection>
241              <Record>
242                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
243                <PropertyValue Property="Version" String="v1_10_0"/>
244              </Record>
245            </Collection>
246          </Annotation>
247        </Member>
248      </EnumType>
249    </Schema>
250
251    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_0_1">
252      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
253      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
254      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_0_0.PCIeDevice"/>
255    </Schema>
256
257    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_0_2">
258      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
259      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
260      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_0_1.PCIeDevice"/>
261    </Schema>
262
263    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_0_3">
264      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
265      <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."/>
266      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_0_2.PCIeDevice"/>
267    </Schema>
268
269    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_0_4">
270      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
271      <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."/>
272      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_0_3.PCIeDevice"/>
273    </Schema>
274
275    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_0_5">
276      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
277      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
278      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_0_4.PCIeDevice"/>
279    </Schema>
280
281    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_0_6">
282      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
283      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
284      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_0_5.PCIeDevice"/>
285    </Schema>
286
287    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_0_7">
288      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
289      <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/>
290      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_0_6.PCIeDevice"/>
291    </Schema>
292
293    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_0_8">
294      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
295      <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."/>
296      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_0_7.PCIeDevice"/>
297    </Schema>
298
299    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_1_0">
300      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
301      <Annotation Term="Redfish.Release" String="2017.1"/>
302
303      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_0_2.PCIeDevice">
304        <Property Name="Actions" Type="PCIeDevice.v1_1_0.Actions" Nullable="false">
305          <Annotation Term="OData.Description" String="The available actions for this resource."/>
306          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
307        </Property>
308      </EntityType>
309
310      <ComplexType Name="Actions">
311        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
312        <Annotation Term="OData.Description" String="The available actions for this resource."/>
313        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
314        <Property Name="Oem" Type="PCIeDevice.v1_1_0.OemActions" Nullable="false">
315          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
316          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
317        </Property>
318      </ComplexType>
319
320      <ComplexType Name="OemActions">
321        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
322        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
323        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
324      </ComplexType>
325    </Schema>
326
327    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_1_1">
328      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
329      <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."/>
330      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_1_0.PCIeDevice"/>
331    </Schema>
332
333    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_1_2">
334      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
335      <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."/>
336      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_1_1.PCIeDevice"/>
337    </Schema>
338
339    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_1_3">
340      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
341      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
342      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_1_2.PCIeDevice"/>
343    </Schema>
344
345    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_1_4">
346      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
347      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
348      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_1_3.PCIeDevice"/>
349    </Schema>
350
351    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_1_5">
352      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
353      <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/>
354      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_1_4.PCIeDevice"/>
355    </Schema>
356
357    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_1_6">
358      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
359      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
360      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_1_5.PCIeDevice"/>
361    </Schema>
362
363    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_1_7">
364      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
365      <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."/>
366      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_1_6.PCIeDevice"/>
367    </Schema>
368
369    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_2_0">
370      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
371      <Annotation Term="Redfish.Release" String="2017.3"/>
372
373      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_1_0.PCIeDevice">
374        <NavigationProperty Name="Assembly" Type="Assembly.Assembly" Nullable="false">
375          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
376          <Annotation Term="OData.Description" String="The link to the assembly associated with this PCIe device."/>
377          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type `Assembly`."/>
378          <Annotation Term="OData.AutoExpandReferences"/>
379        </NavigationProperty>
380      </EntityType>
381    </Schema>
382
383    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_2_1">
384      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
385      <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."/>
386      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_2_0.PCIeDevice"/>
387    </Schema>
388
389    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_2_2">
390      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
391      <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."/>
392      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_2_1.PCIeDevice"/>
393    </Schema>
394
395    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_2_3">
396      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
397      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
398      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_2_2.PCIeDevice"/>
399    </Schema>
400
401    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_2_4">
402      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
403      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
404      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_2_3.PCIeDevice"/>
405    </Schema>
406
407    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_2_5">
408      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
409      <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/>
410      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_2_4.PCIeDevice"/>
411    </Schema>
412
413    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_2_6">
414      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
415      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
416      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_2_5.PCIeDevice"/>
417    </Schema>
418
419    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_2_7">
420      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
421      <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."/>
422      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_2_6.PCIeDevice"/>
423    </Schema>
424
425    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_3_0">
426      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
427      <Annotation Term="Redfish.Release" String="2018.2"/>
428
429      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_2_1.PCIeDevice">
430        <Property Name="PCIeInterface" Type="PCIeDevice.v1_3_0.PCIeInterface" Nullable="false">
431          <Annotation Term="OData.Description" String="The PCIe interface details for this PCIe device."/>
432          <Annotation Term="OData.LongDescription" String="This property shall contain details for the PCIe interface that connects this PCIe device to its host or upstream switch."/>
433        </Property>
434      </EntityType>
435
436      <ComplexType Name="PCIeInterface" BaseType="PCIeDevice.PCIeInterface">
437        <Annotation Term="OData.Description" String="Properties that describe a PCIe interface."/>
438        <Annotation Term="OData.LongDescription" String="This type shall contain the definition for a PCIe interface for a Redfish implementation."/>
439        <Property Name="Oem" Type="Resource.Oem" Nullable="false">
440          <Annotation Term="OData.Description" String="The OEM extension property."/>
441          <Annotation Term="OData.LongDescription" String="This property shall contain the OEM extensions.  All values for properties contained in this object shall conform to the Redfish Specification-described requirements."/>
442        </Property>
443        <Property Name="MaxPCIeType" Type="PCIeDevice.PCIeTypes">
444          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
445          <Annotation Term="OData.Description" String="The highest version of the PCIe specification supported by this device."/>
446          <Annotation Term="OData.LongDescription" String="This property shall contain the maximum PCIe specification that this device supports."/>
447        </Property>
448        <Property Name="PCIeType" Type="PCIeDevice.PCIeTypes">
449          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
450          <Annotation Term="OData.Description" String="The version of the PCIe specification in use by this device."/>
451          <Annotation Term="OData.LongDescription" String="This property shall contain the negotiated PCIe interface version in use by this device."/>
452        </Property>
453        <Property Name="MaxLanes" Type="Edm.Int64">
454          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
455          <Annotation Term="OData.Description" String="The number of PCIe lanes supported by this device."/>
456          <Annotation Term="OData.LongDescription" String="This property shall contain the maximum number of PCIe lanes supported by this device."/>
457          <Annotation Term="Validation.Maximum" Int="32"/>
458        </Property>
459        <Property Name="LanesInUse" Type="Edm.Int64">
460          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
461          <Annotation Term="OData.Description" String="The number of PCIe lanes in use by this device."/>
462          <Annotation Term="OData.LongDescription" String="This property shall contain the number of PCIe lanes in use by this device, which shall be equal to or less than the `MaxLanes` property value."/>
463          <Annotation Term="Validation.Maximum" Int="32"/>
464        </Property>
465      </ComplexType>
466    </Schema>
467
468    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_3_1">
469      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
470      <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 `PCIeInterface` to disallow it from being `null`."/>
471      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_3_0.PCIeDevice"/>
472    </Schema>
473
474    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_3_2">
475      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
476      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
477      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_3_1.PCIeDevice"/>
478    </Schema>
479
480    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_3_3">
481      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
482      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
483      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_3_2.PCIeDevice"/>
484    </Schema>
485
486    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_3_4">
487      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
488      <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/>
489      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_3_3.PCIeDevice"/>
490    </Schema>
491
492    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_3_5">
493      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
494      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
495      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_3_4.PCIeDevice"/>
496    </Schema>
497
498    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_3_6">
499      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
500      <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."/>
501      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_3_5.PCIeDevice"/>
502    </Schema>
503
504    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_4_0">
505      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
506      <Annotation Term="Redfish.Release" String="2019.2"/>
507      <Annotation Term="OData.Description" String="This version was created to deprecate `PCIeFunctions` in `Links` in favor of the new `PCIeFunctions` at the root of the resource."/>
508
509      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_3_2.PCIeDevice">
510        <NavigationProperty Name="PCIeFunctions" Type="PCIeFunctionCollection.PCIeFunctionCollection" ContainsTarget="true" Nullable="false">
511          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
512          <Annotation Term="OData.Description" String="The link to the collection of PCIe functions associated with this PCIe device."/>
513          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type `PCIeFunctionCollection`.  This property should not be present if `DeviceType` contains `Retimer`."/>
514          <Annotation Term="OData.AutoExpandReferences"/>
515        </NavigationProperty>
516      </EntityType>
517    </Schema>
518
519    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_4_1">
520      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
521      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
522      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_4_0.PCIeDevice"/>
523    </Schema>
524
525    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_4_2">
526      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
527      <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/>
528      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_4_1.PCIeDevice"/>
529    </Schema>
530
531    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_4_3">
532      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
533      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
534      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_4_2.PCIeDevice"/>
535    </Schema>
536
537    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_4_4">
538      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
539      <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."/>
540      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_4_3.PCIeDevice"/>
541    </Schema>
542
543    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_5_0">
544      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
545      <Annotation Term="Redfish.Release" String="2020.3"/>
546
547      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_4_0.PCIeDevice">
548        <Property Name="UUID" Type="Resource.UUID">
549          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
550          <Annotation Term="OData.Description" String="The UUID for this PCIe device."/>
551          <Annotation Term="OData.LongDescription" String="This property shall contain the universally unique identifier number for this PCIe device."/>
552        </Property>
553      </EntityType>
554    </Schema>
555
556    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_5_1">
557      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
558      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
559      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_5_0.PCIeDevice"/>
560    </Schema>
561
562    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_5_2">
563      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
564      <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/>
565      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_5_1.PCIeDevice"/>
566    </Schema>
567
568    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_5_3">
569      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
570      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
571      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_5_2.PCIeDevice"/>
572    </Schema>
573
574    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_5_4">
575      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
576      <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."/>
577      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_5_3.PCIeDevice"/>
578    </Schema>
579
580    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_6_0">
581      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
582      <Annotation Term="Redfish.Release" String="2020.4"/>
583
584      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_5_0.PCIeDevice">
585        <Property Name="SparePartNumber" Type="Edm.String">
586          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
587          <Annotation Term="OData.Description" String="The spare part number of the PCIe device."/>
588          <Annotation Term="OData.LongDescription" String="This property shall contain the spare part number of the PCIe device."/>
589        </Property>
590      </EntityType>
591    </Schema>
592
593    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_6_1">
594      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
595      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
596      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_6_0.PCIeDevice"/>
597    </Schema>
598
599    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_6_2">
600      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
601      <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/>
602      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_6_1.PCIeDevice"/>
603    </Schema>
604
605    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_6_3">
606      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
607      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
608      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_6_2.PCIeDevice"/>
609    </Schema>
610
611    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_6_4">
612      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
613      <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."/>
614      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_6_3.PCIeDevice"/>
615    </Schema>
616
617    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_7_0">
618      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
619      <Annotation Term="Redfish.Release" String="2021.1"/>
620
621      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_6_1.PCIeDevice">
622        <Property Name="ReadyToRemove" Type="Edm.Boolean">
623          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
624          <Annotation Term="OData.Description" String="An indication of whether the PCIe device is prepared by the system for removal."/>
625          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the PCIe device is ready for removal.  Setting the value to `true` shall cause the service to perform appropriate actions to quiesce the device.  A task may spawn while the device is quiescing."/>
626        </Property>
627        <NavigationProperty Name="EnvironmentMetrics" Type="EnvironmentMetrics.EnvironmentMetrics" Nullable="false">
628          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
629          <Annotation Term="OData.Description" String="The link to the environment metrics for this PCIe device."/>
630          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type `EnvironmentMetrics` that specifies the environment metrics for this PCIe device."/>
631          <Annotation Term="OData.AutoExpandReferences"/>
632        </NavigationProperty>
633      </EntityType>
634    </Schema>
635
636    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_7_1">
637      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
638      <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/>
639      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_7_0.PCIeDevice"/>
640    </Schema>
641
642    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_7_2">
643      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
644      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
645      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_7_1.PCIeDevice"/>
646    </Schema>
647
648    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_7_3">
649      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
650      <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."/>
651      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_7_2.PCIeDevice"/>
652    </Schema>
653
654    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_8_0">
655      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
656      <Annotation Term="Redfish.Release" String="2021.3"/>
657
658      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_7_0.PCIeDevice"/>
659
660      <ComplexType Name="PCIeErrors" BaseType="PCIeDevice.PCIeErrors">
661        <Property Name="CorrectableErrorCount" Type="Edm.Int64">
662          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
663          <Annotation Term="OData.Description" String="The total number of PCIe correctable errors for this device."/>
664          <Annotation Term="OData.LongDescription" String="This property shall contain the total number of PCIe correctable errors for this device."/>
665        </Property>
666        <Property Name="NonFatalErrorCount" Type="Edm.Int64">
667          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
668          <Annotation Term="OData.Description" String="The total number of PCIe non-fatal errors for this device."/>
669          <Annotation Term="OData.LongDescription" String="This property shall contain the total number of PCIe non-fatal errors for this device."/>
670        </Property>
671        <Property Name="FatalErrorCount" Type="Edm.Int64">
672          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
673          <Annotation Term="OData.Description" String="The total number of PCIe fatal errors for this device."/>
674          <Annotation Term="OData.LongDescription" String="This property shall contain the total number of PCIe fatal errors for this device."/>
675        </Property>
676        <Property Name="L0ToRecoveryCount" Type="Edm.Int64">
677          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
678          <Annotation Term="OData.Description" String="The total number of times the PCIe link states transitioned from L0 to the recovery state for this device."/>
679          <Annotation Term="OData.LongDescription" String="This property shall contain the total number of times the PCIe link transitioned from L0 to the recovery state for this device."/>
680        </Property>
681        <Property Name="ReplayCount" Type="Edm.Int64">
682          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
683          <Annotation Term="OData.Description" String="The total number of PCIe replays issued by this device."/>
684          <Annotation Term="OData.LongDescription" String="This property shall contain the total number of replays issued on the PCIe link by this device.  A replay is a retransmission of a TLP and occurs because the ACK timer is expired, which means that the receiver did not send the ACK or this device did not properly decode the ACK."/>
685        </Property>
686        <Property Name="ReplayRolloverCount" Type="Edm.Int64">
687          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
688          <Annotation Term="OData.Description" String="The total number of PCIe replay rollovers issued by this device."/>
689          <Annotation Term="OData.LongDescription" String="This property shall contain the total number of replay rollovers issued on the PCIe link by this device.  A replay rollover occurs when consecutive replays failed to resolve the errors on the link, which means that this device forced the link into the recovery state."/>
690        </Property>
691        <Property Name="NAKSentCount" Type="Edm.Int64">
692          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
693          <Annotation Term="OData.Description" String="The total number of NAKs issued on the PCIe link by this device."/>
694          <Annotation Term="OData.LongDescription" String="This property shall contain the total number of NAKs issued on the PCIe link by this device.  A NAK is issued by the device when it detects that a TLP from the receiver was missed.  This could be because the receiver did not transmit it, or because this device could not properly decode the packet."/>
695        </Property>
696        <Property Name="NAKReceivedCount" Type="Edm.Int64">
697          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
698          <Annotation Term="OData.Description" String="The total number of NAKs issued on the PCIe link by the receiver."/>
699          <Annotation Term="OData.LongDescription" String="This property shall contain the total number of NAKs issued on the PCIe link by the receiver.  A NAK is issued by the receiver when it detects that a TLP from this device was missed.  This could be because this device did not transmit it, or because the receiver could not properly decode the packet."/>
700        </Property>
701      </ComplexType>
702    </Schema>
703
704    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_8_1">
705      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
706      <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/>
707      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_8_0.PCIeDevice"/>
708    </Schema>
709
710    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_8_2">
711      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
712      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
713      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_8_1.PCIeDevice"/>
714    </Schema>
715
716    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_8_3">
717      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
718      <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."/>
719      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_8_2.PCIeDevice"/>
720    </Schema>
721
722    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_9_0">
723      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
724      <Annotation Term="Redfish.Release" String="2021.4"/>
725
726      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_8_0.PCIeDevice">
727        <Property Name="Slot" Type="PCIeDevice.v1_9_0.Slot">
728          <Annotation Term="OData.Description" String="Information about the slot for this PCIe device."/>
729          <Annotation Term="OData.LongDescription" String="This property shall contain information about the PCIe slot for this PCIe device."/>
730        </Property>
731      </EntityType>
732
733      <ComplexType Name="Slot">
734        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
735        <Annotation Term="OData.Description" String="The PCIe slot associated with a PCIe device."/>
736        <Annotation Term="OData.LongDescription" String="This object shall contain properties that describe the PCIe slot associated with a PCIe device."/>
737        <Property Name="PCIeType" Type="PCIeDevice.PCIeTypes">
738          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
739          <Annotation Term="OData.Description" String="The PCIe specification this slot supports."/>
740          <Annotation Term="OData.LongDescription" String="This property shall contain the maximum PCIe specification that this slot supports."/>
741        </Property>
742        <Property Name="SlotType" Type="PCIeDevice.v1_9_0.SlotType">
743          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
744          <Annotation Term="OData.Description" String="The PCIe slot type."/>
745          <Annotation Term="OData.LongDescription" String="This property shall contain the PCIe slot type."/>
746        </Property>
747        <Property Name="Lanes" Type="Edm.Int64">
748          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
749          <Annotation Term="OData.Description" String="The number of PCIe lanes supported by this slot."/>
750          <Annotation Term="OData.LongDescription" String="This property shall contain the maximum number of PCIe lanes supported by the slot."/>
751          <Annotation Term="Validation.Maximum" Int="32"/>
752        </Property>
753        <Property Name="Location" Type="Resource.Location" Nullable="false">
754          <Annotation Term="OData.Description" String="The location of the PCIe slot."/>
755          <Annotation Term="OData.LongDescription" String="This property shall contain part location information, including a `ServiceLabel` property, of the associated PCIe slot."/>
756        </Property>
757        <Property Name="LaneSplitting" Type="PCIeDevice.v1_9_0.LaneSplittingType">
758          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
759          <Annotation Term="OData.Description" String="The lane splitting strategy used in the PCIe slot."/>
760          <Annotation Term="OData.LongDescription" String="This property shall contain lane splitting information of the associated PCIe slot."/>
761        </Property>
762      </ComplexType>
763
764      <EnumType Name="SlotType">
765        <Member Name="FullLength">
766          <Annotation Term="OData.Description" String="Full-Length PCIe slot."/>
767        </Member>
768        <Member Name="HalfLength">
769          <Annotation Term="OData.Description" String="Half-Length PCIe slot."/>
770        </Member>
771        <Member Name="LowProfile">
772          <Annotation Term="OData.Description" String="Low-Profile or Slim PCIe slot."/>
773        </Member>
774        <Member Name="Mini">
775          <Annotation Term="OData.Description" String="Mini PCIe slot."/>
776        </Member>
777        <Member Name="M2">
778          <Annotation Term="OData.Description" String="PCIe M.2 slot."/>
779        </Member>
780        <Member Name="OEM">
781          <Annotation Term="OData.Description" String="An OEM-specific slot."/>
782        </Member>
783        <Member Name="OCP3Small">
784          <Annotation Term="OData.Description" String="Open Compute Project 3.0 small form factor slot."/>
785        </Member>
786        <Member Name="OCP3Large">
787          <Annotation Term="OData.Description" String="Open Compute Project 3.0 large form factor slot."/>
788        </Member>
789        <Member Name="U2">
790          <Annotation Term="OData.Description" String="U.2 / SFF-8639 slot or bay."/>
791        </Member>
792        <Member Name="EDSFF">
793          <Annotation Term="OData.Description" String="EDSFF slot."/>
794          <Annotation Term="Redfish.Revisions">
795            <Collection>
796              <Record>
797                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
798                <PropertyValue Property="Version" String="v1_17_0"/>
799              </Record>
800            </Collection>
801          </Annotation>
802        </Member>
803      </EnumType>
804
805      <EnumType Name="LaneSplittingType">
806        <Member Name="None">
807          <Annotation Term="OData.Description" String="The slot has no lane splitting."/>
808        </Member>
809        <Member Name="Bridged">
810          <Annotation Term="OData.Description" String="The slot has a bridge to share the lanes with associated devices."/>
811        </Member>
812        <Member Name="Bifurcated">
813          <Annotation Term="OData.Description" String="The slot is bifurcated to split the lanes with associated devices."/>
814        </Member>
815      </EnumType>
816    </Schema>
817
818    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_9_1">
819      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
820      <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/>
821      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_9_0.PCIeDevice"/>
822    </Schema>
823
824    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_9_2">
825      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
826      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
827      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_9_1.PCIeDevice"/>
828    </Schema>
829
830    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_9_3">
831      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
832      <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."/>
833      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_9_2.PCIeDevice"/>
834    </Schema>
835
836    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_10_0">
837      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
838      <Annotation Term="Redfish.Release" String="2022.2"/>
839
840      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_9_0.PCIeDevice"/>
841
842      <ComplexType Name="Links" BaseType="PCIeDevice.v1_0_0.Links">
843        <NavigationProperty Name="Switch" Type="Switch.Switch">
844          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
845          <Annotation Term="OData.Description" String="The link to a switch that is associated with this PCIe device."/>
846          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type `Switch` that is associated with this PCIe device."/>
847          <Annotation Term="OData.AutoExpandReferences"/>
848        </NavigationProperty>
849      </ComplexType>
850    </Schema>
851
852    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_10_1">
853      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
854      <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/>
855      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_10_0.PCIeDevice"/>
856    </Schema>
857
858    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_10_2">
859      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
860      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
861      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_10_1.PCIeDevice"/>
862    </Schema>
863
864    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_10_3">
865      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
866      <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."/>
867      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_10_2.PCIeDevice"/>
868    </Schema>
869
870    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_11_0">
871      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
872      <Annotation Term="Redfish.Release" String="2022.3"/>
873
874      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_10_0.PCIeDevice">
875        <Property Name="CXLDevice" Type="PCIeDevice.v1_11_0.CXLDevice">
876          <Annotation Term="OData.Description" String="The CXL-specific properties of this PCIe device."/>
877          <Annotation Term="OData.LongDescription" String="This property shall contain CXL-specific properties of this PCIe device."/>
878        </Property>
879        <Property Name="StagedVersion" Type="Edm.String" Nullable="false">
880          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
881          <Annotation Term="OData.Description" String="The staged firmware version for this PCIe device; this firmware is not yet active."/>
882          <Annotation Term="OData.LongDescription" String="This property shall contain the staged firmware version for this PCIe device; this firmware is not yet active."/>
883        </Property>
884        <NavigationProperty Name="CXLLogicalDevices" Type="CXLLogicalDeviceCollection.CXLLogicalDeviceCollection" Nullable="false">
885          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
886          <Annotation Term="OData.Description" String="The link to the collection of CXL logical devices within this PCIe device."/>
887          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type `CXLLogicalDeviceCollection`."/>
888          <Annotation Term="OData.AutoExpandReferences"/>
889        </NavigationProperty>
890      </EntityType>
891
892      <ComplexType Name="CXLDevice">
893        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
894        <Annotation Term="OData.Description" String="The CXL-specific properties of a PCIe device."/>
895        <Annotation Term="OData.LongDescription" String="This type shall contain CXL-specific properties of a PCIe device."/>
896        <Property Name="MaxNumberLogicalDevices" Type="Edm.Int64">
897          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
898          <Annotation Term="OData.Description" String="The maximum number of logical devices supported by this CXL device."/>
899          <Annotation Term="OData.LongDescription" String="This property shall contain the maximum number of logical devices supported by this CXL device."/>
900        </Property>
901        <Property Name="EgressPortCongestionSupport" Type="Edm.Boolean">
902          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
903          <Annotation Term="OData.Description" String="Indicates whether the CXL device supports egress port congestion management."/>
904          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the CXL device supports the CXL Specification-defined 'Egress Port Congestion' mechanism."/>
905        </Property>
906        <Property Name="ThroughputReductionSupport" Type="Edm.Boolean">
907          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
908          <Annotation Term="OData.Description" String="Indicates whether the CXL device supports throughput reduction."/>
909          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the CXL device supports the CXL Specification-defined 'Throughput Reduction' mechanism."/>
910            <Annotation Term="Redfish.Revisions">
911            <Collection>
912              <Record>
913                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
914                <PropertyValue Property="Version" String="v1_14_0"/>
915                <PropertyValue Property="Description" String="This property has been deprecated in favor of `TemporaryThroughputReductionSupported` to align with the CXL Specification-defined FMAPI command."/>
916              </Record>
917            </Collection>
918          </Annotation>
919        </Property>
920        <Property Name="Timestamp" Type="Edm.DateTimeOffset" Nullable="false">
921          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
922          <Annotation Term="OData.Description" String="The timestamp set on the CXL device."/>
923          <Annotation Term="OData.LongDescription" String="This property shall contain the timestamp set on the CXL device."/>
924        </Property>
925        <Property Name="DeviceType" Type="PCIeDevice.v1_11_0.CXLDeviceType">
926          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
927          <Annotation Term="OData.Description" String="The CXL device type."/>
928          <Annotation Term="OData.LongDescription" String="This property shall contain the CXL device type."/>
929        </Property>
930      </ComplexType>
931
932      <EnumType Name="CXLDeviceType">
933        <Member Name="Type1">
934          <Annotation Term="OData.Description" String="A CXL Type 1 device."/>
935          <Annotation Term="OData.LongDescription" String="This value shall indicate a CXL Specification-defined Type 1 device."/>
936        </Member>
937        <Member Name="Type2">
938          <Annotation Term="OData.Description" String="A CXL Type 2 device."/>
939          <Annotation Term="OData.LongDescription" String="This value shall indicate a CXL Specification-defined Type 2 device."/>
940        </Member>
941        <Member Name="Type3">
942          <Annotation Term="OData.Description" String="A CXL Type 3 device."/>
943          <Annotation Term="OData.LongDescription" String="This value shall indicate a CXL Specification-defined Type 3 device."/>
944        </Member>
945      </EnumType>
946    </Schema>
947
948    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_11_1">
949      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
950      <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/>
951      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_11_0.PCIeDevice"/>
952    </Schema>
953
954    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_11_2">
955      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
956      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors.  It was also created to correct the data type of the `MaxNumberLogicalDevices` property to only allow for integers."/>
957      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_11_1.PCIeDevice"/>
958    </Schema>
959
960    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_11_3">
961      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
962      <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."/>
963      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_11_2.PCIeDevice"/>
964    </Schema>
965
966    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_12_0">
967      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
968      <Annotation Term="Redfish.Release" String="2023.2"/>
969
970      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_11_1.PCIeDevice">
971        <Property Name="LocationIndicatorActive" Type="Edm.Boolean">
972          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
973          <Annotation Term="OData.Description" String="An indicator allowing an operator to physically locate this resource."/>
974          <Annotation Term="OData.LongDescription" String="This property shall contain the state of the indicator used to physically identify or locate this resource."/>
975        </Property>
976      </EntityType>
977
978      <ComplexType Name="Links" BaseType="PCIeDevice.v1_10_0.Links">
979        <NavigationProperty Name="Processors" Type="Collection(Processor.Processor)">
980          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
981          <Annotation Term="OData.Description" String="An array of links to the processors that are directly connected or directly bridged to this PCIe device."/>
982          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type `Processor` that represent processors that are directly connected or directly bridged to this PCIe device."/>
983          <Annotation Term="OData.AutoExpandReferences"/>
984        </NavigationProperty>
985      </ComplexType>
986
987      <ComplexType Name="Slot" BaseType="PCIeDevice.v1_9_0.Slot">
988        <Property Name="HotPluggable" Type="Edm.Boolean">
989          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
990          <Annotation Term="OData.Description" String="An indication of whether this PCIe slot supports hotplug."/>
991          <Annotation Term="OData.LongDescription" String="This property shall indicate whether this PCIe slot supports hotplug."/>
992        </Property>
993      </ComplexType>
994
995      <ComplexType Name="CXLDevice" BaseType="PCIeDevice.v1_11_0.CXLDevice">
996        <Property Name="DynamicCapacity" Type="PCIeDevice.v1_12_0.CXLDynamicCapacity">
997          <Annotation Term="OData.Description" String="The CXL dynamic capacity device (DCD) information for this CXL device."/>
998          <Annotation Term="OData.LongDescription" String="This property shall contain the CXL dynamic capacity device (DCD) information for this CXL device."/>
999        </Property>
1000      </ComplexType>
1001
1002      <ComplexType Name="CXLDynamicCapacity">
1003        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
1004        <Annotation Term="OData.Description" String="The CXL dynamic capacity device (DCD) information for a CXL device."/>
1005        <Annotation Term="OData.LongDescription" String="This type shall contain the CXL dynamic capacity device (DCD) information for a CXL device."/>
1006        <Property Name="MaxHosts" Type="Edm.Int64">
1007          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1008          <Annotation Term="OData.Description" String="The maximum number of hosts supported by this CXL device."/>
1009          <Annotation Term="OData.LongDescription" String="This property shall contain the maximum number of hosts supported by this CXL device."/>
1010        </Property>
1011        <Property Name="MaxDynamicCapacityRegions" Type="Edm.Int64">
1012          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1013          <Annotation Term="OData.Description" String="The maximum number of dynamic capacity memory regions available per host from this CXL device."/>
1014          <Annotation Term="OData.LongDescription" String="This property shall contain the maximum number of dynamic capacity memory regions available per host from this CXL device."/>
1015        </Property>
1016        <Property Name="TotalDynamicCapacityMiB" Type="Edm.Int64">
1017          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1018          <Annotation Term="OData.Description" String="The total memory media capacity of the CXL device available for dynamic assignment in mebibytes (MiB)."/>
1019          <Annotation Term="OData.LongDescription" String="This property shall contain the total memory media capacity of the CXL device available for dynamic assignment in mebibytes (MiB)."/>
1020          <Annotation Term="Measures.Unit" String="MiBy"/>
1021        </Property>
1022        <Property Name="AddCapacityPoliciesSupported" Type="Collection(PCIeDevice.v1_12_0.CXLDynamicCapacityPolicies)">
1023          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1024          <Annotation Term="OData.Description" String="The set of selection policies supported by the CXL device when dynamic capacity is added."/>
1025          <Annotation Term="OData.LongDescription" String="This property shall contain the CXL Specification-defined dynamic capacity policies that are supported by this CXL device when dynamic capacity is added."/>
1026        </Property>
1027        <Property Name="ReleaseCapacityPoliciesSupported" Type="Collection(PCIeDevice.v1_12_0.CXLDynamicCapacityPolicies)">
1028          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1029          <Annotation Term="OData.Description" String="The set of removal policies supported by the CXL device when dynamic capacity is released."/>
1030          <Annotation Term="OData.LongDescription" String="This property shall contain the CXL Specification-defined dynamic capacity policies that are supported by this CXL device when dynamic capacity is released."/>
1031        </Property>
1032        <Property Name="MemoryBlockSizesSupported" Type="Collection(PCIeDevice.v1_12_0.CXLRegionBlockSizes)">
1033          <Annotation Term="OData.Description" String="The set of memory block sizes supported by memory regions in this CXL device."/>
1034          <Annotation Term="OData.LongDescription" String="This property shall contain the set of memory block sizes supported by memory regions in this CXL device."/>
1035        </Property>
1036        <Property Name="SanitizationOnReleaseSupport" Type="Collection(PCIeDevice.v1_12_0.CXLRegionSanitization)">
1037          <Annotation Term="OData.Description" String="An indication of whether the sanitization on capacity release is configurable for the memory regions in this CXL device."/>
1038          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the sanitization on capacity release is configurable for the memory regions in this CXL device."/>
1039        </Property>
1040      </ComplexType>
1041
1042      <ComplexType Name="CXLRegionBlockSizes">
1043        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
1044        <Annotation Term="OData.Description" String="Set of memory block sizes supported by memory region in the CXL device."/>
1045        <Annotation Term="OData.LongDescription" String="This type shall contain the set of memory block sizes supported by memory region in the dynamic capacity device."/>
1046        <Property Name="RegionNumber" Type="Edm.Int64">
1047          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1048          <Annotation Term="OData.Description" String="The memory region number."/>
1049          <Annotation Term="OData.LongDescription" String="This property shall contain the memory region number."/>
1050        </Property>
1051        <Property Name="BlockSizeMiB" Type="Collection(Edm.Int64)">
1052          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1053          <Annotation Term="OData.Description" String="Set of memory block sizes supported by this memory region defined in mebibytes (MiB)."/>
1054          <Annotation Term="OData.LongDescription" String="This property shall contain the set of memory block sizes supported by this memory region, with units in MiB."/>
1055          <Annotation Term="Measures.Unit" String="MiBy"/>
1056        </Property>
1057      </ComplexType>
1058
1059      <ComplexType Name="CXLRegionSanitization">
1060        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
1061        <Annotation Term="OData.Description" String="An indication of whether the sanitization on capacity release is configurable for the memory region."/>
1062        <Annotation Term="OData.LongDescription" String="This property shall indicate whether the sanitization on capacity release is configurable for the memory region."/>
1063        <Property Name="RegionNumber" Type="Edm.Int64">
1064          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1065          <Annotation Term="OData.Description" String="The memory region number."/>
1066          <Annotation Term="OData.LongDescription" String="This property shall contain the memory region number."/>
1067        </Property>
1068        <Property Name="SanitizationOnReleaseSupported" Type="Edm.Boolean">
1069          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1070          <Annotation Term="OData.Description" String="An indication of whether the sanitization on capacity release is configurable for this memory region."/>
1071          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the sanitization on capacity release is configurable for this memory region."/>
1072        </Property>
1073      </ComplexType>
1074
1075      <EnumType Name="CXLDynamicCapacityPolicies">
1076        <Member Name="Free">
1077          <Annotation Term="OData.Description" String="Free add capacity policy."/>
1078          <Annotation Term="OData.LongDescription" String="This value shall indicate the CXL Specification-defined free add capacity policy."/>
1079        </Member>
1080        <Member Name="Contiguous">
1081          <Annotation Term="OData.Description" String="Contiguous add capacity policy."/>
1082          <Annotation Term="OData.LongDescription" String="This value shall indicate the CXL Specification-defined contiguous add capacity policy."/>
1083        </Member>
1084        <Member Name="Prescriptive">
1085          <Annotation Term="OData.Description" String="Prescriptive add or release policy."/>
1086          <Annotation Term="OData.LongDescription" String="This value shall indicate the CXL Specification-defined prescriptive add or release policy."/>
1087        </Member>
1088        <Member Name="TagBased">
1089          <Annotation Term="OData.Description" String="Tag-based release policy."/>
1090          <Annotation Term="OData.LongDescription" String="This value shall indicate the CXL Specification-defined tag-based release policy."/>
1091        </Member>
1092      </EnumType>
1093    </Schema>
1094
1095    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_12_1">
1096      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1097      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors.  It was also created to correct the data type of the `MaxNumberLogicalDevices` property to only allow for integers."/>
1098      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_12_0.PCIeDevice"/>
1099    </Schema>
1100
1101    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_12_2">
1102      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1103      <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."/>
1104      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_12_1.PCIeDevice"/>
1105    </Schema>
1106
1107    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_13_0">
1108      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1109      <Annotation Term="Redfish.Release" String="2023.3"/>
1110
1111      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_12_1.PCIeDevice"/>
1112
1113      <ComplexType Name="PCIeErrors" BaseType="PCIeDevice.v1_8_0.PCIeErrors">
1114        <Property Name="UnsupportedRequestCount" Type="Edm.Int64">
1115          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1116          <Annotation Term="OData.Description" String="The total number of PCIe unsupported requests received by this device."/>
1117          <Annotation Term="OData.LongDescription" String="This property shall contain the total number of PCIe unsupported requests received by this device."/>
1118        </Property>
1119      </ComplexType>
1120    </Schema>
1121
1122    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_13_1">
1123      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1124      <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."/>
1125      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_13_0.PCIeDevice"/>
1126    </Schema>
1127
1128    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_14_0">
1129      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1130      <Annotation Term="Redfish.Release" String="2024.1"/>
1131
1132      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_13_1.PCIeDevice"/>
1133
1134      <ComplexType Name="CXLDevice" BaseType="PCIeDevice.v1_12_0.CXLDevice">
1135        <Property Name="TemporaryThroughputReductionSupported" Type="Edm.Boolean">
1136          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1137          <Annotation Term="OData.Description" String="Indicates whether temporary throughput reduction is supported."/>
1138          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the CXL Specification-defined 'Temporary Throughput Reduction' mechanism is supported on this device."/>
1139        </Property>
1140        <Property Name="TemporaryThroughputReductionEnabled" Type="Edm.Boolean">
1141          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1142          <Annotation Term="OData.Description" String="Indicates whether temporary throughput reduction is enabled."/>
1143          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the CXL Specification-defined 'Temporary Throughput Reduction' mechanism is enabled on this device."/>
1144        </Property>
1145      </ComplexType>
1146    </Schema>
1147
1148    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_15_0">
1149      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1150      <Annotation Term="Redfish.Release" String="2024.2"/>
1151
1152      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_14_0.PCIeDevice"/>
1153
1154      <ComplexType Name="PCIeErrors" BaseType="PCIeDevice.v1_13_0.PCIeErrors">
1155        <Property Name="BadTLPCount" Type="Edm.Int64">
1156          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1157          <Annotation Term="OData.Description" String="The total number of Bad TLPs issued on the PCIe link by the receiver."/>
1158          <Annotation Term="OData.LongDescription" String="This property shall contain the total number of Bad TLPs issued on the PCIe link by the receiver.  A Bad TLP in the context of PCIe communication is a packet that cannot be properly processed due to errors at the transaction layer.  These errors could include corrupted data, incorrect packet formatting, invalid header information, or a mismatched checksum."/>
1159        </Property>
1160        <Property Name="BadDLLPCount" Type="Edm.Int64">
1161          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1162          <Annotation Term="OData.Description" String="The total number of Bad DLLPs issued on the PCIe link by the receiver."/>
1163          <Annotation Term="OData.LongDescription" String="This property shall contain the total number of Bad DLLPs issued on the PCIe link by the receiver.  A Bad DLLP in the context of PCIe communication is a packet that has encountered errors at the data link layer.  When a DLLP is considered bad, it means it has been corrupted or is incorrectly formatted, potentially due to transmission errors, hardware failures, or other issues that affect its integrity."/>
1164        </Property>
1165      </ComplexType>
1166    </Schema>
1167
1168    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_16_0">
1169      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1170      <Annotation Term="Redfish.Release" String="2024.3"/>
1171      <Annotation Term="OData.Description" String="This version was created to add `Gen6` to `PCIeType` and `MaxPCIeType`."/>
1172
1173      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_15_0.PCIeDevice"/>
1174    </Schema>
1175
1176    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_17_0">
1177      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1178      <Annotation Term="Redfish.Release" String="2024.4"/>
1179      <Annotation Term="OData.Description" String="This version was created to add `EDSFF` to `SlotType`."/>
1180
1181      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_16_0.PCIeDevice"/>
1182    </Schema>
1183
1184    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_18_0">
1185      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1186      <Annotation Term="Redfish.Release" String="2025.1"/>
1187
1188      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_17_0.PCIeDevice"/>
1189
1190      <ComplexType Name="CXLDevice" BaseType="PCIeDevice.v1_14_0.CXLDevice">
1191        <Property Name="CurrentProtocolVersion" Type="PCIeDevice.v1_18_0.CXLProtocolVersion">
1192          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1193          <Annotation Term="OData.Description" String="The revision of the CXL specification in use by this device."/>
1194          <Annotation Term="OData.LongDescription" String="This property shall contain the negotiated CXL specification revision in use by this device."/>
1195        </Property>
1196        <Property Name="CapableProtocolVersions" Type="Collection(PCIeDevice.v1_18_0.CXLProtocolVersion)">
1197          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1198          <Annotation Term="OData.Description" String="An array of the CXL specification revisions supported by this device."/>
1199          <Annotation Term="OData.LongDescription" String="This property shall contain an array of the CXL specification revisions that this device supports."/>
1200        </Property>
1201      </ComplexType>
1202
1203      <EnumType Name="CXLProtocolVersion">
1204        <Member Name="CXL1_1">
1205          <Annotation Term="OData.Description" String="CXL protocol specification revision 1.1."/>
1206        </Member>
1207        <Member Name="CXL2_0">
1208          <Annotation Term="OData.Description" String="CXL protocol specification revision 2.0."/>
1209        </Member>
1210        <Member Name="CXL3_0">
1211          <Annotation Term="OData.Description" String="CXL protocol specification revision 3.0."/>
1212        </Member>
1213        <Member Name="CXL3_1">
1214          <Annotation Term="OData.Description" String="CXL protocol specification revision 3.1."/>
1215        </Member>
1216        <Member Name="CXL3_2">
1217          <Annotation Term="OData.Description" String="CXL protocol specification revision 3.2."/>
1218        </Member>
1219      </EnumType>
1220    </Schema>
1221
1222    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_19_0">
1223      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1224      <Annotation Term="Redfish.Release" String="2025.2"/>
1225
1226      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_18_0.PCIeDevice"/>
1227
1228      <ComplexType Name="Links" BaseType="PCIeDevice.v1_12_0.Links">
1229        <NavigationProperty Name="ConnectedPCIePorts" Type="Collection(Port.Port)">
1230          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1231          <Annotation Term="OData.Description" String="An array of links to the remote PCIe ports to which this device is connected."/>
1232          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type `Port` that represent the remote PCIe ports to which this device is connected."/>
1233          <Annotation Term="OData.AutoExpandReferences"/>
1234        </NavigationProperty>
1235      </ComplexType>
1236    </Schema>
1237
1238  </edmx:DataServices>
1239</edmx:Edmx>
1240