1<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################       -->
4<!--# Redfish Schema:  PCIeDevice v1.6.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-2020 DMTF.                                                            -->
9<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10<!--################################################################################       -->
11<!---->
12<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
13
14  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
15    <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
16  </edmx:Reference>
17  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
18    <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
19  </edmx:Reference>
20  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
21    <edmx:Include Namespace="Resource"/>
22    <edmx:Include Namespace="Resource.v1_0_0"/>
23  </edmx:Reference>
24  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
25    <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
26    <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/>
27  </edmx:Reference>
28  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Chassis_v1.xml">
29    <edmx:Include Namespace="Chassis"/>
30  </edmx:Reference>
31  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PCIeFunction_v1.xml">
32    <edmx:Include Namespace="PCIeFunction"/>
33  </edmx:Reference>
34  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PCIeFunctionCollection_v1.xml">
35    <edmx:Include Namespace="PCIeFunctionCollection"/>
36  </edmx:Reference>
37  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Assembly_v1.xml">
38    <edmx:Include Namespace="Assembly"/>
39  </edmx:Reference>
40
41  <edmx:DataServices>
42
43    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice">
44      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
45
46      <EntityType Name="PCIeDevice" BaseType="Resource.v1_0_0.Resource" Abstract="true">
47        <Annotation Term="OData.Description" String="The PCIeDevice schema describes the properties of a PCIe device that is attached to a system."/>
48        <Annotation Term="OData.LongDescription" String="This Resource contains a PCIeDevice that is attached to a system."/>
49        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
50        <Annotation Term="Capabilities.InsertRestrictions">
51          <Record>
52            <PropertyValue Property="Insertable" Bool="false"/>
53          </Record>
54        </Annotation>
55        <Annotation Term="Capabilities.UpdateRestrictions">
56          <Record>
57            <PropertyValue Property="Updatable" Bool="true"/>
58          </Record>
59        </Annotation>
60        <Annotation Term="Capabilities.DeleteRestrictions">
61          <Record>
62            <PropertyValue Property="Deletable" Bool="false"/>
63          </Record>
64        </Annotation>
65        <Annotation Term="Redfish.Uris">
66          <Collection>
67            <String>/redfish/v1/Chassis/{ChassisId}/PCIeDevices/{PCIeDeviceId}</String>
68            <String>/redfish/v1/Systems/{ComputerSystemId}/PCIeDevices/{PCIeDeviceId}</String>
69            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/PCIeDevices/{PCIeDeviceId}</String>
70            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/PCIeDevices/{PCIeDeviceId}</String>
71          </Collection>
72        </Annotation>
73      </EntityType>
74
75      <ComplexType Name="PCIeInterface" Abstract="true">
76        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
77        <Annotation Term="OData.Description" String="This type describes a PCIe Interface."/>
78        <Annotation Term="OData.LongDescription" String="This type shall describe the PCIe interface characteristics of a PCIe device."/>
79      </ComplexType>
80
81      <EnumType Name="PCIeTypes">
82        <Annotation Term="Redfish.Revisions">
83          <Collection>
84            <Record>
85              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
86              <PropertyValue Property="Version" String="v1_3_0"/>
87            </Record>
88          </Collection>
89        </Annotation>
90        <Member Name="Gen1">
91          <Annotation Term="OData.Description" String="A PCIe v1.0 slot."/>
92        </Member>
93        <Member Name="Gen2">
94          <Annotation Term="OData.Description" String="A PCIe v2.0 slot."/>
95        </Member>
96        <Member Name="Gen3">
97          <Annotation Term="OData.Description" String="A PCIe v3.0 slot."/>
98        </Member>
99        <Member Name="Gen4">
100          <Annotation Term="OData.Description" String="A PCIe v4.0 slot."/>
101        </Member>
102        <Member Name="Gen5">
103          <Annotation Term="OData.Description" String="A PCIe v5.0 slot."/>
104        </Member>
105      </EnumType>
106
107    </Schema>
108
109    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_0_0">
110      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
111      <Annotation Term="Redfish.Release" String="2016.2"/>
112
113      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.PCIeDevice">
114        <Property Name="Manufacturer" Type="Edm.String">
115          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
116          <Annotation Term="OData.Description" String="The manufacturer of this PCIe device."/>
117          <Annotation Term="OData.LongDescription" String="This property shall contain the name of the organization responsible for producing the PCIe device.  This organization might be the entity from whom the PCIe device is purchased, but this is not necessarily true."/>
118        </Property>
119        <Property Name="Model" Type="Edm.String">
120          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
121          <Annotation Term="OData.Description" String="The model number for the PCIe device."/>
122          <Annotation Term="OData.LongDescription" String="This property shall contain the name by which the manufacturer generally refers to the PCIe device."/>
123        </Property>
124        <Property Name="SKU" Type="Edm.String">
125          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
126          <Annotation Term="OData.Description" String="The SKU for this PCIe device."/>
127          <Annotation Term="OData.LongDescription" String="This property shall contain the stock-keeping unit number for this PCIe device."/>
128        </Property>
129        <Property Name="SerialNumber" Type="Edm.String">
130          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
131          <Annotation Term="OData.Description" String="The serial number for this PCIe device."/>
132          <Annotation Term="OData.LongDescription" String="This property shall contain a manufacturer-allocated number that identifies the PCIe device."/>
133        </Property>
134        <Property Name="PartNumber" Type="Edm.String">
135          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
136          <Annotation Term="OData.Description" String="The part number for this PCIe device."/>
137          <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."/>
138        </Property>
139        <Property Name="AssetTag" Type="Edm.String">
140          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
141          <Annotation Term="OData.Description" String="The user-assigned asset tag for this PCIe device."/>
142          <Annotation Term="OData.LongDescription" String="This property shall contain an identifying string that tracks the PCIe device for inventory purposes."/>
143        </Property>
144
145        <Property Name="DeviceType" Type="PCIeDevice.v1_0_0.DeviceType" Nullable="false">
146          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
147          <Annotation Term="OData.Description" String="The device type for this PCIe device."/>
148          <Annotation Term="OData.LongDescription" String="This property shall contain the device type of the PCIe device such as SingleFunction or MultiFunction."/>
149        </Property>
150        <Property Name="FirmwareVersion" Type="Edm.String">
151          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
152          <Annotation Term="OData.Description" String="The version of firmware for this PCIe device."/>
153          <Annotation Term="OData.LongDescription" String="This property shall contain the firmware version of the PCIe device."/>
154        </Property>
155
156        <Property Name="Status" Type="Resource.Status" Nullable="false">
157          <Annotation Term="OData.Description" String="The status and health of the Resource and its subordinate or dependent Resources."/>
158          <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the Resource."/>
159        </Property>
160        <Property Name="Links" Type="PCIeDevice.v1_0_0.Links" Nullable="false">
161          <Annotation Term="OData.Description" String="The links to other Resources that are related to this Resource."/>
162          <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."/>
163        </Property>
164      </EntityType>
165
166      <ComplexType Name="Links" BaseType="Resource.Links">
167        <Annotation Term="OData.Description" String="The links to other Resources that are related to this Resource."/>
168        <Annotation Term="OData.LongDescription" String="The Redfish Specification-described type shall contain links to Resources related to but not subordinate to this Resource."/>
169        <NavigationProperty Name="Chassis" Type="Collection(Chassis.Chassis)">
170          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
171          <Annotation Term="OData.Description" String="An array of links to the chassis in which the PCIe device is contained."/>
172          <Annotation Term="OData.LongDescription" String="This property shall link to a Resource of type Chassis that represents the physical container associated with this Resource."/>
173          <Annotation Term="OData.AutoExpandReferences"/>
174        </NavigationProperty>
175        <NavigationProperty Name="PCIeFunctions" Type="Collection(PCIeFunction.PCIeFunction)">
176          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
177          <Annotation Term="OData.Description" String="An array of links to PCIeFunctions exposed by this device."/>
178          <Annotation Term="OData.LongDescription" String="This property shall contain a link to the Resources of the PCIeFunction type that this device exposes."/>
179          <Annotation Term="OData.AutoExpandReferences"/>
180          <Annotation Term="Redfish.Revisions">
181            <Collection>
182              <Record>
183                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
184                <PropertyValue Property="Version" String="v1_4_0"/>
185                <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."/>
186              </Record>
187            </Collection>
188          </Annotation>
189        </NavigationProperty>
190      </ComplexType>
191
192      <EnumType Name="DeviceType">
193        <Member Name="SingleFunction">
194          <Annotation Term="OData.Description" String="A single-function PCIe device."/>
195        </Member>
196        <Member Name="MultiFunction">
197          <Annotation Term="OData.Description" String="A multi-function PCIe device."/>
198        </Member>
199        <Member Name="Simulated">
200          <Annotation Term="OData.Description" String="A PCIe device that is not currently physically present, but is being simulated by the PCIe infrastructure."/>
201        </Member>
202      </EnumType>
203
204    </Schema>
205
206    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_0_1">
207      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
208      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
209      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_0_0.PCIeDevice"/>
210    </Schema>
211
212    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_0_2">
213      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
214      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
215      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_0_1.PCIeDevice"/>
216    </Schema>
217
218    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_0_3">
219      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
220      <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."/>
221      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_0_2.PCIeDevice"/>
222    </Schema>
223
224    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_0_4">
225      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
226      <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."/>
227      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_0_3.PCIeDevice"/>
228    </Schema>
229
230    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_0_5">
231      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
232      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
233      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_0_4.PCIeDevice"/>
234    </Schema>
235
236    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_1_0">
237      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
238      <Annotation Term="Redfish.Release" String="2017.1"/>
239      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_0_2.PCIeDevice">
240        <Property Name="Actions" Type="PCIeDevice.v1_1_0.Actions" Nullable="false">
241          <Annotation Term="OData.Description" String="The available actions for this Resource."/>
242          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this Resource."/>
243        </Property>
244      </EntityType>
245
246      <ComplexType Name="Actions">
247        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
248        <Annotation Term="OData.Description" String="The available actions for this Resource."/>
249        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this Resource."/>
250        <Property Name="Oem" Type="PCIeDevice.v1_1_0.OemActions" Nullable="false">
251          <Annotation Term="OData.Description" String="The available OEM-specific actions for this Resource."/>
252          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this Resource."/>
253        </Property>
254      </ComplexType>
255
256      <ComplexType Name="OemActions">
257        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
258        <Annotation Term="OData.Description" String="The available OEM-specific actions for this Resource."/>
259        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this Resource."/>
260      </ComplexType>
261    </Schema>
262
263    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_1_1">
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_1_0.PCIeDevice"/>
267    </Schema>
268
269    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_1_2">
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_1_1.PCIeDevice"/>
273    </Schema>
274
275    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_1_3">
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_1_2.PCIeDevice"/>
279    </Schema>
280
281    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_2_0">
282      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
283      <Annotation Term="Redfish.Release" String="2017.3"/>
284      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_1_0.PCIeDevice">
285        <NavigationProperty Name="Assembly" Type="Assembly.Assembly" Nullable="false">
286          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
287          <Annotation Term="OData.Description" String="The link to the assembly Resource associated with this PCIe device."/>
288          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a Resource of type assembly."/>
289          <Annotation Term="OData.AutoExpandReferences"/>
290        </NavigationProperty>
291      </EntityType>
292    </Schema>
293
294    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_2_1">
295      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
296      <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."/>
297      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_2_0.PCIeDevice"/>
298    </Schema>
299
300    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_2_2">
301      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
302      <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."/>
303      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_2_1.PCIeDevice"/>
304    </Schema>
305
306    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_2_3">
307      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
308      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
309      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_2_2.PCIeDevice"/>
310    </Schema>
311
312    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_3_0">
313      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
314      <Annotation Term="Redfish.Release" String="2018.2"/>
315      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_2_1.PCIeDevice">
316        <Property Name="PCIeInterface" Type="PCIeDevice.v1_3_0.PCIeInterface" Nullable="false">
317          <Annotation Term="OData.Description" String="The PCIe interface details for this PCIe device."/>
318          <Annotation Term="OData.LongDescription" String="This object shall contain details for the PCIe interface that connects this PCIe device to its host or upstream switch."/>
319        </Property>
320      </EntityType>
321
322      <ComplexType Name="PCIeInterface" BaseType="PCIeDevice.PCIeInterface">
323        <Annotation Term="OData.Description" String="This type defines a PCI interface."/>
324        <Annotation Term="OData.LongDescription" String="These properties shall contain the definition for a PCIe Interface for a Redfish implementation."/>
325        <Property Name="Oem" Type="Resource.Oem" Nullable="false">
326          <Annotation Term="OData.Description" String="The OEM extension property."/>
327          <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."/>
328        </Property>
329        <Property Name="MaxPCIeType" Type="PCIeDevice.PCIeTypes">
330          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
331          <Annotation Term="OData.Description" String="The highest version of the PCIe specification supported by this device."/>
332          <Annotation Term="OData.LongDescription" String="This property shall contain the maximum PCIe specification that this device supports."/>
333        </Property>
334        <Property Name="PCIeType" Type="PCIeDevice.PCIeTypes">
335          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
336          <Annotation Term="OData.Description" String="The version of the PCIe specification in use by this device."/>
337          <Annotation Term="OData.LongDescription" String="This property shall contain the negotiated PCIe interface version in use by this device."/>
338        </Property>
339        <Property Name="MaxLanes" Type="Edm.Int64">
340          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
341          <Annotation Term="OData.Description" String="The number of PCIe lanes supported by this device."/>
342          <Annotation Term="OData.LongDescription" String="This property shall contain the maximum number of PCIe lanes supported by this device."/>
343          <Annotation Term="Validation.Maximum" Int="32"/>
344        </Property>
345        <Property Name="LanesInUse" Type="Edm.Int64">
346          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
347          <Annotation Term="OData.Description" String="The number of PCIe lanes in use by this device."/>
348          <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."/>
349          <Annotation Term="Validation.Maximum" Int="32"/>
350        </Property>
351      </ComplexType>
352    </Schema>
353
354    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_3_1">
355      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
356      <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."/>
357      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_3_0.PCIeDevice"/>
358    </Schema>
359
360    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_3_2">
361      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
362      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
363      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_3_1.PCIeDevice"/>
364    </Schema>
365
366    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_4_0">
367      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
368      <Annotation Term="Redfish.Release" String="2019.2"/>
369      <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."/>
370      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_3_2.PCIeDevice">
371        <NavigationProperty Name="PCIeFunctions" Type="PCIeFunctionCollection.PCIeFunctionCollection" ContainsTarget="true" Nullable="false">
372          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
373          <Annotation Term="OData.Description" String="The link to the collection of PCIe functions associated with this PCIe device."/>
374          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a Resource Collection of type PCIeFunctionCollection."/>
375          <Annotation Term="OData.AutoExpandReferences"/>
376        </NavigationProperty>
377      </EntityType>
378    </Schema>
379
380    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_5_0">
381      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
382      <Annotation Term="Redfish.Release" String="2020.3"/>
383
384      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_4_0.PCIeDevice">
385        <Property Name="UUID" Type="Resource.UUID">
386          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
387          <Annotation Term="OData.Description" String="The UUID for this PCIe device."/>
388          <Annotation Term="OData.LongDescription" String="This property shall contain the universal unique identifier number for this PCIe device."/>
389        </Property>
390      </EntityType>
391    </Schema>
392
393    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_6_0">
394      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
395      <Annotation Term="Redfish.Release" String="2020.4"/>
396
397      <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_5_0.PCIeDevice">
398        <Property Name="SparePartNumber" Type="Edm.String">
399          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
400          <Annotation Term="OData.Description" String="The spare part number of the PCIe device."/>
401          <Annotation Term="OData.LongDescription" String="This property shall contain the spare part number of the PCIe device."/>
402        </Property>
403      </EntityType>
404    </Schema>
405
406  </edmx:DataServices>
407</edmx:Edmx>
408