1<?xml version="1.0" encoding="UTF-8"?> 2<!----> 3<!--################################################################################ --> 4<!--# Redfish Schema: SoftwareInventory v1.12.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-2025 DMTF. --> 9<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright --> 10<!--################################################################################ --> 11<!----> 12<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0"> 13 14 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml"> 15 <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/> 16 </edmx:Reference> 17 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml"> 18 <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/> 19 </edmx:Reference> 20 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml"> 21 <edmx:Include Namespace="Resource"/> 22 <edmx:Include Namespace="Resource.v1_0_0"/> 23 </edmx:Reference> 24 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml"> 25 <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/> 26 <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/> 27 </edmx:Reference> 28 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PhysicalContext_v1.xml"> 29 <edmx:Include Namespace="PhysicalContext"/> 30 </edmx:Reference> 31 32 <edmx:DataServices> 33 34 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory"> 35 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 36 <Annotation Term="Redfish.Language" String="en"/> 37 38 <EntityType Name="SoftwareInventory" BaseType="Resource.v1_0_0.Resource" Abstract="true"> 39 <Annotation Term="OData.Description" String="The `SoftwareInventory` schema contains an inventory of software components. This can include software components such as BIOS, BMC firmware, firmware for other devices, system drivers, or provider software."/> 40 <Annotation Term="OData.LongDescription" String="This resource contains a single software component that this Redfish service manages."/> 41 <Annotation Term="Capabilities.InsertRestrictions"> 42 <Record> 43 <PropertyValue Property="Insertable" Bool="false"/> 44 </Record> 45 </Annotation> 46 <Annotation Term="Capabilities.UpdateRestrictions"> 47 <Record> 48 <PropertyValue Property="Updatable" Bool="true"/> 49 </Record> 50 </Annotation> 51 <Annotation Term="Capabilities.DeleteRestrictions"> 52 <Record> 53 <PropertyValue Property="Deletable" Bool="false"/> 54 </Record> 55 </Annotation> 56 <Annotation Term="Redfish.Uris"> 57 <Collection> 58 <String>/redfish/v1/UpdateService/SoftwareInventory/{SoftwareInventoryId}</String> 59 <String>/redfish/v1/UpdateService/FirmwareInventory/{SoftwareInventoryId}</String> 60 </Collection> 61 </Annotation> 62 </EntityType> 63 64 <ComplexType Name="MeasurementBlock" Abstract="true"> 65 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 66 <Annotation Term="OData.Description" String="The DSP0274-defined measurement block information."/> 67 <Annotation Term="OData.LongDescription" String="This type shall describe a DSP0274-defined measurement block."/> 68 </ComplexType> 69 70 <ComplexType Name="AdditionalVersions" Abstract="true"> 71 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 72 <Annotation Term="OData.Description" String="Additional versions."/> 73 <Annotation Term="OData.LongDescription" String="This type shall contain additional versions."/> 74 </ComplexType> 75 76 <Action Name="Activate" IsBound="true"> 77 <Annotation Term="OData.Description" String="This action activates this software inventory instance."/> 78 <Annotation Term="OData.LongDescription" String="This action shall activate this software inventory instance."/> 79 <Parameter Name="SoftwareInventory" Type="SoftwareInventory.v1_0_0.Actions"/> 80 <Parameter Name="Targets" Type="Collection(Resource.Item)"> 81 <Annotation Term="OData.Description" String="The target devices to activate this software image. If not specified, the service activates this software image on all applicable devices."/> 82 <Annotation Term="OData.LongDescription" String="This parameter shall contain an array of target devices to activate this software image. If not specified, the service shall activate this software image on all applicable devices."/> 83 </Parameter> 84 <Annotation Term="Redfish.Revisions"> 85 <Collection> 86 <Record> 87 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 88 <PropertyValue Property="Version" String="v1_12_0"/> 89 </Record> 90 </Collection> 91 </Annotation> 92 </Action> 93 </Schema> 94 95 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_0_0"> 96 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 97 <Annotation Term="Redfish.Release" String="2016.2"/> 98 99 <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.SoftwareInventory"> 100 <Property Name="Status" Type="Resource.Status" Nullable="false"> 101 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/> 102 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/> 103 </Property> 104 <Property Name="Version" Type="Edm.String"> 105 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 106 <Annotation Term="OData.Description" String="The version of this software."/> 107 <Annotation Term="OData.LongDescription" String="This property shall contain the version of this software."/> 108 </Property> 109 <Property Name="Updateable" Type="Edm.Boolean"> 110 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 111 <Annotation Term="OData.Description" String="An indication of whether the update service can update this software."/> 112 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the update service can update this software. If `true`, the service can update this software. If `false`, the service cannot update this software and the software is for reporting purposes only."/> 113 </Property> 114 <Property Name="Actions" Type="SoftwareInventory.v1_0_0.Actions" Nullable="false"> 115 <Annotation Term="OData.Description" String="The available actions for this resource."/> 116 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/> 117 </Property> 118 </EntityType> 119 120 <ComplexType Name="Actions"> 121 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 122 <Annotation Term="OData.Description" String="The available actions for this resource."/> 123 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/> 124 <Property Name="Oem" Type="SoftwareInventory.v1_0_0.OemActions" Nullable="false"> 125 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 126 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/> 127 </Property> 128 </ComplexType> 129 130 <ComplexType Name="OemActions"> 131 <Annotation Term="OData.AdditionalProperties" Bool="true"/> 132 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 133 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/> 134 </ComplexType> 135 </Schema> 136 137 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_0_1"> 138 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 139 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/> 140 <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_0_0.SoftwareInventory"/> 141 </Schema> 142 143 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_0_2"> 144 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 145 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/> 146 <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_0_1.SoftwareInventory"/> 147 </Schema> 148 149 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_0_3"> 150 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 151 <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."/> 152 <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_0_2.SoftwareInventory"/> 153 </Schema> 154 155 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_0_4"> 156 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 157 <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."/> 158 <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_0_3.SoftwareInventory"/> 159 </Schema> 160 161 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_0_5"> 162 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 163 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> 164 <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_0_4.SoftwareInventory"/> 165 </Schema> 166 167 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_0_6"> 168 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 169 <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 170 <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_0_5.SoftwareInventory"/> 171 </Schema> 172 173 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_1_0"> 174 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 175 <Annotation Term="Redfish.Release" String="2016.3"/> 176 <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_0_1.SoftwareInventory"> 177 <Property Name="SoftwareId" Type="Edm.String" Nullable="false"> 178 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 179 <Annotation Term="OData.Description" String="The implementation-specific label that identifies this software."/> 180 <Annotation Term="OData.LongDescription" String="This property shall represent an implementation-specific label that identifies this software. This string correlates with a component repository or database."/> 181 </Property> 182 <Property Name="LowestSupportedVersion" Type="Edm.String"> 183 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 184 <Annotation Term="OData.Description" String="The lowest supported version of this software."/> 185 <Annotation Term="OData.LongDescription" String="This property shall represent the lowest supported version of this software. This string is formatted using the same format used for the `Version` property."/> 186 </Property> 187 <Property Name="UefiDevicePaths" Type="Collection(Edm.String)"> 188 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 189 <Annotation Term="OData.Description" String="The list of UEFI device paths of the components associated with this software inventory item."/> 190 <Annotation Term="OData.LongDescription" String="This property shall contain a list UEFI device paths of the components associated with this software inventory item. The UEFI device paths shall be formatted as defined by the UEFI Specification."/> 191 </Property> 192 <NavigationProperty Name="RelatedItem" Type="Collection(Resource.Item)"> 193 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 194 <Annotation Term="OData.Description" String="An array of links to resources or objects that represent devices to which this software inventory applies."/> 195 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources or objects that represent devices to which this software inventory applies."/> 196 <Annotation Term="OData.AutoExpandReferences"/> 197 </NavigationProperty> 198 </EntityType> 199 </Schema> 200 201 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_1_1"> 202 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 203 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/> 204 <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_1_0.SoftwareInventory"/> 205 </Schema> 206 207 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_1_2"> 208 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 209 <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."/> 210 <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_1_1.SoftwareInventory"/> 211 </Schema> 212 213 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_1_3"> 214 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 215 <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."/> 216 <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_1_2.SoftwareInventory"/> 217 </Schema> 218 219 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_1_4"> 220 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 221 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> 222 <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_1_3.SoftwareInventory"/> 223 </Schema> 224 225 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_1_5"> 226 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 227 <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 228 <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_1_4.SoftwareInventory"/> 229 </Schema> 230 231 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_2_0"> 232 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 233 <Annotation Term="Redfish.Release" String="2018.1"/> 234 235 <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_1_1.SoftwareInventory"> 236 <Property Name="Manufacturer" Type="Edm.String"> 237 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 238 <Annotation Term="OData.Description" String="The manufacturer or producer of this software."/> 239 <Annotation Term="OData.LongDescription" String="This property shall represent the name of the manufacturer or producer of this software."/> 240 </Property> 241 <Property Name="ReleaseDate" Type="Edm.DateTimeOffset"> 242 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 243 <Annotation Term="OData.Description" String="The release date of this software."/> 244 <Annotation Term="OData.LongDescription" String="This property shall contain the date of release or production for this software. If the time of day is unknown, the time of day portion of the property shall contain `00:00:00Z`."/> 245 </Property> 246 </EntityType> 247 </Schema> 248 249 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_2_1"> 250 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 251 <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. It also clarifies the time of day portion of the `ReleaseDate` property."/> 252 <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_2_0.SoftwareInventory"/> 253 </Schema> 254 255 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_2_2"> 256 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 257 <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."/> 258 <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_2_1.SoftwareInventory"/> 259 </Schema> 260 261 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_2_3"> 262 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 263 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> 264 <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_2_2.SoftwareInventory"/> 265 </Schema> 266 267 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_2_4"> 268 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 269 <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 270 <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_2_3.SoftwareInventory"/> 271 </Schema> 272 273 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_3_0"> 274 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 275 <Annotation Term="Redfish.Release" String="2020.1"/> 276 277 <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_2_3.SoftwareInventory"> 278 <Property Name="WriteProtected" Type="Edm.Boolean"> 279 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 280 <Annotation Term="OData.Description" String="Indicates if the software is write-protected."/> 281 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the software image can be overwritten, where a value `true` shall indicate that the software cannot be altered or overwritten."/> 282 </Property> 283 </EntityType> 284 </Schema> 285 286 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_3_1"> 287 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 288 <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 289 <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_3_0.SoftwareInventory"/> 290 </Schema> 291 292 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_4_0"> 293 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 294 <Annotation Term="Redfish.Release" String="2020.4"/> 295 296 <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_3_0.SoftwareInventory"> 297 <Property Name="Measurement" Type="SoftwareInventory.MeasurementBlock" Nullable="false"> 298 <Annotation Term="OData.Description" String="A DSP0274-defined measurement block."/> 299 <Annotation Term="OData.LongDescription" String="This property shall contain a DSP0274-defined measurement block."/> 300 <Annotation Term="Redfish.Revisions"> 301 <Collection> 302 <Record> 303 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> 304 <PropertyValue Property="Version" String="v1_6_0"/> 305 <PropertyValue Property="Description" String="This property has been deprecated in favor of the `ComponentIntegrity` resource."/> 306 </Record> 307 </Collection> 308 </Annotation> 309 </Property> 310 </EntityType> 311 312 <ComplexType Name="MeasurementBlock" BaseType="SoftwareInventory.MeasurementBlock"> 313 <Property Name="MeasurementSpecification" Type="Edm.Int64"> 314 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 315 <Annotation Term="OData.Description" String="The DSP0274-defined 'MeasurementSpecification' field of the measurement block."/> 316 <Annotation Term="OData.LongDescription" String="This property shall contain the value of the DSP0274-defined 'MeasurementSpecification' field of the measurement block."/> 317 </Property> 318 <Property Name="MeasurementSize" Type="Edm.Int64"> 319 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 320 <Annotation Term="OData.Description" String="The DSP0274-defined 'MeasurementSize' field of the measurement block."/> 321 <Annotation Term="OData.LongDescription" String="This property shall contain the value of the DSP0274-defined 'MeasurementSize' field of the measurement block."/> 322 </Property> 323 <Property Name="Measurement" Type="Edm.String"> 324 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 325 <Annotation Term="OData.Description" String="The hexadecimal string representation of the numeric value of the DSP0274-defined 'Measurement' field of the measurement block."/> 326 <Annotation Term="OData.LongDescription" String="This property shall contain the value of the hexadecimal string representation of the numeric value of the DSP0274-defined 'Measurement' field of the measurement block."/> 327 <Annotation Term="Validation.Pattern" String="^[0-9a-fA-F]+$"/> 328 </Property> 329 </ComplexType> 330 </Schema> 331 332 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_4_1"> 333 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 334 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 335 <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_4_0.SoftwareInventory"/> 336 </Schema> 337 338 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_4_2"> 339 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 340 <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 341 <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_4_1.SoftwareInventory"/> 342 </Schema> 343 344 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_5_0"> 345 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 346 <Annotation Term="Redfish.Release" String="2021.2"/> 347 348 <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_4_0.SoftwareInventory"/> 349 350 <ComplexType Name="MeasurementBlock" BaseType="SoftwareInventory.v1_4_0.MeasurementBlock"> 351 <Property Name="MeasurementIndex" Type="Edm.Int64"> 352 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 353 <Annotation Term="OData.Description" String="The DSP0274-defined 'Index' field of the measurement block."/> 354 <Annotation Term="OData.LongDescription" String="This property shall contain the value of the DSP0274-defined 'Index' field of the measurement block."/> 355 </Property> 356 </ComplexType> 357 </Schema> 358 359 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_5_1"> 360 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 361 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 362 <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_5_0.SoftwareInventory"/> 363 </Schema> 364 365 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_5_2"> 366 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 367 <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 368 <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_5_1.SoftwareInventory"/> 369 </Schema> 370 371 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_6_0"> 372 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 373 <Annotation Term="Redfish.Release" String="2021.4"/> 374 <Annotation Term="OData.Description" String="This version was created to deprecate Measurement in favor of measurement reporting in the `ComponentIntegrity` resource."/> 375 376 <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_5_0.SoftwareInventory"/> 377 </Schema> 378 379 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_6_1"> 380 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 381 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 382 <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_6_0.SoftwareInventory"/> 383 </Schema> 384 385 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_6_2"> 386 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 387 <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 388 <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_6_1.SoftwareInventory"/> 389 </Schema> 390 391 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_7_0"> 392 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 393 <Annotation Term="Redfish.Release" String="2022.1"/> 394 395 <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_6_0.SoftwareInventory"> 396 <Property Name="AdditionalVersions" Type="SoftwareInventory.v1_7_0.AdditionalVersions" Nullable="false"> 397 <Annotation Term="OData.Description" String="The additional versions of this software."/> 398 <Annotation Term="OData.LongDescription" String="This property shall contain the additional versions of this software."/> 399 </Property> 400 </EntityType> 401 402 <ComplexType Name="AdditionalVersions" BaseType="SoftwareInventory.AdditionalVersions"> 403 <Property Name="Bootloader" Type="Edm.String"> 404 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 405 <Annotation Term="OData.Description" String="The bootloader version contained in this software, such as U-Boot or UEFI."/> 406 <Annotation Term="OData.LongDescription" String="This property shall contain the bootloader version contained in this software."/> 407 </Property> 408 <Property Name="Microcode" Type="Edm.String"> 409 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 410 <Annotation Term="OData.Description" String="The microcode version contained in this software, such as processor microcode."/> 411 <Annotation Term="OData.LongDescription" String="This property shall contain the microcode version contained in this software."/> 412 </Property> 413 <Property Name="Kernel" Type="Edm.String"> 414 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 415 <Annotation Term="OData.Description" String="The kernel version contained in this software."/> 416 <Annotation Term="OData.LongDescription" String="This property shall contain the kernel version contained in this software. For strict POSIX software, the value shall contain the output of `uname -srm`. For Microsoft Windows, the value shall contain the output of `ver`, from Command Prompt."/> 417 </Property> 418 <Property Name="Oem" Type="Resource.Oem" Nullable="false"> 419 <Annotation Term="OData.Description" String="The OEM extension property."/> 420 <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."/> 421 </Property> 422 </ComplexType> 423 </Schema> 424 425 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_7_1"> 426 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 427 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 428 <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_7_0.SoftwareInventory"/> 429 </Schema> 430 431 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_7_2"> 432 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 433 <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 434 <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_7_1.SoftwareInventory"/> 435 </Schema> 436 437 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_8_0"> 438 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 439 <Annotation Term="Redfish.Release" String="2022.2"/> 440 441 <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_7_0.SoftwareInventory"/> 442 443 <ComplexType Name="AdditionalVersions" BaseType="SoftwareInventory.v1_7_0.AdditionalVersions"> 444 <Property Name="OSDistribution" Type="Edm.String"> 445 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 446 <Annotation Term="OData.Description" String="The operating system name of this software."/> 447 <Annotation Term="OData.LongDescription" String="This property shall contain the operating system name of this software."/> 448 </Property> 449 </ComplexType> 450 </Schema> 451 452 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_8_1"> 453 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 454 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 455 <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_8_0.SoftwareInventory"/> 456 </Schema> 457 458 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_8_2"> 459 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 460 <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 461 <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_8_1.SoftwareInventory"/> 462 </Schema> 463 464 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_9_0"> 465 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 466 <Annotation Term="Redfish.Release" String="2022.3"/> 467 468 <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_8_0.SoftwareInventory"> 469 <Property Name="VersionScheme" Type="SoftwareInventory.v1_9_0.VersionScheme"> 470 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 471 <Annotation Term="OData.Description" String="The format of the version."/> 472 <Annotation Term="OData.LongDescription" String="This property shall describe the scheme used to format the value of the `Version` property."/> 473 </Property> 474 </EntityType> 475 476 <EnumType Name="VersionScheme"> 477 <Member Name="SemVer"> 478 <Annotation Term="OData.Description" String="Version follows Semantic Versioning 2.0 rules."/> 479 <Annotation Term="OData.LongDescription" String="This value shall indicate that the value of the `Version` property conforms to the format and rules of the Semantic Version 2.0 specification, and may include pre-release or build metadata."/> 480 </Member> 481 <Member Name="DotIntegerNotation"> 482 <Annotation Term="OData.Description" String="Version formatted as dot-separated integers."/> 483 <Annotation Term="OData.LongDescription" String="This value shall indicate that the value of the `Version` property contains a sequence of integers separated by period (dot) characters, and shall follow the pattern `^\d+(\.\d+)*$`. Leading zeros in the sequence shall be ignored."/> 484 </Member> 485 <Member Name="OEM"> 486 <Annotation Term="OData.Description" String="Version follows OEM-defined format."/> 487 <Annotation Term="OData.LongDescription" String="This value shall indicate that the value of the `Version` property follows a format and rules as defined by the vendor or manufacturer."/> 488 </Member> 489 </EnumType> 490 </Schema> 491 492 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_9_1"> 493 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 494 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 495 <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_9_0.SoftwareInventory"/> 496 </Schema> 497 498 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_9_2"> 499 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 500 <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 501 <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_9_1.SoftwareInventory"/> 502 </Schema> 503 504 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_10_0"> 505 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 506 <Annotation Term="Redfish.Release" String="2023.2"/> 507 508 <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_9_0.SoftwareInventory"> 509 <Property Name="ReleaseType" Type="SoftwareInventory.v1_10_0.ReleaseType"> 510 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 511 <Annotation Term="OData.Description" String="The type of release."/> 512 <Annotation Term="OData.LongDescription" String="This property shall describe the type of release for the software."/> 513 </Property> 514 <Property Name="AssociatedPhysicalContext" Type="PhysicalContext.PhysicalContext" Nullable="false"> 515 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 516 <Annotation Term="OData.Description" String="The area or device to which the software applies. Used to distinguish when different parts of a device have different software components."/> 517 <Annotation Term="OData.LongDescription" String="This property shall contain a description of the physical context for the software inventory data."/> 518 </Property> 519 </EntityType> 520 521 <EnumType Name="ReleaseType"> 522 <Member Name="Production"> 523 <Annotation Term="OData.Description" String="This release is ready for use in production environments."/> 524 <Annotation Term="OData.LongDescription" String="This value shall indicate that the software is ready for use in production environments."/> 525 </Member> 526 <Member Name="Prototype"> 527 <Annotation Term="OData.Description" String="This release is intended for development or internal use."/> 528 <Annotation Term="OData.LongDescription" String="This value shall indicate that the software is designed for development or internal use."/> 529 </Member> 530 <Member Name="Other"> 531 <Annotation Term="OData.Description" String="The Redfish service does not have enough data to make a determination about this release."/> 532 <Annotation Term="OData.LongDescription" String="This value shall indicate that the Redfish service cannot determine if this release is validated or prototype."/> 533 </Member> 534 </EnumType> 535 </Schema> 536 537 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_10_1"> 538 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 539 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 540 <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_10_0.SoftwareInventory"/> 541 </Schema> 542 543 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_10_2"> 544 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 545 <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 546 <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_10_1.SoftwareInventory"/> 547 </Schema> 548 549 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_11_0"> 550 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 551 <Annotation Term="Redfish.Release" String="2025.1"/> 552 553 <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_10_2.SoftwareInventory"/> 554 555 <ComplexType Name="AdditionalVersions" BaseType="SoftwareInventory.v1_8_0.AdditionalVersions"> 556 <Property Name="FactoryConfiguration" Type="Edm.String"> 557 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 558 <Annotation Term="OData.Description" String="The version of the configuration that contains the factory default runtime configuration parameters of this software."/> 559 <Annotation Term="OData.LongDescription" String="This property shall contain the version of the configuration that contains the factory default runtime configuration parameters of this software."/> 560 </Property> 561 <Property Name="BootParameters" Type="Edm.String"> 562 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 563 <Annotation Term="OData.Description" String="The version of the configuration file that contains the initial boot parameters of this software, such as parameters for U-Boot."/> 564 <Annotation Term="OData.LongDescription" String="This property shall contain the version of the configuration file that contains the initial boot parameters of this software."/> 565 </Property> 566 </ComplexType> 567 </Schema> 568 569 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_12_0"> 570 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 571 <Annotation Term="Redfish.Release" String="2025.2"/> 572 <Annotation Term="OData.Description" String="This version was created to add the `Activate` action."/> 573 574 <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_11_0.SoftwareInventory"> 575 <Property Name="Active" Type="Edm.Boolean"> 576 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 577 <Annotation Term="OData.Description" String="This image is active on one or more devices."/> 578 <Annotation Term="OData.LongDescription" String="This property shall indicate that the software image is currently in use on one or more devices."/> 579 </Property> 580 <Property Name="Staged" Type="Edm.Boolean"> 581 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 582 <Annotation Term="OData.Description" String="This image is ready to be activated to one or more devices."/> 583 <Annotation Term="OData.LongDescription" String="This property shall indicate that the software image is ready to be activated to one or more devices."/> 584 </Property> 585 <Property Name="ResetRequiredOnUpdate" Type="Edm.Boolean"> 586 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 587 <Annotation Term="OData.Description" String="An indication of whether a reset is required to apply an update to this software."/> 588 <Annotation Term="OData.LongDescription" String="This property shall indicate whether a reset is required to apply an update to this software. If `true`, a reset is required and clients should expect a disruption in communication to targets utilizing this software while applying an update. If `false`, a reset is not required and communication can be maintained to targets utilizing this software throughout an update."/> 589 </Property> 590 <Property Name="Links" Type="SoftwareInventory.v1_12_0.Links" Nullable="false"> 591 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/> 592 <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."/> 593 </Property> 594 </EntityType> 595 596 <ComplexType Name="Links"> 597 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/> 598 <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."/> 599 <NavigationProperty Name="StagedTargets" Type="Collection(Resource.Item)"> 600 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 601 <Annotation Term="OData.Description" String="An array of devices where this software image is staged and ready to be activated."/> 602 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources or objects that represent the devices where this software image is staged and ready to be activated."/> 603 <Annotation Term="OData.AutoExpandReferences"/> 604 </NavigationProperty> 605 <NavigationProperty Name="ActiveTargets" Type="Collection(Resource.Item)"> 606 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 607 <Annotation Term="OData.Description" String="An array of devices where this software image is currently running."/> 608 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources or objects that represent the devices where this software image is currently running."/> 609 <Annotation Term="OData.AutoExpandReferences"/> 610 </NavigationProperty> 611 </ComplexType> 612 </Schema> 613 614 </edmx:DataServices> 615</edmx:Edmx> 616