1*720c9898SEd Tanous<?xml version="1.0" encoding="UTF-8"?>
2*720c9898SEd Tanous<!---->
3*720c9898SEd Tanous<!--################################################################################       -->
4*720c9898SEd Tanous<!--# Redfish Schema:  SessionService v1.1.8                                               -->
5*720c9898SEd Tanous<!--#                                                                                      -->
6*720c9898SEd Tanous<!--# For a detailed change log, see the README file contained in the DSP8010 bundle,      -->
7*720c9898SEd Tanous<!--# available at http://www.dmtf.org/standards/redfish                                   -->
8*720c9898SEd Tanous<!--# Copyright 2014-2023 DMTF.                                                            -->
9*720c9898SEd Tanous<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10*720c9898SEd Tanous<!--################################################################################       -->
11*720c9898SEd Tanous<!---->
12*720c9898SEd Tanous<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
13*720c9898SEd Tanous
14*720c9898SEd Tanous  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
15*720c9898SEd Tanous    <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
16*720c9898SEd Tanous  </edmx:Reference>
17*720c9898SEd Tanous  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
18*720c9898SEd Tanous    <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
19*720c9898SEd Tanous  </edmx:Reference>
20*720c9898SEd Tanous  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml">
21*720c9898SEd Tanous    <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/>
22*720c9898SEd Tanous  </edmx:Reference>
23*720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
24*720c9898SEd Tanous    <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/>
25*720c9898SEd Tanous    <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
26*720c9898SEd Tanous  </edmx:Reference>
27*720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
28*720c9898SEd Tanous    <edmx:Include Namespace="Resource"/>
29*720c9898SEd Tanous    <edmx:Include Namespace="Resource.v1_0_0"/>
30*720c9898SEd Tanous  </edmx:Reference>
31*720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/SessionCollection_v1.xml">
32*720c9898SEd Tanous    <edmx:Include Namespace="SessionCollection"/>
33*720c9898SEd Tanous  </edmx:Reference>
34*720c9898SEd Tanous
35*720c9898SEd Tanous  <edmx:DataServices>
36*720c9898SEd Tanous
37*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SessionService">
38*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
39*720c9898SEd Tanous
40*720c9898SEd Tanous      <EntityType Name="SessionService" BaseType="Resource.v1_0_0.Resource" Abstract="true">
41*720c9898SEd Tanous        <Annotation Term="OData.Description" String="The SessionService schema describes the session service and its properties, with links to the actual list of sessions."/>
42*720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This resource contains the session service properties for a Redfish implementation."/>
43*720c9898SEd Tanous        <Annotation Term="Capabilities.InsertRestrictions">
44*720c9898SEd Tanous          <Record>
45*720c9898SEd Tanous            <PropertyValue Property="Insertable" Bool="false"/>
46*720c9898SEd Tanous          </Record>
47*720c9898SEd Tanous        </Annotation>
48*720c9898SEd Tanous        <Annotation Term="Capabilities.UpdateRestrictions">
49*720c9898SEd Tanous          <Record>
50*720c9898SEd Tanous            <PropertyValue Property="Updatable" Bool="true"/>
51*720c9898SEd Tanous            <Annotation Term="OData.Description" String="The session service can be updated to enable or disable it and change its timeout."/>
52*720c9898SEd Tanous          </Record>
53*720c9898SEd Tanous        </Annotation>
54*720c9898SEd Tanous        <Annotation Term="Capabilities.DeleteRestrictions">
55*720c9898SEd Tanous          <Record>
56*720c9898SEd Tanous            <PropertyValue Property="Deletable" Bool="false"/>
57*720c9898SEd Tanous          </Record>
58*720c9898SEd Tanous        </Annotation>
59*720c9898SEd Tanous        <Annotation Term="Redfish.Uris">
60*720c9898SEd Tanous          <Collection>
61*720c9898SEd Tanous            <String>/redfish/v1/SessionService</String>
62*720c9898SEd Tanous          </Collection>
63*720c9898SEd Tanous        </Annotation>
64*720c9898SEd Tanous      </EntityType>
65*720c9898SEd Tanous    </Schema>
66*720c9898SEd Tanous
67*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SessionService.v1_0_0">
68*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
69*720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="1.0"/>
70*720c9898SEd Tanous
71*720c9898SEd Tanous      <EntityType Name="SessionService" BaseType="SessionService.SessionService">
72*720c9898SEd Tanous        <Property Name="Status" Type="Resource.Status" Nullable="false">
73*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
74*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
75*720c9898SEd Tanous        </Property>
76*720c9898SEd Tanous        <Property Name="ServiceEnabled" Type="Edm.Boolean">
77*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
78*720c9898SEd Tanous          <Annotation Term="OData.Description" String="An indication of whether this service is enabled.  If `true`, this service is enabled.  If `false`, it is disabled, and new sessions cannot be created, old sessions cannot be deleted, and established sessions can continue operating."/>
79*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall indicate whether this service is enabled.  If `true`, this service is enabled.  If `false`, it is disabled, and new sessions shall not be created, old sessions shall not be deleted, and established sessions can continue operating."/>
80*720c9898SEd Tanous        </Property>
81*720c9898SEd Tanous        <Property Name="SessionTimeout" Type="Edm.Int64" Nullable="false">
82*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
83*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The number of seconds of inactivity that a session can have before the session service closes the session due to inactivity."/>
84*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the threshold of time in seconds between requests on a specific session at which point the session service shall close the session due to inactivity.  The session service shall support any value between the Validation.Minimum and Validation.Maximum."/>
85*720c9898SEd Tanous          <Annotation Term="Validation.Minimum" Int="30"/>
86*720c9898SEd Tanous          <Annotation Term="Validation.Maximum" Int="86400"/>
87*720c9898SEd Tanous          <Annotation Term="Measures.Unit" String="s"/>
88*720c9898SEd Tanous        </Property>
89*720c9898SEd Tanous        <NavigationProperty Name="Sessions" Type="SessionCollection.SessionCollection" ContainsTarget="true" Nullable="false">
90*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
91*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The link to a collection of sessions."/>
92*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type SessionCollection."/>
93*720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
94*720c9898SEd Tanous        </NavigationProperty>
95*720c9898SEd Tanous      </EntityType>
96*720c9898SEd Tanous    </Schema>
97*720c9898SEd Tanous
98*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SessionService.v1_0_2">
99*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
100*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
101*720c9898SEd Tanous      <EntityType Name="SessionService" BaseType="SessionService.v1_0_0.SessionService"/>
102*720c9898SEd Tanous    </Schema>
103*720c9898SEd Tanous
104*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SessionService.v1_0_3">
105*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
106*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
107*720c9898SEd Tanous      <EntityType Name="SessionService" BaseType="SessionService.v1_0_2.SessionService"/>
108*720c9898SEd Tanous    </Schema>
109*720c9898SEd Tanous
110*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SessionService.v1_0_4">
111*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
112*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated.  In this case, ServiceEnabled description was updated."/>
113*720c9898SEd Tanous      <EntityType Name="SessionService" BaseType="SessionService.v1_0_3.SessionService"/>
114*720c9898SEd Tanous    </Schema>
115*720c9898SEd Tanous
116*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SessionService.v1_0_5">
117*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
118*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number.  It also clarifies the behavior when ServiceEnabled is `false`."/>
119*720c9898SEd Tanous      <EntityType Name="SessionService" BaseType="SessionService.v1_0_4.SessionService"/>
120*720c9898SEd Tanous    </Schema>
121*720c9898SEd Tanous
122*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SessionService.v1_0_6">
123*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
124*720c9898SEd 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."/>
125*720c9898SEd Tanous      <EntityType Name="SessionService" BaseType="SessionService.v1_0_5.SessionService"/>
126*720c9898SEd Tanous    </Schema>
127*720c9898SEd Tanous
128*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SessionService.v1_0_7">
129*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
130*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
131*720c9898SEd Tanous      <EntityType Name="SessionService" BaseType="SessionService.v1_0_6.SessionService"/>
132*720c9898SEd Tanous    </Schema>
133*720c9898SEd Tanous
134*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SessionService.v1_0_8">
135*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
136*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
137*720c9898SEd Tanous      <EntityType Name="SessionService" BaseType="SessionService.v1_0_7.SessionService"/>
138*720c9898SEd Tanous    </Schema>
139*720c9898SEd Tanous
140*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SessionService.v1_0_9">
141*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
142*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
143*720c9898SEd Tanous      <EntityType Name="SessionService" BaseType="SessionService.v1_0_8.SessionService"/>
144*720c9898SEd Tanous    </Schema>
145*720c9898SEd Tanous
146*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SessionService.v1_1_0">
147*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
148*720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2016.2"/>
149*720c9898SEd Tanous
150*720c9898SEd Tanous      <EntityType Name="SessionService" BaseType="SessionService.v1_0_2.SessionService">
151*720c9898SEd Tanous        <Property Name="Actions" Type="SessionService.v1_1_0.Actions" Nullable="false">
152*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The available actions for this resource."/>
153*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
154*720c9898SEd Tanous        </Property>
155*720c9898SEd Tanous      </EntityType>
156*720c9898SEd Tanous
157*720c9898SEd Tanous      <ComplexType Name="Actions">
158*720c9898SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
159*720c9898SEd Tanous        <Annotation Term="OData.Description" String="The available actions for this resource."/>
160*720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
161*720c9898SEd Tanous        <Property Name="Oem" Type="SessionService.v1_1_0.OemActions" Nullable="false">
162*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
163*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
164*720c9898SEd Tanous        </Property>
165*720c9898SEd Tanous      </ComplexType>
166*720c9898SEd Tanous
167*720c9898SEd Tanous      <ComplexType Name="OemActions">
168*720c9898SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
169*720c9898SEd Tanous        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
170*720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
171*720c9898SEd Tanous      </ComplexType>
172*720c9898SEd Tanous    </Schema>
173*720c9898SEd Tanous
174*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SessionService.v1_1_1">
175*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
176*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
177*720c9898SEd Tanous      <EntityType Name="SessionService" BaseType="SessionService.v1_1_0.SessionService"/>
178*720c9898SEd Tanous    </Schema>
179*720c9898SEd Tanous
180*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SessionService.v1_1_2">
181*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
182*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
183*720c9898SEd Tanous      <EntityType Name="SessionService" BaseType="SessionService.v1_1_1.SessionService"/>
184*720c9898SEd Tanous    </Schema>
185*720c9898SEd Tanous
186*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SessionService.v1_1_3">
187*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
188*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated.  In this case, ServiceEnabled description was updated."/>
189*720c9898SEd Tanous      <EntityType Name="SessionService" BaseType="SessionService.v1_1_2.SessionService"/>
190*720c9898SEd Tanous    </Schema>
191*720c9898SEd Tanous
192*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SessionService.v1_1_4">
193*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
194*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number.  It also clarifies the behavior when ServiceEnabled is `false`."/>
195*720c9898SEd Tanous      <EntityType Name="SessionService" BaseType="SessionService.v1_1_3.SessionService"/>
196*720c9898SEd Tanous    </Schema>
197*720c9898SEd Tanous
198*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SessionService.v1_1_5">
199*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
200*720c9898SEd 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, and to add a missing term to Oem to disallow it from being `null`."/>
201*720c9898SEd Tanous      <EntityType Name="SessionService" BaseType="SessionService.v1_1_4.SessionService"/>
202*720c9898SEd Tanous    </Schema>
203*720c9898SEd Tanous
204*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SessionService.v1_1_6">
205*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
206*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
207*720c9898SEd Tanous      <EntityType Name="SessionService" BaseType="SessionService.v1_1_5.SessionService"/>
208*720c9898SEd Tanous    </Schema>
209*720c9898SEd Tanous
210*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SessionService.v1_1_7">
211*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
212*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
213*720c9898SEd Tanous      <EntityType Name="SessionService" BaseType="SessionService.v1_1_6.SessionService"/>
214*720c9898SEd Tanous    </Schema>
215*720c9898SEd Tanous
216*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SessionService.v1_1_8">
217*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
218*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
219*720c9898SEd Tanous      <EntityType Name="SessionService" BaseType="SessionService.v1_1_7.SessionService"/>
220*720c9898SEd Tanous    </Schema>
221*720c9898SEd Tanous
222*720c9898SEd Tanous  </edmx:DataServices>
223*720c9898SEd Tanous</edmx:Edmx>
224