1720c9898SEd Tanous<?xml version="1.0" encoding="UTF-8"?> 2720c9898SEd Tanous<!----> 3720c9898SEd Tanous<!--################################################################################ --> 4f2a8e57eSGunnar Mills<!--# Redfish Schema: Bios v1.2.3 --> 5720c9898SEd Tanous<!--# --> 6720c9898SEd Tanous<!--# For a detailed change log, see the README file contained in the DSP8010 bundle, --> 7720c9898SEd Tanous<!--# available at http://www.dmtf.org/standards/redfish --> 8*d125652eSGunnar Mills<!--# Copyright 2014-2025 DMTF. --> 9720c9898SEd Tanous<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright --> 10720c9898SEd Tanous<!--################################################################################ --> 11720c9898SEd Tanous<!----> 12720c9898SEd Tanous<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0"> 13720c9898SEd Tanous 14720c9898SEd Tanous <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml"> 15720c9898SEd Tanous <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/> 16720c9898SEd Tanous </edmx:Reference> 17720c9898SEd Tanous <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml"> 18720c9898SEd Tanous <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/> 19720c9898SEd Tanous </edmx:Reference> 20720c9898SEd Tanous <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml"> 21720c9898SEd Tanous <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/> 22720c9898SEd Tanous </edmx:Reference> 23720c9898SEd Tanous <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml"> 24720c9898SEd Tanous <edmx:Include Namespace="Resource"/> 25720c9898SEd Tanous <edmx:Include Namespace="Resource.v1_0_0"/> 26720c9898SEd Tanous </edmx:Reference> 27720c9898SEd Tanous <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/SoftwareInventory_v1.xml"> 28720c9898SEd Tanous <edmx:Include Namespace="SoftwareInventory"/> 29720c9898SEd Tanous </edmx:Reference> 30720c9898SEd Tanous 31720c9898SEd Tanous <edmx:DataServices> 32720c9898SEd Tanous 33720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Bios"> 34720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 35f2a8e57eSGunnar Mills <Annotation Term="Redfish.Language" String="en"/> 36720c9898SEd Tanous 37720c9898SEd Tanous <EntityType Name="Bios" BaseType="Resource.v1_0_0.Resource" Abstract="true"> 38f2a8e57eSGunnar Mills <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."/> 39720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This resource shall represent BIOS attributes for a Redfish implementation."/> 40720c9898SEd Tanous <Annotation Term="Capabilities.InsertRestrictions"> 41720c9898SEd Tanous <Record> 42720c9898SEd Tanous <PropertyValue Property="Insertable" Bool="false"/> 43720c9898SEd Tanous </Record> 44720c9898SEd Tanous </Annotation> 45720c9898SEd Tanous <Annotation Term="Capabilities.UpdateRestrictions"> 46720c9898SEd Tanous <Record> 47720c9898SEd Tanous <PropertyValue Property="Updatable" Bool="true"/> 48720c9898SEd Tanous <Annotation Term="OData.Description" String="The attributes in the BIOS resource can be updated."/> 49720c9898SEd Tanous </Record> 50720c9898SEd Tanous </Annotation> 51720c9898SEd Tanous <Annotation Term="Capabilities.DeleteRestrictions"> 52720c9898SEd Tanous <Record> 53720c9898SEd Tanous <PropertyValue Property="Deletable" Bool="false"/> 54720c9898SEd Tanous </Record> 55720c9898SEd Tanous </Annotation> 56720c9898SEd Tanous <Annotation Term="Redfish.Uris"> 57720c9898SEd Tanous <Collection> 58720c9898SEd Tanous <String>/redfish/v1/Systems/{ComputerSystemId}/Bios</String> 59720c9898SEd Tanous <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Bios</String> 60720c9898SEd Tanous <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Bios</String> 61720c9898SEd Tanous </Collection> 62720c9898SEd Tanous </Annotation> 63720c9898SEd Tanous </EntityType> 64720c9898SEd Tanous 65720c9898SEd Tanous <Action Name="ResetBios" IsBound="true"> 66720c9898SEd Tanous <Annotation Term="OData.Description" String="This action resets the BIOS attributes to default."/> 67720c9898SEd Tanous <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."/> 68720c9898SEd Tanous <Parameter Name="Bios" Type="Bios.v1_0_0.Actions"/> 69720c9898SEd Tanous </Action> 70720c9898SEd Tanous 71720c9898SEd Tanous <Action Name="ChangePassword" IsBound="true"> 72720c9898SEd Tanous <Annotation Term="OData.Description" String="This action changes a BIOS password."/> 73720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This action shall change the selected BIOS password."/> 74720c9898SEd Tanous <Parameter Name="Bios" Type="Bios.v1_0_0.Actions"/> 75720c9898SEd Tanous <Parameter Name="PasswordName" Type="Edm.String" Nullable="false"> 76720c9898SEd Tanous <Annotation Term="OData.Description" String="The name of the BIOS password to change."/> 77f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This parameter shall contain the name of the BIOS password to change. For instance, `AdminPassword` or `UserPassword`."/> 78720c9898SEd Tanous </Parameter> 79720c9898SEd Tanous <Parameter Name="OldPassword" Type="Edm.String" Nullable="false"> 80720c9898SEd Tanous <Annotation Term="OData.Description" String="The existing BIOS password."/> 81720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This parameter shall contain the existing BIOS password to change."/> 82720c9898SEd Tanous </Parameter> 83720c9898SEd Tanous <Parameter Name="NewPassword" Type="Edm.String" Nullable="false"> 84720c9898SEd Tanous <Annotation Term="OData.Description" String="The new BIOS password."/> 85720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This parameter shall contain the new BIOS password."/> 86720c9898SEd Tanous </Parameter> 87720c9898SEd Tanous </Action> 88720c9898SEd Tanous </Schema> 89720c9898SEd Tanous 90720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Bios.v1_0_0"> 91720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 92720c9898SEd Tanous <Annotation Term="Redfish.Release" String="2016.1"/> 93720c9898SEd Tanous 94720c9898SEd Tanous <EntityType Name="Bios" BaseType="Bios.Bios"> 95720c9898SEd Tanous <Property Name="AttributeRegistry" Type="Edm.String"> 96720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 97720c9898SEd Tanous <Annotation Term="OData.Description" String="The resource ID of the attribute registry that has the system-specific information about a BIOS resource."/> 98720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="The link to the attribute registry that lists the metadata describing the BIOS attribute settings in this resource."/> 99720c9898SEd Tanous </Property> 100720c9898SEd Tanous <Property Name="Actions" Type="Bios.v1_0_0.Actions" Nullable="false"> 101720c9898SEd Tanous <Annotation Term="OData.Description" String="The available actions for this resource."/> 102720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/> 103720c9898SEd Tanous </Property> 104720c9898SEd Tanous <Property Name="Attributes" Type="Bios.v1_0_0.Attributes" Nullable="false"> 105720c9898SEd Tanous <Annotation Term="OData.Description" String="The list of BIOS attributes specific to the manufacturer or provider."/> 106f2a8e57eSGunnar Mills <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`."/> 107720c9898SEd Tanous </Property> 108720c9898SEd Tanous </EntityType> 109720c9898SEd Tanous 110720c9898SEd Tanous <ComplexType Name="Actions"> 111720c9898SEd Tanous <Annotation Term="OData.AdditionalProperties" Bool="false"/> 112720c9898SEd Tanous <Annotation Term="OData.Description" String="The available actions for this resource."/> 113720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/> 114720c9898SEd Tanous <Property Name="Oem" Type="Bios.v1_0_0.OemActions" Nullable="false"> 115720c9898SEd Tanous <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 116720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/> 117720c9898SEd Tanous </Property> 118720c9898SEd Tanous </ComplexType> 119720c9898SEd Tanous 120720c9898SEd Tanous <ComplexType Name="OemActions"> 121720c9898SEd Tanous <Annotation Term="OData.AdditionalProperties" Bool="true"/> 122720c9898SEd Tanous <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 123720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/> 124720c9898SEd Tanous </ComplexType> 125720c9898SEd Tanous 126720c9898SEd Tanous <ComplexType Name="Attributes"> 127720c9898SEd Tanous <Annotation Term="OData.AdditionalProperties" Bool="false"/> 128720c9898SEd Tanous <Annotation Term="OData.Description" String="The list of BIOS attributes and their values as determined by the manufacturer or provider."/> 129f2a8e57eSGunnar Mills <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."/> 130720c9898SEd Tanous <Annotation Term="Redfish.DynamicPropertyPatterns"> 131720c9898SEd Tanous <Collection> 132720c9898SEd Tanous <Record> 133720c9898SEd Tanous <PropertyValue Property="Pattern" String="^[A-Za-z][A-Za-z0-9_]+$"/> 134720c9898SEd Tanous <PropertyValue Property="Type" String="Edm.PrimitiveType"/> 135720c9898SEd Tanous </Record> 136720c9898SEd Tanous </Collection> 137720c9898SEd Tanous </Annotation> 138720c9898SEd Tanous </ComplexType> 139720c9898SEd Tanous </Schema> 140720c9898SEd Tanous 141720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Bios.v1_0_1"> 142720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 143f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to add permissions annotations to all properties for clarity."/> 144720c9898SEd Tanous <EntityType Name="Bios" BaseType="Bios.v1_0_0.Bios"/> 145720c9898SEd Tanous </Schema> 146720c9898SEd Tanous 147720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Bios.v1_0_2"> 148720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 149720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/> 150720c9898SEd Tanous <EntityType Name="Bios" BaseType="Bios.v1_0_1.Bios"/> 151720c9898SEd Tanous </Schema> 152720c9898SEd Tanous 153720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Bios.v1_0_3"> 154720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 155720c9898SEd Tanous <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."/> 156720c9898SEd Tanous <EntityType Name="Bios" BaseType="Bios.v1_0_2.Bios"/> 157720c9898SEd Tanous </Schema> 158720c9898SEd Tanous 159720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Bios.v1_0_4"> 160720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 161f2a8e57eSGunnar Mills <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."/> 162720c9898SEd Tanous <EntityType Name="Bios" BaseType="Bios.v1_0_3.Bios"/> 163720c9898SEd Tanous </Schema> 164720c9898SEd Tanous 165720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Bios.v1_0_5"> 166720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 167f2a8e57eSGunnar Mills <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."/> 168720c9898SEd Tanous <EntityType Name="Bios" BaseType="Bios.v1_0_4.Bios"/> 169720c9898SEd Tanous </Schema> 170720c9898SEd Tanous 171720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Bios.v1_0_6"> 172720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 173720c9898SEd Tanous <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."/> 174720c9898SEd Tanous <EntityType Name="Bios" BaseType="Bios.v1_0_5.Bios"/> 175720c9898SEd Tanous </Schema> 176720c9898SEd Tanous 177720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Bios.v1_0_7"> 178720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 179720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> 180720c9898SEd Tanous <EntityType Name="Bios" BaseType="Bios.v1_0_6.Bios"/> 181720c9898SEd Tanous </Schema> 182720c9898SEd Tanous 183720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Bios.v1_0_8"> 184720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 185720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 186720c9898SEd Tanous <EntityType Name="Bios" BaseType="Bios.v1_0_7.Bios"/> 187720c9898SEd Tanous </Schema> 188720c9898SEd Tanous 189720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Bios.v1_0_9"> 190720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 191f2a8e57eSGunnar Mills <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."/> 192720c9898SEd Tanous <EntityType Name="Bios" BaseType="Bios.v1_0_8.Bios"/> 193720c9898SEd Tanous </Schema> 194720c9898SEd Tanous 195720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Bios.v1_0_10"> 196720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 197720c9898SEd Tanous <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`."/> 198720c9898SEd Tanous <EntityType Name="Bios" BaseType="Bios.v1_0_9.Bios"/> 199720c9898SEd Tanous </Schema> 200720c9898SEd Tanous 201720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Bios.v1_0_11"> 202720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 203720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 204720c9898SEd Tanous <EntityType Name="Bios" BaseType="Bios.v1_0_10.Bios"/> 205720c9898SEd Tanous </Schema> 206720c9898SEd Tanous 207f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Bios.v1_0_12"> 208f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 209f2a8e57eSGunnar Mills <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."/> 210f2a8e57eSGunnar Mills <EntityType Name="Bios" BaseType="Bios.v1_0_11.Bios"/> 211f2a8e57eSGunnar Mills </Schema> 212f2a8e57eSGunnar Mills 213720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Bios.v1_1_0"> 214720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 215720c9898SEd Tanous <Annotation Term="Redfish.Release" String="2019.2"/> 216720c9898SEd Tanous 217720c9898SEd Tanous <EntityType Name="Bios" BaseType="Bios.v1_0_6.Bios"> 218720c9898SEd Tanous <Property Name="Links" Type="Bios.v1_1_0.Links" Nullable="false"> 219720c9898SEd Tanous <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/> 220720c9898SEd Tanous <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."/> 221720c9898SEd Tanous </Property> 222720c9898SEd Tanous </EntityType> 223720c9898SEd Tanous 224720c9898SEd Tanous <ComplexType Name="Links" BaseType="Resource.Links"> 225720c9898SEd Tanous <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/> 226720c9898SEd Tanous <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."/> 227720c9898SEd Tanous <NavigationProperty Name="ActiveSoftwareImage" Type="SoftwareInventory.SoftwareInventory" Nullable="false"> 228720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 229720c9898SEd Tanous <Annotation Term="OData.Description" String="The link to the software inventory that represents the active BIOS firmware image."/> 230f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain a link a resource of type `SoftwareInventory` that represents the active BIOS firmware image."/> 231720c9898SEd Tanous <Annotation Term="OData.AutoExpandReferences"/> 232720c9898SEd Tanous </NavigationProperty> 233720c9898SEd Tanous <NavigationProperty Name="SoftwareImages" Type="Collection(SoftwareInventory.SoftwareInventory)"> 234720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 235720c9898SEd Tanous <Annotation Term="OData.Description" String="The images that are associated with this BIOS."/> 236f2a8e57eSGunnar Mills <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."/> 237720c9898SEd Tanous <Annotation Term="OData.AutoExpandReferences"/> 238720c9898SEd Tanous </NavigationProperty> 239720c9898SEd Tanous </ComplexType> 240720c9898SEd Tanous </Schema> 241720c9898SEd Tanous 242720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Bios.v1_1_1"> 243720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 244720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 245720c9898SEd Tanous <EntityType Name="Bios" BaseType="Bios.v1_1_0.Bios"/> 246720c9898SEd Tanous </Schema> 247720c9898SEd Tanous 248720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Bios.v1_1_2"> 249720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 250f2a8e57eSGunnar Mills <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."/> 251720c9898SEd Tanous <EntityType Name="Bios" BaseType="Bios.v1_1_1.Bios"/> 252720c9898SEd Tanous </Schema> 253720c9898SEd Tanous 254720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Bios.v1_1_3"> 255720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 256720c9898SEd Tanous <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`."/> 257720c9898SEd Tanous <EntityType Name="Bios" BaseType="Bios.v1_1_2.Bios"/> 258720c9898SEd Tanous </Schema> 259720c9898SEd Tanous 260720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Bios.v1_1_4"> 261720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 262720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 263720c9898SEd Tanous <EntityType Name="Bios" BaseType="Bios.v1_1_3.Bios"/> 264720c9898SEd Tanous </Schema> 265720c9898SEd Tanous 266f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Bios.v1_1_5"> 267f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 268f2a8e57eSGunnar Mills <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."/> 269f2a8e57eSGunnar Mills <EntityType Name="Bios" BaseType="Bios.v1_1_4.Bios"/> 270f2a8e57eSGunnar Mills </Schema> 271f2a8e57eSGunnar Mills 272720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Bios.v1_2_0"> 273720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 274720c9898SEd Tanous <Annotation Term="Redfish.Release" String="2021.1"/> 275720c9898SEd Tanous 276720c9898SEd Tanous <EntityType Name="Bios" BaseType="Bios.v1_1_2.Bios"> 277720c9898SEd Tanous <Property Name="ResetBiosToDefaultsPending" Type="Edm.Boolean"> 278720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 279720c9898SEd Tanous <Annotation Term="OData.Description" String="An indication of whether there is a pending request to reset the BIOS attributes to default values."/> 280f2a8e57eSGunnar Mills <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`."/> 281720c9898SEd Tanous </Property> 282720c9898SEd Tanous </EntityType> 283720c9898SEd Tanous </Schema> 284720c9898SEd Tanous 285720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Bios.v1_2_1"> 286720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 287720c9898SEd Tanous <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`."/> 288720c9898SEd Tanous <EntityType Name="Bios" BaseType="Bios.v1_2_0.Bios"/> 289720c9898SEd Tanous </Schema> 290720c9898SEd Tanous 291720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Bios.v1_2_2"> 292720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 293720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 294720c9898SEd Tanous <EntityType Name="Bios" BaseType="Bios.v1_2_1.Bios"/> 295720c9898SEd Tanous </Schema> 296720c9898SEd Tanous 297f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Bios.v1_2_3"> 298f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 299f2a8e57eSGunnar Mills <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."/> 300f2a8e57eSGunnar Mills <EntityType Name="Bios" BaseType="Bios.v1_2_2.Bios"/> 301f2a8e57eSGunnar Mills </Schema> 302f2a8e57eSGunnar Mills 303720c9898SEd Tanous </edmx:DataServices> 304720c9898SEd Tanous</edmx:Edmx> 305