Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!----> |
| 3 | <!--################################################################################ --> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 4 | <!--# Redfish Schema: Event v1.4.2 --> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 5 | <!--# --> |
| 6 | <!--# For a detailed change log, see the README file contained in the DSP8010 bundle, --> |
| 7 | <!--# available at http://www.dmtf.org/standards/redfish --> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 8 | <!--# Copyright 2014-2020 DMTF. --> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 9 | <!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright --> |
| 10 | <!--################################################################################ --> |
| 11 | <!----> |
| 12 | <edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0"> |
| 13 | |
| 14 | <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml"> |
| 15 | <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/> |
| 16 | </edmx:Reference> |
| 17 | <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml"> |
| 18 | <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/> |
| 19 | </edmx:Reference> |
| 20 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml"> |
| 21 | <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/> |
| 22 | <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/> |
| 23 | </edmx:Reference> |
| 24 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml"> |
| 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="Event"> |
| 32 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 33 | |
| 34 | <EntityType Name="Event" BaseType="Resource.v1_0_0.Resource" Abstract="true"> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 35 | <Annotation Term="OData.Description" String="The Event schema describes the JSON payload received by an event destination, which has subscribed to event notification, when events occur. This resource contains data about events, including descriptions, severity, and a message identifier to a message registry that can be accessed for further information."/> |
| 36 | <Annotation Term="OData.LongDescription" String="This resource contains an event for a Redfish implementation."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 37 | <Annotation Term="Capabilities.InsertRestrictions"> |
| 38 | <Record> |
| 39 | <PropertyValue Property="Insertable" Bool="false"/> |
| 40 | </Record> |
| 41 | </Annotation> |
| 42 | <Annotation Term="Capabilities.UpdateRestrictions"> |
| 43 | <Record> |
| 44 | <PropertyValue Property="Updatable" Bool="false"/> |
| 45 | </Record> |
| 46 | </Annotation> |
| 47 | <Annotation Term="Capabilities.DeleteRestrictions"> |
| 48 | <Record> |
| 49 | <PropertyValue Property="Deletable" Bool="false"/> |
| 50 | </Record> |
| 51 | </Annotation> |
| 52 | </EntityType> |
| 53 | |
| 54 | <EnumType Name="EventType"> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 55 | <Annotation Term="Redfish.Revisions"> |
| 56 | <Collection> |
| 57 | <Record> |
| 58 | <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> |
| 59 | <PropertyValue Property="Version" String="v1_3_0"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 60 | <PropertyValue Property="Description" String="Starting with Redfish Specification v1.6 (Event v1.3), subscriptions are based on the RegistryPrefix and ResourceType properties and not on the EventType property."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 61 | </Record> |
| 62 | </Collection> |
| 63 | </Annotation> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 64 | <Member Name="StatusChange"> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 65 | <Annotation Term="OData.Description" String="The status of a resource has changed."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 66 | </Member> |
| 67 | <Member Name="ResourceUpdated"> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 68 | <Annotation Term="OData.Description" String="A resource has been updated."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 69 | </Member> |
| 70 | <Member Name="ResourceAdded"> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 71 | <Annotation Term="OData.Description" String="A resource has been added."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 72 | </Member> |
| 73 | <Member Name="ResourceRemoved"> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 74 | <Annotation Term="OData.Description" String="A resource has been removed."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 75 | </Member> |
| 76 | <Member Name="Alert"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 77 | <Annotation Term="OData.Description" String="A condition requires attention."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 78 | </Member> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 79 | <Member Name="MetricReport"> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 80 | <Annotation Term="OData.Description" String="The telemetry service is sending a metric report."/> |
| 81 | <Annotation Term="OData.LongDescription" String="Events of type `MetricReport` shall be sent to a client in accordance with the MetricReport schema definition."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 82 | <Annotation Term="Redfish.Revisions"> |
| 83 | <Collection> |
| 84 | <Record> |
| 85 | <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> |
| 86 | <PropertyValue Property="Version" String="v1_3_0"/> |
| 87 | </Record> |
| 88 | </Collection> |
| 89 | </Annotation> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 90 | </Member> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 91 | <Member Name="Other"> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 92 | <Annotation Term="OData.Description" String="Because EventType is deprecated as of Redfish Specification v1.6, the event is based on a registry or resource but not an EventType."/> |
| 93 | <Annotation Term="OData.LongDescription" String="Events of type `Other` shall be sent to a client in accordance with subscriptions to RegistryPrefixes or ResourceTypes."/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 94 | <Annotation Term="Redfish.Revisions"> |
| 95 | <Collection> |
| 96 | <Record> |
| 97 | <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> |
| 98 | <PropertyValue Property="Version" String="v1_4_0"/> |
| 99 | </Record> |
| 100 | </Collection> |
| 101 | </Annotation> |
| 102 | </Member> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 103 | </EnumType> |
| 104 | |
| 105 | </Schema> |
| 106 | |
| 107 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_0"> |
| 108 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 109 | <Annotation Term="Redfish.Release" String="1.0"/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 110 | |
| 111 | <EntityType Name="Event" BaseType="Event.Event"> |
| 112 | <NavigationProperty Name="Events" Type="Collection(Event.v1_0_0.EventRecord)" ContainsTarget="true"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 113 | <Annotation Term="OData.Description" String="Each event in this array has a set of properties that describe the event. Because this is an array, more than one event can be sent simultaneously."/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 114 | <Annotation Term="OData.LongDescription" String="This property shall contain an array of objects that represent the occurrence of one or more events."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 115 | <Annotation Term="Redfish.Required"/> |
| 116 | <Annotation Term="OData.AutoExpand"/> |
| 117 | </NavigationProperty> |
| 118 | </EntityType> |
| 119 | |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 120 | <EntityType Name="EventRecord" BaseType="Resource.v1_0_0.ReferenceableMember"> |
| 121 | <Property Name="EventType" Type="Event.EventType" Nullable="false"> |
| 122 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 123 | <Annotation Term="OData.Description" String="The type of event."/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 124 | <Annotation Term="OData.LongDescription" String="This property shall indicate the type of event."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 125 | <Annotation Term="Redfish.Required"/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 126 | <Annotation Term="Redfish.Revisions"> |
| 127 | <Collection> |
| 128 | <Record> |
| 129 | <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> |
| 130 | <PropertyValue Property="Version" String="v1_3_0"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 131 | <PropertyValue Property="Description" String="This property has been deprecated. Starting with Redfish Specification v1.6 (Event v1.3), subscriptions are based on the RegistryPrefix and ResourceType properties and not on the EventType property."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 132 | </Record> |
| 133 | </Collection> |
| 134 | </Annotation> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 135 | </Property> |
| 136 | <Property Name="EventId" Type="Edm.String" Nullable="false"> |
| 137 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 138 | <Annotation Term="OData.Description" String="The unique instance identifier of an event."/> |
| 139 | <Annotation Term="OData.LongDescription" String="This property shall indicate a unique identifier for the event. The value should be a string of a positive integer, and should be generated in a sequential manner."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 140 | </Property> |
| 141 | <Property Name="EventTimestamp" Type="Edm.DateTimeOffset" Nullable="false"> |
| 142 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 143 | <Annotation Term="OData.Description" String="The time the event occurred."/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 144 | <Annotation Term="OData.LongDescription" String="This property shall indicate the time the event occurred where the value shall be consistent with the Redfish service time that is also used for the values of the Modified property."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 145 | </Property> |
| 146 | <Property Name="Severity" Type="Edm.String" Nullable="false"> |
| 147 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 148 | <Annotation Term="OData.Description" String="The severity of the event."/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 149 | <Annotation Term="OData.LongDescription" String="This property shall contain the severity of the event, as defined by the Redfish Specification."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 150 | </Property> |
| 151 | <Property Name="Message" Type="Edm.String" Nullable="false"> |
| 152 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 153 | <Annotation Term="OData.Description" String="The human-readable event message."/> |
| 154 | <Annotation Term="OData.LongDescription" String="This property shall contain a human-readable event message."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 155 | </Property> |
| 156 | <Property Name="MessageId" Type="Edm.String" Nullable="false"> |
| 157 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 158 | <Annotation Term="OData.Description" String="The key used to find the message in a message registry."/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 159 | <Annotation Term="OData.LongDescription" String="This property shall contain a MessageId, as defined in the Redfish Specification."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 160 | <Annotation Term="Validation.Pattern" String="^[A-Za-z0-9]+\.\d+\.\d+\.[A-Za-z0-9.]+$"/> |
| 161 | <Annotation Term="Redfish.Required"/> |
| 162 | </Property> |
| 163 | <Property Name="MessageArgs" Type="Collection(Edm.String)" Nullable="false"> |
| 164 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 165 | <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."/> |
| 166 | <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."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 167 | </Property> |
| 168 | <Property Name="Context" Type="Edm.String" Nullable="false"> |
| 169 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 170 | <Annotation Term="OData.Description" String="A context can be supplied at subscription time. This property is the context value supplied by the subscriber."/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 171 | <Annotation Term="OData.LongDescription" String="This property shall contain a client supplied context for the event destination to which this event is being sent."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 172 | <Annotation Term="Redfish.Revisions"> |
| 173 | <Collection> |
| 174 | <Record> |
| 175 | <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> |
| 176 | <PropertyValue Property="Version" String="v1_1_0"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 177 | <PropertyValue Property="Description" String="Events are triggered independently from subscriptions to those events. This property has been deprecated in favor of the Context property found at the root level of the object."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 178 | </Record> |
| 179 | </Collection> |
| 180 | </Annotation> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 181 | </Property> |
| 182 | <NavigationProperty Name="OriginOfCondition" Type="Resource.Item" Nullable="false"> |
| 183 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 184 | <Annotation Term="OData.Description" String="A link to the resource or object that originated the condition that caused the event to be generated."/> |
| 185 | <Annotation Term="OData.LongDescription" String="This property shall contain a link to the resource or object that originated the condition that caused the event to be generated. If the event subscription has the IncludeOriginOfCondition property set to `true`, it shall include the entire resource or object referenced by the link."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 186 | <Annotation Term="OData.AutoExpandReferences"/> |
| 187 | </NavigationProperty> |
| 188 | </EntityType> |
| 189 | </Schema> |
| 190 | |
| 191 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_2"> |
| 192 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 193 | <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 194 | <EntityType Name="Event" BaseType="Event.v1_0_0.Event"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 195 | <EntityType Name="EventRecord" BaseType="Event.v1_0_0.EventRecord"/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 196 | </Schema> |
| 197 | |
| 198 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_3"> |
| 199 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 200 | <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 201 | <EntityType Name="Event" BaseType="Event.v1_0_2.Event"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 202 | <EntityType Name="EventRecord" BaseType="Event.v1_0_2.EventRecord"/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 203 | </Schema> |
| 204 | |
| 205 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_4"> |
| 206 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 207 | <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 208 | <EntityType Name="Event" BaseType="Event.v1_0_3.Event"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 209 | <EntityType Name="EventRecord" BaseType="Event.v1_0_3.EventRecord"/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 210 | </Schema> |
| 211 | |
| 212 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_5"> |
| 213 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 214 | <Annotation Term="OData.Description" String="This version was created to remove the Nullable facet on NavigationProperties of the Collection type."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 215 | <EntityType Name="Event" BaseType="Event.v1_0_4.Event"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 216 | <EntityType Name="EventRecord" BaseType="Event.v1_0_4.EventRecord"/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 217 | </Schema> |
| 218 | |
| 219 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_6"> |
| 220 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 221 | <Annotation Term="OData.Description" String="This version deprecates the versioned definition of EventType to use an unversioned definition."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 222 | <EntityType Name="Event" BaseType="Event.v1_0_5.Event"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 223 | <EntityType Name="EventRecord" BaseType="Event.v1_0_5.EventRecord"/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 224 | </Schema> |
| 225 | |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 226 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_7"> |
| 227 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 228 | <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."/> |
| 229 | <EntityType Name="Event" BaseType="Event.v1_0_6.Event"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 230 | <EntityType Name="EventRecord" BaseType="Event.v1_0_6.EventRecord"/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 231 | </Schema> |
| 232 | |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 233 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_8"> |
| 234 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 235 | <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 236 | <EntityType Name="Event" BaseType="Event.v1_0_7.Event"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 237 | <EntityType Name="EventRecord" BaseType="Event.v1_0_7.EventRecord"/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 238 | </Schema> |
| 239 | |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 240 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_9"> |
| 241 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 242 | <Annotation Term="OData.Description" String="This version was created to regenerate JSON Schema so that @odata.id is not provided as a property, and so that URI properties use the uri-reference format."/> |
| 243 | <EntityType Name="Event" BaseType="Event.v1_0_8.Event"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 244 | <EntityType Name="EventRecord" BaseType="Event.v1_0_8.EventRecord"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 245 | </Schema> |
| 246 | |
| 247 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_10"> |
| 248 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 249 | <Annotation Term="OData.Description" String="This version was created to update the description for EventId. It was also created to update descriptions that this schema defines."/> |
| 250 | <EntityType Name="Event" BaseType="Event.v1_0_9.Event"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 251 | <EntityType Name="EventRecord" BaseType="Event.v1_0_9.EventRecord"/> |
| 252 | </Schema> |
| 253 | |
| 254 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_11"> |
| 255 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 256 | <Annotation Term="OData.Description" String="This version was created to expand the description for OriginOfCondition to show that it can be expanded based on the configuration of the event destination."/> |
| 257 | <EntityType Name="Event" BaseType="Event.v1_0_10.Event"/> |
| 258 | <EntityType Name="EventRecord" BaseType="Event.v1_0_10.EventRecord"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 259 | </Schema> |
| 260 | |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 261 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_0"> |
| 262 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 263 | <Annotation Term="Redfish.Release" String="2016.1"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 264 | |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 265 | <EntityType Name="Event" BaseType="Event.v1_0_2.Event"> |
| 266 | <Property Name="Context" Type="Edm.String" Nullable="false"> |
| 267 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 268 | <Annotation Term="OData.Description" String="A context can be supplied at subscription time. This property is the context value supplied by the subscriber."/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 269 | <Annotation Term="OData.LongDescription" String="This property shall contain a client supplied context for the event destination to which this event is being sent."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 270 | </Property> |
| 271 | </EntityType> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 272 | |
| 273 | <EntityType Name="EventRecord" BaseType="Event.v1_0_2.EventRecord"/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 274 | </Schema> |
| 275 | |
| 276 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_1"> |
| 277 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 278 | <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 279 | <EntityType Name="Event" BaseType="Event.v1_1_0.Event"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 280 | <EntityType Name="EventRecord" BaseType="Event.v1_1_0.EventRecord"/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 281 | </Schema> |
| 282 | |
| 283 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_2"> |
| 284 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 285 | <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 286 | <EntityType Name="Event" BaseType="Event.v1_1_1.Event"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 287 | <EntityType Name="EventRecord" BaseType="Event.v1_1_1.EventRecord"/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 288 | </Schema> |
| 289 | |
| 290 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_3"> |
| 291 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 292 | <Annotation Term="OData.Description" String="This version was created to remove the Nullable facet on NavigationProperties of the Collection type."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 293 | <EntityType Name="Event" BaseType="Event.v1_1_2.Event"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 294 | <EntityType Name="EventRecord" BaseType="Event.v1_1_2.EventRecord"/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 295 | </Schema> |
| 296 | |
| 297 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_4"> |
| 298 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 299 | <Annotation Term="OData.Description" String="This version deprecates the versioned definition of EventType to use an unversioned definition."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 300 | <EntityType Name="Event" BaseType="Event.v1_1_3.Event"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 301 | <EntityType Name="EventRecord" BaseType="Event.v1_1_3.EventRecord"/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 302 | </Schema> |
| 303 | |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 304 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_5"> |
| 305 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 306 | <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."/> |
| 307 | <EntityType Name="Event" BaseType="Event.v1_1_4.Event"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 308 | <EntityType Name="EventRecord" BaseType="Event.v1_1_4.EventRecord"/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 309 | </Schema> |
| 310 | |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 311 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_6"> |
| 312 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 313 | <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 314 | <EntityType Name="Event" BaseType="Event.v1_1_5.Event"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 315 | <EntityType Name="EventRecord" BaseType="Event.v1_1_5.EventRecord"/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 316 | </Schema> |
| 317 | |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 318 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_7"> |
| 319 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 320 | <Annotation Term="OData.Description" String="This version was created to regenerate JSON Schema so that @odata.id is not provided as a property, and so that URI properties use the uri-reference format."/> |
| 321 | <EntityType Name="Event" BaseType="Event.v1_1_6.Event"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 322 | <EntityType Name="EventRecord" BaseType="Event.v1_1_6.EventRecord"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 323 | </Schema> |
| 324 | |
| 325 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_8"> |
| 326 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 327 | <Annotation Term="OData.Description" String="This version was created to update the description for EventId. It was also created to update descriptions that this schema defines."/> |
| 328 | <EntityType Name="Event" BaseType="Event.v1_1_7.Event"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 329 | <EntityType Name="EventRecord" BaseType="Event.v1_1_7.EventRecord"/> |
| 330 | </Schema> |
| 331 | |
| 332 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_9"> |
| 333 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 334 | <Annotation Term="OData.Description" String="This version was created to expand the description for OriginOfCondition to show that it can be expanded based on the configuration of the event destination."/> |
| 335 | <EntityType Name="Event" BaseType="Event.v1_1_8.Event"/> |
| 336 | <EntityType Name="EventRecord" BaseType="Event.v1_1_8.EventRecord"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 337 | </Schema> |
| 338 | |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 339 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_0"> |
| 340 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 341 | <Annotation Term="Redfish.Release" String="2017.1"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 342 | |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 343 | <EntityType Name="Event" BaseType="Event.v1_1_3.Event"> |
| 344 | <Property Name="Actions" Type="Event.v1_2_0.Actions" Nullable="false"> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 345 | <Annotation Term="OData.Description" String="The available actions for this resource."/> |
| 346 | <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 347 | </Property> |
| 348 | </EntityType> |
| 349 | |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 350 | <EntityType Name="EventRecord" BaseType="Event.v1_1_3.EventRecord"> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 351 | <Property Name="Actions" Type="Event.v1_2_0.EventRecordActions" Nullable="false"> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 352 | <Annotation Term="OData.Description" String="The available actions for this resource."/> |
| 353 | <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 354 | </Property> |
| 355 | </EntityType> |
| 356 | |
| 357 | <ComplexType Name="Actions"> |
| 358 | <Annotation Term="OData.AdditionalProperties" Bool="false"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 359 | <Annotation Term="OData.Description" String="The available actions for this resource."/> |
| 360 | <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 361 | <Property Name="Oem" Type="Event.v1_2_0.OemActions" Nullable="false"> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 362 | <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> |
| 363 | <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 364 | </Property> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 365 | </ComplexType> |
| 366 | |
| 367 | <ComplexType Name="OemActions"> |
| 368 | <Annotation Term="OData.AdditionalProperties" Bool="true"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 369 | <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> |
| 370 | <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 371 | </ComplexType> |
| 372 | |
| 373 | <ComplexType Name="EventRecordActions"> |
| 374 | <Annotation Term="OData.AdditionalProperties" Bool="false"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 375 | <Annotation Term="OData.Description" String="The available actions for this resource."/> |
| 376 | <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 377 | <Property Name="Oem" Type="Event.v1_2_0.EventRecordOemActions" Nullable="false"> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 378 | <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> |
| 379 | <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 380 | </Property> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 381 | </ComplexType> |
| 382 | |
| 383 | <ComplexType Name="EventRecordOemActions"> |
| 384 | <Annotation Term="OData.AdditionalProperties" Bool="true"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 385 | <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> |
| 386 | <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 387 | </ComplexType> |
| 388 | </Schema> |
| 389 | |
| 390 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_1"> |
| 391 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 392 | <Annotation Term="OData.Description" String="This version deprecates the versioned definition of EventType to use an unversioned definition."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 393 | <EntityType Name="Event" BaseType="Event.v1_2_0.Event"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 394 | <EntityType Name="EventRecord" BaseType="Event.v1_2_0.EventRecord"/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 395 | </Schema> |
| 396 | |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 397 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_2"> |
| 398 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 399 | <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."/> |
| 400 | <EntityType Name="Event" BaseType="Event.v1_2_1.Event"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 401 | <EntityType Name="EventRecord" BaseType="Event.v1_2_1.EventRecord"/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 402 | </Schema> |
| 403 | |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 404 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_3"> |
| 405 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 406 | <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 407 | <EntityType Name="Event" BaseType="Event.v1_2_2.Event"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 408 | <EntityType Name="EventRecord" BaseType="Event.v1_2_2.EventRecord"/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 409 | </Schema> |
| 410 | |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 411 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_4"> |
| 412 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 413 | <Annotation Term="OData.Description" String="This version was created to regenerate JSON Schema so that @odata.id is not provided as a property, and so that URI properties use the uri-reference format."/> |
| 414 | <EntityType Name="Event" BaseType="Event.v1_2_3.Event"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 415 | <EntityType Name="EventRecord" BaseType="Event.v1_2_3.EventRecord"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 416 | </Schema> |
| 417 | |
| 418 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_5"> |
| 419 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 420 | <Annotation Term="OData.Description" String="This version was created to update the description for EventId. It was also created to update descriptions that this schema defines."/> |
| 421 | <EntityType Name="Event" BaseType="Event.v1_2_4.Event"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 422 | <EntityType Name="EventRecord" BaseType="Event.v1_2_4.EventRecord"/> |
| 423 | </Schema> |
| 424 | |
| 425 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_6"> |
| 426 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 427 | <Annotation Term="OData.Description" String="This version was created to expand the description for OriginOfCondition to show that it can be expanded based on the configuration of the event destination."/> |
| 428 | <EntityType Name="Event" BaseType="Event.v1_2_5.Event"/> |
| 429 | <EntityType Name="EventRecord" BaseType="Event.v1_2_5.EventRecord"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 430 | </Schema> |
| 431 | |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 432 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_3_0"> |
| 433 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 434 | <Annotation Term="Redfish.Release" String="2018.2"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 435 | <Annotation Term="OData.Description" String="This version deprecates EventType and to add the grouping mechanism EventGroupId."/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 436 | |
| 437 | <EntityType Name="Event" BaseType="Event.v1_2_2.Event"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 438 | |
| 439 | <EntityType Name="EventRecord" BaseType="Event.v1_2_2.EventRecord"> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 440 | <Property Name="EventGroupId" Type="Edm.Int64" Nullable="false"> |
| 441 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 442 | <Annotation Term="OData.Description" String="The identifier that correlates events with the same root cause. If `0`, no other event is related to this event."/> |
| 443 | <Annotation Term="OData.LongDescription" String="This property shall indicate that events are related and shall have the same value when multiple event messages are produced by the same root cause. Implementations shall use separate values for events with a separate root cause. This property value shall not imply an ordering of events. The `0` value shall indicate that this event is not grouped with any other event."/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 444 | </Property> |
| 445 | </EntityType> |
| 446 | </Schema> |
| 447 | |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 448 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_3_1"> |
| 449 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 450 | <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 451 | <EntityType Name="Event" BaseType="Event.v1_3_0.Event"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 452 | <EntityType Name="EventRecord" BaseType="Event.v1_3_0.EventRecord"/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 453 | </Schema> |
| 454 | |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 455 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_3_2"> |
| 456 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 457 | <Annotation Term="OData.Description" String="This version was created to regenerate JSON Schema so that @odata.id is not provided as a property, and so that URI properties use the uri-reference format."/> |
| 458 | <EntityType Name="Event" BaseType="Event.v1_3_1.Event"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 459 | <EntityType Name="EventRecord" BaseType="Event.v1_3_1.EventRecord"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 460 | </Schema> |
| 461 | |
| 462 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_3_3"> |
| 463 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 464 | <Annotation Term="OData.Description" String="This version was created to update the description for EventId and EventGroupId. It was also created to update descriptions that this schema defines."/> |
| 465 | <EntityType Name="Event" BaseType="Event.v1_3_2.Event"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 466 | <EntityType Name="EventRecord" BaseType="Event.v1_3_2.EventRecord"/> |
| 467 | </Schema> |
| 468 | |
| 469 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_3_4"> |
| 470 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 471 | <Annotation Term="OData.Description" String="This version was created to expand the description for OriginOfCondition to show that it can be expanded based on the configuration of the event destination."/> |
| 472 | <EntityType Name="Event" BaseType="Event.v1_3_3.Event"/> |
| 473 | <EntityType Name="EventRecord" BaseType="Event.v1_3_3.EventRecord"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 474 | </Schema> |
| 475 | |
| 476 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_4_0"> |
| 477 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 478 | <Annotation Term="Redfish.Release" String="2019.1"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 479 | <Annotation Term="OData.Description" String="This version was created to add the value `Other` to EventType."/> |
| 480 | |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 481 | <EntityType Name="Event" BaseType="Event.v1_3_2.Event"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 482 | |
| 483 | <EntityType Name="EventRecord" BaseType="Event.v1_3_2.EventRecord"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 484 | </Schema> |
| 485 | |
| 486 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_4_1"> |
| 487 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 488 | <Annotation Term="OData.Description" String="This version was created to update the description for EventId and EventGroupId. It was also created to update descriptions that this schema defines."/> |
| 489 | <EntityType Name="Event" BaseType="Event.v1_4_0.Event"/> |
Gunnar Mills | a778c02 | 2020-05-12 12:20:36 -0500 | [diff] [blame^] | 490 | <EntityType Name="EventRecord" BaseType="Event.v1_4_0.EventRecord"/> |
| 491 | </Schema> |
| 492 | |
| 493 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_4_2"> |
| 494 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 495 | <Annotation Term="OData.Description" String="This version was created to expand the description for OriginOfCondition to show that it can be expanded based on the configuration of the event destination."/> |
| 496 | <EntityType Name="Event" BaseType="Event.v1_4_1.Event"/> |
| 497 | <EntityType Name="EventRecord" BaseType="Event.v1_4_1.EventRecord"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 498 | </Schema> |
| 499 | |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 500 | </edmx:DataServices> |
| 501 | </edmx:Edmx> |