1720c9898SEd Tanous<?xml version="1.0" encoding="UTF-8"?> 2720c9898SEd Tanous<!----> 3720c9898SEd Tanous<!--################################################################################ --> 4f2a8e57eSGunnar Mills<!--# Redfish Schema: MessageRegistry v1.6.3 --> 5720c9898SEd Tanous<!--# --> 6720c9898SEd Tanous<!--# For a detailed change log, see the README file contained in the DSP8010 bundle, --> 7720c9898SEd Tanous<!--# available at http://www.dmtf.org/standards/redfish --> 8*d125652eSGunnar Mills<!--# Copyright 2014-2025 DMTF. --> 9720c9898SEd Tanous<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright --> 10720c9898SEd Tanous<!--################################################################################ --> 11720c9898SEd Tanous<!----> 12720c9898SEd Tanous<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0"> 13720c9898SEd Tanous 14720c9898SEd Tanous <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml"> 15720c9898SEd Tanous <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/> 16720c9898SEd Tanous </edmx:Reference> 17720c9898SEd Tanous <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml"> 18720c9898SEd Tanous <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/> 19720c9898SEd Tanous </edmx:Reference> 20720c9898SEd Tanous <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml"> 21720c9898SEd Tanous <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/> 22720c9898SEd Tanous <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/> 23720c9898SEd Tanous </edmx:Reference> 24720c9898SEd Tanous <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml"> 25720c9898SEd Tanous <edmx:Include Namespace="Resource"/> 26720c9898SEd Tanous <edmx:Include Namespace="Resource.v1_0_0"/> 27720c9898SEd Tanous </edmx:Reference> 28720c9898SEd Tanous 29720c9898SEd Tanous <edmx:DataServices> 30720c9898SEd Tanous 31720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MessageRegistry"> 32720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 33f2a8e57eSGunnar Mills <Annotation Term="Redfish.Language" String="en"/> 34720c9898SEd Tanous 35720c9898SEd Tanous <EntityType Name="MessageRegistry" BaseType="Resource.v1_0_0.Resource" Abstract="true"> 36f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="The `MessageRegistry` schema describes all message registries. It represents the properties for the message registries themselves."/> 37720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This resource shall represent a message registry for a Redfish implementation."/> 38720c9898SEd Tanous <Annotation Term="Capabilities.InsertRestrictions"> 39720c9898SEd Tanous <Record> 40720c9898SEd Tanous <PropertyValue Property="Insertable" Bool="false"/> 41720c9898SEd Tanous </Record> 42720c9898SEd Tanous </Annotation> 43720c9898SEd Tanous <Annotation Term="Capabilities.UpdateRestrictions"> 44720c9898SEd Tanous <Record> 45720c9898SEd Tanous <PropertyValue Property="Updatable" Bool="false"/> 46720c9898SEd Tanous </Record> 47720c9898SEd Tanous </Annotation> 48720c9898SEd Tanous <Annotation Term="Capabilities.DeleteRestrictions"> 49720c9898SEd Tanous <Record> 50720c9898SEd Tanous <PropertyValue Property="Deletable" Bool="false"/> 51720c9898SEd Tanous </Record> 52720c9898SEd Tanous </Annotation> 53720c9898SEd Tanous </EntityType> 54720c9898SEd Tanous </Schema> 55720c9898SEd Tanous 56720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MessageRegistry.v1_0_0"> 57720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 58720c9898SEd Tanous <Annotation Term="Redfish.Release" String="1.0"/> 59720c9898SEd Tanous 60720c9898SEd Tanous <EntityType Name="MessageRegistry" BaseType="MessageRegistry.MessageRegistry"> 61720c9898SEd Tanous <Property Name="Language" Type="Edm.String" Nullable="false"> 62720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 63720c9898SEd Tanous <Annotation Term="OData.Description" String="The RFC5646-conformant language code for the message registry."/> 64720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain an RFC5646-conformant language code."/> 65720c9898SEd Tanous <Annotation Term="Redfish.Required"/> 66720c9898SEd Tanous </Property> 67720c9898SEd Tanous <Property Name="RegistryPrefix" Type="Edm.String" Nullable="false"> 68720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 69f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="The single-word prefix that is used in forming and decoding `MessageId` values."/> 70f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain the Redfish Specification-defined prefix used in forming and decoding `MessageId` values that uniquely identifies all messages that belong to this message registry."/> 71720c9898SEd Tanous <Annotation Term="Redfish.Required"/> 72720c9898SEd Tanous </Property> 73720c9898SEd Tanous <Property Name="RegistryVersion" Type="Edm.String" Nullable="false"> 74720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 75f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="The message registry version in the middle portion of a `MessageId`."/> 76720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the version of this message registry."/> 77720c9898SEd Tanous <Annotation Term="Validation.Pattern" String="^\d+\.\d+\.\d+$"/> 78720c9898SEd Tanous <Annotation Term="Redfish.Required"/> 79720c9898SEd Tanous </Property> 80720c9898SEd Tanous <Property Name="OwningEntity" Type="Edm.String" Nullable="false"> 81720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 82720c9898SEd Tanous <Annotation Term="OData.Description" String="The organization or company that publishes this message registry."/> 83720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall represent the publisher of this message registry."/> 84720c9898SEd Tanous <Annotation Term="Redfish.Required"/> 85720c9898SEd Tanous </Property> 86720c9898SEd Tanous <Property Name="Messages" Type="MessageRegistry.v1_0_0.MessageProperty" Nullable="false"> 87720c9898SEd Tanous <Annotation Term="OData.Description" String="The message keys contained in the message registry."/> 88f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain the message keys contained in the message registry. The message keys are the suffix of the `MessageId` and shall be unique within this message registry."/> 89720c9898SEd Tanous <Annotation Term="Redfish.Required"/> 90720c9898SEd Tanous </Property> 91720c9898SEd Tanous </EntityType> 92720c9898SEd Tanous 93720c9898SEd Tanous <ComplexType Name="MessageProperty" OpenType="true"> 94720c9898SEd Tanous <Annotation Term="OData.AdditionalProperties" Bool="false"/> 95720c9898SEd Tanous <Annotation Term="OData.Description" String="The message keys contained in the message registry."/> 96f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This type shall contain the message keys contained in the message registry. The message keys are the suffix of the `MessageId` and shall be unique within this message registry."/> 97720c9898SEd Tanous <Annotation Term="Redfish.DynamicPropertyPatterns"> 98720c9898SEd Tanous <Collection> 99720c9898SEd Tanous <Record> 100720c9898SEd Tanous <PropertyValue Property="Pattern" String="[A-Za-z0-9]+"/> 101720c9898SEd Tanous <PropertyValue Property="Type" String="MessageRegistry.v1_0_0.Message"/> 102720c9898SEd Tanous </Record> 103720c9898SEd Tanous </Collection> 104720c9898SEd Tanous </Annotation> 105720c9898SEd Tanous </ComplexType> 106720c9898SEd Tanous 107720c9898SEd Tanous <ComplexType Name="Message"> 108720c9898SEd Tanous <Annotation Term="OData.AdditionalProperties" Bool="false"/> 109720c9898SEd Tanous <Annotation Term="OData.Description" String="This type represents how a message is defined within the message registry."/> 110720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="The type shall represent how a message is defined within a message registry."/> 111720c9898SEd Tanous <Property Name="Description" Type="Edm.String" Nullable="false"> 112720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 113720c9898SEd Tanous <Annotation Term="OData.Description" String="A short description of how and when to use this message."/> 114720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall indicate how and when this message is returned by the Redfish service."/> 115720c9898SEd Tanous <Annotation Term="Redfish.Required"/> 116720c9898SEd Tanous </Property> 117720c9898SEd Tanous <Property Name="Message" Type="Edm.String" Nullable="false"> 118720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 119720c9898SEd Tanous <Annotation Term="OData.Description" String="The actual message."/> 120f2a8e57eSGunnar Mills <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."/> 121720c9898SEd Tanous <Annotation Term="Redfish.Required"/> 122720c9898SEd Tanous </Property> 123720c9898SEd Tanous <Property Name="Severity" Type="Edm.String" Nullable="false"> 124720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 125720c9898SEd Tanous <Annotation Term="OData.Description" String="The severity of the message."/> 126720c9898SEd Tanous <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. Services can replace the severity defined in the message registry with a value more applicable to the implementation in message payloads and event payloads."/> 127720c9898SEd Tanous <Annotation Term="Redfish.Required"/> 128720c9898SEd Tanous <Annotation Term="Redfish.Revisions"> 129720c9898SEd Tanous <Collection> 130720c9898SEd Tanous <Record> 131720c9898SEd Tanous <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> 132720c9898SEd Tanous <PropertyValue Property="Version" String="v1_4_0"/> 133f2a8e57eSGunnar Mills <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`."/> 134720c9898SEd Tanous </Record> 135720c9898SEd Tanous </Collection> 136720c9898SEd Tanous </Annotation> 137720c9898SEd Tanous </Property> 138720c9898SEd Tanous <Property Name="NumberOfArgs" Type="Edm.Int64" Nullable="false"> 139720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 140720c9898SEd Tanous <Annotation Term="OData.Description" String="The number of arguments in the message."/> 141720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the number of arguments that are substituted for the locations marked with %<integer> in the message."/> 142720c9898SEd Tanous <Annotation Term="Redfish.Required"/> 143720c9898SEd Tanous <Annotation Term="Validation.Minimum" Int="0"/> 144720c9898SEd Tanous </Property> 145720c9898SEd Tanous <Property Name="ParamTypes" Type="Collection(MessageRegistry.v1_0_0.ParamType)" Nullable="false"> 146720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 147720c9898SEd Tanous <Annotation Term="OData.Description" String="The data types of the message arguments, prior to conversion to strings for inclusion in a message."/> 148f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain an ordered array of the data types of the values in `MessageArgs`, prior to their conversion to strings for inclusion in a message."/> 149720c9898SEd Tanous </Property> 150720c9898SEd Tanous <Property Name="Resolution" Type="Edm.String" Nullable="false"> 151720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 152720c9898SEd Tanous <Annotation Term="OData.Description" String="Used to provide suggestions on how to resolve the situation that caused the error."/> 153720c9898SEd Tanous <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."/> 154720c9898SEd Tanous <Annotation Term="Redfish.Required"/> 155720c9898SEd Tanous </Property> 156720c9898SEd Tanous <Property Name="Oem" Type="Resource.Oem" Nullable="false"> 157720c9898SEd Tanous <Annotation Term="OData.Description" String="The OEM extension property."/> 158720c9898SEd Tanous <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."/> 159720c9898SEd Tanous </Property> 160720c9898SEd Tanous </ComplexType> 161720c9898SEd Tanous 162720c9898SEd Tanous <EnumType Name="ParamType"> 163720c9898SEd Tanous <Member Name="string"> 164720c9898SEd Tanous <Annotation Term="OData.Description" String="The argument is a string."/> 165720c9898SEd Tanous </Member> 166720c9898SEd Tanous <Member Name="number"> 167720c9898SEd Tanous <Annotation Term="OData.Description" String="The argument is a number converted to a string."/> 168720c9898SEd Tanous </Member> 169720c9898SEd Tanous </EnumType> 170720c9898SEd Tanous </Schema> 171720c9898SEd Tanous 172720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MessageRegistry.v1_0_2"> 173720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 174720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/> 175720c9898SEd Tanous <EntityType Name="MessageRegistry" BaseType="MessageRegistry.v1_0_0.MessageRegistry"/> 176720c9898SEd Tanous </Schema> 177720c9898SEd Tanous 178720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MessageRegistry.v1_0_3"> 179720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 180720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/> 181720c9898SEd Tanous <EntityType Name="MessageRegistry" BaseType="MessageRegistry.v1_0_2.MessageRegistry"/> 182720c9898SEd Tanous </Schema> 183720c9898SEd Tanous 184720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MessageRegistry.v1_0_4"> 185720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 186720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/> 187720c9898SEd Tanous <EntityType Name="MessageRegistry" BaseType="MessageRegistry.v1_0_3.MessageRegistry"/> 188720c9898SEd Tanous </Schema> 189720c9898SEd Tanous 190720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MessageRegistry.v1_0_5"> 191720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 192720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to add descriptions to various enumerated values."/> 193720c9898SEd Tanous <EntityType Name="MessageRegistry" BaseType="MessageRegistry.v1_0_4.MessageRegistry"/> 194720c9898SEd Tanous </Schema> 195720c9898SEd Tanous 196720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MessageRegistry.v1_0_6"> 197720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 198720c9898SEd Tanous <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."/> 199720c9898SEd Tanous <EntityType Name="MessageRegistry" BaseType="MessageRegistry.v1_0_5.MessageRegistry"/> 200720c9898SEd Tanous </Schema> 201720c9898SEd Tanous 202720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MessageRegistry.v1_0_7"> 203720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 204720c9898SEd Tanous <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."/> 205720c9898SEd Tanous <EntityType Name="MessageRegistry" BaseType="MessageRegistry.v1_0_6.MessageRegistry"/> 206720c9898SEd Tanous </Schema> 207720c9898SEd Tanous 208720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MessageRegistry.v1_0_8"> 209720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 210720c9898SEd Tanous <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."/> 211720c9898SEd Tanous <EntityType Name="MessageRegistry" BaseType="MessageRegistry.v1_0_7.MessageRegistry"/> 212720c9898SEd Tanous </Schema> 213720c9898SEd Tanous 214720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MessageRegistry.v1_0_9"> 215720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 216f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to clarify that `Resolution` can be overridden by the service."/> 217720c9898SEd Tanous <EntityType Name="MessageRegistry" BaseType="MessageRegistry.v1_0_8.MessageRegistry"/> 218720c9898SEd Tanous </Schema> 219720c9898SEd Tanous 220720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MessageRegistry.v1_0_10"> 221720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 222f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to clarify that `Severity` and `MessageSeverity` can be overridden by the service."/> 223720c9898SEd Tanous <EntityType Name="MessageRegistry" BaseType="MessageRegistry.v1_0_9.MessageRegistry"/> 224720c9898SEd Tanous </Schema> 225720c9898SEd Tanous 226720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MessageRegistry.v1_0_11"> 227720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 228720c9898SEd Tanous <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."/> 229720c9898SEd Tanous <EntityType Name="MessageRegistry" BaseType="MessageRegistry.v1_0_10.MessageRegistry"/> 230720c9898SEd Tanous </Schema> 231720c9898SEd Tanous 232f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MessageRegistry.v1_0_12"> 233f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 234f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 235f2a8e57eSGunnar Mills <EntityType Name="MessageRegistry" BaseType="MessageRegistry.v1_0_11.MessageRegistry"/> 236f2a8e57eSGunnar Mills </Schema> 237f2a8e57eSGunnar Mills 238720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MessageRegistry.v1_1_0"> 239720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 240720c9898SEd Tanous <Annotation Term="Redfish.Release" String="2017.1"/> 241f2a8e57eSGunnar Mills 242720c9898SEd Tanous <EntityType Name="MessageRegistry" BaseType="MessageRegistry.v1_0_4.MessageRegistry"> 243720c9898SEd Tanous <Property Name="Actions" Type="MessageRegistry.v1_1_0.Actions" Nullable="false"> 244720c9898SEd Tanous <Annotation Term="OData.Description" String="The available actions for this resource."/> 245720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/> 246720c9898SEd Tanous </Property> 247720c9898SEd Tanous </EntityType> 248720c9898SEd Tanous 249720c9898SEd Tanous <ComplexType Name="Actions"> 250720c9898SEd Tanous <Annotation Term="OData.AdditionalProperties" Bool="false"/> 251720c9898SEd Tanous <Annotation Term="OData.Description" String="The available actions for this resource."/> 252720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/> 253720c9898SEd Tanous <Property Name="Oem" Type="MessageRegistry.v1_1_0.OemActions" Nullable="false"> 254720c9898SEd Tanous <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 255720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/> 256720c9898SEd Tanous </Property> 257720c9898SEd Tanous </ComplexType> 258720c9898SEd Tanous 259720c9898SEd Tanous <ComplexType Name="OemActions"> 260720c9898SEd Tanous <Annotation Term="OData.AdditionalProperties" Bool="true"/> 261720c9898SEd Tanous <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 262720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/> 263720c9898SEd Tanous </ComplexType> 264720c9898SEd Tanous </Schema> 265720c9898SEd Tanous 266720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MessageRegistry.v1_1_1"> 267720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 268720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to add descriptions to various enumerated values."/> 269720c9898SEd Tanous <EntityType Name="MessageRegistry" BaseType="MessageRegistry.v1_1_0.MessageRegistry"/> 270720c9898SEd Tanous </Schema> 271720c9898SEd Tanous 272720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MessageRegistry.v1_1_2"> 273720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 274720c9898SEd Tanous <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."/> 275720c9898SEd Tanous <EntityType Name="MessageRegistry" BaseType="MessageRegistry.v1_1_1.MessageRegistry"/> 276720c9898SEd Tanous </Schema> 277720c9898SEd Tanous 278720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MessageRegistry.v1_1_3"> 279720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 280720c9898SEd Tanous <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."/> 281720c9898SEd Tanous <EntityType Name="MessageRegistry" BaseType="MessageRegistry.v1_1_2.MessageRegistry"/> 282720c9898SEd Tanous </Schema> 283720c9898SEd Tanous 284720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MessageRegistry.v1_1_4"> 285720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 286720c9898SEd Tanous <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."/> 287720c9898SEd Tanous <EntityType Name="MessageRegistry" BaseType="MessageRegistry.v1_1_3.MessageRegistry"/> 288720c9898SEd Tanous </Schema> 289720c9898SEd Tanous 290720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MessageRegistry.v1_1_5"> 291720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 292f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to clarify that `Resolution` can be overridden by the service."/> 293720c9898SEd Tanous <EntityType Name="MessageRegistry" BaseType="MessageRegistry.v1_1_4.MessageRegistry"/> 294720c9898SEd Tanous </Schema> 295720c9898SEd Tanous 296720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MessageRegistry.v1_1_6"> 297720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 298f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to clarify that `Severity` and `MessageSeverity` can be overridden by the service."/> 299720c9898SEd Tanous <EntityType Name="MessageRegistry" BaseType="MessageRegistry.v1_1_5.MessageRegistry"/> 300720c9898SEd Tanous </Schema> 301720c9898SEd Tanous 302720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MessageRegistry.v1_1_7"> 303720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 304720c9898SEd Tanous <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."/> 305720c9898SEd Tanous <EntityType Name="MessageRegistry" BaseType="MessageRegistry.v1_1_6.MessageRegistry"/> 306720c9898SEd Tanous </Schema> 307720c9898SEd Tanous 308f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MessageRegistry.v1_1_8"> 309f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 310f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 311f2a8e57eSGunnar Mills <EntityType Name="MessageRegistry" BaseType="MessageRegistry.v1_1_7.MessageRegistry"/> 312f2a8e57eSGunnar Mills </Schema> 313f2a8e57eSGunnar Mills 314720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MessageRegistry.v1_2_0"> 315720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 316720c9898SEd Tanous <Annotation Term="Redfish.Release" String="2018.2"/> 317720c9898SEd Tanous 318720c9898SEd Tanous <EntityType Name="MessageRegistry" BaseType="MessageRegistry.v1_1_2.MessageRegistry"/> 319720c9898SEd Tanous 320720c9898SEd Tanous <ComplexType Name="Message" BaseType="MessageRegistry.v1_0_0.Message"> 321720c9898SEd Tanous <Property Name="ClearingLogic" Type="MessageRegistry.v1_2_0.ClearingLogic" Nullable="false"> 322f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="The clearing logic associated with this message. The properties within indicate the events, specified by message keys for other messages in this registry, that are cleared by this message with optional conditions."/> 323f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain the clearing logic associated with this message. Clearing in this context deasserts the event rather than removes the event from a log."/> 324720c9898SEd Tanous </Property> 325720c9898SEd Tanous </ComplexType> 326720c9898SEd Tanous 327720c9898SEd Tanous <ComplexType Name="ClearingLogic"> 328720c9898SEd Tanous <Annotation Term="OData.AdditionalProperties" Bool="false"/> 329f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="The clearing logic associated with a message. The properties within indicate the events, specified by message keys for other messages in this registry, that are cleared by a message with optional conditions."/> 330f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This type shall contain the clearing logic associated with a message."/> 331f2a8e57eSGunnar Mills <Property Name="ClearsIf" Type="MessageRegistry.v1_2_0.ClearingType"> 332720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 333f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="The condition required to clear the logged events specified by other properties in this object when this message is received."/> 334f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain the condition required to clear the logged events specified by other properties in this object when this message is received. If not present, no condition is checked prior to clearing logged events when this message is received."/> 335720c9898SEd Tanous </Property> 336f2a8e57eSGunnar Mills <Property Name="ClearsMessage" Type="Collection(Edm.String)"> 337720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 338f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="An array of message keys for logged events that are cleared when this message is received. If conditional properties are present, such as the `ClearsIf` property, the specified conditions are required to clear the logged events with these message keys."/> 339f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain an array of message keys for logged events that are cleared when this message is received. If conditional properties are present, such as the `ClearsIf` property, the specified conditions shall be required to clear the logged events with these message keys. This property shall contain message keys, without message registry names and versions, as defined in the 'MessageId format' clause of the Redfish Specification. This property shall not reference message keys in other message registries."/> 340720c9898SEd Tanous </Property> 341f2a8e57eSGunnar Mills <Property Name="ClearsAll" Type="Edm.Boolean"> 342720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 343f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="Indicates whether all logged events containing messages from this message registry are cleared when this message is received. If conditional properties are present, such as the `ClearsIf` property, the specified conditions shall be required to clear the logged events."/> 344f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall indicate whether all logged events containing messages from this message registry are cleared when this message is received. If conditional properties are present, such as the `ClearsIf` property, the specified conditions are required to clear the logged events."/> 345720c9898SEd Tanous </Property> 346720c9898SEd Tanous </ComplexType> 347720c9898SEd Tanous 348720c9898SEd Tanous <EnumType Name="ClearingType"> 349720c9898SEd Tanous <Member Name="SameOriginOfCondition"> 350f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="Indicates that a logged event is cleared by a message if the `OriginOfCondition` for both events are the same."/> 351f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This value shall indicate that a logged event is cleared by a message if the `OriginOfCondition` for both events are the same."/> 352720c9898SEd Tanous </Member> 353720c9898SEd Tanous </EnumType> 354720c9898SEd Tanous </Schema> 355720c9898SEd Tanous 356720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MessageRegistry.v1_2_1"> 357720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 358720c9898SEd Tanous <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`."/> 359720c9898SEd Tanous <EntityType Name="MessageRegistry" BaseType="MessageRegistry.v1_2_0.MessageRegistry"/> 360720c9898SEd Tanous </Schema> 361720c9898SEd Tanous 362720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MessageRegistry.v1_2_2"> 363720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 364720c9898SEd Tanous <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."/> 365720c9898SEd Tanous <EntityType Name="MessageRegistry" BaseType="MessageRegistry.v1_2_1.MessageRegistry"/> 366720c9898SEd Tanous </Schema> 367720c9898SEd Tanous 368720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MessageRegistry.v1_2_3"> 369720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 370f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to clarify that `Resolution` can be overridden by the service."/> 371720c9898SEd Tanous <EntityType Name="MessageRegistry" BaseType="MessageRegistry.v1_2_2.MessageRegistry"/> 372720c9898SEd Tanous </Schema> 373720c9898SEd Tanous 374720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MessageRegistry.v1_2_4"> 375720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 376f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to clarify that `Severity` and `MessageSeverity` can be overridden by the service."/> 377720c9898SEd Tanous <EntityType Name="MessageRegistry" BaseType="MessageRegistry.v1_2_3.MessageRegistry"/> 378720c9898SEd Tanous </Schema> 379720c9898SEd Tanous 380720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MessageRegistry.v1_2_5"> 381720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 382720c9898SEd Tanous <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. It was also created to remove normative language from non-normative descriptions."/> 383720c9898SEd Tanous <EntityType Name="MessageRegistry" BaseType="MessageRegistry.v1_2_4.MessageRegistry"/> 384720c9898SEd Tanous </Schema> 385720c9898SEd Tanous 386f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MessageRegistry.v1_2_6"> 387f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 388f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to improve clearing logic descriptions. It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 389f2a8e57eSGunnar Mills <EntityType Name="MessageRegistry" BaseType="MessageRegistry.v1_2_5.MessageRegistry"/> 390f2a8e57eSGunnar Mills </Schema> 391f2a8e57eSGunnar Mills 392720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MessageRegistry.v1_3_0"> 393720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 394720c9898SEd Tanous <Annotation Term="Redfish.Release" String="2019.1"/> 395720c9898SEd Tanous 396720c9898SEd Tanous <EntityType Name="MessageRegistry" BaseType="MessageRegistry.v1_2_1.MessageRegistry"/> 397720c9898SEd Tanous 398720c9898SEd Tanous <ComplexType Name="Message" BaseType="MessageRegistry.v1_2_0.Message"> 399720c9898SEd Tanous <Property Name="LongDescription" Type="Edm.String"> 400720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 401720c9898SEd Tanous <Annotation Term="OData.Description" String="The normative language that describes this message's usage."/> 402720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the normative language that describes this message's usage in a Redfish implementation."/> 403720c9898SEd Tanous </Property> 404720c9898SEd Tanous <Property Name="ArgDescriptions" Type="Collection(Edm.String)"> 405720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 406f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="The `MessageArgs` descriptions, in order, used for this message."/> 407720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain an ordered array of text describing each argument used as substitution in the message."/> 408720c9898SEd Tanous </Property> 409720c9898SEd Tanous <Property Name="ArgLongDescriptions" Type="Collection(Edm.String)"> 410720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 411f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="The `MessageArgs` normative descriptions, in order, used for this message."/> 412720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain an ordered array of normative language for each argument used as substitution in the message."/> 413720c9898SEd Tanous </Property> 414720c9898SEd Tanous </ComplexType> 415720c9898SEd Tanous </Schema> 416720c9898SEd Tanous 417720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MessageRegistry.v1_3_1"> 418720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 419720c9898SEd Tanous <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."/> 420720c9898SEd Tanous <EntityType Name="MessageRegistry" BaseType="MessageRegistry.v1_3_0.MessageRegistry"/> 421720c9898SEd Tanous </Schema> 422720c9898SEd Tanous 423720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MessageRegistry.v1_3_2"> 424720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 425f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to clarify that `Resolution` can be overridden by the service."/> 426720c9898SEd Tanous <EntityType Name="MessageRegistry" BaseType="MessageRegistry.v1_3_1.MessageRegistry"/> 427720c9898SEd Tanous </Schema> 428720c9898SEd Tanous 429720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MessageRegistry.v1_3_3"> 430720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 431f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to clarify that `Severity` and `MessageSeverity` can be overridden by the service."/> 432720c9898SEd Tanous <EntityType Name="MessageRegistry" BaseType="MessageRegistry.v1_3_2.MessageRegistry"/> 433720c9898SEd Tanous </Schema> 434720c9898SEd Tanous 435720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MessageRegistry.v1_3_4"> 436720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 437720c9898SEd Tanous <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. It was also created to remove normative language from non-normative descriptions."/> 438720c9898SEd Tanous <EntityType Name="MessageRegistry" BaseType="MessageRegistry.v1_3_3.MessageRegistry"/> 439720c9898SEd Tanous </Schema> 440720c9898SEd Tanous 441f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MessageRegistry.v1_3_5"> 442f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 443f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to improve clearing logic descriptions. It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 444f2a8e57eSGunnar Mills <EntityType Name="MessageRegistry" BaseType="MessageRegistry.v1_3_4.MessageRegistry"/> 445f2a8e57eSGunnar Mills </Schema> 446f2a8e57eSGunnar Mills 447720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MessageRegistry.v1_4_0"> 448720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 449720c9898SEd Tanous <Annotation Term="Redfish.Release" String="2020.1"/> 450f2a8e57eSGunnar Mills <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`."/> 451720c9898SEd Tanous 452720c9898SEd Tanous <EntityType Name="MessageRegistry" BaseType="MessageRegistry.v1_3_1.MessageRegistry"/> 453720c9898SEd Tanous 454720c9898SEd Tanous <ComplexType Name="Message" BaseType="MessageRegistry.v1_3_0.Message"> 455720c9898SEd Tanous <Property Name="MessageSeverity" Type="Resource.Health"> 456720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 457720c9898SEd Tanous <Annotation Term="OData.Description" String="The severity of the message."/> 458720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the severity of the message. Services can replace the severity defined in the message registry with a value more applicable to the implementation in message payloads and event payloads."/> 459720c9898SEd Tanous <Annotation Term="Redfish.Required"/> 460720c9898SEd Tanous </Property> 461720c9898SEd Tanous </ComplexType> 462720c9898SEd Tanous </Schema> 463720c9898SEd Tanous 464720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MessageRegistry.v1_4_1"> 465720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 466f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to clarify that `Resolution` can be overridden by the service."/> 467720c9898SEd Tanous <EntityType Name="MessageRegistry" BaseType="MessageRegistry.v1_4_0.MessageRegistry"/> 468720c9898SEd Tanous </Schema> 469720c9898SEd Tanous 470720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MessageRegistry.v1_4_2"> 471720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 472f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to clarify that `Severity` and `MessageSeverity` can be overridden by the service."/> 473720c9898SEd Tanous <EntityType Name="MessageRegistry" BaseType="MessageRegistry.v1_4_1.MessageRegistry"/> 474720c9898SEd Tanous </Schema> 475720c9898SEd Tanous 476720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MessageRegistry.v1_4_3"> 477720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 478720c9898SEd Tanous <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. It was also created to remove normative language from non-normative descriptions."/> 479720c9898SEd Tanous <EntityType Name="MessageRegistry" BaseType="MessageRegistry.v1_4_2.MessageRegistry"/> 480720c9898SEd Tanous </Schema> 481720c9898SEd Tanous 482f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MessageRegistry.v1_4_4"> 483f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 484f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to improve clearing logic descriptions. It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 485f2a8e57eSGunnar Mills <EntityType Name="MessageRegistry" BaseType="MessageRegistry.v1_4_3.MessageRegistry"/> 486f2a8e57eSGunnar Mills </Schema> 487f2a8e57eSGunnar Mills 488720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MessageRegistry.v1_5_0"> 489720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 490720c9898SEd Tanous <Annotation Term="Redfish.Release" String="2021.3"/> 491f2a8e57eSGunnar Mills <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`."/> 492720c9898SEd Tanous 493720c9898SEd Tanous <EntityType Name="MessageRegistry" BaseType="MessageRegistry.v1_4_2.MessageRegistry"/> 494720c9898SEd Tanous 495720c9898SEd Tanous <ComplexType Name="Message" BaseType="MessageRegistry.v1_4_0.Message"> 496720c9898SEd Tanous <Property Name="VersionAdded" Type="Edm.String"> 497720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 498720c9898SEd Tanous <Annotation Term="Validation.Pattern" String="^\d+\.\d+\.\d+$"/> 499720c9898SEd Tanous <Annotation Term="OData.Description" String="The registry version which added this message."/> 500720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the version of the message registry when the message was added. This property shall not appear for messages created at version `1.0.0` of a message registry."/> 501720c9898SEd Tanous </Property> 502720c9898SEd Tanous <Property Name="Deprecated" Type="Edm.String"> 503720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 504720c9898SEd Tanous <Annotation Term="OData.Description" String="The reason the message has been deprecated."/> 505f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall indicate that a message is deprecated. The value of the string should explain the deprecation, including reference to a new message or messages to be used. The message can be supported in new and existing implementations, but usage in new implementations is discouraged. Deprecated messages are likely to be removed in a future major version of the message registry. The `ReplacedBy` property may be used to provide a reference to a replacement message definition."/> 506720c9898SEd Tanous </Property> 507720c9898SEd Tanous <Property Name="VersionDeprecated" Type="Edm.String"> 508720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 509720c9898SEd Tanous <Annotation Term="Validation.Pattern" String="^\d+\.\d+\.\d+$"/> 510720c9898SEd Tanous <Annotation Term="OData.Description" String="The registry version when the message was deprecated."/> 511720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the version of the registry when the message was deprecated. This property shall not appear if the message has not been deprecated."/> 512720c9898SEd Tanous </Property> 513720c9898SEd Tanous </ComplexType> 514720c9898SEd Tanous </Schema> 515720c9898SEd Tanous 516720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MessageRegistry.v1_5_1"> 517720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 518720c9898SEd Tanous <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. It was also created to remove normative language from non-normative descriptions."/> 519720c9898SEd Tanous <EntityType Name="MessageRegistry" BaseType="MessageRegistry.v1_5_0.MessageRegistry"/> 520720c9898SEd Tanous </Schema> 521720c9898SEd Tanous 522720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MessageRegistry.v1_5_2"> 523720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 524720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 525720c9898SEd Tanous <EntityType Name="MessageRegistry" BaseType="MessageRegistry.v1_5_1.MessageRegistry"/> 526720c9898SEd Tanous </Schema> 527720c9898SEd Tanous 528f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MessageRegistry.v1_5_3"> 529f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 530f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to improve clearing logic descriptions. It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 531f2a8e57eSGunnar Mills <EntityType Name="MessageRegistry" BaseType="MessageRegistry.v1_5_2.MessageRegistry"/> 532f2a8e57eSGunnar Mills </Schema> 533f2a8e57eSGunnar Mills 534720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MessageRegistry.v1_6_0"> 535720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 536720c9898SEd Tanous <Annotation Term="Redfish.Release" String="2022.3"/> 537720c9898SEd Tanous 538720c9898SEd Tanous <EntityType Name="MessageRegistry" BaseType="MessageRegistry.v1_5_0.MessageRegistry"/> 539720c9898SEd Tanous 540720c9898SEd Tanous <ComplexType Name="Message" BaseType="MessageRegistry.v1_5_0.Message"> 541720c9898SEd Tanous <Property Name="ReplacedBy" Type="Edm.String"> 542720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 543720c9898SEd Tanous <Annotation Term="Validation.Pattern" String="^[A-Z]\w+\.[A-Z]\w+$"/> 544720c9898SEd Tanous <Annotation Term="OData.Description" String="The message identifier that replaces this message."/> 545720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the message registry and message key, in the `MessageRegistryPrefix.MessageKey` format, that identifies the message that replaces this message. This property may be used to indicate replacement for a deprecated message, including cases where a standardized version replaces an OEM-created message."/> 546720c9898SEd Tanous </Property> 547720c9898SEd Tanous <Property Name="MapsToGeneralMessages" Type="Collection(Edm.String)"> 548720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 549720c9898SEd Tanous <Annotation Term="Validation.Pattern" String="^[A-Z]\w+\.[A-Z]\w+$"/> 550720c9898SEd Tanous <Annotation Term="OData.Description" String="The general or less-specific messages related to this message."/> 551720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall indicate that this message maps to general or less-specific messages that duplicates information about the condition that generated this message. Services may issue the referenced messages along with this message to provide consistency for clients. The array shall contain `MessageRegistryPrefix.MessageKey` formatted values that describe the message registry and message key used to identify the messages."/> 552720c9898SEd Tanous </Property> 553720c9898SEd Tanous </ComplexType> 554720c9898SEd Tanous </Schema> 555720c9898SEd Tanous 556720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MessageRegistry.v1_6_1"> 557720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 558720c9898SEd Tanous <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. It was also created to remove normative language from non-normative descriptions."/> 559720c9898SEd Tanous <EntityType Name="MessageRegistry" BaseType="MessageRegistry.v1_6_0.MessageRegistry"/> 560720c9898SEd Tanous </Schema> 561720c9898SEd Tanous 562720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MessageRegistry.v1_6_2"> 563720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 564720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 565720c9898SEd Tanous <EntityType Name="MessageRegistry" BaseType="MessageRegistry.v1_6_1.MessageRegistry"/> 566720c9898SEd Tanous </Schema> 567720c9898SEd Tanous 568f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MessageRegistry.v1_6_3"> 569f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 570f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to improve clearing logic descriptions. It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 571f2a8e57eSGunnar Mills <EntityType Name="MessageRegistry" BaseType="MessageRegistry.v1_6_2.MessageRegistry"/> 572f2a8e57eSGunnar Mills </Schema> 573f2a8e57eSGunnar Mills 574720c9898SEd Tanous </edmx:DataServices> 575720c9898SEd Tanous</edmx:Edmx> 576