blob: 2db8581fc963c00685e93400d0b0e8d498898b25 [file] [log] [blame]
Ed Tanouscb103132019-10-08 11:34:22 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
Asmitha Karunanithi009c6452022-09-22 01:07:59 -05004<!--# Redfish Schema: PCIeDevice v1.10.0 -->
Ed Tanouscb103132019-10-08 11:34:22 -07005<!--# -->
6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle, -->
7<!--# available at http://www.dmtf.org/standards/redfish -->
Ed Tanoused761212022-09-23 15:03:29 -07008<!--# Copyright 2014-2022 DMTF. -->
Ed Tanouscb103132019-10-08 11:34:22 -07009<!--# 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>
Gunnar Mills10f270b2021-05-19 15:34:06 -050040 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/EnvironmentMetrics_v1.xml">
41 <edmx:Include Namespace="EnvironmentMetrics"/>
42 </edmx:Reference>
Asmitha Karunanithi009c6452022-09-22 01:07:59 -050043 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Switch_v1.xml">
44 <edmx:Include Namespace="Switch"/>
45 </edmx:Reference>
Ed Tanouscb103132019-10-08 11:34:22 -070046
47 <edmx:DataServices>
48
49 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice">
50 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
51
52 <EntityType Name="PCIeDevice" BaseType="Resource.v1_0_0.Resource" Abstract="true">
53 <Annotation Term="OData.Description" String="The PCIeDevice schema describes the properties of a PCIe device that is attached to a system."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -050054 <Annotation Term="OData.LongDescription" String="This resource shall represent a PCIe device in a Redfish implementation."/>
Ed Tanouscb103132019-10-08 11:34:22 -070055 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
56 <Annotation Term="Capabilities.InsertRestrictions">
57 <Record>
58 <PropertyValue Property="Insertable" Bool="false"/>
59 </Record>
60 </Annotation>
61 <Annotation Term="Capabilities.UpdateRestrictions">
62 <Record>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -050063 <PropertyValue Property="Updatable" Bool="true"/>
Ed Tanouscb103132019-10-08 11:34:22 -070064 </Record>
65 </Annotation>
66 <Annotation Term="Capabilities.DeleteRestrictions">
67 <Record>
68 <PropertyValue Property="Deletable" Bool="false"/>
69 </Record>
70 </Annotation>
71 <Annotation Term="Redfish.Uris">
72 <Collection>
73 <String>/redfish/v1/Chassis/{ChassisId}/PCIeDevices/{PCIeDeviceId}</String>
74 <String>/redfish/v1/Systems/{ComputerSystemId}/PCIeDevices/{PCIeDeviceId}</String>
Gunnar Millsa778c022020-05-12 12:20:36 -050075 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/PCIeDevices/{PCIeDeviceId}</String>
76 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/PCIeDevices/{PCIeDeviceId}</String>
Ed Tanouscb103132019-10-08 11:34:22 -070077 </Collection>
78 </Annotation>
79 </EntityType>
80
81 <ComplexType Name="PCIeInterface" Abstract="true">
82 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
83 <Annotation Term="OData.Description" String="This type describes a PCIe Interface."/>
84 <Annotation Term="OData.LongDescription" String="This type shall describe the PCIe interface characteristics of a PCIe device."/>
85 </ComplexType>
86
Gunnar Mills60c922d2021-12-01 09:28:53 -060087 <ComplexType Name="PCIeErrors" Abstract="true">
88 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
89 <Annotation Term="OData.Description" String="The PCIe errors associated with this device."/>
90 <Annotation Term="OData.LongDescription" String="This property shall contain properties that describe the PCIe errors associated with this device."/>
91 </ComplexType>
92
Ed Tanouscb103132019-10-08 11:34:22 -070093 <EnumType Name="PCIeTypes">
94 <Annotation Term="Redfish.Revisions">
95 <Collection>
96 <Record>
97 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
98 <PropertyValue Property="Version" String="v1_3_0"/>
99 </Record>
100 </Collection>
101 </Annotation>
102 <Member Name="Gen1">
103 <Annotation Term="OData.Description" String="A PCIe v1.0 slot."/>
104 </Member>
105 <Member Name="Gen2">
106 <Annotation Term="OData.Description" String="A PCIe v2.0 slot."/>
107 </Member>
108 <Member Name="Gen3">
109 <Annotation Term="OData.Description" String="A PCIe v3.0 slot."/>
110 </Member>
111 <Member Name="Gen4">
112 <Annotation Term="OData.Description" String="A PCIe v4.0 slot."/>
113 </Member>
114 <Member Name="Gen5">
115 <Annotation Term="OData.Description" String="A PCIe v5.0 slot."/>
116 </Member>
117 </EnumType>
118
119 </Schema>
120
121 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_0_0">
122 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
123 <Annotation Term="Redfish.Release" String="2016.2"/>
124
125 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.PCIeDevice">
126 <Property Name="Manufacturer" Type="Edm.String">
127 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
128 <Annotation Term="OData.Description" String="The manufacturer of this PCIe device."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500129 <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."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700130 </Property>
131 <Property Name="Model" Type="Edm.String">
132 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
133 <Annotation Term="OData.Description" String="The model number for the PCIe device."/>
134 <Annotation Term="OData.LongDescription" String="This property shall contain the name by which the manufacturer generally refers to the PCIe device."/>
135 </Property>
136 <Property Name="SKU" Type="Edm.String">
137 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
138 <Annotation Term="OData.Description" String="The SKU for this PCIe device."/>
139 <Annotation Term="OData.LongDescription" String="This property shall contain the stock-keeping unit number for this PCIe device."/>
140 </Property>
141 <Property Name="SerialNumber" Type="Edm.String">
142 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
143 <Annotation Term="OData.Description" String="The serial number for this PCIe device."/>
144 <Annotation Term="OData.LongDescription" String="This property shall contain a manufacturer-allocated number that identifies the PCIe device."/>
145 </Property>
146 <Property Name="PartNumber" Type="Edm.String">
147 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
148 <Annotation Term="OData.Description" String="The part number for this PCIe device."/>
149 <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."/>
150 </Property>
151 <Property Name="AssetTag" Type="Edm.String">
152 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
153 <Annotation Term="OData.Description" String="The user-assigned asset tag for this PCIe device."/>
154 <Annotation Term="OData.LongDescription" String="This property shall contain an identifying string that tracks the PCIe device for inventory purposes."/>
155 </Property>
156
157 <Property Name="DeviceType" Type="PCIeDevice.v1_0_0.DeviceType" Nullable="false">
158 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
159 <Annotation Term="OData.Description" String="The device type for this PCIe device."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500160 <Annotation Term="OData.LongDescription" String="This property shall contain the device type of the PCIe device such as `SingleFunction` or `MultiFunction`."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700161 </Property>
162 <Property Name="FirmwareVersion" Type="Edm.String">
163 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
164 <Annotation Term="OData.Description" String="The version of firmware for this PCIe device."/>
165 <Annotation Term="OData.LongDescription" String="This property shall contain the firmware version of the PCIe device."/>
166 </Property>
167
168 <Property Name="Status" Type="Resource.Status" Nullable="false">
Gunnar Mills10f270b2021-05-19 15:34:06 -0500169 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
170 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700171 </Property>
172 <Property Name="Links" Type="PCIeDevice.v1_0_0.Links" Nullable="false">
Gunnar Mills10f270b2021-05-19 15:34:06 -0500173 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
174 <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."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700175 </Property>
176 </EntityType>
177
178 <ComplexType Name="Links" BaseType="Resource.Links">
Gunnar Mills10f270b2021-05-19 15:34:06 -0500179 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
180 <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."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700181 <NavigationProperty Name="Chassis" Type="Collection(Chassis.Chassis)">
182 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
183 <Annotation Term="OData.Description" String="An array of links to the chassis in which the PCIe device is contained."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500184 <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."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700185 <Annotation Term="OData.AutoExpandReferences"/>
186 </NavigationProperty>
187 <NavigationProperty Name="PCIeFunctions" Type="Collection(PCIeFunction.PCIeFunction)">
188 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500189 <Annotation Term="OData.Description" String="An array of links to PCIe functions exposed by this device."/>
190 <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."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700191 <Annotation Term="OData.AutoExpandReferences"/>
192 <Annotation Term="Redfish.Revisions">
193 <Collection>
194 <Record>
195 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
196 <PropertyValue Property="Version" String="v1_4_0"/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500197 <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."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700198 </Record>
199 </Collection>
200 </Annotation>
201 </NavigationProperty>
202 </ComplexType>
203
204 <EnumType Name="DeviceType">
205 <Member Name="SingleFunction">
206 <Annotation Term="OData.Description" String="A single-function PCIe device."/>
207 </Member>
208 <Member Name="MultiFunction">
209 <Annotation Term="OData.Description" String="A multi-function PCIe device."/>
210 </Member>
211 <Member Name="Simulated">
212 <Annotation Term="OData.Description" String="A PCIe device that is not currently physically present, but is being simulated by the PCIe infrastructure."/>
213 </Member>
Asmitha Karunanithi009c6452022-09-22 01:07:59 -0500214 <Member Name="Retimer">
215 <Annotation Term="OData.Description" String="A PCIe retimer device."/>
216 <Annotation Term="Redfish.Revisions">
217 <Collection>
218 <Record>
219 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
220 <PropertyValue Property="Version" String="v1_10_0"/>
221 </Record>
222 </Collection>
223 </Annotation>
224 </Member>
Ed Tanouscb103132019-10-08 11:34:22 -0700225 </EnumType>
226
227 </Schema>
228
229 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_0_1">
230 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
231 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
232 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_0_0.PCIeDevice"/>
233 </Schema>
234
235 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_0_2">
236 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
237 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
238 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_0_1.PCIeDevice"/>
239 </Schema>
240
241 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_0_3">
242 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
243 <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."/>
244 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_0_2.PCIeDevice"/>
245 </Schema>
246
247 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_0_4">
248 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
249 <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."/>
250 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_0_3.PCIeDevice"/>
251 </Schema>
252
253 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_0_5">
254 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
255 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
256 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_0_4.PCIeDevice"/>
257 </Schema>
258
Gunnar Mills10f270b2021-05-19 15:34:06 -0500259 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_0_6">
260 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
261 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
262 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_0_5.PCIeDevice"/>
263 </Schema>
264
Ed Tanouscb103132019-10-08 11:34:22 -0700265 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_1_0">
266 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
267 <Annotation Term="Redfish.Release" String="2017.1"/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500268
Ed Tanouscb103132019-10-08 11:34:22 -0700269 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_0_2.PCIeDevice">
270 <Property Name="Actions" Type="PCIeDevice.v1_1_0.Actions" Nullable="false">
Gunnar Mills10f270b2021-05-19 15:34:06 -0500271 <Annotation Term="OData.Description" String="The available actions for this resource."/>
272 <Annotation Term="OData.LongDescription" String="The actions property shall contain the available actions for this resource."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700273 </Property>
274 </EntityType>
275
276 <ComplexType Name="Actions">
277 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500278 <Annotation Term="OData.Description" String="The available actions for this resource."/>
279 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700280 <Property Name="Oem" Type="PCIeDevice.v1_1_0.OemActions" Nullable="false">
Gunnar Mills10f270b2021-05-19 15:34:06 -0500281 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
282 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700283 </Property>
284 </ComplexType>
285
286 <ComplexType Name="OemActions">
287 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500288 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
289 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700290 </ComplexType>
291 </Schema>
292
293 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_1_1">
294 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
295 <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."/>
296 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_1_0.PCIeDevice"/>
297 </Schema>
298
299 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_1_2">
300 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
301 <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."/>
302 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_1_1.PCIeDevice"/>
303 </Schema>
304
305 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_1_3">
306 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500307 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700308 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_1_2.PCIeDevice"/>
309 </Schema>
310
Gunnar Mills10f270b2021-05-19 15:34:06 -0500311 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_1_4">
312 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
313 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
314 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_1_3.PCIeDevice"/>
315 </Schema>
316
Ed Tanouscb103132019-10-08 11:34:22 -0700317 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_2_0">
318 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
319 <Annotation Term="Redfish.Release" String="2017.3"/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500320
Ed Tanouscb103132019-10-08 11:34:22 -0700321 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_1_0.PCIeDevice">
322 <NavigationProperty Name="Assembly" Type="Assembly.Assembly" Nullable="false">
323 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500324 <Annotation Term="OData.Description" String="The link to the assembly associated with this PCIe device."/>
325 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type Assembly."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700326 <Annotation Term="OData.AutoExpandReferences"/>
327 </NavigationProperty>
328 </EntityType>
329 </Schema>
330
331 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_2_1">
332 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
333 <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."/>
334 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_2_0.PCIeDevice"/>
335 </Schema>
336
337 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_2_2">
338 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
339 <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."/>
340 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_2_1.PCIeDevice"/>
341 </Schema>
342
343 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_2_3">
344 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
345 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
346 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_2_2.PCIeDevice"/>
347 </Schema>
348
Gunnar Mills10f270b2021-05-19 15:34:06 -0500349 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_2_4">
350 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
351 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
352 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_2_3.PCIeDevice"/>
353 </Schema>
354
Ed Tanouscb103132019-10-08 11:34:22 -0700355 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_3_0">
356 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
357 <Annotation Term="Redfish.Release" String="2018.2"/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500358
Ed Tanouscb103132019-10-08 11:34:22 -0700359 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_2_1.PCIeDevice">
360 <Property Name="PCIeInterface" Type="PCIeDevice.v1_3_0.PCIeInterface" Nullable="false">
361 <Annotation Term="OData.Description" String="The PCIe interface details for this PCIe device."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500362 <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."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700363 </Property>
364 </EntityType>
365
366 <ComplexType Name="PCIeInterface" BaseType="PCIeDevice.PCIeInterface">
Gunnar Mills10f270b2021-05-19 15:34:06 -0500367 <Annotation Term="OData.Description" String="Properties that describe a PCIe interface."/>
368 <Annotation Term="OData.LongDescription" String="This type shall contain the definition for a PCIe interface for a Redfish implementation."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700369 <Property Name="Oem" Type="Resource.Oem" Nullable="false">
370 <Annotation Term="OData.Description" String="The OEM extension property."/>
371 <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."/>
372 </Property>
373 <Property Name="MaxPCIeType" Type="PCIeDevice.PCIeTypes">
374 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
375 <Annotation Term="OData.Description" String="The highest version of the PCIe specification supported by this device."/>
376 <Annotation Term="OData.LongDescription" String="This property shall contain the maximum PCIe specification that this device supports."/>
377 </Property>
378 <Property Name="PCIeType" Type="PCIeDevice.PCIeTypes">
379 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
380 <Annotation Term="OData.Description" String="The version of the PCIe specification in use by this device."/>
381 <Annotation Term="OData.LongDescription" String="This property shall contain the negotiated PCIe interface version in use by this device."/>
382 </Property>
383 <Property Name="MaxLanes" Type="Edm.Int64">
384 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
385 <Annotation Term="OData.Description" String="The number of PCIe lanes supported by this device."/>
386 <Annotation Term="OData.LongDescription" String="This property shall contain the maximum number of PCIe lanes supported by this device."/>
387 <Annotation Term="Validation.Maximum" Int="32"/>
388 </Property>
389 <Property Name="LanesInUse" Type="Edm.Int64">
390 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
391 <Annotation Term="OData.Description" String="The number of PCIe lanes in use by this device."/>
392 <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."/>
393 <Annotation Term="Validation.Maximum" Int="32"/>
394 </Property>
395 </ComplexType>
396 </Schema>
397
398 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_3_1">
399 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
400 <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."/>
401 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_3_0.PCIeDevice"/>
402 </Schema>
403
404 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_3_2">
405 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
406 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
407 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_3_1.PCIeDevice"/>
408 </Schema>
409
Gunnar Mills10f270b2021-05-19 15:34:06 -0500410 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_3_3">
411 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
412 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
413 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_3_2.PCIeDevice"/>
414 </Schema>
415
Ed Tanouscb103132019-10-08 11:34:22 -0700416 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_4_0">
417 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
418 <Annotation Term="Redfish.Release" String="2019.2"/>
419 <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."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500420
Ed Tanouscb103132019-10-08 11:34:22 -0700421 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_3_2.PCIeDevice">
422 <NavigationProperty Name="PCIeFunctions" Type="PCIeFunctionCollection.PCIeFunctionCollection" ContainsTarget="true" Nullable="false">
423 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
424 <Annotation Term="OData.Description" String="The link to the collection of PCIe functions associated with this PCIe device."/>
Asmitha Karunanithi009c6452022-09-22 01:07:59 -0500425 <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`."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700426 <Annotation Term="OData.AutoExpandReferences"/>
427 </NavigationProperty>
428 </EntityType>
429 </Schema>
430
Gunnar Mills10f270b2021-05-19 15:34:06 -0500431 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_4_1">
432 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
433 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
434 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_4_0.PCIeDevice"/>
435 </Schema>
436
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500437 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_5_0">
438 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
439 <Annotation Term="Redfish.Release" String="2020.3"/>
440
441 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_4_0.PCIeDevice">
442 <Property Name="UUID" Type="Resource.UUID">
443 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
444 <Annotation Term="OData.Description" String="The UUID for this PCIe device."/>
445 <Annotation Term="OData.LongDescription" String="This property shall contain the universal unique identifier number for this PCIe device."/>
446 </Property>
447 </EntityType>
448 </Schema>
449
Gunnar Mills10f270b2021-05-19 15:34:06 -0500450 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_5_1">
451 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
452 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
453 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_5_0.PCIeDevice"/>
454 </Schema>
455
Gunnar Mills262d7d42021-01-20 16:28:41 -0600456 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_6_0">
457 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
458 <Annotation Term="Redfish.Release" String="2020.4"/>
459
460 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_5_0.PCIeDevice">
461 <Property Name="SparePartNumber" Type="Edm.String">
462 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
463 <Annotation Term="OData.Description" String="The spare part number of the PCIe device."/>
464 <Annotation Term="OData.LongDescription" String="This property shall contain the spare part number of the PCIe device."/>
465 </Property>
466 </EntityType>
467 </Schema>
468
Gunnar Mills10f270b2021-05-19 15:34:06 -0500469 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_6_1">
470 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
471 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
472 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_6_0.PCIeDevice"/>
473 </Schema>
474
475 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_7_0">
476 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
477 <Annotation Term="Redfish.Release" String="2021.1"/>
478
479 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_6_1.PCIeDevice">
480 <Property Name="ReadyToRemove" Type="Edm.Boolean">
481 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
482 <Annotation Term="OData.Description" String="An indication of whether the PCIe device is prepared by the system for removal."/>
483 <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."/>
484 </Property>
485 <NavigationProperty Name="EnvironmentMetrics" Type="EnvironmentMetrics.EnvironmentMetrics" Nullable="false">
486 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
487 <Annotation Term="OData.Description" String="The link to the environment metrics for this PCIe device."/>
488 <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."/>
489 <Annotation Term="OData.AutoExpandReferences"/>
490 </NavigationProperty>
491 </EntityType>
492 </Schema>
493
Gunnar Mills60c922d2021-12-01 09:28:53 -0600494 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_8_0">
495 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
496 <Annotation Term="Redfish.Release" String="2021.3"/>
497
498 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_7_0.PCIeDevice"/>
499
500 <ComplexType Name="PCIeErrors" BaseType="PCIeDevice.PCIeErrors">
501 <Property Name="CorrectableErrorCount" Type="Edm.Int64">
502 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
503 <Annotation Term="OData.Description" String="The total number of the PCIe correctable errors for this device."/>
504 <Annotation Term="OData.LongDescription" String="This property shall contain the total number of the PCIe correctable errors for this device."/>
505 </Property>
506 <Property Name="NonFatalErrorCount" Type="Edm.Int64">
507 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
508 <Annotation Term="OData.Description" String="The total number of the PCIe non-fatal errors for this device."/>
509 <Annotation Term="OData.LongDescription" String="This property shall contain the total number of the PCIe non-fatal errors for this device."/>
510 </Property>
511 <Property Name="FatalErrorCount" Type="Edm.Int64">
512 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
513 <Annotation Term="OData.Description" String="The total number of the PCIe fatal errors for this device."/>
514 <Annotation Term="OData.LongDescription" String="This property shall contain the total number of the PCIe fatal errors for this device."/>
515 </Property>
516 <Property Name="L0ToRecoveryCount" Type="Edm.Int64">
517 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
518 <Annotation Term="OData.Description" String="The total number of times the PCIe link states transitioned from L0 to the recovery state for this device."/>
519 <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."/>
520 </Property>
521 <Property Name="ReplayCount" Type="Edm.Int64">
522 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
523 <Annotation Term="OData.Description" String="The total number of the PCIe replays issued by this device."/>
524 <Annotation Term="OData.LongDescription" String="This property shall contain the total number of the 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."/>
525 </Property>
526 <Property Name="ReplayRolloverCount" Type="Edm.Int64">
527 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
528 <Annotation Term="OData.Description" String="The total number of the PCIe replay rollovers issued by this device."/>
529 <Annotation Term="OData.LongDescription" String="This property shall contain the total number of the 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."/>
530 </Property>
531 <Property Name="NAKSentCount" Type="Edm.Int64">
532 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
533 <Annotation Term="OData.Description" String="The total number of NAKs issued on the PCIe link by this device."/>
534 <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."/>
535 </Property>
536 <Property Name="NAKReceivedCount" Type="Edm.Int64">
537 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
538 <Annotation Term="OData.Description" String="The total number of NAKs issued on the PCIe link by the receiver."/>
539 <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."/>
540 </Property>
541 </ComplexType>
542 </Schema>
543
Sui Chen141d9432022-02-03 22:01:27 -0800544 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_9_0">
545 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
546 <Annotation Term="Redfish.Release" String="2021.4"/>
547
548 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_8_0.PCIeDevice">
549 <Property Name="Slot" Type="PCIeDevice.v1_9_0.Slot">
550 <Annotation Term="OData.Description" String="Information about the slot for this PCIe device."/>
551 <Annotation Term="OData.LongDescription" String="This property shall contain information about the PCIe slot for this PCIe device."/>
552 </Property>
553 </EntityType>
554
555 <ComplexType Name="Slot">
556 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
557 <Annotation Term="OData.Description" String="The PCIe slot associated with a PCIe device."/>
558 <Annotation Term="OData.LongDescription" String="This object shall contain properties that describe the PCIe slot associated with a PCIe device."/>
559 <Property Name="PCIeType" Type="PCIeDevice.PCIeTypes">
560 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
561 <Annotation Term="OData.Description" String="The PCIe specification this slot supports."/>
562 <Annotation Term="OData.LongDescription" String="This property shall contain the maximum PCIe specification that this slot supports."/>
563 </Property>
564 <Property Name="SlotType" Type="PCIeDevice.v1_9_0.SlotType">
565 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
566 <Annotation Term="OData.Description" String="The PCIe slot type."/>
567 <Annotation Term="OData.LongDescription" String="This property shall contain the PCIe slot type."/>
568 </Property>
569 <Property Name="Lanes" Type="Edm.Int64">
570 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
571 <Annotation Term="OData.Description" String="The number of PCIe lanes supported by this slot."/>
572 <Annotation Term="OData.LongDescription" String="This property shall contain the maximum number of PCIe lanes supported by the slot."/>
573 <Annotation Term="Validation.Maximum" Int="32"/>
574 </Property>
575 <Property Name="Location" Type="Resource.Location" Nullable="false">
576 <Annotation Term="OData.Description" String="The location of the PCIe slot."/>
577 <Annotation Term="OData.LongDescription" String="This property shall contain part location information, including a ServiceLabel property, of the associated PCIe slot."/>
578 </Property>
579 <Property Name="LaneSplitting" Type="PCIeDevice.v1_9_0.LaneSplittingType">
580 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
581 <Annotation Term="OData.Description" String="The lane splitting strategy used in the PCIe slot."/>
582 <Annotation Term="OData.LongDescription" String="This property shall contain lane splitting information of the associated PCIe slot."/>
583 </Property>
584 </ComplexType>
585
586 <EnumType Name="SlotType">
587 <Member Name="FullLength">
588 <Annotation Term="OData.Description" String="Full-Length PCIe slot."/>
589 </Member>
590 <Member Name="HalfLength">
591 <Annotation Term="OData.Description" String="Half-Length PCIe slot."/>
592 </Member>
593 <Member Name="LowProfile">
594 <Annotation Term="OData.Description" String="Low-Profile or Slim PCIe slot."/>
595 </Member>
596 <Member Name="Mini">
597 <Annotation Term="OData.Description" String="Mini PCIe slot."/>
598 </Member>
599 <Member Name="M2">
600 <Annotation Term="OData.Description" String="PCIe M.2 slot."/>
601 </Member>
602 <Member Name="OEM">
603 <Annotation Term="OData.Description" String="An OEM-specific slot."/>
604 </Member>
605 <Member Name="OCP3Small">
606 <Annotation Term="OData.Description" String="Open Compute Project 3.0 small form factor slot."/>
607 </Member>
608 <Member Name="OCP3Large">
609 <Annotation Term="OData.Description" String="Open Compute Project 3.0 large form factor slot."/>
610 </Member>
611 <Member Name="U2">
612 <Annotation Term="OData.Description" String="U.2 / SFF-8639 slot or bay."/>
613 </Member>
614 </EnumType>
615
616 <EnumType Name="LaneSplittingType">
617 <Member Name="None">
618 <Annotation Term="OData.Description" String="The slot has no lane splitting."/>
619 </Member>
620 <Member Name="Bridged">
621 <Annotation Term="OData.Description" String="The slot has a bridge to share the lanes with associated devices."/>
622 </Member>
623 <Member Name="Bifurcated">
624 <Annotation Term="OData.Description" String="The slot is bifurcated to split the lanes with associated devices."/>
625 </Member>
626 </EnumType>
627 </Schema>
628
Asmitha Karunanithi009c6452022-09-22 01:07:59 -0500629 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_10_0">
630 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
631 <Annotation Term="Redfish.Release" String="2022.2"/>
632
633 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_9_0.PCIeDevice"/>
634
635 <ComplexType Name="Links" BaseType="PCIeDevice.v1_0_0.Links">
636 <NavigationProperty Name="Switch" Type="Switch.Switch">
637 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
638 <Annotation Term="OData.Description" String="The link to a switch that is associated with this PCIe device."/>
639 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type Switch that is associated with this PCIe device."/>
640 <Annotation Term="OData.AutoExpandReferences"/>
641 </NavigationProperty>
642 </ComplexType>
643 </Schema>
644
Ed Tanouscb103132019-10-08 11:34:22 -0700645 </edmx:DataServices>
646</edmx:Edmx>