blob: b8ec70c10559e75fee3b72930afe4abf20fbc6a1 [file] [log] [blame]
Jason M. Billsea4aa752018-06-05 13:29:11 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
Gunnar Millsa778c022020-05-12 12:20:36 -05004<!--# Redfish Schema: MessageRegistry v1.4.0 -->
Jason M. Billsea4aa752018-06-05 13:29:11 -07005<!--# -->
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 Millsa778c022020-05-12 12:20:36 -05008<!--# Copyright 2014-2020 DMTF. -->
Jason M. Billsea4aa752018-06-05 13:29:11 -07009<!--# 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="MessageRegistry">
32 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
33
34 <EntityType Name="MessageRegistry" BaseType="Resource.v1_0_0.Resource" Abstract="true">
Ed Tanouscb103132019-10-08 11:34:22 -070035 <Annotation Term="OData.Description" String="The MessageRegistry schema describes all Message Registries. It represents the properties for the Message Registries themselves."/>
36 <Annotation Term="OData.LongDescription" String="This Resource shall represent a Message Registry for a Redfish implementation."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070037 <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
54 </Schema>
55
56 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MessageRegistry.v1_0_0">
57 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060058 <Annotation Term="Redfish.Release" String="1.0"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070059
60 <EntityType Name="MessageRegistry" BaseType="MessageRegistry.MessageRegistry">
61 <Property Name="Language" Type="Edm.String" Nullable="false">
62 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -070063 <Annotation Term="OData.Description" String="The RFC5646-conformant language code for the Message Registry."/>
64 <Annotation Term="OData.LongDescription" String="This property shall contain an RFC5646-conformant language code."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070065 <Annotation Term="Redfish.Required"/>
66 </Property>
67 <Property Name="RegistryPrefix" Type="Edm.String" Nullable="false">
68 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -070069 <Annotation Term="OData.Description" String="The single-word prefix that is used in forming and decoding MessageIds."/>
70 <Annotation Term="OData.LongDescription" String="This property shall contain the Redfish Specification-defined prefix used in forming and decoding MessageIds that uniquely identifies all messages that belong to this Message Registry."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070071 <Annotation Term="Redfish.Required"/>
72 </Property>
73 <Property Name="RegistryVersion" Type="Edm.String" Nullable="false">
74 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -070075 <Annotation Term="OData.Description" String="The Message Registry version in the middle portion of a MessageId."/>
76 <Annotation Term="OData.LongDescription" String="This property shall contain the version of this Message Registry."/>
77 <Annotation Term="Validation.Pattern" String="^\d+\.\d+\.\d+$"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070078 <Annotation Term="Redfish.Required"/>
79 </Property>
80 <Property Name="OwningEntity" Type="Edm.String" Nullable="false">
81 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -070082 <Annotation Term="OData.Description" String="The organization or company that publishes this Message Registry."/>
83 <Annotation Term="OData.LongDescription" String="This property shall represent the publisher of this Message Registry."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070084 <Annotation Term="Redfish.Required"/>
85 </Property>
86 <Property Name="Messages" Type="MessageRegistry.v1_0_0.MessageProperty" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -070087 <Annotation Term="OData.Description" String="The message keys contained in the Message Registry."/>
88 <Annotation Term="OData.LongDescription" String="This property shall contain the message keys contained in the Message Registy. The message keys are the suffix of the MessageId and shall be unique within this Message Registry."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070089 <Annotation Term="Redfish.Required"/>
90 </Property>
91 </EntityType>
92
93 <ComplexType Name="MessageProperty" OpenType="true">
94 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -070095 <Annotation Term="OData.Description" String="The message keys contained in the Message Registry."/>
96 <Annotation Term="OData.LongDescription" String="This type shall contain the message keys contained in the Message Registy. The message keys are the suffix of the MessageId and shall be unique within this Message Registry."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070097 <Annotation Term="Redfish.DynamicPropertyPatterns">
98 <Collection>
99 <Record>
100 <PropertyValue Property="Pattern" String="[A-Za-z0-9]+"/>
101 <PropertyValue Property="Type" String="MessageRegistry.v1_0_0.Message"/>
102 </Record>
103 </Collection>
104 </Annotation>
105 </ComplexType>
106
107 <ComplexType Name="Message">
108 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700109 <Annotation Term="OData.Description" String="This type represents how a message is defined within the Message Registry."/>
110 <Annotation Term="OData.LongDescription" String="The type shall represent how a message is defined within a Message Registry."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700111 <Property Name="Description" Type="Edm.String" Nullable="false">
112 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700113 <Annotation Term="OData.Description" String="A short description of how and when to use this message."/>
114 <Annotation Term="OData.LongDescription" String="This property shall indicate how and when this message is returned by the Redfish Service."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700115 <Annotation Term="Redfish.Required"/>
116 </Property>
117 <Property Name="Message" Type="Edm.String" Nullable="false">
118 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
119 <Annotation Term="OData.Description" String="The actual message."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700120 <Annotation Term="OData.LongDescription" String="This property shall contain the message to display. If a %integer is included in part of the string, it shall represent a string substitution for any MessageArgs that accompany the message, in order."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700121 <Annotation Term="Redfish.Required"/>
122 </Property>
123 <Property Name="Severity" Type="Edm.String" Nullable="false">
124 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700125 <Annotation Term="OData.Description" String="The severity of the message."/>
126 <Annotation Term="OData.LongDescription" String="This property shall contain the severity of the condition resulting in the message, as defined in the Status clause of the Redfish Specification."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700127 <Annotation Term="Redfish.Required"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500128 <Annotation Term="Redfish.Revisions">
129 <Collection>
130 <Record>
131 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
132 <PropertyValue Property="Version" String="v1_4_0"/>
133 <PropertyValue Property="Description" String="This property has been deprecated in favor of MessageSeverity, which ties the values to the enumerations defined for the Health property within Status."/>
134 </Record>
135 </Collection>
136 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700137 </Property>
138 <Property Name="NumberOfArgs" Type="Edm.Int64" Nullable="false">
139 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700140 <Annotation Term="OData.Description" String="The number of arguments in the message."/>
141 <Annotation Term="OData.LongDescription" String="This property shall contain the number of arguments that are substituted for the locations marked with %&lt;integer&gt; in the message."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700142 <Annotation Term="Redfish.Required"/>
143 <Annotation Term="Validation.Minimum" Int="0"/>
144 </Property>
145 <Property Name="ParamTypes" Type="Collection(MessageRegistry.v1_0_0.ParamType)" Nullable="false">
146 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
147 <Annotation Term="OData.Description" String="The MessageArg types, in order, for the message."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700148 <Annotation Term="OData.LongDescription" String="This property shall contain an ordered array of argument data types that match the data types of the MessageArgs."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700149 </Property>
150 <Property Name="Resolution" Type="Edm.String" Nullable="false">
151 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
152 <Annotation Term="OData.Description" String="Used to provide suggestions on how to resolve the situation that caused the error."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700153 <Annotation Term="OData.LongDescription" String="This property shall contain an override of the resolution of the message in the Message Registry, if present."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700154 <Annotation Term="Redfish.Required"/>
155 </Property>
156 <Property Name="Oem" Type="Resource.Oem" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700157 <Annotation Term="OData.Description" String="The OEM extension property."/>
158 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700159 </Property>
160 </ComplexType>
161
162 <EnumType Name="ParamType">
163 <Member Name="string">
Ed Tanouscb103132019-10-08 11:34:22 -0700164 <Annotation Term="OData.Description" String="The argument is a string."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700165 </Member>
166 <Member Name="number">
Ed Tanouscb103132019-10-08 11:34:22 -0700167 <Annotation Term="OData.Description" String="The argument is a number."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700168 </Member>
169 </EnumType>
170
171 </Schema>
172
173 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MessageRegistry.v1_0_2">
174 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
175 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
176 <EntityType Name="MessageRegistry" BaseType="MessageRegistry.v1_0_0.MessageRegistry"/>
177 </Schema>
178
179 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MessageRegistry.v1_0_3">
180 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
181 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
182 <EntityType Name="MessageRegistry" BaseType="MessageRegistry.v1_0_2.MessageRegistry"/>
183 </Schema>
184
185 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MessageRegistry.v1_0_4">
186 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
187 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
188 <EntityType Name="MessageRegistry" BaseType="MessageRegistry.v1_0_3.MessageRegistry"/>
189 </Schema>
190
191 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MessageRegistry.v1_0_5">
192 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700193 <Annotation Term="OData.Description" String="This version was created to add descriptions to various enumerated values."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700194 <EntityType Name="MessageRegistry" BaseType="MessageRegistry.v1_0_4.MessageRegistry"/>
195 </Schema>
196
Ed Tanous530520e2019-01-02 13:41:37 -0800197 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MessageRegistry.v1_0_6">
198 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
199 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number."/>
200 <EntityType Name="MessageRegistry" BaseType="MessageRegistry.v1_0_5.MessageRegistry"/>
201 </Schema>
202
Ed Tanouscb103132019-10-08 11:34:22 -0700203 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MessageRegistry.v1_0_7">
204 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
205 <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."/>
206 <EntityType Name="MessageRegistry" BaseType="MessageRegistry.v1_0_6.MessageRegistry"/>
207 </Schema>
208
209 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MessageRegistry.v1_0_8">
210 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
211 <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 descriptions that this schema defines."/>
212 <EntityType Name="MessageRegistry" BaseType="MessageRegistry.v1_0_7.MessageRegistry"/>
213 </Schema>
214
Jason M. Billsea4aa752018-06-05 13:29:11 -0700215 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MessageRegistry.v1_1_0">
216 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600217 <Annotation Term="Redfish.Release" String="2017.1"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700218 <EntityType Name="MessageRegistry" BaseType="MessageRegistry.v1_0_4.MessageRegistry">
219 <Property Name="Actions" Type="MessageRegistry.v1_1_0.Actions" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700220 <Annotation Term="OData.Description" String="The available actions for this Resource."/>
221 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this Resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700222 </Property>
223 </EntityType>
224
225 <ComplexType Name="Actions">
226 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700227 <Annotation Term="OData.Description" String="The available actions for this Resource."/>
228 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this Resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800229 <Property Name="Oem" Type="MessageRegistry.v1_1_0.OemActions" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700230 <Annotation Term="OData.Description" String="The available OEM-specific actions for this Resource."/>
231 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this Resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800232 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700233 </ComplexType>
234
235 <ComplexType Name="OemActions">
236 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700237 <Annotation Term="OData.Description" String="The available OEM-specific actions for this Resource."/>
238 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this Resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700239 </ComplexType>
240 </Schema>
241
242 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MessageRegistry.v1_1_1">
243 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700244 <Annotation Term="OData.Description" String="This version was created to add descriptions to various enumerated values."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700245 <EntityType Name="MessageRegistry" BaseType="MessageRegistry.v1_1_0.MessageRegistry"/>
246 </Schema>
247
Ed Tanous530520e2019-01-02 13:41:37 -0800248 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MessageRegistry.v1_1_2">
249 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
250 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number."/>
251 <EntityType Name="MessageRegistry" BaseType="MessageRegistry.v1_1_1.MessageRegistry"/>
252 </Schema>
253
Ed Tanouscb103132019-10-08 11:34:22 -0700254 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MessageRegistry.v1_1_3">
255 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
256 <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."/>
257 <EntityType Name="MessageRegistry" BaseType="MessageRegistry.v1_1_2.MessageRegistry"/>
258 </Schema>
259
260 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MessageRegistry.v1_1_4">
261 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
262 <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 descriptions that this schema defines."/>
263 <EntityType Name="MessageRegistry" BaseType="MessageRegistry.v1_1_3.MessageRegistry"/>
264 </Schema>
265
Ed Tanous530520e2019-01-02 13:41:37 -0800266 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MessageRegistry.v1_2_0">
267 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600268 <Annotation Term="Redfish.Release" String="2018.2"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800269 <Annotation Term="OData.Description" String="This version was created to add ClearingLogic to a MessageRegistry."/>
270
271 <EntityType Name="MessageRegistry" BaseType="MessageRegistry.v1_1_2.MessageRegistry"/>
272
273 <ComplexType Name="Message" BaseType="MessageRegistry.v1_0_0.Message">
Ed Tanouscb103132019-10-08 11:34:22 -0700274 <Property Name="ClearingLogic" Type="MessageRegistry.v1_2_0.ClearingLogic" Nullable="false">
Ed Tanous530520e2019-01-02 13:41:37 -0800275 <Annotation Term="OData.Description" String="The clearing logic associated with this message. The properties within indicate that what messages are cleared by this message as well as under what conditions."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700276 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this Resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800277 </Property>
278 </ComplexType>
279
280 <ComplexType Name="ClearingLogic">
281 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
282 <Annotation Term="OData.Description" String="The clearing logic associated with this message. The properties within indicate that what messages are cleared by this message as well as under what conditions."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700283 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this Resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800284 <Property Name="ClearsIf" Type="MessageRegistry.v1_2_0.ClearingType" Nullable="true">
285 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700286 <Annotation Term="OData.Description" String="The condition when the event is cleared."/>
287 <Annotation Term="OData.LongDescription" String="This property shall contain the condition the event is cleared."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800288 </Property>
289 <Property Name="ClearsMessage" Type="Collection(Edm.String)" Nullable="true">
290 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700291 <Annotation Term="OData.Description" String="The array of MessageIds that this message clears when the other conditions are met."/>
292 <Annotation Term="OData.LongDescription" String="This property shall contain an array of MessageIds that this message clears when the other conditions are met. The MessageIds shall not include the Message Registry name or version and shall contain only the MessageId portion. MessageIds shall not refer to other Message Registries."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800293 </Property>
294 <Property Name="ClearsAll" Type="Edm.Boolean" Nullable="true">
295 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700296 <Annotation Term="OData.Description" String="An indication of whether all prior conditions and messages are cleared, provided the ClearsIf condition is met."/>
297 <Annotation Term="OData.LongDescription" String="This property shall indicate whether all prior conditions and messages are cleared, provided the ClearsIf condition is met."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800298 </Property>
299 </ComplexType>
300
301 <EnumType Name="ClearingType">
Ed Tanouscb103132019-10-08 11:34:22 -0700302 <Annotation Term="OData.Description" String="The conditions when an event is cleared."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800303 <Member Name="SameOriginOfCondition">
Ed Tanouscb103132019-10-08 11:34:22 -0700304 <Annotation Term="OData.Description" String="This enumeration shall describe when the message for an event is cleared by the other messages in the ClearingLogic property, provided the OriginOfCondition for both events are the same."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800305 </Member>
306 </EnumType>
Ed Tanous530520e2019-01-02 13:41:37 -0800307 </Schema>
Ed Tanouscb103132019-10-08 11:34:22 -0700308
309 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MessageRegistry.v1_2_1">
310 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
311 <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. It was also created to add a missing term on ClearingLogic to not allow it to be null."/>
312 <EntityType Name="MessageRegistry" BaseType="MessageRegistry.v1_2_0.MessageRegistry"/>
313 </Schema>
314
315 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MessageRegistry.v1_2_2">
316 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
317 <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 descriptions that this schema defines."/>
318 <EntityType Name="MessageRegistry" BaseType="MessageRegistry.v1_2_1.MessageRegistry"/>
319 </Schema>
320
321 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MessageRegistry.v1_3_0">
322 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
323 <Annotation Term="Redfish.Release" String="2019.1"/>
324 <Annotation Term="OData.Description" String="This version was created to add LongDescription, ArgDescriptions, and ArgLongDescriptions to a Message Registry. It also corrected terminology in descriptions to consistently use `argument` instead of `parameter`."/>
325
326 <EntityType Name="MessageRegistry" BaseType="MessageRegistry.v1_2_1.MessageRegistry"/>
327
328 <ComplexType Name="Message" BaseType="MessageRegistry.v1_2_0.Message">
329 <Property Name="LongDescription" Type="Edm.String">
330 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
331 <Annotation Term="OData.Description" String="The normative language that describes this message's usage."/>
332 <Annotation Term="OData.LongDescription" String="This property shall contain the normative language that describes this message's usage in a Redfish implementation."/>
333 </Property>
334 <Property Name="ArgDescriptions" Type="Collection(Edm.String)">
335 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
336 <Annotation Term="OData.Description" String="The MessageArg descriptions, in order, used for this message."/>
337 <Annotation Term="OData.LongDescription" String="This property shall contain an ordered array of text describing each argument used as substitution in the message."/>
338 </Property>
339 <Property Name="ArgLongDescriptions" Type="Collection(Edm.String)">
340 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
341 <Annotation Term="OData.Description" String="The MessageArg normative descriptions, in order, used for this message."/>
342 <Annotation Term="OData.LongDescription" String="This property shall contain an ordered array of normative language for each argument used as substitution in the message."/>
343 </Property>
344 </ComplexType>
345 </Schema>
346
347 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MessageRegistry.v1_3_1">
348 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
349 <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 descriptions that this schema defines."/>
350 <EntityType Name="MessageRegistry" BaseType="MessageRegistry.v1_3_0.MessageRegistry"/>
351 </Schema>
352
Gunnar Millsa778c022020-05-12 12:20:36 -0500353 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MessageRegistry.v1_4_0">
354 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
355 <Annotation Term="Redfish.Release" String="2020.1"/>
356 <Annotation Term="OData.Description" String="This version was created to deprecate the Severity property and replace it with the MessageSeverity property, in order to tie the values to those used for the Health property within Status."/>
357
358 <EntityType Name="MessageRegistry" BaseType="MessageRegistry.v1_3_1.MessageRegistry"/>
359
360 <ComplexType Name="Message" BaseType="MessageRegistry.v1_3_0.Message">
361 <Property Name="MessageSeverity" Type="Resource.Health">
362 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
363 <Annotation Term="OData.Description" String="The severity of the message."/>
364 <Annotation Term="OData.LongDescription" String="This property shall contain the severity of the message."/>
365 <Annotation Term="Redfish.Required"/>
366 </Property>
367 </ComplexType>
368 </Schema>
369
Jason M. Billsea4aa752018-06-05 13:29:11 -0700370 </edmx:DataServices>
371</edmx:Edmx>