blob: 0a8bfb7804878dcfa773a11a076917e0fefbf588 [file] [log] [blame]
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +02001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
Gunnar Millsa778c022020-05-12 12:20:36 -05004<!--# Redfish Schema: SoftwareInventory v1.3.0 -->
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +02005<!--# -->
6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle, -->
7<!--# available at http://www.dmtf.org/standards/redfish -->
Gunnar Millsa778c022020-05-12 12:20:36 -05008<!--# Copyright 2014-2020 DMTF. -->
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +02009<!--# 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>
Ed Tanous530520e2019-01-02 13:41:37 -080017 <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>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +020020 <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:Reference>
27
28 <edmx:DataServices>
29
30 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory">
31 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
32
33 <EntityType Name="SoftwareInventory" BaseType="Resource.v1_0_0.Resource" Abstract="true">
Ed Tanouscb103132019-10-08 11:34:22 -070034 <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."/>
35 <Annotation Term="OData.LongDescription" String="This Resource contains a single software component that this Redfish Service manages."/>
Ed Tanous530520e2019-01-02 13:41:37 -080036 <Annotation Term="Capabilities.InsertRestrictions">
37 <Record>
38 <PropertyValue Property="Insertable" Bool="false"/>
39 </Record>
40 </Annotation>
41 <Annotation Term="Capabilities.UpdateRestrictions">
42 <Record>
43 <PropertyValue Property="Updatable" Bool="false"/>
44 </Record>
45 </Annotation>
46 <Annotation Term="Capabilities.DeleteRestrictions">
47 <Record>
48 <PropertyValue Property="Deletable" Bool="false"/>
49 </Record>
50 </Annotation>
51 <Annotation Term="Redfish.Uris">
52 <Collection>
53 <String>/redfish/v1/UpdateService/SoftwareInventory/{SoftwareInventoryId}</String>
54 <String>/redfish/v1/UpdateService/FirmwareInventory/{SoftwareInventoryId}</String>
55 </Collection>
56 </Annotation>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +020057 </EntityType>
58
59 </Schema>
60
61 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_0_0">
62 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060063 <Annotation Term="Redfish.Release" String="2016.2"/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +020064
65 <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.SoftwareInventory">
Ed Tanous530520e2019-01-02 13:41:37 -080066 <Property Name="Status" Type="Resource.Status" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -070067 <Annotation Term="OData.Description" String="The status and health of the Resource and its subordinate or dependent Resources."/>
68 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the Resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -080069 </Property>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +020070 <Property Name="Version" Type="Edm.String">
71 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -070072 <Annotation Term="OData.Description" String="The version of this software."/>
73 <Annotation Term="OData.LongDescription" String="This property shall contain the version of this software."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +020074 </Property>
75 <Property Name="Updateable" Type="Edm.Boolean">
76 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -070077 <Annotation Term="OData.Description" String="An indication of whether the Update Service can update this software."/>
78 <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."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +020079 </Property>
80 <Property Name="Actions" Type="SoftwareInventory.v1_0_0.Actions" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -070081 <Annotation Term="OData.Description" String="The available actions for this Resource."/>
82 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this Resource."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +020083 </Property>
84 </EntityType>
85
86 <ComplexType Name="Actions">
87 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -070088 <Annotation Term="OData.Description" String="The available actions for this Resource."/>
89 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this Resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -080090 <Property Name="Oem" Type="SoftwareInventory.v1_0_0.OemActions" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -070091 <Annotation Term="OData.Description" String="The available OEM-specific actions for this Resource."/>
92 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this Resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -080093 </Property>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +020094 </ComplexType>
95
96 <ComplexType Name="OemActions">
97 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Ed Tanouscb103132019-10-08 11:34:22 -070098 <Annotation Term="OData.Description" String="The available OEM-specific actions for this Resource."/>
99 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this Resource."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200100 </ComplexType>
101
102 </Schema>
103
104 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_0_1">
105 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700106 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200107 <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_0_0.SoftwareInventory"/>
108 </Schema>
109
110 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_0_2">
111 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700112 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200113 <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_0_1.SoftwareInventory"/>
114 </Schema>
115
Ed Tanous530520e2019-01-02 13:41:37 -0800116 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_0_3">
117 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
118 <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."/>
119 <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_0_2.SoftwareInventory"/>
120 </Schema>
121
Ed Tanouscb103132019-10-08 11:34:22 -0700122 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_0_4">
123 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
124 <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."/>
125 <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_0_3.SoftwareInventory"/>
126 </Schema>
127
128 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_0_5">
129 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
130 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
131 <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_0_4.SoftwareInventory"/>
132 </Schema>
133
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200134 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_1_0">
135 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600136 <Annotation Term="Redfish.Release" String="2016.3"/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200137 <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_0_1.SoftwareInventory">
138 <Property Name="SoftwareId" Type="Edm.String" Nullable="false">
139 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700140 <Annotation Term="OData.Description" String="The implementation-specific label that identifies this software."/>
141 <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."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200142 </Property>
143 <Property Name="LowestSupportedVersion" Type="Edm.String">
144 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700145 <Annotation Term="OData.Description" String="The lowest supported version of this software."/>
146 <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."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200147 </Property>
148 <Property Name="UefiDevicePaths" Type="Collection(Edm.String)">
149 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700150 <Annotation Term="OData.Description" String="The list of UEFI device paths of the components associated with this software inventory item."/>
151 <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."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200152 </Property>
153 <NavigationProperty Name="RelatedItem" Type="Collection(Resource.Item)">
154 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700155 <Annotation Term="OData.Description" String="The IDs of the Resources associated with this software inventory item."/>
156 <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."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200157 <Annotation Term="OData.AutoExpandReferences"/>
158 </NavigationProperty>
159 </EntityType>
160 </Schema>
161
162 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_1_1">
163 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700164 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200165 <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_1_0.SoftwareInventory"/>
166 </Schema>
167
Ed Tanous530520e2019-01-02 13:41:37 -0800168 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_1_2">
169 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
170 <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."/>
171 <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_1_1.SoftwareInventory"/>
172 </Schema>
173
Ed Tanouscb103132019-10-08 11:34:22 -0700174 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_1_3">
175 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
176 <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."/>
177 <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_1_2.SoftwareInventory"/>
178 </Schema>
179
180 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_1_4">
181 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
182 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
183 <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_1_3.SoftwareInventory"/>
184 </Schema>
185
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200186 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_2_0">
187 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600188 <Annotation Term="Redfish.Release" String="2018.1"/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200189 <Annotation Term="OData.Description" String="This version was created to add Manufacturer and ReleaseDate properties."/>
190 <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_1_1.SoftwareInventory">
191 <Property Name="Manufacturer" Type="Edm.String">
192 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700193 <Annotation Term="OData.Description" String="The manufacturer or producer of this software."/>
194 <Annotation Term="OData.LongDescription" String="This property shall represent the name of the manufacturer or producer of this software."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200195 </Property>
196 <Property Name="ReleaseDate" Type="Edm.DateTimeOffset">
197 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700198 <Annotation Term="OData.Description" String="The release date of this software."/>
199 <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`."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200200 </Property>
201 </EntityType>
202 </Schema>
203
Ed Tanous530520e2019-01-02 13:41:37 -0800204 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_2_1">
205 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700206 <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."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800207 <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_2_0.SoftwareInventory"/>
208 </Schema>
209
Ed Tanouscb103132019-10-08 11:34:22 -0700210 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_2_2">
211 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
212 <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."/>
213 <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_2_1.SoftwareInventory"/>
214 </Schema>
215
216 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_2_3">
217 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
218 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
219 <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_2_2.SoftwareInventory"/>
220 </Schema>
221
Gunnar Millsa778c022020-05-12 12:20:36 -0500222 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SoftwareInventory.v1_3_0">
223 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
224 <Annotation Term="Redfish.Release" String="2020.1"/>
225 <Annotation Term="OData.Description" String="This version was created to add WriteProtected property."/>
226
227 <EntityType Name="SoftwareInventory" BaseType="SoftwareInventory.v1_2_3.SoftwareInventory">
228 <Property Name="WriteProtected" Type="Edm.Boolean">
229 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
230 <Annotation Term="OData.Description" String="Indicates if the software is write-protected."/>
231 <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."/>
232 </Property>
233 </EntityType>
234 </Schema>
235
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200236 </edmx:DataServices>
237</edmx:Edmx>