1<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################       -->
4<!--# Redfish Schema:  EventService v1.10.2                                                -->
5<!--#                                                                                      -->
6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle,      -->
7<!--# available at http://www.dmtf.org/standards/redfish                                   -->
8<!--# Copyright 2014-2024 DMTF.                                                            -->
9<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10<!--################################################################################       -->
11<!---->
12<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
13
14  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
15    <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
16  </edmx:Reference>
17  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
18    <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
19  </edmx:Reference>
20  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml">
21    <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/>
22  </edmx:Reference>
23  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
24    <edmx:Include Namespace="Resource"/>
25    <edmx:Include Namespace="Resource.v1_0_0"/>
26  </edmx:Reference>
27  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
28    <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
29    <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/>
30  </edmx:Reference>
31  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Event_v1.xml">
32    <edmx:Include Namespace="Event"/>
33  </edmx:Reference>
34  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/EventDestinationCollection_v1.xml">
35    <edmx:Include Namespace="EventDestinationCollection"/>
36  </edmx:Reference>
37  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/EventDestination_v1.xml">
38    <edmx:Include Namespace="EventDestination"/>
39  </edmx:Reference>
40
41  <edmx:DataServices>
42
43    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService">
44      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
45      <Annotation Term="Redfish.Language" String="en"/>
46
47      <EntityType Name="EventService" BaseType="Resource.v1_0_0.Resource" Abstract="true">
48        <Annotation Term="OData.Description" String="The `EventService` schema contains properties for managing event subscriptions and generates the events sent to subscribers.  The resource has links to the actual collection of subscriptions, which are called event destinations."/>
49        <Annotation Term="OData.LongDescription" String="This resource shall represent an event service for a Redfish implementation."/>
50        <Annotation Term="Capabilities.InsertRestrictions">
51          <Record>
52            <PropertyValue Property="Insertable" Bool="false"/>
53          </Record>
54        </Annotation>
55        <Annotation Term="Capabilities.UpdateRestrictions">
56          <Record>
57            <PropertyValue Property="Updatable" Bool="true"/>
58            <Annotation Term="OData.Description" String="The event service can be updated to enable and disable the service."/>
59          </Record>
60        </Annotation>
61        <Annotation Term="Capabilities.DeleteRestrictions">
62          <Record>
63            <PropertyValue Property="Deletable" Bool="false"/>
64          </Record>
65        </Annotation>
66        <Annotation Term="Redfish.Uris">
67          <Collection>
68            <String>/redfish/v1/EventService</String>
69          </Collection>
70        </Annotation>
71      </EntityType>
72
73      <Action Name="SubmitTestEvent" IsBound="true">
74        <Annotation Term="OData.Description" String="This action generates a test event."/>
75        <Annotation Term="OData.LongDescription" String="This action shall add a test event to the event service with the event data specified in the action parameters.  Then, this message should be sent to any appropriate event destinations."/>
76        <Parameter Name="EventService" Type="EventService.v1_0_0.Actions"/>
77        <Parameter Name="EventType" Type="Event.EventType">
78          <Annotation Term="OData.Description" String="The type for the event to add."/>
79          <Annotation Term="OData.LongDescription" String="This parameter shall contain the property name for which the following allowable values apply.  If not provided by the client, the resulting event should not contain the `EventType` property."/>
80          <Annotation Term="Redfish.Revisions">
81            <Collection>
82              <Record>
83                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
84                <PropertyValue Property="Version" String="v1_3_0"/>
85                <PropertyValue Property="Description" String="This parameter 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."/>
86              </Record>
87            </Collection>
88          </Annotation>
89        </Parameter>
90        <Parameter Name="EventId" Type="Edm.String">
91          <Annotation Term="OData.Description" String="The ID for the event to add."/>
92          <Annotation Term="OData.LongDescription" String="This parameter shall have the same semantics as the `EventId` property in the `Event` schema for Redfish.  A service can ignore this value and replace it with its own.  If not provided by the client, the resulting event may contain a service-defined `EventId` property."/>
93        </Parameter>
94        <Parameter Name="EventTimestamp" Type="Edm.DateTimeOffset">
95          <Annotation Term="OData.Description" String="The date and time for the event to add."/>
96          <Annotation Term="OData.LongDescription" String="This parameter shall contain the date and time for the event to add and have the same semantics as the `EventTimestamp` property in the `Event` schema for Redfish.  If not provided by the client, the resulting event should not contain the `EventTimestamp` property."/>
97        </Parameter>
98        <Parameter Name="Severity" Type="Edm.String">
99          <Annotation Term="OData.Description" String="The severity for the event to add."/>
100          <Annotation Term="OData.LongDescription" String="This parameter shall contain the severity for the event to add and have the same semantics as the `Severity` property in the `Event` schema for Redfish.  If not provided by the client, the resulting event should not contain the `Severity` property."/>
101        </Parameter>
102        <Parameter Name="MessageSeverity" Type="Resource.Health">
103          <Annotation Term="OData.Description" String="The severity for the event to add."/>
104          <Annotation Term="OData.LongDescription" String="This property shall contain the severity for the event to add and have the same semantics as the `MessageSeverity` property in the `Event` schema for Redfish.  If not provided by the client, the resulting event should not contain the `MessageSeverity` property."/>
105          <Annotation Term="Redfish.Revisions">
106            <Collection>
107              <Record>
108                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
109                <PropertyValue Property="Version" String="v1_10_0"/>
110              </Record>
111            </Collection>
112          </Annotation>
113        </Parameter>
114        <Parameter Name="Message" Type="Edm.String">
115          <Annotation Term="OData.Description" String="The human-readable message for the event to add."/>
116          <Annotation Term="OData.LongDescription" String="This parameter shall have the same semantics as the `Message` property in the `Event` schema for Redfish.  If not provided by the client, the resulting event should not contain the `Message` property."/>
117        </Parameter>
118        <Parameter Name="MessageId" Type="Edm.String" Nullable="false">
119          <Annotation Term="OData.Description" String="The `MessageId` for the event to add."/>
120          <Annotation Term="OData.LongDescription" String="This parameter shall contain the `MessageId` for the event to add and have the same semantics as the `MessageId` property in the `Event` schema for Redfish.  Services should accept arbitrary values for this parameter that match that match the defined pattern."/>
121          <Annotation Term="Validation.Pattern" String="^\w+\.\d+\.\d+\.\w+$"/>
122        </Parameter>
123        <Parameter Name="MessageArgs" Type="Collection(Edm.String)">
124          <Annotation Term="OData.Description" String="An array of message arguments for the event to add."/>
125          <Annotation Term="OData.LongDescription" String="This parameter shall have the same semantics as the `MessageArgs` property in the `Event` schema for Redfish.  If not provided by the client, the resulting event should not contain the `MessageArgs` property."/>
126        </Parameter>
127        <Parameter Name="OriginOfCondition" Type="Edm.String">
128          <Annotation Term="OData.Description" String="The URL in the `OriginOfCondition` property of the event to add.  It is not a reference object."/>
129          <Annotation Term="OData.LongDescription" String="This parameter shall be a string that represents the URL contained by the `OriginOfCondition` property in the `Event` schema for Redfish.  If not provided by the client, the resulting event should not contain the `OriginOfCondition` property."/>
130          <Annotation Term="OData.IsURL"/>
131        </Parameter>
132        <Parameter Name="EventGroupId" Type="Edm.Int64">
133          <Annotation Term="OData.Description" String="The group identifier for the event."/>
134          <Annotation Term="OData.LongDescription" String="The parameter shall contain the group identifier for the event.  It has the same semantics as the `EventGroupId` property in the `Event` schema for Redfish.  If not provided by the client, the resulting event should not contain the `EventGroupId` property."/>
135          <Annotation Term="Redfish.Revisions">
136            <Collection>
137              <Record>
138                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
139                <PropertyValue Property="Version" String="v1_3_0"/>
140              </Record>
141            </Collection>
142          </Annotation>
143        </Parameter>
144      </Action>
145
146      <Action Name="TestEventSubscription" IsBound="true">
147        <Annotation Term="OData.Description" String="This action generates a test event using the pre-defined test message."/>
148        <Annotation Term="OData.LongDescription" String="This action shall send an event containing the `TestMessage` message from the Resource Event Message Registry to all appropriate event destinations."/>
149        <Parameter Name="EventService" Type="EventService.v1_0_0.Actions"/>
150        <Annotation Term="Redfish.Revisions">
151          <Collection>
152            <Record>
153              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
154              <PropertyValue Property="Version" String="v1_10_0"/>
155            </Record>
156          </Collection>
157        </Annotation>
158      </Action>
159    </Schema>
160
161    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_0_0">
162      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
163      <Annotation Term="Redfish.Release" String="1.0"/>
164
165      <EntityType Name="EventService" BaseType="EventService.EventService">
166        <Property Name="ServiceEnabled" Type="Edm.Boolean">
167          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
168          <Annotation Term="OData.Description" String="An indication of whether this service is enabled.  If `false`, events are no longer published, new SSE connections cannot be established, and existing SSE connections are terminated."/>
169          <Annotation Term="OData.LongDescription" String="This property shall indicate whether this service is enabled.  If `false`, events are no longer published, new SSE connections cannot be established, and existing SSE connections are terminated."/>
170        </Property>
171        <Property Name="DeliveryRetryAttempts" Type="Edm.Int64" Nullable="false">
172          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
173          <Annotation Term="OData.Description" String="The number of times that the `POST` of an event is retried before the subscription terminates.  This retry occurs at the service level, which means that the HTTP `POST` to the event destination fails with an HTTP `4XX` or `5XX` status code or an HTTP timeout occurs this many times before the event destination subscription terminates."/>
174          <Annotation Term="OData.LongDescription" String="This property shall contain the number of times that the `POST` of an event is retried before the subscription terminates.  This retry occurs at the service level, which means that the HTTP `POST` to the event destination fails with an HTTP `4XX` or `5XX` status code or an HTTP timeout occurs this many times before the event destination subscription terminates."/>
175        </Property>
176        <Property Name="DeliveryRetryIntervalSeconds" Type="Edm.Int64" Nullable="false">
177          <Annotation Term="Measures.Unit" String="s"/>
178          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
179          <Annotation Term="OData.Description" String="The interval, in seconds, between retry attempts for sending any event."/>
180          <Annotation Term="OData.LongDescription" String="This property shall contain the interval, in seconds, between the retry attempts for any event sent to the subscription destination."/>
181        </Property>
182        <Property Name="EventTypesForSubscription" Type="Collection(Event.EventType)" Nullable="false">
183          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
184          <Annotation Term="OData.Description" String="The types of events to which a client can subscribe."/>
185          <Annotation Term="OData.LongDescription" String="This property shall contain the types of events to which a client can subscribe.  The semantics associated with the enumeration values are defined in the Redfish Specification."/>
186          <Annotation Term="Redfish.Revisions">
187            <Collection>
188              <Record>
189                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
190                <PropertyValue Property="Version" String="v1_3_0"/>
191                <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."/>
192              </Record>
193            </Collection>
194          </Annotation>
195        </Property>
196        <Property Name="Actions" Type="EventService.v1_0_0.Actions" Nullable="false">
197          <Annotation Term="OData.Description" String="The available actions for this resource."/>
198          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
199        </Property>
200        <NavigationProperty Name="Subscriptions" Type="EventDestinationCollection.EventDestinationCollection" ContainsTarget="true" Nullable="false">
201          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
202          <Annotation Term="OData.Description" String="The link to a collection of event destinations."/>
203          <Annotation Term="OData.LongDescription" String="This property shall contain the link to a resource collection of type `EventDestinationCollection`."/>
204          <Annotation Term="OData.AutoExpandReferences"/>
205        </NavigationProperty>
206        <Property Name="Status" Type="Resource.Status" Nullable="false">
207          <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
208          <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
209        </Property>
210      </EntityType>
211
212      <ComplexType Name="Actions">
213        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
214        <Annotation Term="OData.Description" String="The available actions for this resource."/>
215        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
216        <Property Name="Oem" Type="EventService.v1_0_0.OemActions" Nullable="false">
217          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
218          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
219        </Property>
220      </ComplexType>
221
222      <ComplexType Name="OemActions">
223        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
224        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
225        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
226      </ComplexType>
227    </Schema>
228
229    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_0_2">
230      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
231      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
232      <EntityType Name="EventService" BaseType="EventService.v1_0_0.EventService"/>
233    </Schema>
234
235    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_0_3">
236      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
237      <Annotation Term="OData.Description" String="This version was created to add explicit permissions annotations to all properties for clarity."/>
238      <EntityType Name="EventService" BaseType="EventService.v1_0_2.EventService"/>
239    </Schema>
240
241    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_0_4">
242      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
243      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
244      <EntityType Name="EventService" BaseType="EventService.v1_0_3.EventService"/>
245    </Schema>
246
247    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_0_5">
248      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
249      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated.  In this case, `DeliveryRetryAttempts` description was updated."/>
250      <EntityType Name="EventService" BaseType="EventService.v1_0_4.EventService"/>
251    </Schema>
252
253    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_0_6">
254      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
255      <Annotation Term="OData.Description" String="This version was created to change `EventType` to use the unversioned definition.  It was also created to correct the short and long descriptions in the defined actions."/>
256      <EntityType Name="EventService" BaseType="EventService.v1_0_5.EventService"/>
257    </Schema>
258
259    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_0_7">
260      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
261      <Annotation Term="OData.Description" String="This version was created to change `DeliveryRetryAttempts` and `DeliveryRetryIntervalSeconds` properties to be writable."/>
262      <EntityType Name="EventService" BaseType="EventService.v1_0_6.EventService"/>
263    </Schema>
264
265    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_0_8">
266      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
267      <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.  It was also created to clarify the `OriginOfCondition` parameter in the `SubmitTestEvent` action."/>
268      <EntityType Name="EventService" BaseType="EventService.v1_0_7.EventService"/>
269    </Schema>
270
271    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_0_9">
272      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
273      <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."/>
274      <EntityType Name="EventService" BaseType="EventService.v1_0_8.EventService"/>
275    </Schema>
276
277    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_0_10">
278      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
279      <Annotation Term="OData.Description" String="This version was created to remove the required term on most parameters in `SubmitTestEvent`.  It was also created to update the description of `DeliveryRetryAttempts`.  It was also created to update descriptions that this schema defines."/>
280      <EntityType Name="EventService" BaseType="EventService.v1_0_9.EventService"/>
281    </Schema>
282
283    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_0_11">
284      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
285      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
286      <EntityType Name="EventService" BaseType="EventService.v1_0_10.EventService"/>
287    </Schema>
288
289    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_0_12">
290      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
291      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
292      <EntityType Name="EventService" BaseType="EventService.v1_0_11.EventService"/>
293    </Schema>
294
295    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_0_13">
296      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
297      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
298      <EntityType Name="EventService" BaseType="EventService.v1_0_12.EventService"/>
299    </Schema>
300
301    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_0_14">
302      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
303      <Annotation Term="OData.Description" String="This version was created to clarify the behavior of the event service when it is disabled."/>
304      <EntityType Name="EventService" BaseType="EventService.v1_0_13.EventService"/>
305    </Schema>
306
307    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_0_15">
308      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
309      <Annotation Term="OData.Description" String="This version was created to clarify behavior of the `SubmitTestEvent` action when parameters are not provided by the client."/>
310      <EntityType Name="EventService" BaseType="EventService.v1_0_14.EventService"/>
311    </Schema>
312
313    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_0_16">
314      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
315      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
316      <EntityType Name="EventService" BaseType="EventService.v1_0_15.EventService"/>
317    </Schema>
318
319    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_0_17">
320      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
321      <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."/>
322      <EntityType Name="EventService" BaseType="EventService.v1_0_16.EventService"/>
323    </Schema>
324
325    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_1_0">
326      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
327      <Annotation Term="Redfish.Release" String="2018.1"/>
328
329      <EntityType Name="EventService" BaseType="EventService.v1_0_7.EventService">
330        <Property Name="ServerSentEventUri" Type="Edm.String" Nullable="false">
331          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
332          <Annotation Term="OData.Description" String="The link to a URI for receiving Server-Sent Event representations for the events that this service generates."/>
333          <Annotation Term="OData.LongDescription" String="This property shall contain a URI that specifies an HTML5 Server-Sent Event-conformant endpoint."/>
334          <Annotation Term="OData.IsURL"/>
335        </Property>
336      </EntityType>
337    </Schema>
338
339    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_1_1">
340      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
341      <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.  It was also created to clarify the `OriginOfCondition` parameter in the `SubmitTestEvent` action."/>
342      <EntityType Name="EventService" BaseType="EventService.v1_1_0.EventService"/>
343    </Schema>
344
345    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_1_2">
346      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
347      <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."/>
348      <EntityType Name="EventService" BaseType="EventService.v1_1_1.EventService"/>
349    </Schema>
350
351    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_1_3">
352      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
353      <Annotation Term="OData.Description" String="This version was created to remove the required term on most parameters in `SubmitTestEvent`.  It was also created to update the description of `DeliveryRetryAttempts`.  It was also created to update descriptions that this schema defines."/>
354      <EntityType Name="EventService" BaseType="EventService.v1_1_2.EventService"/>
355    </Schema>
356
357    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_1_4">
358      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
359      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
360      <EntityType Name="EventService" BaseType="EventService.v1_1_3.EventService"/>
361    </Schema>
362
363    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_1_5">
364      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
365      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
366      <EntityType Name="EventService" BaseType="EventService.v1_1_4.EventService"/>
367    </Schema>
368
369    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_1_6">
370      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
371      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
372      <EntityType Name="EventService" BaseType="EventService.v1_1_5.EventService"/>
373    </Schema>
374
375    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_1_7">
376      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
377      <Annotation Term="OData.Description" String="This version was created to clarify the behavior of the event service when it is disabled."/>
378      <EntityType Name="EventService" BaseType="EventService.v1_1_6.EventService"/>
379    </Schema>
380
381    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_1_8">
382      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
383      <Annotation Term="OData.Description" String="This version was created to clarify behavior of the `SubmitTestEvent` action when parameters are not provided by the client."/>
384      <EntityType Name="EventService" BaseType="EventService.v1_1_7.EventService"/>
385    </Schema>
386
387    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_1_9">
388      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
389      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
390      <EntityType Name="EventService" BaseType="EventService.v1_1_8.EventService"/>
391    </Schema>
392
393    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_1_10">
394      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
395      <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."/>
396      <EntityType Name="EventService" BaseType="EventService.v1_1_9.EventService"/>
397    </Schema>
398
399    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_2_0">
400      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
401      <Annotation Term="Redfish.Release" String="2018.2"/>
402
403      <EntityType Name="EventService" BaseType="EventService.v1_1_1.EventService">
404        <Property Name="RegistryPrefixes" Type="Collection(Edm.String)">
405          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
406          <Annotation Term="OData.Description" String="The list of the prefixes of the message registries that can be used for the `RegistryPrefixes` or `ExcludeRegistryPrefixes` properties on a subscription.  If this property is absent or contains an empty array, the service does not support registry prefix-based subscriptions."/>
407          <Annotation Term="OData.LongDescription" String="This property shall contain the array of the prefixes of the message registries that shall be allowed or excluded for an event subscription."/>
408        </Property>
409        <Property Name="ResourceTypes" Type="Collection(Edm.String)">
410          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
411          <Annotation Term="OData.Description" String="The list of `@odata.type` values, or schema names, that can be specified in the `ResourceTypes` array in a subscription.  If this property is absent or contains an empty array, the service does not support resource type-based subscriptions."/>
412          <Annotation Term="OData.LongDescription" String="This property shall specify an array of the valid `@odata.type` values that can be used for an event subscription."/>
413        </Property>
414        <Property Name="SubordinateResourcesSupported" Type="Edm.Boolean">
415          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
416          <Annotation Term="OData.Description" String="An indication of whether the service supports the `SubordinateResources` property on both event subscriptions and generated events."/>
417          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the service supports the `SubordinateResources` property on both event subscriptions and generated events."/>
418        </Property>
419        <Property Name="EventFormatTypes" Type="Collection(EventDestination.EventFormatType)">
420          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
421          <Annotation Term="OData.Description" String="The content types of the message that this service can send to the event destination."/>
422          <Annotation Term="OData.LongDescription" String="This property shall contain the content types of the message that this service can send to the event destination.  If this property is not present, the `EventFormatType` shall be assumed to be `Event`."/>
423        </Property>
424        <Property Name="SSEFilterPropertiesSupported" Type="EventService.v1_2_0.SSEFilterPropertiesSupported" Nullable="false">
425          <Annotation Term="OData.Description" String="The set of properties that are supported in the `$filter` query parameter for the `ServerSentEventUri`."/>
426          <Annotation Term="OData.LongDescription" String="This property shall contain the properties that are supported in the `$filter` query parameter for the URI indicated by the `ServerSentEventUri` property, as described by the Redfish Specification."/>
427        </Property>
428      </EntityType>
429
430      <ComplexType Name="SSEFilterPropertiesSupported">
431        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
432        <Annotation Term="OData.Description" String="The set of properties that are supported in the `$filter` query parameter for the `ServerSentEventUri`."/>
433        <Annotation Term="OData.LongDescription" String="The type shall contain a set of properties that are supported in the `$filter` query parameter for the URI indicated by the `ServerSentEventUri` property, as described by the Redfish Specification."/>
434        <Property Name="EventType" Type="Edm.Boolean" Nullable="false">
435          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
436          <Annotation Term="OData.Description" String="An indication of whether the service supports filtering by the `EventTypes` property."/>
437          <Annotation Term="OData.LongDescription" String="This property shall indicate whether this service supports filtering by the `EventTypes` property."/>
438          <Annotation Term="Redfish.Revisions">
439            <Collection>
440              <Record>
441                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
442                <PropertyValue Property="Version" String="v1_3_0"/>
443                <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."/>
444              </Record>
445            </Collection>
446          </Annotation>
447        </Property>
448        <Property Name="MetricReportDefinition" Type="Edm.Boolean" Nullable="false">
449          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
450          <Annotation Term="OData.Description" String="An indication of whether the service supports filtering by the `MetricReportDefinitions` property."/>
451          <Annotation Term="OData.LongDescription" String="This property shall indicate whether this service supports filtering by the `MetricReportDefinitions` property."/>
452        </Property>
453        <Property Name="RegistryPrefix" Type="Edm.Boolean" Nullable="false">
454          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
455          <Annotation Term="OData.Description" String="An indication of whether the service supports filtering by the `RegistryPrefixes` property."/>
456          <Annotation Term="OData.LongDescription" String="This property shall indicate whether this service supports filtering by the `RegistryPrefixes` property."/>
457        </Property>
458        <Property Name="ResourceType" Type="Edm.Boolean" Nullable="false">
459          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
460          <Annotation Term="OData.Description" String="An indication of whether the service supports filtering by the `ResourceTypes` property."/>
461          <Annotation Term="OData.LongDescription" String="This property shall indicate whether this service supports filtering by the `ResourceTypes` property."/>
462        </Property>
463        <Property Name="EventFormatType" Type="Edm.Boolean" Nullable="false">
464          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
465          <Annotation Term="OData.Description" String="An indication of whether the service supports filtering by the `EventFormatType` property."/>
466          <Annotation Term="OData.LongDescription" String="This property shall indicate whether this service supports filtering by the `EventFormatType` property."/>
467        </Property>
468        <Property Name="MessageId" Type="Edm.Boolean" Nullable="false">
469          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
470          <Annotation Term="OData.Description" String="An indication of whether the service supports filtering by the `MessageIds` property."/>
471          <Annotation Term="OData.LongDescription" String="This property shall indicate whether this service supports filtering by the `MessageIds` property."/>
472        </Property>
473        <Property Name="OriginResource" Type="Edm.Boolean" Nullable="false">
474          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
475          <Annotation Term="OData.Description" String="An indication of whether the service supports filtering by the `OriginResources` property."/>
476          <Annotation Term="OData.LongDescription" String="This property shall indicate whether this service supports filtering by the `OriginResources` property."/>
477        </Property>
478      </ComplexType>
479    </Schema>
480
481    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_2_1">
482      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
483      <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."/>
484      <EntityType Name="EventService" BaseType="EventService.v1_2_0.EventService"/>
485    </Schema>
486
487    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_2_2">
488      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
489      <Annotation Term="OData.Description" String="This version was created to remove the required term on most parameters in `SubmitTestEvent`.  It was also created to update the description of `DeliveryRetryAttempts`.  It was also created to update descriptions that this schema defines."/>
490      <EntityType Name="EventService" BaseType="EventService.v1_2_1.EventService"/>
491    </Schema>
492
493    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_2_3">
494      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
495      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
496      <EntityType Name="EventService" BaseType="EventService.v1_2_2.EventService"/>
497    </Schema>
498
499    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_2_4">
500      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
501      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
502      <EntityType Name="EventService" BaseType="EventService.v1_2_3.EventService"/>
503    </Schema>
504
505    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_2_5">
506      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
507      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
508      <EntityType Name="EventService" BaseType="EventService.v1_2_4.EventService"/>
509    </Schema>
510
511    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_2_6">
512      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
513      <Annotation Term="OData.Description" String="This version was created to clarify the behavior of the event service when it is disabled."/>
514      <EntityType Name="EventService" BaseType="EventService.v1_2_5.EventService"/>
515    </Schema>
516
517    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_2_7">
518      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
519      <Annotation Term="OData.Description" String="This version was created to correct filter property references in `EventDestination`."/>
520      <EntityType Name="EventService" BaseType="EventService.v1_2_6.EventService"/>
521    </Schema>
522
523    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_2_8">
524      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
525      <Annotation Term="OData.Description" String="This version was created to clarify behavior of the `SubmitTestEvent` action when parameters are not provided by the client."/>
526      <EntityType Name="EventService" BaseType="EventService.v1_2_7.EventService"/>
527    </Schema>
528
529    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_2_9">
530      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
531      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
532      <EntityType Name="EventService" BaseType="EventService.v1_2_8.EventService"/>
533    </Schema>
534
535    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_2_10">
536      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
537      <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."/>
538      <EntityType Name="EventService" BaseType="EventService.v1_2_9.EventService"/>
539    </Schema>
540
541    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_3_0">
542      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
543      <Annotation Term="Redfish.Release" String="2019.1"/>
544      <Annotation Term="OData.Description" String="This version was created to deprecate the `EventTypesForSubscription` and `SSEFilterPropertiesSupported\EventType` properties.  It was also created to update the description of the `RegistryPrefix` property.  It was also created to deprecate the `EventType` parameter in `SubmitTestEvent`, and add the `EventGroupId` parameter in `SubmitTestEvent`."/>
545
546      <EntityType Name="EventService" BaseType="EventService.v1_2_1.EventService"/>
547    </Schema>
548
549    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_3_1">
550      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
551      <Annotation Term="OData.Description" String="This version was created to remove the required term on most parameters in `SubmitTestEvent`.  It was also created to update the description of `DeliveryRetryAttempts`.  It was also created to update descriptions that this schema defines."/>
552      <EntityType Name="EventService" BaseType="EventService.v1_3_0.EventService"/>
553    </Schema>
554
555    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_3_2">
556      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
557      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
558      <EntityType Name="EventService" BaseType="EventService.v1_3_1.EventService"/>
559    </Schema>
560
561    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_3_3">
562      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
563      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
564      <EntityType Name="EventService" BaseType="EventService.v1_3_2.EventService"/>
565    </Schema>
566
567    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_3_4">
568      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
569      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
570      <EntityType Name="EventService" BaseType="EventService.v1_3_3.EventService"/>
571    </Schema>
572
573    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_3_5">
574      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
575      <Annotation Term="OData.Description" String="This version was created to clarify the behavior of the event service when it is disabled."/>
576      <EntityType Name="EventService" BaseType="EventService.v1_3_4.EventService"/>
577    </Schema>
578
579    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_3_6">
580      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
581      <Annotation Term="OData.Description" String="This version was created to correct filter property references in `EventDestination`."/>
582      <EntityType Name="EventService" BaseType="EventService.v1_3_5.EventService"/>
583    </Schema>
584
585    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_3_7">
586      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
587      <Annotation Term="OData.Description" String="This version was created to clarify behavior of the `SubmitTestEvent` action when parameters are not provided by the client."/>
588      <EntityType Name="EventService" BaseType="EventService.v1_3_6.EventService"/>
589    </Schema>
590
591    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_3_8">
592      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
593      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
594      <EntityType Name="EventService" BaseType="EventService.v1_3_7.EventService"/>
595    </Schema>
596
597    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_3_9">
598      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
599      <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."/>
600      <EntityType Name="EventService" BaseType="EventService.v1_3_8.EventService"/>
601    </Schema>
602
603    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_4_0">
604      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
605      <Annotation Term="Redfish.Release" String="2019.2"/>
606
607      <EntityType Name="EventService" BaseType="EventService.v1_3_0.EventService"/>
608
609      <ComplexType Name="SSEFilterPropertiesSupported" BaseType="EventService.v1_2_0.SSEFilterPropertiesSupported">
610        <Property Name="SubordinateResources" Type="Edm.Boolean" Nullable="false">
611          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
612          <Annotation Term="OData.Description" String="An indication of whether the service supports filtering by the `SubordinateResources` property."/>
613          <Annotation Term="OData.LongDescription" String="This property shall indicate whether this service supports filtering by the `SubordinateResources` property."/>
614        </Property>
615      </ComplexType>
616    </Schema>
617
618    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_4_1">
619      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
620      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
621      <EntityType Name="EventService" BaseType="EventService.v1_4_0.EventService"/>
622    </Schema>
623
624    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_4_2">
625      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
626      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
627      <EntityType Name="EventService" BaseType="EventService.v1_4_1.EventService"/>
628    </Schema>
629
630    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_4_3">
631      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
632      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
633      <EntityType Name="EventService" BaseType="EventService.v1_4_2.EventService"/>
634    </Schema>
635
636    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_4_5">
637      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
638      <Annotation Term="OData.Description" String="This version was created to clarify the behavior of the event service when it is disabled."/>
639      <EntityType Name="EventService" BaseType="EventService.v1_4_3.EventService"/>
640    </Schema>
641
642    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_4_6">
643      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
644      <Annotation Term="OData.Description" String="This version was created to correct filter property references in `EventDestination`."/>
645      <EntityType Name="EventService" BaseType="EventService.v1_4_5.EventService"/>
646    </Schema>
647
648    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_4_7">
649      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
650      <Annotation Term="OData.Description" String="This version was created to clarify behavior of the `SubmitTestEvent` action when parameters are not provided by the client."/>
651      <EntityType Name="EventService" BaseType="EventService.v1_4_6.EventService"/>
652    </Schema>
653
654    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_4_8">
655      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
656      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
657      <EntityType Name="EventService" BaseType="EventService.v1_4_7.EventService"/>
658    </Schema>
659
660    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_4_9">
661      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
662      <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."/>
663      <EntityType Name="EventService" BaseType="EventService.v1_4_8.EventService"/>
664    </Schema>
665
666    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_5_0">
667      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
668      <Annotation Term="Redfish.Release" String="2019.3"/>
669
670      <EntityType Name="EventService" BaseType="EventService.v1_4_0.EventService">
671        <Property Name="SMTP" Type="EventService.v1_5_0.SMTP" Nullable="false">
672          <Annotation Term="OData.Description" String="Settings for SMTP event delivery."/>
673          <Annotation Term="OData.LongDescription" String="This property shall contain settings for SMTP event delivery."/>
674        </Property>
675      </EntityType>
676
677      <ComplexType Name="SMTP">
678        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
679        <Annotation Term="OData.Description" String="Settings for SMTP event delivery."/>
680        <Annotation Term="OData.LongDescription" String="This type shall contain settings for SMTP event delivery."/>
681        <Property Name="ServiceEnabled" Type="Edm.Boolean">
682          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
683          <Annotation Term="OData.Description" String="An indication if SMTP for event delivery is enabled."/>
684          <Annotation Term="OData.LongDescription" String="This property shall indicate if SMTP for event delivery is enabled."/>
685        </Property>
686        <Property Name="Port" Type="Edm.Int64">
687          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
688          <Annotation Term="OData.Description" String="The destination SMTP port."/>
689          <Annotation Term="OData.LongDescription" String="This property shall contain the destination port for the SMTP server."/>
690          <Annotation Term="Validation.Minimum" Int="0"/>
691          <Annotation Term="Validation.Maximum" Int="65535"/>
692        </Property>
693        <Property Name="ServerAddress" Type="Edm.String">
694          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
695          <Annotation Term="OData.Description" String="The address of the SMTP server."/>
696          <Annotation Term="OData.LongDescription" String="This property shall contain the address of the SMTP server for outgoing email."/>
697        </Property>
698        <Property Name="FromAddress" Type="Edm.String">
699          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
700          <Annotation Term="OData.Description" String="The 'from' email address of the outgoing email."/>
701          <Annotation Term="OData.LongDescription" String="This property shall contain the email address to use for the 'from' field in an outgoing email."/>
702        </Property>
703        <Property Name="ConnectionProtocol" Type="EventService.v1_5_0.SMTPConnectionProtocol">
704          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
705          <Annotation Term="OData.Description" String="The connection type to the outgoing SMTP server."/>
706          <Annotation Term="OData.LongDescription" String="This property shall contain the connection type to the outgoing SMTP server."/>
707        </Property>
708        <Property Name="Authentication" Type="EventService.v1_5_0.SMTPAuthenticationMethods">
709          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
710          <Annotation Term="OData.Description" String="The authentication method for the SMTP server."/>
711          <Annotation Term="OData.LongDescription" String="This property shall contain the authentication method for the SMTP server."/>
712        </Property>
713        <Property Name="Username" Type="Edm.String">
714          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
715          <Annotation Term="OData.Description" String="The username for authentication with the SMTP server."/>
716          <Annotation Term="OData.LongDescription" String="This property shall contain the username for authentication with the SMTP server."/>
717        </Property>
718        <Property Name="Password" Type="Edm.String">
719          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Write"/>
720          <Annotation Term="OData.Description" String="The password for authentication with the SMTP server.  The value is `null` in responses."/>
721          <Annotation Term="OData.LongDescription" String="This property shall contain the password for authentication with the SMTP server.  The value shall be `null` in responses."/>
722        </Property>
723      </ComplexType>
724
725      <EnumType Name="SMTPConnectionProtocol">
726        <Member Name="None">
727          <Annotation Term="OData.Description" String="Clear text."/>
728          <Annotation Term="OData.LongDescription" String="This value shall indicate the connection is in clear text."/>
729        </Member>
730        <Member Name="AutoDetect">
731          <Annotation Term="OData.Description" String="Auto-detect."/>
732          <Annotation Term="OData.LongDescription" String="This value shall indicate the connection is auto-detected."/>
733        </Member>
734        <Member Name="StartTLS">
735          <Annotation Term="OData.Description" String="StartTLS."/>
736          <Annotation Term="OData.LongDescription" String="This value shall indicate the connection conforms to the RFC3207-defined StartTLS extension."/>
737        </Member>
738        <Member Name="TLS_SSL">
739          <Annotation Term="OData.Description" String="TLS/SSL."/>
740          <Annotation Term="OData.LongDescription" String="This value shall indicate the connection is TLS/SSL."/>
741        </Member>
742      </EnumType>
743
744      <EnumType Name="SMTPAuthenticationMethods">
745        <Member Name="None">
746          <Annotation Term="OData.Description" String="No authentication."/>
747          <Annotation Term="OData.LongDescription" String="This value shall indicate authentication is not required."/>
748        </Member>
749        <Member Name="AutoDetect">
750          <Annotation Term="OData.Description" String="Auto-detect."/>
751          <Annotation Term="OData.LongDescription" String="This value shall indicate authentication is auto-detected."/>
752        </Member>
753        <Member Name="Plain">
754          <Annotation Term="OData.Description" String="PLAIN authentication."/>
755          <Annotation Term="OData.LongDescription" String="This value shall indicate authentication conforms to the RFC4954-defined AUTH PLAIN mechanism."/>
756        </Member>
757        <Member Name="Login">
758          <Annotation Term="OData.Description" String="LOGIN authentication."/>
759          <Annotation Term="OData.LongDescription" String="This value shall indicate authentication conforms to the RFC4954-defined AUTH LOGIN mechanism."/>
760          <Annotation Term="Redfish.Revisions">
761            <Collection>
762              <Record>
763                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
764                <PropertyValue Property="Version" String="v1_7_0"/>
765                <PropertyValue Property="Description" String="This value has been deprecated in favor of `Plain`, which supersedes the LOGIN authentication method for SASL."/>
766              </Record>
767            </Collection>
768          </Annotation>
769        </Member>
770        <Member Name="CRAM_MD5">
771          <Annotation Term="OData.Description" String="CRAM-MD5 authentication."/>
772          <Annotation Term="OData.LongDescription" String="This value shall indicate authentication conforms to the RFC4954-defined AUTH CRAM-MD5 mechanism."/>
773        </Member>
774      </EnumType>
775    </Schema>
776
777    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_5_1">
778      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
779      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
780      <EntityType Name="EventService" BaseType="EventService.v1_5_0.EventService"/>
781    </Schema>
782
783    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_5_2">
784      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
785      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
786      <EntityType Name="EventService" BaseType="EventService.v1_5_1.EventService"/>
787    </Schema>
788
789    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_5_3">
790      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
791      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
792      <EntityType Name="EventService" BaseType="EventService.v1_5_2.EventService"/>
793    </Schema>
794
795    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_5_4">
796      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
797      <Annotation Term="OData.Description" String="This version was created to clarify the behavior of the event service when it is disabled."/>
798      <EntityType Name="EventService" BaseType="EventService.v1_5_3.EventService"/>
799    </Schema>
800
801    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_5_5">
802      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
803      <Annotation Term="OData.Description" String="This version was created to correct filter property references in `EventDestination`."/>
804      <EntityType Name="EventService" BaseType="EventService.v1_5_4.EventService"/>
805    </Schema>
806
807    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_5_6">
808      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
809      <Annotation Term="OData.Description" String="This version was created to mark properties with values containing sensitive data as write-only."/>
810      <EntityType Name="EventService" BaseType="EventService.v1_5_5.EventService"/>
811    </Schema>
812
813    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_5_7">
814      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
815      <Annotation Term="OData.Description" String="This version was created to clarify behavior of the `SubmitTestEvent` action when parameters are not provided by the client."/>
816      <EntityType Name="EventService" BaseType="EventService.v1_5_6.EventService"/>
817    </Schema>
818
819    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_5_8">
820      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
821      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
822      <EntityType Name="EventService" BaseType="EventService.v1_5_7.EventService"/>
823    </Schema>
824
825    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_5_9">
826      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
827      <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."/>
828      <EntityType Name="EventService" BaseType="EventService.v1_5_8.EventService"/>
829    </Schema>
830
831    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_6_0">
832      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
833      <Annotation Term="Redfish.Release" String="2020.1"/>
834
835      <EntityType Name="EventService" BaseType="EventService.v1_5_1.EventService">
836        <Property Name="IncludeOriginOfConditionSupported" Type="Edm.Boolean">
837          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
838          <Annotation Term="OData.Description" String="An indication of whether the service supports including the resource payload of the origin of condition in the event payload."/>
839          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the service supports including the resource payload of the origin of condition in the event payload.  If `true`, event subscriptions are allowed to specify the `IncludeOriginOfCondition` property."/>
840        </Property>
841      </EntityType>
842    </Schema>
843
844    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_6_1">
845      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
846      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
847      <EntityType Name="EventService" BaseType="EventService.v1_6_0.EventService"/>
848    </Schema>
849
850    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_6_2">
851      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
852      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
853      <EntityType Name="EventService" BaseType="EventService.v1_6_1.EventService"/>
854    </Schema>
855
856    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_6_3">
857      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
858      <Annotation Term="OData.Description" String="This version was created to clarify the behavior of the event service when it is disabled."/>
859      <EntityType Name="EventService" BaseType="EventService.v1_6_2.EventService"/>
860    </Schema>
861
862    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_6_4">
863      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
864      <Annotation Term="OData.Description" String="This version was created to correct filter property references in `EventDestination`."/>
865      <EntityType Name="EventService" BaseType="EventService.v1_6_3.EventService"/>
866    </Schema>
867
868    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_6_5">
869      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
870      <Annotation Term="OData.Description" String="This version was created to mark properties with values containing sensitive data as write-only."/>
871      <EntityType Name="EventService" BaseType="EventService.v1_6_4.EventService"/>
872    </Schema>
873
874    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_6_6">
875      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
876      <Annotation Term="OData.Description" String="This version was created to clarify behavior of the `SubmitTestEvent` action when parameters are not provided by the client."/>
877      <EntityType Name="EventService" BaseType="EventService.v1_6_5.EventService"/>
878    </Schema>
879
880    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_6_7">
881      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
882      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
883      <EntityType Name="EventService" BaseType="EventService.v1_6_6.EventService"/>
884    </Schema>
885
886    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_6_8">
887      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
888      <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."/>
889      <EntityType Name="EventService" BaseType="EventService.v1_6_7.EventService"/>
890    </Schema>
891
892    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_7_0">
893      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
894      <Annotation Term="Redfish.Release" String="2020.2"/>
895      <Annotation Term="OData.Description" String="This version was created to deprecate the `Login` enumeration in `SMTPAuthenticationMethods`."/>
896
897      <EntityType Name="EventService" BaseType="EventService.v1_6_1.EventService"/>
898    </Schema>
899
900    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_7_1">
901      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
902      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
903      <EntityType Name="EventService" BaseType="EventService.v1_7_0.EventService"/>
904    </Schema>
905
906    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_7_2">
907      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
908      <Annotation Term="OData.Description" String="This version was created to clarify the behavior of the event service when it is disabled."/>
909      <EntityType Name="EventService" BaseType="EventService.v1_7_1.EventService"/>
910    </Schema>
911
912    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_7_3">
913      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
914      <Annotation Term="OData.Description" String="This version was created to correct filter property references in `EventDestination`."/>
915      <EntityType Name="EventService" BaseType="EventService.v1_7_2.EventService"/>
916    </Schema>
917
918    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_7_4">
919      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
920      <Annotation Term="OData.Description" String="This version was created to mark properties with values containing sensitive data as write-only."/>
921      <EntityType Name="EventService" BaseType="EventService.v1_7_3.EventService"/>
922    </Schema>
923
924    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_7_5">
925      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
926      <Annotation Term="OData.Description" String="This version was created to clarify behavior of the `SubmitTestEvent` action when parameters are not provided by the client."/>
927      <EntityType Name="EventService" BaseType="EventService.v1_7_4.EventService"/>
928    </Schema>
929
930    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_7_6">
931      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
932      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
933      <EntityType Name="EventService" BaseType="EventService.v1_7_5.EventService"/>
934    </Schema>
935
936    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_7_7">
937      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
938      <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."/>
939      <EntityType Name="EventService" BaseType="EventService.v1_7_6.EventService"/>
940    </Schema>
941
942    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_8_0">
943      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
944      <Annotation Term="Redfish.Release" String="2022.1"/>
945
946      <EntityType Name="EventService" BaseType="EventService.v1_7_3.EventService">
947        <Property Name="ExcludeRegistryPrefix" Type="Edm.Boolean" Nullable="false">
948          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
949          <Annotation Term="OData.Description" String="An indication of whether the service supports filtering by the `ExcludeRegistryPrefixes` property."/>
950          <Annotation Term="OData.LongDescription" String="This property shall indicate whether this service supports filtering by the `ExcludeRegistryPrefixes` property."/>
951        </Property>
952        <Property Name="ExcludeMessageId" Type="Edm.Boolean" Nullable="false">
953          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
954          <Annotation Term="OData.Description" String="An indication of whether the service supports filtering by the `ExcludeMessageIds` property."/>
955          <Annotation Term="OData.LongDescription" String="This property shall indicate whether this service supports filtering by the `ExcludeMessageIds` property."/>
956        </Property>
957      </EntityType>
958    </Schema>
959
960    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_8_1">
961      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
962      <Annotation Term="OData.Description" String="This version was created to mark properties with values containing sensitive data as write-only."/>
963      <EntityType Name="EventService" BaseType="EventService.v1_8_0.EventService"/>
964    </Schema>
965
966    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_8_2">
967      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
968      <Annotation Term="OData.Description" String="This version was created to clarify behavior of the `SubmitTestEvent` action when parameters are not provided by the client."/>
969      <EntityType Name="EventService" BaseType="EventService.v1_8_1.EventService"/>
970    </Schema>
971
972    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_8_3">
973      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
974      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
975      <EntityType Name="EventService" BaseType="EventService.v1_8_2.EventService"/>
976    </Schema>
977
978    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_8_4">
979      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
980      <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."/>
981      <EntityType Name="EventService" BaseType="EventService.v1_8_3.EventService"/>
982    </Schema>
983
984    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_9_0">
985      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
986      <Annotation Term="Redfish.Release" String="2022.3"/>
987
988      <EntityType Name="EventService" BaseType="EventService.v1_8_1.EventService">
989        <Property Name="Severities" Type="Collection(Resource.Health)">
990          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
991          <Annotation Term="OData.Description" String="The list of severities that can be specified in the `Severities` array in a subscription."/>
992          <Annotation Term="OData.LongDescription" String="This property shall specify an array of the allowable severities that can be used for an event subscription.  If this property is absent or contains an empty array, the service does not support severity-based subscriptions."/>
993        </Property>
994      </EntityType>
995
996      <ComplexType Name="SMTP" BaseType="EventService.v1_5_0.SMTP">
997        <Property Name="PasswordSet" Type="Edm.Boolean" Nullable="false">
998          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
999          <Annotation Term="OData.Description" String="Indicates if the `Password` property is set."/>
1000          <Annotation Term="OData.LongDescription" String="This property shall contain `true` if a valid value was provided for the `Password` property.  Otherwise, the property shall contain `false`."/>
1001        </Property>
1002      </ComplexType>
1003    </Schema>
1004
1005    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_9_1">
1006      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1007      <Annotation Term="OData.Description" String="This version was created to clarify behavior of the `SubmitTestEvent` action when parameters are not provided by the client."/>
1008      <EntityType Name="EventService" BaseType="EventService.v1_9_0.EventService"/>
1009    </Schema>
1010
1011    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_9_2">
1012      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1013      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1014      <EntityType Name="EventService" BaseType="EventService.v1_9_1.EventService"/>
1015    </Schema>
1016
1017    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_9_3">
1018      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1019      <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."/>
1020      <EntityType Name="EventService" BaseType="EventService.v1_9_2.EventService"/>
1021    </Schema>
1022
1023    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_10_0">
1024      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1025      <Annotation Term="Redfish.Release" String="2023.1"/>
1026      <Annotation Term="OData.Description" String="This version was created to add the `MessageSeverity` parameter to the `SubmitTestEvent` action.  It was also created to add the `TestEventSubscription` action."/>
1027
1028      <EntityType Name="EventService" BaseType="EventService.v1_9_1.EventService"/>
1029    </Schema>
1030
1031    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_10_1">
1032      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1033      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1034      <EntityType Name="EventService" BaseType="EventService.v1_10_0.EventService"/>
1035    </Schema>
1036
1037    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_10_2">
1038      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1039      <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."/>
1040      <EntityType Name="EventService" BaseType="EventService.v1_10_1.EventService"/>
1041    </Schema>
1042
1043  </edmx:DataServices>
1044</edmx:Edmx>
1045