Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!----> |
| 3 | <!--################################################################################ --> |
Asmitha Karunanithi | c8ccb77 | 2020-09-22 10:56:46 -0500 | [diff] [blame^] | 4 | <!--# Redfish Schema: AttributeRegistry v1.3.4 --> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 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 --> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame] | 8 | <!--# Copyright 2014-2020 DMTF. --> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 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"> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 25 | <edmx:Include Namespace="Resource"/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 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 | |
| 34 | <EntityType Name="AttributeRegistry" BaseType="Resource.v1_0_0.Resource" Abstract="true"> |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 35 | <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."/> |
| 36 | <Annotation Term="OData.LongDescription" String="This resource shall represent an attribute registry for a Redfish implementation."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 37 | <Annotation Term="Capabilities.InsertRestrictions"> |
| 38 | <Record> |
| 39 | <PropertyValue Property="Insertable" Bool="false"/> |
| 40 | </Record> |
| 41 | </Annotation> |
| 42 | <Annotation Term="Capabilities.UpdateRestrictions"> |
| 43 | <Record> |
| 44 | <PropertyValue Property="Updatable" Bool="false"/> |
| 45 | </Record> |
| 46 | </Annotation> |
| 47 | <Annotation Term="Capabilities.DeleteRestrictions"> |
| 48 | <Record> |
| 49 | <PropertyValue Property="Deletable" Bool="false"/> |
| 50 | </Record> |
| 51 | </Annotation> |
| 52 | </EntityType> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 53 | </Schema> |
| 54 | |
| 55 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_0_0"> |
| 56 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 57 | <Annotation Term="Redfish.Release" String="2016.1"/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 58 | |
| 59 | <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.AttributeRegistry"> |
| 60 | <Property Name="Language" Type="Edm.String" Nullable="false"> |
| 61 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 62 | <Annotation Term="OData.Description" String="The RFC5646-conformant language code for the attribute registry."/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 63 | <Annotation Term="OData.LongDescription" String="This property shall contain an RFC5646-conformant language code."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 64 | <Annotation Term="Redfish.Required"/> |
| 65 | </Property> |
| 66 | <Property Name="RegistryVersion" Type="Edm.String" Nullable="false"> |
| 67 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 68 | <Annotation Term="OData.Description" String="The attribute registry version."/> |
| 69 | <Annotation Term="OData.LongDescription" String="This property shall contain the version of this attribute registry."/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 70 | <Annotation Term="Validation.Pattern" String="^\d+\.\d+\.\d+$"/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 71 | <Annotation Term="Redfish.Required"/> |
| 72 | </Property> |
| 73 | <Property Name="OwningEntity" Type="Edm.String" Nullable="false"> |
| 74 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 75 | <Annotation Term="OData.Description" String="The organization or company that publishes this attribute registry."/> |
| 76 | <Annotation Term="OData.LongDescription" String="This property shall represent the publisher of this attribute registry."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 77 | <Annotation Term="Redfish.Required"/> |
| 78 | </Property> |
| 79 | <Property Name="SupportedSystems" Type="Collection(AttributeRegistry.v1_0_0.SupportedSystems)" Nullable="false"> |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 80 | <Annotation Term="OData.Description" String="An array of systems that this attribute registry supports."/> |
| 81 | <Annotation Term="OData.LongDescription" String="This property shall contain an array containing a list of systems that this attribute registry supports."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 82 | </Property> |
| 83 | <Property Name="RegistryEntries" Type="AttributeRegistry.v1_0_0.RegistryEntries" Nullable="false"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 84 | <Annotation Term="OData.Description" String="The list of all attributes and their metadata for this component."/> |
| 85 | <Annotation Term="OData.LongDescription" String="This property shall list attributes for this component, along with their possible values, dependencies, and other metadata."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 86 | </Property> |
| 87 | </EntityType> |
| 88 | |
| 89 | <ComplexType Name="SupportedSystems"> |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 90 | <Annotation Term="OData.Description" String="A system that this attribute registry supports."/> |
| 91 | <Annotation Term="OData.LongDescription" String="This type shall describe a system that this attribute registry supports."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 92 | <Property Name="ProductName" Type="Edm.String"> |
| 93 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 94 | <Annotation Term="OData.Description" String="The product name of the computer system to which this attribute registry applies."/> |
| 95 | <Annotation Term="OData.LongDescription" String="This property shall contain the product name of the computer system to which this attribute registry applies."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 96 | </Property> |
| 97 | <Property Name="SystemId" Type="Edm.String"> |
| 98 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 99 | <Annotation Term="OData.Description" String="The ID of the systems to which this attribute registry applies."/> |
| 100 | <Annotation Term="OData.LongDescription" String="This property shall contain the system ID that identifies the systems to which this attribute registry applies. This might be identified by one or more properties in the computer system resource, such as Model, SubModel, or SKU."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 101 | <Annotation Term="Validation.Pattern" String="^[A-Za-z0-9]+$"/> |
| 102 | </Property> |
| 103 | </ComplexType> |
| 104 | |
| 105 | <ComplexType Name="RegistryEntries"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 106 | <Annotation Term="OData.Description" String="The list of all attributes and metadata for this component."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 107 | <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."/> |
| 108 | <Property Name="Attributes" Type="Collection(AttributeRegistry.v1_0_0.Attributes)" Nullable="false"> |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 109 | <Annotation Term="OData.Description" String="An array of attributes and their possible values in the attribute registry."/> |
| 110 | <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."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 111 | </Property> |
| 112 | <Property Name="Menus" Type="Collection(AttributeRegistry.v1_0_0.Menus)" Nullable="false"> |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 113 | <Annotation Term="OData.Description" String="An array for the attributes menus and their hierarchy in the attribute registry."/> |
| 114 | <Annotation Term="OData.LongDescription" String="This property shall contain an array containing the attributes menus and their hierarchy in the attribute registry."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 115 | </Property> |
| 116 | <Property Name="Dependencies" Type="Collection(AttributeRegistry.v1_0_0.Dependencies)" Nullable="false"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 117 | <Annotation Term="OData.Description" String="An array of dependencies of attributes on this component."/> |
| 118 | <Annotation Term="OData.LongDescription" String="This property shall contain an array containing a list of dependencies of attributes on this component."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 119 | </Property> |
| 120 | </ComplexType> |
| 121 | |
| 122 | <ComplexType Name="Attributes"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 123 | <Annotation Term="OData.Description" String="An attribute and its possible values and other metadata."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 124 | <Annotation Term="OData.LongDescription" String="This type shall describe an attribute and its possible values and other metadata."/> |
| 125 | <Property Name="AttributeName" Type="Edm.String" Nullable="false"> |
| 126 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 127 | <Annotation Term="OData.Description" String="The unique name for the attribute."/> |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 128 | <Annotation Term="OData.LongDescription" String="This property shall contain the name of this attribute that is unique in this attribute registry."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 129 | <Annotation Term="Validation.Pattern" String="^[A-Za-z][A-Za-z0-9_]+$"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 130 | <Annotation Term="Redfish.Required"/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 131 | </Property> |
| 132 | <Property Name="Type" Type="AttributeRegistry.v1_0_0.AttributeType" Nullable="false"> |
| 133 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 134 | <Annotation Term="OData.Description" String="The attribute type."/> |
| 135 | <Annotation Term="OData.LongDescription" String="This property shall contain an enumeration that describes the attribute type."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 136 | </Property> |
| 137 | <Property Name="Value" Type="Collection(AttributeRegistry.v1_0_0.AttributeValue)" Nullable="false"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 138 | <Annotation Term="OData.Description" String="An array of the possible values for enumerated attribute values."/> |
| 139 | <Annotation Term="OData.LongDescription" String="This property shall contain an array containing the possible values of an attribute of the Enumeration type."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 140 | </Property> |
| 141 | <Property Name="DisplayName" Type="Edm.String"> |
| 142 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 143 | <Annotation Term="OData.Description" String="The user-readable display string for the attribute in the defined language."/> |
| 144 | <Annotation Term="OData.LongDescription" String="This property shall contain the user-readable display string for the attribute in the defined language."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 145 | </Property> |
| 146 | <Property Name="HelpText" Type="Edm.String"> |
| 147 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 148 | <Annotation Term="OData.Description" String="The help text for the attribute."/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 149 | <Annotation Term="OData.LongDescription" String="This property shall contain the help text for the attribute."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 150 | </Property> |
| 151 | <Property Name="WarningText" Type="Edm.String"> |
| 152 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 153 | <Annotation Term="OData.Description" String="The warning text for the attribute."/> |
| 154 | <Annotation Term="OData.LongDescription" String="This property shall contain the warning text for the attribute."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 155 | </Property> |
| 156 | <Property Name="CurrentValue" Type="Edm.PrimitiveType"> |
| 157 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 158 | <Annotation Term="OData.Description" String="The placeholder of the current value for the attribute."/> |
| 159 | <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 might affect the current attribute value."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 160 | </Property> |
| 161 | <Property Name="DefaultValue" Type="Edm.PrimitiveType"> |
| 162 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 163 | <Annotation Term="OData.Description" String="The default value for the attribute."/> |
| 164 | <Annotation Term="OData.LongDescription" String="This property shall contain the default value for the attribute."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 165 | </Property> |
| 166 | <Property Name="DisplayOrder" Type="Edm.Int64"> |
| 167 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 168 | <Annotation Term="OData.Description" String="The ascending order, as a number, in which this attribute appears relative to other attributes."/> |
| 169 | <Annotation Term="OData.LongDescription" String="This property shall contain the ascending order, as a number, in which this attribute appears relative to other attributes."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 170 | </Property> |
| 171 | <Property Name="MenuPath" Type="Edm.String"> |
| 172 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 173 | <Annotation Term="OData.Description" String="The path that describes the menu hierarchy of this attribute."/> |
| 174 | <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."/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 175 | <Annotation Term="Validation.Pattern" String="^\.\/([^/]+(\/[^/]+)*)?$"/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 176 | </Property> |
| 177 | <Property Name="ReadOnly" Type="Edm.Boolean"> |
| 178 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 179 | <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."/> |
| 180 | <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 might affect the read-only state of an attribute."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 181 | </Property> |
| 182 | <Property Name="WriteOnly" Type="Edm.Boolean"> |
| 183 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 184 | <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."/> |
| 185 | <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."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 186 | </Property> |
| 187 | <Property Name="GrayOut" Type="Edm.Boolean"> |
| 188 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 189 | <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."/> |
| 190 | <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 might affect the grayed-out state of an attribute."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 191 | </Property> |
| 192 | <Property Name="Hidden" Type="Edm.Boolean"> |
| 193 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 194 | <Annotation Term="OData.Description" String="An indication of whether this attribute is hidden in user interfaces."/> |
| 195 | <Annotation Term="OData.LongDescription" String="This property shall indicate whether this attribute is hidden in user interfaces. The evaluation results of the Dependencies array might affect the hidden state of an attribute."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 196 | </Property> |
| 197 | <Property Name="Immutable" Type="Edm.Boolean"> |
| 198 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 199 | <Annotation Term="OData.Description" String="An indication of whether this attribute is immutable. Immutable attributes shall not be modified and typically reflect a hardware state."/> |
| 200 | <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."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 201 | </Property> |
| 202 | <Property Name="IsSystemUniqueProperty" Type="Edm.Boolean"> |
| 203 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 204 | <Annotation Term="OData.Description" String="An indication of whether this attribute is unique for this system and should not be replicated."/> |
| 205 | <Annotation Term="OData.LongDescription" String="This property shall indicate whether this attribute is unique."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 206 | </Property> |
| 207 | <Property Name="MaxLength" Type="Edm.Int64"> |
| 208 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 209 | <Annotation Term="OData.Description" String="The maximum character length of a string attribute."/> |
| 210 | <Annotation Term="OData.LongDescription" String="This numeric property shall contain the maximum character length of an attribute of the String type."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 211 | </Property> |
| 212 | <Property Name="MinLength" Type="Edm.Int64"> |
| 213 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 214 | <Annotation Term="OData.Description" String="The minimum character length of the string attribute."/> |
| 215 | <Annotation Term="OData.LongDescription" String="This property shall contain a number indicating the minimum character length of an attribute of the String type."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 216 | </Property> |
| 217 | <Property Name="ScalarIncrement" Type="Edm.Int64"> |
| 218 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 219 | <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."/> |
| 220 | <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."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 221 | </Property> |
| 222 | <Property Name="UpperBound" Type="Edm.Int64"> |
| 223 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 224 | <Annotation Term="OData.Description" String="The upper limit for an integer attribute."/> |
| 225 | <Annotation Term="OData.LongDescription" String="This property shall contain a number indicating the upper limit for an integer attribute."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 226 | </Property> |
| 227 | <Property Name="LowerBound" Type="Edm.Int64"> |
| 228 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 229 | <Annotation Term="OData.Description" String="The lower limit for an integer attribute."/> |
| 230 | <Annotation Term="OData.LongDescription" String="This property shall contain a number indicating the lower limit for an integer attribute."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 231 | </Property> |
| 232 | <Property Name="ValueExpression" Type="Edm.String"> |
| 233 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 234 | <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."/> |
| 235 | <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."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 236 | </Property> |
| 237 | </ComplexType> |
| 238 | |
| 239 | <ComplexType Name="Menus"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 240 | <Annotation Term="OData.Description" String="An attribute's menu and its hierarchy."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 241 | <Annotation Term="OData.LongDescription" String="This type shall describe an attribute's menu and its hierarchy."/> |
| 242 | <Property Name="MenuName" Type="Edm.String" Nullable="false"> |
| 243 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 244 | <Annotation Term="OData.Description" String="The unique name string of this menu."/> |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 245 | <Annotation Term="OData.LongDescription" String="This property shall contain the name of this menu that is unique in this attribute registry."/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 246 | <Annotation Term="Validation.Pattern" String="^[^/]+$"/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 247 | </Property> |
| 248 | <Property Name="DisplayName" Type="Edm.String"> |
| 249 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 250 | <Annotation Term="OData.Description" String="The user-readable display string of this menu in the defined language."/> |
| 251 | <Annotation Term="OData.LongDescription" String="This property shall contain the user-readable display string of the menu in the defined language."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 252 | </Property> |
| 253 | <Property Name="DisplayOrder" Type="Edm.Int64"> |
| 254 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 255 | <Annotation Term="OData.Description" String="The ascending order, as a number, in which this menu appears relative to other menus."/> |
| 256 | <Annotation Term="OData.LongDescription" String="This property shall contain the ascending order, as a number, in which this menu appears relative to other menus."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 257 | </Property> |
| 258 | <Property Name="ReadOnly" Type="Edm.Boolean"> |
| 259 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 260 | <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."/> |
| 261 | <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."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 262 | </Property> |
| 263 | <Property Name="GrayOut" Type="Edm.Boolean"> |
| 264 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 265 | <Annotation Term="OData.Description" String="An indication of whether this menu is grayed out. A grayed-only menu is not accessible in user interfaces."/> |
| 266 | <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."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 267 | </Property> |
| 268 | <Property Name="MenuPath" Type="Edm.String"> |
| 269 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 270 | <Annotation Term="OData.Description" String="The path to the menu names that describes this menu hierarchy relative to other menus."/> |
| 271 | <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."/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 272 | <Annotation Term="Validation.Pattern" String="^\.\/([^/]+(\/[^/]+)*)?$"/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 273 | </Property> |
| 274 | </ComplexType> |
| 275 | |
| 276 | <ComplexType Name="Dependencies"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 277 | <Annotation Term="OData.Description" String="The dependency of attributes on this component."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 278 | <Annotation Term="OData.LongDescription" String="This type shall describe a dependency of attributes on this component."/> |
| 279 | <Property Name="Dependency" Type="AttributeRegistry.v1_0_0.Dependency" Nullable="false"> |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 280 | <Annotation Term="OData.Description" String="The dependency expression for one or more attributes in this attribute registry."/> |
| 281 | <Annotation Term="OData.LongDescription" String="This property shall contain the dependency expression for one or more attributes in this attribute registry."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 282 | </Property> |
| 283 | <Property Name="DependencyFor" Type="Edm.String" Nullable="false"> |
| 284 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 285 | <Annotation Term="OData.Description" String="The AttributeName of the attribute whose change triggers the evaluation of this dependency expression."/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 286 | <Annotation Term="OData.LongDescription" String="This property shall contain the AttributeName of the attribute whose change triggers the evaluation of this dependency expression."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 287 | <Annotation Term="Validation.Pattern" String="^[A-Za-z][A-Za-z0-9_]+$"/> |
| 288 | </Property> |
| 289 | <Property Name="Type" Type="AttributeRegistry.v1_0_0.DependencyType" Nullable="false"> |
| 290 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 291 | <Annotation Term="OData.Description" String="The type of the dependency structure."/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 292 | <Annotation Term="OData.LongDescription" String="This property shall contain an enumeration that describes the type for the attribute dependency."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 293 | </Property> |
| 294 | </ComplexType> |
| 295 | |
| 296 | <ComplexType Name="AttributeValue"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 297 | <Annotation Term="OData.Description" String="A possible value for an enumeration attribute."/> |
| 298 | <Annotation Term="OData.LongDescription" String="This type shall describe a possible enumeration attribute value."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 299 | <Property Name="ValueName" Type="Edm.String" Nullable="false"> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 300 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 301 | <Annotation Term="OData.Description" String="The unique value name for the attribute."/> |
| 302 | <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."/> |
| 303 | <Annotation Term="Redfish.Required"/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 304 | </Property> |
| 305 | <Property Name="ValueDisplayName" Type="Edm.String"> |
| 306 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 307 | <Annotation Term="OData.Description" String="A user-readable display string of the value for the attribute in the defined language."/> |
| 308 | <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."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 309 | </Property> |
| 310 | </ComplexType> |
| 311 | |
| 312 | <ComplexType Name="Dependency"> |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 313 | <Annotation Term="OData.Description" String="The dependency expression for one or more attributes in this attribute registry."/> |
| 314 | <Annotation Term="OData.LongDescription" String="This type shall describe the dependency expression for one or more attributes in this attribute registry."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 315 | <Property Name="MapFrom" Type="Collection(AttributeRegistry.v1_0_0.MapFrom)" Nullable="false"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 316 | <Annotation Term="OData.Description" String="An array of the map-from conditions for a mapping dependency."/> |
| 317 | <Annotation Term="OData.LongDescription" String="This property shall contain an array containing the map-from conditions for a dependency of the Map type."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 318 | </Property> |
| 319 | <Property Name="MapToAttribute" Type="Edm.String" Nullable="false"> |
| 320 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 321 | <Annotation Term="OData.Description" String="The AttributeName of the attribute that is affected by this dependency expression."/> |
| 322 | <Annotation Term="OData.LongDescription" String="This property shall contain the AttributeName of the attribute that is affected by this dependency expression."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 323 | <Annotation Term="Validation.Pattern" String="^[A-Za-z][A-Za-z0-9_]+$"/> |
| 324 | </Property> |
| 325 | <Property Name="MapToProperty" Type="AttributeRegistry.v1_0_0.MapToProperty" Nullable="false"> |
| 326 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 327 | <Annotation Term="OData.Description" String="The metadata property for the attribute that contains the map-from condition that evaluates this dependency expression."/> |
| 328 | <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."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 329 | </Property> |
| 330 | <Property Name="MapToValue" Type="Edm.PrimitiveType"> |
| 331 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 332 | <Annotation Term="OData.Description" String="The value that the map-to property changes to if the dependency expression evaluates to `true`."/> |
| 333 | <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`."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 334 | </Property> |
| 335 | </ComplexType> |
| 336 | |
| 337 | <ComplexType Name="MapFrom"> |
| 338 | <Annotation Term="OData.Description" String="A map-from condition for mapping dependency."/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 339 | <Annotation Term="OData.LongDescription" String="This type shall describe a map-from condition for a dependency of the Map type."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 340 | <Property Name="MapFromAttribute" Type="Edm.String" Nullable="false"> |
| 341 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 342 | <Annotation Term="OData.Description" String="The attribute to use to evaluate this dependency expression."/> |
| 343 | <Annotation Term="OData.LongDescription" String="This property shall contain the AttributeName for the attribute to use to evaluate this dependency expression term."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 344 | <Annotation Term="Validation.Pattern" String="^[A-Za-z][A-Za-z0-9_]+$"/> |
| 345 | </Property> |
| 346 | <Property Name="MapFromProperty" Type="AttributeRegistry.v1_0_0.MapFromProperty" Nullable="false"> |
| 347 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 348 | <Annotation Term="OData.Description" String="The metadata property for the attribute that the MapFromAttribute property specifies to use to evaluate this dependency expression."/> |
| 349 | <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."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 350 | </Property> |
| 351 | <Property Name="MapFromCondition" Type="AttributeRegistry.v1_0_0.MapFromCondition" Nullable="false"> |
| 352 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 353 | <Annotation Term="OData.Description" String="The condition to use to evaluate this dependency expression."/> |
| 354 | <Annotation Term="OData.LongDescription" String="This property shall contain the condition to use to evaluate this dependency expression. For example, `EQU` or `NEQ`."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 355 | </Property> |
| 356 | <Property Name="MapFromValue" Type="Edm.PrimitiveType"> |
| 357 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 358 | <Annotation Term="OData.Description" String="The value to use to evaluate this dependency expression."/> |
| 359 | <Annotation Term="OData.LongDescription" String="The value that the property in MapFromProperty in the attribute in MapFromAttribute to use to evaluate this dependency expression."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 360 | </Property> |
| 361 | <Property Name="MapTerms" Type="AttributeRegistry.v1_0_0.MapTerms" Nullable="false"> |
| 362 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 363 | <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."/> |
Asmitha Karunanithi | c8ccb77 | 2020-09-22 10:56:46 -0500 | [diff] [blame^] | 364 | <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."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 365 | </Property> |
| 366 | </ComplexType> |
| 367 | |
| 368 | <EnumType Name="AttributeType"> |
| 369 | <Member Name="Enumeration"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 370 | <Annotation Term="OData.Description" String="A list of the known possible enumerated values."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 371 | </Member> |
| 372 | <Member Name="String"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 373 | <Annotation Term="OData.Description" String="Free-form text in their values."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 374 | </Member> |
| 375 | <Member Name="Integer"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 376 | <Annotation Term="OData.Description" String="An integer value."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 377 | </Member> |
| 378 | <Member Name="Boolean"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 379 | <Annotation Term="OData.Description" String="A flag with a `true` or `false` value."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 380 | </Member> |
| 381 | <Member Name="Password"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 382 | <Annotation Term="OData.Description" String="Password values that do not appear as plain text. The value shall be null in responses."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 383 | </Member> |
| 384 | </EnumType> |
| 385 | |
| 386 | <EnumType Name="DependencyType"> |
| 387 | <Member Name="Map"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 388 | <Annotation Term="OData.Description" String="A simple mapping dependency. If the condition evaluates to `true`, the attribute or state changes to the mapped value."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 389 | </Member> |
| 390 | </EnumType> |
| 391 | |
| 392 | <EnumType Name="MapFromCondition"> |
| 393 | <Member Name="EQU"> |
| 394 | <Annotation Term="OData.Description" String="The logical operation for 'Equal'."/> |
| 395 | </Member> |
| 396 | <Member Name="NEQ"> |
| 397 | <Annotation Term="OData.Description" String="The logical operation for 'Not Equal'."/> |
| 398 | </Member> |
| 399 | <Member Name="GTR"> |
| 400 | <Annotation Term="OData.Description" String="The logical operation for 'Greater than'."/> |
| 401 | </Member> |
| 402 | <Member Name="GEQ"> |
| 403 | <Annotation Term="OData.Description" String="The logical operation for 'Greater than or Equal'."/> |
| 404 | </Member> |
| 405 | <Member Name="LSS"> |
| 406 | <Annotation Term="OData.Description" String="The logical operation for 'Less than'."/> |
| 407 | </Member> |
| 408 | <Member Name="LEQ"> |
| 409 | <Annotation Term="OData.Description" String="The logical operation for 'Less than or Equal'."/> |
| 410 | </Member> |
| 411 | </EnumType> |
| 412 | |
| 413 | <EnumType Name="MapFromProperty"> |
| 414 | <Member Name="CurrentValue"> |
| 415 | <Annotation Term="OData.Description" String="The dependency on an attribute's CurrentValue."/> |
| 416 | </Member> |
| 417 | <Member Name="DefaultValue"> |
| 418 | <Annotation Term="OData.Description" String="The dependency on an attribute's DefaultValue."/> |
| 419 | </Member> |
| 420 | <Member Name="ReadOnly"> |
| 421 | <Annotation Term="OData.Description" String="The dependency on an attribute's ReadOnly state."/> |
| 422 | </Member> |
| 423 | <Member Name="WriteOnly"> |
| 424 | <Annotation Term="OData.Description" String="The dependency on an attribute's WriteOnly state."/> |
| 425 | </Member> |
| 426 | <Member Name="GrayOut"> |
| 427 | <Annotation Term="OData.Description" String="The dependency on an attribute's GrayOut state."/> |
| 428 | </Member> |
| 429 | <Member Name="Hidden"> |
| 430 | <Annotation Term="OData.Description" String="The dependency on an attribute's Hidden state."/> |
| 431 | </Member> |
| 432 | <Member Name="LowerBound"> |
| 433 | <Annotation Term="OData.Description" String="The dependency on an attribute's LowerBound."/> |
| 434 | </Member> |
| 435 | <Member Name="UpperBound"> |
| 436 | <Annotation Term="OData.Description" String="The dependency on an attribute's UpperBound."/> |
| 437 | </Member> |
| 438 | <Member Name="MinLength"> |
| 439 | <Annotation Term="OData.Description" String="The dependency on an attribute's MinLength."/> |
| 440 | </Member> |
| 441 | <Member Name="MaxLength"> |
| 442 | <Annotation Term="OData.Description" String="The dependency on an attribute's MaxLength."/> |
| 443 | </Member> |
| 444 | <Member Name="ScalarIncrement"> |
| 445 | <Annotation Term="OData.Description" String="The dependency on an attribute's ScalarIncrement."/> |
| 446 | </Member> |
| 447 | </EnumType> |
| 448 | |
| 449 | <EnumType Name="MapTerms"> |
| 450 | <Member Name="AND"> |
| 451 | <Annotation Term="OData.Description" String="The operation used for logical 'AND' of dependency terms."/> |
| 452 | </Member> |
| 453 | <Member Name="OR"> |
| 454 | <Annotation Term="OData.Description" String="The operation used for logical 'OR' of dependency terms."/> |
| 455 | </Member> |
| 456 | </EnumType> |
| 457 | |
| 458 | <EnumType Name="MapToProperty"> |
| 459 | <Member Name="CurrentValue"> |
| 460 | <Annotation Term="OData.Description" String="The dependency that affects an attribute's CurrentValue."/> |
| 461 | </Member> |
| 462 | <Member Name="DefaultValue"> |
| 463 | <Annotation Term="OData.Description" String="The dependency that affects an attribute's DefaultValue."/> |
| 464 | </Member> |
| 465 | <Member Name="ReadOnly"> |
| 466 | <Annotation Term="OData.Description" String="The dependency that affects an attribute's ReadOnly state."/> |
| 467 | </Member> |
| 468 | <Member Name="WriteOnly"> |
| 469 | <Annotation Term="OData.Description" String="The dependency that affects an attribute's WriteOnly state."/> |
| 470 | </Member> |
| 471 | <Member Name="GrayOut"> |
| 472 | <Annotation Term="OData.Description" String="The dependency that affects an attribute's GrayOut state."/> |
| 473 | </Member> |
| 474 | <Member Name="Hidden"> |
| 475 | <Annotation Term="OData.Description" String="The dependency that affects an attribute's Hidden state."/> |
| 476 | </Member> |
| 477 | <Member Name="Immutable"> |
| 478 | <Annotation Term="OData.Description" String="The dependency that affects an attribute's Immutable state."/> |
| 479 | </Member> |
| 480 | <Member Name="HelpText"> |
| 481 | <Annotation Term="OData.Description" String="The dependency that affects an attribute's HelpText."/> |
| 482 | </Member> |
| 483 | <Member Name="WarningText"> |
| 484 | <Annotation Term="OData.Description" String="The dependency that affects an attribute's WarningText."/> |
| 485 | </Member> |
| 486 | <Member Name="DisplayName"> |
| 487 | <Annotation Term="OData.Description" String="The dependency that affects an attribute's DisplayName."/> |
| 488 | </Member> |
| 489 | <Member Name="DisplayOrder"> |
| 490 | <Annotation Term="OData.Description" String="The dependency that affects an attribute's DisplayName."/> |
| 491 | </Member> |
| 492 | <Member Name="LowerBound"> |
| 493 | <Annotation Term="OData.Description" String="The dependency that affects an attribute's LowerBound."/> |
| 494 | </Member> |
| 495 | <Member Name="UpperBound"> |
| 496 | <Annotation Term="OData.Description" String="The dependency that affects an attribute's UpperBound."/> |
| 497 | </Member> |
| 498 | <Member Name="MinLength"> |
| 499 | <Annotation Term="OData.Description" String="The dependency that affects an attribute's MinLength."/> |
| 500 | </Member> |
| 501 | <Member Name="MaxLength"> |
| 502 | <Annotation Term="OData.Description" String="The dependency that affects an attribute's MaxLength."/> |
| 503 | </Member> |
| 504 | <Member Name="ScalarIncrement"> |
| 505 | <Annotation Term="OData.Description" String="The dependency that affects an attribute's ScalarIncrement."/> |
| 506 | </Member> |
| 507 | <Member Name="ValueExpression"> |
| 508 | <Annotation Term="OData.Description" String="The dependency that affects an attribute's ValueExpression."/> |
| 509 | </Member> |
| 510 | </EnumType> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 511 | </Schema> |
| 512 | |
| 513 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_0_1"> |
| 514 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 515 | <Annotation Term="OData.Description" String="This version was created to add explicit Permissions annotations to all properties for clarity."/> |
| 516 | <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_0_0.AttributeRegistry"/> |
| 517 | </Schema> |
| 518 | |
| 519 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_0_2"> |
| 520 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 521 | <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."/> |
| 522 | <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_0_1.AttributeRegistry"/> |
| 523 | </Schema> |
| 524 | |
| 525 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_0_3"> |
| 526 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 527 | <Annotation Term="OData.Description" String="This version was created to correct regex patterns for different attribute properties."/> |
| 528 | <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_0_2.AttributeRegistry"/> |
| 529 | </Schema> |
| 530 | |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 531 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_0_4"> |
| 532 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 533 | <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."/> |
| 534 | <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_0_3.AttributeRegistry"/> |
| 535 | </Schema> |
| 536 | |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 537 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_0_5"> |
| 538 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 539 | <Annotation Term="OData.Description" String="This version was created to clarify that Attributes.AttributeName and AttributeValue.ValueName are required properties."/> |
| 540 | <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_0_4.AttributeRegistry"/> |
| 541 | </Schema> |
| 542 | |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 543 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_0_6"> |
| 544 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 545 | <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."/> |
| 546 | <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_0_5.AttributeRegistry"/> |
| 547 | </Schema> |
| 548 | |
| 549 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_0_7"> |
| 550 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 551 | <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."/> |
| 552 | <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_0_6.AttributeRegistry"/> |
| 553 | </Schema> |
| 554 | |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 555 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_0_8"> |
| 556 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 557 | <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> |
| 558 | <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_0_7.AttributeRegistry"/> |
| 559 | </Schema> |
| 560 | |
Asmitha Karunanithi | c8ccb77 | 2020-09-22 10:56:46 -0500 | [diff] [blame^] | 561 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_0_9"> |
| 562 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 563 | <Annotation Term="OData.Description" String="This version was created to clarify the evaluation order for Dependencies containing multiple logic expressions."/> |
| 564 | <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_0_8.AttributeRegistry"/> |
| 565 | </Schema> |
| 566 | |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 567 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_1_0"> |
| 568 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 569 | <Annotation Term="Redfish.Release" String="2017.1"/> |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 570 | |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 571 | <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_0_2.AttributeRegistry"> |
| 572 | <Property Name="Actions" Type="AttributeRegistry.v1_1_0.Actions" Nullable="false"> |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 573 | <Annotation Term="OData.Description" String="The available actions for this resource."/> |
| 574 | <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 575 | </Property> |
| 576 | </EntityType> |
| 577 | |
| 578 | <ComplexType Name="Actions"> |
| 579 | <Annotation Term="OData.AdditionalProperties" Bool="false"/> |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 580 | <Annotation Term="OData.Description" String="The available actions for this resource."/> |
| 581 | <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 582 | <Property Name="Oem" Type="AttributeRegistry.v1_1_0.OemActions" Nullable="false"> |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 583 | <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> |
| 584 | <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 585 | </Property> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 586 | </ComplexType> |
| 587 | |
| 588 | <ComplexType Name="OemActions"> |
| 589 | <Annotation Term="OData.AdditionalProperties" Bool="true"/> |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 590 | <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> |
| 591 | <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 592 | </ComplexType> |
| 593 | |
| 594 | <ComplexType Name="SupportedSystems" BaseType="AttributeRegistry.v1_0_0.SupportedSystems"> |
| 595 | <Property Name="FirmwareVersion" Type="Edm.String"> |
| 596 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 597 | <Annotation Term="OData.Description" String="Firmware version."/> |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 598 | <Annotation Term="OData.LongDescription" String="The version of the component firmware image to which this attribute registry applies."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 599 | </Property> |
| 600 | </ComplexType> |
| 601 | </Schema> |
| 602 | |
| 603 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_1_1"> |
| 604 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 605 | <Annotation Term="OData.Description" String="This version was created to update the descriptions that this schema defines."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 606 | <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_1_0.AttributeRegistry"/> |
| 607 | </Schema> |
| 608 | |
| 609 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_1_2"> |
| 610 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 611 | <Annotation Term="OData.Description" String="This version was created to correct regex patterns for different attribute properties."/> |
| 612 | <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_1_1.AttributeRegistry"/> |
| 613 | </Schema> |
| 614 | |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 615 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_1_3"> |
| 616 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 617 | <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."/> |
| 618 | <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_1_2.AttributeRegistry"/> |
| 619 | </Schema> |
| 620 | |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 621 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_1_4"> |
| 622 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 623 | <Annotation Term="OData.Description" String="This version was created to clarify that Attributes.AttributeName and AttributeValue.ValueName are required properties."/> |
| 624 | <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_1_3.AttributeRegistry"/> |
| 625 | </Schema> |
| 626 | |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 627 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_1_5"> |
| 628 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 629 | <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."/> |
| 630 | <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_1_4.AttributeRegistry"/> |
| 631 | </Schema> |
| 632 | |
| 633 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_1_6"> |
| 634 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 635 | <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."/> |
| 636 | <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_1_5.AttributeRegistry"/> |
| 637 | </Schema> |
| 638 | |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 639 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_1_7"> |
| 640 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 641 | <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> |
| 642 | <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_1_6.AttributeRegistry"/> |
| 643 | </Schema> |
| 644 | |
Asmitha Karunanithi | c8ccb77 | 2020-09-22 10:56:46 -0500 | [diff] [blame^] | 645 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_1_8"> |
| 646 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 647 | <Annotation Term="OData.Description" String="This version was created to clarify the evaluation order for Dependencies containing multiple logic expressions."/> |
| 648 | <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_1_7.AttributeRegistry"/> |
| 649 | </Schema> |
| 650 | |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 651 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_2_0"> |
| 652 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 653 | <Annotation Term="Redfish.Release" String="2018.1"/> |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 654 | |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 655 | <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_1_2.AttributeRegistry"/> |
| 656 | |
| 657 | <ComplexType Name="Attributes" BaseType="AttributeRegistry.v1_0_0.Attributes"> |
| 658 | <Annotation Term="OData.Description" String="An attribute and its possible values."/> |
| 659 | <Annotation Term="OData.LongDescription" String="This type shall describe an attribute and its possible values and other metadata."/> |
| 660 | <Property Name="ResetRequired" Type="Edm.Boolean"> |
| 661 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 662 | <Annotation Term="OData.Description" String="An indication of whether a system or device reset is required for this attribute value change to take effect."/> |
| 663 | <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."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 664 | </Property> |
| 665 | <Property Name="UefiDevicePath" Type="Edm.String"> |
| 666 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 667 | <Annotation Term="OData.Description" String="The UEFI device path that qualifies this attribute."/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 668 | <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."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 669 | </Property> |
| 670 | <Property Name="UefiKeywordName" Type="Edm.String" Nullable="false"> |
| 671 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 672 | <Annotation Term="OData.Description" String="The UEFI keyword string for this attribute."/> |
| 673 | <Annotation Term="OData.LongDescription" String="This property shall contain the UEFI Specification-defined keyword for this attribute."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 674 | </Property> |
| 675 | <Property Name="UefiNamespaceId" Type="Edm.String" Nullable="false"> |
| 676 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 677 | <Annotation Term="OData.Description" String="The UEFI namespace ID for the attribute."/> |
| 678 | <Annotation Term="OData.LongDescription" String="This property shall contain the UEFI Specification-defined namespace ID for this attribute."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 679 | </Property> |
| 680 | </ComplexType> |
| 681 | </Schema> |
| 682 | |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 683 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_2_1"> |
| 684 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 685 | <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."/> |
| 686 | <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_2_0.AttributeRegistry"/> |
| 687 | </Schema> |
| 688 | |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 689 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_2_2"> |
| 690 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 691 | <Annotation Term="OData.Description" String="This version was created to clarify that Attributes.AttributeName and AttributeValue.ValueName are required properties."/> |
| 692 | <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_2_1.AttributeRegistry"/> |
| 693 | </Schema> |
| 694 | |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 695 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_2_3"> |
| 696 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 697 | <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."/> |
| 698 | <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_2_2.AttributeRegistry"/> |
| 699 | </Schema> |
| 700 | |
| 701 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_2_4"> |
| 702 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 703 | <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."/> |
| 704 | <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_2_3.AttributeRegistry"/> |
| 705 | </Schema> |
| 706 | |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 707 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_2_5"> |
| 708 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 709 | <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> |
| 710 | <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_2_4.AttributeRegistry"/> |
| 711 | </Schema> |
| 712 | |
Asmitha Karunanithi | c8ccb77 | 2020-09-22 10:56:46 -0500 | [diff] [blame^] | 713 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_2_6"> |
| 714 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 715 | <Annotation Term="OData.Description" String="This version was created to clarify the evaluation order for Dependencies containing multiple logic expressions."/> |
| 716 | <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_2_5.AttributeRegistry"/> |
| 717 | </Schema> |
| 718 | |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 719 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_3_0"> |
| 720 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 721 | <Annotation Term="Redfish.Release" String="2018.3"/> |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 722 | |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 723 | <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_2_2.AttributeRegistry"/> |
| 724 | |
| 725 | <ComplexType Name="Attributes" BaseType="AttributeRegistry.v1_2_0.Attributes"> |
| 726 | <Property Name="Oem" Type="Resource.Oem" Nullable="false"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 727 | <Annotation Term="OData.Description" String="The OEM extension property."/> |
| 728 | <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."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 729 | </Property> |
| 730 | </ComplexType> |
| 731 | |
| 732 | <ComplexType Name="Menus" BaseType="AttributeRegistry.v1_0_0.Menus"> |
| 733 | <Property Name="Hidden" Type="Edm.Boolean"> |
| 734 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 735 | <Annotation Term="OData.Description" String="An indication of whether this menu is hidden in user interfaces."/> |
| 736 | <Annotation Term="OData.LongDescription" String="This property shall indicate whether this menu is hidden in user interfaces. The evaluation results of the Dependencies array might affect the hidden state of a menu."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 737 | </Property> |
| 738 | <Property Name="Oem" Type="Resource.Oem" Nullable="false"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 739 | <Annotation Term="OData.Description" String="The OEM extension property."/> |
| 740 | <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."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 741 | </Property> |
| 742 | </ComplexType> |
| 743 | </Schema> |
| 744 | |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 745 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_3_1"> |
| 746 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 747 | <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."/> |
| 748 | <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_3_0.AttributeRegistry"/> |
| 749 | </Schema> |
| 750 | |
| 751 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_3_2"> |
| 752 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 753 | <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."/> |
| 754 | <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_3_1.AttributeRegistry"/> |
| 755 | </Schema> |
| 756 | |
Gunnar Mills | 844b415 | 2020-06-22 12:44:09 -0500 | [diff] [blame] | 757 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_3_3"> |
| 758 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 759 | <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> |
| 760 | <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_3_2.AttributeRegistry"/> |
| 761 | </Schema> |
| 762 | |
Asmitha Karunanithi | c8ccb77 | 2020-09-22 10:56:46 -0500 | [diff] [blame^] | 763 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_3_4"> |
| 764 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 765 | <Annotation Term="OData.Description" String="This version was created to clarify the evaluation order for Dependencies containing multiple logic expressions."/> |
| 766 | <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_3_3.AttributeRegistry"/> |
| 767 | </Schema> |
| 768 | |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 769 | </edmx:DataServices> |
| 770 | </edmx:Edmx> |