1<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################       -->
4<!--# Redfish Schema:  BootOption v1.0.5                                                   -->
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:Reference>
27  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/ComputerSystem_v1.xml">
28    <edmx:Include Namespace="ComputerSystem"/>
29  </edmx:Reference>
30
31  <edmx:DataServices>
32
33    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="BootOption">
34      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
35
36      <EntityType Name="BootOption" BaseType="Resource.v1_0_0.Resource" Abstract="true">
37        <Annotation Term="OData.Description" String="The BootOption schema reports information about a single boot option in a system.  It represents the properties of a bootable device available in the system."/>
38        <Annotation Term="OData.LongDescription" String="This resource shall represent a single boot option within a system."/>
39        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
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            <Annotation Term="OData.Description" String="Any writable properties can be updated for boot options."/>
49          </Record>
50        </Annotation>
51        <Annotation Term="Capabilities.DeleteRestrictions">
52          <Record>
53            <PropertyValue Property="Deletable" Bool="true"/>
54            <Annotation Term="OData.Description" String="Some implementations might allow the deletion of individual boot options."/>
55          </Record>
56        </Annotation>
57        <Annotation Term="Redfish.Uris">
58          <Collection>
59            <String>/redfish/v1/Systems/{ComputerSystemId}/BootOptions/{BootOptionId}</String>
60            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/BootOptions/{BootOptionId}</String>
61            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/BootOptions/{BootOptionId}</String>
62          </Collection>
63        </Annotation>
64      </EntityType>
65    </Schema>
66
67    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="BootOption.v1_0_0">
68      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
69      <Annotation Term="Redfish.Release" String="2017.3"/>
70
71      <EntityType Name="BootOption" BaseType="BootOption.BootOption">
72        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
73        <Property Name="BootOptionReference" Type="Edm.String">
74          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
75          <Annotation Term="OData.Description" String="The unique boot option."/>
76          <Annotation Term="OData.LongDescription" String="This property shall correspond to the boot option or device.  For UEFI systems, this string shall match the UEFI boot option variable name, such as `Boot####`.  The BootOrder array of a computer system resource contains this value."/>
77          <Annotation Term="Redfish.Required"/>
78        </Property>
79        <Property Name="DisplayName" Type="Edm.String">
80          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
81          <Annotation Term="OData.Description" String="The user-readable display name of the boot option that appears in the boot order list in the user interface."/>
82          <Annotation Term="OData.LongDescription" String="This property shall contain a user-readable boot option name, as it should appear in the boot order list in the user interface."/>
83        </Property>
84        <Property Name="BootOptionEnabled" Type="Edm.Boolean">
85          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
86          <Annotation Term="OData.Description" String="An indication of whether the boot option is enabled.  If `true`, it is enabled.  If `false`, the boot option that the boot order array on the computer system contains is skipped.  In the UEFI context, this property influences the load option active flag for the boot option."/>
87          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the boot option is enabled.  If `true`, it is enabled.  If `false`, the boot option that the boot order array on the computer system contains shall be skipped.  In the UEFI context, this property shall influence the load option active flag for the boot option."/>
88        </Property>
89        <Property Name="UefiDevicePath" Type="Edm.String">
90          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
91          <Annotation Term="OData.Description" String="The UEFI device path to access this UEFI boot option."/>
92          <Annotation Term="OData.LongDescription" String="This property shall contain the UEFI Specification-defined UEFI device path that identifies and locates the device for this boot option."/>
93        </Property>
94        <Property Name="Alias" Type="ComputerSystem.BootSource">
95          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
96          <Annotation Term="OData.Description" String="The alias of this boot source."/>
97          <Annotation Term="OData.LongDescription" String="This property shall contain the string alias of this boot source that describes the type of boot."/>
98        </Property>
99        <NavigationProperty Name="RelatedItem" Type="Collection(Resource.Item)">
100          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
101          <Annotation Term="OData.Description" String="An array of links to resources or objects associated with this boot option."/>
102          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources or objects that are associated with this boot option."/>
103          <Annotation Term="OData.AutoExpandReferences"/>
104        </NavigationProperty>
105        <Property Name="Actions" Type="BootOption.v1_0_0.Actions" Nullable="false">
106          <Annotation Term="OData.Description" String="The available actions for this resource."/>
107          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
108        </Property>
109      </EntityType>
110
111      <ComplexType Name="Actions">
112        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
113        <Annotation Term="OData.Description" String="The available actions for this resource."/>
114        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
115        <Property Name="Oem" Type="BootOption.v1_0_0.OemActions" Nullable="false">
116          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
117          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
118        </Property>
119      </ComplexType>
120
121      <ComplexType Name="OemActions">
122        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
123        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
124        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
125      </ComplexType>
126    </Schema>
127
128    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="BootOption.v1_0_1">
129      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
130      <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."/>
131      <EntityType Name="BootOption" BaseType="BootOption.v1_0_0.BootOption"/>
132    </Schema>
133
134    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="BootOption.v1_0_2">
135      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
136      <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."/>
137      <EntityType Name="BootOption" BaseType="BootOption.v1_0_1.BootOption"/>
138    </Schema>
139
140    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="BootOption.v1_0_3">
141      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
142      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
143      <EntityType Name="BootOption" BaseType="BootOption.v1_0_2.BootOption"/>
144    </Schema>
145
146    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="BootOption.v1_0_4">
147      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
148      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
149      <EntityType Name="BootOption" BaseType="BootOption.v1_0_3.BootOption"/>
150    </Schema>
151
152    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="BootOption.v1_0_5">
153      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
154      <Annotation Term="OData.Description" String="This version was created to remove normative language from non-normative descriptions."/>
155      <EntityType Name="BootOption" BaseType="BootOption.v1_0_4.BootOption"/>
156    </Schema>
157
158  </edmx:DataServices>
159</edmx:Edmx>
160