1<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################       -->
4<!--# Redfish Schema:  PCIeDevice v1.13.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-2023 DMTF.                                                            -->
9<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10<!--################################################################################       -->
11<!---->
12<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
13
14  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
15    <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
16  </edmx:Reference>
17  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
18    <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
19  </edmx:Reference>
20  <edmx:Reference Uri="http://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
56  <edmx:DataServices>
57
58    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice">
59      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
60
61      <EntityType Name="PCIeDevice" BaseType="Resource.v1_0_0.Resource" Abstract="true">
62        <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."/>
63        <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`."/>
64        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
65        <Annotation Term="Capabilities.InsertRestrictions">
66          <Record>
67            <PropertyValue Property="Insertable" Bool="false"/>
68          </Record>
69        </Annotation>
70        <Annotation Term="Capabilities.UpdateRestrictions">
71          <Record>
72            <PropertyValue Property="Updatable" Bool="true"/>
73          </Record>
74        </Annotation>
75        <Annotation Term="Capabilities.DeleteRestrictions">
76          <Record>
77            <PropertyValue Property="Deletable" Bool="false"/>
78          </Record>
79        </Annotation>
80        <Annotation Term="Redfish.Uris">
81          <Collection>
82            <String>/redfish/v1/Chassis/{ChassisId}/PCIeDevices/{PCIeDeviceId}</String>
83            <String>/redfish/v1/Systems/{ComputerSystemId}/PCIeDevices/{PCIeDeviceId}</String>
84            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/PCIeDevices/{PCIeDeviceId}</String>
85            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/PCIeDevices/{PCIeDeviceId}</String>
86          </Collection>
87        </Annotation>
88      </EntityType>
89
90      <ComplexType Name="PCIeInterface" Abstract="true">
91        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
92        <Annotation Term="OData.Description" String="This type describes a PCIe Interface."/>
93        <Annotation Term="OData.LongDescription" String="This type shall describe the PCIe interface characteristics of a PCIe device."/>
94      </ComplexType>
95
96      <ComplexType Name="PCIeErrors" Abstract="true">
97        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
98        <Annotation Term="OData.Description" String="The PCIe errors associated with this device."/>
99        <Annotation Term="OData.LongDescription" String="This property shall contain properties that describe the PCIe errors associated with this device."/>
100      </ComplexType>
101
102      <EnumType Name="PCIeTypes">
103        <Annotation Term="Redfish.Revisions">
104          <Collection>
105            <Record>
106              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
107              <PropertyValue Property="Version" String="v1_3_0"/>
108            </Record>
109          </Collection>
110        </Annotation>
111        <Member Name="Gen1">
112          <Annotation Term="OData.Description" String="A PCIe v1.0 slot."/>
113        </Member>
114        <Member Name="Gen2">
115          <Annotation Term="OData.Description" String="A PCIe v2.0 slot."/>
116        </Member>
117        <Member Name="Gen3">
118          <Annotation Term="OData.Description" String="A PCIe v3.0 slot."/>
119        </Member>
120        <Member Name="Gen4">
121          <Annotation Term="OData.Description" String="A PCIe v4.0 slot."/>
122        </Member>
123        <Member Name="Gen5">
124          <Annotation Term="OData.Description" String="A PCIe v5.0 slot."/>
125        </Member>
126      </EnumType>
127
128    </Schema>
129
130    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_0_0">
131      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
132      <Annotation Term="Redfish.Release" String="2016.2"/>
133
134      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.PCIeDevice">
135        <Property Name="Manufacturer" Type="Edm.String">
136          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
137          <Annotation Term="OData.Description" String="The manufacturer of this PCIe device."/>
138          <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."/>
139        </Property>
140        <Property Name="Model" Type="Edm.String">
141          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
142          <Annotation Term="OData.Description" String="The model number for the PCIe device."/>
143          <Annotation Term="OData.LongDescription" String="This property shall contain the name by which the manufacturer generally refers to the PCIe device."/>
144        </Property>
145        <Property Name="SKU" Type="Edm.String">
146          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
147          <Annotation Term="OData.Description" String="The SKU for this PCIe device."/>
148          <Annotation Term="OData.LongDescription" String="This property shall contain the stock-keeping unit number for this PCIe device."/>
149        </Property>
150        <Property Name="SerialNumber" Type="Edm.String">
151          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
152          <Annotation Term="OData.Description" String="The serial number for this PCIe device."/>
153          <Annotation Term="OData.LongDescription" String="This property shall contain a manufacturer-allocated number that identifies the PCIe device."/>
154        </Property>
155        <Property Name="PartNumber" Type="Edm.String">
156          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
157          <Annotation Term="OData.Description" String="The part number for this PCIe device."/>
158          <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."/>
159        </Property>
160        <Property Name="AssetTag" Type="Edm.String">
161          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
162          <Annotation Term="OData.Description" String="The user-assigned asset tag for this PCIe device."/>
163          <Annotation Term="OData.LongDescription" String="This property shall contain an identifying string that tracks the PCIe device for inventory purposes."/>
164        </Property>
165
166        <Property Name="DeviceType" Type="PCIeDevice.v1_0_0.DeviceType" Nullable="false">
167          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
168          <Annotation Term="OData.Description" String="The device type for this PCIe device."/>
169          <Annotation Term="OData.LongDescription" String="This property shall contain the device type of the PCIe device such as `SingleFunction` or `MultiFunction`."/>
170        </Property>
171        <Property Name="FirmwareVersion" Type="Edm.String">
172          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
173          <Annotation Term="OData.Description" String="The version of firmware for this PCIe device."/>
174          <Annotation Term="OData.LongDescription" String="This property shall contain the firmware version of the PCIe device."/>
175        </Property>
176
177        <Property Name="Status" Type="Resource.Status" Nullable="false">
178          <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
179          <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
180        </Property>
181        <Property Name="Links" Type="PCIeDevice.v1_0_0.Links" Nullable="false">
182          <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
183          <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."/>
184        </Property>
185      </EntityType>
186
187      <ComplexType Name="Links" BaseType="Resource.Links">
188        <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
189        <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."/>
190        <NavigationProperty Name="Chassis" Type="Collection(Chassis.Chassis)">
191          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
192          <Annotation Term="OData.Description" String="An array of links to the chassis in which the PCIe device is contained."/>
193          <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."/>
194          <Annotation Term="OData.AutoExpandReferences"/>
195        </NavigationProperty>
196        <NavigationProperty Name="PCIeFunctions" Type="Collection(PCIeFunction.PCIeFunction)">
197          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
198          <Annotation Term="OData.Description" String="An array of links to PCIe functions exposed by this device."/>
199          <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."/>
200          <Annotation Term="OData.AutoExpandReferences"/>
201          <Annotation Term="Redfish.Revisions">
202            <Collection>
203              <Record>
204                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
205                <PropertyValue Property="Version" String="v1_4_0"/>
206                <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."/>
207              </Record>
208            </Collection>
209          </Annotation>
210        </NavigationProperty>
211      </ComplexType>
212
213      <EnumType Name="DeviceType">
214        <Member Name="SingleFunction">
215          <Annotation Term="OData.Description" String="A single-function PCIe device."/>
216        </Member>
217        <Member Name="MultiFunction">
218          <Annotation Term="OData.Description" String="A multi-function PCIe device."/>
219        </Member>
220        <Member Name="Simulated">
221          <Annotation Term="OData.Description" String="A PCIe device that is not currently physically present, but is being simulated by the PCIe infrastructure."/>
222        </Member>
223        <Member Name="Retimer">
224          <Annotation Term="OData.Description" String="A PCIe retimer device."/>
225          <Annotation Term="Redfish.Revisions">
226            <Collection>
227              <Record>
228                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
229                <PropertyValue Property="Version" String="v1_10_0"/>
230              </Record>
231            </Collection>
232          </Annotation>
233        </Member>
234      </EnumType>
235
236    </Schema>
237
238    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_0_1">
239      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
240      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
241      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_0_0.PCIeDevice"/>
242    </Schema>
243
244    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_0_2">
245      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
246      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
247      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_0_1.PCIeDevice"/>
248    </Schema>
249
250    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_0_3">
251      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
252      <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."/>
253      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_0_2.PCIeDevice"/>
254    </Schema>
255
256    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_0_4">
257      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
258      <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."/>
259      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_0_3.PCIeDevice"/>
260    </Schema>
261
262    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_0_5">
263      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
264      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
265      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_0_4.PCIeDevice"/>
266    </Schema>
267
268    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_0_6">
269      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
270      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
271      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_0_5.PCIeDevice"/>
272    </Schema>
273
274    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_0_7">
275      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
276      <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."/>
277      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_0_6.PCIeDevice"/>
278    </Schema>
279
280    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_1_0">
281      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
282      <Annotation Term="Redfish.Release" String="2017.1"/>
283
284      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_0_2.PCIeDevice">
285        <Property Name="Actions" Type="PCIeDevice.v1_1_0.Actions" Nullable="false">
286          <Annotation Term="OData.Description" String="The available actions for this resource."/>
287          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
288        </Property>
289      </EntityType>
290
291      <ComplexType Name="Actions">
292        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
293        <Annotation Term="OData.Description" String="The available actions for this resource."/>
294        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
295        <Property Name="Oem" Type="PCIeDevice.v1_1_0.OemActions" Nullable="false">
296          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
297          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
298        </Property>
299      </ComplexType>
300
301      <ComplexType Name="OemActions">
302        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
303        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
304        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
305      </ComplexType>
306    </Schema>
307
308    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_1_1">
309      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
310      <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."/>
311      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_1_0.PCIeDevice"/>
312    </Schema>
313
314    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_1_2">
315      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
316      <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."/>
317      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_1_1.PCIeDevice"/>
318    </Schema>
319
320    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_1_3">
321      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
322      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
323      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_1_2.PCIeDevice"/>
324    </Schema>
325
326    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_1_4">
327      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
328      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
329      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_1_3.PCIeDevice"/>
330    </Schema>
331
332    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_1_5">
333      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
334      <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."/>
335      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_1_4.PCIeDevice"/>
336    </Schema>
337
338    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_1_6">
339      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
340      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
341      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_1_5.PCIeDevice"/>
342    </Schema>
343
344    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_2_0">
345      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
346      <Annotation Term="Redfish.Release" String="2017.3"/>
347
348      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_1_0.PCIeDevice">
349        <NavigationProperty Name="Assembly" Type="Assembly.Assembly" Nullable="false">
350          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
351          <Annotation Term="OData.Description" String="The link to the assembly associated with this PCIe device."/>
352          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type Assembly."/>
353          <Annotation Term="OData.AutoExpandReferences"/>
354        </NavigationProperty>
355      </EntityType>
356    </Schema>
357
358    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_2_1">
359      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
360      <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."/>
361      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_2_0.PCIeDevice"/>
362    </Schema>
363
364    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_2_2">
365      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
366      <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."/>
367      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_2_1.PCIeDevice"/>
368    </Schema>
369
370    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_2_3">
371      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
372      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
373      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_2_2.PCIeDevice"/>
374    </Schema>
375
376    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_2_4">
377      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
378      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
379      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_2_3.PCIeDevice"/>
380    </Schema>
381
382    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_2_5">
383      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
384      <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."/>
385      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_2_4.PCIeDevice"/>
386    </Schema>
387
388    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_2_6">
389      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
390      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
391      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_2_5.PCIeDevice"/>
392    </Schema>
393
394    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_3_0">
395      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
396      <Annotation Term="Redfish.Release" String="2018.2"/>
397
398      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_2_1.PCIeDevice">
399        <Property Name="PCIeInterface" Type="PCIeDevice.v1_3_0.PCIeInterface" Nullable="false">
400          <Annotation Term="OData.Description" String="The PCIe interface details for this PCIe device."/>
401          <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."/>
402        </Property>
403      </EntityType>
404
405      <ComplexType Name="PCIeInterface" BaseType="PCIeDevice.PCIeInterface">
406        <Annotation Term="OData.Description" String="Properties that describe a PCIe interface."/>
407        <Annotation Term="OData.LongDescription" String="This type shall contain the definition for a PCIe interface for a Redfish implementation."/>
408        <Property Name="Oem" Type="Resource.Oem" Nullable="false">
409          <Annotation Term="OData.Description" String="The OEM extension property."/>
410          <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."/>
411        </Property>
412        <Property Name="MaxPCIeType" Type="PCIeDevice.PCIeTypes">
413          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
414          <Annotation Term="OData.Description" String="The highest version of the PCIe specification supported by this device."/>
415          <Annotation Term="OData.LongDescription" String="This property shall contain the maximum PCIe specification that this device supports."/>
416        </Property>
417        <Property Name="PCIeType" Type="PCIeDevice.PCIeTypes">
418          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
419          <Annotation Term="OData.Description" String="The version of the PCIe specification in use by this device."/>
420          <Annotation Term="OData.LongDescription" String="This property shall contain the negotiated PCIe interface version in use by this device."/>
421        </Property>
422        <Property Name="MaxLanes" Type="Edm.Int64">
423          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
424          <Annotation Term="OData.Description" String="The number of PCIe lanes supported by this device."/>
425          <Annotation Term="OData.LongDescription" String="This property shall contain the maximum number of PCIe lanes supported by this device."/>
426          <Annotation Term="Validation.Maximum" Int="32"/>
427        </Property>
428        <Property Name="LanesInUse" Type="Edm.Int64">
429          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
430          <Annotation Term="OData.Description" String="The number of PCIe lanes in use by this device."/>
431          <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."/>
432          <Annotation Term="Validation.Maximum" Int="32"/>
433        </Property>
434      </ComplexType>
435    </Schema>
436
437    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_3_1">
438      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
439      <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`."/>
440      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_3_0.PCIeDevice"/>
441    </Schema>
442
443    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_3_2">
444      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
445      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
446      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_3_1.PCIeDevice"/>
447    </Schema>
448
449    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_3_3">
450      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
451      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
452      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_3_2.PCIeDevice"/>
453    </Schema>
454
455    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_3_4">
456      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
457      <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."/>
458      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_3_3.PCIeDevice"/>
459    </Schema>
460
461    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_3_5">
462      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
463      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
464      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_3_4.PCIeDevice"/>
465    </Schema>
466
467    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_4_0">
468      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
469      <Annotation Term="Redfish.Release" String="2019.2"/>
470      <Annotation Term="OData.Description" String="This version was created to add a PCIeFunction Resource Collection and to deprecate the Link to an array of PCIeFunction instances."/>
471
472      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_3_2.PCIeDevice">
473        <NavigationProperty Name="PCIeFunctions" Type="PCIeFunctionCollection.PCIeFunctionCollection" ContainsTarget="true" Nullable="false">
474          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
475          <Annotation Term="OData.Description" String="The link to the collection of PCIe functions associated with this PCIe device."/>
476          <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`."/>
477          <Annotation Term="OData.AutoExpandReferences"/>
478        </NavigationProperty>
479      </EntityType>
480    </Schema>
481
482    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_4_1">
483      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
484      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
485      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_4_0.PCIeDevice"/>
486    </Schema>
487
488    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_4_2">
489      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
490      <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."/>
491      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_4_1.PCIeDevice"/>
492    </Schema>
493
494    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_4_3">
495      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
496      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
497      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_4_2.PCIeDevice"/>
498    </Schema>
499
500    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_5_0">
501      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
502      <Annotation Term="Redfish.Release" String="2020.3"/>
503
504      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_4_0.PCIeDevice">
505        <Property Name="UUID" Type="Resource.UUID">
506          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
507          <Annotation Term="OData.Description" String="The UUID for this PCIe device."/>
508          <Annotation Term="OData.LongDescription" String="This property shall contain the universally unique identifier number for this PCIe device."/>
509        </Property>
510      </EntityType>
511    </Schema>
512
513    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_5_1">
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="PCIeDevice" BaseType="PCIeDevice.v1_5_0.PCIeDevice"/>
517    </Schema>
518
519    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_5_2">
520      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
521      <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."/>
522      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_5_1.PCIeDevice"/>
523    </Schema>
524
525    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_5_3">
526      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
527      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
528      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_5_2.PCIeDevice"/>
529    </Schema>
530
531    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_6_0">
532      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
533      <Annotation Term="Redfish.Release" String="2020.4"/>
534
535      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_5_0.PCIeDevice">
536        <Property Name="SparePartNumber" Type="Edm.String">
537          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
538          <Annotation Term="OData.Description" String="The spare part number of the PCIe device."/>
539          <Annotation Term="OData.LongDescription" String="This property shall contain the spare part number of the PCIe device."/>
540        </Property>
541      </EntityType>
542    </Schema>
543
544    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_6_1">
545      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
546      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
547      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_6_0.PCIeDevice"/>
548    </Schema>
549
550    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_6_2">
551      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
552      <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."/>
553      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_6_1.PCIeDevice"/>
554    </Schema>
555
556    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_6_3">
557      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
558      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
559      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_6_2.PCIeDevice"/>
560    </Schema>
561
562    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_7_0">
563      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
564      <Annotation Term="Redfish.Release" String="2021.1"/>
565
566      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_6_1.PCIeDevice">
567        <Property Name="ReadyToRemove" Type="Edm.Boolean">
568          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
569          <Annotation Term="OData.Description" String="An indication of whether the PCIe device is prepared by the system for removal."/>
570          <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."/>
571        </Property>
572        <NavigationProperty Name="EnvironmentMetrics" Type="EnvironmentMetrics.EnvironmentMetrics" Nullable="false">
573          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
574          <Annotation Term="OData.Description" String="The link to the environment metrics for this PCIe device."/>
575          <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."/>
576          <Annotation Term="OData.AutoExpandReferences"/>
577        </NavigationProperty>
578      </EntityType>
579    </Schema>
580
581    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_7_1">
582      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
583      <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."/>
584      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_7_0.PCIeDevice"/>
585    </Schema>
586
587    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_7_2">
588      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
589      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
590      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_7_1.PCIeDevice"/>
591    </Schema>
592
593    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_8_0">
594      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
595      <Annotation Term="Redfish.Release" String="2021.3"/>
596
597      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_7_0.PCIeDevice"/>
598
599      <ComplexType Name="PCIeErrors" BaseType="PCIeDevice.PCIeErrors">
600        <Property Name="CorrectableErrorCount" Type="Edm.Int64">
601          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
602          <Annotation Term="OData.Description" String="The total number of PCIe correctable errors for this device."/>
603          <Annotation Term="OData.LongDescription" String="This property shall contain the total number of PCIe correctable errors for this device."/>
604        </Property>
605        <Property Name="NonFatalErrorCount" Type="Edm.Int64">
606          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
607          <Annotation Term="OData.Description" String="The total number of PCIe non-fatal errors for this device."/>
608          <Annotation Term="OData.LongDescription" String="This property shall contain the total number of PCIe non-fatal errors for this device."/>
609        </Property>
610        <Property Name="FatalErrorCount" Type="Edm.Int64">
611          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
612          <Annotation Term="OData.Description" String="The total number of PCIe fatal errors for this device."/>
613          <Annotation Term="OData.LongDescription" String="This property shall contain the total number of PCIe fatal errors for this device."/>
614        </Property>
615        <Property Name="L0ToRecoveryCount" Type="Edm.Int64">
616          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
617          <Annotation Term="OData.Description" String="The total number of times the PCIe link states transitioned from L0 to the recovery state for this device."/>
618          <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."/>
619        </Property>
620        <Property Name="ReplayCount" Type="Edm.Int64">
621          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
622          <Annotation Term="OData.Description" String="The total number of PCIe replays issued by this device."/>
623          <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."/>
624        </Property>
625        <Property Name="ReplayRolloverCount" Type="Edm.Int64">
626          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
627          <Annotation Term="OData.Description" String="The total number of PCIe replay rollovers issued by this device."/>
628          <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."/>
629        </Property>
630        <Property Name="NAKSentCount" Type="Edm.Int64">
631          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
632          <Annotation Term="OData.Description" String="The total number of NAKs issued on the PCIe link by this device."/>
633          <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."/>
634        </Property>
635        <Property Name="NAKReceivedCount" Type="Edm.Int64">
636          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
637          <Annotation Term="OData.Description" String="The total number of NAKs issued on the PCIe link by the receiver."/>
638          <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."/>
639        </Property>
640      </ComplexType>
641    </Schema>
642
643    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_8_1">
644      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
645      <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."/>
646      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_8_0.PCIeDevice"/>
647    </Schema>
648
649    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_8_2">
650      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
651      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
652      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_8_1.PCIeDevice"/>
653    </Schema>
654
655    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_9_0">
656      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
657      <Annotation Term="Redfish.Release" String="2021.4"/>
658
659      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_8_0.PCIeDevice">
660        <Property Name="Slot" Type="PCIeDevice.v1_9_0.Slot">
661          <Annotation Term="OData.Description" String="Information about the slot for this PCIe device."/>
662          <Annotation Term="OData.LongDescription" String="This property shall contain information about the PCIe slot for this PCIe device."/>
663        </Property>
664      </EntityType>
665
666      <ComplexType Name="Slot">
667        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
668        <Annotation Term="OData.Description" String="The PCIe slot associated with a PCIe device."/>
669        <Annotation Term="OData.LongDescription" String="This object shall contain properties that describe the PCIe slot associated with a PCIe device."/>
670        <Property Name="PCIeType" Type="PCIeDevice.PCIeTypes">
671          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
672          <Annotation Term="OData.Description" String="The PCIe specification this slot supports."/>
673          <Annotation Term="OData.LongDescription" String="This property shall contain the maximum PCIe specification that this slot supports."/>
674        </Property>
675        <Property Name="SlotType" Type="PCIeDevice.v1_9_0.SlotType">
676          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
677          <Annotation Term="OData.Description" String="The PCIe slot type."/>
678          <Annotation Term="OData.LongDescription" String="This property shall contain the PCIe slot type."/>
679        </Property>
680        <Property Name="Lanes" Type="Edm.Int64">
681          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
682          <Annotation Term="OData.Description" String="The number of PCIe lanes supported by this slot."/>
683          <Annotation Term="OData.LongDescription" String="This property shall contain the maximum number of PCIe lanes supported by the slot."/>
684          <Annotation Term="Validation.Maximum" Int="32"/>
685        </Property>
686        <Property Name="Location" Type="Resource.Location" Nullable="false">
687          <Annotation Term="OData.Description" String="The location of the PCIe slot."/>
688          <Annotation Term="OData.LongDescription" String="This property shall contain part location information, including a ServiceLabel property, of the associated PCIe slot."/>
689        </Property>
690        <Property Name="LaneSplitting" Type="PCIeDevice.v1_9_0.LaneSplittingType">
691          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
692          <Annotation Term="OData.Description" String="The lane splitting strategy used in the PCIe slot."/>
693          <Annotation Term="OData.LongDescription" String="This property shall contain lane splitting information of the associated PCIe slot."/>
694        </Property>
695      </ComplexType>
696
697      <EnumType Name="SlotType">
698        <Member Name="FullLength">
699          <Annotation Term="OData.Description" String="Full-Length PCIe slot."/>
700        </Member>
701        <Member Name="HalfLength">
702          <Annotation Term="OData.Description" String="Half-Length PCIe slot."/>
703        </Member>
704        <Member Name="LowProfile">
705          <Annotation Term="OData.Description" String="Low-Profile or Slim PCIe slot."/>
706        </Member>
707        <Member Name="Mini">
708          <Annotation Term="OData.Description" String="Mini PCIe slot."/>
709        </Member>
710        <Member Name="M2">
711          <Annotation Term="OData.Description" String="PCIe M.2 slot."/>
712        </Member>
713        <Member Name="OEM">
714          <Annotation Term="OData.Description" String="An OEM-specific slot."/>
715        </Member>
716        <Member Name="OCP3Small">
717          <Annotation Term="OData.Description" String="Open Compute Project 3.0 small form factor slot."/>
718        </Member>
719        <Member Name="OCP3Large">
720          <Annotation Term="OData.Description" String="Open Compute Project 3.0 large form factor slot."/>
721        </Member>
722        <Member Name="U2">
723          <Annotation Term="OData.Description" String="U.2 / SFF-8639 slot or bay."/>
724        </Member>
725      </EnumType>
726
727      <EnumType Name="LaneSplittingType">
728        <Member Name="None">
729          <Annotation Term="OData.Description" String="The slot has no lane splitting."/>
730        </Member>
731        <Member Name="Bridged">
732          <Annotation Term="OData.Description" String="The slot has a bridge to share the lanes with associated devices."/>
733        </Member>
734        <Member Name="Bifurcated">
735          <Annotation Term="OData.Description" String="The slot is bifurcated to split the lanes with associated devices."/>
736        </Member>
737      </EnumType>
738    </Schema>
739
740    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_9_1">
741      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
742      <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."/>
743      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_9_0.PCIeDevice"/>
744    </Schema>
745
746    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_9_2">
747      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
748      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
749      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_9_1.PCIeDevice"/>
750    </Schema>
751
752    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_10_0">
753      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
754      <Annotation Term="Redfish.Release" String="2022.2"/>
755
756      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_9_0.PCIeDevice"/>
757
758      <ComplexType Name="Links" BaseType="PCIeDevice.v1_0_0.Links">
759        <NavigationProperty Name="Switch" Type="Switch.Switch">
760          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
761          <Annotation Term="OData.Description" String="The link to a switch that is associated with this PCIe device."/>
762          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type Switch that is associated with this PCIe device."/>
763          <Annotation Term="OData.AutoExpandReferences"/>
764        </NavigationProperty>
765      </ComplexType>
766    </Schema>
767
768    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_10_1">
769      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
770      <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."/>
771      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_10_0.PCIeDevice"/>
772    </Schema>
773
774    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_10_2">
775      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
776      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
777      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_10_1.PCIeDevice"/>
778    </Schema>
779
780    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_11_0">
781      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
782      <Annotation Term="Redfish.Release" String="2022.3"/>
783
784      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_10_0.PCIeDevice">
785        <Property Name="CXLDevice" Type="PCIeDevice.v1_11_0.CXLDevice">
786          <Annotation Term="OData.Description" String="The CXL-specific properties of this PCIe device."/>
787          <Annotation Term="OData.LongDescription" String="This property shall contain CXL-specific properties of this PCIe device."/>
788        </Property>
789        <Property Name="StagedVersion" Type="Edm.String" Nullable="false">
790          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
791          <Annotation Term="OData.Description" String="The staged firmware version for this PCIe device; this firmware is not yet active."/>
792          <Annotation Term="OData.LongDescription" String="This property shall contain the staged firmware version for this PCIe device; this firmware is not yet active."/>
793        </Property>
794        <NavigationProperty Name="CXLLogicalDevices" Type="CXLLogicalDeviceCollection.CXLLogicalDeviceCollection" Nullable="false">
795          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
796          <Annotation Term="OData.Description" String="The link to the collection of CXL logical devices within this PCIe device."/>
797          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type CXLLogicalDeviceCollection."/>
798          <Annotation Term="OData.AutoExpandReferences"/>
799        </NavigationProperty>
800      </EntityType>
801
802      <ComplexType Name="CXLDevice">
803        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
804        <Annotation Term="OData.Description" String="The CXL-specific properties of a PCIe device."/>
805        <Annotation Term="OData.LongDescription" String="This type shall contain CXL-specific properties of a PCIe device."/>
806        <Property Name="MaxNumberLogicalDevices" Type="Edm.Int64">
807          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
808          <Annotation Term="OData.Description" String="The maximum number of logical devices supported by this CXL device."/>
809          <Annotation Term="OData.LongDescription" String="This property shall contain the maximum number of logical devices supported by this CXL device."/>
810        </Property>
811        <Property Name="EgressPortCongestionSupport" Type="Edm.Boolean">
812          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
813          <Annotation Term="OData.Description" String="Indicates whether the CXL device supports egress port congestion management."/>
814          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the CXL device supports the CXL Specification-defined 'Egress Port Congestion' mechanism."/>
815        </Property>
816        <Property Name="ThroughputReductionSupport" Type="Edm.Boolean">
817          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
818          <Annotation Term="OData.Description" String="Indicates whether the CXL device supports throughput reduction."/>
819          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the CXL device supports the CXL Specification-defined 'Throughput Reduction' mechanism."/>
820        </Property>
821        <Property Name="Timestamp" Type="Edm.DateTimeOffset" Nullable="false">
822          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
823          <Annotation Term="OData.Description" String="The timestamp set on the CXL device."/>
824          <Annotation Term="OData.LongDescription" String="This property shall contain the timestamp set on the CXL device."/>
825        </Property>
826        <Property Name="DeviceType" Type="PCIeDevice.v1_11_0.CXLDeviceType">
827          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
828          <Annotation Term="OData.Description" String="The CXL device type."/>
829          <Annotation Term="OData.LongDescription" String="This property shall contain the CXL device type."/>
830        </Property>
831      </ComplexType>
832
833      <EnumType Name="CXLDeviceType">
834        <Member Name="Type1">
835          <Annotation Term="OData.Description" String="A CXL Type 1 device."/>
836          <Annotation Term="OData.LongDescription" String="This value shall indicate a CXL Specification-defined Type 1 device."/>
837        </Member>
838        <Member Name="Type2">
839          <Annotation Term="OData.Description" String="A CXL Type 2 device."/>
840          <Annotation Term="OData.LongDescription" String="This value shall indicate a CXL Specification-defined Type 2 device."/>
841        </Member>
842        <Member Name="Type3">
843          <Annotation Term="OData.Description" String="A CXL Type 3 device."/>
844          <Annotation Term="OData.LongDescription" String="This value shall indicate a CXL Specification-defined Type 3 device."/>
845        </Member>
846      </EnumType>
847    </Schema>
848
849    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_11_1">
850      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
851      <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."/>
852      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_11_0.PCIeDevice"/>
853    </Schema>
854
855    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_11_2">
856      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
857      <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."/>
858      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_11_1.PCIeDevice"/>
859    </Schema>
860
861    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_12_0">
862      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
863      <Annotation Term="Redfish.Release" String="2023.2"/>
864
865      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_11_1.PCIeDevice">
866        <Property Name="LocationIndicatorActive" Type="Edm.Boolean">
867          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
868          <Annotation Term="OData.Description" String="An indicator allowing an operator to physically locate this resource."/>
869          <Annotation Term="OData.LongDescription" String="This property shall contain the state of the indicator used to physically identify or locate this resource."/>
870        </Property>
871      </EntityType>
872
873      <ComplexType Name="Links" BaseType="PCIeDevice.v1_10_0.Links">
874        <NavigationProperty Name="Processors" Type="Collection(Processor.Processor)">
875          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
876          <Annotation Term="OData.Description" String="An array of links to the processors that are directly connected or directly bridged to this PCIe device."/>
877          <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."/>
878          <Annotation Term="OData.AutoExpandReferences"/>
879        </NavigationProperty>
880      </ComplexType>
881
882      <ComplexType Name="Slot" BaseType="PCIeDevice.v1_9_0.Slot">
883        <Property Name="HotPluggable" Type="Edm.Boolean">
884          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
885          <Annotation Term="OData.Description" String="An indication of whether this PCIe slot supports hotplug."/>
886          <Annotation Term="OData.LongDescription" String="This property shall indicate whether this PCIe slot supports hotplug."/>
887        </Property>
888      </ComplexType>
889
890      <ComplexType Name="CXLDevice" BaseType="PCIeDevice.v1_11_0.CXLDevice">
891        <Property Name="DynamicCapacity" Type="PCIeDevice.v1_12_0.CXLDynamicCapacity">
892          <Annotation Term="OData.Description" String="The CXL dynamic capacity device (DCD) information for this CXL device."/>
893          <Annotation Term="OData.LongDescription" String="This property shall contain the CXL dynamic capacity device (DCD) information for this CXL device."/>
894        </Property>
895      </ComplexType>
896
897      <ComplexType Name="CXLDynamicCapacity">
898        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
899        <Annotation Term="OData.Description" String="The CXL dynamic capacity device (DCD) information for a CXL device."/>
900        <Annotation Term="OData.LongDescription" String="This type shall contain the CXL dynamic capacity device (DCD) information for a CXL device."/>
901        <Property Name="MaxHosts" Type="Edm.Int64">
902          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
903          <Annotation Term="OData.Description" String="The maximum number of hosts supported by this CXL device."/>
904          <Annotation Term="OData.LongDescription" String="This property shall contain the maximum number of hosts supported by this CXL device."/>
905        </Property>
906        <Property Name="MaxDynamicCapacityRegions" Type="Edm.Int64">
907          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
908          <Annotation Term="OData.Description" String="The maximum number of dynamic capacity memory regions available per host from this CXL device."/>
909          <Annotation Term="OData.LongDescription" String="This property shall contain the maximum number of dynamic capacity memory regions available per host from this CXL device."/>
910        </Property>
911        <Property Name="TotalDynamicCapacityMiB" Type="Edm.Int64">
912          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
913          <Annotation Term="OData.Description" String="The total memory media capacity of the CXL device available for dynamic assignment in mebibytes (MiB)."/>
914          <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)."/>
915          <Annotation Term="Measures.Unit" String="MiBy"/>
916        </Property>
917        <Property Name="AddCapacityPoliciesSupported" Type="Collection(PCIeDevice.v1_12_0.CXLDynamicCapacityPolicies)">
918          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
919          <Annotation Term="OData.Description" String="The set of selection policies supported by the CXL device when dynamic capacity is added."/>
920          <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."/>
921        </Property>
922        <Property Name="ReleaseCapacityPoliciesSupported" Type="Collection(PCIeDevice.v1_12_0.CXLDynamicCapacityPolicies)">
923          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
924          <Annotation Term="OData.Description" String="The set of removal policies supported by the CXL device when dynamic capacity is released."/>
925          <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."/>
926        </Property>
927        <Property Name="MemoryBlockSizesSupported" Type="Collection(PCIeDevice.v1_12_0.CXLRegionBlockSizes)">
928          <Annotation Term="OData.Description" String="The set of memory block sizes supported by memory regions in this CXL device."/>
929          <Annotation Term="OData.LongDescription" String="This property shall contain the set of memory block sizes supported by memory regions in this CXL device."/>
930        </Property>
931        <Property Name="SanitizationOnReleaseSupport" Type="Collection(PCIeDevice.v1_12_0.CXLRegionSanitization)">
932          <Annotation Term="OData.Description" String="An indication of whether the sanitization on capacity release is configurable for the memory regions in this CXL device."/>
933          <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."/>
934        </Property>
935      </ComplexType>
936
937      <ComplexType Name="CXLRegionBlockSizes">
938        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
939        <Annotation Term="OData.Description" String="Set of memory block sizes supported by memory region in the CXL device."/>
940        <Annotation Term="OData.LongDescription" String="This type shall contain the set of memory block sizes supported by memory region in the dynamic capacity device."/>
941        <Property Name="RegionNumber" Type="Edm.Int64">
942          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
943          <Annotation Term="OData.Description" String="The memory region number."/>
944          <Annotation Term="OData.LongDescription" String="This property shall contain the memory region number."/>
945        </Property>
946        <Property Name="BlockSizeMiB" Type="Collection(Edm.Int64)">
947          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
948          <Annotation Term="OData.Description" String="Set of memory block sizes supported by this memory region defined in mebibytes (MiB)."/>
949          <Annotation Term="OData.LongDescription" String="This property shall contain the set of memory block sizes supported by this memory region, with units in MiB."/>
950          <Annotation Term="Measures.Unit" String="MiBy"/>
951        </Property>
952      </ComplexType>
953
954      <ComplexType Name="CXLRegionSanitization">
955        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
956        <Annotation Term="OData.Description" String="An indication of whether the sanitization on capacity release is configurable for the memory region."/>
957        <Annotation Term="OData.LongDescription" String="This property shall indicate whether the sanitization on capacity release is configurable for the memory region."/>
958        <Property Name="RegionNumber" Type="Edm.Int64">
959          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
960          <Annotation Term="OData.Description" String="The memory region number."/>
961          <Annotation Term="OData.LongDescription" String="This property shall contain the memory region number."/>
962        </Property>
963        <Property Name="SanitizationOnReleaseSupported" Type="Edm.Boolean">
964          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
965          <Annotation Term="OData.Description" String="An indication of whether the sanitization on capacity release is configurable for this memory region."/>
966          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the sanitization on capacity release is configurable for this memory region."/>
967        </Property>
968      </ComplexType>
969
970      <EnumType Name="CXLDynamicCapacityPolicies">
971        <Member Name="Free">
972          <Annotation Term="OData.Description" String="Free add capacity policy."/>
973          <Annotation Term="OData.LongDescription" String="This value shall indicate the CXL Specification-defined free add capacity policy."/>
974        </Member>
975        <Member Name="Contiguous">
976          <Annotation Term="OData.Description" String="Contiguous add capacity policy."/>
977          <Annotation Term="OData.LongDescription" String="This value shall indicate the CXL Specification-defined contiguous add capacity policy."/>
978        </Member>
979        <Member Name="Prescriptive">
980          <Annotation Term="OData.Description" String="Prescriptive add or release policy."/>
981          <Annotation Term="OData.LongDescription" String="This value shall indicate the CXL Specification-defined prescriptive add or release policy."/>
982        </Member>
983        <Member Name="TagBased">
984          <Annotation Term="OData.Description" String="Tag-based release policy."/>
985          <Annotation Term="OData.LongDescription" String="This value shall indicate the CXL Specification-defined tag-based release policy."/>
986        </Member>
987      </EnumType>
988    </Schema>
989
990    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_12_1">
991      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
992      <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."/>
993      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_12_0.PCIeDevice"/>
994    </Schema>
995
996    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_13_0">
997      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
998      <Annotation Term="Redfish.Release" String="2023.3"/>
999
1000      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_12_1.PCIeDevice"/>
1001
1002      <ComplexType Name="PCIeErrors" BaseType="PCIeDevice.v1_8_0.PCIeErrors">
1003        <Property Name="UnsupportedRequestCount" Type="Edm.Int64">
1004          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1005          <Annotation Term="OData.Description" String="The total number of PCIe unsupported requests received by this device."/>
1006          <Annotation Term="OData.LongDescription" String="This property shall contain the total number of PCIe unsupported requests received by this device."/>
1007        </Property>
1008      </ComplexType>
1009    </Schema>
1010
1011  </edmx:DataServices>
1012</edmx:Edmx>
1013