1<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################       -->
4<!--# Redfish Schema:  Manager v1.19.2                                                     -->
5<!--#                                                                                      -->
6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle,      -->
7<!--# available at http://www.dmtf.org/standards/redfish                                   -->
8<!--# Copyright 2014-2024 DMTF.                                                            -->
9<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10<!--################################################################################       -->
11<!---->
12<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
13
14  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
15    <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
16  </edmx:Reference>
17  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
18    <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
19  </edmx:Reference>
20  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
21    <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/>
22    <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
23  </edmx:Reference>
24  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
25    <edmx:Include Namespace="Resource"/>
26    <edmx:Include Namespace="Resource.v1_0_0"/>
27  </edmx:Reference>
28  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/ComputerSystem_v1.xml">
29    <edmx:Include Namespace="ComputerSystem"/>
30  </edmx:Reference>
31  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Chassis_v1.xml">
32    <edmx:Include Namespace="Chassis"/>
33  </edmx:Reference>
34  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/EthernetInterfaceCollection_v1.xml">
35    <edmx:Include Namespace="EthernetInterfaceCollection"/>
36  </edmx:Reference>
37  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/ManagerNetworkProtocol_v1.xml">
38    <edmx:Include Namespace="ManagerNetworkProtocol"/>
39  </edmx:Reference>
40  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/VirtualMediaCollection_v1.xml">
41    <edmx:Include Namespace="VirtualMediaCollection"/>
42  </edmx:Reference>
43  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/SerialInterfaceCollection_v1.xml">
44    <edmx:Include Namespace="SerialInterfaceCollection"/>
45  </edmx:Reference>
46  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Redundancy_v1.xml">
47    <edmx:Include Namespace="Redundancy"/>
48  </edmx:Reference>
49  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/LogServiceCollection_v1.xml">
50    <edmx:Include Namespace="LogServiceCollection"/>
51  </edmx:Reference>
52  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/HostInterfaceCollection_v1.xml">
53    <edmx:Include Namespace="HostInterfaceCollection"/>
54  </edmx:Reference>
55  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Switch_v1.xml">
56    <edmx:Include Namespace="Switch"/>
57  </edmx:Reference>
58  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/AccountService_v1.xml">
59    <edmx:Include Namespace="AccountService"/>
60  </edmx:Reference>
61  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/SoftwareInventory_v1.xml">
62    <edmx:Include Namespace="SoftwareInventory"/>
63  </edmx:Reference>
64  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PortCollection_v1.xml">
65    <edmx:Include Namespace="PortCollection"/>
66  </edmx:Reference>
67  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Port_v1.xml">
68    <edmx:Include Namespace="Port"/>
69  </edmx:Reference>
70  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/CertificateCollection_v1.xml">
71    <edmx:Include Namespace="CertificateCollection"/>
72  </edmx:Reference>
73  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/ManagerDiagnosticData_v1.xml">
74    <edmx:Include Namespace="ManagerDiagnosticData"/>
75  </edmx:Reference>
76  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/SecurityPolicy_v1.xml">
77    <edmx:Include Namespace="SecurityPolicy"/>
78  </edmx:Reference>
79
80  <edmx:DataServices>
81
82    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager">
83      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
84      <Annotation Term="Redfish.Language" String="en"/>
85
86      <EntityType Name="Manager" BaseType="Resource.v1_0_0.Resource" Abstract="true">
87        <Annotation Term="OData.Description" String="In Redfish, a manager is a systems management entity that can implement or provide access to a Redfish service.  Examples of managers are BMCs (baseboard management controllers), enclosure managers, management controllers, and other subsystems that are assigned manageability functions.  An implementation can have multiple managers, which might be directly accessible through a Redfish-defined interface."/>
88        <Annotation Term="OData.LongDescription" String="This resource shall represent a management subsystem for a Redfish implementation."/>
89        <Annotation Term="Capabilities.InsertRestrictions">
90          <Record>
91            <PropertyValue Property="Insertable" Bool="false"/>
92          </Record>
93        </Annotation>
94        <Annotation Term="Capabilities.UpdateRestrictions">
95          <Record>
96            <PropertyValue Property="Updatable" Bool="true"/>
97            <Annotation Term="OData.Description" String="Writable properties, such as date and time settings, can be updated for managers."/>
98          </Record>
99        </Annotation>
100        <Annotation Term="Capabilities.DeleteRestrictions">
101          <Record>
102            <PropertyValue Property="Deletable" Bool="false"/>
103          </Record>
104        </Annotation>
105        <Annotation Term="Redfish.Uris">
106          <Collection>
107            <String>/redfish/v1/Managers/{ManagerId}</String>
108          </Collection>
109        </Annotation>
110      </EntityType>
111
112      <Action Name="Reset" IsBound="true">
113        <Annotation Term="OData.Description" String="The reset action resets/reboots the manager."/>
114        <Annotation Term="OData.LongDescription" String="This action shall reset the manager."/>
115        <Parameter Name="Manager" Type="Manager.v1_0_0.Actions"/>
116        <Parameter Name="ResetType" Type="Resource.ResetType">
117          <Annotation Term="OData.Description" String="The type of reset."/>
118          <Annotation Term="OData.LongDescription" String="This parameter shall contain the type of reset.  The service can accept a request without the parameter and perform an implementation-specific default reset.  Services should include the `@Redfish.AllowableValues` annotation for this parameter to ensure compatibility with clients, even when `ActionInfo` has been implemented."/>
119        </Parameter>
120      </Action>
121
122      <Action Name="ForceFailover" IsBound="true">
123        <Annotation Term="OData.Description" String="The `ForceFailover` action forces a failover of this manager to the manager used in the parameter."/>
124        <Annotation Term="OData.LongDescription" String="This action shall perform a forced failover of the manager's redundancy to the manager supplied as a parameter."/>
125        <Parameter Name="Manager" Type="Manager.v1_0_0.Actions"/>
126        <Parameter Name="NewManager" Type="Manager.Manager" Nullable="false">
127          <Annotation Term="OData.Description" String="The manager to which to fail over."/>
128          <Annotation Term="OData.LongDescription" String="This parameter shall contain the manager to which to fail over."/>
129        </Parameter>
130      </Action>
131
132      <Action Name="ModifyRedundancySet" IsBound="true">
133        <Annotation Term="OData.Description" String="The `ModifyRedundancySet` operation adds members to or removes members from a redundant group of managers."/>
134        <Annotation Term="OData.LongDescription" String="The `ModifyRedundancySet` operation shall add members to or remove members from a redundant group of managers."/>
135        <Parameter Name="Manager" Type="Manager.v1_0_0.Actions"/>
136        <Parameter Name="Add" Type="Collection(Manager.Manager)">
137          <Annotation Term="OData.Description" String="An array of managers to add to the redundancy set."/>
138          <Annotation Term="OData.LongDescription" String="This parameter shall contain an array of managers to add to the redundancy set."/>
139        </Parameter>
140        <Parameter Name="Remove" Type="Collection(Manager.Manager)">
141          <Annotation Term="OData.Description" String="An array of managers to remove from the redundancy set."/>
142          <Annotation Term="OData.LongDescription" String="This parameter shall contain an array of managers to remove from the redundancy set."/>
143        </Parameter>
144      </Action>
145
146      <Action Name="ResetToDefaults" IsBound="true">
147        <Annotation Term="OData.Description" String="The reset action resets the manager settings to factory defaults.  This can cause the manager to reset."/>
148        <Annotation Term="OData.LongDescription" String="This action shall reset the manager settings.  This action can impact other resources."/>
149        <Parameter Name="Manager" Type="Manager.v1_0_0.Actions"/>
150        <Parameter Name="ResetType" Type="Manager.v1_8_0.ResetToDefaultsType" Nullable="false">
151          <Annotation Term="OData.Description" String="The type of reset to defaults."/>
152          <Annotation Term="OData.LongDescription" String="This parameter shall contain the type of reset to defaults."/>
153        </Parameter>
154        <Annotation Term="Redfish.Revisions">
155          <Collection>
156            <Record>
157              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
158              <PropertyValue Property="Version" String="v1_8_0"/>
159            </Record>
160          </Collection>
161        </Annotation>
162      </Action>
163    </Schema>
164
165    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_0">
166      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
167      <Annotation Term="Redfish.Release" String="1.0"/>
168
169      <EntityType Name="Manager" BaseType="Manager.Manager">
170        <Property Name="ManagerType" Type="Manager.v1_0_0.ManagerType" Nullable="false">
171          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
172          <Annotation Term="OData.Description" String="The type of manager that this resource represents."/>
173          <Annotation Term="OData.LongDescription" String="This property shall describe the function of this manager.  The `ManagementController` value shall be used if none of the other enumerations apply."/>
174        </Property>
175        <Property Name="Links" Type="Manager.v1_0_0.Links" Nullable="false">
176          <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
177          <Annotation Term="OData.LongDescription" String="This property shall contain links to resources that are related to but are not contained by, or subordinate to, this resource."/>
178        </Property>
179        <NavigationProperty Name="EthernetInterfaces" Type="EthernetInterfaceCollection.EthernetInterfaceCollection" ContainsTarget="true" Nullable="false">
180          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
181          <Annotation Term="OData.Description" String="The link to a collection of NICs that this manager uses for network communication."/>
182          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type `EthernetInterfaceCollection`."/>
183          <Annotation Term="OData.AutoExpandReferences"/>
184        </NavigationProperty>
185        <NavigationProperty Name="SerialInterfaces" Type="SerialInterfaceCollection.SerialInterfaceCollection" ContainsTarget="true" Nullable="false">
186          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
187          <Annotation Term="OData.Description" String="The link to a collection of serial interfaces that this manager uses for serial and console communication."/>
188          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type `SerialInterfaceCollection`, which this manager uses."/>
189          <Annotation Term="OData.AutoExpandReferences"/>
190        </NavigationProperty>
191        <NavigationProperty Name="NetworkProtocol" Type="ManagerNetworkProtocol.ManagerNetworkProtocol" ContainsTarget="true" Nullable="false">
192          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
193          <Annotation Term="OData.Description" String="The link to the network services and their settings that the manager controls."/>
194          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type `ManagerNetworkProtocol`, which represents the network services for this manager."/>
195          <Annotation Term="OData.AutoExpandReferences"/>
196        </NavigationProperty>
197        <NavigationProperty Name="LogServices" Type="LogServiceCollection.LogServiceCollection" ContainsTarget="true" Nullable="false">
198          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
199          <Annotation Term="OData.Description" String="The link to a collection of logs that the manager uses."/>
200          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type `LogServiceCollection` that this manager uses."/>
201          <Annotation Term="OData.AutoExpandReferences"/>
202        </NavigationProperty>
203        <NavigationProperty Name="VirtualMedia" Type="VirtualMediaCollection.VirtualMediaCollection" ContainsTarget="true" Nullable="false">
204          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
205          <Annotation Term="OData.Description" String="The link to the virtual media services for this particular manager."/>
206          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type `VirtualMediaCollection`, which this manager uses."/>
207          <Annotation Term="OData.AutoExpandReferences"/>
208          <Annotation Term="Redfish.Revisions">
209            <Collection>
210              <Record>
211                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
212                <PropertyValue Property="Version" String="v1_10_0"/>
213                <PropertyValue Property="Description" String="This property has been deprecated in favor of the `VirtualMedia` property in the `ComputerSystem` resource."/>
214              </Record>
215            </Collection>
216          </Annotation>
217        </NavigationProperty>
218        <Property Name="ServiceEntryPointUUID" Type="Resource.UUID">
219          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
220          <Annotation Term="OData.Description" String="The UUID of the Redfish service that is hosted by this manager."/>
221          <Annotation Term="OData.LongDescription" String="This property shall contain the UUID of the Redfish service that is hosted by this manager.  Each manager providing an entry point to the same Redfish service shall report the same UUID value, even though the name of the property may imply otherwise.  This property shall not be present if this manager does not provide a Redfish service entry point."/>
222        </Property>
223        <Property Name="UUID" Type="Resource.UUID">
224          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
225          <Annotation Term="OData.Description" String="The UUID for this manager."/>
226          <Annotation Term="OData.LongDescription" String="This property shall contain the UUID for the manager."/>
227        </Property>
228        <Property Name="Model" Type="Edm.String">
229          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
230          <Annotation Term="OData.Description" String="The model information of this manager, as defined by the manufacturer."/>
231          <Annotation Term="OData.LongDescription" String="This property shall contain the information about how the manufacturer refers to this manager."/>
232        </Property>
233        <Property Name="DateTime" Type="Edm.DateTimeOffset">
234          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
235          <Annotation Term="OData.Description" String="The current date and time with UTC offset of the manager."/>
236          <Annotation Term="OData.LongDescription" String="This property shall contain the current date and time with UTC offset of the manager."/>
237        </Property>
238        <Property Name="DateTimeLocalOffset" Type="Edm.String">
239          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
240          <Annotation Term="OData.Description" String="The time offset from UTC that the `DateTime` property is in `+HH:MM` format."/>
241          <Annotation Term="OData.LongDescription" String="This property shall contain the offset from UTC time that the `DateTime` property contains.  If both `DateTime` and `DateTimeLocalOffset` are provided in modification requests, services shall apply `DateTimeLocalOffset` after `DateTime` is applied."/>
242          <Annotation Term="Validation.Pattern" String="^([-+][0-1][0-9]:[0-5][0-9])$"/>
243        </Property>
244        <Property Name="FirmwareVersion" Type="Edm.String">
245          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
246          <Annotation Term="OData.Description" String="The firmware version of this manager."/>
247          <Annotation Term="OData.LongDescription" String="This property shall contain the firmware version as defined by the manufacturer for the associated manager."/>
248        </Property>
249        <Property Name="SerialConsole" Type="Manager.v1_0_0.SerialConsole" Nullable="false">
250          <Annotation Term="OData.Description" String="The serial console service that this manager provides."/>
251          <Annotation Term="OData.LongDescription" String="This property shall contain information about the serial console service of this manager."/>
252          <Annotation Term="Redfish.Revisions">
253            <Collection>
254              <Record>
255                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
256                <PropertyValue Property="Version" String="v1_10_0"/>
257                <PropertyValue Property="Description" String="This property has been deprecated in favor of the `SerialConsole` property in the `ComputerSystem` resource."/>
258              </Record>
259            </Collection>
260          </Annotation>
261        </Property>
262        <Property Name="CommandShell" Type="Manager.v1_0_0.CommandShell" Nullable="false">
263          <Annotation Term="OData.Description" String="The manager's command line user interface or command shell service."/>
264          <Annotation Term="OData.LongDescription" String="This property shall describe a command line user interface or command shell service provided by this manager.  The command shell refers to an interface used to interact with the manager itself, not a dedicated console session redirected from a host operating system.  For redirected serial or host operating system consoles, see the `SerialConsole` property in the `ComputerSystem` resource."/>
265        </Property>
266        <Property Name="GraphicalConsole" Type="Manager.v1_0_0.GraphicalConsole" Nullable="false">
267          <Annotation Term="OData.Description" String="The manager's graphical console service."/>
268          <Annotation Term="OData.LongDescription" String="This property shall contain the information about the graphical console (KVM-IP) service of this manager.  This property should be used to describe a service for the manager's console or operating system, not a service provided on behalf of a host operating system.  Implementations representing host OS consoles, known generally as a KVM-IP feature, should use the `GraphicalConsole` property in the `ComputerSystem` resource."/>
269        </Property>
270        <Property Name="Actions" Type="Manager.v1_0_0.Actions" Nullable="false">
271          <Annotation Term="OData.Description" String="The available actions for this resource."/>
272          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
273        </Property>
274        <Property Name="Status" Type="Resource.Status" Nullable="false">
275          <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
276          <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
277        </Property>
278        <NavigationProperty Name="Redundancy" Type="Collection(Redundancy.Redundancy)" ContainsTarget="true">
279          <Annotation Term="OData.Description" String="The redundancy information for the managers of this system."/>
280          <Annotation Term="OData.LongDescription" String="The properties in this array shall show how this manager is grouped with other managers for form redundancy sets."/>
281          <Annotation Term="OData.AutoExpand"/>
282        </NavigationProperty>
283      </EntityType>
284
285      <ComplexType Name="Actions">
286        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
287        <Annotation Term="OData.Description" String="The available actions for this resource."/>
288        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
289        <Property Name="Oem" Type="Manager.v1_0_0.OemActions" Nullable="false">
290          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
291          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
292        </Property>
293      </ComplexType>
294
295      <ComplexType Name="OemActions">
296        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
297        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
298        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
299      </ComplexType>
300
301      <ComplexType Name="Links" BaseType="Resource.Links">
302        <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
303        <Annotation Term="OData.LongDescription" String="This Redfish Specification-described type shall contain links to resources that are related to but are not contained by, or subordinate to, this resource."/>
304        <NavigationProperty Name="ManagerForServers" Type="Collection(ComputerSystem.ComputerSystem)">
305          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
306          <Annotation Term="OData.Description" String="An array of links to the systems that this manager controls."/>
307          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to computer systems over which this manager instance has control."/>
308          <Annotation Term="OData.AutoExpandReferences"/>
309        </NavigationProperty>
310        <NavigationProperty Name="ManagerForChassis" Type="Collection(Chassis.Chassis)">
311          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
312          <Annotation Term="OData.Description" String="An array of links to the chassis this manager controls."/>
313          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to chassis over which this manager instance has control."/>
314          <Annotation Term="OData.AutoExpandReferences"/>
315        </NavigationProperty>
316      </ComplexType>
317
318      <EnumType Name="ManagerType">
319        <Member Name="ManagementController">
320          <Annotation Term="OData.Description" String="A controller that primarily monitors or manages the operation of a device or system."/>
321        </Member>
322        <Member Name="EnclosureManager">
323          <Annotation Term="OData.Description" String="A controller that provides management functions for a chassis, group of devices, or group of systems with their own BMCs (baseboard management controllers).  An example of this is a manager that aggregates and orchestrates management functions across multiple BMCs in an enclosure."/>
324        </Member>
325        <Member Name="BMC">
326          <Annotation Term="OData.Description" String="A controller that provides management functions for one or more computer systems.  Commonly known as a BMC (baseboard management controller).  Examples of this include a BMC dedicated to one system or a multi-host manager providing BMC capabilities to multiple systems."/>
327        </Member>
328        <Member Name="RackManager">
329          <Annotation Term="OData.Description" String="A controller that provides management functions for a whole or part of a rack.  An example of this is a manager that aggregates and orchestrates management functions across multiple managers, such as enclosure managers and BMCs (baseboard management controllers), in a rack."/>
330        </Member>
331        <Member Name="AuxiliaryController">
332          <Annotation Term="OData.Description" String="A controller that provides management functions for a particular subsystem or group of devices as part of a larger system."/>
333        </Member>
334        <Member Name="Service">
335          <Annotation Term="OData.Description" String="A software-based service that provides management functions."/>
336          <Annotation Term="Redfish.Revisions">
337            <Collection>
338              <Record>
339                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
340                <PropertyValue Property="Version" String="v1_4_0"/>
341              </Record>
342            </Collection>
343          </Annotation>
344        </Member>
345      </EnumType>
346
347      <ComplexType Name="ManagerService" Abstract="true">
348        <Annotation Term="OData.Description" String="The manager services, such as serial console, command shell, or graphical console service."/>
349        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
350        <Property Name="ServiceEnabled" Type="Edm.Boolean" Nullable="false">
351          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
352          <Annotation Term="OData.Description" String="An indication of whether the service is enabled for this manager."/>
353          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the protocol for the service is enabled."/>
354        </Property>
355        <Property Name="MaxConcurrentSessions" Type="Edm.Int64" Nullable="false">
356          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
357          <Annotation Term="OData.Description" String="The maximum number of service sessions, regardless of protocol, that this manager can support."/>
358          <Annotation Term="OData.LongDescription" String="This property shall contain the maximum number of concurrent service sessions that this implementation supports."/>
359          <Annotation Term="Validation.Minimum" Int="0"/>
360        </Property>
361      </ComplexType>
362
363      <EnumType Name="SerialConnectTypesSupported">
364        <Member Name="SSH">
365          <Annotation Term="OData.Description" String="The controller supports a serial console connection through the SSH protocol."/>
366        </Member>
367        <Member Name="Telnet">
368          <Annotation Term="OData.Description" String="The controller supports a serial console connection through the Telnet protocol."/>
369        </Member>
370        <Member Name="IPMI">
371          <Annotation Term="OData.Description" String="The controller supports a serial console connection through the IPMI Serial Over LAN (SOL) protocol."/>
372        </Member>
373        <Member Name="Oem">
374          <Annotation Term="OData.Description" String="The controller supports a serial console connection through an OEM-specific protocol."/>
375        </Member>
376      </EnumType>
377
378      <EnumType Name="CommandConnectTypesSupported">
379        <Member Name="SSH">
380          <Annotation Term="OData.Description" String="The controller supports a command shell connection through the SSH protocol."/>
381        </Member>
382        <Member Name="Telnet">
383          <Annotation Term="OData.Description" String="The controller supports a command shell connection through the Telnet protocol."/>
384        </Member>
385        <Member Name="IPMI">
386          <Annotation Term="OData.Description" String="The controller supports a command shell connection through the IPMI Serial Over LAN (SOL) protocol."/>
387        </Member>
388        <Member Name="Oem">
389          <Annotation Term="OData.Description" String="The controller supports a command shell connection through an OEM-specific protocol."/>
390        </Member>
391      </EnumType>
392
393      <EnumType Name="GraphicalConnectTypesSupported">
394        <Member Name="KVMIP">
395          <Annotation Term="OData.Description" String="The controller supports a graphical console connection through a KVM-IP (redirection of Keyboard, Video, Mouse over IP) protocol."/>
396        </Member>
397        <Member Name="Oem">
398          <Annotation Term="OData.Description" String="The controller supports a graphical console connection through an OEM-specific protocol."/>
399        </Member>
400      </EnumType>
401
402      <ComplexType Name="SerialConsole" BaseType="Manager.v1_0_0.ManagerService">
403        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
404        <Annotation Term="OData.Description" String="The information about a serial console service that this manager provides."/>
405        <Annotation Term="OData.LongDescription" String="This type shall describe a serial console service for a manager."/>
406        <Property Name="ConnectTypesSupported" Type="Collection(Manager.v1_0_0.SerialConnectTypesSupported)" Nullable="false">
407          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
408          <Annotation Term="OData.Description" String="This property enumerates the serial console connection types that the implementation allows."/>
409          <Annotation Term="OData.LongDescription" String="This property shall contain an array of the enumerations.  SSH shall be included if the Secure Shell (SSH) protocol is supported.  Telnet shall be included if the Telnet protocol is supported.  IPMI shall be included if the IPMI Serial Over LAN (SOL) protocol is supported."/>
410        </Property>
411      </ComplexType>
412
413      <ComplexType Name="CommandShell" BaseType="Manager.v1_0_0.ManagerService">
414        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
415        <Annotation Term="OData.Description" String="The information about a command shell service that this manager provides."/>
416        <Annotation Term="OData.LongDescription" String="This type shall describe a command shell service for a manager."/>
417        <Property Name="ConnectTypesSupported" Type="Collection(Manager.v1_0_0.CommandConnectTypesSupported)" Nullable="false">
418          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
419          <Annotation Term="OData.Description" String="This property enumerates the command shell connection types that the implementation allows."/>
420          <Annotation Term="OData.LongDescription" String="This property shall contain an array of the enumerations.  SSH shall be included if the Secure Shell (SSH) protocol is supported.  Telnet shall be included if the Telnet protocol is supported.  IPMI shall be included if the IPMI Serial Over LAN (SOL) protocol is supported."/>
421        </Property>
422      </ComplexType>
423
424      <ComplexType Name="GraphicalConsole" BaseType="Manager.v1_0_0.ManagerService">
425        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
426        <Annotation Term="OData.Description" String="The information about a graphical console service that this manager provides."/>
427        <Annotation Term="OData.LongDescription" String="This type shall describe a graphical console service for a manager."/>
428        <Property Name="ConnectTypesSupported" Type="Collection(Manager.v1_0_0.GraphicalConnectTypesSupported)" Nullable="false">
429          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
430          <Annotation Term="OData.Description" String="This property enumerates the graphical console connection types that the implementation allows."/>
431          <Annotation Term="OData.LongDescription" String="This property shall contain an array of the enumerations.  RDP shall be included if the Remote Desktop (RDP) protocol is supported.  KVMIP shall be included if a vendor-defined KVM-IP protocol is supported."/>
432        </Property>
433      </ComplexType>
434    </Schema>
435
436    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_1">
437      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
438      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
439      <EntityType Name="Manager" BaseType="Manager.v1_0_0.Manager"/>
440    </Schema>
441
442    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_2">
443      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
444      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
445      <EntityType Name="Manager" BaseType="Manager.v1_0_1.Manager"/>
446    </Schema>
447
448    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_3">
449      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
450      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
451      <EntityType Name="Manager" BaseType="Manager.v1_0_2.Manager"/>
452    </Schema>
453
454    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_4">
455      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
456      <Annotation Term="OData.Description" String="This version was created to remove the nullable term on arrays of links."/>
457      <EntityType Name="Manager" BaseType="Manager.v1_0_3.Manager"/>
458    </Schema>
459
460    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_5">
461      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
462      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
463      <EntityType Name="Manager" BaseType="Manager.v1_0_4.Manager"/>
464    </Schema>
465
466    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_6">
467      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
468      <Annotation Term="OData.Description" String="This version was created to correct the short and long descriptions in the defined actions.  It was also created to allow `ServiceEntryPointUUID` to be `null`."/>
469      <EntityType Name="Manager" BaseType="Manager.v1_0_5.Manager"/>
470    </Schema>
471
472    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_7">
473      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
474      <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."/>
475      <EntityType Name="Manager" BaseType="Manager.v1_0_6.Manager"/>
476    </Schema>
477
478    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_8">
479      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
480      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
481      <EntityType Name="Manager" BaseType="Manager.v1_0_7.Manager"/>
482    </Schema>
483
484    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_9">
485      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
486      <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."/>
487      <EntityType Name="Manager" BaseType="Manager.v1_0_8.Manager"/>
488    </Schema>
489
490    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_10">
491      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
492      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
493      <EntityType Name="Manager" BaseType="Manager.v1_0_9.Manager"/>
494    </Schema>
495
496    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_11">
497      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
498      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
499      <EntityType Name="Manager" BaseType="Manager.v1_0_10.Manager"/>
500    </Schema>
501
502    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_12">
503      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
504      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
505      <EntityType Name="Manager" BaseType="Manager.v1_0_11.Manager"/>
506    </Schema>
507
508    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_13">
509      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
510      <Annotation Term="OData.Description" String="This version was created to add annotation recommendations for `ResetType`."/>
511      <EntityType Name="Manager" BaseType="Manager.v1_0_12.Manager"/>
512    </Schema>
513
514    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_14">
515      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
516      <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
517      <EntityType Name="Manager" BaseType="Manager.v1_0_13.Manager"/>
518    </Schema>
519
520    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_15">
521      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
522      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
523      <EntityType Name="Manager" BaseType="Manager.v1_0_14.Manager"/>
524    </Schema>
525
526    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_16">
527      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
528      <Annotation Term="OData.Description" String="This version was created to clarify the behavior when both `DateTime` and `DateTimeLocalOffset` are provided in modification requests."/>
529      <EntityType Name="Manager" BaseType="Manager.v1_0_15.Manager"/>
530    </Schema>
531
532    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_17">
533      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
534      <Annotation Term="OData.Description" String="This version was created to update the description for the `BMC` value of `ManagerType` to allow for multiple systems.  It was also created to clarify the usage of the `ServiceIdentification` property.  It was also created to correct various typographical errors."/>
535      <EntityType Name="Manager" BaseType="Manager.v1_0_16.Manager"/>
536    </Schema>
537
538    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_18">
539      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
540      <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."/>
541      <EntityType Name="Manager" BaseType="Manager.v1_0_17.Manager"/>
542    </Schema>
543
544    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_19">
545      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
546      <Annotation Term="OData.Description" String="This version was created to clarify the description of the `CommandShell` property.  It was also was created to correct the OpenAPI usage of payload annotations in action request bodies."/>
547      <EntityType Name="Manager" BaseType="Manager.v1_0_18.Manager"/>
548    </Schema>
549
550    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_0">
551      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
552      <Annotation Term="Redfish.Release" String="2016.1"/>
553
554      <EntityType Name="Manager" BaseType="Manager.v1_0_2.Manager"/>
555
556      <ComplexType Name="Links" BaseType="Manager.v1_0_0.Links">
557        <NavigationProperty Name="ManagerInChassis" Type="Chassis.Chassis" Nullable="false">
558          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
559          <Annotation Term="OData.Description" String="The link to the chassis where this manager is located."/>
560          <Annotation Term="OData.LongDescription" String="This property shall contain a link to the chassis where this manager is located."/>
561          <Annotation Term="OData.AutoExpandReferences"/>
562        </NavigationProperty>
563      </ComplexType>
564    </Schema>
565
566    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_1">
567      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
568      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
569      <EntityType Name="Manager" BaseType="Manager.v1_1_0.Manager"/>
570    </Schema>
571
572    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_2">
573      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
574      <Annotation Term="OData.Description" String="This version was created to remove the nullable term on arrays of links."/>
575      <EntityType Name="Manager" BaseType="Manager.v1_1_1.Manager"/>
576    </Schema>
577
578    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_3">
579      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
580      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
581      <EntityType Name="Manager" BaseType="Manager.v1_1_2.Manager"/>
582    </Schema>
583
584    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_4">
585      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
586      <Annotation Term="OData.Description" String="This version was created to correct the short and long descriptions in the defined actions.  It was also created to allow `ServiceEntryPointUUID` to be `null`."/>
587      <EntityType Name="Manager" BaseType="Manager.v1_1_3.Manager"/>
588    </Schema>
589
590    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_5">
591      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
592      <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."/>
593      <EntityType Name="Manager" BaseType="Manager.v1_1_4.Manager"/>
594    </Schema>
595
596    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_6">
597      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
598      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
599      <EntityType Name="Manager" BaseType="Manager.v1_1_5.Manager"/>
600    </Schema>
601
602    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_7">
603      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
604      <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."/>
605      <EntityType Name="Manager" BaseType="Manager.v1_1_6.Manager"/>
606    </Schema>
607
608    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_8">
609      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
610      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
611      <EntityType Name="Manager" BaseType="Manager.v1_1_7.Manager"/>
612    </Schema>
613
614    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_9">
615      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
616      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
617      <EntityType Name="Manager" BaseType="Manager.v1_1_8.Manager"/>
618    </Schema>
619
620    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_10">
621      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
622      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
623      <EntityType Name="Manager" BaseType="Manager.v1_1_9.Manager"/>
624    </Schema>
625
626    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_11">
627      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
628      <Annotation Term="OData.Description" String="This version was created to add annotation recommendations for `ResetType`."/>
629      <EntityType Name="Manager" BaseType="Manager.v1_1_10.Manager"/>
630    </Schema>
631
632    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_12">
633      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
634      <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
635      <EntityType Name="Manager" BaseType="Manager.v1_1_11.Manager"/>
636    </Schema>
637
638    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_13">
639      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
640      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
641      <EntityType Name="Manager" BaseType="Manager.v1_1_12.Manager"/>
642    </Schema>
643
644    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_14">
645      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
646      <Annotation Term="OData.Description" String="This version was created to clarify the behavior when both `DateTime` and `DateTimeLocalOffset` are provided in modification requests."/>
647      <EntityType Name="Manager" BaseType="Manager.v1_1_13.Manager"/>
648    </Schema>
649
650    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_15">
651      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
652      <Annotation Term="OData.Description" String="This version was created to update the description for the `BMC` value of `ManagerType` to allow for multiple systems.  It was also created to clarify the usage of the `ServiceIdentification` property.  It was also created to correct various typographical errors."/>
653      <EntityType Name="Manager" BaseType="Manager.v1_1_14.Manager"/>
654    </Schema>
655
656    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_16">
657      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
658      <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."/>
659      <EntityType Name="Manager" BaseType="Manager.v1_1_15.Manager"/>
660    </Schema>
661
662    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_17">
663      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
664      <Annotation Term="OData.Description" String="This version was created to clarify the description of the `CommandShell` property.  It was also was created to correct the OpenAPI usage of payload annotations in action request bodies."/>
665      <EntityType Name="Manager" BaseType="Manager.v1_1_16.Manager"/>
666    </Schema>
667
668    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_0">
669      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
670      <Annotation Term="Redfish.Release" String="2016.2"/>
671
672      <EntityType Name="Manager" BaseType="Manager.v1_1_0.Manager">
673        <Property Name="PowerState" Type="Resource.PowerState">
674          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
675          <Annotation Term="OData.Description" String="The current power state of the manager."/>
676          <Annotation Term="OData.LongDescription" String="This property shall contain the power state of the manager."/>
677        </Property>
678      </EntityType>
679    </Schema>
680
681    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_1">
682      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
683      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
684      <EntityType Name="Manager" BaseType="Manager.v1_2_0.Manager"/>
685    </Schema>
686
687    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_2">
688      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
689      <Annotation Term="OData.Description" String="This version was created to remove the nullable term on arrays of links."/>
690      <EntityType Name="Manager" BaseType="Manager.v1_2_1.Manager"/>
691    </Schema>
692
693    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_3">
694      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
695      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
696      <EntityType Name="Manager" BaseType="Manager.v1_2_2.Manager"/>
697    </Schema>
698
699    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_4">
700      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
701      <Annotation Term="OData.Description" String="This version was created to change `PowerState` to use the unversioned definition.  It was also created to correct the short and long descriptions in the defined actions and to remove the `Nullable=false` term from ServiceEntryPointUUID."/>
702      <EntityType Name="Manager" BaseType="Manager.v1_2_3.Manager"/>
703    </Schema>
704
705    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_5">
706      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
707      <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."/>
708      <EntityType Name="Manager" BaseType="Manager.v1_2_4.Manager"/>
709    </Schema>
710
711    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_6">
712      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
713      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
714      <EntityType Name="Manager" BaseType="Manager.v1_2_5.Manager"/>
715    </Schema>
716
717    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_7">
718      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
719      <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."/>
720      <EntityType Name="Manager" BaseType="Manager.v1_2_6.Manager"/>
721    </Schema>
722
723    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_8">
724      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
725      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
726      <EntityType Name="Manager" BaseType="Manager.v1_2_7.Manager"/>
727    </Schema>
728
729    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_9">
730      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
731      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
732      <EntityType Name="Manager" BaseType="Manager.v1_2_8.Manager"/>
733    </Schema>
734
735    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_10">
736      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
737      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
738      <EntityType Name="Manager" BaseType="Manager.v1_2_9.Manager"/>
739    </Schema>
740
741    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_11">
742      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
743      <Annotation Term="OData.Description" String="This version was created to add annotation recommendations for `ResetType`."/>
744      <EntityType Name="Manager" BaseType="Manager.v1_2_10.Manager"/>
745    </Schema>
746
747    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_12">
748      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
749      <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
750      <EntityType Name="Manager" BaseType="Manager.v1_2_11.Manager"/>
751    </Schema>
752
753    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_13">
754      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
755      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
756      <EntityType Name="Manager" BaseType="Manager.v1_2_12.Manager"/>
757    </Schema>
758
759    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_14">
760      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
761      <Annotation Term="OData.Description" String="This version was created to clarify the behavior when both `DateTime` and `DateTimeLocalOffset` are provided in modification requests."/>
762      <EntityType Name="Manager" BaseType="Manager.v1_2_13.Manager"/>
763    </Schema>
764
765    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_15">
766      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
767      <Annotation Term="OData.Description" String="This version was created to update the description for the `BMC` value of `ManagerType` to allow for multiple systems.  It was also created to clarify the usage of the `ServiceIdentification` property.  It was also created to correct various typographical errors."/>
768      <EntityType Name="Manager" BaseType="Manager.v1_2_14.Manager"/>
769    </Schema>
770
771    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_16">
772      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
773      <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."/>
774      <EntityType Name="Manager" BaseType="Manager.v1_2_15.Manager"/>
775    </Schema>
776
777    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_17">
778      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
779      <Annotation Term="OData.Description" String="This version was created to clarify the description of the `CommandShell` property.  It was also was created to correct the OpenAPI usage of payload annotations in action request bodies."/>
780      <EntityType Name="Manager" BaseType="Manager.v1_2_16.Manager"/>
781    </Schema>
782
783    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_0">
784      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
785      <Annotation Term="Redfish.Release" String="2016.3"/>
786
787      <EntityType Name="Manager" BaseType="Manager.v1_2_1.Manager">
788        <NavigationProperty Name="HostInterfaces" Type="HostInterfaceCollection.HostInterfaceCollection" Nullable="false">
789          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
790          <Annotation Term="OData.Description" String="The link to a collection of host interfaces that this manager uses for local host communication.  Clients can find host interface configuration options and settings in this navigation property."/>
791          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type `HostInterfaceCollection`."/>
792          <Annotation Term="OData.AutoExpandReferences"/>
793        </NavigationProperty>
794      </EntityType>
795    </Schema>
796
797    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_1">
798      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
799      <Annotation Term="OData.Description" String="This version was created to remove the nullable term on arrays of links."/>
800      <EntityType Name="Manager" BaseType="Manager.v1_3_0.Manager"/>
801    </Schema>
802
803    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_2">
804      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
805      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
806      <EntityType Name="Manager" BaseType="Manager.v1_3_1.Manager"/>
807    </Schema>
808
809    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_3">
810      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
811      <Annotation Term="OData.Description" String="This version was created to change `PowerState` to use the unversioned definition.  It was also created to correct the short and long descriptions in the defined actions and to remove the `Nullable=false` term from ServiceEntryPointUUID."/>
812      <EntityType Name="Manager" BaseType="Manager.v1_3_2.Manager"/>
813    </Schema>
814
815    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_4">
816      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
817      <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."/>
818      <EntityType Name="Manager" BaseType="Manager.v1_3_3.Manager"/>
819    </Schema>
820
821    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_5">
822      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
823      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
824      <EntityType Name="Manager" BaseType="Manager.v1_3_4.Manager"/>
825    </Schema>
826
827    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_6">
828      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
829      <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."/>
830      <EntityType Name="Manager" BaseType="Manager.v1_3_5.Manager"/>
831    </Schema>
832
833    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_7">
834      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
835      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
836      <EntityType Name="Manager" BaseType="Manager.v1_3_6.Manager"/>
837    </Schema>
838
839    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_8">
840      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
841      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
842      <EntityType Name="Manager" BaseType="Manager.v1_3_7.Manager"/>
843    </Schema>
844
845    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_9">
846      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
847      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
848      <EntityType Name="Manager" BaseType="Manager.v1_3_8.Manager"/>
849    </Schema>
850
851    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_10">
852      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
853      <Annotation Term="OData.Description" String="This version was created to add annotation recommendations for `ResetType`."/>
854      <EntityType Name="Manager" BaseType="Manager.v1_3_9.Manager"/>
855    </Schema>
856
857    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_11">
858      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
859      <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
860      <EntityType Name="Manager" BaseType="Manager.v1_3_10.Manager"/>
861    </Schema>
862
863    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_12">
864      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
865      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
866      <EntityType Name="Manager" BaseType="Manager.v1_3_11.Manager"/>
867    </Schema>
868
869    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_13">
870      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
871      <Annotation Term="OData.Description" String="This version was created to clarify the behavior when both `DateTime` and `DateTimeLocalOffset` are provided in modification requests."/>
872      <EntityType Name="Manager" BaseType="Manager.v1_3_12.Manager"/>
873    </Schema>
874
875    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_14">
876      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
877      <Annotation Term="OData.Description" String="This version was created to update the description for the `BMC` value of `ManagerType` to allow for multiple systems.  It was also created to clarify the usage of the `ServiceIdentification` property.  It was also created to correct various typographical errors."/>
878      <EntityType Name="Manager" BaseType="Manager.v1_3_13.Manager"/>
879    </Schema>
880
881    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_15">
882      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
883      <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."/>
884      <EntityType Name="Manager" BaseType="Manager.v1_3_14.Manager"/>
885    </Schema>
886
887    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_16">
888      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
889      <Annotation Term="OData.Description" String="This version was created to clarify the description of the `CommandShell` property.  It was also was created to correct the OpenAPI usage of payload annotations in action request bodies."/>
890      <EntityType Name="Manager" BaseType="Manager.v1_3_15.Manager"/>
891    </Schema>
892
893    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_4_0">
894      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
895      <Annotation Term="Redfish.Release" String="2018.1"/>
896
897      <EntityType Name="Manager" BaseType="Manager.v1_3_3.Manager">
898        <Property Name="AutoDSTEnabled" Type="Edm.Boolean" Nullable="false">
899          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
900          <Annotation Term="OData.Description" String="An indication of whether the manager is configured for automatic Daylight Saving Time (DST) adjustment."/>
901          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the manager is configured for automatic Daylight Saving Time (DST) adjustment."/>
902        </Property>
903      </EntityType>
904
905      <ComplexType Name="Links" BaseType="Manager.v1_1_0.Links">
906        <NavigationProperty Name="ManagerForSwitches" Type="Collection(Switch.Switch)">
907          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
908          <Annotation Term="OData.Description" String="An array of links to the switches that this manager controls."/>
909          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to switches that this manager instance controls."/>
910          <Annotation Term="OData.AutoExpandReferences"/>
911        </NavigationProperty>
912      </ComplexType>
913    </Schema>
914
915    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_4_1">
916      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
917      <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."/>
918      <EntityType Name="Manager" BaseType="Manager.v1_4_0.Manager"/>
919    </Schema>
920
921    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_4_2">
922      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
923      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
924      <EntityType Name="Manager" BaseType="Manager.v1_4_1.Manager"/>
925    </Schema>
926
927    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_4_3">
928      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
929      <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."/>
930      <EntityType Name="Manager" BaseType="Manager.v1_4_2.Manager"/>
931    </Schema>
932
933    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_4_4">
934      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
935      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
936      <EntityType Name="Manager" BaseType="Manager.v1_4_3.Manager"/>
937    </Schema>
938
939    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_4_5">
940      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
941      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
942      <EntityType Name="Manager" BaseType="Manager.v1_4_4.Manager"/>
943    </Schema>
944
945    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_4_6">
946      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
947      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
948      <EntityType Name="Manager" BaseType="Manager.v1_4_5.Manager"/>
949    </Schema>
950
951    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_4_7">
952      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
953      <Annotation Term="OData.Description" String="This version was created to add annotation recommendations for `ResetType`."/>
954      <EntityType Name="Manager" BaseType="Manager.v1_4_6.Manager"/>
955    </Schema>
956
957    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_4_8">
958      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
959      <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
960      <EntityType Name="Manager" BaseType="Manager.v1_4_7.Manager"/>
961    </Schema>
962
963    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_4_9">
964      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
965      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
966      <EntityType Name="Manager" BaseType="Manager.v1_4_8.Manager"/>
967    </Schema>
968
969    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_4_10">
970      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
971      <Annotation Term="OData.Description" String="This version was created to clarify the behavior when both `DateTime` and `DateTimeLocalOffset` are provided in modification requests."/>
972      <EntityType Name="Manager" BaseType="Manager.v1_4_9.Manager"/>
973    </Schema>
974
975    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_4_11">
976      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
977      <Annotation Term="OData.Description" String="This version was created to update the description for the `BMC` value of `ManagerType` to allow for multiple systems.  It was also created to clarify the usage of the `ServiceIdentification` property.  It was also created to correct various typographical errors."/>
978      <EntityType Name="Manager" BaseType="Manager.v1_4_10.Manager"/>
979    </Schema>
980
981    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_4_12">
982      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
983      <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."/>
984      <EntityType Name="Manager" BaseType="Manager.v1_4_11.Manager"/>
985    </Schema>
986
987    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_4_13">
988      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
989      <Annotation Term="OData.Description" String="This version was created to clarify the description of the `CommandShell` property.  It was also was created to correct the OpenAPI usage of payload annotations in action request bodies."/>
990      <EntityType Name="Manager" BaseType="Manager.v1_4_12.Manager"/>
991    </Schema>
992
993    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_5_0">
994      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
995      <Annotation Term="Redfish.Release" String="2018.2"/>
996
997      <EntityType Name="Manager" BaseType="Manager.v1_4_1.Manager">
998        <Property Name="RemoteRedfishServiceUri" Type="Edm.String">
999          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1000          <Annotation Term="OData.Description" String="The URI of the Redfish service root for the remote manager that this resource represents."/>
1001          <Annotation Term="OData.LongDescription" String="This property shall contain the URI of the Redfish service root for the remote manager that this resource represents.  This property shall only be present when providing aggregation of Redfish services."/>
1002          <Annotation Term="OData.IsURL"/>
1003        </Property>
1004        <NavigationProperty Name="RemoteAccountService" Type="AccountService.AccountService" ContainsTarget="true" Nullable="false">
1005          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1006          <Annotation Term="OData.Description" String="The link to the account service resource for the remote manager that this resource represents."/>
1007          <Annotation Term="OData.LongDescription" String="This property shall contain a link to the account service resource for the remote manager that this resource represents.  This property shall only be present when providing aggregation of a remote manager."/>
1008          <Annotation Term="OData.AutoExpandReferences"/>
1009        </NavigationProperty>
1010      </EntityType>
1011    </Schema>
1012
1013    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_5_1">
1014      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1015      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
1016      <EntityType Name="Manager" BaseType="Manager.v1_5_0.Manager"/>
1017    </Schema>
1018
1019    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_5_2">
1020      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1021      <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."/>
1022      <EntityType Name="Manager" BaseType="Manager.v1_5_1.Manager"/>
1023    </Schema>
1024
1025    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_5_3">
1026      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1027      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1028      <EntityType Name="Manager" BaseType="Manager.v1_5_2.Manager"/>
1029    </Schema>
1030
1031    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_5_4">
1032      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1033      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1034      <EntityType Name="Manager" BaseType="Manager.v1_5_3.Manager"/>
1035    </Schema>
1036
1037    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_5_5">
1038      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1039      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1040      <EntityType Name="Manager" BaseType="Manager.v1_5_4.Manager"/>
1041    </Schema>
1042
1043    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_5_6">
1044      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1045      <Annotation Term="OData.Description" String="This version was created to add annotation recommendations for `ResetType`."/>
1046      <EntityType Name="Manager" BaseType="Manager.v1_5_5.Manager"/>
1047    </Schema>
1048
1049    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_5_7">
1050      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1051      <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
1052      <EntityType Name="Manager" BaseType="Manager.v1_5_6.Manager"/>
1053    </Schema>
1054
1055    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_5_8">
1056      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1057      <Annotation Term="OData.Description" String="This version was created to clarify the usage of `RemoteAccountService` to be allowed for other types of aggregated managers.  It was also created to correct various descriptions to use proper normative terminology."/>
1058      <EntityType Name="Manager" BaseType="Manager.v1_5_7.Manager"/>
1059    </Schema>
1060
1061    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_5_9">
1062      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1063      <Annotation Term="OData.Description" String="This version was created to clarify the behavior when both `DateTime` and `DateTimeLocalOffset` are provided in modification requests."/>
1064      <EntityType Name="Manager" BaseType="Manager.v1_5_8.Manager"/>
1065    </Schema>
1066
1067    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_5_10">
1068      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1069      <Annotation Term="OData.Description" String="This version was created to update the description for the `BMC` value of `ManagerType` to allow for multiple systems.  It was also created to clarify the usage of the `ServiceIdentification` property.  It was also created to correct various typographical errors."/>
1070      <EntityType Name="Manager" BaseType="Manager.v1_5_9.Manager"/>
1071    </Schema>
1072
1073    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_5_11">
1074      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1075      <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."/>
1076      <EntityType Name="Manager" BaseType="Manager.v1_5_10.Manager"/>
1077    </Schema>
1078
1079    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_5_12">
1080      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1081      <Annotation Term="OData.Description" String="This version was created to clarify the description of the `CommandShell` property.  It was also was created to correct the OpenAPI usage of payload annotations in action request bodies."/>
1082      <EntityType Name="Manager" BaseType="Manager.v1_5_11.Manager"/>
1083    </Schema>
1084
1085    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_6_0">
1086      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1087      <Annotation Term="Redfish.Release" String="2019.2"/>
1088
1089      <EntityType Name="Manager" BaseType="Manager.v1_5_3.Manager"/>
1090
1091      <ComplexType Name="Links" BaseType="Manager.v1_4_0.Links">
1092        <NavigationProperty Name="ActiveSoftwareImage" Type="SoftwareInventory.SoftwareInventory" Nullable="false">
1093          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1094          <Annotation Term="OData.Description" String="The link to the software inventory resource that represents the active firmware image for this manager."/>
1095          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type `SoftwareInventory` that represents the active firmware image for this manager."/>
1096          <Annotation Term="OData.AutoExpandReferences"/>
1097        </NavigationProperty>
1098        <NavigationProperty Name="SoftwareImages" Type="Collection(SoftwareInventory.SoftwareInventory)">
1099          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1100          <Annotation Term="OData.Description" String="The images that are associated with this manager."/>
1101          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type `SoftwareInventory` that represent the firmware images that apply to this manager."/>
1102          <Annotation Term="OData.AutoExpandReferences"/>
1103        </NavigationProperty>
1104      </ComplexType>
1105    </Schema>
1106
1107    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_6_1">
1108      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1109      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1110      <EntityType Name="Manager" BaseType="Manager.v1_6_0.Manager"/>
1111    </Schema>
1112
1113    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_6_2">
1114      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1115      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1116      <EntityType Name="Manager" BaseType="Manager.v1_6_1.Manager"/>
1117    </Schema>
1118
1119    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_6_3">
1120      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1121      <Annotation Term="OData.Description" String="This version was created to add annotation recommendations for `ResetType`."/>
1122      <EntityType Name="Manager" BaseType="Manager.v1_6_2.Manager"/>
1123    </Schema>
1124
1125    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_6_4">
1126      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1127      <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
1128      <EntityType Name="Manager" BaseType="Manager.v1_6_3.Manager"/>
1129    </Schema>
1130
1131    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_6_5">
1132      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1133      <Annotation Term="OData.Description" String="This version was created to clarify the usage of `RemoteAccountService` to be allowed for other types of aggregated managers.  It was also created to correct various descriptions to use proper normative terminology."/>
1134      <EntityType Name="Manager" BaseType="Manager.v1_6_4.Manager"/>
1135    </Schema>
1136
1137    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_6_6">
1138      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1139      <Annotation Term="OData.Description" String="This version was created to clarify the behavior when both `DateTime` and `DateTimeLocalOffset` are provided in modification requests."/>
1140      <EntityType Name="Manager" BaseType="Manager.v1_6_5.Manager"/>
1141    </Schema>
1142
1143    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_6_7">
1144      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1145      <Annotation Term="OData.Description" String="This version was created to update the description for the `BMC` value of `ManagerType` to allow for multiple systems.  It was also created to clarify the usage of the `ServiceIdentification` property.  It was also created to correct various typographical errors."/>
1146      <EntityType Name="Manager" BaseType="Manager.v1_6_6.Manager"/>
1147    </Schema>
1148
1149    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_6_8">
1150      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1151      <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."/>
1152      <EntityType Name="Manager" BaseType="Manager.v1_6_7.Manager"/>
1153    </Schema>
1154
1155    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_6_9">
1156      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1157      <Annotation Term="OData.Description" String="This version was created to clarify the description of the `CommandShell` property.  It was also was created to correct the OpenAPI usage of payload annotations in action request bodies."/>
1158      <EntityType Name="Manager" BaseType="Manager.v1_6_8.Manager"/>
1159    </Schema>
1160
1161    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_7_0">
1162      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1163      <Annotation Term="Redfish.Release" String="2019.4"/>
1164
1165      <EntityType Name="Manager" BaseType="Manager.v1_6_0.Manager">
1166        <Property Name="Manufacturer" Type="Edm.String">
1167          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1168          <Annotation Term="OData.Description" String="The manufacturer of this manager."/>
1169          <Annotation Term="OData.LongDescription" String="This property shall contain the name of the organization responsible for producing the manager.  This organization may be the entity from whom the manager is purchased, but this is not necessarily true."/>
1170        </Property>
1171        <Property Name="SerialNumber" Type="Edm.String">
1172          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1173          <Annotation Term="OData.Description" String="The serial number of the manager."/>
1174          <Annotation Term="OData.LongDescription" String="This property shall contain a manufacturer-allocated number that identifies the manager."/>
1175        </Property>
1176        <Property Name="PartNumber" Type="Edm.String">
1177          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1178          <Annotation Term="OData.Description" String="The part number of the manager."/>
1179          <Annotation Term="OData.LongDescription" String="This property shall contain a part number assigned by the organization that is responsible for producing or manufacturing the manager."/>
1180        </Property>
1181      </EntityType>
1182    </Schema>
1183
1184    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_7_1">
1185      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1186      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1187      <EntityType Name="Manager" BaseType="Manager.v1_7_0.Manager"/>
1188    </Schema>
1189
1190    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_7_2">
1191      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1192      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1193      <EntityType Name="Manager" BaseType="Manager.v1_7_1.Manager"/>
1194    </Schema>
1195
1196    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_7_3">
1197      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1198      <Annotation Term="OData.Description" String="This version was created to add annotation recommendations for `ResetType`."/>
1199      <EntityType Name="Manager" BaseType="Manager.v1_7_2.Manager"/>
1200    </Schema>
1201
1202    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_7_4">
1203      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1204      <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
1205      <EntityType Name="Manager" BaseType="Manager.v1_7_3.Manager"/>
1206    </Schema>
1207
1208    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_7_5">
1209      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1210      <Annotation Term="OData.Description" String="This version was created to clarify the usage of `RemoteAccountService` to be allowed for other types of aggregated managers.  It was also created to correct various descriptions to use proper normative terminology."/>
1211      <EntityType Name="Manager" BaseType="Manager.v1_7_4.Manager"/>
1212    </Schema>
1213
1214    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_7_6">
1215      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1216      <Annotation Term="OData.Description" String="This version was created to clarify the behavior when both `DateTime` and `DateTimeLocalOffset` are provided in modification requests."/>
1217      <EntityType Name="Manager" BaseType="Manager.v1_7_5.Manager"/>
1218    </Schema>
1219
1220    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_7_7">
1221      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1222      <Annotation Term="OData.Description" String="This version was created to update the description for the `BMC` value of `ManagerType` to allow for multiple systems.  It was also created to clarify the usage of the `ServiceIdentification` property.  It was also created to correct various typographical errors."/>
1223      <EntityType Name="Manager" BaseType="Manager.v1_7_6.Manager"/>
1224    </Schema>
1225
1226    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_7_8">
1227      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1228      <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."/>
1229      <EntityType Name="Manager" BaseType="Manager.v1_7_7.Manager"/>
1230    </Schema>
1231
1232    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_7_9">
1233      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1234      <Annotation Term="OData.Description" String="This version was created to clarify the description of the `CommandShell` property.  It was also was created to correct the OpenAPI usage of payload annotations in action request bodies."/>
1235      <EntityType Name="Manager" BaseType="Manager.v1_7_8.Manager"/>
1236    </Schema>
1237
1238    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_8_0">
1239      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1240      <Annotation Term="Redfish.Release" String="2020.1"/>
1241      <Annotation Term="OData.Description" String="This version was created to add the `ResetToDefaults` action."/>
1242
1243      <EntityType Name="Manager" BaseType="Manager.v1_7_1.Manager"/>
1244
1245      <EnumType Name="ResetToDefaultsType">
1246        <Member Name="ResetAll">
1247          <Annotation Term="OData.Description" String="Reset all settings to factory defaults."/>
1248        </Member>
1249        <Member Name="PreserveNetworkAndUsers">
1250          <Annotation Term="OData.Description" String="Reset all settings except network and local usernames/passwords to factory defaults."/>
1251        </Member>
1252        <Member Name="PreserveNetwork">
1253          <Annotation Term="OData.Description" String="Reset all settings except network settings to factory defaults."/>
1254        </Member>
1255      </EnumType>
1256    </Schema>
1257
1258    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_8_1">
1259      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1260      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1261      <EntityType Name="Manager" BaseType="Manager.v1_8_0.Manager"/>
1262    </Schema>
1263
1264    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_8_2">
1265      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1266      <Annotation Term="OData.Description" String="This version was created to add annotation recommendations for `ResetType`."/>
1267      <EntityType Name="Manager" BaseType="Manager.v1_8_1.Manager"/>
1268    </Schema>
1269
1270    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_8_3">
1271      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1272      <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
1273      <EntityType Name="Manager" BaseType="Manager.v1_8_2.Manager"/>
1274    </Schema>
1275
1276    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_8_4">
1277      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1278      <Annotation Term="OData.Description" String="This version was created to clarify the usage of `RemoteAccountService` to be allowed for other types of aggregated managers.  It was also created to correct various descriptions to use proper normative terminology."/>
1279      <EntityType Name="Manager" BaseType="Manager.v1_8_3.Manager"/>
1280    </Schema>
1281
1282    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_8_5">
1283      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1284      <Annotation Term="OData.Description" String="This version was created to clarify the behavior when both `DateTime` and `DateTimeLocalOffset` are provided in modification requests."/>
1285      <EntityType Name="Manager" BaseType="Manager.v1_8_4.Manager"/>
1286    </Schema>
1287
1288    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_8_6">
1289      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1290      <Annotation Term="OData.Description" String="This version was created to update the description for the `BMC` value of `ManagerType` to allow for multiple systems.  It was also created to clarify the usage of the `ServiceIdentification` property.  It was also created to correct various typographical errors."/>
1291      <EntityType Name="Manager" BaseType="Manager.v1_8_5.Manager"/>
1292    </Schema>
1293
1294    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_8_7">
1295      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1296      <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."/>
1297      <EntityType Name="Manager" BaseType="Manager.v1_8_6.Manager"/>
1298    </Schema>
1299
1300    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_8_8">
1301      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1302      <Annotation Term="OData.Description" String="This version was created to clarify the description of the `CommandShell` property.  It was also was created to correct the OpenAPI usage of payload annotations in action request bodies."/>
1303      <EntityType Name="Manager" BaseType="Manager.v1_8_7.Manager"/>
1304    </Schema>
1305
1306    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_9_0">
1307      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1308      <Annotation Term="Redfish.Release" String="2020.2"/>
1309
1310      <EntityType Name="Manager" BaseType="Manager.v1_8_1.Manager">
1311        <Property Name="LastResetTime" Type="Edm.DateTimeOffset" Nullable="false">
1312          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1313          <Annotation Term="OData.Description" String="The date and time when the manager was last reset or rebooted."/>
1314          <Annotation Term="OData.LongDescription" String="This property shall contain the date and time when the manager last came out of a reset or was rebooted."/>
1315        </Property>
1316      </EntityType>
1317
1318      <ComplexType Name="Links" BaseType="Manager.v1_6_0.Links">
1319        <NavigationProperty Name="ManagedBy" Type="Collection(Manager.Manager)">
1320          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1321          <Annotation Term="OData.Description" String="The array of links to the managers responsible for managing this manager."/>
1322          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type `Manager` that represent the managers for this manager."/>
1323          <Annotation Term="OData.AutoExpandReferences"/>
1324        </NavigationProperty>
1325        <NavigationProperty Name="ManagerForManagers" Type="Collection(Manager.Manager)">
1326          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1327          <Annotation Term="OData.Description" String="An array of links to the managers that are managed by this manager."/>
1328          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type `Manager` that represent the managers being managed by this manager."/>
1329          <Annotation Term="OData.AutoExpandReferences"/>
1330        </NavigationProperty>
1331      </ComplexType>
1332    </Schema>
1333
1334    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_9_1">
1335      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1336      <Annotation Term="OData.Description" String="This version was created to add annotation recommendations for `ResetType`."/>
1337      <EntityType Name="Manager" BaseType="Manager.v1_9_0.Manager"/>
1338    </Schema>
1339
1340    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_9_2">
1341      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1342      <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
1343      <EntityType Name="Manager" BaseType="Manager.v1_9_1.Manager"/>
1344    </Schema>
1345
1346    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_9_3">
1347      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1348      <Annotation Term="OData.Description" String="This version was created to clarify the usage of `RemoteAccountService` to be allowed for other types of aggregated managers.  It was also created to correct various descriptions to use proper normative terminology."/>
1349      <EntityType Name="Manager" BaseType="Manager.v1_9_2.Manager"/>
1350    </Schema>
1351
1352    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_9_4">
1353      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1354      <Annotation Term="OData.Description" String="This version was created to clarify the behavior when both `DateTime` and `DateTimeLocalOffset` are provided in modification requests."/>
1355      <EntityType Name="Manager" BaseType="Manager.v1_9_3.Manager"/>
1356    </Schema>
1357
1358    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_9_5">
1359      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1360      <Annotation Term="OData.Description" String="This version was created to update the description for the `BMC` value of `ManagerType` to allow for multiple systems.  It was also created to clarify the usage of the `ServiceIdentification` property.  It was also created to correct various typographical errors."/>
1361      <EntityType Name="Manager" BaseType="Manager.v1_9_4.Manager"/>
1362    </Schema>
1363
1364    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_9_6">
1365      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1366      <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."/>
1367      <EntityType Name="Manager" BaseType="Manager.v1_9_5.Manager"/>
1368    </Schema>
1369
1370    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_9_7">
1371      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1372      <Annotation Term="OData.Description" String="This version was created to clarify the description of the `CommandShell` property.  It was also was created to correct the OpenAPI usage of payload annotations in action request bodies."/>
1373      <EntityType Name="Manager" BaseType="Manager.v1_9_6.Manager"/>
1374    </Schema>
1375
1376    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_10_0">
1377      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1378      <Annotation Term="Redfish.Release" String="2020.3"/>
1379      <Annotation Term="OData.Description" String="This version was created to deprecate the `VirtualMedia` and `SerialConsole` properties in favor of the `VirtualMedia` and `SerialConsole` properties in the `ComputerSystem` schema."/>
1380
1381      <EntityType Name="Manager" BaseType="Manager.v1_9_1.Manager">
1382        <Property Name="TimeZoneName" Type="Edm.String" Nullable="false">
1383          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1384          <Annotation Term="OData.Description" String="The time zone of the manager."/>
1385          <Annotation Term="OData.LongDescription" String="This property shall contain the time zone of the manager.  The time zone shall be either the 'Name' or the 'Format' for the zone as defined in the IANA Time Zone Database.  The value of this property is used for display purposes, especially to enhance the display of time.  A Redfish service may not be able to ensure accuracy and consistency between the `DateTimeOffset` property and this property.  Therefore, to specify the correct time zone offset, see the `DateTimeOffset` property."/>
1386        </Property>
1387      </EntityType>
1388    </Schema>
1389
1390    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_10_1">
1391      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1392      <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
1393      <EntityType Name="Manager" BaseType="Manager.v1_10_0.Manager"/>
1394    </Schema>
1395
1396    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_10_2">
1397      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1398      <Annotation Term="OData.Description" String="This version was created to clarify the usage of `RemoteAccountService` to be allowed for other types of aggregated managers.  It was also created to correct various descriptions to use proper normative terminology."/>
1399      <EntityType Name="Manager" BaseType="Manager.v1_10_1.Manager"/>
1400    </Schema>
1401
1402    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_10_3">
1403      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1404      <Annotation Term="OData.Description" String="This version was created to clarify the behavior when both `DateTime` and `DateTimeLocalOffset` are provided in modification requests."/>
1405      <EntityType Name="Manager" BaseType="Manager.v1_10_2.Manager"/>
1406    </Schema>
1407
1408    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_10_4">
1409      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1410      <Annotation Term="OData.Description" String="This version was created to update the description for the `BMC` value of `ManagerType` to allow for multiple systems.  It was also created to clarify the usage of the `ServiceIdentification` property.  It was also created to correct various typographical errors."/>
1411      <EntityType Name="Manager" BaseType="Manager.v1_10_3.Manager"/>
1412    </Schema>
1413
1414    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_10_5">
1415      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1416      <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."/>
1417      <EntityType Name="Manager" BaseType="Manager.v1_10_4.Manager"/>
1418    </Schema>
1419
1420    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_10_6">
1421      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1422      <Annotation Term="OData.Description" String="This version was created to clarify the description of the `CommandShell` property.  It was also was created to correct the OpenAPI usage of payload annotations in action request bodies."/>
1423      <EntityType Name="Manager" BaseType="Manager.v1_10_5.Manager"/>
1424    </Schema>
1425
1426    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_11_0">
1427      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1428      <Annotation Term="Redfish.Release" String="2020.4"/>
1429
1430      <EntityType Name="Manager" BaseType="Manager.v1_10_1.Manager">
1431        <Property Name="Location" Type="Resource.Location" Nullable="false">
1432          <Annotation Term="OData.Description" String="The location of the manager."/>
1433          <Annotation Term="OData.LongDescription" String="This property shall contain the location information of the associated manager."/>
1434        </Property>
1435        <Property Name="LocationIndicatorActive" Type="Edm.Boolean">
1436          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1437          <Annotation Term="OData.Description" String="An indicator allowing an operator to physically locate this resource."/>
1438          <Annotation Term="OData.LongDescription" String="This property shall contain the state of the indicator used to physically identify or locate this resource.  A write to this property shall update the value of `IndicatorLED` in this resource, if supported, to reflect the implementation of the locating function."/>
1439        </Property>
1440        <Property Name="SparePartNumber" Type="Edm.String">
1441          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1442          <Annotation Term="OData.Description" String="The spare part number of the manager."/>
1443          <Annotation Term="OData.LongDescription" String="This property shall contain the spare part number of the manager."/>
1444        </Property>
1445      </EntityType>
1446    </Schema>
1447
1448    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_11_1">
1449      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1450      <Annotation Term="OData.Description" String="This version was created to clarify the usage of `RemoteAccountService` to be allowed for other types of aggregated managers.  It was also created to correct various descriptions to use proper normative terminology."/>
1451      <EntityType Name="Manager" BaseType="Manager.v1_11_0.Manager"/>
1452    </Schema>
1453
1454    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_11_2">
1455      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1456      <Annotation Term="OData.Description" String="This version was created to clarify the behavior when both `DateTime` and `DateTimeLocalOffset` are provided in modification requests."/>
1457      <EntityType Name="Manager" BaseType="Manager.v1_11_1.Manager"/>
1458    </Schema>
1459
1460    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_11_3">
1461      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1462      <Annotation Term="OData.Description" String="This version was created to update the description for the `BMC` value of `ManagerType` to allow for multiple systems.  It was also created to clarify the usage of the `ServiceIdentification` property.  It was also created to correct various typographical errors."/>
1463      <EntityType Name="Manager" BaseType="Manager.v1_11_2.Manager"/>
1464    </Schema>
1465
1466    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_11_4">
1467      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1468      <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."/>
1469      <EntityType Name="Manager" BaseType="Manager.v1_11_3.Manager"/>
1470    </Schema>
1471
1472    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_11_5">
1473      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1474      <Annotation Term="OData.Description" String="This version was created to clarify the description of the `CommandShell` property.  It was also was created to correct the OpenAPI usage of payload annotations in action request bodies."/>
1475      <EntityType Name="Manager" BaseType="Manager.v1_11_4.Manager"/>
1476    </Schema>
1477
1478    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_12_0">
1479      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1480      <Annotation Term="Redfish.Release" String="2021.1"/>
1481
1482      <EntityType Name="Manager" BaseType="Manager.v1_11_0.Manager">
1483        <NavigationProperty Name="USBPorts" Type="PortCollection.PortCollection" Nullable="false">
1484          <Annotation Term="OData.Description" String="The USB ports of the manager."/>
1485          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type `PortCollection` that represent the USB ports of the manager."/>
1486        </NavigationProperty>
1487      </EntityType>
1488    </Schema>
1489
1490    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_12_1">
1491      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1492      <Annotation Term="OData.Description" String="This version was created to clarify the behavior when both `DateTime` and `DateTimeLocalOffset` are provided in modification requests."/>
1493      <EntityType Name="Manager" BaseType="Manager.v1_12_0.Manager"/>
1494    </Schema>
1495
1496    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_12_2">
1497      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1498      <Annotation Term="OData.Description" String="This version was created to update the description for the `BMC` value of `ManagerType` to allow for multiple systems.  It was also created to clarify the usage of the `ServiceIdentification` property.  It was also created to correct various typographical errors."/>
1499      <EntityType Name="Manager" BaseType="Manager.v1_12_1.Manager"/>
1500    </Schema>
1501
1502    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_12_3">
1503      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1504      <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."/>
1505      <EntityType Name="Manager" BaseType="Manager.v1_12_2.Manager"/>
1506    </Schema>
1507
1508    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_12_4">
1509      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1510      <Annotation Term="OData.Description" String="This version was created to clarify the description of the `CommandShell` property.  It was also was created to correct the OpenAPI usage of payload annotations in action request bodies."/>
1511      <EntityType Name="Manager" BaseType="Manager.v1_12_3.Manager"/>
1512    </Schema>
1513
1514    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_13_0">
1515      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1516      <Annotation Term="Redfish.Release" String="2021.2"/>
1517
1518      <EntityType Name="Manager" BaseType="Manager.v1_12_1.Manager">
1519        <NavigationProperty Name="Certificates" Type="CertificateCollection.CertificateCollection" ContainsTarget="true" Nullable="false">
1520          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1521          <Annotation Term="OData.Description" String="The link to a collection of certificates for device identity and attestation."/>
1522          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type `CertificateCollection` that contains certificates for device identity and attestation."/>
1523          <Annotation Term="OData.AutoExpandReferences"/>
1524        </NavigationProperty>
1525        <Property Name="Measurements" Type="Collection(SoftwareInventory.MeasurementBlock)" Nullable="false">
1526          <Annotation Term="OData.Description" String="An array of DSP0274-defined measurement blocks."/>
1527          <Annotation Term="OData.LongDescription" String="This property shall contain an array of DSP0274-defined measurement blocks."/>
1528          <Annotation Term="Redfish.Revisions">
1529            <Collection>
1530              <Record>
1531                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
1532                <PropertyValue Property="Version" String="v1_14_0"/>
1533                <PropertyValue Property="Description" String="This property has been deprecated in favor of the `ComponentIntegrity` resource."/>
1534              </Record>
1535            </Collection>
1536          </Annotation>
1537        </Property>
1538      </EntityType>
1539    </Schema>
1540
1541    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_13_1">
1542      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1543      <Annotation Term="OData.Description" String="This version was created to update the description for the `BMC` value of `ManagerType` to allow for multiple systems.  It was also created to clarify the usage of the `ServiceIdentification` property.  It was also created to correct various typographical errors."/>
1544      <EntityType Name="Manager" BaseType="Manager.v1_13_0.Manager"/>
1545    </Schema>
1546
1547    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_13_2">
1548      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1549      <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."/>
1550      <EntityType Name="Manager" BaseType="Manager.v1_13_1.Manager"/>
1551    </Schema>
1552
1553    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_13_3">
1554      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1555      <Annotation Term="OData.Description" String="This version was created to clarify the description of the `CommandShell` property.  It was also was created to correct the OpenAPI usage of payload annotations in action request bodies."/>
1556      <EntityType Name="Manager" BaseType="Manager.v1_13_2.Manager"/>
1557    </Schema>
1558
1559    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_14_0">
1560      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1561      <Annotation Term="Redfish.Release" String="2021.4"/>
1562      <Annotation Term="OData.Description" String="This version was created to deprecate `Measurements` in favor of measurement reporting in the `ComponentIntegrity` resource."/>
1563
1564      <EntityType Name="Manager" BaseType="Manager.v1_13_0.Manager">
1565        <NavigationProperty Name="ManagerDiagnosticData" Type="ManagerDiagnosticData.ManagerDiagnosticData">
1566          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1567          <Annotation Term="OData.Description" String="The diagnostic data for this manager."/>
1568          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type `ManagerDiagnosticData` that represents the diagnostic data for this manager."/>
1569        </NavigationProperty>
1570      </EntityType>
1571    </Schema>
1572
1573    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_14_1">
1574      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1575      <Annotation Term="OData.Description" String="This version was created to update the description for the `BMC` value of `ManagerType` to allow for multiple systems.  It was also created to clarify the usage of the `ServiceIdentification` property.  It was also created to correct various typographical errors."/>
1576      <EntityType Name="Manager" BaseType="Manager.v1_14_0.Manager"/>
1577    </Schema>
1578
1579    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_14_2">
1580      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1581      <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."/>
1582      <EntityType Name="Manager" BaseType="Manager.v1_14_1.Manager"/>
1583    </Schema>
1584
1585    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_14_3">
1586      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1587      <Annotation Term="OData.Description" String="This version was created to clarify the description of the `CommandShell` property.  It was also was created to correct the OpenAPI usage of payload annotations in action request bodies."/>
1588      <EntityType Name="Manager" BaseType="Manager.v1_14_2.Manager"/>
1589    </Schema>
1590
1591    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_15_0">
1592      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1593      <Annotation Term="Redfish.Release" String="2022.1"/>
1594
1595      <EntityType Name="Manager" BaseType="Manager.v1_14_0.Manager">
1596        <Property Name="ServiceIdentification" Type="Edm.String">
1597          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1598          <Annotation Term="OData.Description" String="A product instance identifier displayed in the Redfish service root."/>
1599          <Annotation Term="OData.LongDescription" String="This property shall contain a vendor-provided or user-provided value that identifies and associates a discovered Redfish service with a particular product instance.  If this manager provides the Redfish service, the `ServiceIdentification` property in the `ServiceRoot` resource shall contain the value of this property.  This property shall only be present if the manager provides the Redfish service.  The value of this property is used in conjunction with the `Product` and `Vendor` properties in `ServiceRoot` to match user credentials or other a priori product instance information necessary for initial deployment to the correct, matching Redfish service."/>
1600        </Property>
1601        <Property Name="AdditionalFirmwareVersions" Type="SoftwareInventory.AdditionalVersions" Nullable="false">
1602          <Annotation Term="OData.Description" String="The additional firmware versions of the manager."/>
1603          <Annotation Term="OData.LongDescription" String="This property shall contain the additional firmware versions of the manager."/>
1604        </Property>
1605      </EntityType>
1606    </Schema>
1607
1608    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_15_1">
1609      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1610      <Annotation Term="OData.Description" String="This version was created to update the description for the `BMC` value of `ManagerType` to allow for multiple systems.  It was also created to clarify the usage of the `ServiceIdentification` property.  It was also created to correct various typographical errors."/>
1611      <EntityType Name="Manager" BaseType="Manager.v1_15_0.Manager"/>
1612    </Schema>
1613
1614    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_15_2">
1615      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1616      <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."/>
1617      <EntityType Name="Manager" BaseType="Manager.v1_15_1.Manager"/>
1618    </Schema>
1619
1620    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_15_3">
1621      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1622      <Annotation Term="OData.Description" String="This version was created to clarify the description of the `CommandShell` property.  It was also was created to correct the OpenAPI usage of payload annotations in action request bodies."/>
1623      <EntityType Name="Manager" BaseType="Manager.v1_15_2.Manager"/>
1624    </Schema>
1625
1626    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_16_0">
1627      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1628      <Annotation Term="Redfish.Release" String="2022.2"/>
1629
1630      <EntityType Name="Manager" BaseType="Manager.v1_15_0.Manager">
1631        <NavigationProperty Name="DedicatedNetworkPorts" Type="PortCollection.PortCollection" Nullable="false">
1632          <Annotation Term="OData.Description" String="The dedicated network ports of the manager."/>
1633          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type `PortCollection` that represent the dedicated network ports of the manager."/>
1634        </NavigationProperty>
1635        <NavigationProperty Name="SharedNetworkPorts" Type="PortCollection.PortCollection" Nullable="false">
1636          <Annotation Term="OData.Description" String="The shared network ports of the manager."/>
1637          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type `PortCollection` that represent the shared network ports of the manager.  The members of this collection shall reference Port resources subordinate to NetworkAdapter resources."/>
1638        </NavigationProperty>
1639        <NavigationProperty Name="SecurityPolicy" Type="SecurityPolicy.SecurityPolicy">
1640          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1641          <Annotation Term="OData.Description" String="The security policy settings for this manager."/>
1642          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type `SecurityPolicy` that contains the security policy settings for this manager."/>
1643        </NavigationProperty>
1644      </EntityType>
1645    </Schema>
1646
1647    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_16_1">
1648      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1649      <Annotation Term="OData.Description" String="This version was created to update the description for the `BMC` value of `ManagerType` to allow for multiple systems.  It was also created to clarify the usage of the `ServiceIdentification` property.  It was also created to correct various typographical errors."/>
1650      <EntityType Name="Manager" BaseType="Manager.v1_16_0.Manager"/>
1651    </Schema>
1652
1653    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_16_2">
1654      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1655      <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."/>
1656      <EntityType Name="Manager" BaseType="Manager.v1_16_1.Manager"/>
1657    </Schema>
1658
1659    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_16_3">
1660      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1661      <Annotation Term="OData.Description" String="This version was created to clarify the description of the `CommandShell` property.  It was also was created to correct the OpenAPI usage of payload annotations in action request bodies."/>
1662      <EntityType Name="Manager" BaseType="Manager.v1_16_2.Manager"/>
1663    </Schema>
1664
1665    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_17_0">
1666      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1667      <Annotation Term="Redfish.Release" String="2022.3"/>
1668
1669      <EntityType Name="Manager" BaseType="Manager.v1_16_0.Manager">
1670        <Property Name="Version" Type="Edm.String">
1671          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1672          <Annotation Term="OData.Description" String="The hardware version of this manager."/>
1673          <Annotation Term="OData.LongDescription" String="This property shall contain the hardware version of this manager as determined by the vendor or supplier."/>
1674        </Property>
1675      </EntityType>
1676    </Schema>
1677
1678    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_17_1">
1679      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1680      <Annotation Term="OData.Description" String="This version was created to update the description for the `BMC` value of `ManagerType` to allow for multiple systems.  It was also created to clarify the usage of the `ServiceIdentification` property.  It was also created to correct various typographical errors."/>
1681      <EntityType Name="Manager" BaseType="Manager.v1_17_0.Manager"/>
1682    </Schema>
1683
1684    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_17_2">
1685      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1686      <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."/>
1687      <EntityType Name="Manager" BaseType="Manager.v1_17_1.Manager"/>
1688    </Schema>
1689
1690    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_17_3">
1691      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1692      <Annotation Term="OData.Description" String="This version was created to clarify the description of the `CommandShell` property.  It was also was created to correct the OpenAPI usage of payload annotations in action request bodies."/>
1693      <EntityType Name="Manager" BaseType="Manager.v1_17_2.Manager"/>
1694    </Schema>
1695
1696    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_18_0">
1697      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1698      <Annotation Term="Redfish.Release" String="2023.1"/>
1699
1700      <EntityType Name="Manager" BaseType="Manager.v1_17_1.Manager"/>
1701
1702      <ComplexType Name="Links" BaseType="Manager.v1_9_0.Links">
1703        <NavigationProperty Name="SelectedNetworkPort" Type="Port.Port">
1704          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1705          <Annotation Term="OData.Description" String="The network port currently used by this manager.  This allows selection of shared or dedicated ports for managers that support one or the other.  For managers that always have their dedicated port enabled, this allows the selection of which shared port to use."/>
1706          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type `Port` that represents the current network port used by this manager."/>
1707        </NavigationProperty>
1708      </ComplexType>
1709    </Schema>
1710
1711    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_18_1">
1712      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1713      <Annotation Term="OData.Description" String="This version was created to update the description for the `BMC` value of `ManagerType` to allow for multiple systems.  It was also created to clarify the usage of the `ServiceIdentification` property.  It was also created to correct various typographical errors."/>
1714      <EntityType Name="Manager" BaseType="Manager.v1_18_0.Manager"/>
1715    </Schema>
1716
1717    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_18_2">
1718      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1719      <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."/>
1720      <EntityType Name="Manager" BaseType="Manager.v1_18_1.Manager"/>
1721    </Schema>
1722
1723    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_18_3">
1724      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1725      <Annotation Term="OData.Description" String="This version was created to clarify the description of the `CommandShell` property.  It was also was created to correct the OpenAPI usage of payload annotations in action request bodies."/>
1726      <EntityType Name="Manager" BaseType="Manager.v1_18_2.Manager"/>
1727    </Schema>
1728
1729    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_19_0">
1730      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1731      <Annotation Term="Redfish.Release" String="2023.3"/>
1732
1733      <EntityType Name="Manager" BaseType="Manager.v1_18_1.Manager">
1734        <Property Name="DaylightSavingTime" Type="Manager.v1_19_0.DaylightSavingTime" Nullable="false">
1735          <Annotation Term="OData.Description" String="The daylight saving time settings for this manager."/>
1736          <Annotation Term="OData.LongDescription" String="This property shall contain the daylight saving time settings for this manager."/>
1737        </Property>
1738      </EntityType>
1739
1740      <ComplexType Name="DaylightSavingTime">
1741        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
1742        <Annotation Term="OData.Description" String="The daylight saving time settings for a manager."/>
1743        <Annotation Term="OData.LongDescription" String="This type shall contain the daylight saving time settings for a manager."/>
1744        <Property Name="StartDateTime" Type="Edm.DateTimeOffset" Nullable="false">
1745          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1746          <Annotation Term="OData.Description" String="The start date and time with UTC offset of daylight saving time."/>
1747          <Annotation Term="OData.LongDescription" String="This property shall contain the start date and time with UTC offset of daylight saving time for this manager.  Services shall update the UTC offset based on changes made to `DateTimeLocalOffset`.  This property shall be read-only if the service contains time zone databases."/>
1748        </Property>
1749        <Property Name="EndDateTime" Type="Edm.DateTimeOffset" Nullable="false">
1750          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1751          <Annotation Term="OData.Description" String="The end date and time with UTC offset of daylight saving time."/>
1752          <Annotation Term="OData.LongDescription" String="This property shall contain the end date and time with UTC offset of daylight saving time for this manager.  If daylight saving time is permanent, specify a sufficiently distant end date and time.  Services shall update the UTC offset based on changes made to `DateTimeLocalOffset`.  This property shall be read-only if the service contains time zone databases."/>
1753        </Property>
1754        <Property Name="OffsetMinutes" Type="Edm.Int64" Nullable="false">
1755          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1756          <Annotation Term="OData.Description" String="The daylight saving time offset in minutes."/>
1757          <Annotation Term="OData.LongDescription" String="This property shall contain the number of minutes added to the `DateTime` value when the `DateTime` value is between the values of StartDateTime and EndDateTime.  This offset shall be applied only if AutoDSTEnabled is `true`.  This property shall be read-only if the service contains time zone databases."/>
1758        </Property>
1759        <Property Name="TimeZoneName" Type="Edm.String" Nullable="false">
1760          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1761          <Annotation Term="OData.Description" String="The time zone of the manager when daylight saving time is in effect."/>
1762          <Annotation Term="OData.LongDescription" String="This property shall contain the time zone of the manager when daylight saving time is in effect.  When daylight saving time is in effect, the service shall update the `TimeZoneName` property in the root of the resource.  When daylight saving time is no longer in effect, the service shall restore the original value of the `TimeZoneName` property in the root of the resource.  The time zone shall be either the 'Name' or the 'Format' for the zone as defined in the IANA Time Zone Database.  The value of this property is used for display purposes, especially to enhance the display of time.  This property shall be read-only if the service contains time zone databases."/>
1763        </Property>
1764      </ComplexType>
1765    </Schema>
1766
1767    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_19_1">
1768      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1769      <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."/>
1770      <EntityType Name="Manager" BaseType="Manager.v1_19_0.Manager"/>
1771    </Schema>
1772
1773    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_19_2">
1774      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1775      <Annotation Term="OData.Description" String="This version was created to clarify the description of the `CommandShell` property.  It was also was created to correct the OpenAPI usage of payload annotations in action request bodies."/>
1776      <EntityType Name="Manager" BaseType="Manager.v1_19_1.Manager"/>
1777    </Schema>
1778
1779  </edmx:DataServices>
1780</edmx:Edmx>
1781