1<?xml version="1.0" encoding="UTF-8"?> 2<!----> 3<!--################################################################################ --> 4<!--# Redfish Schema: PCIeSlots v1.6.0 --> 5<!--# --> 6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle, --> 7<!--# available at http://www.dmtf.org/standards/redfish --> 8<!--# Copyright 2014-2023 DMTF. --> 9<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright --> 10<!--################################################################################ --> 11<!----> 12<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0"> 13 14 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml"> 15 <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/> 16 </edmx:Reference> 17 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml"> 18 <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/> 19 </edmx:Reference> 20 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml"> 21 <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/> 22 <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/> 23 </edmx:Reference> 24 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml"> 25 <edmx:Include Namespace="Resource"/> 26 <edmx:Include Namespace="Resource.v1_0_0"/> 27 </edmx:Reference> 28 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PCIeDevice_v1.xml"> 29 <edmx:Include Namespace="PCIeDevice"/> 30 </edmx:Reference> 31 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Processor_v1.xml"> 32 <edmx:Include Namespace="Processor"/> 33 </edmx:Reference> 34 35 <edmx:DataServices> 36 37 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeSlots"> 38 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 39 40 <EntityType Name="PCIeSlots" BaseType="Resource.v1_0_0.Resource" Abstract="true"> 41 <Annotation Term="OData.Description" String="The PCIeSlots schema describes PCIe slot properties."/> 42 <Annotation Term="OData.LongDescription" String="This Resource shall represent a set of PCIe slot information for a Redfish implementation."/> 43 <Annotation Term="Capabilities.InsertRestrictions"> 44 <Record> 45 <PropertyValue Property="Insertable" Bool="false"/> 46 </Record> 47 </Annotation> 48 <Annotation Term="Capabilities.UpdateRestrictions"> 49 <Record> 50 <PropertyValue Property="Updatable" Bool="true"/> 51 </Record> 52 </Annotation> 53 <Annotation Term="Capabilities.DeleteRestrictions"> 54 <Record> 55 <PropertyValue Property="Deletable" Bool="false"/> 56 </Record> 57 </Annotation> 58 <Annotation Term="Redfish.Uris"> 59 <Collection> 60 <String>/redfish/v1/Chassis/{ChassisId}/PCIeSlots</String> 61 </Collection> 62 </Annotation> 63 <Annotation Term="Redfish.Revisions"> 64 <Collection> 65 <Record> 66 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> 67 <PropertyValue Property="Version" String="v1_6_0"/> 68 <PropertyValue Property="Description" String="This schema has been deprecated in favor of the PCIeDevice schema. Empty PCIe slots should be represented by PCIeDevice resources using the `Absent` value of the State property within Status."/> 69 </Record> 70 </Collection> 71 </Annotation> 72 </EntityType> 73 74 </Schema> 75 76 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeSlots.v1_0_0"> 77 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 78 <Annotation Term="Redfish.Release" String="2018.2"/> 79 80 <EntityType Name="PCIeSlots" BaseType="PCIeSlots.PCIeSlots"> 81 <Property Name="Slots" Type="Collection(PCIeSlots.v1_0_0.PCIeSlot)" Nullable="false"> 82 <Annotation Term="OData.Description" String="An array of PCI Slot information."/> 83 <Annotation Term="OData.LongDescription" String="This array shall contain an entry for each PCIe slot, including empty slots (with no device or card installed)."/> 84 </Property> 85 <Property Name="Actions" Type="PCIeSlots.v1_0_0.Actions" Nullable="false"> 86 <Annotation Term="OData.Description" String="The available actions for this Resource."/> 87 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this Resource."/> 88 </Property> 89 </EntityType> 90 91 <ComplexType Name="PCIeSlot"> 92 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 93 <Annotation Term="OData.Description" String="This type defines information for a PCIe slot."/> 94 <Annotation Term="OData.LongDescription" String="These properties shall contain the definition for a PCIe Slot for a Redfish implementation."/> 95 <Property Name="Oem" Type="Resource.Oem" Nullable="false"> 96 <Annotation Term="OData.Description" String="The OEM extension property."/> 97 <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."/> 98 </Property> 99 <Property Name="PCIeType" Type="PCIeDevice.PCIeTypes"> 100 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 101 <Annotation Term="OData.Description" String="The PCIe specification supported by this slot."/> 102 <Annotation Term="OData.LongDescription" String="This property shall contain the maximum PCIe specification that this slot supports."/> 103 </Property> 104 <Property Name="SlotType" Type="PCIeSlots.v1_0_0.SlotTypes"> 105 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 106 <Annotation Term="OData.Description" String="The PCIe slot type for this slot."/> 107 <Annotation Term="OData.LongDescription" String="This property shall contain the slot type as specified by the PCIe specification."/> 108 </Property> 109 <Property Name="Lanes" Type="Edm.Int64"> 110 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 111 <Annotation Term="OData.Description" String="The number of PCIe lanes supported by this slot."/> 112 <Annotation Term="OData.LongDescription" String="This property shall contain the maximum number of PCIe lanes supported by the slot."/> 113 <Annotation Term="Validation.Maximum" Int="32"/> 114 </Property> 115 <Property Name="Status" Type="Resource.Status" Nullable="false"> 116 <Annotation Term="OData.Description" String="The status and health of the Resource and its subordinate or dependent Resources."/> 117 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the Resource."/> 118 </Property> 119 <Property Name="Location" Type="Resource.Location" Nullable="false"> 120 <Annotation Term="OData.Description" String="The location of the PCIe slot."/> 121 <Annotation Term="OData.LongDescription" String="This property shall contain part location information, including a ServiceLabel of the associated PCIe Slot."/> 122 </Property> 123 <Property Name="Links" Type="PCIeSlots.v1_0_0.PCIeLinks" Nullable="false"> 124 <Annotation Term="OData.Description" String="The links to other Resources that are related to this Resource."/> 125 <Annotation Term="OData.LongDescription" String="The Redfish Specification-described type shall contain links to Resources related to but not subordinate to this Resource."/> 126 </Property> 127 </ComplexType> 128 129 <ComplexType Name="PCIeLinks" BaseType="Resource.Links"> 130 <Annotation Term="OData.Description" String="The links to other Resources that are related to this Resource."/> 131 <Annotation Term="OData.LongDescription" String="The Redfish Specification-described type shall contain links to Resources related to but not subordinate to this Resource."/> 132 <NavigationProperty Name="PCIeDevice" Type="Collection(PCIeDevice.PCIeDevice)"> 133 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 134 <Annotation Term="OData.Description" String="An array of links to the PCIe devices contained in this slot."/> 135 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to the Resources of the PCIeDevice type with which this physical slot is associated. If the Status.State of this slot is `Absent`, this property shall not appear in the Resource."/> 136 <Annotation Term="OData.AutoExpandReferences"/> 137 </NavigationProperty> 138 </ComplexType> 139 140 <EnumType Name="SlotTypes"> 141 <Member Name="FullLength"> 142 <Annotation Term="OData.Description" String="Full-Length PCIe slot."/> 143 </Member> 144 <Member Name="HalfLength"> 145 <Annotation Term="OData.Description" String="Half-Length PCIe slot."/> 146 </Member> 147 <Member Name="LowProfile"> 148 <Annotation Term="OData.Description" String="Low-Profile or Slim PCIe slot."/> 149 </Member> 150 <Member Name="Mini"> 151 <Annotation Term="OData.Description" String="Mini PCIe slot."/> 152 </Member> 153 <Member Name="M2"> 154 <Annotation Term="OData.Description" String="PCIe M.2 slot."/> 155 </Member> 156 <Member Name="OEM"> 157 <Annotation Term="OData.Description" String="An OEM-specific slot."/> 158 </Member> 159 <Member Name="OCP3Small"> 160 <Annotation Term="OData.Description" String="Open Compute Project 3.0 small form factor slot."/> 161 <Annotation Term="Redfish.Revisions"> 162 <Collection> 163 <Record> 164 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 165 <PropertyValue Property="Version" String="v1_2_0"/> 166 </Record> 167 </Collection> 168 </Annotation> 169 </Member> 170 <Member Name="OCP3Large"> 171 <Annotation Term="OData.Description" String="Open Compute Project 3.0 large form factor slot."/> 172 <Annotation Term="Redfish.Revisions"> 173 <Collection> 174 <Record> 175 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 176 <PropertyValue Property="Version" String="v1_2_0"/> 177 </Record> 178 </Collection> 179 </Annotation> 180 </Member> 181 <Member Name="U2"> 182 <Annotation Term="OData.Description" String="U.2 / SFF-8639 slot or bay."/> 183 <Annotation Term="Redfish.Revisions"> 184 <Collection> 185 <Record> 186 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 187 <PropertyValue Property="Version" String="v1_3_0"/> 188 </Record> 189 </Collection> 190 </Annotation> 191 </Member> 192 </EnumType> 193 194 <ComplexType Name="Actions"> 195 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 196 <Annotation Term="OData.Description" String="The available actions for this Resource."/> 197 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this Resource."/> 198 <Property Name="Oem" Type="PCIeSlots.v1_0_0.OemActions" Nullable="false"> 199 <Annotation Term="OData.Description" String="The available OEM-specific actions for this Resource."/> 200 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this Resource."/> 201 </Property> 202 </ComplexType> 203 204 <ComplexType Name="OemActions"> 205 <Annotation Term="OData.AdditionalProperties" Bool="true"/> 206 <Annotation Term="OData.Description" String="The available OEM-specific actions for this Resource."/> 207 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this Resource."/> 208 </ComplexType> 209 </Schema> 210 211 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeSlots.v1_0_1"> 212 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 213 <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 Links and Slots to disallow them from being `null`."/> 214 <EntityType Name="PCIeSlots" BaseType="PCIeSlots.v1_0_0.PCIeSlots"/> 215 </Schema> 216 217 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeSlots.v1_0_2"> 218 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 219 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> 220 <EntityType Name="PCIeSlots" BaseType="PCIeSlots.v1_0_1.PCIeSlots"/> 221 </Schema> 222 223 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeSlots.v1_0_3"> 224 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 225 <Annotation Term="OData.Description" String="This version was created to correct typographic errors in the Location description."/> 226 <EntityType Name="PCIeSlots" BaseType="PCIeSlots.v1_0_2.PCIeSlots"/> 227 </Schema> 228 229 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeSlots.v1_1_0"> 230 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 231 <Annotation Term="Redfish.Release" String="2019.1"/> 232 233 <EntityType Name="PCIeSlots" BaseType="PCIeSlots.v1_0_1.PCIeSlots"/> 234 <ComplexType Name="PCIeSlot" BaseType="PCIeSlots.v1_0_0.PCIeSlot"> 235 <Property Name="HotPluggable" Type="Edm.Boolean"> 236 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 237 <Annotation Term="OData.Description" String="An indication of whether this PCIe slot supports hotplug."/> 238 <Annotation Term="OData.LongDescription" String="This property shall contain indicating whether this PCIe slot supports hotplug."/> 239 </Property> 240 </ComplexType> 241 </Schema> 242 243 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeSlots.v1_1_1"> 244 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 245 <Annotation Term="OData.Description" String="This version was created to correct the parent namespace of HotPluggable property from PCIeSlots to PCIeSlot. It was also created to update descriptions that this schema defines."/> 246 <EntityType Name="PCIeSlots" BaseType="PCIeSlots.v1_1_0.PCIeSlots"/> 247 </Schema> 248 249 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeSlots.v1_1_2"> 250 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 251 <Annotation Term="OData.Description" String="This version was created to correct typographic errors in the Location description."/> 252 <EntityType Name="PCIeSlots" BaseType="PCIeSlots.v1_1_1.PCIeSlots"/> 253 </Schema> 254 255 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeSlots.v1_2_0"> 256 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 257 <Annotation Term="Redfish.Release" String="2019.4"/> 258 <Annotation Term="OData.Description" String="This version was created to add the Open Compute Project 3.0 form factors to PCIe SlotType."/> 259 <EntityType Name="PCIeSlots" BaseType="PCIeSlots.v1_1_2.PCIeSlots"/> 260 </Schema> 261 262 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeSlots.v1_3_0"> 263 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 264 <Annotation Term="Redfish.Release" String="2020.1"/> 265 <Annotation Term="OData.Description" String="This version was created to add the U.2 form factor to PCIe SlotType."/> 266 <EntityType Name="PCIeSlots" BaseType="PCIeSlots.v1_2_0.PCIeSlots"/> 267 </Schema> 268 269 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeSlots.v1_4_0"> 270 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 271 <Annotation Term="Redfish.Release" String="2020.3"/> 272 <Annotation Term="OData.Description" String="This version was created to add the LocationIndicatorActive property, but the property was incorrectly defined at the root of the resource rather than part of the PCIeSlot array. The definition for LocationIndicatorActive was corrected in v1_4_1."/> 273 274 <EntityType Name="PCIeSlots" BaseType="PCIeSlots.v1_3_0.PCIeSlots"/> 275 276 <ComplexType Name="PCIeSlot" BaseType="PCIeSlots.v1_1_0.PCIeSlot"> 277 <Property Name="LocationIndicatorActive" Type="Edm.Boolean"> 278 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 279 <Annotation Term="OData.Description" String="An indicator allowing an operator to physically locate this resource."/> 280 <Annotation Term="OData.LongDescription" String="This property shall contain the state of the indicator used to physically identify or locate this resource. A write to this property shall update the value of IndicatorLED in this resource, if supported, to reflect the implementation of the locating function."/> 281 </Property> 282 </ComplexType> 283 </Schema> 284 285 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeSlots.v1_4_1"> 286 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 287 <Annotation Term="OData.Description" String="This version was created to correct the definition of the LocationIndicatorActive property."/> 288 <EntityType Name="PCIeSlots" BaseType="PCIeSlots.v1_4_0.PCIeSlots"/> 289 </Schema> 290 291 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeSlots.v1_5_0"> 292 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 293 <Annotation Term="Redfish.Release" String="2021.3"/> 294 295 <EntityType Name="PCIeSlots" BaseType="PCIeSlots.v1_4_1.PCIeSlots"/> 296 297 <ComplexType Name="PCIeLinks" BaseType="PCIeSlots.v1_0_0.PCIeLinks"> 298 <NavigationProperty Name="Processors" Type="Collection(Processor.Processor)"> 299 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 300 <Annotation Term="OData.Description" String="An array of links to the processors that are directly connected or directly bridged to this PCIe slot."/> 301 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type Processor that represent processors that are directly connected or directly bridged to this PCIe slot."/> 302 <Annotation Term="OData.AutoExpandReferences"/> 303 </NavigationProperty> 304 </ComplexType> 305 </Schema> 306 307 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PCIeSlots.v1_6_0"> 308 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 309 <Annotation Term="OData.Description" String="This version was created to deprecate the schema."/> 310 <Annotation Term="Redfish.Release" String="2023.2"/> 311 312 <EntityType Name="PCIeSlots" BaseType="PCIeSlots.v1_5_0.PCIeSlots"/> 313 </Schema> 314 315 </edmx:DataServices> 316</edmx:Edmx> 317