1<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################       -->
4<!--# Redfish Schema:  Bios v1.2.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-2023 DMTF.                                                            -->
9<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10<!--################################################################################       -->
11<!---->
12<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
13
14  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
15    <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
16  </edmx:Reference>
17  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
18    <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
19  </edmx:Reference>
20  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
21    <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
22  </edmx:Reference>
23  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
24    <edmx:Include Namespace="Resource"/>
25    <edmx:Include Namespace="Resource.v1_0_0"/>
26  </edmx:Reference>
27  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/SoftwareInventory_v1.xml">
28    <edmx:Include Namespace="SoftwareInventory"/>
29  </edmx:Reference>
30
31  <edmx:DataServices>
32
33    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Bios">
34      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
35
36      <EntityType Name="Bios" BaseType="Resource.v1_0_0.Resource" Abstract="true">
37        <Annotation Term="OData.Description" String="The Bios schema contains properties related to the BIOS attribute registry.  The attribute registry describes the system-specific BIOS attributes and actions for changing to BIOS settings.  Changes to the BIOS typically require a system reset before they take effect.  It is likely that a client finds the `@Redfish.Settings` term in this resource, and if it is found, the client makes requests to change BIOS settings by modifying the resource identified by the `@Redfish.Settings` term."/>
38        <Annotation Term="OData.LongDescription" String="This resource shall represent BIOS attributes for a Redfish implementation."/>
39        <Annotation Term="Capabilities.InsertRestrictions">
40          <Record>
41            <PropertyValue Property="Insertable" Bool="false"/>
42          </Record>
43        </Annotation>
44        <Annotation Term="Capabilities.UpdateRestrictions">
45          <Record>
46            <PropertyValue Property="Updatable" Bool="true"/>
47            <Annotation Term="OData.Description" String="The attributes in the BIOS resource can be updated."/>
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/Systems/{ComputerSystemId}/Bios</String>
58            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Bios</String>
59            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Bios</String>
60          </Collection>
61        </Annotation>
62      </EntityType>
63
64      <Action Name="ResetBios" IsBound="true">
65        <Annotation Term="OData.Description" String="This action resets the BIOS attributes to default."/>
66        <Annotation Term="OData.LongDescription" String="This action shall reset the BIOS attributes to their default values.  To apply the default values, a system reset may be required.  This action can impact other resources.  This action may clear pending values in the settings resource."/>
67        <Parameter Name="Bios" Type="Bios.v1_0_0.Actions"/>
68      </Action>
69
70      <Action Name="ChangePassword" IsBound="true">
71        <Annotation Term="OData.Description" String="This action changes a BIOS password."/>
72        <Annotation Term="OData.LongDescription" String="This action shall change the selected BIOS password."/>
73        <Parameter Name="Bios" Type="Bios.v1_0_0.Actions"/>
74        <Parameter Name="PasswordName" Type="Edm.String" Nullable="false">
75          <Annotation Term="OData.Description" String="The name of the BIOS password to change."/>
76          <Annotation Term="OData.LongDescription" String="This parameter shall contain the name of the BIOS password to change.  For instance, AdminPassword or UserPassword."/>
77        </Parameter>
78        <Parameter Name="OldPassword" Type="Edm.String" Nullable="false">
79          <Annotation Term="OData.Description" String="The existing BIOS password."/>
80          <Annotation Term="OData.LongDescription" String="This parameter shall contain the existing BIOS password to change."/>
81        </Parameter>
82        <Parameter Name="NewPassword" Type="Edm.String" Nullable="false">
83          <Annotation Term="OData.Description" String="The new BIOS password."/>
84          <Annotation Term="OData.LongDescription" String="This parameter shall contain the new BIOS password."/>
85        </Parameter>
86      </Action>
87    </Schema>
88
89    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Bios.v1_0_0">
90      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
91      <Annotation Term="Redfish.Release" String="2016.1"/>
92
93      <EntityType Name="Bios" BaseType="Bios.Bios">
94        <Property Name="AttributeRegistry" Type="Edm.String">
95          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
96          <Annotation Term="OData.Description" String="The resource ID of the attribute registry that has the system-specific information about a BIOS resource."/>
97          <Annotation Term="OData.LongDescription" String="The link to the attribute registry that lists the metadata describing the BIOS attribute settings in this resource."/>
98        </Property>
99        <Property Name="Actions" Type="Bios.v1_0_0.Actions" Nullable="false">
100          <Annotation Term="OData.Description" String="The available actions for this resource."/>
101          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
102        </Property>
103        <Property Name="Attributes" Type="Bios.v1_0_0.Attributes" Nullable="false">
104          <Annotation Term="OData.Description" String="The list of BIOS attributes specific to the manufacturer or provider."/>
105          <Annotation Term="OData.LongDescription" String="This property shall contain the list of BIOS attributes specific to the manufacturer or provider.  BIOS attribute settings appear as additional properties in this object and can be looked up in the attribute registry by their AttributeName."/>
106        </Property>
107      </EntityType>
108
109      <ComplexType Name="Actions">
110        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
111        <Annotation Term="OData.Description" String="The available actions for this resource."/>
112        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
113        <Property Name="Oem" Type="Bios.v1_0_0.OemActions" Nullable="false">
114          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
115          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
116        </Property>
117      </ComplexType>
118
119      <ComplexType Name="OemActions">
120        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
121        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
122        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
123      </ComplexType>
124
125      <ComplexType Name="Attributes">
126        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
127        <Annotation Term="OData.Description" String="The list of BIOS attributes and their values as determined by the manufacturer or provider."/>
128        <Annotation Term="OData.LongDescription" String="This property shall contain the list of BIOS attributes and their values as determined by the manufacturer or provider.  This object shall describe BIOS attribute settings as additional properties.  If the object specifies a BIOS attribute registry, attributes shall be looked up in that attribute registry by their attribute name.  Attributes in this attribute registry with the AttributeType of `Enumeration` shall use valid ValueName values in this object, as listed in that attribute registry."/>
129        <Annotation Term="Redfish.DynamicPropertyPatterns">
130          <Collection>
131            <Record>
132              <PropertyValue Property="Pattern" String="^[A-Za-z][A-Za-z0-9_]+$"/>
133              <PropertyValue Property="Type" String="Edm.PrimitiveType"/>
134            </Record>
135          </Collection>
136        </Annotation>
137      </ComplexType>
138    </Schema>
139
140    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Bios.v1_0_1">
141      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
142      <Annotation Term="OData.Description" String="This version was created to add explicit Permissions annotations to all properties for clarity."/>
143      <EntityType Name="Bios" BaseType="Bios.v1_0_0.Bios"/>
144    </Schema>
145
146    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Bios.v1_0_2">
147      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
148      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
149      <EntityType Name="Bios" BaseType="Bios.v1_0_1.Bios"/>
150    </Schema>
151
152    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Bios.v1_0_3">
153      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
154      <Annotation Term="OData.Description" String="This version was created to correct the short and long descriptions in the defined actions.  It was also created to update the descriptions that this schema defines."/>
155      <EntityType Name="Bios" BaseType="Bios.v1_0_2.Bios"/>
156    </Schema>
157
158    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Bios.v1_0_4">
159      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
160      <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.  This version was also created to clarify some behavioral aspects for the ResetBios action, and to add text about the presence of the @Redfish.Settings term."/>
161      <EntityType Name="Bios" BaseType="Bios.v1_0_3.Bios"/>
162    </Schema>
163
164    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Bios.v1_0_5">
165      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
166      <Annotation Term="OData.Description" String="This version was created to update the long descriptions of the Attributes type to clarify how the attribute registry describes BIOS attributes and their values."/>
167      <EntityType Name="Bios" BaseType="Bios.v1_0_4.Bios"/>
168    </Schema>
169
170    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Bios.v1_0_6">
171      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
172      <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."/>
173      <EntityType Name="Bios" BaseType="Bios.v1_0_5.Bios"/>
174    </Schema>
175
176    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Bios.v1_0_7">
177      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
178      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
179      <EntityType Name="Bios" BaseType="Bios.v1_0_6.Bios"/>
180    </Schema>
181
182    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Bios.v1_0_8">
183      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
184      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
185      <EntityType Name="Bios" BaseType="Bios.v1_0_7.Bios"/>
186    </Schema>
187
188    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Bios.v1_0_9">
189      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
190      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology and clarify behavior of the ResetBios action."/>
191      <EntityType Name="Bios" BaseType="Bios.v1_0_8.Bios"/>
192    </Schema>
193
194    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Bios.v1_0_10">
195      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
196      <Annotation Term="OData.Description" String="This version was created to remove the additional properties term in the root of the resource, which was incorrectly set to `true`."/>
197      <EntityType Name="Bios" BaseType="Bios.v1_0_9.Bios"/>
198    </Schema>
199
200    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Bios.v1_0_11">
201      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
202      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
203      <EntityType Name="Bios" BaseType="Bios.v1_0_10.Bios"/>
204    </Schema>
205
206    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Bios.v1_1_0">
207      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
208      <Annotation Term="Redfish.Release" String="2019.2"/>
209
210      <EntityType Name="Bios" BaseType="Bios.v1_0_6.Bios">
211        <Property Name="Links" Type="Bios.v1_1_0.Links" Nullable="false">
212          <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
213          <Annotation Term="OData.LongDescription" String="This property shall contain links to resources that are related to but are not contained by, or subordinate to, this resource."/>
214        </Property>
215      </EntityType>
216
217      <ComplexType Name="Links" BaseType="Resource.Links">
218        <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
219        <Annotation Term="OData.LongDescription" String="This Redfish Specification-described type shall contain links to resources that are related to but are not contained by, or subordinate to, this resource."/>
220        <NavigationProperty Name="ActiveSoftwareImage" Type="SoftwareInventory.SoftwareInventory" Nullable="false">
221          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
222          <Annotation Term="OData.Description" String="The link to the software inventory that represents the active BIOS firmware image."/>
223          <Annotation Term="OData.LongDescription" String="This property shall contain a link a resource of type SoftwareInventory that represents the active BIOS firmware image."/>
224          <Annotation Term="OData.AutoExpandReferences"/>
225        </NavigationProperty>
226        <NavigationProperty Name="SoftwareImages" Type="Collection(SoftwareInventory.SoftwareInventory)">
227          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
228          <Annotation Term="OData.Description" String="The images that are associated with this BIOS."/>
229          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type SoftwareInventory that represent the firmware images that apply to this BIOS."/>
230          <Annotation Term="OData.AutoExpandReferences"/>
231        </NavigationProperty>
232      </ComplexType>
233    </Schema>
234
235    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Bios.v1_1_1">
236      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
237      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
238      <EntityType Name="Bios" BaseType="Bios.v1_1_0.Bios"/>
239    </Schema>
240
241    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Bios.v1_1_2">
242      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
243      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology and clarify behavior of the ResetBios action."/>
244      <EntityType Name="Bios" BaseType="Bios.v1_1_1.Bios"/>
245    </Schema>
246
247    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Bios.v1_1_3">
248      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
249      <Annotation Term="OData.Description" String="This version was created to remove the additional properties term in the root of the resource, which was incorrectly set to `true`."/>
250      <EntityType Name="Bios" BaseType="Bios.v1_1_2.Bios"/>
251    </Schema>
252
253    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Bios.v1_1_4">
254      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
255      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
256      <EntityType Name="Bios" BaseType="Bios.v1_1_3.Bios"/>
257    </Schema>
258
259    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Bios.v1_2_0">
260      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
261      <Annotation Term="Redfish.Release" String="2021.1"/>
262
263      <EntityType Name="Bios" BaseType="Bios.v1_1_2.Bios">
264        <Property Name="ResetBiosToDefaultsPending" Type="Edm.Boolean">
265          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
266          <Annotation Term="OData.Description" String="An indication of whether there is a pending request to reset the BIOS attributes to default values."/>
267          <Annotation Term="OData.LongDescription" String="This property shall indicate whether there is a pending request to reset the BIOS attributes to default values.  A successful completion of the ResetBios action shall set this property to `true`.  Applying the default attribute values to this resource shall set this property to `false`.  Services may reject modification requests to the settings resource if this property contains `true`."/>
268        </Property>
269      </EntityType>
270    </Schema>
271
272    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Bios.v1_2_1">
273      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
274      <Annotation Term="OData.Description" String="This version was created to remove the additional properties term in the root of the resource, which was incorrectly set to `true`."/>
275      <EntityType Name="Bios" BaseType="Bios.v1_2_0.Bios"/>
276    </Schema>
277
278    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Bios.v1_2_2">
279      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
280      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
281      <EntityType Name="Bios" BaseType="Bios.v1_2_1.Bios"/>
282    </Schema>
283
284  </edmx:DataServices>
285</edmx:Edmx>
286