blob: 2dbc2d760a62b93be957f7a0bde0b3146190f940 [file] [log] [blame]
Ed Tanouscb103132019-10-08 11:34:22 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
Gunnar Mills10f270b2021-05-19 15:34:06 -05004<!--# Redfish Schema: PCIeDevice v1.7.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
84 <EnumType Name="PCIeTypes">
85 <Annotation Term="Redfish.Revisions">
86 <Collection>
87 <Record>
88 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
89 <PropertyValue Property="Version" String="v1_3_0"/>
90 </Record>
91 </Collection>
92 </Annotation>
93 <Member Name="Gen1">
94 <Annotation Term="OData.Description" String="A PCIe v1.0 slot."/>
95 </Member>
96 <Member Name="Gen2">
97 <Annotation Term="OData.Description" String="A PCIe v2.0 slot."/>
98 </Member>
99 <Member Name="Gen3">
100 <Annotation Term="OData.Description" String="A PCIe v3.0 slot."/>
101 </Member>
102 <Member Name="Gen4">
103 <Annotation Term="OData.Description" String="A PCIe v4.0 slot."/>
104 </Member>
105 <Member Name="Gen5">
106 <Annotation Term="OData.Description" String="A PCIe v5.0 slot."/>
107 </Member>
108 </EnumType>
109
110 </Schema>
111
112 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_0_0">
113 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
114 <Annotation Term="Redfish.Release" String="2016.2"/>
115
116 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.PCIeDevice">
117 <Property Name="Manufacturer" Type="Edm.String">
118 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
119 <Annotation Term="OData.Description" String="The manufacturer of this PCIe device."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500120 <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 -0700121 </Property>
122 <Property Name="Model" Type="Edm.String">
123 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
124 <Annotation Term="OData.Description" String="The model number for the PCIe device."/>
125 <Annotation Term="OData.LongDescription" String="This property shall contain the name by which the manufacturer generally refers to the PCIe device."/>
126 </Property>
127 <Property Name="SKU" Type="Edm.String">
128 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
129 <Annotation Term="OData.Description" String="The SKU for this PCIe device."/>
130 <Annotation Term="OData.LongDescription" String="This property shall contain the stock-keeping unit number for this PCIe device."/>
131 </Property>
132 <Property Name="SerialNumber" Type="Edm.String">
133 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
134 <Annotation Term="OData.Description" String="The serial number for this PCIe device."/>
135 <Annotation Term="OData.LongDescription" String="This property shall contain a manufacturer-allocated number that identifies the PCIe device."/>
136 </Property>
137 <Property Name="PartNumber" Type="Edm.String">
138 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
139 <Annotation Term="OData.Description" String="The part number for this PCIe device."/>
140 <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."/>
141 </Property>
142 <Property Name="AssetTag" Type="Edm.String">
143 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
144 <Annotation Term="OData.Description" String="The user-assigned asset tag for this PCIe device."/>
145 <Annotation Term="OData.LongDescription" String="This property shall contain an identifying string that tracks the PCIe device for inventory purposes."/>
146 </Property>
147
148 <Property Name="DeviceType" Type="PCIeDevice.v1_0_0.DeviceType" Nullable="false">
149 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
150 <Annotation Term="OData.Description" String="The device type for this PCIe device."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500151 <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 -0700152 </Property>
153 <Property Name="FirmwareVersion" Type="Edm.String">
154 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
155 <Annotation Term="OData.Description" String="The version of firmware for this PCIe device."/>
156 <Annotation Term="OData.LongDescription" String="This property shall contain the firmware version of the PCIe device."/>
157 </Property>
158
159 <Property Name="Status" Type="Resource.Status" Nullable="false">
Gunnar Mills10f270b2021-05-19 15:34:06 -0500160 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
161 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700162 </Property>
163 <Property Name="Links" Type="PCIeDevice.v1_0_0.Links" Nullable="false">
Gunnar Mills10f270b2021-05-19 15:34:06 -0500164 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
165 <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 -0700166 </Property>
167 </EntityType>
168
169 <ComplexType Name="Links" BaseType="Resource.Links">
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 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 -0700172 <NavigationProperty Name="Chassis" Type="Collection(Chassis.Chassis)">
173 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
174 <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 -0500175 <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 -0700176 <Annotation Term="OData.AutoExpandReferences"/>
177 </NavigationProperty>
178 <NavigationProperty Name="PCIeFunctions" Type="Collection(PCIeFunction.PCIeFunction)">
179 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500180 <Annotation Term="OData.Description" String="An array of links to PCIe functions exposed by this device."/>
181 <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 -0700182 <Annotation Term="OData.AutoExpandReferences"/>
183 <Annotation Term="Redfish.Revisions">
184 <Collection>
185 <Record>
186 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
187 <PropertyValue Property="Version" String="v1_4_0"/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500188 <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 -0700189 </Record>
190 </Collection>
191 </Annotation>
192 </NavigationProperty>
193 </ComplexType>
194
195 <EnumType Name="DeviceType">
196 <Member Name="SingleFunction">
197 <Annotation Term="OData.Description" String="A single-function PCIe device."/>
198 </Member>
199 <Member Name="MultiFunction">
200 <Annotation Term="OData.Description" String="A multi-function PCIe device."/>
201 </Member>
202 <Member Name="Simulated">
203 <Annotation Term="OData.Description" String="A PCIe device that is not currently physically present, but is being simulated by the PCIe infrastructure."/>
204 </Member>
205 </EnumType>
206
207 </Schema>
208
209 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_0_1">
210 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
211 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
212 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_0_0.PCIeDevice"/>
213 </Schema>
214
215 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_0_2">
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_1.PCIeDevice"/>
219 </Schema>
220
221 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_0_3">
222 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
223 <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."/>
224 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_0_2.PCIeDevice"/>
225 </Schema>
226
227 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_0_4">
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 URI properties use the uri-reference format."/>
230 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_0_3.PCIeDevice"/>
231 </Schema>
232
233 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_0_5">
234 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
235 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
236 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_0_4.PCIeDevice"/>
237 </Schema>
238
Gunnar Mills10f270b2021-05-19 15:34:06 -0500239 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_0_6">
240 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
241 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
242 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_0_5.PCIeDevice"/>
243 </Schema>
244
Ed Tanouscb103132019-10-08 11:34:22 -0700245 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_1_0">
246 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
247 <Annotation Term="Redfish.Release" String="2017.1"/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500248
Ed Tanouscb103132019-10-08 11:34:22 -0700249 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_0_2.PCIeDevice">
250 <Property Name="Actions" Type="PCIeDevice.v1_1_0.Actions" Nullable="false">
Gunnar Mills10f270b2021-05-19 15:34:06 -0500251 <Annotation Term="OData.Description" String="The available actions for this resource."/>
252 <Annotation Term="OData.LongDescription" String="The actions property shall contain the available actions for this resource."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700253 </Property>
254 </EntityType>
255
256 <ComplexType Name="Actions">
257 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500258 <Annotation Term="OData.Description" String="The available actions for this resource."/>
259 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700260 <Property Name="Oem" Type="PCIeDevice.v1_1_0.OemActions" Nullable="false">
Gunnar Mills10f270b2021-05-19 15:34:06 -0500261 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
262 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700263 </Property>
264 </ComplexType>
265
266 <ComplexType Name="OemActions">
267 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500268 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
269 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700270 </ComplexType>
271 </Schema>
272
273 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_1_1">
274 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
275 <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."/>
276 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_1_0.PCIeDevice"/>
277 </Schema>
278
279 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_1_2">
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 URI properties use the uri-reference format."/>
282 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_1_1.PCIeDevice"/>
283 </Schema>
284
285 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_1_3">
286 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500287 <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 -0700288 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_1_2.PCIeDevice"/>
289 </Schema>
290
Gunnar Mills10f270b2021-05-19 15:34:06 -0500291 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_1_4">
292 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
293 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
294 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_1_3.PCIeDevice"/>
295 </Schema>
296
Ed Tanouscb103132019-10-08 11:34:22 -0700297 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_2_0">
298 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
299 <Annotation Term="Redfish.Release" String="2017.3"/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500300
Ed Tanouscb103132019-10-08 11:34:22 -0700301 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_1_0.PCIeDevice">
302 <NavigationProperty Name="Assembly" Type="Assembly.Assembly" Nullable="false">
303 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500304 <Annotation Term="OData.Description" String="The link to the assembly associated with this PCIe device."/>
305 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type Assembly."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700306 <Annotation Term="OData.AutoExpandReferences"/>
307 </NavigationProperty>
308 </EntityType>
309 </Schema>
310
311 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_2_1">
312 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
313 <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."/>
314 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_2_0.PCIeDevice"/>
315 </Schema>
316
317 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_2_2">
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 URI properties use the uri-reference format."/>
320 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_2_1.PCIeDevice"/>
321 </Schema>
322
323 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_2_3">
324 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
325 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
326 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_2_2.PCIeDevice"/>
327 </Schema>
328
Gunnar Mills10f270b2021-05-19 15:34:06 -0500329 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_2_4">
330 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
331 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
332 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_2_3.PCIeDevice"/>
333 </Schema>
334
Ed Tanouscb103132019-10-08 11:34:22 -0700335 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_3_0">
336 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
337 <Annotation Term="Redfish.Release" String="2018.2"/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500338
Ed Tanouscb103132019-10-08 11:34:22 -0700339 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_2_1.PCIeDevice">
340 <Property Name="PCIeInterface" Type="PCIeDevice.v1_3_0.PCIeInterface" Nullable="false">
341 <Annotation Term="OData.Description" String="The PCIe interface details for this PCIe device."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500342 <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 -0700343 </Property>
344 </EntityType>
345
346 <ComplexType Name="PCIeInterface" BaseType="PCIeDevice.PCIeInterface">
Gunnar Mills10f270b2021-05-19 15:34:06 -0500347 <Annotation Term="OData.Description" String="Properties that describe a PCIe interface."/>
348 <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 -0700349 <Property Name="Oem" Type="Resource.Oem" Nullable="false">
350 <Annotation Term="OData.Description" String="The OEM extension property."/>
351 <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."/>
352 </Property>
353 <Property Name="MaxPCIeType" Type="PCIeDevice.PCIeTypes">
354 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
355 <Annotation Term="OData.Description" String="The highest version of the PCIe specification supported by this device."/>
356 <Annotation Term="OData.LongDescription" String="This property shall contain the maximum PCIe specification that this device supports."/>
357 </Property>
358 <Property Name="PCIeType" Type="PCIeDevice.PCIeTypes">
359 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
360 <Annotation Term="OData.Description" String="The version of the PCIe specification in use by this device."/>
361 <Annotation Term="OData.LongDescription" String="This property shall contain the negotiated PCIe interface version in use by this device."/>
362 </Property>
363 <Property Name="MaxLanes" Type="Edm.Int64">
364 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
365 <Annotation Term="OData.Description" String="The number of PCIe lanes supported by this device."/>
366 <Annotation Term="OData.LongDescription" String="This property shall contain the maximum number of PCIe lanes supported by this device."/>
367 <Annotation Term="Validation.Maximum" Int="32"/>
368 </Property>
369 <Property Name="LanesInUse" Type="Edm.Int64">
370 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
371 <Annotation Term="OData.Description" String="The number of PCIe lanes in use by this device."/>
372 <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."/>
373 <Annotation Term="Validation.Maximum" Int="32"/>
374 </Property>
375 </ComplexType>
376 </Schema>
377
378 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_3_1">
379 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
380 <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."/>
381 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_3_0.PCIeDevice"/>
382 </Schema>
383
384 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_3_2">
385 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
386 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
387 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_3_1.PCIeDevice"/>
388 </Schema>
389
Gunnar Mills10f270b2021-05-19 15:34:06 -0500390 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_3_3">
391 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
392 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
393 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_3_2.PCIeDevice"/>
394 </Schema>
395
Ed Tanouscb103132019-10-08 11:34:22 -0700396 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_4_0">
397 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
398 <Annotation Term="Redfish.Release" String="2019.2"/>
399 <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 -0500400
Ed Tanouscb103132019-10-08 11:34:22 -0700401 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_3_2.PCIeDevice">
402 <NavigationProperty Name="PCIeFunctions" Type="PCIeFunctionCollection.PCIeFunctionCollection" ContainsTarget="true" Nullable="false">
403 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
404 <Annotation Term="OData.Description" String="The link to the collection of PCIe functions associated with this PCIe device."/>
405 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a Resource Collection of type PCIeFunctionCollection."/>
406 <Annotation Term="OData.AutoExpandReferences"/>
407 </NavigationProperty>
408 </EntityType>
409 </Schema>
410
Gunnar Mills10f270b2021-05-19 15:34:06 -0500411 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_4_1">
412 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
413 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
414 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_4_0.PCIeDevice"/>
415 </Schema>
416
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500417 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_5_0">
418 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
419 <Annotation Term="Redfish.Release" String="2020.3"/>
420
421 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_4_0.PCIeDevice">
422 <Property Name="UUID" Type="Resource.UUID">
423 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
424 <Annotation Term="OData.Description" String="The UUID for this PCIe device."/>
425 <Annotation Term="OData.LongDescription" String="This property shall contain the universal unique identifier number for this PCIe device."/>
426 </Property>
427 </EntityType>
428 </Schema>
429
Gunnar Mills10f270b2021-05-19 15:34:06 -0500430 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_5_1">
431 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
432 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
433 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_5_0.PCIeDevice"/>
434 </Schema>
435
Gunnar Mills262d7d42021-01-20 16:28:41 -0600436 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_6_0">
437 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
438 <Annotation Term="Redfish.Release" String="2020.4"/>
439
440 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_5_0.PCIeDevice">
441 <Property Name="SparePartNumber" Type="Edm.String">
442 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
443 <Annotation Term="OData.Description" String="The spare part number of the PCIe device."/>
444 <Annotation Term="OData.LongDescription" String="This property shall contain the spare part number of the PCIe device."/>
445 </Property>
446 </EntityType>
447 </Schema>
448
Gunnar Mills10f270b2021-05-19 15:34:06 -0500449 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_6_1">
450 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
451 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
452 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_6_0.PCIeDevice"/>
453 </Schema>
454
455 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeDevice.v1_7_0">
456 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
457 <Annotation Term="Redfish.Release" String="2021.1"/>
458
459 <EntityType Name="PCIeDevice" BaseType="PCIeDevice.v1_6_1.PCIeDevice">
460 <Property Name="ReadyToRemove" Type="Edm.Boolean">
461 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
462 <Annotation Term="OData.Description" String="An indication of whether the PCIe device is prepared by the system for removal."/>
463 <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."/>
464 </Property>
465 <NavigationProperty Name="EnvironmentMetrics" Type="EnvironmentMetrics.EnvironmentMetrics" Nullable="false">
466 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
467 <Annotation Term="OData.Description" String="The link to the environment metrics for this PCIe device."/>
468 <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."/>
469 <Annotation Term="OData.AutoExpandReferences"/>
470 </NavigationProperty>
471 </EntityType>
472 </Schema>
473
Ed Tanouscb103132019-10-08 11:34:22 -0700474 </edmx:DataServices>
475</edmx:Edmx>