1<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################       -->
4<!--# Redfish Schema:  AttributeRegistry v1.3.8                                            -->
5<!--#                                                                                      -->
6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle,      -->
7<!--# available at http://www.dmtf.org/standards/redfish                                   -->
8<!--# Copyright 2014-2023 DMTF.                                                            -->
9<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10<!--################################################################################       -->
11<!---->
12<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
13
14  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
15    <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
16  </edmx:Reference>
17  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
18    <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
19  </edmx:Reference>
20  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
21    <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
22    <edmx: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
34      <EntityType Name="AttributeRegistry" BaseType="Resource.v1_0_0.Resource" Abstract="true">
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."/>
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>
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"/>
57      <Annotation Term="Redfish.Release" String="2016.1"/>
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"/>
62          <Annotation Term="OData.Description" String="The RFC5646-conformant language code for the attribute registry."/>
63          <Annotation Term="OData.LongDescription" String="This property shall contain an RFC5646-conformant language code."/>
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"/>
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."/>
70          <Annotation Term="Validation.Pattern" String="^\d+\.\d+\.\d+$"/>
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"/>
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."/>
77          <Annotation Term="Redfish.Required"/>
78        </Property>
79        <Property Name="SupportedSystems" Type="Collection(AttributeRegistry.v1_0_0.SupportedSystems)" Nullable="false">
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."/>
82        </Property>
83        <Property Name="RegistryEntries" Type="AttributeRegistry.v1_0_0.RegistryEntries" Nullable="false">
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."/>
86        </Property>
87      </EntityType>
88
89      <ComplexType Name="SupportedSystems">
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."/>
92        <Property Name="ProductName" Type="Edm.String">
93          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
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."/>
96        </Property>
97        <Property Name="SystemId" Type="Edm.String">
98          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
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 can be identified by one or more properties in the computer system resource, such as Model, SubModel, or SKU."/>
101          <Annotation Term="Validation.Pattern" String="^[A-Za-z0-9]+$"/>
102        </Property>
103      </ComplexType>
104
105      <ComplexType Name="RegistryEntries">
106        <Annotation Term="OData.Description" String="The list of all attributes and metadata for this component."/>
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">
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."/>
111        </Property>
112        <Property Name="Menus" Type="Collection(AttributeRegistry.v1_0_0.Menus)" Nullable="false">
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."/>
115        </Property>
116        <Property Name="Dependencies" Type="Collection(AttributeRegistry.v1_0_0.Dependencies)" Nullable="false">
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."/>
119        </Property>
120      </ComplexType>
121
122      <ComplexType Name="Attributes">
123        <Annotation Term="OData.Description" String="An attribute and its possible values and other metadata."/>
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"/>
127          <Annotation Term="OData.Description" String="The unique name for the attribute."/>
128          <Annotation Term="OData.LongDescription" String="This property shall contain the name of this attribute that is unique in this attribute registry."/>
129          <Annotation Term="Validation.Pattern" String="^[A-Za-z][A-Za-z0-9_]+$"/>
130          <Annotation Term="Redfish.Required"/>
131        </Property>
132        <Property Name="Type" Type="AttributeRegistry.v1_0_0.AttributeType" Nullable="false">
133          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
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."/>
136        </Property>
137        <Property Name="Value" Type="Collection(AttributeRegistry.v1_0_0.AttributeValue)" Nullable="false">
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."/>
140        </Property>
141        <Property Name="DisplayName" Type="Edm.String">
142          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
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."/>
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."/>
149          <Annotation Term="OData.LongDescription" String="This property shall contain the help text for the attribute."/>
150        </Property>
151        <Property Name="WarningText" Type="Edm.String">
152          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
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."/>
155        </Property>
156        <Property Name="CurrentValue" Type="Edm.PrimitiveType">
157          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
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 may affect the current attribute value."/>
160        </Property>
161        <Property Name="DefaultValue" Type="Edm.PrimitiveType">
162          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
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."/>
165        </Property>
166        <Property Name="DisplayOrder" Type="Edm.Int64">
167          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
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."/>
170        </Property>
171        <Property Name="MenuPath" Type="Edm.String">
172          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
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."/>
175          <Annotation Term="Validation.Pattern" String="^\.\/([^/]+(\/[^/]+)*)?$"/>
176        </Property>
177        <Property Name="ReadOnly" Type="Edm.Boolean">
178          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
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 may affect the read-only state of an attribute."/>
181        </Property>
182        <Property Name="WriteOnly" Type="Edm.Boolean">
183          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
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."/>
186        </Property>
187        <Property Name="GrayOut" Type="Edm.Boolean">
188          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
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 may affect the grayed-out state of an attribute."/>
191        </Property>
192        <Property Name="Hidden" Type="Edm.Boolean">
193          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
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 may affect the hidden state of an attribute."/>
196        </Property>
197        <Property Name="Immutable" Type="Edm.Boolean">
198          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
199          <Annotation Term="OData.Description" String="An indication of whether this attribute is immutable.  Immutable attributes cannot 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."/>
201        </Property>
202        <Property Name="IsSystemUniqueProperty" Type="Edm.Boolean">
203          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
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."/>
206        </Property>
207        <Property Name="MaxLength" Type="Edm.Int64">
208          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
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."/>
211        </Property>
212        <Property Name="MinLength" Type="Edm.Int64">
213          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
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."/>
216        </Property>
217        <Property Name="ScalarIncrement" Type="Edm.Int64">
218          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
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."/>
221        </Property>
222        <Property Name="UpperBound" Type="Edm.Int64">
223          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
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."/>
226        </Property>
227        <Property Name="LowerBound" Type="Edm.Int64">
228          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
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."/>
231        </Property>
232        <Property Name="ValueExpression" Type="Edm.String">
233          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
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."/>
236        </Property>
237      </ComplexType>
238
239      <ComplexType Name="Menus">
240        <Annotation Term="OData.Description" String="An attribute's menu and its hierarchy."/>
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."/>
245          <Annotation Term="OData.LongDescription" String="This property shall contain the name of this menu that is unique in this attribute registry."/>
246          <Annotation Term="Validation.Pattern" String="^[^/]+$"/>
247        </Property>
248        <Property Name="DisplayName" Type="Edm.String">
249          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
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."/>
252        </Property>
253        <Property Name="DisplayOrder" Type="Edm.Int64">
254          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
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."/>
257        </Property>
258        <Property Name="ReadOnly" Type="Edm.Boolean">
259          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
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."/>
262        </Property>
263        <Property Name="GrayOut" Type="Edm.Boolean">
264          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
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."/>
267        </Property>
268        <Property Name="MenuPath" Type="Edm.String">
269          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
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."/>
272          <Annotation Term="Validation.Pattern" String="^\.\/([^/]+(\/[^/]+)*)?$"/>
273        </Property>
274      </ComplexType>
275
276      <ComplexType Name="Dependencies">
277        <Annotation Term="OData.Description" String="The dependency of attributes on this component."/>
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">
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."/>
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."/>
286          <Annotation Term="OData.LongDescription" String="This property shall contain the AttributeName of the attribute whose change triggers the evaluation of this dependency expression."/>
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."/>
292          <Annotation Term="OData.LongDescription" String="This property shall contain an enumeration that describes the type for the attribute dependency."/>
293        </Property>
294      </ComplexType>
295
296      <ComplexType Name="AttributeValue">
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."/>
299        <Property Name="ValueName" Type="Edm.String" Nullable="false">
300          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
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"/>
304        </Property>
305        <Property Name="ValueDisplayName" Type="Edm.String">
306          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
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."/>
309        </Property>
310      </ComplexType>
311
312      <ComplexType Name="Dependency">
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."/>
315        <Property Name="MapFrom" Type="Collection(AttributeRegistry.v1_0_0.MapFrom)" Nullable="false">
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."/>
318        </Property>
319        <Property Name="MapToAttribute" Type="Edm.String" Nullable="false">
320          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
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."/>
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"/>
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."/>
329        </Property>
330        <Property Name="MapToValue" Type="Edm.PrimitiveType">
331          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
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`."/>
334        </Property>
335      </ComplexType>
336
337      <ComplexType Name="MapFrom">
338        <Annotation Term="OData.Description" String="A map-from condition for mapping dependency."/>
339        <Annotation Term="OData.LongDescription" String="This type shall describe a map-from condition for a dependency of the Map type."/>
340        <Property Name="MapFromAttribute" Type="Edm.String" Nullable="false">
341          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
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."/>
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"/>
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."/>
350        </Property>
351        <Property Name="MapFromCondition" Type="AttributeRegistry.v1_0_0.MapFromCondition" Nullable="false">
352          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
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`."/>
355        </Property>
356        <Property Name="MapFromValue" Type="Edm.PrimitiveType">
357          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
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."/>
360        </Property>
361        <Property Name="MapTerms" Type="AttributeRegistry.v1_0_0.MapTerms" Nullable="false">
362          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
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."/>
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."/>
365        </Property>
366      </ComplexType>
367
368      <EnumType Name="AttributeType">
369        <Member Name="Enumeration">
370          <Annotation Term="OData.Description" String="A list of the known possible enumerated values."/>
371        </Member>
372        <Member Name="String">
373          <Annotation Term="OData.Description" String="Free-form text in their values."/>
374        </Member>
375        <Member Name="Integer">
376          <Annotation Term="OData.Description" String="An integer value."/>
377        </Member>
378        <Member Name="Boolean">
379          <Annotation Term="OData.Description" String="A flag with a `true` or `false` value."/>
380        </Member>
381        <Member Name="Password">
382          <Annotation Term="OData.Description" String="Password values that do not appear as plain text.  The value is `null` in responses."/>
383        </Member>
384      </EnumType>
385
386      <EnumType Name="DependencyType">
387        <Member Name="Map">
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."/>
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>
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
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
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
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
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
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
567    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_0_10">
568      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
569      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
570      <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_0_9.AttributeRegistry"/>
571    </Schema>
572
573    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_0_11">
574      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
575      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
576      <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_0_10.AttributeRegistry"/>
577    </Schema>
578
579    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_0_12">
580      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
581      <Annotation Term="OData.Description" String="This version was created to remove normative language from non-normative descriptions."/>
582      <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_0_11.AttributeRegistry"/>
583    </Schema>
584
585    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_0_13">
586      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
587      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
588      <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_0_12.AttributeRegistry"/>
589    </Schema>
590
591    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_1_0">
592      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
593      <Annotation Term="Redfish.Release" String="2017.1"/>
594
595      <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_0_2.AttributeRegistry">
596        <Property Name="Actions" Type="AttributeRegistry.v1_1_0.Actions" Nullable="false">
597          <Annotation Term="OData.Description" String="The available actions for this resource."/>
598          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
599        </Property>
600      </EntityType>
601
602      <ComplexType Name="Actions">
603        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
604        <Annotation Term="OData.Description" String="The available actions for this resource."/>
605        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
606        <Property Name="Oem" Type="AttributeRegistry.v1_1_0.OemActions" Nullable="false">
607          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
608          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
609        </Property>
610      </ComplexType>
611
612      <ComplexType Name="OemActions">
613        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
614        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
615        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
616      </ComplexType>
617
618      <ComplexType Name="SupportedSystems" BaseType="AttributeRegistry.v1_0_0.SupportedSystems">
619        <Property Name="FirmwareVersion" Type="Edm.String">
620          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
621          <Annotation Term="OData.Description" String="Firmware version."/>
622          <Annotation Term="OData.LongDescription" String="The version of the component firmware image to which this attribute registry applies."/>
623        </Property>
624      </ComplexType>
625    </Schema>
626
627    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_1_1">
628      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
629      <Annotation Term="OData.Description" String="This version was created to update the descriptions that this schema defines."/>
630      <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_1_0.AttributeRegistry"/>
631    </Schema>
632
633    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_1_2">
634      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
635      <Annotation Term="OData.Description" String="This version was created to correct regex patterns for different attribute properties."/>
636      <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_1_1.AttributeRegistry"/>
637    </Schema>
638
639    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_1_3">
640      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
641      <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."/>
642      <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_1_2.AttributeRegistry"/>
643    </Schema>
644
645    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_1_4">
646      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
647      <Annotation Term="OData.Description" String="This version was created to clarify that Attributes.AttributeName and AttributeValue.ValueName are required properties."/>
648      <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_1_3.AttributeRegistry"/>
649    </Schema>
650
651    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_1_5">
652      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
653      <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."/>
654      <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_1_4.AttributeRegistry"/>
655    </Schema>
656
657    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_1_6">
658      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
659      <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."/>
660      <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_1_5.AttributeRegistry"/>
661    </Schema>
662
663    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_1_7">
664      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
665      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
666      <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_1_6.AttributeRegistry"/>
667    </Schema>
668
669    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_1_8">
670      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
671      <Annotation Term="OData.Description" String="This version was created to clarify the evaluation order for Dependencies containing multiple logic expressions."/>
672      <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_1_7.AttributeRegistry"/>
673    </Schema>
674
675    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_1_9">
676      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
677      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
678      <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_1_8.AttributeRegistry"/>
679    </Schema>
680
681    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_1_10">
682      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
683      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
684      <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_1_9.AttributeRegistry"/>
685    </Schema>
686
687    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_1_11">
688      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
689      <Annotation Term="OData.Description" String="This version was created to remove normative language from non-normative descriptions."/>
690      <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_1_10.AttributeRegistry"/>
691    </Schema>
692
693    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_1_12">
694      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
695      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
696      <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_1_11.AttributeRegistry"/>
697    </Schema>
698
699    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_2_0">
700      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
701      <Annotation Term="Redfish.Release" String="2018.1"/>
702
703      <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_1_2.AttributeRegistry"/>
704
705      <ComplexType Name="Attributes" BaseType="AttributeRegistry.v1_0_0.Attributes">
706        <Annotation Term="OData.Description" String="An attribute and its possible values."/>
707        <Annotation Term="OData.LongDescription" String="This type shall describe an attribute and its possible values and other metadata."/>
708        <Property Name="ResetRequired" Type="Edm.Boolean">
709          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
710          <Annotation Term="OData.Description" String="An indication of whether a system or device reset is required for this attribute value change to take effect."/>
711          <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."/>
712        </Property>
713        <Property Name="UefiDevicePath" Type="Edm.String">
714          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
715          <Annotation Term="OData.Description" String="The UEFI device path that qualifies this attribute."/>
716          <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."/>
717        </Property>
718        <Property Name="UefiKeywordName" Type="Edm.String" Nullable="false">
719          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
720          <Annotation Term="OData.Description" String="The UEFI keyword string for this attribute."/>
721          <Annotation Term="OData.LongDescription" String="This property shall contain the UEFI Specification-defined keyword for this attribute."/>
722        </Property>
723        <Property Name="UefiNamespaceId" Type="Edm.String" Nullable="false">
724          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
725          <Annotation Term="OData.Description" String="The UEFI namespace ID for the attribute."/>
726          <Annotation Term="OData.LongDescription" String="This property shall contain the UEFI Specification-defined namespace ID for this attribute."/>
727        </Property>
728      </ComplexType>
729    </Schema>
730
731    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_2_1">
732      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
733      <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."/>
734      <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_2_0.AttributeRegistry"/>
735    </Schema>
736
737    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_2_2">
738      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
739      <Annotation Term="OData.Description" String="This version was created to clarify that Attributes.AttributeName and AttributeValue.ValueName are required properties."/>
740      <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_2_1.AttributeRegistry"/>
741    </Schema>
742
743    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_2_3">
744      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
745      <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."/>
746      <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_2_2.AttributeRegistry"/>
747    </Schema>
748
749    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_2_4">
750      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
751      <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."/>
752      <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_2_3.AttributeRegistry"/>
753    </Schema>
754
755    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_2_5">
756      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
757      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
758      <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_2_4.AttributeRegistry"/>
759    </Schema>
760
761    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_2_6">
762      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
763      <Annotation Term="OData.Description" String="This version was created to clarify the evaluation order for Dependencies containing multiple logic expressions."/>
764      <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_2_5.AttributeRegistry"/>
765    </Schema>
766
767    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_2_7">
768      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
769      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
770      <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_2_6.AttributeRegistry"/>
771    </Schema>
772
773    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_2_8">
774      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
775      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
776      <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_2_7.AttributeRegistry"/>
777    </Schema>
778
779    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_2_9">
780      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
781      <Annotation Term="OData.Description" String="This version was created to remove normative language from non-normative descriptions."/>
782      <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_2_8.AttributeRegistry"/>
783    </Schema>
784
785    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_2_10">
786      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
787      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
788      <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_2_9.AttributeRegistry"/>
789    </Schema>
790
791    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_3_0">
792      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
793      <Annotation Term="Redfish.Release" String="2018.3"/>
794
795      <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_2_2.AttributeRegistry"/>
796
797      <ComplexType Name="Attributes" BaseType="AttributeRegistry.v1_2_0.Attributes">
798        <Property Name="Oem" Type="Resource.Oem" Nullable="false">
799          <Annotation Term="OData.Description" String="The OEM extension property."/>
800          <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."/>
801        </Property>
802      </ComplexType>
803
804      <ComplexType Name="Menus" BaseType="AttributeRegistry.v1_0_0.Menus">
805        <Property Name="Hidden" Type="Edm.Boolean">
806          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
807          <Annotation Term="OData.Description" String="An indication of whether this menu is hidden in user interfaces."/>
808          <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."/>
809        </Property>
810        <Property Name="Oem" Type="Resource.Oem" Nullable="false">
811          <Annotation Term="OData.Description" String="The OEM extension property."/>
812          <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."/>
813        </Property>
814      </ComplexType>
815    </Schema>
816
817    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_3_1">
818      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
819      <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."/>
820      <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_3_0.AttributeRegistry"/>
821    </Schema>
822
823    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_3_2">
824      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
825      <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."/>
826      <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_3_1.AttributeRegistry"/>
827    </Schema>
828
829    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_3_3">
830      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
831      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
832      <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_3_2.AttributeRegistry"/>
833    </Schema>
834
835    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_3_4">
836      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
837      <Annotation Term="OData.Description" String="This version was created to clarify the evaluation order for Dependencies containing multiple logic expressions."/>
838      <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_3_3.AttributeRegistry"/>
839    </Schema>
840
841    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_3_5">
842      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
843      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
844      <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_3_4.AttributeRegistry"/>
845    </Schema>
846
847    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_3_6">
848      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
849      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
850      <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_3_5.AttributeRegistry"/>
851    </Schema>
852
853    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_3_7">
854      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
855      <Annotation Term="OData.Description" String="This version was created to remove normative language from non-normative descriptions."/>
856      <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_3_6.AttributeRegistry"/>
857    </Schema>
858
859    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AttributeRegistry.v1_3_8">
860      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
861      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
862      <EntityType Name="AttributeRegistry" BaseType="AttributeRegistry.v1_3_7.AttributeRegistry"/>
863    </Schema>
864
865  </edmx:DataServices>
866</edmx:Edmx>
867