1<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################       -->
4<!--# Redfish Schema:  Manager v1.19.1                                                     -->
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 command shell service that this manager provides."/>
264          <Annotation Term="OData.LongDescription" String="This property shall contain information about the command shell service of this manager."/>
265        </Property>
266        <Property Name="GraphicalConsole" Type="Manager.v1_0_0.GraphicalConsole" Nullable="false">
267          <Annotation Term="OData.Description" String="The information about the graphical console service of this manager."/>
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 ComputerSystem."/>
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_1_0">
545      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
546      <Annotation Term="Redfish.Release" String="2016.1"/>
547
548      <EntityType Name="Manager" BaseType="Manager.v1_0_2.Manager"/>
549
550      <ComplexType Name="Links" BaseType="Manager.v1_0_0.Links">
551        <NavigationProperty Name="ManagerInChassis" Type="Chassis.Chassis" Nullable="false">
552          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
553          <Annotation Term="OData.Description" String="The link to the chassis where this manager is located."/>
554          <Annotation Term="OData.LongDescription" String="This property shall contain a link to the chassis where this manager is located."/>
555          <Annotation Term="OData.AutoExpandReferences"/>
556        </NavigationProperty>
557      </ComplexType>
558    </Schema>
559
560    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_1">
561      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
562      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
563      <EntityType Name="Manager" BaseType="Manager.v1_1_0.Manager"/>
564    </Schema>
565
566    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_2">
567      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
568      <Annotation Term="OData.Description" String="This version was created to remove the nullable term on arrays of links."/>
569      <EntityType Name="Manager" BaseType="Manager.v1_1_1.Manager"/>
570    </Schema>
571
572    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_3">
573      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
574      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
575      <EntityType Name="Manager" BaseType="Manager.v1_1_2.Manager"/>
576    </Schema>
577
578    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_4">
579      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
580      <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`."/>
581      <EntityType Name="Manager" BaseType="Manager.v1_1_3.Manager"/>
582    </Schema>
583
584    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_5">
585      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
586      <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."/>
587      <EntityType Name="Manager" BaseType="Manager.v1_1_4.Manager"/>
588    </Schema>
589
590    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_6">
591      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
592      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
593      <EntityType Name="Manager" BaseType="Manager.v1_1_5.Manager"/>
594    </Schema>
595
596    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_7">
597      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
598      <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."/>
599      <EntityType Name="Manager" BaseType="Manager.v1_1_6.Manager"/>
600    </Schema>
601
602    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_8">
603      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
604      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
605      <EntityType Name="Manager" BaseType="Manager.v1_1_7.Manager"/>
606    </Schema>
607
608    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_9">
609      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
610      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
611      <EntityType Name="Manager" BaseType="Manager.v1_1_8.Manager"/>
612    </Schema>
613
614    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_10">
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_9.Manager"/>
618    </Schema>
619
620    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_11">
621      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
622      <Annotation Term="OData.Description" String="This version was created to add annotation recommendations for `ResetType`."/>
623      <EntityType Name="Manager" BaseType="Manager.v1_1_10.Manager"/>
624    </Schema>
625
626    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_12">
627      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
628      <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
629      <EntityType Name="Manager" BaseType="Manager.v1_1_11.Manager"/>
630    </Schema>
631
632    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_13">
633      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
634      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
635      <EntityType Name="Manager" BaseType="Manager.v1_1_12.Manager"/>
636    </Schema>
637
638    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_14">
639      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
640      <Annotation Term="OData.Description" String="This version was created to clarify the behavior when both `DateTime` and `DateTimeLocalOffset` are provided in modification requests."/>
641      <EntityType Name="Manager" BaseType="Manager.v1_1_13.Manager"/>
642    </Schema>
643
644    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_15">
645      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
646      <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."/>
647      <EntityType Name="Manager" BaseType="Manager.v1_1_14.Manager"/>
648    </Schema>
649
650    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_16">
651      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
652      <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."/>
653      <EntityType Name="Manager" BaseType="Manager.v1_1_15.Manager"/>
654    </Schema>
655
656    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_0">
657      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
658      <Annotation Term="Redfish.Release" String="2016.2"/>
659
660      <EntityType Name="Manager" BaseType="Manager.v1_1_0.Manager">
661        <Property Name="PowerState" Type="Resource.PowerState">
662          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
663          <Annotation Term="OData.Description" String="The current power state of the manager."/>
664          <Annotation Term="OData.LongDescription" String="This property shall contain the power state of the manager."/>
665        </Property>
666      </EntityType>
667    </Schema>
668
669    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_1">
670      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
671      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
672      <EntityType Name="Manager" BaseType="Manager.v1_2_0.Manager"/>
673    </Schema>
674
675    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_2">
676      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
677      <Annotation Term="OData.Description" String="This version was created to remove the nullable term on arrays of links."/>
678      <EntityType Name="Manager" BaseType="Manager.v1_2_1.Manager"/>
679    </Schema>
680
681    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_3">
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_2.Manager"/>
685    </Schema>
686
687    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_4">
688      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
689      <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."/>
690      <EntityType Name="Manager" BaseType="Manager.v1_2_3.Manager"/>
691    </Schema>
692
693    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_5">
694      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
695      <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."/>
696      <EntityType Name="Manager" BaseType="Manager.v1_2_4.Manager"/>
697    </Schema>
698
699    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_6">
700      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
701      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
702      <EntityType Name="Manager" BaseType="Manager.v1_2_5.Manager"/>
703    </Schema>
704
705    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_7">
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 URI properties use the uri-reference format."/>
708      <EntityType Name="Manager" BaseType="Manager.v1_2_6.Manager"/>
709    </Schema>
710
711    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_8">
712      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
713      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
714      <EntityType Name="Manager" BaseType="Manager.v1_2_7.Manager"/>
715    </Schema>
716
717    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_9">
718      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
719      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
720      <EntityType Name="Manager" BaseType="Manager.v1_2_8.Manager"/>
721    </Schema>
722
723    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_10">
724      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
725      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
726      <EntityType Name="Manager" BaseType="Manager.v1_2_9.Manager"/>
727    </Schema>
728
729    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_11">
730      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
731      <Annotation Term="OData.Description" String="This version was created to add annotation recommendations for `ResetType`."/>
732      <EntityType Name="Manager" BaseType="Manager.v1_2_10.Manager"/>
733    </Schema>
734
735    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_12">
736      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
737      <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
738      <EntityType Name="Manager" BaseType="Manager.v1_2_11.Manager"/>
739    </Schema>
740
741    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_13">
742      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
743      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
744      <EntityType Name="Manager" BaseType="Manager.v1_2_12.Manager"/>
745    </Schema>
746
747    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_14">
748      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
749      <Annotation Term="OData.Description" String="This version was created to clarify the behavior when both `DateTime` and `DateTimeLocalOffset` are provided in modification requests."/>
750      <EntityType Name="Manager" BaseType="Manager.v1_2_13.Manager"/>
751    </Schema>
752
753    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_15">
754      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
755      <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."/>
756      <EntityType Name="Manager" BaseType="Manager.v1_2_14.Manager"/>
757    </Schema>
758
759    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_16">
760      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
761      <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."/>
762      <EntityType Name="Manager" BaseType="Manager.v1_2_15.Manager"/>
763    </Schema>
764
765    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_0">
766      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
767      <Annotation Term="Redfish.Release" String="2016.3"/>
768
769      <EntityType Name="Manager" BaseType="Manager.v1_2_1.Manager">
770        <NavigationProperty Name="HostInterfaces" Type="HostInterfaceCollection.HostInterfaceCollection" Nullable="false">
771          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
772          <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."/>
773          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type `HostInterfaceCollection`."/>
774          <Annotation Term="OData.AutoExpandReferences"/>
775        </NavigationProperty>
776      </EntityType>
777    </Schema>
778
779    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_1">
780      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
781      <Annotation Term="OData.Description" String="This version was created to remove the nullable term on arrays of links."/>
782      <EntityType Name="Manager" BaseType="Manager.v1_3_0.Manager"/>
783    </Schema>
784
785    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_2">
786      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
787      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
788      <EntityType Name="Manager" BaseType="Manager.v1_3_1.Manager"/>
789    </Schema>
790
791    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_3">
792      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
793      <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."/>
794      <EntityType Name="Manager" BaseType="Manager.v1_3_2.Manager"/>
795    </Schema>
796
797    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_4">
798      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
799      <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."/>
800      <EntityType Name="Manager" BaseType="Manager.v1_3_3.Manager"/>
801    </Schema>
802
803    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_5">
804      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
805      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
806      <EntityType Name="Manager" BaseType="Manager.v1_3_4.Manager"/>
807    </Schema>
808
809    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_6">
810      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
811      <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."/>
812      <EntityType Name="Manager" BaseType="Manager.v1_3_5.Manager"/>
813    </Schema>
814
815    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_7">
816      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
817      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
818      <EntityType Name="Manager" BaseType="Manager.v1_3_6.Manager"/>
819    </Schema>
820
821    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_8">
822      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
823      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
824      <EntityType Name="Manager" BaseType="Manager.v1_3_7.Manager"/>
825    </Schema>
826
827    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_9">
828      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
829      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
830      <EntityType Name="Manager" BaseType="Manager.v1_3_8.Manager"/>
831    </Schema>
832
833    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_10">
834      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
835      <Annotation Term="OData.Description" String="This version was created to add annotation recommendations for `ResetType`."/>
836      <EntityType Name="Manager" BaseType="Manager.v1_3_9.Manager"/>
837    </Schema>
838
839    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_11">
840      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
841      <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
842      <EntityType Name="Manager" BaseType="Manager.v1_3_10.Manager"/>
843    </Schema>
844
845    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_12">
846      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
847      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
848      <EntityType Name="Manager" BaseType="Manager.v1_3_11.Manager"/>
849    </Schema>
850
851    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_13">
852      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
853      <Annotation Term="OData.Description" String="This version was created to clarify the behavior when both `DateTime` and `DateTimeLocalOffset` are provided in modification requests."/>
854      <EntityType Name="Manager" BaseType="Manager.v1_3_12.Manager"/>
855    </Schema>
856
857    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_14">
858      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
859      <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."/>
860      <EntityType Name="Manager" BaseType="Manager.v1_3_13.Manager"/>
861    </Schema>
862
863    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_15">
864      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
865      <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."/>
866      <EntityType Name="Manager" BaseType="Manager.v1_3_14.Manager"/>
867    </Schema>
868
869    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_4_0">
870      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
871      <Annotation Term="Redfish.Release" String="2018.1"/>
872
873      <EntityType Name="Manager" BaseType="Manager.v1_3_3.Manager">
874        <Property Name="AutoDSTEnabled" Type="Edm.Boolean" Nullable="false">
875          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
876          <Annotation Term="OData.Description" String="An indication of whether the manager is configured for automatic Daylight Saving Time (DST) adjustment."/>
877          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the manager is configured for automatic Daylight Saving Time (DST) adjustment."/>
878        </Property>
879      </EntityType>
880
881      <ComplexType Name="Links" BaseType="Manager.v1_1_0.Links">
882        <NavigationProperty Name="ManagerForSwitches" Type="Collection(Switch.Switch)">
883          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
884          <Annotation Term="OData.Description" String="An array of links to the switches that this manager controls."/>
885          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to switches that this manager instance controls."/>
886          <Annotation Term="OData.AutoExpandReferences"/>
887        </NavigationProperty>
888      </ComplexType>
889    </Schema>
890
891    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_4_1">
892      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
893      <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."/>
894      <EntityType Name="Manager" BaseType="Manager.v1_4_0.Manager"/>
895    </Schema>
896
897    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_4_2">
898      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
899      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
900      <EntityType Name="Manager" BaseType="Manager.v1_4_1.Manager"/>
901    </Schema>
902
903    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_4_3">
904      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
905      <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."/>
906      <EntityType Name="Manager" BaseType="Manager.v1_4_2.Manager"/>
907    </Schema>
908
909    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_4_4">
910      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
911      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
912      <EntityType Name="Manager" BaseType="Manager.v1_4_3.Manager"/>
913    </Schema>
914
915    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_4_5">
916      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
917      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
918      <EntityType Name="Manager" BaseType="Manager.v1_4_4.Manager"/>
919    </Schema>
920
921    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_4_6">
922      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
923      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
924      <EntityType Name="Manager" BaseType="Manager.v1_4_5.Manager"/>
925    </Schema>
926
927    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_4_7">
928      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
929      <Annotation Term="OData.Description" String="This version was created to add annotation recommendations for `ResetType`."/>
930      <EntityType Name="Manager" BaseType="Manager.v1_4_6.Manager"/>
931    </Schema>
932
933    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_4_8">
934      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
935      <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
936      <EntityType Name="Manager" BaseType="Manager.v1_4_7.Manager"/>
937    </Schema>
938
939    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_4_9">
940      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
941      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
942      <EntityType Name="Manager" BaseType="Manager.v1_4_8.Manager"/>
943    </Schema>
944
945    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_4_10">
946      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
947      <Annotation Term="OData.Description" String="This version was created to clarify the behavior when both `DateTime` and `DateTimeLocalOffset` are provided in modification requests."/>
948      <EntityType Name="Manager" BaseType="Manager.v1_4_9.Manager"/>
949    </Schema>
950
951    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_4_11">
952      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
953      <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."/>
954      <EntityType Name="Manager" BaseType="Manager.v1_4_10.Manager"/>
955    </Schema>
956
957    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_4_12">
958      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
959      <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."/>
960      <EntityType Name="Manager" BaseType="Manager.v1_4_11.Manager"/>
961    </Schema>
962
963    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_5_0">
964      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
965      <Annotation Term="Redfish.Release" String="2018.2"/>
966
967      <EntityType Name="Manager" BaseType="Manager.v1_4_1.Manager">
968        <Property Name="RemoteRedfishServiceUri" Type="Edm.String">
969          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
970          <Annotation Term="OData.Description" String="The URI of the Redfish service root for the remote manager that this resource represents."/>
971          <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."/>
972          <Annotation Term="OData.IsURL"/>
973        </Property>
974        <NavigationProperty Name="RemoteAccountService" Type="AccountService.AccountService" ContainsTarget="true" Nullable="false">
975          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
976          <Annotation Term="OData.Description" String="The link to the account service resource for the remote manager that this resource represents."/>
977          <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."/>
978          <Annotation Term="OData.AutoExpandReferences"/>
979        </NavigationProperty>
980      </EntityType>
981    </Schema>
982
983    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_5_1">
984      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
985      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
986      <EntityType Name="Manager" BaseType="Manager.v1_5_0.Manager"/>
987    </Schema>
988
989    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_5_2">
990      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
991      <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."/>
992      <EntityType Name="Manager" BaseType="Manager.v1_5_1.Manager"/>
993    </Schema>
994
995    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_5_3">
996      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
997      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
998      <EntityType Name="Manager" BaseType="Manager.v1_5_2.Manager"/>
999    </Schema>
1000
1001    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_5_4">
1002      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1003      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1004      <EntityType Name="Manager" BaseType="Manager.v1_5_3.Manager"/>
1005    </Schema>
1006
1007    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_5_5">
1008      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1009      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1010      <EntityType Name="Manager" BaseType="Manager.v1_5_4.Manager"/>
1011    </Schema>
1012
1013    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_5_6">
1014      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1015      <Annotation Term="OData.Description" String="This version was created to add annotation recommendations for `ResetType`."/>
1016      <EntityType Name="Manager" BaseType="Manager.v1_5_5.Manager"/>
1017    </Schema>
1018
1019    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_5_7">
1020      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1021      <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
1022      <EntityType Name="Manager" BaseType="Manager.v1_5_6.Manager"/>
1023    </Schema>
1024
1025    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_5_8">
1026      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1027      <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."/>
1028      <EntityType Name="Manager" BaseType="Manager.v1_5_7.Manager"/>
1029    </Schema>
1030
1031    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_5_9">
1032      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1033      <Annotation Term="OData.Description" String="This version was created to clarify the behavior when both `DateTime` and `DateTimeLocalOffset` are provided in modification requests."/>
1034      <EntityType Name="Manager" BaseType="Manager.v1_5_8.Manager"/>
1035    </Schema>
1036
1037    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_5_10">
1038      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1039      <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."/>
1040      <EntityType Name="Manager" BaseType="Manager.v1_5_9.Manager"/>
1041    </Schema>
1042
1043    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_5_11">
1044      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1045      <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."/>
1046      <EntityType Name="Manager" BaseType="Manager.v1_5_10.Manager"/>
1047    </Schema>
1048
1049    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_6_0">
1050      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1051      <Annotation Term="Redfish.Release" String="2019.2"/>
1052
1053      <EntityType Name="Manager" BaseType="Manager.v1_5_3.Manager"/>
1054
1055      <ComplexType Name="Links" BaseType="Manager.v1_4_0.Links">
1056        <NavigationProperty Name="ActiveSoftwareImage" Type="SoftwareInventory.SoftwareInventory" Nullable="false">
1057          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1058          <Annotation Term="OData.Description" String="The link to the software inventory resource that represents the active firmware image for this manager."/>
1059          <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."/>
1060          <Annotation Term="OData.AutoExpandReferences"/>
1061        </NavigationProperty>
1062        <NavigationProperty Name="SoftwareImages" Type="Collection(SoftwareInventory.SoftwareInventory)">
1063          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1064          <Annotation Term="OData.Description" String="The images that are associated with this manager."/>
1065          <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."/>
1066          <Annotation Term="OData.AutoExpandReferences"/>
1067        </NavigationProperty>
1068      </ComplexType>
1069    </Schema>
1070
1071    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_6_1">
1072      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1073      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1074      <EntityType Name="Manager" BaseType="Manager.v1_6_0.Manager"/>
1075    </Schema>
1076
1077    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_6_2">
1078      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1079      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1080      <EntityType Name="Manager" BaseType="Manager.v1_6_1.Manager"/>
1081    </Schema>
1082
1083    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_6_3">
1084      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1085      <Annotation Term="OData.Description" String="This version was created to add annotation recommendations for `ResetType`."/>
1086      <EntityType Name="Manager" BaseType="Manager.v1_6_2.Manager"/>
1087    </Schema>
1088
1089    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_6_4">
1090      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1091      <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
1092      <EntityType Name="Manager" BaseType="Manager.v1_6_3.Manager"/>
1093    </Schema>
1094
1095    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_6_5">
1096      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1097      <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."/>
1098      <EntityType Name="Manager" BaseType="Manager.v1_6_4.Manager"/>
1099    </Schema>
1100
1101    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_6_6">
1102      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1103      <Annotation Term="OData.Description" String="This version was created to clarify the behavior when both `DateTime` and `DateTimeLocalOffset` are provided in modification requests."/>
1104      <EntityType Name="Manager" BaseType="Manager.v1_6_5.Manager"/>
1105    </Schema>
1106
1107    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_6_7">
1108      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1109      <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."/>
1110      <EntityType Name="Manager" BaseType="Manager.v1_6_6.Manager"/>
1111    </Schema>
1112
1113    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_6_8">
1114      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1115      <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."/>
1116      <EntityType Name="Manager" BaseType="Manager.v1_6_7.Manager"/>
1117    </Schema>
1118
1119    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_7_0">
1120      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1121      <Annotation Term="Redfish.Release" String="2019.4"/>
1122
1123      <EntityType Name="Manager" BaseType="Manager.v1_6_0.Manager">
1124        <Property Name="Manufacturer" Type="Edm.String">
1125          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1126          <Annotation Term="OData.Description" String="The manufacturer of this manager."/>
1127          <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."/>
1128        </Property>
1129        <Property Name="SerialNumber" Type="Edm.String">
1130          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1131          <Annotation Term="OData.Description" String="The serial number of the manager."/>
1132          <Annotation Term="OData.LongDescription" String="This property shall contain a manufacturer-allocated number that identifies the manager."/>
1133        </Property>
1134        <Property Name="PartNumber" Type="Edm.String">
1135          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1136          <Annotation Term="OData.Description" String="The part number of the manager."/>
1137          <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."/>
1138        </Property>
1139      </EntityType>
1140    </Schema>
1141
1142    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_7_1">
1143      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1144      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1145      <EntityType Name="Manager" BaseType="Manager.v1_7_0.Manager"/>
1146    </Schema>
1147
1148    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_7_2">
1149      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1150      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1151      <EntityType Name="Manager" BaseType="Manager.v1_7_1.Manager"/>
1152    </Schema>
1153
1154    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_7_3">
1155      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1156      <Annotation Term="OData.Description" String="This version was created to add annotation recommendations for `ResetType`."/>
1157      <EntityType Name="Manager" BaseType="Manager.v1_7_2.Manager"/>
1158    </Schema>
1159
1160    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_7_4">
1161      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1162      <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
1163      <EntityType Name="Manager" BaseType="Manager.v1_7_3.Manager"/>
1164    </Schema>
1165
1166    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_7_5">
1167      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1168      <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."/>
1169      <EntityType Name="Manager" BaseType="Manager.v1_7_4.Manager"/>
1170    </Schema>
1171
1172    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_7_6">
1173      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1174      <Annotation Term="OData.Description" String="This version was created to clarify the behavior when both `DateTime` and `DateTimeLocalOffset` are provided in modification requests."/>
1175      <EntityType Name="Manager" BaseType="Manager.v1_7_5.Manager"/>
1176    </Schema>
1177
1178    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_7_7">
1179      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1180      <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."/>
1181      <EntityType Name="Manager" BaseType="Manager.v1_7_6.Manager"/>
1182    </Schema>
1183
1184    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_7_8">
1185      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1186      <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."/>
1187      <EntityType Name="Manager" BaseType="Manager.v1_7_7.Manager"/>
1188    </Schema>
1189
1190    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_8_0">
1191      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1192      <Annotation Term="Redfish.Release" String="2020.1"/>
1193      <Annotation Term="OData.Description" String="This version was created to add the `ResetToDefaults` action."/>
1194
1195      <EntityType Name="Manager" BaseType="Manager.v1_7_1.Manager"/>
1196
1197      <EnumType Name="ResetToDefaultsType">
1198        <Member Name="ResetAll">
1199          <Annotation Term="OData.Description" String="Reset all settings to factory defaults."/>
1200        </Member>
1201        <Member Name="PreserveNetworkAndUsers">
1202          <Annotation Term="OData.Description" String="Reset all settings except network and local usernames/passwords to factory defaults."/>
1203        </Member>
1204        <Member Name="PreserveNetwork">
1205          <Annotation Term="OData.Description" String="Reset all settings except network settings to factory defaults."/>
1206        </Member>
1207      </EnumType>
1208    </Schema>
1209
1210    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_8_1">
1211      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1212      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1213      <EntityType Name="Manager" BaseType="Manager.v1_8_0.Manager"/>
1214    </Schema>
1215
1216    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_8_2">
1217      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1218      <Annotation Term="OData.Description" String="This version was created to add annotation recommendations for `ResetType`."/>
1219      <EntityType Name="Manager" BaseType="Manager.v1_8_1.Manager"/>
1220    </Schema>
1221
1222    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_8_3">
1223      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1224      <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
1225      <EntityType Name="Manager" BaseType="Manager.v1_8_2.Manager"/>
1226    </Schema>
1227
1228    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_8_4">
1229      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1230      <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."/>
1231      <EntityType Name="Manager" BaseType="Manager.v1_8_3.Manager"/>
1232    </Schema>
1233
1234    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_8_5">
1235      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1236      <Annotation Term="OData.Description" String="This version was created to clarify the behavior when both `DateTime` and `DateTimeLocalOffset` are provided in modification requests."/>
1237      <EntityType Name="Manager" BaseType="Manager.v1_8_4.Manager"/>
1238    </Schema>
1239
1240    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_8_6">
1241      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1242      <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."/>
1243      <EntityType Name="Manager" BaseType="Manager.v1_8_5.Manager"/>
1244    </Schema>
1245
1246    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_8_7">
1247      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1248      <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."/>
1249      <EntityType Name="Manager" BaseType="Manager.v1_8_6.Manager"/>
1250    </Schema>
1251
1252    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_9_0">
1253      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1254      <Annotation Term="Redfish.Release" String="2020.2"/>
1255
1256      <EntityType Name="Manager" BaseType="Manager.v1_8_1.Manager">
1257        <Property Name="LastResetTime" Type="Edm.DateTimeOffset" Nullable="false">
1258          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1259          <Annotation Term="OData.Description" String="The date and time when the manager was last reset or rebooted."/>
1260          <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."/>
1261        </Property>
1262      </EntityType>
1263
1264      <ComplexType Name="Links" BaseType="Manager.v1_6_0.Links">
1265        <NavigationProperty Name="ManagedBy" Type="Collection(Manager.Manager)">
1266          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1267          <Annotation Term="OData.Description" String="The array of links to the managers responsible for managing this manager."/>
1268          <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."/>
1269          <Annotation Term="OData.AutoExpandReferences"/>
1270        </NavigationProperty>
1271        <NavigationProperty Name="ManagerForManagers" Type="Collection(Manager.Manager)">
1272          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1273          <Annotation Term="OData.Description" String="An array of links to the managers that are managed by this manager."/>
1274          <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."/>
1275          <Annotation Term="OData.AutoExpandReferences"/>
1276        </NavigationProperty>
1277      </ComplexType>
1278    </Schema>
1279
1280    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_9_1">
1281      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1282      <Annotation Term="OData.Description" String="This version was created to add annotation recommendations for `ResetType`."/>
1283      <EntityType Name="Manager" BaseType="Manager.v1_9_0.Manager"/>
1284    </Schema>
1285
1286    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_9_2">
1287      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1288      <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
1289      <EntityType Name="Manager" BaseType="Manager.v1_9_1.Manager"/>
1290    </Schema>
1291
1292    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_9_3">
1293      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1294      <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."/>
1295      <EntityType Name="Manager" BaseType="Manager.v1_9_2.Manager"/>
1296    </Schema>
1297
1298    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_9_4">
1299      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1300      <Annotation Term="OData.Description" String="This version was created to clarify the behavior when both `DateTime` and `DateTimeLocalOffset` are provided in modification requests."/>
1301      <EntityType Name="Manager" BaseType="Manager.v1_9_3.Manager"/>
1302    </Schema>
1303
1304    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_9_5">
1305      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1306      <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."/>
1307      <EntityType Name="Manager" BaseType="Manager.v1_9_4.Manager"/>
1308    </Schema>
1309
1310    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_9_6">
1311      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1312      <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."/>
1313      <EntityType Name="Manager" BaseType="Manager.v1_9_5.Manager"/>
1314    </Schema>
1315
1316    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_10_0">
1317      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1318      <Annotation Term="Redfish.Release" String="2020.3"/>
1319      <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."/>
1320
1321      <EntityType Name="Manager" BaseType="Manager.v1_9_1.Manager">
1322        <Property Name="TimeZoneName" Type="Edm.String" Nullable="false">
1323          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1324          <Annotation Term="OData.Description" String="The time zone of the manager."/>
1325          <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."/>
1326        </Property>
1327      </EntityType>
1328    </Schema>
1329
1330    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_10_1">
1331      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1332      <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
1333      <EntityType Name="Manager" BaseType="Manager.v1_10_0.Manager"/>
1334    </Schema>
1335
1336    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_10_2">
1337      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1338      <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."/>
1339      <EntityType Name="Manager" BaseType="Manager.v1_10_1.Manager"/>
1340    </Schema>
1341
1342    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_10_3">
1343      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1344      <Annotation Term="OData.Description" String="This version was created to clarify the behavior when both `DateTime` and `DateTimeLocalOffset` are provided in modification requests."/>
1345      <EntityType Name="Manager" BaseType="Manager.v1_10_2.Manager"/>
1346    </Schema>
1347
1348    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_10_4">
1349      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1350      <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."/>
1351      <EntityType Name="Manager" BaseType="Manager.v1_10_3.Manager"/>
1352    </Schema>
1353
1354    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_10_5">
1355      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1356      <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."/>
1357      <EntityType Name="Manager" BaseType="Manager.v1_10_4.Manager"/>
1358    </Schema>
1359
1360    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_11_0">
1361      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1362      <Annotation Term="Redfish.Release" String="2020.4"/>
1363
1364      <EntityType Name="Manager" BaseType="Manager.v1_10_1.Manager">
1365        <Property Name="Location" Type="Resource.Location" Nullable="false">
1366          <Annotation Term="OData.Description" String="The location of the manager."/>
1367          <Annotation Term="OData.LongDescription" String="This property shall contain the location information of the associated manager."/>
1368        </Property>
1369        <Property Name="LocationIndicatorActive" Type="Edm.Boolean">
1370          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1371          <Annotation Term="OData.Description" String="An indicator allowing an operator to physically locate this resource."/>
1372          <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."/>
1373        </Property>
1374        <Property Name="SparePartNumber" Type="Edm.String">
1375          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1376          <Annotation Term="OData.Description" String="The spare part number of the manager."/>
1377          <Annotation Term="OData.LongDescription" String="This property shall contain the spare part number of the manager."/>
1378        </Property>
1379      </EntityType>
1380    </Schema>
1381
1382    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_11_1">
1383      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1384      <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."/>
1385      <EntityType Name="Manager" BaseType="Manager.v1_11_0.Manager"/>
1386    </Schema>
1387
1388    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_11_2">
1389      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1390      <Annotation Term="OData.Description" String="This version was created to clarify the behavior when both `DateTime` and `DateTimeLocalOffset` are provided in modification requests."/>
1391      <EntityType Name="Manager" BaseType="Manager.v1_11_1.Manager"/>
1392    </Schema>
1393
1394    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_11_3">
1395      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1396      <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."/>
1397      <EntityType Name="Manager" BaseType="Manager.v1_11_2.Manager"/>
1398    </Schema>
1399
1400    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_11_4">
1401      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1402      <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."/>
1403      <EntityType Name="Manager" BaseType="Manager.v1_11_3.Manager"/>
1404    </Schema>
1405
1406    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_12_0">
1407      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1408      <Annotation Term="Redfish.Release" String="2021.1"/>
1409
1410      <EntityType Name="Manager" BaseType="Manager.v1_11_0.Manager">
1411        <NavigationProperty Name="USBPorts" Type="PortCollection.PortCollection" Nullable="false">
1412          <Annotation Term="OData.Description" String="The USB ports of the manager."/>
1413          <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."/>
1414        </NavigationProperty>
1415      </EntityType>
1416    </Schema>
1417
1418    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_12_1">
1419      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1420      <Annotation Term="OData.Description" String="This version was created to clarify the behavior when both `DateTime` and `DateTimeLocalOffset` are provided in modification requests."/>
1421      <EntityType Name="Manager" BaseType="Manager.v1_12_0.Manager"/>
1422    </Schema>
1423
1424    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_12_2">
1425      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1426      <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."/>
1427      <EntityType Name="Manager" BaseType="Manager.v1_12_1.Manager"/>
1428    </Schema>
1429
1430    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_12_3">
1431      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1432      <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."/>
1433      <EntityType Name="Manager" BaseType="Manager.v1_12_2.Manager"/>
1434    </Schema>
1435
1436    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_13_0">
1437      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1438      <Annotation Term="Redfish.Release" String="2021.2"/>
1439
1440      <EntityType Name="Manager" BaseType="Manager.v1_12_1.Manager">
1441        <NavigationProperty Name="Certificates" Type="CertificateCollection.CertificateCollection" ContainsTarget="true" Nullable="false">
1442          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1443          <Annotation Term="OData.Description" String="The link to a collection of certificates for device identity and attestation."/>
1444          <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."/>
1445          <Annotation Term="OData.AutoExpandReferences"/>
1446        </NavigationProperty>
1447        <Property Name="Measurements" Type="Collection(SoftwareInventory.MeasurementBlock)" Nullable="false">
1448          <Annotation Term="OData.Description" String="An array of DSP0274-defined measurement blocks."/>
1449          <Annotation Term="OData.LongDescription" String="This property shall contain an array of DSP0274-defined measurement blocks."/>
1450          <Annotation Term="Redfish.Revisions">
1451            <Collection>
1452              <Record>
1453                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
1454                <PropertyValue Property="Version" String="v1_14_0"/>
1455                <PropertyValue Property="Description" String="This property has been deprecated in favor of the `ComponentIntegrity` resource."/>
1456              </Record>
1457            </Collection>
1458          </Annotation>
1459        </Property>
1460      </EntityType>
1461    </Schema>
1462
1463    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_13_1">
1464      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1465      <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."/>
1466      <EntityType Name="Manager" BaseType="Manager.v1_13_0.Manager"/>
1467    </Schema>
1468
1469    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_13_2">
1470      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1471      <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."/>
1472      <EntityType Name="Manager" BaseType="Manager.v1_13_1.Manager"/>
1473    </Schema>
1474
1475    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_14_0">
1476      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1477      <Annotation Term="Redfish.Release" String="2021.4"/>
1478      <Annotation Term="OData.Description" String="This version was created to deprecate `Measurements` in favor of measurement reporting in the `ComponentIntegrity` resource."/>
1479
1480      <EntityType Name="Manager" BaseType="Manager.v1_13_0.Manager">
1481        <NavigationProperty Name="ManagerDiagnosticData" Type="ManagerDiagnosticData.ManagerDiagnosticData">
1482          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1483          <Annotation Term="OData.Description" String="The diagnostic data for this manager."/>
1484          <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."/>
1485        </NavigationProperty>
1486      </EntityType>
1487    </Schema>
1488
1489    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_14_1">
1490      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1491      <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."/>
1492      <EntityType Name="Manager" BaseType="Manager.v1_14_0.Manager"/>
1493    </Schema>
1494
1495    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_14_2">
1496      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1497      <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."/>
1498      <EntityType Name="Manager" BaseType="Manager.v1_14_1.Manager"/>
1499    </Schema>
1500
1501    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_15_0">
1502      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1503      <Annotation Term="Redfish.Release" String="2022.1"/>
1504
1505      <EntityType Name="Manager" BaseType="Manager.v1_14_0.Manager">
1506        <Property Name="ServiceIdentification" Type="Edm.String">
1507          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1508          <Annotation Term="OData.Description" String="A product instance identifier displayed in the Redfish service root."/>
1509          <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."/>
1510        </Property>
1511        <Property Name="AdditionalFirmwareVersions" Type="SoftwareInventory.AdditionalVersions" Nullable="false">
1512          <Annotation Term="OData.Description" String="The additional firmware versions of the manager."/>
1513          <Annotation Term="OData.LongDescription" String="This property shall contain the additional firmware versions of the manager."/>
1514        </Property>
1515      </EntityType>
1516    </Schema>
1517
1518    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_15_1">
1519      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1520      <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."/>
1521      <EntityType Name="Manager" BaseType="Manager.v1_15_0.Manager"/>
1522    </Schema>
1523
1524    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_15_2">
1525      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1526      <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."/>
1527      <EntityType Name="Manager" BaseType="Manager.v1_15_1.Manager"/>
1528    </Schema>
1529
1530    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_16_0">
1531      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1532      <Annotation Term="Redfish.Release" String="2022.2"/>
1533
1534      <EntityType Name="Manager" BaseType="Manager.v1_15_0.Manager">
1535        <NavigationProperty Name="DedicatedNetworkPorts" Type="PortCollection.PortCollection" Nullable="false">
1536          <Annotation Term="OData.Description" String="The dedicated network ports of the manager."/>
1537          <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."/>
1538        </NavigationProperty>
1539        <NavigationProperty Name="SharedNetworkPorts" Type="PortCollection.PortCollection" Nullable="false">
1540          <Annotation Term="OData.Description" String="The shared network ports of the manager."/>
1541          <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."/>
1542        </NavigationProperty>
1543        <NavigationProperty Name="SecurityPolicy" Type="SecurityPolicy.SecurityPolicy">
1544          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1545          <Annotation Term="OData.Description" String="The security policy settings for this manager."/>
1546          <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."/>
1547        </NavigationProperty>
1548      </EntityType>
1549    </Schema>
1550
1551    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_16_1">
1552      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1553      <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."/>
1554      <EntityType Name="Manager" BaseType="Manager.v1_16_0.Manager"/>
1555    </Schema>
1556
1557    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_16_2">
1558      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1559      <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."/>
1560      <EntityType Name="Manager" BaseType="Manager.v1_16_1.Manager"/>
1561    </Schema>
1562
1563    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_17_0">
1564      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1565      <Annotation Term="Redfish.Release" String="2022.3"/>
1566
1567      <EntityType Name="Manager" BaseType="Manager.v1_16_0.Manager">
1568        <Property Name="Version" Type="Edm.String">
1569          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1570          <Annotation Term="OData.Description" String="The hardware version of this manager."/>
1571          <Annotation Term="OData.LongDescription" String="This property shall contain the hardware version of this manager as determined by the vendor or supplier."/>
1572        </Property>
1573      </EntityType>
1574    </Schema>
1575
1576    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_17_1">
1577      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1578      <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."/>
1579      <EntityType Name="Manager" BaseType="Manager.v1_17_0.Manager"/>
1580    </Schema>
1581
1582    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_17_2">
1583      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1584      <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."/>
1585      <EntityType Name="Manager" BaseType="Manager.v1_17_1.Manager"/>
1586    </Schema>
1587
1588    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_18_0">
1589      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1590      <Annotation Term="Redfish.Release" String="2023.1"/>
1591
1592      <EntityType Name="Manager" BaseType="Manager.v1_17_1.Manager"/>
1593
1594      <ComplexType Name="Links" BaseType="Manager.v1_9_0.Links">
1595        <NavigationProperty Name="SelectedNetworkPort" Type="Port.Port">
1596          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1597          <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."/>
1598          <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."/>
1599        </NavigationProperty>
1600      </ComplexType>
1601    </Schema>
1602
1603    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_18_1">
1604      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1605      <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."/>
1606      <EntityType Name="Manager" BaseType="Manager.v1_18_0.Manager"/>
1607    </Schema>
1608
1609    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_18_2">
1610      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1611      <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."/>
1612      <EntityType Name="Manager" BaseType="Manager.v1_18_1.Manager"/>
1613    </Schema>
1614
1615    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_19_0">
1616      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1617      <Annotation Term="Redfish.Release" String="2023.3"/>
1618
1619      <EntityType Name="Manager" BaseType="Manager.v1_18_1.Manager">
1620        <Property Name="DaylightSavingTime" Type="Manager.v1_19_0.DaylightSavingTime" Nullable="false">
1621          <Annotation Term="OData.Description" String="The daylight saving time settings for this manager."/>
1622          <Annotation Term="OData.LongDescription" String="This property shall contain the daylight saving time settings for this manager."/>
1623        </Property>
1624      </EntityType>
1625
1626      <ComplexType Name="DaylightSavingTime">
1627        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
1628        <Annotation Term="OData.Description" String="The daylight saving time settings for a manager."/>
1629        <Annotation Term="OData.LongDescription" String="This type shall contain the daylight saving time settings for a manager."/>
1630        <Property Name="StartDateTime" Type="Edm.DateTimeOffset" Nullable="false">
1631          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1632          <Annotation Term="OData.Description" String="The start date and time with UTC offset of daylight saving time."/>
1633          <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."/>
1634        </Property>
1635        <Property Name="EndDateTime" Type="Edm.DateTimeOffset" Nullable="false">
1636          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1637          <Annotation Term="OData.Description" String="The end date and time with UTC offset of daylight saving time."/>
1638          <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."/>
1639        </Property>
1640        <Property Name="OffsetMinutes" Type="Edm.Int64" Nullable="false">
1641          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1642          <Annotation Term="OData.Description" String="The daylight saving time offset in minutes."/>
1643          <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."/>
1644        </Property>
1645        <Property Name="TimeZoneName" Type="Edm.String" Nullable="false">
1646          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1647          <Annotation Term="OData.Description" String="The time zone of the manager when daylight saving time is in effect."/>
1648          <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."/>
1649        </Property>
1650      </ComplexType>
1651    </Schema>
1652
1653    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_19_1">
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_19_0.Manager"/>
1657    </Schema>
1658
1659  </edmx:DataServices>
1660</edmx:Edmx>
1661