xref: /openbmc/bmcweb/features/redfish/schema/dmtf/csdl/EventService_v1.xml (revision d125652e8a30dfeaad88bbfa5b1e04a80610469c)
1720c9898SEd Tanous<?xml version="1.0" encoding="UTF-8"?>
2720c9898SEd Tanous<!---->
3720c9898SEd Tanous<!--################################################################################       -->
4*d125652eSGunnar Mills<!--# Redfish Schema:  EventService v1.11.0                                                -->
5720c9898SEd Tanous<!--#                                                                                      -->
6720c9898SEd Tanous<!--# For a detailed change log, see the README file contained in the DSP8010 bundle,      -->
7720c9898SEd Tanous<!--# available at http://www.dmtf.org/standards/redfish                                   -->
8*d125652eSGunnar Mills<!--# Copyright 2014-2025 DMTF.                                                            -->
9720c9898SEd Tanous<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10720c9898SEd Tanous<!--################################################################################       -->
11720c9898SEd Tanous<!---->
12720c9898SEd Tanous<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
13720c9898SEd Tanous
14720c9898SEd Tanous  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
15720c9898SEd Tanous    <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
16720c9898SEd Tanous  </edmx:Reference>
17720c9898SEd Tanous  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
18720c9898SEd Tanous    <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
19720c9898SEd Tanous  </edmx:Reference>
20720c9898SEd Tanous  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml">
21720c9898SEd Tanous    <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/>
22720c9898SEd Tanous  </edmx:Reference>
23720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
24720c9898SEd Tanous    <edmx:Include Namespace="Resource"/>
25720c9898SEd Tanous    <edmx:Include Namespace="Resource.v1_0_0"/>
26720c9898SEd Tanous  </edmx:Reference>
27720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
28720c9898SEd Tanous    <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
29720c9898SEd Tanous    <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/>
30720c9898SEd Tanous  </edmx:Reference>
31720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Event_v1.xml">
32720c9898SEd Tanous    <edmx:Include Namespace="Event"/>
33720c9898SEd Tanous  </edmx:Reference>
34720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/EventDestinationCollection_v1.xml">
35720c9898SEd Tanous    <edmx:Include Namespace="EventDestinationCollection"/>
36720c9898SEd Tanous  </edmx:Reference>
37720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/EventDestination_v1.xml">
38720c9898SEd Tanous    <edmx:Include Namespace="EventDestination"/>
39720c9898SEd Tanous  </edmx:Reference>
40720c9898SEd Tanous
41720c9898SEd Tanous  <edmx:DataServices>
42720c9898SEd Tanous
43720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService">
44720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
45f2a8e57eSGunnar Mills      <Annotation Term="Redfish.Language" String="en"/>
46720c9898SEd Tanous
47720c9898SEd Tanous      <EntityType Name="EventService" BaseType="Resource.v1_0_0.Resource" Abstract="true">
48f2a8e57eSGunnar Mills        <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."/>
49720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This resource shall represent an event service for a Redfish implementation."/>
50720c9898SEd Tanous        <Annotation Term="Capabilities.InsertRestrictions">
51720c9898SEd Tanous          <Record>
52720c9898SEd Tanous            <PropertyValue Property="Insertable" Bool="false"/>
53720c9898SEd Tanous          </Record>
54720c9898SEd Tanous        </Annotation>
55720c9898SEd Tanous        <Annotation Term="Capabilities.UpdateRestrictions">
56720c9898SEd Tanous          <Record>
57720c9898SEd Tanous            <PropertyValue Property="Updatable" Bool="true"/>
58720c9898SEd Tanous            <Annotation Term="OData.Description" String="The event service can be updated to enable and disable the service."/>
59720c9898SEd Tanous          </Record>
60720c9898SEd Tanous        </Annotation>
61720c9898SEd Tanous        <Annotation Term="Capabilities.DeleteRestrictions">
62720c9898SEd Tanous          <Record>
63720c9898SEd Tanous            <PropertyValue Property="Deletable" Bool="false"/>
64720c9898SEd Tanous          </Record>
65720c9898SEd Tanous        </Annotation>
66720c9898SEd Tanous        <Annotation Term="Redfish.Uris">
67720c9898SEd Tanous          <Collection>
68720c9898SEd Tanous            <String>/redfish/v1/EventService</String>
69720c9898SEd Tanous          </Collection>
70720c9898SEd Tanous        </Annotation>
71720c9898SEd Tanous      </EntityType>
72720c9898SEd Tanous
73720c9898SEd Tanous      <Action Name="SubmitTestEvent" IsBound="true">
74720c9898SEd Tanous        <Annotation Term="OData.Description" String="This action generates a test event."/>
75720c9898SEd Tanous        <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."/>
76720c9898SEd Tanous        <Parameter Name="EventService" Type="EventService.v1_0_0.Actions"/>
77720c9898SEd Tanous        <Parameter Name="EventType" Type="Event.EventType">
78720c9898SEd Tanous          <Annotation Term="OData.Description" String="The type for the event to add."/>
79f2a8e57eSGunnar Mills          <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."/>
80720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
81720c9898SEd Tanous            <Collection>
82720c9898SEd Tanous              <Record>
83720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
84720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_3_0"/>
85f2a8e57eSGunnar Mills                <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."/>
86720c9898SEd Tanous              </Record>
87720c9898SEd Tanous            </Collection>
88720c9898SEd Tanous          </Annotation>
89720c9898SEd Tanous        </Parameter>
90720c9898SEd Tanous        <Parameter Name="EventId" Type="Edm.String">
91720c9898SEd Tanous          <Annotation Term="OData.Description" String="The ID for the event to add."/>
92f2a8e57eSGunnar Mills          <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."/>
93720c9898SEd Tanous        </Parameter>
94720c9898SEd Tanous        <Parameter Name="EventTimestamp" Type="Edm.DateTimeOffset">
95720c9898SEd Tanous          <Annotation Term="OData.Description" String="The date and time for the event to add."/>
96f2a8e57eSGunnar Mills          <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."/>
97720c9898SEd Tanous        </Parameter>
98720c9898SEd Tanous        <Parameter Name="Severity" Type="Edm.String">
99720c9898SEd Tanous          <Annotation Term="OData.Description" String="The severity for the event to add."/>
100f2a8e57eSGunnar Mills          <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."/>
101720c9898SEd Tanous        </Parameter>
102720c9898SEd Tanous        <Parameter Name="MessageSeverity" Type="Resource.Health">
103720c9898SEd Tanous          <Annotation Term="OData.Description" String="The severity for the event to add."/>
104f2a8e57eSGunnar Mills          <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."/>
105720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
106720c9898SEd Tanous            <Collection>
107720c9898SEd Tanous              <Record>
108720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
109720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_10_0"/>
110720c9898SEd Tanous              </Record>
111720c9898SEd Tanous            </Collection>
112720c9898SEd Tanous          </Annotation>
113720c9898SEd Tanous        </Parameter>
114720c9898SEd Tanous        <Parameter Name="Message" Type="Edm.String">
115720c9898SEd Tanous          <Annotation Term="OData.Description" String="The human-readable message for the event to add."/>
116f2a8e57eSGunnar Mills          <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."/>
117720c9898SEd Tanous        </Parameter>
118720c9898SEd Tanous        <Parameter Name="MessageId" Type="Edm.String" Nullable="false">
119f2a8e57eSGunnar Mills          <Annotation Term="OData.Description" String="The `MessageId` for the event to add."/>
120f2a8e57eSGunnar Mills          <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."/>
121720c9898SEd Tanous          <Annotation Term="Validation.Pattern" String="^\w+\.\d+\.\d+\.\w+$"/>
122720c9898SEd Tanous        </Parameter>
123720c9898SEd Tanous        <Parameter Name="MessageArgs" Type="Collection(Edm.String)">
124720c9898SEd Tanous          <Annotation Term="OData.Description" String="An array of message arguments for the event to add."/>
125f2a8e57eSGunnar Mills          <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."/>
126720c9898SEd Tanous        </Parameter>
127720c9898SEd Tanous        <Parameter Name="OriginOfCondition" Type="Edm.String">
128f2a8e57eSGunnar Mills          <Annotation Term="OData.Description" String="The URL in the `OriginOfCondition` property of the event to add.  It is not a reference object."/>
129f2a8e57eSGunnar Mills          <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."/>
130720c9898SEd Tanous          <Annotation Term="OData.IsURL"/>
131720c9898SEd Tanous        </Parameter>
132720c9898SEd Tanous        <Parameter Name="EventGroupId" Type="Edm.Int64">
133720c9898SEd Tanous          <Annotation Term="OData.Description" String="The group identifier for the event."/>
134f2a8e57eSGunnar Mills          <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."/>
135720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
136720c9898SEd Tanous            <Collection>
137720c9898SEd Tanous              <Record>
138720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
139720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_3_0"/>
140720c9898SEd Tanous              </Record>
141720c9898SEd Tanous            </Collection>
142720c9898SEd Tanous          </Annotation>
143720c9898SEd Tanous        </Parameter>
144720c9898SEd Tanous      </Action>
145720c9898SEd Tanous
146720c9898SEd Tanous      <Action Name="TestEventSubscription" IsBound="true">
147720c9898SEd Tanous        <Annotation Term="OData.Description" String="This action generates a test event using the pre-defined test message."/>
148f2a8e57eSGunnar Mills        <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."/>
149720c9898SEd Tanous        <Parameter Name="EventService" Type="EventService.v1_0_0.Actions"/>
150720c9898SEd Tanous        <Annotation Term="Redfish.Revisions">
151720c9898SEd Tanous          <Collection>
152720c9898SEd Tanous            <Record>
153720c9898SEd Tanous              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
154720c9898SEd Tanous              <PropertyValue Property="Version" String="v1_10_0"/>
155720c9898SEd Tanous            </Record>
156720c9898SEd Tanous          </Collection>
157720c9898SEd Tanous        </Annotation>
158720c9898SEd Tanous      </Action>
159720c9898SEd Tanous    </Schema>
160720c9898SEd Tanous
161720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_0_0">
162720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
163720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="1.0"/>
164720c9898SEd Tanous
165720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.EventService">
166720c9898SEd Tanous        <Property Name="ServiceEnabled" Type="Edm.Boolean">
167720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
168720c9898SEd Tanous          <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."/>
169720c9898SEd Tanous          <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."/>
170720c9898SEd Tanous        </Property>
171720c9898SEd Tanous        <Property Name="DeliveryRetryAttempts" Type="Edm.Int64" Nullable="false">
172720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1739b46bc0bSMyung Bae          <Annotation Term="OData.Description" String="The number of times that the `POST` of an event is retried before the subscription terminates or is suspended.  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 or is suspended."/>
1749b46bc0bSMyung Bae          <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 or is suspended.  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 or is suspended.  The service shall delete the `EventDestination` resource to terminate the subscription.  The service shall set the value of the `State` property within `Status` of the `EventDestination` resource to `Disabled` for a suspended subscription."/>
175720c9898SEd Tanous        </Property>
176720c9898SEd Tanous        <Property Name="DeliveryRetryIntervalSeconds" Type="Edm.Int64" Nullable="false">
177720c9898SEd Tanous          <Annotation Term="Measures.Unit" String="s"/>
178720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
179720c9898SEd Tanous          <Annotation Term="OData.Description" String="The interval, in seconds, between retry attempts for sending any event."/>
180720c9898SEd Tanous          <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."/>
181720c9898SEd Tanous        </Property>
182720c9898SEd Tanous        <Property Name="EventTypesForSubscription" Type="Collection(Event.EventType)" Nullable="false">
183720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
184720c9898SEd Tanous          <Annotation Term="OData.Description" String="The types of events to which a client can subscribe."/>
185720c9898SEd Tanous          <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."/>
186720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
187720c9898SEd Tanous            <Collection>
188720c9898SEd Tanous              <Record>
189720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
190720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_3_0"/>
191f2a8e57eSGunnar Mills                <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."/>
192720c9898SEd Tanous              </Record>
193720c9898SEd Tanous            </Collection>
194720c9898SEd Tanous          </Annotation>
195720c9898SEd Tanous        </Property>
196720c9898SEd Tanous        <Property Name="Actions" Type="EventService.v1_0_0.Actions" Nullable="false">
197720c9898SEd Tanous          <Annotation Term="OData.Description" String="The available actions for this resource."/>
198720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
199720c9898SEd Tanous        </Property>
200720c9898SEd Tanous        <NavigationProperty Name="Subscriptions" Type="EventDestinationCollection.EventDestinationCollection" ContainsTarget="true" Nullable="false">
201720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
202720c9898SEd Tanous          <Annotation Term="OData.Description" String="The link to a collection of event destinations."/>
203f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain the link to a resource collection of type `EventDestinationCollection`."/>
204720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
205720c9898SEd Tanous        </NavigationProperty>
206720c9898SEd Tanous        <Property Name="Status" Type="Resource.Status" Nullable="false">
207720c9898SEd Tanous          <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
208720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
209720c9898SEd Tanous        </Property>
210720c9898SEd Tanous      </EntityType>
211720c9898SEd Tanous
212720c9898SEd Tanous      <ComplexType Name="Actions">
213720c9898SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
214720c9898SEd Tanous        <Annotation Term="OData.Description" String="The available actions for this resource."/>
215720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
216720c9898SEd Tanous        <Property Name="Oem" Type="EventService.v1_0_0.OemActions" Nullable="false">
217720c9898SEd Tanous          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
218720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
219720c9898SEd Tanous        </Property>
220720c9898SEd Tanous      </ComplexType>
221720c9898SEd Tanous
222720c9898SEd Tanous      <ComplexType Name="OemActions">
223720c9898SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
224720c9898SEd Tanous        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
225720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
226720c9898SEd Tanous      </ComplexType>
227720c9898SEd Tanous    </Schema>
228720c9898SEd Tanous
229720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_0_2">
230720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
231720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
232720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_0_0.EventService"/>
233720c9898SEd Tanous    </Schema>
234720c9898SEd Tanous
235720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_0_3">
236720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
237720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to add explicit permissions annotations to all properties for clarity."/>
238720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_0_2.EventService"/>
239720c9898SEd Tanous    </Schema>
240720c9898SEd Tanous
241720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_0_4">
242720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
243720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
244720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_0_3.EventService"/>
245720c9898SEd Tanous    </Schema>
246720c9898SEd Tanous
247720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_0_5">
248720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
249f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated.  In this case, `DeliveryRetryAttempts` description was updated."/>
250720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_0_4.EventService"/>
251720c9898SEd Tanous    </Schema>
252720c9898SEd Tanous
253720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_0_6">
254720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
255f2a8e57eSGunnar Mills      <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."/>
256720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_0_5.EventService"/>
257720c9898SEd Tanous    </Schema>
258720c9898SEd Tanous
259720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_0_7">
260720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
261f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to change `DeliveryRetryAttempts` and `DeliveryRetryIntervalSeconds` properties to be writable."/>
262720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_0_6.EventService"/>
263720c9898SEd Tanous    </Schema>
264720c9898SEd Tanous
265720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_0_8">
266720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
267f2a8e57eSGunnar Mills      <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."/>
268720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_0_7.EventService"/>
269720c9898SEd Tanous    </Schema>
270720c9898SEd Tanous
271720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_0_9">
272720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
273720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
274720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_0_8.EventService"/>
275720c9898SEd Tanous    </Schema>
276720c9898SEd Tanous
277720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_0_10">
278720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
279f2a8e57eSGunnar Mills      <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."/>
280720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_0_9.EventService"/>
281720c9898SEd Tanous    </Schema>
282720c9898SEd Tanous
283720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_0_11">
284720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
285720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
286720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_0_10.EventService"/>
287720c9898SEd Tanous    </Schema>
288720c9898SEd Tanous
289720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_0_12">
290720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
291720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
292720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_0_11.EventService"/>
293720c9898SEd Tanous    </Schema>
294720c9898SEd Tanous
295720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_0_13">
296720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
297720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
298720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_0_12.EventService"/>
299720c9898SEd Tanous    </Schema>
300720c9898SEd Tanous
301720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_0_14">
302720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
303720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify the behavior of the event service when it is disabled."/>
304720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_0_13.EventService"/>
305720c9898SEd Tanous    </Schema>
306720c9898SEd Tanous
307720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_0_15">
308720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
309f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify behavior of the `SubmitTestEvent` action when parameters are not provided by the client."/>
310720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_0_14.EventService"/>
311720c9898SEd Tanous    </Schema>
312720c9898SEd Tanous
313720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_0_16">
314720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
315720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
316720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_0_15.EventService"/>
317720c9898SEd Tanous    </Schema>
318720c9898SEd Tanous
319f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_0_17">
320f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
321f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
322f2a8e57eSGunnar Mills      <EntityType Name="EventService" BaseType="EventService.v1_0_16.EventService"/>
323f2a8e57eSGunnar Mills    </Schema>
324f2a8e57eSGunnar Mills
3259b46bc0bSMyung Bae    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_0_18">
3269b46bc0bSMyung Bae      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
3279b46bc0bSMyung Bae      <Annotation Term="OData.Description" String="Updated the description for `DeliveryRetryAttempts` to include subscription suspension."/>
3289b46bc0bSMyung Bae      <EntityType Name="EventService" BaseType="EventService.v1_0_17.EventService"/>
3299b46bc0bSMyung Bae    </Schema>
3309b46bc0bSMyung Bae
331720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_1_0">
332720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
333720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2018.1"/>
334720c9898SEd Tanous
335720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_0_7.EventService">
336720c9898SEd Tanous        <Property Name="ServerSentEventUri" Type="Edm.String" Nullable="false">
337720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
338720c9898SEd Tanous          <Annotation Term="OData.Description" String="The link to a URI for receiving Server-Sent Event representations for the events that this service generates."/>
339720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain a URI that specifies an HTML5 Server-Sent Event-conformant endpoint."/>
340720c9898SEd Tanous          <Annotation Term="OData.IsURL"/>
341720c9898SEd Tanous        </Property>
342720c9898SEd Tanous      </EntityType>
343720c9898SEd Tanous    </Schema>
344720c9898SEd Tanous
345720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_1_1">
346720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
347f2a8e57eSGunnar Mills      <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."/>
348720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_1_0.EventService"/>
349720c9898SEd Tanous    </Schema>
350720c9898SEd Tanous
351720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_1_2">
352720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
353720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
354720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_1_1.EventService"/>
355720c9898SEd Tanous    </Schema>
356720c9898SEd Tanous
357720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_1_3">
358720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
359f2a8e57eSGunnar Mills      <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."/>
360720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_1_2.EventService"/>
361720c9898SEd Tanous    </Schema>
362720c9898SEd Tanous
363720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_1_4">
364720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
365720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
366720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_1_3.EventService"/>
367720c9898SEd Tanous    </Schema>
368720c9898SEd Tanous
369720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_1_5">
370720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
371720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
372720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_1_4.EventService"/>
373720c9898SEd Tanous    </Schema>
374720c9898SEd Tanous
375720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_1_6">
376720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
377720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
378720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_1_5.EventService"/>
379720c9898SEd Tanous    </Schema>
380720c9898SEd Tanous
381720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_1_7">
382720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
383720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify the behavior of the event service when it is disabled."/>
384720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_1_6.EventService"/>
385720c9898SEd Tanous    </Schema>
386720c9898SEd Tanous
387720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_1_8">
388720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
389f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify behavior of the `SubmitTestEvent` action when parameters are not provided by the client."/>
390720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_1_7.EventService"/>
391720c9898SEd Tanous    </Schema>
392720c9898SEd Tanous
393720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_1_9">
394720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
395720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
396720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_1_8.EventService"/>
397720c9898SEd Tanous    </Schema>
398720c9898SEd Tanous
399f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_1_10">
400f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
401f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
402f2a8e57eSGunnar Mills      <EntityType Name="EventService" BaseType="EventService.v1_1_9.EventService"/>
403f2a8e57eSGunnar Mills    </Schema>
404f2a8e57eSGunnar Mills
4059b46bc0bSMyung Bae    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_1_11">
4069b46bc0bSMyung Bae      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
4079b46bc0bSMyung Bae      <Annotation Term="OData.Description" String="Updated the description for `DeliveryRetryAttempts` to include subscription suspension."/>
4089b46bc0bSMyung Bae      <EntityType Name="EventService" BaseType="EventService.v1_1_10.EventService"/>
4099b46bc0bSMyung Bae    </Schema>
4109b46bc0bSMyung Bae
411720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_2_0">
412720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
413720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2018.2"/>
414720c9898SEd Tanous
415720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_1_1.EventService">
416720c9898SEd Tanous        <Property Name="RegistryPrefixes" Type="Collection(Edm.String)">
417720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
418f2a8e57eSGunnar Mills          <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."/>
419720c9898SEd Tanous          <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."/>
420720c9898SEd Tanous        </Property>
421720c9898SEd Tanous        <Property Name="ResourceTypes" Type="Collection(Edm.String)">
422720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
423f2a8e57eSGunnar Mills          <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."/>
424f2a8e57eSGunnar Mills          <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."/>
425720c9898SEd Tanous        </Property>
426720c9898SEd Tanous        <Property Name="SubordinateResourcesSupported" Type="Edm.Boolean">
427720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
428f2a8e57eSGunnar Mills          <Annotation Term="OData.Description" String="An indication of whether the service supports the `SubordinateResources` property on both event subscriptions and generated events."/>
429f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the service supports the `SubordinateResources` property on both event subscriptions and generated events."/>
430720c9898SEd Tanous        </Property>
431720c9898SEd Tanous        <Property Name="EventFormatTypes" Type="Collection(EventDestination.EventFormatType)">
432720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
433720c9898SEd Tanous          <Annotation Term="OData.Description" String="The content types of the message that this service can send to the event destination."/>
434f2a8e57eSGunnar Mills          <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`."/>
435720c9898SEd Tanous        </Property>
436720c9898SEd Tanous        <Property Name="SSEFilterPropertiesSupported" Type="EventService.v1_2_0.SSEFilterPropertiesSupported" Nullable="false">
437f2a8e57eSGunnar Mills          <Annotation Term="OData.Description" String="The set of properties that are supported in the `$filter` query parameter for the `ServerSentEventUri`."/>
438f2a8e57eSGunnar Mills          <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."/>
439720c9898SEd Tanous        </Property>
440720c9898SEd Tanous      </EntityType>
441720c9898SEd Tanous
442720c9898SEd Tanous      <ComplexType Name="SSEFilterPropertiesSupported">
443720c9898SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
444f2a8e57eSGunnar Mills        <Annotation Term="OData.Description" String="The set of properties that are supported in the `$filter` query parameter for the `ServerSentEventUri`."/>
445f2a8e57eSGunnar Mills        <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."/>
446720c9898SEd Tanous        <Property Name="EventType" Type="Edm.Boolean" Nullable="false">
447720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
448f2a8e57eSGunnar Mills          <Annotation Term="OData.Description" String="An indication of whether the service supports filtering by the `EventTypes` property."/>
449f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall indicate whether this service supports filtering by the `EventTypes` property."/>
450720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
451720c9898SEd Tanous            <Collection>
452720c9898SEd Tanous              <Record>
453720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
454720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_3_0"/>
455f2a8e57eSGunnar Mills                <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."/>
456720c9898SEd Tanous              </Record>
457720c9898SEd Tanous            </Collection>
458720c9898SEd Tanous          </Annotation>
459720c9898SEd Tanous        </Property>
460720c9898SEd Tanous        <Property Name="MetricReportDefinition" Type="Edm.Boolean" Nullable="false">
461720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
462f2a8e57eSGunnar Mills          <Annotation Term="OData.Description" String="An indication of whether the service supports filtering by the `MetricReportDefinitions` property."/>
463f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall indicate whether this service supports filtering by the `MetricReportDefinitions` property."/>
464720c9898SEd Tanous        </Property>
465720c9898SEd Tanous        <Property Name="RegistryPrefix" Type="Edm.Boolean" Nullable="false">
466720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
467f2a8e57eSGunnar Mills          <Annotation Term="OData.Description" String="An indication of whether the service supports filtering by the `RegistryPrefixes` property."/>
468f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall indicate whether this service supports filtering by the `RegistryPrefixes` property."/>
469720c9898SEd Tanous        </Property>
470720c9898SEd Tanous        <Property Name="ResourceType" Type="Edm.Boolean" Nullable="false">
471720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
472f2a8e57eSGunnar Mills          <Annotation Term="OData.Description" String="An indication of whether the service supports filtering by the `ResourceTypes` property."/>
473f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall indicate whether this service supports filtering by the `ResourceTypes` property."/>
474720c9898SEd Tanous        </Property>
475720c9898SEd Tanous        <Property Name="EventFormatType" Type="Edm.Boolean" Nullable="false">
476720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
477f2a8e57eSGunnar Mills          <Annotation Term="OData.Description" String="An indication of whether the service supports filtering by the `EventFormatType` property."/>
478f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall indicate whether this service supports filtering by the `EventFormatType` property."/>
479720c9898SEd Tanous        </Property>
480720c9898SEd Tanous        <Property Name="MessageId" Type="Edm.Boolean" Nullable="false">
481720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
482f2a8e57eSGunnar Mills          <Annotation Term="OData.Description" String="An indication of whether the service supports filtering by the `MessageIds` property."/>
483f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall indicate whether this service supports filtering by the `MessageIds` property."/>
484720c9898SEd Tanous        </Property>
485720c9898SEd Tanous        <Property Name="OriginResource" Type="Edm.Boolean" Nullable="false">
486720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
487f2a8e57eSGunnar Mills          <Annotation Term="OData.Description" String="An indication of whether the service supports filtering by the `OriginResources` property."/>
488f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall indicate whether this service supports filtering by the `OriginResources` property."/>
489720c9898SEd Tanous        </Property>
490720c9898SEd Tanous      </ComplexType>
491720c9898SEd Tanous    </Schema>
492720c9898SEd Tanous
493720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_2_1">
494720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
495720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
496720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_2_0.EventService"/>
497720c9898SEd Tanous    </Schema>
498720c9898SEd Tanous
499720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_2_2">
500720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
501f2a8e57eSGunnar Mills      <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."/>
502720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_2_1.EventService"/>
503720c9898SEd Tanous    </Schema>
504720c9898SEd Tanous
505720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_2_3">
506720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
507720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
508720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_2_2.EventService"/>
509720c9898SEd Tanous    </Schema>
510720c9898SEd Tanous
511720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_2_4">
512720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
513720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
514720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_2_3.EventService"/>
515720c9898SEd Tanous    </Schema>
516720c9898SEd Tanous
517720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_2_5">
518720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
519720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
520720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_2_4.EventService"/>
521720c9898SEd Tanous    </Schema>
522720c9898SEd Tanous
523720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_2_6">
524720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
525720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify the behavior of the event service when it is disabled."/>
526720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_2_5.EventService"/>
527720c9898SEd Tanous    </Schema>
528720c9898SEd Tanous
529720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_2_7">
530720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
531f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to correct filter property references in `EventDestination`."/>
532720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_2_6.EventService"/>
533720c9898SEd Tanous    </Schema>
534720c9898SEd Tanous
535720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_2_8">
536720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
537f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify behavior of the `SubmitTestEvent` action when parameters are not provided by the client."/>
538720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_2_7.EventService"/>
539720c9898SEd Tanous    </Schema>
540720c9898SEd Tanous
541720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_2_9">
542720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
543720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
544720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_2_8.EventService"/>
545720c9898SEd Tanous    </Schema>
546720c9898SEd Tanous
547f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_2_10">
548f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
549f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
550f2a8e57eSGunnar Mills      <EntityType Name="EventService" BaseType="EventService.v1_2_9.EventService"/>
551f2a8e57eSGunnar Mills    </Schema>
552f2a8e57eSGunnar Mills
5539b46bc0bSMyung Bae    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_2_11">
5549b46bc0bSMyung Bae      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
5559b46bc0bSMyung Bae      <Annotation Term="OData.Description" String="Updated the description for `DeliveryRetryAttempts` to include subscription suspension."/>
5569b46bc0bSMyung Bae      <EntityType Name="EventService" BaseType="EventService.v1_2_10.EventService"/>
5579b46bc0bSMyung Bae    </Schema>
5589b46bc0bSMyung Bae
559720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_3_0">
560720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
561720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2019.1"/>
562f2a8e57eSGunnar Mills      <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`."/>
563720c9898SEd Tanous
564720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_2_1.EventService"/>
565720c9898SEd Tanous    </Schema>
566720c9898SEd Tanous
567720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_3_1">
568720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
569f2a8e57eSGunnar Mills      <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."/>
570720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_3_0.EventService"/>
571720c9898SEd Tanous    </Schema>
572720c9898SEd Tanous
573720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_3_2">
574720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
575720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
576720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_3_1.EventService"/>
577720c9898SEd Tanous    </Schema>
578720c9898SEd Tanous
579720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_3_3">
580720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
581720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
582720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_3_2.EventService"/>
583720c9898SEd Tanous    </Schema>
584720c9898SEd Tanous
585720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_3_4">
586720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
587720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
588720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_3_3.EventService"/>
589720c9898SEd Tanous    </Schema>
590720c9898SEd Tanous
591720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_3_5">
592720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
593720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify the behavior of the event service when it is disabled."/>
594720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_3_4.EventService"/>
595720c9898SEd Tanous    </Schema>
596720c9898SEd Tanous
597720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_3_6">
598720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
599f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to correct filter property references in `EventDestination`."/>
600720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_3_5.EventService"/>
601720c9898SEd Tanous    </Schema>
602720c9898SEd Tanous
603720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_3_7">
604720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
605f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify behavior of the `SubmitTestEvent` action when parameters are not provided by the client."/>
606720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_3_6.EventService"/>
607720c9898SEd Tanous    </Schema>
608720c9898SEd Tanous
609720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_3_8">
610720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
611720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
612720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_3_7.EventService"/>
613720c9898SEd Tanous    </Schema>
614720c9898SEd Tanous
615f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_3_9">
616f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
617f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
618f2a8e57eSGunnar Mills      <EntityType Name="EventService" BaseType="EventService.v1_3_8.EventService"/>
619f2a8e57eSGunnar Mills    </Schema>
620f2a8e57eSGunnar Mills
6219b46bc0bSMyung Bae    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_3_10">
6229b46bc0bSMyung Bae      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
6239b46bc0bSMyung Bae      <Annotation Term="OData.Description" String="Updated the description for `DeliveryRetryAttempts` to include subscription suspension."/>
6249b46bc0bSMyung Bae      <EntityType Name="EventService" BaseType="EventService.v1_3_9.EventService"/>
6259b46bc0bSMyung Bae    </Schema>
6269b46bc0bSMyung Bae
627720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_4_0">
628720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
629720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2019.2"/>
630720c9898SEd Tanous
631720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_3_0.EventService"/>
632720c9898SEd Tanous
633720c9898SEd Tanous      <ComplexType Name="SSEFilterPropertiesSupported" BaseType="EventService.v1_2_0.SSEFilterPropertiesSupported">
634720c9898SEd Tanous        <Property Name="SubordinateResources" Type="Edm.Boolean" Nullable="false">
635720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
636f2a8e57eSGunnar Mills          <Annotation Term="OData.Description" String="An indication of whether the service supports filtering by the `SubordinateResources` property."/>
637f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall indicate whether this service supports filtering by the `SubordinateResources` property."/>
638720c9898SEd Tanous        </Property>
639720c9898SEd Tanous      </ComplexType>
640720c9898SEd Tanous    </Schema>
641720c9898SEd Tanous
642720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_4_1">
643720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
644720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
645720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_4_0.EventService"/>
646720c9898SEd Tanous    </Schema>
647720c9898SEd Tanous
648720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_4_2">
649720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
650720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
651720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_4_1.EventService"/>
652720c9898SEd Tanous    </Schema>
653720c9898SEd Tanous
654720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_4_3">
655720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
656720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
657720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_4_2.EventService"/>
658720c9898SEd Tanous    </Schema>
659720c9898SEd Tanous
660720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_4_5">
661720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
662720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify the behavior of the event service when it is disabled."/>
663720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_4_3.EventService"/>
664720c9898SEd Tanous    </Schema>
665720c9898SEd Tanous
666720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_4_6">
667720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
668f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to correct filter property references in `EventDestination`."/>
669720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_4_5.EventService"/>
670720c9898SEd Tanous    </Schema>
671720c9898SEd Tanous
672720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_4_7">
673720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
674f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify behavior of the `SubmitTestEvent` action when parameters are not provided by the client."/>
675720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_4_6.EventService"/>
676720c9898SEd Tanous    </Schema>
677720c9898SEd Tanous
678720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_4_8">
679720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
680720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
681720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_4_7.EventService"/>
682720c9898SEd Tanous    </Schema>
683720c9898SEd Tanous
684f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_4_9">
685f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
686f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
687f2a8e57eSGunnar Mills      <EntityType Name="EventService" BaseType="EventService.v1_4_8.EventService"/>
688f2a8e57eSGunnar Mills    </Schema>
689f2a8e57eSGunnar Mills
6909b46bc0bSMyung Bae    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_4_10">
6919b46bc0bSMyung Bae      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
6929b46bc0bSMyung Bae      <Annotation Term="OData.Description" String="Updated the description for `DeliveryRetryAttempts` to include subscription suspension."/>
6939b46bc0bSMyung Bae      <EntityType Name="EventService" BaseType="EventService.v1_4_9.EventService"/>
6949b46bc0bSMyung Bae    </Schema>
6959b46bc0bSMyung Bae
696720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_5_0">
697720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
698720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2019.3"/>
699720c9898SEd Tanous
700720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_4_0.EventService">
701720c9898SEd Tanous        <Property Name="SMTP" Type="EventService.v1_5_0.SMTP" Nullable="false">
702720c9898SEd Tanous          <Annotation Term="OData.Description" String="Settings for SMTP event delivery."/>
703720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain settings for SMTP event delivery."/>
704720c9898SEd Tanous        </Property>
705720c9898SEd Tanous      </EntityType>
706720c9898SEd Tanous
707720c9898SEd Tanous      <ComplexType Name="SMTP">
708720c9898SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
709720c9898SEd Tanous        <Annotation Term="OData.Description" String="Settings for SMTP event delivery."/>
710720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall contain settings for SMTP event delivery."/>
711720c9898SEd Tanous        <Property Name="ServiceEnabled" Type="Edm.Boolean">
712720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
713720c9898SEd Tanous          <Annotation Term="OData.Description" String="An indication if SMTP for event delivery is enabled."/>
714720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall indicate if SMTP for event delivery is enabled."/>
715720c9898SEd Tanous        </Property>
716720c9898SEd Tanous        <Property Name="Port" Type="Edm.Int64">
717720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
718720c9898SEd Tanous          <Annotation Term="OData.Description" String="The destination SMTP port."/>
719720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the destination port for the SMTP server."/>
720720c9898SEd Tanous          <Annotation Term="Validation.Minimum" Int="0"/>
721720c9898SEd Tanous          <Annotation Term="Validation.Maximum" Int="65535"/>
722720c9898SEd Tanous        </Property>
723720c9898SEd Tanous        <Property Name="ServerAddress" Type="Edm.String">
724720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
725720c9898SEd Tanous          <Annotation Term="OData.Description" String="The address of the SMTP server."/>
726720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the address of the SMTP server for outgoing email."/>
727720c9898SEd Tanous        </Property>
728720c9898SEd Tanous        <Property Name="FromAddress" Type="Edm.String">
729720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
730720c9898SEd Tanous          <Annotation Term="OData.Description" String="The 'from' email address of the outgoing email."/>
731720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the email address to use for the 'from' field in an outgoing email."/>
732720c9898SEd Tanous        </Property>
733720c9898SEd Tanous        <Property Name="ConnectionProtocol" Type="EventService.v1_5_0.SMTPConnectionProtocol">
734720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
735720c9898SEd Tanous          <Annotation Term="OData.Description" String="The connection type to the outgoing SMTP server."/>
736720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the connection type to the outgoing SMTP server."/>
737720c9898SEd Tanous        </Property>
738720c9898SEd Tanous        <Property Name="Authentication" Type="EventService.v1_5_0.SMTPAuthenticationMethods">
739720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
740720c9898SEd Tanous          <Annotation Term="OData.Description" String="The authentication method for the SMTP server."/>
741720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the authentication method for the SMTP server."/>
742720c9898SEd Tanous        </Property>
743720c9898SEd Tanous        <Property Name="Username" Type="Edm.String">
744720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
745720c9898SEd Tanous          <Annotation Term="OData.Description" String="The username for authentication with the SMTP server."/>
746720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the username for authentication with the SMTP server."/>
747720c9898SEd Tanous        </Property>
748720c9898SEd Tanous        <Property Name="Password" Type="Edm.String">
749720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Write"/>
750720c9898SEd Tanous          <Annotation Term="OData.Description" String="The password for authentication with the SMTP server.  The value is `null` in responses."/>
751720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the password for authentication with the SMTP server.  The value shall be `null` in responses."/>
752720c9898SEd Tanous        </Property>
753720c9898SEd Tanous      </ComplexType>
754720c9898SEd Tanous
755720c9898SEd Tanous      <EnumType Name="SMTPConnectionProtocol">
756720c9898SEd Tanous        <Member Name="None">
757720c9898SEd Tanous          <Annotation Term="OData.Description" String="Clear text."/>
758720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall indicate the connection is in clear text."/>
759720c9898SEd Tanous        </Member>
760720c9898SEd Tanous        <Member Name="AutoDetect">
761720c9898SEd Tanous          <Annotation Term="OData.Description" String="Auto-detect."/>
762720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall indicate the connection is auto-detected."/>
763720c9898SEd Tanous        </Member>
764720c9898SEd Tanous        <Member Name="StartTLS">
765720c9898SEd Tanous          <Annotation Term="OData.Description" String="StartTLS."/>
766720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall indicate the connection conforms to the RFC3207-defined StartTLS extension."/>
767720c9898SEd Tanous        </Member>
768720c9898SEd Tanous        <Member Name="TLS_SSL">
769720c9898SEd Tanous          <Annotation Term="OData.Description" String="TLS/SSL."/>
770720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall indicate the connection is TLS/SSL."/>
771720c9898SEd Tanous        </Member>
772720c9898SEd Tanous      </EnumType>
773720c9898SEd Tanous
774720c9898SEd Tanous      <EnumType Name="SMTPAuthenticationMethods">
775720c9898SEd Tanous        <Member Name="None">
776720c9898SEd Tanous          <Annotation Term="OData.Description" String="No authentication."/>
777720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall indicate authentication is not required."/>
778720c9898SEd Tanous        </Member>
779720c9898SEd Tanous        <Member Name="AutoDetect">
780720c9898SEd Tanous          <Annotation Term="OData.Description" String="Auto-detect."/>
781720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall indicate authentication is auto-detected."/>
782720c9898SEd Tanous        </Member>
783720c9898SEd Tanous        <Member Name="Plain">
784720c9898SEd Tanous          <Annotation Term="OData.Description" String="PLAIN authentication."/>
785720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall indicate authentication conforms to the RFC4954-defined AUTH PLAIN mechanism."/>
786720c9898SEd Tanous        </Member>
787720c9898SEd Tanous        <Member Name="Login">
788720c9898SEd Tanous          <Annotation Term="OData.Description" String="LOGIN authentication."/>
789720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall indicate authentication conforms to the RFC4954-defined AUTH LOGIN mechanism."/>
790720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
791720c9898SEd Tanous            <Collection>
792720c9898SEd Tanous              <Record>
793720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
794720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_7_0"/>
795720c9898SEd Tanous                <PropertyValue Property="Description" String="This value has been deprecated in favor of `Plain`, which supersedes the LOGIN authentication method for SASL."/>
796720c9898SEd Tanous              </Record>
797720c9898SEd Tanous            </Collection>
798720c9898SEd Tanous          </Annotation>
799720c9898SEd Tanous        </Member>
800720c9898SEd Tanous        <Member Name="CRAM_MD5">
801720c9898SEd Tanous          <Annotation Term="OData.Description" String="CRAM-MD5 authentication."/>
802720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall indicate authentication conforms to the RFC4954-defined AUTH CRAM-MD5 mechanism."/>
803720c9898SEd Tanous        </Member>
804720c9898SEd Tanous      </EnumType>
805720c9898SEd Tanous    </Schema>
806720c9898SEd Tanous
807720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_5_1">
808720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
809720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
810720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_5_0.EventService"/>
811720c9898SEd Tanous    </Schema>
812720c9898SEd Tanous
813720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_5_2">
814720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
815720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
816720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_5_1.EventService"/>
817720c9898SEd Tanous    </Schema>
818720c9898SEd Tanous
819720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_5_3">
820720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
821720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
822720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_5_2.EventService"/>
823720c9898SEd Tanous    </Schema>
824720c9898SEd Tanous
825720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_5_4">
826720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
827720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify the behavior of the event service when it is disabled."/>
828720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_5_3.EventService"/>
829720c9898SEd Tanous    </Schema>
830720c9898SEd Tanous
831720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_5_5">
832720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
833f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to correct filter property references in `EventDestination`."/>
834720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_5_4.EventService"/>
835720c9898SEd Tanous    </Schema>
836720c9898SEd Tanous
837720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_5_6">
838720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
839720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to mark properties with values containing sensitive data as write-only."/>
840720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_5_5.EventService"/>
841720c9898SEd Tanous    </Schema>
842720c9898SEd Tanous
843720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_5_7">
844720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
845f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify behavior of the `SubmitTestEvent` action when parameters are not provided by the client."/>
846720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_5_6.EventService"/>
847720c9898SEd Tanous    </Schema>
848720c9898SEd Tanous
849720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_5_8">
850720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
851720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
852720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_5_7.EventService"/>
853720c9898SEd Tanous    </Schema>
854720c9898SEd Tanous
855f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_5_9">
856f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
857f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
858f2a8e57eSGunnar Mills      <EntityType Name="EventService" BaseType="EventService.v1_5_8.EventService"/>
859f2a8e57eSGunnar Mills    </Schema>
860f2a8e57eSGunnar Mills
8619b46bc0bSMyung Bae    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_5_10">
8629b46bc0bSMyung Bae      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
8639b46bc0bSMyung Bae      <Annotation Term="OData.Description" String="Updated the description for `DeliveryRetryAttempts` to include subscription suspension."/>
8649b46bc0bSMyung Bae      <EntityType Name="EventService" BaseType="EventService.v1_5_9.EventService"/>
8659b46bc0bSMyung Bae    </Schema>
8669b46bc0bSMyung Bae
867720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_6_0">
868720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
869720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2020.1"/>
870720c9898SEd Tanous
871720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_5_1.EventService">
872720c9898SEd Tanous        <Property Name="IncludeOriginOfConditionSupported" Type="Edm.Boolean">
873720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
874720c9898SEd Tanous          <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."/>
875f2a8e57eSGunnar Mills          <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."/>
876720c9898SEd Tanous        </Property>
877720c9898SEd Tanous      </EntityType>
878720c9898SEd Tanous    </Schema>
879720c9898SEd Tanous
880720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_6_1">
881720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
882720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
883720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_6_0.EventService"/>
884720c9898SEd Tanous    </Schema>
885720c9898SEd Tanous
886720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_6_2">
887720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
888720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
889720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_6_1.EventService"/>
890720c9898SEd Tanous    </Schema>
891720c9898SEd Tanous
892720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_6_3">
893720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
894720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify the behavior of the event service when it is disabled."/>
895720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_6_2.EventService"/>
896720c9898SEd Tanous    </Schema>
897720c9898SEd Tanous
898720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_6_4">
899720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
900f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to correct filter property references in `EventDestination`."/>
901720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_6_3.EventService"/>
902720c9898SEd Tanous    </Schema>
903720c9898SEd Tanous
904720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_6_5">
905720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
906720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to mark properties with values containing sensitive data as write-only."/>
907720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_6_4.EventService"/>
908720c9898SEd Tanous    </Schema>
909720c9898SEd Tanous
910720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_6_6">
911720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
912f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify behavior of the `SubmitTestEvent` action when parameters are not provided by the client."/>
913720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_6_5.EventService"/>
914720c9898SEd Tanous    </Schema>
915720c9898SEd Tanous
916720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_6_7">
917720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
918720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
919720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_6_6.EventService"/>
920720c9898SEd Tanous    </Schema>
921720c9898SEd Tanous
922f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_6_8">
923f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
924f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
925f2a8e57eSGunnar Mills      <EntityType Name="EventService" BaseType="EventService.v1_6_7.EventService"/>
926f2a8e57eSGunnar Mills    </Schema>
927f2a8e57eSGunnar Mills
9289b46bc0bSMyung Bae    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_6_9">
9299b46bc0bSMyung Bae      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
9309b46bc0bSMyung Bae      <Annotation Term="OData.Description" String="Updated the description for `DeliveryRetryAttempts` to include subscription suspension."/>
9319b46bc0bSMyung Bae      <EntityType Name="EventService" BaseType="EventService.v1_6_8.EventService"/>
9329b46bc0bSMyung Bae    </Schema>
9339b46bc0bSMyung Bae
934720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_7_0">
935720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
936720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2020.2"/>
937f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to deprecate the `Login` enumeration in `SMTPAuthenticationMethods`."/>
938720c9898SEd Tanous
939720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_6_1.EventService"/>
940720c9898SEd Tanous    </Schema>
941720c9898SEd Tanous
942720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_7_1">
943720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
944720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
945720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_7_0.EventService"/>
946720c9898SEd Tanous    </Schema>
947720c9898SEd Tanous
948720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_7_2">
949720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
950720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify the behavior of the event service when it is disabled."/>
951720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_7_1.EventService"/>
952720c9898SEd Tanous    </Schema>
953720c9898SEd Tanous
954720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_7_3">
955720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
956f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to correct filter property references in `EventDestination`."/>
957720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_7_2.EventService"/>
958720c9898SEd Tanous    </Schema>
959720c9898SEd Tanous
960720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_7_4">
961720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
962720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to mark properties with values containing sensitive data as write-only."/>
963720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_7_3.EventService"/>
964720c9898SEd Tanous    </Schema>
965720c9898SEd Tanous
966720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_7_5">
967720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
968f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify behavior of the `SubmitTestEvent` action when parameters are not provided by the client."/>
969720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_7_4.EventService"/>
970720c9898SEd Tanous    </Schema>
971720c9898SEd Tanous
972720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_7_6">
973720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
974720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
975720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_7_5.EventService"/>
976720c9898SEd Tanous    </Schema>
977720c9898SEd Tanous
978f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_7_7">
979f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
980f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
981f2a8e57eSGunnar Mills      <EntityType Name="EventService" BaseType="EventService.v1_7_6.EventService"/>
982f2a8e57eSGunnar Mills    </Schema>
983f2a8e57eSGunnar Mills
9849b46bc0bSMyung Bae    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_7_8">
9859b46bc0bSMyung Bae      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
9869b46bc0bSMyung Bae      <Annotation Term="OData.Description" String="Updated the description for `DeliveryRetryAttempts` to include subscription suspension."/>
9879b46bc0bSMyung Bae      <EntityType Name="EventService" BaseType="EventService.v1_7_7.EventService"/>
9889b46bc0bSMyung Bae    </Schema>
9899b46bc0bSMyung Bae
990720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_8_0">
991720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
992720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2022.1"/>
993720c9898SEd Tanous
994720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_7_3.EventService">
995720c9898SEd Tanous        <Property Name="ExcludeRegistryPrefix" Type="Edm.Boolean" Nullable="false">
996720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
997f2a8e57eSGunnar Mills          <Annotation Term="OData.Description" String="An indication of whether the service supports filtering by the `ExcludeRegistryPrefixes` property."/>
998f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall indicate whether this service supports filtering by the `ExcludeRegistryPrefixes` property."/>
999720c9898SEd Tanous        </Property>
1000720c9898SEd Tanous        <Property Name="ExcludeMessageId" Type="Edm.Boolean" Nullable="false">
1001720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1002f2a8e57eSGunnar Mills          <Annotation Term="OData.Description" String="An indication of whether the service supports filtering by the `ExcludeMessageIds` property."/>
1003f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall indicate whether this service supports filtering by the `ExcludeMessageIds` property."/>
1004720c9898SEd Tanous        </Property>
1005720c9898SEd Tanous      </EntityType>
1006720c9898SEd Tanous    </Schema>
1007720c9898SEd Tanous
1008720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_8_1">
1009720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1010720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to mark properties with values containing sensitive data as write-only."/>
1011720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_8_0.EventService"/>
1012720c9898SEd Tanous    </Schema>
1013720c9898SEd Tanous
1014720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_8_2">
1015720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1016f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify behavior of the `SubmitTestEvent` action when parameters are not provided by the client."/>
1017720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_8_1.EventService"/>
1018720c9898SEd Tanous    </Schema>
1019720c9898SEd Tanous
1020720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_8_3">
1021720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1022720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1023720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_8_2.EventService"/>
1024720c9898SEd Tanous    </Schema>
1025720c9898SEd Tanous
1026f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_8_4">
1027f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1028f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
1029f2a8e57eSGunnar Mills      <EntityType Name="EventService" BaseType="EventService.v1_8_3.EventService"/>
1030f2a8e57eSGunnar Mills    </Schema>
1031f2a8e57eSGunnar Mills
10329b46bc0bSMyung Bae    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_8_5">
10339b46bc0bSMyung Bae      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
10349b46bc0bSMyung Bae      <Annotation Term="OData.Description" String="Updated the description for `DeliveryRetryAttempts` to include subscription suspension."/>
10359b46bc0bSMyung Bae      <EntityType Name="EventService" BaseType="EventService.v1_8_4.EventService"/>
10369b46bc0bSMyung Bae    </Schema>
10379b46bc0bSMyung Bae
1038720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_9_0">
1039720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1040720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2022.3"/>
1041720c9898SEd Tanous
1042720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_8_1.EventService">
1043720c9898SEd Tanous        <Property Name="Severities" Type="Collection(Resource.Health)">
1044720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1045f2a8e57eSGunnar Mills          <Annotation Term="OData.Description" String="The list of severities that can be specified in the `Severities` array in a subscription."/>
1046720c9898SEd Tanous          <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."/>
1047720c9898SEd Tanous        </Property>
1048720c9898SEd Tanous      </EntityType>
1049720c9898SEd Tanous
1050720c9898SEd Tanous      <ComplexType Name="SMTP" BaseType="EventService.v1_5_0.SMTP">
1051720c9898SEd Tanous        <Property Name="PasswordSet" Type="Edm.Boolean" Nullable="false">
1052720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1053f2a8e57eSGunnar Mills          <Annotation Term="OData.Description" String="Indicates if the `Password` property is set."/>
1054f2a8e57eSGunnar Mills          <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`."/>
1055720c9898SEd Tanous        </Property>
1056720c9898SEd Tanous      </ComplexType>
1057720c9898SEd Tanous    </Schema>
1058720c9898SEd Tanous
1059720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_9_1">
1060720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1061f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify behavior of the `SubmitTestEvent` action when parameters are not provided by the client."/>
1062720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_9_0.EventService"/>
1063720c9898SEd Tanous    </Schema>
1064720c9898SEd Tanous
1065720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_9_2">
1066720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1067720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1068720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_9_1.EventService"/>
1069720c9898SEd Tanous    </Schema>
1070720c9898SEd Tanous
1071f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_9_3">
1072f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1073f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
1074f2a8e57eSGunnar Mills      <EntityType Name="EventService" BaseType="EventService.v1_9_2.EventService"/>
1075f2a8e57eSGunnar Mills    </Schema>
1076f2a8e57eSGunnar Mills
10779b46bc0bSMyung Bae    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_9_4">
10789b46bc0bSMyung Bae      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
10799b46bc0bSMyung Bae      <Annotation Term="OData.Description" String="Updated the description for `DeliveryRetryAttempts` to include subscription suspension."/>
10809b46bc0bSMyung Bae      <EntityType Name="EventService" BaseType="EventService.v1_9_3.EventService"/>
10819b46bc0bSMyung Bae    </Schema>
10829b46bc0bSMyung Bae
1083720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_10_0">
1084720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1085720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2023.1"/>
1086f2a8e57eSGunnar Mills      <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."/>
1087720c9898SEd Tanous
1088720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_9_1.EventService"/>
1089720c9898SEd Tanous    </Schema>
1090720c9898SEd Tanous
1091720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_10_1">
1092720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1093720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1094720c9898SEd Tanous      <EntityType Name="EventService" BaseType="EventService.v1_10_0.EventService"/>
1095720c9898SEd Tanous    </Schema>
1096720c9898SEd Tanous
1097f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_10_2">
1098f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1099f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
1100f2a8e57eSGunnar Mills      <EntityType Name="EventService" BaseType="EventService.v1_10_1.EventService"/>
1101f2a8e57eSGunnar Mills    </Schema>
1102f2a8e57eSGunnar Mills
11039b46bc0bSMyung Bae    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_10_3">
11049b46bc0bSMyung Bae      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
11059b46bc0bSMyung Bae      <Annotation Term="OData.Description" String="Updated the description for `DeliveryRetryAttempts` to include subscription suspension."/>
11069b46bc0bSMyung Bae      <EntityType Name="EventService" BaseType="EventService.v1_10_2.EventService"/>
11079b46bc0bSMyung Bae    </Schema>
11089b46bc0bSMyung Bae
1109*d125652eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="EventService.v1_11_0">
1110*d125652eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1111*d125652eSGunnar Mills      <Annotation Term="Redfish.Release" String="2025.1"/>
1112*d125652eSGunnar Mills
1113*d125652eSGunnar Mills      <EntityType Name="EventService" BaseType="EventService.v1_10_3.EventService">
1114*d125652eSGunnar Mills        <Property Name="SSEIncludeOriginOfConditionSupported" Type="Edm.Boolean">
1115*d125652eSGunnar Mills          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1116*d125652eSGunnar Mills          <Annotation Term="OData.Description" String="An indication of whether the service supports the `includeoriginofcondition` query parameter for the `ServerSentEventUri`."/>
1117*d125652eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the service supports the `includeoriginofcondition` query parameter for the `ServerSentEventUri`, as described by the Redfish Specification."/>
1118*d125652eSGunnar Mills        </Property>
1119*d125652eSGunnar Mills      </EntityType>
1120*d125652eSGunnar Mills    </Schema>
1121*d125652eSGunnar Mills
1122720c9898SEd Tanous  </edmx:DataServices>
1123720c9898SEd Tanous</edmx:Edmx>
1124