blob: 36b9fa641a26208990124be8b5822d430c823166 [file] [log] [blame]
Ed Tanouscb103132019-10-08 11:34:22 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
Gunnar Mills60c922d2021-12-01 09:28:53 -06004<!--# Redfish Schema: PCIeDevice v1.8.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 -->
Gunnar Mills10f270b2021-05-19 15:34:06 -05008<!--# Copyright 2014-2021 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>
Ed Tanouscb103132019-10-08 11:34:22 -070043
44 <edmx:DataServices>
45
46 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice">
47 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
48
49 <EntityType Name="PCIeDevice" BaseType="Resource.v1_0_0.Resource" Abstract="true">
50 <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 -050051 <Annotation Term="OData.LongDescription" String="This resource shall represent a PCIe device in a Redfish implementation."/>
Ed Tanouscb103132019-10-08 11:34:22 -070052 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
53 <Annotation Term="Capabilities.InsertRestrictions">
54 <Record>
55 <PropertyValue Property="Insertable" Bool="false"/>
56 </Record>
57 </Annotation>
58 <Annotation Term="Capabilities.UpdateRestrictions">
59 <Record>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -050060 <PropertyValue Property="Updatable" Bool="true"/>
Ed Tanouscb103132019-10-08 11:34:22 -070061 </Record>
62 </Annotation>
63 <Annotation Term="Capabilities.DeleteRestrictions">
64 <Record>
65 <PropertyValue Property="Deletable" Bool="false"/>
66 </Record>
67 </Annotation>
68 <Annotation Term="Redfish.Uris">
69 <Collection>
70 <String>/redfish/v1/Chassis/{ChassisId}/PCIeDevices/{PCIeDeviceId}</String>
71 <String>/redfish/v1/Systems/{ComputerSystemId}/PCIeDevices/{PCIeDeviceId}</String>
Gunnar Millsa778c022020-05-12 12:20:36 -050072 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/PCIeDevices/{PCIeDeviceId}</String>
73 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/PCIeDevices/{PCIeDeviceId}</String>
Ed Tanouscb103132019-10-08 11:34:22 -070074 </Collection>
75 </Annotation>
76 </EntityType>
77
78 <ComplexType Name="PCIeInterface" Abstract="true">
79 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
80 <Annotation Term="OData.Description" String="This type describes a PCIe Interface."/>
81 <Annotation Term="OData.LongDescription" String="This type shall describe the PCIe interface characteristics of a PCIe device."/>
82 </ComplexType>
83
Gunnar Mills60c922d2021-12-01 09:28:53 -060084 <ComplexType Name="PCIeErrors" Abstract="true">
85 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
86 <Annotation Term="OData.Description" String="The PCIe errors associated with this device."/>
87 <Annotation Term="OData.LongDescription" String="This property shall contain properties that describe the PCIe errors associated with this device."/>
88 </ComplexType>
89
Ed Tanouscb103132019-10-08 11:34:22 -070090 <EnumType Name="PCIeTypes">
91 <Annotation Term="Redfish.Revisions">
92 <Collection>
93 <Record>
94 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
95 <PropertyValue Property="Version" String="v1_3_0"/>
96 </Record>
97 </Collection>
98 </Annotation>
99 <Member Name="Gen1">
100 <Annotation Term="OData.Description" String="A PCIe v1.0 slot."/>
101 </Member>
102 <Member Name="Gen2">
103 <Annotation Term="OData.Description" String="A PCIe v2.0 slot."/>
104 </Member>
105 <Member Name="Gen3">
106 <Annotation Term="OData.Description" String="A PCIe v3.0 slot."/>
107 </Member>
108 <Member Name="Gen4">
109 <Annotation Term="OData.Description" String="A PCIe v4.0 slot."/>
110 </Member>
111 <Member Name="Gen5">
112 <Annotation Term="OData.Description" String="A PCIe v5.0 slot."/>
113 </Member>
114 </EnumType>
115
116 </Schema>
117
118 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_0_0">
119 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
120 <Annotation Term="Redfish.Release" String="2016.2"/>
121
122 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.PCIeDevice">
123 <Property Name="Manufacturer" Type="Edm.String">
124 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
125 <Annotation Term="OData.Description" String="The manufacturer of this PCIe device."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500126 <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 -0700127 </Property>
128 <Property Name="Model" Type="Edm.String">
129 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
130 <Annotation Term="OData.Description" String="The model number for the PCIe device."/>
131 <Annotation Term="OData.LongDescription" String="This property shall contain the name by which the manufacturer generally refers to the PCIe device."/>
132 </Property>
133 <Property Name="SKU" Type="Edm.String">
134 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
135 <Annotation Term="OData.Description" String="The SKU for this PCIe device."/>
136 <Annotation Term="OData.LongDescription" String="This property shall contain the stock-keeping unit number for this PCIe device."/>
137 </Property>
138 <Property Name="SerialNumber" Type="Edm.String">
139 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
140 <Annotation Term="OData.Description" String="The serial number for this PCIe device."/>
141 <Annotation Term="OData.LongDescription" String="This property shall contain a manufacturer-allocated number that identifies the PCIe device."/>
142 </Property>
143 <Property Name="PartNumber" Type="Edm.String">
144 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
145 <Annotation Term="OData.Description" String="The part number for this PCIe device."/>
146 <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."/>
147 </Property>
148 <Property Name="AssetTag" Type="Edm.String">
149 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
150 <Annotation Term="OData.Description" String="The user-assigned asset tag for this PCIe device."/>
151 <Annotation Term="OData.LongDescription" String="This property shall contain an identifying string that tracks the PCIe device for inventory purposes."/>
152 </Property>
153
154 <Property Name="DeviceType" Type="PCIeDevice.v1_0_0.DeviceType" Nullable="false">
155 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
156 <Annotation Term="OData.Description" String="The device type for this PCIe device."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500157 <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 -0700158 </Property>
159 <Property Name="FirmwareVersion" Type="Edm.String">
160 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
161 <Annotation Term="OData.Description" String="The version of firmware for this PCIe device."/>
162 <Annotation Term="OData.LongDescription" String="This property shall contain the firmware version of the PCIe device."/>
163 </Property>
164
165 <Property Name="Status" Type="Resource.Status" Nullable="false">
Gunnar Mills10f270b2021-05-19 15:34:06 -0500166 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
167 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700168 </Property>
169 <Property Name="Links" Type="PCIeDevice.v1_0_0.Links" Nullable="false">
Gunnar Mills10f270b2021-05-19 15:34:06 -0500170 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
171 <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 -0700172 </Property>
173 </EntityType>
174
175 <ComplexType Name="Links" BaseType="Resource.Links">
Gunnar Mills10f270b2021-05-19 15:34:06 -0500176 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
177 <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 -0700178 <NavigationProperty Name="Chassis" Type="Collection(Chassis.Chassis)">
179 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
180 <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 -0500181 <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 -0700182 <Annotation Term="OData.AutoExpandReferences"/>
183 </NavigationProperty>
184 <NavigationProperty Name="PCIeFunctions" Type="Collection(PCIeFunction.PCIeFunction)">
185 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500186 <Annotation Term="OData.Description" String="An array of links to PCIe functions exposed by this device."/>
187 <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 -0700188 <Annotation Term="OData.AutoExpandReferences"/>
189 <Annotation Term="Redfish.Revisions">
190 <Collection>
191 <Record>
192 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
193 <PropertyValue Property="Version" String="v1_4_0"/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500194 <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 -0700195 </Record>
196 </Collection>
197 </Annotation>
198 </NavigationProperty>
199 </ComplexType>
200
201 <EnumType Name="DeviceType">
202 <Member Name="SingleFunction">
203 <Annotation Term="OData.Description" String="A single-function PCIe device."/>
204 </Member>
205 <Member Name="MultiFunction">
206 <Annotation Term="OData.Description" String="A multi-function PCIe device."/>
207 </Member>
208 <Member Name="Simulated">
209 <Annotation Term="OData.Description" String="A PCIe device that is not currently physically present, but is being simulated by the PCIe infrastructure."/>
210 </Member>
211 </EnumType>
212
213 </Schema>
214
215 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_0_1">
216 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
217 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
218 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_0_0.PCIeDevice"/>
219 </Schema>
220
221 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_0_2">
222 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
223 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
224 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_0_1.PCIeDevice"/>
225 </Schema>
226
227 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_0_3">
228 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
229 <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."/>
230 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_0_2.PCIeDevice"/>
231 </Schema>
232
233 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_0_4">
234 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
235 <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."/>
236 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_0_3.PCIeDevice"/>
237 </Schema>
238
239 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_0_5">
240 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
241 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
242 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_0_4.PCIeDevice"/>
243 </Schema>
244
Gunnar Mills10f270b2021-05-19 15:34:06 -0500245 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_0_6">
246 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
247 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
248 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_0_5.PCIeDevice"/>
249 </Schema>
250
Ed Tanouscb103132019-10-08 11:34:22 -0700251 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_1_0">
252 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
253 <Annotation Term="Redfish.Release" String="2017.1"/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500254
Ed Tanouscb103132019-10-08 11:34:22 -0700255 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_0_2.PCIeDevice">
256 <Property Name="Actions" Type="PCIeDevice.v1_1_0.Actions" Nullable="false">
Gunnar Mills10f270b2021-05-19 15:34:06 -0500257 <Annotation Term="OData.Description" String="The available actions for this resource."/>
258 <Annotation Term="OData.LongDescription" String="The actions property shall contain the available actions for this resource."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700259 </Property>
260 </EntityType>
261
262 <ComplexType Name="Actions">
263 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500264 <Annotation Term="OData.Description" String="The available actions for this resource."/>
265 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700266 <Property Name="Oem" Type="PCIeDevice.v1_1_0.OemActions" Nullable="false">
Gunnar Mills10f270b2021-05-19 15:34:06 -0500267 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
268 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700269 </Property>
270 </ComplexType>
271
272 <ComplexType Name="OemActions">
273 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500274 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
275 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700276 </ComplexType>
277 </Schema>
278
279 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_1_1">
280 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
281 <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."/>
282 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_1_0.PCIeDevice"/>
283 </Schema>
284
285 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_1_2">
286 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
287 <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."/>
288 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_1_1.PCIeDevice"/>
289 </Schema>
290
291 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_1_3">
292 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500293 <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 -0700294 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_1_2.PCIeDevice"/>
295 </Schema>
296
Gunnar Mills10f270b2021-05-19 15:34:06 -0500297 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_1_4">
298 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
299 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
300 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_1_3.PCIeDevice"/>
301 </Schema>
302
Ed Tanouscb103132019-10-08 11:34:22 -0700303 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_2_0">
304 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
305 <Annotation Term="Redfish.Release" String="2017.3"/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500306
Ed Tanouscb103132019-10-08 11:34:22 -0700307 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_1_0.PCIeDevice">
308 <NavigationProperty Name="Assembly" Type="Assembly.Assembly" Nullable="false">
309 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500310 <Annotation Term="OData.Description" String="The link to the assembly associated with this PCIe device."/>
311 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type Assembly."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700312 <Annotation Term="OData.AutoExpandReferences"/>
313 </NavigationProperty>
314 </EntityType>
315 </Schema>
316
317 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_2_1">
318 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
319 <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."/>
320 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_2_0.PCIeDevice"/>
321 </Schema>
322
323 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_2_2">
324 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
325 <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."/>
326 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_2_1.PCIeDevice"/>
327 </Schema>
328
329 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_2_3">
330 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
331 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
332 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_2_2.PCIeDevice"/>
333 </Schema>
334
Gunnar Mills10f270b2021-05-19 15:34:06 -0500335 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_2_4">
336 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
337 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
338 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_2_3.PCIeDevice"/>
339 </Schema>
340
Ed Tanouscb103132019-10-08 11:34:22 -0700341 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_3_0">
342 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
343 <Annotation Term="Redfish.Release" String="2018.2"/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500344
Ed Tanouscb103132019-10-08 11:34:22 -0700345 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_2_1.PCIeDevice">
346 <Property Name="PCIeInterface" Type="PCIeDevice.v1_3_0.PCIeInterface" Nullable="false">
347 <Annotation Term="OData.Description" String="The PCIe interface details for this PCIe device."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500348 <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 -0700349 </Property>
350 </EntityType>
351
352 <ComplexType Name="PCIeInterface" BaseType="PCIeDevice.PCIeInterface">
Gunnar Mills10f270b2021-05-19 15:34:06 -0500353 <Annotation Term="OData.Description" String="Properties that describe a PCIe interface."/>
354 <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 -0700355 <Property Name="Oem" Type="Resource.Oem" Nullable="false">
356 <Annotation Term="OData.Description" String="The OEM extension property."/>
357 <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."/>
358 </Property>
359 <Property Name="MaxPCIeType" Type="PCIeDevice.PCIeTypes">
360 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
361 <Annotation Term="OData.Description" String="The highest version of the PCIe specification supported by this device."/>
362 <Annotation Term="OData.LongDescription" String="This property shall contain the maximum PCIe specification that this device supports."/>
363 </Property>
364 <Property Name="PCIeType" Type="PCIeDevice.PCIeTypes">
365 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
366 <Annotation Term="OData.Description" String="The version of the PCIe specification in use by this device."/>
367 <Annotation Term="OData.LongDescription" String="This property shall contain the negotiated PCIe interface version in use by this device."/>
368 </Property>
369 <Property Name="MaxLanes" Type="Edm.Int64">
370 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
371 <Annotation Term="OData.Description" String="The number of PCIe lanes supported by this device."/>
372 <Annotation Term="OData.LongDescription" String="This property shall contain the maximum number of PCIe lanes supported by this device."/>
373 <Annotation Term="Validation.Maximum" Int="32"/>
374 </Property>
375 <Property Name="LanesInUse" Type="Edm.Int64">
376 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
377 <Annotation Term="OData.Description" String="The number of PCIe lanes in use by this device."/>
378 <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."/>
379 <Annotation Term="Validation.Maximum" Int="32"/>
380 </Property>
381 </ComplexType>
382 </Schema>
383
384 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_3_1">
385 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
386 <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."/>
387 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_3_0.PCIeDevice"/>
388 </Schema>
389
390 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_3_2">
391 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
392 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
393 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_3_1.PCIeDevice"/>
394 </Schema>
395
Gunnar Mills10f270b2021-05-19 15:34:06 -0500396 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_3_3">
397 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
398 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
399 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_3_2.PCIeDevice"/>
400 </Schema>
401
Ed Tanouscb103132019-10-08 11:34:22 -0700402 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_4_0">
403 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
404 <Annotation Term="Redfish.Release" String="2019.2"/>
405 <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 -0500406
Ed Tanouscb103132019-10-08 11:34:22 -0700407 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_3_2.PCIeDevice">
408 <NavigationProperty Name="PCIeFunctions" Type="PCIeFunctionCollection.PCIeFunctionCollection" ContainsTarget="true" Nullable="false">
409 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
410 <Annotation Term="OData.Description" String="The link to the collection of PCIe functions associated with this PCIe device."/>
411 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a Resource Collection of type PCIeFunctionCollection."/>
412 <Annotation Term="OData.AutoExpandReferences"/>
413 </NavigationProperty>
414 </EntityType>
415 </Schema>
416
Gunnar Mills10f270b2021-05-19 15:34:06 -0500417 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_4_1">
418 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
419 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
420 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_4_0.PCIeDevice"/>
421 </Schema>
422
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500423 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_5_0">
424 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
425 <Annotation Term="Redfish.Release" String="2020.3"/>
426
427 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_4_0.PCIeDevice">
428 <Property Name="UUID" Type="Resource.UUID">
429 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
430 <Annotation Term="OData.Description" String="The UUID for this PCIe device."/>
431 <Annotation Term="OData.LongDescription" String="This property shall contain the universal unique identifier number for this PCIe device."/>
432 </Property>
433 </EntityType>
434 </Schema>
435
Gunnar Mills10f270b2021-05-19 15:34:06 -0500436 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_5_1">
437 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
438 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
439 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_5_0.PCIeDevice"/>
440 </Schema>
441
Gunnar Mills262d7d42021-01-20 16:28:41 -0600442 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_6_0">
443 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
444 <Annotation Term="Redfish.Release" String="2020.4"/>
445
446 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_5_0.PCIeDevice">
447 <Property Name="SparePartNumber" Type="Edm.String">
448 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
449 <Annotation Term="OData.Description" String="The spare part number of the PCIe device."/>
450 <Annotation Term="OData.LongDescription" String="This property shall contain the spare part number of the PCIe device."/>
451 </Property>
452 </EntityType>
453 </Schema>
454
Gunnar Mills10f270b2021-05-19 15:34:06 -0500455 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_6_1">
456 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
457 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
458 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_6_0.PCIeDevice"/>
459 </Schema>
460
461 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_7_0">
462 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
463 <Annotation Term="Redfish.Release" String="2021.1"/>
464
465 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_6_1.PCIeDevice">
466 <Property Name="ReadyToRemove" Type="Edm.Boolean">
467 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
468 <Annotation Term="OData.Description" String="An indication of whether the PCIe device is prepared by the system for removal."/>
469 <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."/>
470 </Property>
471 <NavigationProperty Name="EnvironmentMetrics" Type="EnvironmentMetrics.EnvironmentMetrics" Nullable="false">
472 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
473 <Annotation Term="OData.Description" String="The link to the environment metrics for this PCIe device."/>
474 <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."/>
475 <Annotation Term="OData.AutoExpandReferences"/>
476 </NavigationProperty>
477 </EntityType>
478 </Schema>
479
Gunnar Mills60c922d2021-12-01 09:28:53 -0600480 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_8_0">
481 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
482 <Annotation Term="Redfish.Release" String="2021.3"/>
483
484 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_7_0.PCIeDevice"/>
485
486 <ComplexType Name="PCIeErrors" BaseType="PCIeDevice.PCIeErrors">
487 <Property Name="CorrectableErrorCount" Type="Edm.Int64">
488 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
489 <Annotation Term="OData.Description" String="The total number of the PCIe correctable errors for this device."/>
490 <Annotation Term="OData.LongDescription" String="This property shall contain the total number of the PCIe correctable errors for this device."/>
491 </Property>
492 <Property Name="NonFatalErrorCount" Type="Edm.Int64">
493 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
494 <Annotation Term="OData.Description" String="The total number of the PCIe non-fatal errors for this device."/>
495 <Annotation Term="OData.LongDescription" String="This property shall contain the total number of the PCIe non-fatal errors for this device."/>
496 </Property>
497 <Property Name="FatalErrorCount" Type="Edm.Int64">
498 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
499 <Annotation Term="OData.Description" String="The total number of the PCIe fatal errors for this device."/>
500 <Annotation Term="OData.LongDescription" String="This property shall contain the total number of the PCIe fatal errors for this device."/>
501 </Property>
502 <Property Name="L0ToRecoveryCount" Type="Edm.Int64">
503 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
504 <Annotation Term="OData.Description" String="The total number of times the PCIe link states transitioned from L0 to the recovery state for this device."/>
505 <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."/>
506 </Property>
507 <Property Name="ReplayCount" Type="Edm.Int64">
508 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
509 <Annotation Term="OData.Description" String="The total number of the PCIe replays issued by this device."/>
510 <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."/>
511 </Property>
512 <Property Name="ReplayRolloverCount" Type="Edm.Int64">
513 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
514 <Annotation Term="OData.Description" String="The total number of the PCIe replay rollovers issued by this device."/>
515 <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."/>
516 </Property>
517 <Property Name="NAKSentCount" Type="Edm.Int64">
518 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
519 <Annotation Term="OData.Description" String="The total number of NAKs issued on the PCIe link by this device."/>
520 <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."/>
521 </Property>
522 <Property Name="NAKReceivedCount" Type="Edm.Int64">
523 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
524 <Annotation Term="OData.Description" String="The total number of NAKs issued on the PCIe link by the receiver."/>
525 <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."/>
526 </Property>
527 </ComplexType>
528 </Schema>
529
Ed Tanouscb103132019-10-08 11:34:22 -0700530 </edmx:DataServices>
531</edmx:Edmx>