1<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################       -->
4<!--# Redfish Schema:  SoftwareInventory v1.10.1                                           -->
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/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
37      <EntityType Name="SoftwareInventory" BaseType="Resource.v1_0_0.Resource" Abstract="true">
38        <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."/>
39        <Annotation Term="OData.LongDescription" String="This Resource contains a single software component that this Redfish Service manages."/>
40        <Annotation Term="Capabilities.InsertRestrictions">
41          <Record>
42            <PropertyValue Property="Insertable" Bool="false"/>
43          </Record>
44        </Annotation>
45        <Annotation Term="Capabilities.UpdateRestrictions">
46          <Record>
47            <PropertyValue Property="Updatable" Bool="true"/>
48          </Record>
49        </Annotation>
50        <Annotation Term="Capabilities.DeleteRestrictions">
51          <Record>
52            <PropertyValue Property="Deletable" Bool="false"/>
53          </Record>
54        </Annotation>
55        <Annotation Term="Redfish.Uris">
56          <Collection>
57            <String>/redfish/v1/UpdateService/SoftwareInventory/{SoftwareInventoryId}</String>
58            <String>/redfish/v1/UpdateService/FirmwareInventory/{SoftwareInventoryId}</String>
59          </Collection>
60        </Annotation>
61      </EntityType>
62
63      <ComplexType Name="MeasurementBlock" Abstract="true">
64        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
65        <Annotation Term="OData.Description" String="The DSP0274-defined measurement block information."/>
66        <Annotation Term="OData.LongDescription" String="This type shall describe a DSP0274-defined measurement block."/>
67      </ComplexType>
68
69      <ComplexType Name="AdditionalVersions" Abstract="true">
70        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
71        <Annotation Term="OData.Description" String="Additional versions."/>
72        <Annotation Term="OData.LongDescription" String="This type shall contain additional versions."/>
73      </ComplexType>
74    </Schema>
75
76    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_0_0">
77      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
78      <Annotation Term="Redfish.Release" String="2016.2"/>
79
80      <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.SoftwareInventory">
81        <Property Name="Status" Type="Resource.Status" Nullable="false">
82          <Annotation Term="OData.Description" String="The status and health of the Resource and its subordinate or dependent Resources."/>
83          <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the Resource."/>
84        </Property>
85        <Property Name="Version" Type="Edm.String">
86          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
87          <Annotation Term="OData.Description" String="The version of this software."/>
88          <Annotation Term="OData.LongDescription" String="This property shall contain the version of this software."/>
89        </Property>
90        <Property Name="Updateable" Type="Edm.Boolean">
91          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
92          <Annotation Term="OData.Description" String="An indication of whether the Update Service can update this software."/>
93          <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."/>
94        </Property>
95        <Property Name="Actions" Type="SoftwareInventory.v1_0_0.Actions" Nullable="false">
96          <Annotation Term="OData.Description" String="The available actions for this Resource."/>
97          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this Resource."/>
98        </Property>
99      </EntityType>
100
101      <ComplexType Name="Actions">
102        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
103        <Annotation Term="OData.Description" String="The available actions for this Resource."/>
104        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this Resource."/>
105        <Property Name="Oem" Type="SoftwareInventory.v1_0_0.OemActions" Nullable="false">
106          <Annotation Term="OData.Description" String="The available OEM-specific actions for this Resource."/>
107          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this Resource."/>
108        </Property>
109      </ComplexType>
110
111      <ComplexType Name="OemActions">
112        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
113        <Annotation Term="OData.Description" String="The available OEM-specific actions for this Resource."/>
114        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this Resource."/>
115      </ComplexType>
116
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_1_0">
150      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
151      <Annotation Term="Redfish.Release" String="2016.3"/>
152      <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_0_1.SoftwareInventory">
153        <Property Name="SoftwareId" Type="Edm.String" Nullable="false">
154          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
155          <Annotation Term="OData.Description" String="The implementation-specific label that identifies this software."/>
156          <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."/>
157        </Property>
158        <Property Name="LowestSupportedVersion" Type="Edm.String">
159          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
160          <Annotation Term="OData.Description" String="The lowest supported version of this software."/>
161          <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."/>
162        </Property>
163        <Property Name="UefiDevicePaths" Type="Collection(Edm.String)">
164          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
165          <Annotation Term="OData.Description" String="The list of UEFI device paths of the components associated with this software inventory item."/>
166          <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."/>
167        </Property>
168        <NavigationProperty Name="RelatedItem" Type="Collection(Resource.Item)">
169          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
170          <Annotation Term="OData.Description" String="The IDs of the Resources associated with this software inventory item."/>
171          <Annotation Term="OData.LongDescription" String="This property shall contain an array of IDs for pointers consistent with JSON Pointer syntax to the Resource that is associated with this software inventory item."/>
172          <Annotation Term="OData.AutoExpandReferences"/>
173        </NavigationProperty>
174      </EntityType>
175    </Schema>
176
177    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_1_1">
178      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
179      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
180      <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_1_0.SoftwareInventory"/>
181    </Schema>
182
183    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_1_2">
184      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
185      <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."/>
186      <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_1_1.SoftwareInventory"/>
187    </Schema>
188
189    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_1_3">
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 URI properties use the uri-reference format."/>
192      <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_1_2.SoftwareInventory"/>
193    </Schema>
194
195    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_1_4">
196      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
197      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
198      <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_1_3.SoftwareInventory"/>
199    </Schema>
200
201    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_2_0">
202      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
203      <Annotation Term="Redfish.Release" String="2018.1"/>
204      <Annotation Term="OData.Description" String="This version was created to add Manufacturer and ReleaseDate properties."/>
205      <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_1_1.SoftwareInventory">
206        <Property Name="Manufacturer" Type="Edm.String">
207          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
208          <Annotation Term="OData.Description" String="The manufacturer or producer of this software."/>
209          <Annotation Term="OData.LongDescription" String="This property shall represent the name of the manufacturer or producer of this software."/>
210        </Property>
211        <Property Name="ReleaseDate" Type="Edm.DateTimeOffset">
212          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
213          <Annotation Term="OData.Description" String="The release date of this software."/>
214          <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`."/>
215        </Property>
216      </EntityType>
217    </Schema>
218
219    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_2_1">
220      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
221      <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."/>
222      <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_2_0.SoftwareInventory"/>
223    </Schema>
224
225    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_2_2">
226      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
227      <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."/>
228      <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_2_1.SoftwareInventory"/>
229    </Schema>
230
231    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_2_3">
232      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
233      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
234      <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_2_2.SoftwareInventory"/>
235    </Schema>
236
237    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_3_0">
238      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
239      <Annotation Term="Redfish.Release" String="2020.1"/>
240      <Annotation Term="OData.Description" String="This version was created to add WriteProtected property."/>
241
242      <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_2_3.SoftwareInventory">
243        <Property Name="WriteProtected" Type="Edm.Boolean">
244          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
245          <Annotation Term="OData.Description" String="Indicates if the software is write-protected."/>
246          <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."/>
247        </Property>
248      </EntityType>
249    </Schema>
250
251    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_4_0">
252      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
253      <Annotation Term="Redfish.Release" String="2020.4"/>
254      <Annotation Term="OData.Description" String="This version was created to add the Measurement property in support of DSP0274."/>
255
256      <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_3_0.SoftwareInventory">
257        <Property Name="Measurement" Type="SoftwareInventory.MeasurementBlock" Nullable="false">
258          <Annotation Term="OData.Description" String="A DSP0274-defined measurement block."/>
259          <Annotation Term="OData.LongDescription" String="This property shall contain a DSP0274-defined measurement block."/>
260          <Annotation Term="Redfish.Revisions">
261            <Collection>
262              <Record>
263                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
264                <PropertyValue Property="Version" String="v1_6_0"/>
265                <PropertyValue Property="Description" String="This property has been deprecated in favor of the ComponentIntegrity resource."/>
266              </Record>
267            </Collection>
268          </Annotation>
269        </Property>
270      </EntityType>
271
272      <ComplexType Name="MeasurementBlock" BaseType="SoftwareInventory.MeasurementBlock">
273        <Property Name="MeasurementSpecification" Type="Edm.Int64">
274          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
275          <Annotation Term="OData.Description" String="The DSP0274-defined MeasurementSpecification field of the measurement block."/>
276          <Annotation Term="OData.LongDescription" String="This property shall contain the value of the DSP0274-defined MeasurementSpecification field of the measurement block."/>
277        </Property>
278        <Property Name="MeasurementSize" Type="Edm.Int64">
279          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
280          <Annotation Term="OData.Description" String="The DSP0274-defined MeasurementSize field of the measurement block."/>
281          <Annotation Term="OData.LongDescription" String="This property shall contain the value of the DSP0274-defined MeasurementSize field of the measurement block."/>
282        </Property>
283        <Property Name="Measurement" Type="Edm.String">
284          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
285          <Annotation Term="OData.Description" String="The hexadecimal string representation of the numeric value of the DSP0274-defined Measurement field of the measurement block."/>
286          <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."/>
287          <Annotation Term="Validation.Pattern" String="^[0-9a-fA-F]+$"/>
288        </Property>
289      </ComplexType>
290    </Schema>
291
292    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_4_1">
293      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
294      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
295      <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_4_0.SoftwareInventory"/>
296    </Schema>
297
298    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_5_0">
299      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
300      <Annotation Term="Redfish.Release" String="2021.2"/>
301      <Annotation Term="OData.Description" String="This version was created to add the MeasurementIndex property to the MeasurementBlock complex type in support of DSP0274."/>
302
303      <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_4_0.SoftwareInventory"/>
304
305      <ComplexType Name="MeasurementBlock" BaseType="SoftwareInventory.v1_4_0.MeasurementBlock">
306        <Property Name="MeasurementIndex" Type="Edm.Int64">
307          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
308          <Annotation Term="OData.Description" String="The DSP0274-defined Index field of the measurement block."/>
309          <Annotation Term="OData.LongDescription" String="This property shall contain the value of the DSP0274-defined Index field of the measurement block."/>
310        </Property>
311      </ComplexType>
312    </Schema>
313
314    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_5_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_5_0.SoftwareInventory"/>
318    </Schema>
319
320    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_6_0">
321      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
322      <Annotation Term="Redfish.Release" String="2021.4"/>
323      <Annotation Term="OData.Description" String="This version was created to deprecate Measurement in favor of measurement reporting in the ComponentIntegrity resource."/>
324
325      <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_5_0.SoftwareInventory"/>
326    </Schema>
327
328    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_6_1">
329      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
330      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
331      <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_6_0.SoftwareInventory"/>
332    </Schema>
333
334    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_7_0">
335      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
336      <Annotation Term="Redfish.Release" String="2022.1"/>
337
338      <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_6_0.SoftwareInventory">
339        <Property Name="AdditionalVersions" Type="SoftwareInventory.v1_7_0.AdditionalVersions" Nullable="false">
340          <Annotation Term="OData.Description" String="The additional versions of this software."/>
341          <Annotation Term="OData.LongDescription" String="This property shall contain the additional versions of this software."/>
342        </Property>
343      </EntityType>
344
345      <ComplexType Name="AdditionalVersions" BaseType="SoftwareInventory.AdditionalVersions">
346        <Property Name="Bootloader" Type="Edm.String">
347          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
348          <Annotation Term="OData.Description" String="The bootloader version contained in this software, such as U-Boot or UEFI."/>
349          <Annotation Term="OData.LongDescription" String="This property shall contain the bootloader version contained in this software."/>
350        </Property>
351        <Property Name="Microcode" Type="Edm.String">
352          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
353          <Annotation Term="OData.Description" String="The microcode version contained in this software, such as processor microcode."/>
354          <Annotation Term="OData.LongDescription" String="This property shall contain the microcode version contained in this software."/>
355        </Property>
356        <Property Name="Kernel" Type="Edm.String">
357          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
358          <Annotation Term="OData.Description" String="The kernel version contained in this software."/>
359          <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."/>
360        </Property>
361        <Property Name="Oem" Type="Resource.Oem" Nullable="false">
362          <Annotation Term="OData.Description" String="The OEM extension property."/>
363          <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."/>
364        </Property>
365      </ComplexType>
366    </Schema>
367
368    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_7_1">
369      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
370      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
371      <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_7_0.SoftwareInventory"/>
372    </Schema>
373
374    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_8_0">
375      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
376      <Annotation Term="Redfish.Release" String="2022.2"/>
377
378      <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_7_0.SoftwareInventory"/>
379
380      <ComplexType Name="AdditionalVersions" BaseType="SoftwareInventory.v1_7_0.AdditionalVersions">
381        <Property Name="OSDistribution" Type="Edm.String">
382          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
383          <Annotation Term="OData.Description" String="The operating system name of this software."/>
384          <Annotation Term="OData.LongDescription" String="This property shall contain the operating system name of this software."/>
385        </Property>
386      </ComplexType>
387    </Schema>
388
389    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_8_1">
390      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
391      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
392      <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_8_0.SoftwareInventory"/>
393    </Schema>
394
395    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_9_0">
396      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
397      <Annotation Term="Redfish.Release" String="2022.3"/>
398
399      <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_8_0.SoftwareInventory">
400        <Property Name="VersionScheme" Type="SoftwareInventory.v1_9_0.VersionScheme">
401          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
402          <Annotation Term="OData.Description" String="The format of the version."/>
403          <Annotation Term="OData.LongDescription" String="This property shall describe the scheme used to format the value of the Version property."/>
404        </Property>
405      </EntityType>
406
407      <EnumType Name="VersionScheme">
408        <Member Name="SemVer">
409          <Annotation Term="OData.Description" String="Version follows Semantic Versioning 2.0 rules."/>
410          <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."/>
411        </Member>
412        <Member Name="DotIntegerNotation">
413          <Annotation Term="OData.Description" String="Version formatted as dot-separated integers."/>
414          <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."/>
415        </Member>
416        <Member Name="OEM">
417          <Annotation Term="OData.Description" String="Version follows OEM-defined format."/>
418          <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."/>
419        </Member>
420      </EnumType>
421    </Schema>
422
423    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_9_1">
424      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
425      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
426      <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_9_0.SoftwareInventory"/>
427    </Schema>
428
429    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_10_0">
430      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
431      <Annotation Term="Redfish.Release" String="2023.2"/>
432
433      <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_9_0.SoftwareInventory">
434        <Property Name="ReleaseType" Type="SoftwareInventory.v1_10_0.ReleaseType">
435          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
436          <Annotation Term="OData.Description" String="The type of release."/>
437          <Annotation Term="OData.LongDescription" String="This property shall describe the type of release for the software."/>
438        </Property>
439        <Property Name="AssociatedPhysicalContext" Type="PhysicalContext.PhysicalContext" Nullable="false">
440          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
441          <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."/>
442          <Annotation Term="OData.LongDescription" String="This property shall contain a description of the physical context for the software inventory data."/>
443        </Property>
444      </EntityType>
445
446      <EnumType Name="ReleaseType">
447        <Member Name="Production">
448          <Annotation Term="OData.Description" String="This release is ready for use in production environments."/>
449          <Annotation Term="OData.LongDescription" String="This value shall indicate that the software is ready for use in production environments."/>
450        </Member>
451        <Member Name="Prototype">
452          <Annotation Term="OData.Description" String="This release is intended for development or internal use."/>
453          <Annotation Term="OData.LongDescription" String="This value shall indicate that the software is designed for development or internal use."/>
454        </Member>
455        <Member Name="Other">
456          <Annotation Term="OData.Description" String="The Redfish service does not have enough data to make a determination about this release."/>
457          <Annotation Term="OData.LongDescription" String="This value shall indicate that the Redfish service cannot determine if this release is validated or prototype."/>
458        </Member>
459      </EnumType>
460    </Schema>
461
462    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_10_1">
463      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
464      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
465      <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_10_0.SoftwareInventory"/>
466    </Schema>
467
468  </edmx:DataServices>
469</edmx:Edmx>
470