1<?xml version="1.0" encoding="UTF-8"?> 2<!----> 3<!--################################################################################ --> 4<!--# Redfish Schema: AttributeRegistry v1.3.9 --> 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-2024 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:Include Namespace="Validation.v1_0_0" Alias="Validation"/> 23 </edmx:Reference> 24 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml"> 25 <edmx:Include Namespace="Resource"/> 26 <edmx:Include Namespace="Resource.v1_0_0"/> 27 </edmx:Reference> 28 29 <edmx:DataServices> 30 31 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry"> 32 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 33 <Annotation Term="Redfish.Language" String="en"/> 34 35 <EntityType Name="AttributeRegistry" BaseType="Resource.v1_0_0.Resource" Abstract="true"> 36 <Annotation Term="OData.Description" String="The `AttributeRegistry` schema contains a set of key-value pairs that represent the structure of an attribute registry. It includes mechanisms for building user interfaces, or menus, allowing consistent navigation of the contents. The attribute registry is specific to an implementation or product. The attributes and property names are not standardized."/> 37 <Annotation Term="OData.LongDescription" String="This resource shall represent an attribute registry for a Redfish implementation."/> 38 <Annotation Term="Capabilities.InsertRestrictions"> 39 <Record> 40 <PropertyValue Property="Insertable" Bool="false"/> 41 </Record> 42 </Annotation> 43 <Annotation Term="Capabilities.UpdateRestrictions"> 44 <Record> 45 <PropertyValue Property="Updatable" Bool="false"/> 46 </Record> 47 </Annotation> 48 <Annotation Term="Capabilities.DeleteRestrictions"> 49 <Record> 50 <PropertyValue Property="Deletable" Bool="false"/> 51 </Record> 52 </Annotation> 53 </EntityType> 54 </Schema> 55 56 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_0_0"> 57 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 58 <Annotation Term="Redfish.Release" String="2016.1"/> 59 60 <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.AttributeRegistry"> 61 <Property Name="Language" Type="Edm.String" Nullable="false"> 62 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 63 <Annotation Term="OData.Description" String="The RFC5646-conformant language code for the attribute registry."/> 64 <Annotation Term="OData.LongDescription" String="This property shall contain an RFC5646-conformant language code."/> 65 <Annotation Term="Redfish.Required"/> 66 </Property> 67 <Property Name="RegistryVersion" Type="Edm.String" Nullable="false"> 68 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 69 <Annotation Term="OData.Description" String="The attribute registry version."/> 70 <Annotation Term="OData.LongDescription" String="This property shall contain the version of this attribute registry."/> 71 <Annotation Term="Validation.Pattern" String="^\d+\.\d+\.\d+$"/> 72 <Annotation Term="Redfish.Required"/> 73 </Property> 74 <Property Name="OwningEntity" Type="Edm.String" Nullable="false"> 75 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 76 <Annotation Term="OData.Description" String="The organization or company that publishes this attribute registry."/> 77 <Annotation Term="OData.LongDescription" String="This property shall represent the publisher of this attribute registry."/> 78 <Annotation Term="Redfish.Required"/> 79 </Property> 80 <Property Name="SupportedSystems" Type="Collection(AttributeRegistry.v1_0_0.SupportedSystems)" Nullable="false"> 81 <Annotation Term="OData.Description" String="An array of systems that this attribute registry supports."/> 82 <Annotation Term="OData.LongDescription" String="This property shall contain an array containing a list of systems that this attribute registry supports."/> 83 </Property> 84 <Property Name="RegistryEntries" Type="AttributeRegistry.v1_0_0.RegistryEntries" Nullable="false"> 85 <Annotation Term="OData.Description" String="The list of all attributes and their metadata for this component."/> 86 <Annotation Term="OData.LongDescription" String="This property shall list attributes for this component, along with their possible values, dependencies, and other metadata."/> 87 </Property> 88 </EntityType> 89 90 <ComplexType Name="SupportedSystems"> 91 <Annotation Term="OData.Description" String="A system that this attribute registry supports."/> 92 <Annotation Term="OData.LongDescription" String="This type shall describe a system that this attribute registry supports."/> 93 <Property Name="ProductName" Type="Edm.String"> 94 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 95 <Annotation Term="OData.Description" String="The product name of the computer system to which this attribute registry applies."/> 96 <Annotation Term="OData.LongDescription" String="This property shall contain the product name of the computer system to which this attribute registry applies."/> 97 </Property> 98 <Property Name="SystemId" Type="Edm.String"> 99 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 100 <Annotation Term="OData.Description" String="The ID of the systems to which this attribute registry applies."/> 101 <Annotation Term="OData.LongDescription" String="This property shall contain the system ID that identifies the systems to which this attribute registry applies. This can be identified by one or more properties in the computer system resource, such as Model, SubModel, or SKU."/> 102 <Annotation Term="Validation.Pattern" String="^[A-Za-z0-9]+$"/> 103 </Property> 104 </ComplexType> 105 106 <ComplexType Name="RegistryEntries"> 107 <Annotation Term="OData.Description" String="The list of all attributes and metadata for this component."/> 108 <Annotation Term="OData.LongDescription" String="This type shall describe a list of all attributes for this component, along with their possible values, dependencies, and other metadata."/> 109 <Property Name="Attributes" Type="Collection(AttributeRegistry.v1_0_0.Attributes)" Nullable="false"> 110 <Annotation Term="OData.Description" String="An array of attributes and their possible values in the attribute registry."/> 111 <Annotation Term="OData.LongDescription" String="This property shall contain an array containing the attributes and their possible values and other metadata in the attribute registry."/> 112 </Property> 113 <Property Name="Menus" Type="Collection(AttributeRegistry.v1_0_0.Menus)" Nullable="false"> 114 <Annotation Term="OData.Description" String="An array for the attributes menus and their hierarchy in the attribute registry."/> 115 <Annotation Term="OData.LongDescription" String="This property shall contain an array containing the attributes menus and their hierarchy in the attribute registry."/> 116 </Property> 117 <Property Name="Dependencies" Type="Collection(AttributeRegistry.v1_0_0.Dependencies)" Nullable="false"> 118 <Annotation Term="OData.Description" String="An array of dependencies of attributes on this component."/> 119 <Annotation Term="OData.LongDescription" String="This property shall contain an array containing a list of dependencies of attributes on this component."/> 120 </Property> 121 </ComplexType> 122 123 <ComplexType Name="Attributes"> 124 <Annotation Term="OData.Description" String="An attribute and its possible values and other metadata."/> 125 <Annotation Term="OData.LongDescription" String="This type shall describe an attribute and its possible values and other metadata."/> 126 <Property Name="AttributeName" Type="Edm.String" Nullable="false"> 127 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 128 <Annotation Term="OData.Description" String="The unique name for the attribute."/> 129 <Annotation Term="OData.LongDescription" String="This property shall contain the name of this attribute that is unique in this attribute registry."/> 130 <Annotation Term="Validation.Pattern" String="^[A-Za-z][A-Za-z0-9_]+$"/> 131 <Annotation Term="Redfish.Required"/> 132 </Property> 133 <Property Name="Type" Type="AttributeRegistry.v1_0_0.AttributeType" Nullable="false"> 134 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 135 <Annotation Term="OData.Description" String="The attribute type."/> 136 <Annotation Term="OData.LongDescription" String="This property shall contain an enumeration that describes the attribute type."/> 137 </Property> 138 <Property Name="Value" Type="Collection(AttributeRegistry.v1_0_0.AttributeValue)" Nullable="false"> 139 <Annotation Term="OData.Description" String="An array of the possible values for enumerated attribute values."/> 140 <Annotation Term="OData.LongDescription" String="This property shall contain an array containing the possible values of an attribute of the `Enumeration` type."/> 141 </Property> 142 <Property Name="DisplayName" Type="Edm.String"> 143 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 144 <Annotation Term="OData.Description" String="The user-readable display string for the attribute in the defined language."/> 145 <Annotation Term="OData.LongDescription" String="This property shall contain the user-readable display string for the attribute in the defined language."/> 146 </Property> 147 <Property Name="HelpText" Type="Edm.String"> 148 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 149 <Annotation Term="OData.Description" String="The help text for the attribute."/> 150 <Annotation Term="OData.LongDescription" String="This property shall contain the help text for the attribute."/> 151 </Property> 152 <Property Name="WarningText" Type="Edm.String"> 153 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 154 <Annotation Term="OData.Description" String="The warning text for the attribute."/> 155 <Annotation Term="OData.LongDescription" String="This property shall contain the warning text for the attribute."/> 156 </Property> 157 <Property Name="CurrentValue" Type="Edm.PrimitiveType"> 158 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 159 <Annotation Term="OData.Description" String="The placeholder of the current value for the attribute."/> 160 <Annotation Term="OData.LongDescription" String="This property shall contain the placeholder of the current value for the attribute, to aid in evaluating dependencies. The evaluation results of the `Dependencies` array may affect the current attribute value."/> 161 </Property> 162 <Property Name="DefaultValue" Type="Edm.PrimitiveType"> 163 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 164 <Annotation Term="OData.Description" String="The default value for the attribute."/> 165 <Annotation Term="OData.LongDescription" String="This property shall contain the default value for the attribute."/> 166 </Property> 167 <Property Name="DisplayOrder" Type="Edm.Int64"> 168 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 169 <Annotation Term="OData.Description" String="The ascending order, as a number, in which this attribute appears relative to other attributes."/> 170 <Annotation Term="OData.LongDescription" String="This property shall contain the ascending order, as a number, in which this attribute appears relative to other attributes."/> 171 </Property> 172 <Property Name="MenuPath" Type="Edm.String"> 173 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 174 <Annotation Term="OData.Description" String="The path that describes the menu hierarchy of this attribute."/> 175 <Annotation Term="OData.LongDescription" String="This property shall contain the menu hierarchy of this attribute, in the form of a path to the menu names. It shall start with `./` to indicate the root menu, followed by the menu names with `/` characters to delineate the menu traversal."/> 176 <Annotation Term="Validation.Pattern" String="^\.\/([^/]+(\/[^/]+)*)?$"/> 177 </Property> 178 <Property Name="ReadOnly" Type="Edm.Boolean"> 179 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 180 <Annotation Term="OData.Description" String="An indication of whether this attribute is read-only. A read-only attribute cannot be modified, and should be grayed out in user interfaces."/> 181 <Annotation Term="OData.LongDescription" String="This property shall indicate whether this attribute is read-only. A read-only attribute cannot be modified, and should be grayed out in user interfaces. The evaluation results of the `Dependencies` array may affect the read-only state of an attribute."/> 182 </Property> 183 <Property Name="WriteOnly" Type="Edm.Boolean"> 184 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 185 <Annotation Term="OData.Description" String="An indication of whether this attribute is write-only. A write-only attribute reverts to its initial value after settings are applied."/> 186 <Annotation Term="OData.LongDescription" String="This property shall indicate whether this attribute is write-only. A write-only attribute reverts to its initial value after settings are applied."/> 187 </Property> 188 <Property Name="GrayOut" Type="Edm.Boolean"> 189 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 190 <Annotation Term="OData.Description" String="An indication of whether this attribute is grayed out. A grayed-out attribute is not active and is grayed out in user interfaces but the attribute value can be modified."/> 191 <Annotation Term="OData.LongDescription" String="This property shall indicate whether this attribute is grayed out. A grayed-out attribute is not active and is grayed out in user interfaces but the attribute value can be modified. The evaluation results of the `Dependencies` array may affect the grayed-out state of an attribute."/> 192 </Property> 193 <Property Name="Hidden" Type="Edm.Boolean"> 194 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 195 <Annotation Term="OData.Description" String="An indication of whether this attribute is hidden in user interfaces."/> 196 <Annotation Term="OData.LongDescription" String="This property shall indicate whether this attribute is hidden in user interfaces. The evaluation results of the `Dependencies` array may affect the hidden state of an attribute."/> 197 </Property> 198 <Property Name="Immutable" Type="Edm.Boolean"> 199 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 200 <Annotation Term="OData.Description" String="An indication of whether this attribute is immutable. Immutable attributes cannot be modified and typically reflect a hardware state."/> 201 <Annotation Term="OData.LongDescription" String="This property shall indicate whether this attribute is immutable. Immutable attributes shall not be modified and typically reflect a hardware state."/> 202 </Property> 203 <Property Name="IsSystemUniqueProperty" Type="Edm.Boolean"> 204 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 205 <Annotation Term="OData.Description" String="An indication of whether this attribute is unique for this system and should not be replicated."/> 206 <Annotation Term="OData.LongDescription" String="This property shall indicate whether this attribute is unique."/> 207 </Property> 208 <Property Name="MaxLength" Type="Edm.Int64"> 209 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 210 <Annotation Term="OData.Description" String="The maximum character length of a string attribute."/> 211 <Annotation Term="OData.LongDescription" String="This numeric property shall contain the maximum character length of an attribute of the String type."/> 212 </Property> 213 <Property Name="MinLength" Type="Edm.Int64"> 214 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 215 <Annotation Term="OData.Description" String="The minimum character length of the string attribute."/> 216 <Annotation Term="OData.LongDescription" String="This property shall contain a number indicating the minimum character length of an attribute of the String type."/> 217 </Property> 218 <Property Name="ScalarIncrement" Type="Edm.Int64"> 219 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 220 <Annotation Term="OData.Description" String="The amount to increment or decrement an integer attribute each time a user requests a value change. The `0` value indicates a free-form numeric user-input attribute."/> 221 <Annotation Term="OData.LongDescription" String="This property shall contain a number indicating the amount to increment or decrement an integer attribute each time a user requests a value change. The `0` value indicates a free-form numeric user-input attribute."/> 222 </Property> 223 <Property Name="UpperBound" Type="Edm.Int64"> 224 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 225 <Annotation Term="OData.Description" String="The upper limit for an integer attribute."/> 226 <Annotation Term="OData.LongDescription" String="This property shall contain a number indicating the upper limit for an integer attribute."/> 227 </Property> 228 <Property Name="LowerBound" Type="Edm.Int64"> 229 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 230 <Annotation Term="OData.Description" String="The lower limit for an integer attribute."/> 231 <Annotation Term="OData.LongDescription" String="This property shall contain a number indicating the lower limit for an integer attribute."/> 232 </Property> 233 <Property Name="ValueExpression" Type="Edm.String"> 234 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 235 <Annotation Term="OData.Description" String="A valid regular expression, according to the Perl regular expression dialect, that validates the attribute value. Applies to only string and integer attributes."/> 236 <Annotation Term="OData.LongDescription" String="This property shall contain a valid regular expression, according to the Perl regular expression dialect, that validates the attribute value. Applies to only string and integer attributes."/> 237 </Property> 238 </ComplexType> 239 240 <ComplexType Name="Menus"> 241 <Annotation Term="OData.Description" String="An attribute's menu and its hierarchy."/> 242 <Annotation Term="OData.LongDescription" String="This type shall describe an attribute's menu and its hierarchy."/> 243 <Property Name="MenuName" Type="Edm.String" Nullable="false"> 244 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 245 <Annotation Term="OData.Description" String="The unique name string of this menu."/> 246 <Annotation Term="OData.LongDescription" String="This property shall contain the name of this menu that is unique in this attribute registry."/> 247 <Annotation Term="Validation.Pattern" String="^[^/]+$"/> 248 </Property> 249 <Property Name="DisplayName" Type="Edm.String"> 250 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 251 <Annotation Term="OData.Description" String="The user-readable display string of this menu in the defined language."/> 252 <Annotation Term="OData.LongDescription" String="This property shall contain the user-readable display string of the menu in the defined language."/> 253 </Property> 254 <Property Name="DisplayOrder" Type="Edm.Int64"> 255 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 256 <Annotation Term="OData.Description" String="The ascending order, as a number, in which this menu appears relative to other menus."/> 257 <Annotation Term="OData.LongDescription" String="This property shall contain the ascending order, as a number, in which this menu appears relative to other menus."/> 258 </Property> 259 <Property Name="ReadOnly" Type="Edm.Boolean"> 260 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 261 <Annotation Term="OData.Description" String="An indication of whether this menu is read-only. A read-only menu, its properties, and sub-menus are not accessible in user interfaces."/> 262 <Annotation Term="OData.LongDescription" String="This property shall indicate whether this menu is read-only. A read-only menu is not accessible in user interfaces, and all properties contained in that menu and its sub-menus are read-only."/> 263 </Property> 264 <Property Name="GrayOut" Type="Edm.Boolean"> 265 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 266 <Annotation Term="OData.Description" String="An indication of whether this menu is grayed out. A grayed-only menu is not accessible in user interfaces."/> 267 <Annotation Term="OData.LongDescription" String="This property shall indicate whether this menu is grayed out. A grayed-only menu is not accessible in user interfaces."/> 268 </Property> 269 <Property Name="MenuPath" Type="Edm.String"> 270 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 271 <Annotation Term="OData.Description" String="The path to the menu names that describes this menu hierarchy relative to other menus."/> 272 <Annotation Term="OData.LongDescription" String="This property shall contain the menu hierarchy of this menu, in the form of a path to the menu names. It shall start with `./` to indicate the root menu, followed by the menu names with `/` characters to delineate the menu traversal."/> 273 <Annotation Term="Validation.Pattern" String="^\.\/([^/]+(\/[^/]+)*)?$"/> 274 </Property> 275 </ComplexType> 276 277 <ComplexType Name="Dependencies"> 278 <Annotation Term="OData.Description" String="The dependency of attributes on this component."/> 279 <Annotation Term="OData.LongDescription" String="This type shall describe a dependency of attributes on this component."/> 280 <Property Name="Dependency" Type="AttributeRegistry.v1_0_0.Dependency" Nullable="false"> 281 <Annotation Term="OData.Description" String="The dependency expression for one or more attributes in this attribute registry."/> 282 <Annotation Term="OData.LongDescription" String="This property shall contain the dependency expression for one or more attributes in this attribute registry."/> 283 </Property> 284 <Property Name="DependencyFor" Type="Edm.String" Nullable="false"> 285 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 286 <Annotation Term="OData.Description" String="The `AttributeName` of the attribute whose change triggers the evaluation of this dependency expression."/> 287 <Annotation Term="OData.LongDescription" String="This property shall contain the `AttributeName` of the attribute whose change triggers the evaluation of this dependency expression."/> 288 <Annotation Term="Validation.Pattern" String="^[A-Za-z][A-Za-z0-9_]+$"/> 289 </Property> 290 <Property Name="Type" Type="AttributeRegistry.v1_0_0.DependencyType" Nullable="false"> 291 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 292 <Annotation Term="OData.Description" String="The type of the dependency structure."/> 293 <Annotation Term="OData.LongDescription" String="This property shall contain an enumeration that describes the type for the attribute dependency."/> 294 </Property> 295 </ComplexType> 296 297 <ComplexType Name="AttributeValue"> 298 <Annotation Term="OData.Description" String="A possible value for an enumeration attribute."/> 299 <Annotation Term="OData.LongDescription" String="This type shall describe a possible enumeration attribute value."/> 300 <Property Name="ValueName" Type="Edm.String" Nullable="false"> 301 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 302 <Annotation Term="OData.Description" String="The unique value name for the attribute."/> 303 <Annotation Term="OData.LongDescription" String="This property shall contain a string representing the value name for the attribute. `ValueName` is a unique string within the list of possible values in the `Value` array for an attribute."/> 304 <Annotation Term="Redfish.Required"/> 305 </Property> 306 <Property Name="ValueDisplayName" Type="Edm.String"> 307 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 308 <Annotation Term="OData.Description" String="A user-readable display string of the value for the attribute in the defined language."/> 309 <Annotation Term="OData.LongDescription" String="This property shall contain a string representing the user-readable display string of the value for the attribute in the defined language."/> 310 </Property> 311 </ComplexType> 312 313 <ComplexType Name="Dependency"> 314 <Annotation Term="OData.Description" String="The dependency expression for one or more attributes in this attribute registry."/> 315 <Annotation Term="OData.LongDescription" String="This type shall describe the dependency expression for one or more attributes in this attribute registry."/> 316 <Property Name="MapFrom" Type="Collection(AttributeRegistry.v1_0_0.MapFrom)" Nullable="false"> 317 <Annotation Term="OData.Description" String="An array of the map-from conditions for a mapping dependency."/> 318 <Annotation Term="OData.LongDescription" String="This property shall contain an array containing the map-from conditions for a dependency of the `Map` type."/> 319 </Property> 320 <Property Name="MapToAttribute" Type="Edm.String" Nullable="false"> 321 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 322 <Annotation Term="OData.Description" String="The `AttributeName` of the attribute that is affected by this dependency expression."/> 323 <Annotation Term="OData.LongDescription" String="This property shall contain the `AttributeName` of the attribute that is affected by this dependency expression."/> 324 <Annotation Term="Validation.Pattern" String="^[A-Za-z][A-Za-z0-9_]+$"/> 325 </Property> 326 <Property Name="MapToProperty" Type="AttributeRegistry.v1_0_0.MapToProperty" Nullable="false"> 327 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 328 <Annotation Term="OData.Description" String="The metadata property for the attribute that contains the map-from condition that evaluates this dependency expression."/> 329 <Annotation Term="OData.LongDescription" String="This property shall contain the metadata property for the attribute that the `MapFromAttribute` property specifies that evaluates this dependency expression. For example, this value could be the `MapFromAttribute` `CurrentValue` or `ReadOnly` state."/> 330 </Property> 331 <Property Name="MapToValue" Type="Edm.PrimitiveType"> 332 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 333 <Annotation Term="OData.Description" String="The value that the map-to property changes to if the dependency expression evaluates to `true`."/> 334 <Annotation Term="OData.LongDescription" String="The value that the property in `MapToProperty` in the attribute specified in `MapToAttribute` changes to if the dependency expression evaluates to `true`."/> 335 </Property> 336 </ComplexType> 337 338 <ComplexType Name="MapFrom"> 339 <Annotation Term="OData.Description" String="A map-from condition for mapping dependency."/> 340 <Annotation Term="OData.LongDescription" String="This type shall describe a map-from condition for a dependency of the Map type."/> 341 <Property Name="MapFromAttribute" Type="Edm.String" Nullable="false"> 342 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 343 <Annotation Term="OData.Description" String="The attribute to use to evaluate this dependency expression."/> 344 <Annotation Term="OData.LongDescription" String="This property shall contain the `AttributeName` for the attribute to use to evaluate this dependency expression term."/> 345 <Annotation Term="Validation.Pattern" String="^[A-Za-z][A-Za-z0-9_]+$"/> 346 </Property> 347 <Property Name="MapFromProperty" Type="AttributeRegistry.v1_0_0.MapFromProperty" Nullable="false"> 348 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 349 <Annotation Term="OData.Description" String="The metadata property for the attribute that the `MapFromAttribute` property specifies to use to evaluate this dependency expression."/> 350 <Annotation Term="OData.LongDescription" String="This property shall contain the metadata property for the attribute that the `MapFromAttribute` property specifies to use to evaluate this dependency expression. For example, this value could be the `MapFromAttribute` `CurrentValue`, or `ReadOnly` state."/> 351 </Property> 352 <Property Name="MapFromCondition" Type="AttributeRegistry.v1_0_0.MapFromCondition" Nullable="false"> 353 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 354 <Annotation Term="OData.Description" String="The condition to use to evaluate this dependency expression."/> 355 <Annotation Term="OData.LongDescription" String="This property shall contain the condition to use to evaluate this dependency expression. For example, `EQU` or `NEQ`."/> 356 </Property> 357 <Property Name="MapFromValue" Type="Edm.PrimitiveType"> 358 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 359 <Annotation Term="OData.Description" String="The value to use to evaluate this dependency expression."/> 360 <Annotation Term="OData.LongDescription" String="The value that the property in `MapFromProperty` in the attribute in `MapFromAttribute` to use to evaluate this dependency expression."/> 361 </Property> 362 <Property Name="MapTerms" Type="AttributeRegistry.v1_0_0.MapTerms" Nullable="false"> 363 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 364 <Annotation Term="OData.Description" String="The logical term that combines two or more map-from conditions in this dependency expression. For example, `AND` for logical AND, or `OR` for logical OR."/> 365 <Annotation Term="OData.LongDescription" String="This property shall contain the logical term that combines two or more `MapFrom` conditions in this dependency expression. For example, `AND` for logical AND, or `OR` for logical OR. If multiple logical terms are present in a dependency expression, they should be evaluated in array order, meaning they are evaluated left-to-right when displayed as a logic expression."/> 366 </Property> 367 </ComplexType> 368 369 <EnumType Name="AttributeType"> 370 <Member Name="Enumeration"> 371 <Annotation Term="OData.Description" String="A list of the known possible enumerated values."/> 372 </Member> 373 <Member Name="String"> 374 <Annotation Term="OData.Description" String="Free-form text in their values."/> 375 </Member> 376 <Member Name="Integer"> 377 <Annotation Term="OData.Description" String="An integer value."/> 378 </Member> 379 <Member Name="Boolean"> 380 <Annotation Term="OData.Description" String="A flag with a `true` or `false` value."/> 381 </Member> 382 <Member Name="Password"> 383 <Annotation Term="OData.Description" String="Password values that do not appear as plain text. The value is `null` in responses."/> 384 </Member> 385 </EnumType> 386 387 <EnumType Name="DependencyType"> 388 <Member Name="Map"> 389 <Annotation Term="OData.Description" String="A simple mapping dependency. If the condition evaluates to `true`, the attribute or state changes to the mapped value."/> 390 </Member> 391 </EnumType> 392 393 <EnumType Name="MapFromCondition"> 394 <Member Name="EQU"> 395 <Annotation Term="OData.Description" String="The logical operation for 'Equal'."/> 396 </Member> 397 <Member Name="NEQ"> 398 <Annotation Term="OData.Description" String="The logical operation for 'Not Equal'."/> 399 </Member> 400 <Member Name="GTR"> 401 <Annotation Term="OData.Description" String="The logical operation for 'Greater than'."/> 402 </Member> 403 <Member Name="GEQ"> 404 <Annotation Term="OData.Description" String="The logical operation for 'Greater than or Equal'."/> 405 </Member> 406 <Member Name="LSS"> 407 <Annotation Term="OData.Description" String="The logical operation for 'Less than'."/> 408 </Member> 409 <Member Name="LEQ"> 410 <Annotation Term="OData.Description" String="The logical operation for 'Less than or Equal'."/> 411 </Member> 412 </EnumType> 413 414 <EnumType Name="MapFromProperty"> 415 <Member Name="CurrentValue"> 416 <Annotation Term="OData.Description" String="The dependency on an attribute's `CurrentValue`."/> 417 </Member> 418 <Member Name="DefaultValue"> 419 <Annotation Term="OData.Description" String="The dependency on an attribute's `DefaultValue`."/> 420 </Member> 421 <Member Name="ReadOnly"> 422 <Annotation Term="OData.Description" String="The dependency on an attribute's `ReadOnly` state."/> 423 </Member> 424 <Member Name="WriteOnly"> 425 <Annotation Term="OData.Description" String="The dependency on an attribute's `WriteOnly` state."/> 426 </Member> 427 <Member Name="GrayOut"> 428 <Annotation Term="OData.Description" String="The dependency on an attribute's `GrayOut` state."/> 429 </Member> 430 <Member Name="Hidden"> 431 <Annotation Term="OData.Description" String="The dependency on an attribute's `Hidden` state."/> 432 </Member> 433 <Member Name="LowerBound"> 434 <Annotation Term="OData.Description" String="The dependency on an attribute's `LowerBound`."/> 435 </Member> 436 <Member Name="UpperBound"> 437 <Annotation Term="OData.Description" String="The dependency on an attribute's `UpperBound`."/> 438 </Member> 439 <Member Name="MinLength"> 440 <Annotation Term="OData.Description" String="The dependency on an attribute's `MinLength`."/> 441 </Member> 442 <Member Name="MaxLength"> 443 <Annotation Term="OData.Description" String="The dependency on an attribute's `MaxLength`."/> 444 </Member> 445 <Member Name="ScalarIncrement"> 446 <Annotation Term="OData.Description" String="The dependency on an attribute's `ScalarIncrement`."/> 447 </Member> 448 </EnumType> 449 450 <EnumType Name="MapTerms"> 451 <Member Name="AND"> 452 <Annotation Term="OData.Description" String="The operation used for logical 'AND' of dependency terms."/> 453 </Member> 454 <Member Name="OR"> 455 <Annotation Term="OData.Description" String="The operation used for logical 'OR' of dependency terms."/> 456 </Member> 457 </EnumType> 458 459 <EnumType Name="MapToProperty"> 460 <Member Name="CurrentValue"> 461 <Annotation Term="OData.Description" String="The dependency that affects an attribute's `CurrentValue`."/> 462 </Member> 463 <Member Name="DefaultValue"> 464 <Annotation Term="OData.Description" String="The dependency that affects an attribute's `DefaultValue`."/> 465 </Member> 466 <Member Name="ReadOnly"> 467 <Annotation Term="OData.Description" String="The dependency that affects an attribute's `ReadOnly` state."/> 468 </Member> 469 <Member Name="WriteOnly"> 470 <Annotation Term="OData.Description" String="The dependency that affects an attribute's `WriteOnly` state."/> 471 </Member> 472 <Member Name="GrayOut"> 473 <Annotation Term="OData.Description" String="The dependency that affects an attribute's `GrayOut` state."/> 474 </Member> 475 <Member Name="Hidden"> 476 <Annotation Term="OData.Description" String="The dependency that affects an attribute's `Hidden` state."/> 477 </Member> 478 <Member Name="Immutable"> 479 <Annotation Term="OData.Description" String="The dependency that affects an attribute's `Immutable` state."/> 480 </Member> 481 <Member Name="HelpText"> 482 <Annotation Term="OData.Description" String="The dependency that affects an attribute's `HelpText`."/> 483 </Member> 484 <Member Name="WarningText"> 485 <Annotation Term="OData.Description" String="The dependency that affects an attribute's `WarningText`."/> 486 </Member> 487 <Member Name="DisplayName"> 488 <Annotation Term="OData.Description" String="The dependency that affects an attribute's `DisplayName`."/> 489 </Member> 490 <Member Name="DisplayOrder"> 491 <Annotation Term="OData.Description" String="The dependency that affects an attribute's `DisplayName`."/> 492 </Member> 493 <Member Name="LowerBound"> 494 <Annotation Term="OData.Description" String="The dependency that affects an attribute's `LowerBound`."/> 495 </Member> 496 <Member Name="UpperBound"> 497 <Annotation Term="OData.Description" String="The dependency that affects an attribute's `UpperBound`."/> 498 </Member> 499 <Member Name="MinLength"> 500 <Annotation Term="OData.Description" String="The dependency that affects an attribute's `MinLength`."/> 501 </Member> 502 <Member Name="MaxLength"> 503 <Annotation Term="OData.Description" String="The dependency that affects an attribute's `MaxLength`."/> 504 </Member> 505 <Member Name="ScalarIncrement"> 506 <Annotation Term="OData.Description" String="The dependency that affects an attribute's `ScalarIncrement`."/> 507 </Member> 508 <Member Name="ValueExpression"> 509 <Annotation Term="OData.Description" String="The dependency that affects an attribute's `ValueExpression`."/> 510 </Member> 511 </EnumType> 512 </Schema> 513 514 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_0_1"> 515 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 516 <Annotation Term="OData.Description" String="This version was created to add permissions annotations to all properties for clarity."/> 517 <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_0_0.AttributeRegistry"/> 518 </Schema> 519 520 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_0_2"> 521 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 522 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated, and to remove the duplicate `ProductName` property in the `SupportedSystems` object."/> 523 <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_0_1.AttributeRegistry"/> 524 </Schema> 525 526 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_0_3"> 527 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 528 <Annotation Term="OData.Description" String="This version was created to correct regex patterns for different attribute properties."/> 529 <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_0_2.AttributeRegistry"/> 530 </Schema> 531 532 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_0_4"> 533 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 534 <Annotation Term="OData.Description" String="This version was created to correct typographical errors in descriptions. It was also 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 was also created to update regex patterns used on several properties."/> 535 <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_0_3.AttributeRegistry"/> 536 </Schema> 537 538 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_0_5"> 539 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 540 <Annotation Term="OData.Description" String="This version was created to clarify that `AttributeName` in `Attributes` and `ValueName` in `AttributeValue` are required properties."/> 541 <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_0_4.AttributeRegistry"/> 542 </Schema> 543 544 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_0_6"> 545 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 546 <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."/> 547 <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_0_5.AttributeRegistry"/> 548 </Schema> 549 550 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_0_7"> 551 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 552 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that OData properties are not included. It also updates descriptions that this schema defines."/> 553 <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_0_6.AttributeRegistry"/> 554 </Schema> 555 556 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_0_8"> 557 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 558 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 559 <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_0_7.AttributeRegistry"/> 560 </Schema> 561 562 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_0_9"> 563 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 564 <Annotation Term="OData.Description" String="This version was created to clarify the evaluation order for `Dependencies` containing multiple logic expressions."/> 565 <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_0_8.AttributeRegistry"/> 566 </Schema> 567 568 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_0_10"> 569 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 570 <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/> 571 <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_0_9.AttributeRegistry"/> 572 </Schema> 573 574 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_0_11"> 575 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 576 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 577 <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_0_10.AttributeRegistry"/> 578 </Schema> 579 580 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_0_12"> 581 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 582 <Annotation Term="OData.Description" String="This version was created to remove normative language from non-normative descriptions."/> 583 <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_0_11.AttributeRegistry"/> 584 </Schema> 585 586 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_0_13"> 587 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 588 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 589 <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_0_12.AttributeRegistry"/> 590 </Schema> 591 592 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_0_14"> 593 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 594 <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."/> 595 <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_0_13.AttributeRegistry"/> 596 </Schema> 597 598 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_1_0"> 599 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 600 <Annotation Term="Redfish.Release" String="2017.1"/> 601 602 <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_0_2.AttributeRegistry"> 603 <Property Name="Actions" Type="AttributeRegistry.v1_1_0.Actions" Nullable="false"> 604 <Annotation Term="OData.Description" String="The available actions for this resource."/> 605 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/> 606 </Property> 607 </EntityType> 608 609 <ComplexType Name="Actions"> 610 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 611 <Annotation Term="OData.Description" String="The available actions for this resource."/> 612 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/> 613 <Property Name="Oem" Type="AttributeRegistry.v1_1_0.OemActions" Nullable="false"> 614 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 615 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/> 616 </Property> 617 </ComplexType> 618 619 <ComplexType Name="OemActions"> 620 <Annotation Term="OData.AdditionalProperties" Bool="true"/> 621 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 622 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/> 623 </ComplexType> 624 625 <ComplexType Name="SupportedSystems" BaseType="AttributeRegistry.v1_0_0.SupportedSystems"> 626 <Property Name="FirmwareVersion" Type="Edm.String"> 627 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 628 <Annotation Term="OData.Description" String="Firmware version."/> 629 <Annotation Term="OData.LongDescription" String="The version of the component firmware image to which this attribute registry applies."/> 630 </Property> 631 </ComplexType> 632 </Schema> 633 634 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_1_1"> 635 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 636 <Annotation Term="OData.Description" String="This version was created to update the descriptions that this schema defines."/> 637 <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_1_0.AttributeRegistry"/> 638 </Schema> 639 640 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_1_2"> 641 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 642 <Annotation Term="OData.Description" String="This version was created to correct regex patterns for different attribute properties."/> 643 <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_1_1.AttributeRegistry"/> 644 </Schema> 645 646 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_1_3"> 647 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 648 <Annotation Term="OData.Description" String="This version was created to correct typographical errors in descriptions. It was also 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 was also created to update regex patterns used on several properties."/> 649 <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_1_2.AttributeRegistry"/> 650 </Schema> 651 652 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_1_4"> 653 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 654 <Annotation Term="OData.Description" String="This version was created to clarify that `AttributeName` in `Attributes` and `ValueName` in `AttributeValue` are required properties."/> 655 <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_1_3.AttributeRegistry"/> 656 </Schema> 657 658 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_1_5"> 659 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 660 <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."/> 661 <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_1_4.AttributeRegistry"/> 662 </Schema> 663 664 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_1_6"> 665 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 666 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that OData properties are not included. It was also created to update the description of `AttributeType` `Password` enumeration. It also updates descriptions that this schema defines."/> 667 <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_1_5.AttributeRegistry"/> 668 </Schema> 669 670 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_1_7"> 671 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 672 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 673 <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_1_6.AttributeRegistry"/> 674 </Schema> 675 676 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_1_8"> 677 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 678 <Annotation Term="OData.Description" String="This version was created to clarify the evaluation order for `Dependencies` containing multiple logic expressions."/> 679 <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_1_7.AttributeRegistry"/> 680 </Schema> 681 682 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_1_9"> 683 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 684 <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/> 685 <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_1_8.AttributeRegistry"/> 686 </Schema> 687 688 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_1_10"> 689 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 690 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 691 <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_1_9.AttributeRegistry"/> 692 </Schema> 693 694 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_1_11"> 695 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 696 <Annotation Term="OData.Description" String="This version was created to remove normative language from non-normative descriptions."/> 697 <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_1_10.AttributeRegistry"/> 698 </Schema> 699 700 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_1_12"> 701 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 702 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 703 <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_1_11.AttributeRegistry"/> 704 </Schema> 705 706 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_1_13"> 707 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 708 <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."/> 709 <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_1_12.AttributeRegistry"/> 710 </Schema> 711 712 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_2_0"> 713 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 714 <Annotation Term="Redfish.Release" String="2018.1"/> 715 716 <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_1_2.AttributeRegistry"/> 717 718 <ComplexType Name="Attributes" BaseType="AttributeRegistry.v1_0_0.Attributes"> 719 <Annotation Term="OData.Description" String="An attribute and its possible values."/> 720 <Annotation Term="OData.LongDescription" String="This type shall describe an attribute and its possible values and other metadata."/> 721 <Property Name="ResetRequired" Type="Edm.Boolean"> 722 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 723 <Annotation Term="OData.Description" String="An indication of whether a system or device reset is required for this attribute value change to take effect."/> 724 <Annotation Term="OData.LongDescription" String="This property shall indicate whether a system or device reset is required for this attribute value change to take effect."/> 725 </Property> 726 <Property Name="UefiDevicePath" Type="Edm.String"> 727 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 728 <Annotation Term="OData.Description" String="The UEFI device path that qualifies this attribute."/> 729 <Annotation Term="OData.LongDescription" String="This property shall contain the UEFI Specification-defined UEFI device path that qualifies and locates this device for this attribute."/> 730 </Property> 731 <Property Name="UefiKeywordName" Type="Edm.String" Nullable="false"> 732 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 733 <Annotation Term="OData.Description" String="The UEFI keyword string for this attribute."/> 734 <Annotation Term="OData.LongDescription" String="This property shall contain the UEFI Specification-defined keyword for this attribute."/> 735 </Property> 736 <Property Name="UefiNamespaceId" Type="Edm.String" Nullable="false"> 737 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 738 <Annotation Term="OData.Description" String="The UEFI namespace ID for the attribute."/> 739 <Annotation Term="OData.LongDescription" String="This property shall contain the UEFI Specification-defined namespace ID for this attribute."/> 740 </Property> 741 </ComplexType> 742 </Schema> 743 744 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_2_1"> 745 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 746 <Annotation Term="OData.Description" String="This version was created to correct typographical errors in descriptions. It was also 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 was also created to update regex patterns used on several properties."/> 747 <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_2_0.AttributeRegistry"/> 748 </Schema> 749 750 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_2_2"> 751 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 752 <Annotation Term="OData.Description" String="This version was created to clarify that `AttributeName` in `Attributes` and `ValueName` in `AttributeValue` are required properties."/> 753 <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_2_1.AttributeRegistry"/> 754 </Schema> 755 756 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_2_3"> 757 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 758 <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."/> 759 <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_2_2.AttributeRegistry"/> 760 </Schema> 761 762 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_2_4"> 763 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 764 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that OData properties are not included. It was also created to update the description of `AttributeType` `Password` enumeration. It also updates descriptions that this schema defines."/> 765 <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_2_3.AttributeRegistry"/> 766 </Schema> 767 768 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_2_5"> 769 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 770 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 771 <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_2_4.AttributeRegistry"/> 772 </Schema> 773 774 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_2_6"> 775 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 776 <Annotation Term="OData.Description" String="This version was created to clarify the evaluation order for `Dependencies` containing multiple logic expressions."/> 777 <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_2_5.AttributeRegistry"/> 778 </Schema> 779 780 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_2_7"> 781 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 782 <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/> 783 <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_2_6.AttributeRegistry"/> 784 </Schema> 785 786 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_2_8"> 787 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 788 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 789 <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_2_7.AttributeRegistry"/> 790 </Schema> 791 792 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_2_9"> 793 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 794 <Annotation Term="OData.Description" String="This version was created to remove normative language from non-normative descriptions."/> 795 <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_2_8.AttributeRegistry"/> 796 </Schema> 797 798 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_2_10"> 799 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 800 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 801 <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_2_9.AttributeRegistry"/> 802 </Schema> 803 804 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_2_11"> 805 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 806 <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."/> 807 <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_2_10.AttributeRegistry"/> 808 </Schema> 809 810 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_3_0"> 811 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 812 <Annotation Term="Redfish.Release" String="2018.3"/> 813 814 <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_2_2.AttributeRegistry"/> 815 816 <ComplexType Name="Attributes" BaseType="AttributeRegistry.v1_2_0.Attributes"> 817 <Property Name="Oem" Type="Resource.Oem" Nullable="false"> 818 <Annotation Term="OData.Description" String="The OEM extension property."/> 819 <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."/> 820 </Property> 821 </ComplexType> 822 823 <ComplexType Name="Menus" BaseType="AttributeRegistry.v1_0_0.Menus"> 824 <Property Name="Hidden" Type="Edm.Boolean"> 825 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 826 <Annotation Term="OData.Description" String="An indication of whether this menu is hidden in user interfaces."/> 827 <Annotation Term="OData.LongDescription" String="This property shall indicate whether this menu is hidden in user interfaces. The evaluation results of the `Dependencies` array may affect the hidden state of a menu."/> 828 </Property> 829 <Property Name="Oem" Type="Resource.Oem" Nullable="false"> 830 <Annotation Term="OData.Description" String="The OEM extension property."/> 831 <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."/> 832 </Property> 833 </ComplexType> 834 </Schema> 835 836 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_3_1"> 837 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 838 <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."/> 839 <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_3_0.AttributeRegistry"/> 840 </Schema> 841 842 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_3_2"> 843 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 844 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that OData properties are not included. It was also created to update the description of `AttributeType` `Password` enumeration. It also updates descriptions that this schema defines."/> 845 <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_3_1.AttributeRegistry"/> 846 </Schema> 847 848 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_3_3"> 849 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 850 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 851 <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_3_2.AttributeRegistry"/> 852 </Schema> 853 854 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_3_4"> 855 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 856 <Annotation Term="OData.Description" String="This version was created to clarify the evaluation order for `Dependencies` containing multiple logic expressions."/> 857 <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_3_3.AttributeRegistry"/> 858 </Schema> 859 860 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_3_5"> 861 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 862 <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/> 863 <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_3_4.AttributeRegistry"/> 864 </Schema> 865 866 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_3_6"> 867 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 868 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 869 <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_3_5.AttributeRegistry"/> 870 </Schema> 871 872 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_3_7"> 873 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 874 <Annotation Term="OData.Description" String="This version was created to remove normative language from non-normative descriptions."/> 875 <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_3_6.AttributeRegistry"/> 876 </Schema> 877 878 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_3_8"> 879 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 880 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 881 <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_3_7.AttributeRegistry"/> 882 </Schema> 883 884 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_3_9"> 885 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 886 <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."/> 887 <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_3_8.AttributeRegistry"/> 888 </Schema> 889 890 </edmx:DataServices> 891</edmx:Edmx> 892