1<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################       -->
4<!--# Redfish Schema:  SoftwareInventory v1.10.2                                           -->
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-2024 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    </Schema>
76
77    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_0_0">
78      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
79      <Annotation Term="Redfish.Release" String="2016.2"/>
80
81      <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.SoftwareInventory">
82        <Property Name="Status" Type="Resource.Status" Nullable="false">
83          <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
84          <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
85        </Property>
86        <Property Name="Version" Type="Edm.String">
87          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
88          <Annotation Term="OData.Description" String="The version of this software."/>
89          <Annotation Term="OData.LongDescription" String="This property shall contain the version of this software."/>
90        </Property>
91        <Property Name="Updateable" Type="Edm.Boolean">
92          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
93          <Annotation Term="OData.Description" String="An indication of whether the update service can update this software."/>
94          <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."/>
95        </Property>
96        <Property Name="Actions" Type="SoftwareInventory.v1_0_0.Actions" Nullable="false">
97          <Annotation Term="OData.Description" String="The available actions for this resource."/>
98          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
99        </Property>
100      </EntityType>
101
102      <ComplexType Name="Actions">
103        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
104        <Annotation Term="OData.Description" String="The available actions for this resource."/>
105        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
106        <Property Name="Oem" Type="SoftwareInventory.v1_0_0.OemActions" Nullable="false">
107          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
108          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
109        </Property>
110      </ComplexType>
111
112      <ComplexType Name="OemActions">
113        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
114        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
115        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
116      </ComplexType>
117    </Schema>
118
119    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_0_1">
120      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
121      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
122      <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_0_0.SoftwareInventory"/>
123    </Schema>
124
125    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_0_2">
126      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
127      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
128      <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_0_1.SoftwareInventory"/>
129    </Schema>
130
131    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_0_3">
132      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
133      <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."/>
134      <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_0_2.SoftwareInventory"/>
135    </Schema>
136
137    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_0_4">
138      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
139      <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."/>
140      <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_0_3.SoftwareInventory"/>
141    </Schema>
142
143    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_0_5">
144      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
145      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
146      <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_0_4.SoftwareInventory"/>
147    </Schema>
148
149    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_0_6">
150      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
151      <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."/>
152      <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_0_5.SoftwareInventory"/>
153    </Schema>
154
155    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_1_0">
156      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
157      <Annotation Term="Redfish.Release" String="2016.3"/>
158      <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_0_1.SoftwareInventory">
159        <Property Name="SoftwareId" Type="Edm.String" Nullable="false">
160          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
161          <Annotation Term="OData.Description" String="The implementation-specific label that identifies this software."/>
162          <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."/>
163        </Property>
164        <Property Name="LowestSupportedVersion" Type="Edm.String">
165          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
166          <Annotation Term="OData.Description" String="The lowest supported version of this software."/>
167          <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."/>
168        </Property>
169        <Property Name="UefiDevicePaths" Type="Collection(Edm.String)">
170          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
171          <Annotation Term="OData.Description" String="The list of UEFI device paths of the components associated with this software inventory item."/>
172          <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."/>
173        </Property>
174        <NavigationProperty Name="RelatedItem" Type="Collection(Resource.Item)">
175          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
176          <Annotation Term="OData.Description" String="An array of links to resources or objects that represent devices to which this software inventory applies."/>
177          <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."/>
178          <Annotation Term="OData.AutoExpandReferences"/>
179        </NavigationProperty>
180      </EntityType>
181    </Schema>
182
183    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_1_1">
184      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
185      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
186      <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_1_0.SoftwareInventory"/>
187    </Schema>
188
189    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_1_2">
190      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
191      <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."/>
192      <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_1_1.SoftwareInventory"/>
193    </Schema>
194
195    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_1_3">
196      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
197      <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."/>
198      <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_1_2.SoftwareInventory"/>
199    </Schema>
200
201    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_1_4">
202      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
203      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
204      <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_1_3.SoftwareInventory"/>
205    </Schema>
206
207    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_1_5">
208      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
209      <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."/>
210      <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_1_4.SoftwareInventory"/>
211    </Schema>
212
213    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_2_0">
214      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
215      <Annotation Term="Redfish.Release" String="2018.1"/>
216
217      <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_1_1.SoftwareInventory">
218        <Property Name="Manufacturer" Type="Edm.String">
219          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
220          <Annotation Term="OData.Description" String="The manufacturer or producer of this software."/>
221          <Annotation Term="OData.LongDescription" String="This property shall represent the name of the manufacturer or producer of this software."/>
222        </Property>
223        <Property Name="ReleaseDate" Type="Edm.DateTimeOffset">
224          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
225          <Annotation Term="OData.Description" String="The release date of this software."/>
226          <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`."/>
227        </Property>
228      </EntityType>
229    </Schema>
230
231    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_2_1">
232      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
233      <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."/>
234      <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_2_0.SoftwareInventory"/>
235    </Schema>
236
237    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_2_2">
238      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
239      <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."/>
240      <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_2_1.SoftwareInventory"/>
241    </Schema>
242
243    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_2_3">
244      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
245      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
246      <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_2_2.SoftwareInventory"/>
247    </Schema>
248
249    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_2_4">
250      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
251      <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."/>
252      <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_2_3.SoftwareInventory"/>
253    </Schema>
254
255    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_3_0">
256      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
257      <Annotation Term="Redfish.Release" String="2020.1"/>
258
259      <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_2_3.SoftwareInventory">
260        <Property Name="WriteProtected" Type="Edm.Boolean">
261          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
262          <Annotation Term="OData.Description" String="Indicates if the software is write-protected."/>
263          <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."/>
264        </Property>
265      </EntityType>
266    </Schema>
267
268    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_3_1">
269      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
270      <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."/>
271      <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_3_0.SoftwareInventory"/>
272    </Schema>
273
274    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_4_0">
275      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
276      <Annotation Term="Redfish.Release" String="2020.4"/>
277
278      <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_3_0.SoftwareInventory">
279        <Property Name="Measurement" Type="SoftwareInventory.MeasurementBlock" Nullable="false">
280          <Annotation Term="OData.Description" String="A DSP0274-defined measurement block."/>
281          <Annotation Term="OData.LongDescription" String="This property shall contain a DSP0274-defined measurement block."/>
282          <Annotation Term="Redfish.Revisions">
283            <Collection>
284              <Record>
285                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
286                <PropertyValue Property="Version" String="v1_6_0"/>
287                <PropertyValue Property="Description" String="This property has been deprecated in favor of the `ComponentIntegrity` resource."/>
288              </Record>
289            </Collection>
290          </Annotation>
291        </Property>
292      </EntityType>
293
294      <ComplexType Name="MeasurementBlock" BaseType="SoftwareInventory.MeasurementBlock">
295        <Property Name="MeasurementSpecification" Type="Edm.Int64">
296          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
297          <Annotation Term="OData.Description" String="The DSP0274-defined 'MeasurementSpecification' field of the measurement block."/>
298          <Annotation Term="OData.LongDescription" String="This property shall contain the value of the DSP0274-defined 'MeasurementSpecification' field of the measurement block."/>
299        </Property>
300        <Property Name="MeasurementSize" Type="Edm.Int64">
301          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
302          <Annotation Term="OData.Description" String="The DSP0274-defined 'MeasurementSize' field of the measurement block."/>
303          <Annotation Term="OData.LongDescription" String="This property shall contain the value of the DSP0274-defined 'MeasurementSize' field of the measurement block."/>
304        </Property>
305        <Property Name="Measurement" Type="Edm.String">
306          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
307          <Annotation Term="OData.Description" String="The hexadecimal string representation of the numeric value of the DSP0274-defined 'Measurement' field of the measurement block."/>
308          <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."/>
309          <Annotation Term="Validation.Pattern" String="^[0-9a-fA-F]+$"/>
310        </Property>
311      </ComplexType>
312    </Schema>
313
314    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_4_1">
315      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
316      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
317      <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_4_0.SoftwareInventory"/>
318    </Schema>
319
320    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_4_2">
321      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
322      <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."/>
323      <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_4_1.SoftwareInventory"/>
324    </Schema>
325
326    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_5_0">
327      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
328      <Annotation Term="Redfish.Release" String="2021.2"/>
329
330      <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_4_0.SoftwareInventory"/>
331
332      <ComplexType Name="MeasurementBlock" BaseType="SoftwareInventory.v1_4_0.MeasurementBlock">
333        <Property Name="MeasurementIndex" Type="Edm.Int64">
334          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
335          <Annotation Term="OData.Description" String="The DSP0274-defined 'Index' field of the measurement block."/>
336          <Annotation Term="OData.LongDescription" String="This property shall contain the value of the DSP0274-defined 'Index' field of the measurement block."/>
337        </Property>
338      </ComplexType>
339    </Schema>
340
341    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_5_1">
342      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
343      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
344      <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_5_0.SoftwareInventory"/>
345    </Schema>
346
347    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_5_2">
348      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
349      <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."/>
350      <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_5_1.SoftwareInventory"/>
351    </Schema>
352
353    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_6_0">
354      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
355      <Annotation Term="Redfish.Release" String="2021.4"/>
356      <Annotation Term="OData.Description" String="This version was created to deprecate Measurement in favor of measurement reporting in the `ComponentIntegrity` resource."/>
357
358      <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_5_0.SoftwareInventory"/>
359    </Schema>
360
361    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_6_1">
362      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
363      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
364      <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_6_0.SoftwareInventory"/>
365    </Schema>
366
367    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_6_2">
368      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
369      <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."/>
370      <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_6_1.SoftwareInventory"/>
371    </Schema>
372
373    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_7_0">
374      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
375      <Annotation Term="Redfish.Release" String="2022.1"/>
376
377      <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_6_0.SoftwareInventory">
378        <Property Name="AdditionalVersions" Type="SoftwareInventory.v1_7_0.AdditionalVersions" Nullable="false">
379          <Annotation Term="OData.Description" String="The additional versions of this software."/>
380          <Annotation Term="OData.LongDescription" String="This property shall contain the additional versions of this software."/>
381        </Property>
382      </EntityType>
383
384      <ComplexType Name="AdditionalVersions" BaseType="SoftwareInventory.AdditionalVersions">
385        <Property Name="Bootloader" Type="Edm.String">
386          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
387          <Annotation Term="OData.Description" String="The bootloader version contained in this software, such as U-Boot or UEFI."/>
388          <Annotation Term="OData.LongDescription" String="This property shall contain the bootloader version contained in this software."/>
389        </Property>
390        <Property Name="Microcode" Type="Edm.String">
391          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
392          <Annotation Term="OData.Description" String="The microcode version contained in this software, such as processor microcode."/>
393          <Annotation Term="OData.LongDescription" String="This property shall contain the microcode version contained in this software."/>
394        </Property>
395        <Property Name="Kernel" Type="Edm.String">
396          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
397          <Annotation Term="OData.Description" String="The kernel version contained in this software."/>
398          <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."/>
399        </Property>
400        <Property Name="Oem" Type="Resource.Oem" Nullable="false">
401          <Annotation Term="OData.Description" String="The OEM extension property."/>
402          <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."/>
403        </Property>
404      </ComplexType>
405    </Schema>
406
407    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_7_1">
408      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
409      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
410      <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_7_0.SoftwareInventory"/>
411    </Schema>
412
413    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_7_2">
414      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
415      <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."/>
416      <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_7_1.SoftwareInventory"/>
417    </Schema>
418
419    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_8_0">
420      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
421      <Annotation Term="Redfish.Release" String="2022.2"/>
422
423      <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_7_0.SoftwareInventory"/>
424
425      <ComplexType Name="AdditionalVersions" BaseType="SoftwareInventory.v1_7_0.AdditionalVersions">
426        <Property Name="OSDistribution" Type="Edm.String">
427          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
428          <Annotation Term="OData.Description" String="The operating system name of this software."/>
429          <Annotation Term="OData.LongDescription" String="This property shall contain the operating system name of this software."/>
430        </Property>
431      </ComplexType>
432    </Schema>
433
434    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_8_1">
435      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
436      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
437      <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_8_0.SoftwareInventory"/>
438    </Schema>
439
440    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_8_2">
441      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
442      <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."/>
443      <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_8_1.SoftwareInventory"/>
444    </Schema>
445
446    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_9_0">
447      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
448      <Annotation Term="Redfish.Release" String="2022.3"/>
449
450      <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_8_0.SoftwareInventory">
451        <Property Name="VersionScheme" Type="SoftwareInventory.v1_9_0.VersionScheme">
452          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
453          <Annotation Term="OData.Description" String="The format of the version."/>
454          <Annotation Term="OData.LongDescription" String="This property shall describe the scheme used to format the value of the `Version` property."/>
455        </Property>
456      </EntityType>
457
458      <EnumType Name="VersionScheme">
459        <Member Name="SemVer">
460          <Annotation Term="OData.Description" String="Version follows Semantic Versioning 2.0 rules."/>
461          <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."/>
462        </Member>
463        <Member Name="DotIntegerNotation">
464          <Annotation Term="OData.Description" String="Version formatted as dot-separated integers."/>
465          <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."/>
466        </Member>
467        <Member Name="OEM">
468          <Annotation Term="OData.Description" String="Version follows OEM-defined format."/>
469          <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."/>
470        </Member>
471      </EnumType>
472    </Schema>
473
474    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_9_1">
475      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
476      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
477      <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_9_0.SoftwareInventory"/>
478    </Schema>
479
480    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_9_2">
481      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
482      <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."/>
483      <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_9_1.SoftwareInventory"/>
484    </Schema>
485
486    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_10_0">
487      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
488      <Annotation Term="Redfish.Release" String="2023.2"/>
489
490      <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_9_0.SoftwareInventory">
491        <Property Name="ReleaseType" Type="SoftwareInventory.v1_10_0.ReleaseType">
492          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
493          <Annotation Term="OData.Description" String="The type of release."/>
494          <Annotation Term="OData.LongDescription" String="This property shall describe the type of release for the software."/>
495        </Property>
496        <Property Name="AssociatedPhysicalContext" Type="PhysicalContext.PhysicalContext" Nullable="false">
497          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
498          <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."/>
499          <Annotation Term="OData.LongDescription" String="This property shall contain a description of the physical context for the software inventory data."/>
500        </Property>
501      </EntityType>
502
503      <EnumType Name="ReleaseType">
504        <Member Name="Production">
505          <Annotation Term="OData.Description" String="This release is ready for use in production environments."/>
506          <Annotation Term="OData.LongDescription" String="This value shall indicate that the software is ready for use in production environments."/>
507        </Member>
508        <Member Name="Prototype">
509          <Annotation Term="OData.Description" String="This release is intended for development or internal use."/>
510          <Annotation Term="OData.LongDescription" String="This value shall indicate that the software is designed for development or internal use."/>
511        </Member>
512        <Member Name="Other">
513          <Annotation Term="OData.Description" String="The Redfish service does not have enough data to make a determination about this release."/>
514          <Annotation Term="OData.LongDescription" String="This value shall indicate that the Redfish service cannot determine if this release is validated or prototype."/>
515        </Member>
516      </EnumType>
517    </Schema>
518
519    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_10_1">
520      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
521      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
522      <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_10_0.SoftwareInventory"/>
523    </Schema>
524
525    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_10_2">
526      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
527      <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."/>
528      <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_10_1.SoftwareInventory"/>
529    </Schema>
530
531  </edmx:DataServices>
532</edmx:Edmx>
533