blob: e06c935fa9fb784a1fbeb5721e185b60109dea41 [file] [log] [blame]
Jason M. Billsea4aa752018-06-05 13:29:11 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
Ed Tanouse9cc1bc2023-09-21 11:15:30 -07004<!--# Redfish Schema: Message v1.1.3 -->
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 -->
Ed Tanousf263e092023-05-22 09:56:29 -07008<!--# Copyright 2014-2023 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://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
18 <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
19 </edmx:Reference>
20 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
21 <edmx:Include Namespace="Resource"/>
22 </edmx:Reference>
23
24 <edmx:DataServices>
25
26 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Message">
27 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
28
29 <Term Name="ExtendedInfo" Type="Collection(Message.Message)" Nullable="false">
30 <Annotation Term="OData.Description" String="The ExtendedInfo annotation can be applied to any object or property to provide additional information about the item."/>
31 </Term>
32
33 <ComplexType Name="Message" Abstract="true">
34 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -050035 <Annotation Term="OData.Description" String="The message that the Redfish service returns."/>
36 <Annotation Term="OData.LongDescription" String="This type shall contain a message that the Redfish service returns, as described in the Redfish Specification."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070037 </ComplexType>
Jason M. Billsea4aa752018-06-05 13:29:11 -070038 </Schema>
39
40 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Message.v1_0_0">
41 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060042 <Annotation Term="Redfish.Release" String="1.0"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070043
44 <ComplexType Name="Message" BaseType="Message.Message">
45 <Property Name="MessageId" Type="Edm.String" Nullable="false">
46 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -060047 <Annotation Term="OData.Description" String="The identifier for the message."/>
48 <Annotation Term="OData.LongDescription" String="This property shall contain a MessageId, as defined in the 'MessageId format' clause of the Redfish Specification."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070049 <Annotation Term="Redfish.Required"/>
50 </Property>
Gunnar Mills262d7d42021-01-20 16:28:41 -060051 <Property Name="Message" Type="Edm.String" Nullable="false">
Jason M. Billsea4aa752018-06-05 13:29:11 -070052 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -060053 <Annotation Term="OData.Description" String="The human-readable message."/>
54 <Annotation Term="OData.LongDescription" String="This property shall contain a human-readable message."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070055 </Property>
56 <Property Name="RelatedProperties" Type="Collection(Edm.String)" Nullable="false">
57 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -070058 <Annotation Term="OData.Description" String="A set of properties described by the message."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -050059 <Annotation Term="OData.LongDescription" String="This property shall contain an array of RFC6901-defined JSON pointers indicating the properties described by the message, if appropriate for the message."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070060 </Property>
61 <Property Name="MessageArgs" Type="Collection(Edm.String)" Nullable="false">
62 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -060063 <Annotation Term="OData.Description" String="An array of message arguments that are substituted for the arguments in the message when looked up in the message registry."/>
Ed Tanouse9cc1bc2023-09-21 11:15:30 -070064 <Annotation Term="OData.LongDescription" String="This property shall contain an array of message arguments that are substituted for the arguments in the message when looked up in the message registry. It has the same semantics as the MessageArgs property in the Redfish MessageRegistry schema. If the corresponding ParamType value contains `number`, the service shall convert the number to a string representation of the number."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070065 </Property>
Gunnar Mills262d7d42021-01-20 16:28:41 -060066 <Property Name="Severity" Type="Edm.String" Nullable="false">
Jason M. Billsea4aa752018-06-05 13:29:11 -070067 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -060068 <Annotation Term="OData.Description" String="The severity of the message."/>
69 <Annotation Term="OData.LongDescription" String="This property shall contain the severity of the message, as defined in the 'Status' clause of the Redfish Specification. Services can replace the value defined in the message registry with a value more applicable to the implementation."/>
Gunnar Millsa778c022020-05-12 12:20:36 -050070 <Annotation Term="Redfish.Revisions">
71 <Collection>
72 <Record>
73 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
74 <PropertyValue Property="Version" String="v1_1_0"/>
75 <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."/>
76 </Record>
77 </Collection>
78 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -070079 </Property>
Gunnar Mills262d7d42021-01-20 16:28:41 -060080 <Property Name="Resolution" Type="Edm.String" Nullable="false">
Jason M. Billsea4aa752018-06-05 13:29:11 -070081 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -060082 <Annotation Term="OData.Description" String="Used to provide suggestions on how to resolve the situation that caused the message."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -050083 <Annotation Term="OData.LongDescription" String="This property shall contain the resolution of the message. Services can replace the resolution defined in the message registry with a more specific resolution in message payloads."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070084 </Property>
85 <Property Name="Oem" Type="Resource.Oem" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -070086 <Annotation Term="OData.Description" String="The OEM extension property."/>
87 <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 -070088 </Property>
89 </ComplexType>
Jason M. Billsea4aa752018-06-05 13:29:11 -070090 </Schema>
91
92 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Message.v1_0_2">
93 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -070094 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070095 <ComplexType Name="Message" BaseType="Message.v1_0_0.Message"/>
96 </Schema>
97
98 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Message.v1_0_3">
99 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700100 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700101 <ComplexType Name="Message" BaseType="Message.v1_0_2.Message"/>
102 </Schema>
103
104 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Message.v1_0_4">
105 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700106 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700107 <ComplexType Name="Message" BaseType="Message.v1_0_3.Message"/>
108 </Schema>
109
110 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Message.v1_0_5">
111 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700112 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700113 <ComplexType Name="Message" BaseType="Message.v1_0_4.Message"/>
114 </Schema>
115
Ed Tanous530520e2019-01-02 13:41:37 -0800116 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Message.v1_0_6">
117 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
118 <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."/>
119 <ComplexType Name="Message" BaseType="Message.v1_0_5.Message"/>
120 </Schema>
121
Ed Tanouscb103132019-10-08 11:34:22 -0700122 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Message.v1_0_7">
123 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
124 <Annotation Term="OData.Description" String="This version was created to clarify the usage of integer or number type values in the MessageArgs array."/>
125 <ComplexType Name="Message" BaseType="Message.v1_0_6.Message"/>
126 </Schema>
127
128 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Message.v1_0_8">
129 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
130 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
131 <ComplexType Name="Message" BaseType="Message.v1_0_7.Message"/>
132 </Schema>
133
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500134 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Message.v1_0_9">
135 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
136 <Annotation Term="OData.Description" String="This version was created to clarify that Resolution, MessageSeverity, and Severity can be overridden by the service."/>
137 <ComplexType Name="Message" BaseType="Message.v1_0_8.Message"/>
138 </Schema>
139
Gunnar Mills262d7d42021-01-20 16:28:41 -0600140 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Message.v1_0_10">
141 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
142 <Annotation Term="OData.Description" String="This version was created to correct the description for MessageId, and to align descriptions between the Message and Event schemas."/>
143 <ComplexType Name="Message" BaseType="Message.v1_0_9.Message"/>
144 </Schema>
145
Ed Tanouse9cc1bc2023-09-21 11:15:30 -0700146 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Message.v1_0_11">
147 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
148 <Annotation Term="OData.Description" String="This version was created to improve the description of message argument-related properties by explaining that number-type arguments are converted to strings prior to their consumption in a message."/>
149 <ComplexType Name="Message" BaseType="Message.v1_0_10.Message"/>
150 </Schema>
151
Gunnar Millsa778c022020-05-12 12:20:36 -0500152 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Message.v1_1_0">
153 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
154 <Annotation Term="Redfish.Release" String="2020.1"/>
155 <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."/>
156
157 <ComplexType Name="Message" BaseType="Message.v1_0_8.Message">
Gunnar Mills262d7d42021-01-20 16:28:41 -0600158 <Property Name="MessageSeverity" Type="Resource.Health" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500159 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
160 <Annotation Term="OData.Description" String="The severity of the message."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500161 <Annotation Term="OData.LongDescription" String="This property shall contain the severity of the message. Services can replace the value defined in the message registry with a value more applicable to the implementation."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500162 </Property>
163 </ComplexType>
164 </Schema>
165
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500166 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Message.v1_1_1">
167 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
168 <Annotation Term="OData.Description" String="This version was created to clarify that Resolution, MessageSeverity, and Severity can be overridden by the service."/>
169 <ComplexType Name="Message" BaseType="Message.v1_1_0.Message"/>
170 </Schema>
171
Gunnar Mills262d7d42021-01-20 16:28:41 -0600172 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Message.v1_1_2">
173 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
174 <Annotation Term="OData.Description" String="This version was created to correct the description for MessageId, and to align descriptions between the Message and Event schemas."/>
175 <ComplexType Name="Message" BaseType="Message.v1_1_1.Message"/>
176 </Schema>
177
Ed Tanouse9cc1bc2023-09-21 11:15:30 -0700178 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Message.v1_1_3">
179 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
180 <Annotation Term="OData.Description" String="This version was created to improve the description of message argument-related properties by explaining that number-type arguments are converted to strings prior to their consumption in a message."/>
181 <ComplexType Name="Message" BaseType="Message.v1_1_2.Message"/>
182 </Schema>
183
Jason M. Billsea4aa752018-06-05 13:29:11 -0700184 </edmx:DataServices>
185</edmx:Edmx>