1<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################       -->
4<!--# Redfish Schema:  Manager v1.11.0                                                     -->
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-2020 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
65  <edmx:DataServices>
66
67    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager">
68      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
69
70      <EntityType Name="Manager" BaseType="Resource.v1_0_0.Resource" Abstract="true">
71        <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, 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."/>
72        <Annotation Term="OData.LongDescription" String="This resource shall represent a management subsystem for a Redfish implementation."/>
73        <Annotation Term="Capabilities.InsertRestrictions">
74          <Record>
75            <PropertyValue Property="Insertable" Bool="false"/>
76          </Record>
77        </Annotation>
78        <Annotation Term="Capabilities.UpdateRestrictions">
79          <Record>
80            <PropertyValue Property="Updatable" Bool="true"/>
81            <Annotation Term="OData.Description" String="Writable properties, such as date and time settings, can be updated for managers."/>
82          </Record>
83        </Annotation>
84        <Annotation Term="Capabilities.DeleteRestrictions">
85          <Record>
86            <PropertyValue Property="Deletable" Bool="false"/>
87          </Record>
88        </Annotation>
89        <Annotation Term="Redfish.Uris">
90          <Collection>
91            <String>/redfish/v1/Managers/{ManagerId}</String>
92          </Collection>
93        </Annotation>
94      </EntityType>
95
96      <Action Name="Reset" IsBound="true">
97        <Annotation Term="OData.Description" String="The reset action resets/reboots the manager."/>
98        <Annotation Term="OData.LongDescription" String="This action shall reset the manager."/>
99        <Parameter Name="Manager" Type="Manager.v1_0_0.Actions"/>
100        <Parameter Name="ResetType" Type="Resource.ResetType">
101          <Annotation Term="OData.Description" String="The type of reset."/>
102          <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."/>
103        </Parameter>
104      </Action>
105
106      <Action Name="ForceFailover" IsBound="true">
107        <Annotation Term="OData.Description" String="The ForceFailover action forces a failover of this manager to the manager used in the parameter."/>
108        <Annotation Term="OData.LongDescription" String="This action shall perform a forced failover of the manager's redundancy to the manager supplied as a parameter."/>
109        <Parameter Name="Manager" Type="Manager.v1_0_0.Actions"/>
110        <Parameter Name="NewManager" Type="Manager.Manager" Nullable="false">
111          <Annotation Term="OData.Description" String="The manager to which to fail over."/>
112          <Annotation Term="OData.LongDescription" String="This parameter shall contain the manager to which to fail over."/>
113        </Parameter>
114      </Action>
115
116      <Action Name="ModifyRedundancySet" IsBound="true">
117        <Annotation Term="OData.Description" String="The ModifyRedundancySet operation adds members to or removes members from a redundant group of managers."/>
118        <Annotation Term="OData.LongDescription" String="The ModifyRedundancySet operation shall add members to or remove members from a redundant group of managers."/>
119        <Parameter Name="Manager" Type="Manager.v1_0_0.Actions"/>
120        <Parameter Name="Add" Type="Collection(Manager.Manager)">
121          <Annotation Term="OData.Description" String="An array of managers to add to the redundancy set."/>
122          <Annotation Term="OData.LongDescription" String="This parameter shall contain an array of managers to add to the redundancy set."/>
123        </Parameter>
124        <Parameter Name="Remove" Type="Collection(Manager.Manager)">
125          <Annotation Term="OData.Description" String="An array of managers to remove from the redundancy set."/>
126          <Annotation Term="OData.LongDescription" String="This parameter shall contain an array of managers to remove from the redundancy set."/>
127        </Parameter>
128      </Action>
129
130      <Action Name="ResetToDefaults" IsBound="true">
131        <Annotation Term="OData.Description" String="The reset action resets the manager settings to factory defaults.  This might cause the manager to reset."/>
132        <Annotation Term="OData.LongDescription" String="This action shall reset the manager settings.  This action might impact other resources."/>
133        <Parameter Name="Manager" Type="Manager.v1_0_0.Actions"/>
134        <Parameter Name="ResetType" Type="Manager.v1_8_0.ResetToDefaultsType" Nullable="false">
135          <Annotation Term="OData.Description" String="The type of reset to defaults."/>
136          <Annotation Term="OData.LongDescription" String="This parameter shall contain the type of reset to defaults."/>
137        </Parameter>
138        <Annotation Term="Redfish.Revisions">
139          <Collection>
140            <Record>
141              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
142              <PropertyValue Property="Version" String="v1_8_0"/>
143            </Record>
144          </Collection>
145        </Annotation>
146      </Action>
147    </Schema>
148
149    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_0">
150      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
151      <Annotation Term="Redfish.Release" String="1.0"/>
152
153      <EntityType Name="Manager" BaseType="Manager.Manager">
154        <Property Name="ManagerType" Type="Manager.v1_0_0.ManagerType" Nullable="false">
155          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
156          <Annotation Term="OData.Description" String="The type of manager that this resource represents."/>
157          <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."/>
158        </Property>
159        <Property Name="Links" Type="Manager.v1_0_0.Links" Nullable="false">
160          <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
161          <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."/>
162        </Property>
163        <NavigationProperty Name="EthernetInterfaces" Type="EthernetInterfaceCollection.EthernetInterfaceCollection" ContainsTarget="true" Nullable="false">
164          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
165          <Annotation Term="OData.Description" String="The link to a collection of NICs that this manager uses for network communication."/>
166          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type EthernetInterfaceCollection."/>
167          <Annotation Term="OData.AutoExpandReferences"/>
168        </NavigationProperty>
169        <NavigationProperty Name="SerialInterfaces" Type="SerialInterfaceCollection.SerialInterfaceCollection" ContainsTarget="true" Nullable="false">
170          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
171          <Annotation Term="OData.Description" String="The link to a collection of serial interfaces that this manager uses for serial and console communication."/>
172          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type SerialInterfaceCollection, which this manager uses."/>
173          <Annotation Term="OData.AutoExpandReferences"/>
174        </NavigationProperty>
175        <NavigationProperty Name="NetworkProtocol" Type="ManagerNetworkProtocol.ManagerNetworkProtocol" ContainsTarget="true" Nullable="false">
176          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
177          <Annotation Term="OData.Description" String="The link to the network services and their settings that the manager controls."/>
178          <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."/>
179          <Annotation Term="OData.AutoExpandReferences"/>
180        </NavigationProperty>
181        <NavigationProperty Name="LogServices" Type="LogServiceCollection.LogServiceCollection" ContainsTarget="true" Nullable="false">
182          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
183          <Annotation Term="OData.Description" String="The link to a collection of logs that the manager uses."/>
184          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type LogServiceCollection that this manager uses."/>
185          <Annotation Term="OData.AutoExpandReferences"/>
186        </NavigationProperty>
187        <NavigationProperty Name="VirtualMedia" Type="VirtualMediaCollection.VirtualMediaCollection" ContainsTarget="true" Nullable="false">
188          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
189          <Annotation Term="OData.Description" String="The link to the Virtual Media services for this particular manager."/>
190          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type VirtualMediaCollection, which this manager uses."/>
191          <Annotation Term="OData.AutoExpandReferences"/>
192          <Annotation Term="Redfish.Revisions">
193            <Collection>
194              <Record>
195                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
196                <PropertyValue Property="Version" String="v1_10_0"/>
197                <PropertyValue Property="Description" String="This property has been deprecated in favor of the VirtualMedia property in the ComputerSystem resource."/>
198              </Record>
199            </Collection>
200          </Annotation>
201        </NavigationProperty>
202        <Property Name="ServiceEntryPointUUID" Type="Resource.UUID">
203          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
204          <Annotation Term="OData.Description" String="The UUID of the Redfish service that is hosted by this manager."/>
205          <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 might imply otherwise.  This property shall not be present if this manager does not provide a Redfish service entry point."/>
206        </Property>
207        <Property Name="UUID" Type="Resource.UUID">
208          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
209          <Annotation Term="OData.Description" String="The UUID for this manager."/>
210          <Annotation Term="OData.LongDescription" String="This property shall contain the UUID for the manager."/>
211        </Property>
212        <Property Name="Model" Type="Edm.String">
213          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
214          <Annotation Term="OData.Description" String="The model information of this manager, as defined by the manufacturer."/>
215          <Annotation Term="OData.LongDescription" String="This property shall contain the information about how the manufacturer refers to this manager."/>
216        </Property>
217        <Property Name="DateTime" Type="Edm.DateTimeOffset">
218          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
219          <Annotation Term="OData.Description" String="The current date and time with UTC offset that the manager uses to set or read time."/>
220          <Annotation Term="OData.LongDescription" String="This property shall represent the current DateTime value for the manager, with UTC offset, in Redfish Timestamp format."/>
221        </Property>
222        <Property Name="DateTimeLocalOffset" Type="Edm.String">
223          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
224          <Annotation Term="OData.Description" String="The time offset from UTC that the DateTime property is in `+HH:MM` format."/>
225          <Annotation Term="OData.LongDescription" String="This property shall represent the offset from UTC time that the current DateTime property contains."/>
226          <Annotation Term="Validation.Pattern" String="^([-+][0-1][0-9]:[0-5][0-9])$"/>
227        </Property>
228        <Property Name="FirmwareVersion" Type="Edm.String">
229          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
230          <Annotation Term="OData.Description" String="The firmware version of this manager."/>
231          <Annotation Term="OData.LongDescription" String="This property shall contain the firmware version as defined by the manufacturer for the associated manager."/>
232        </Property>
233        <Property Name="SerialConsole" Type="Manager.v1_0_0.SerialConsole" Nullable="false">
234          <Annotation Term="OData.Description" String="The serial console service that this manager provides."/>
235          <Annotation Term="OData.LongDescription" String="This property shall contain information about the serial console service of this manager."/>
236          <Annotation Term="Redfish.Revisions">
237            <Collection>
238              <Record>
239                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
240                <PropertyValue Property="Version" String="v1_10_0"/>
241                <PropertyValue Property="Description" String="This property has been deprecated in favor of the SerialConsole property in the ComputerSystem resource."/>
242              </Record>
243            </Collection>
244          </Annotation>
245        </Property>
246        <Property Name="CommandShell" Type="Manager.v1_0_0.CommandShell" Nullable="false">
247          <Annotation Term="OData.Description" String="The command shell service that this manager provides."/>
248          <Annotation Term="OData.LongDescription" String="This property shall contain information about the command shell service of this manager."/>
249        </Property>
250        <Property Name="GraphicalConsole" Type="Manager.v1_0_0.GraphicalConsole" Nullable="false">
251          <Annotation Term="OData.Description" String="The information about the graphical console service of this manager."/>
252          <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."/>
253        </Property>
254        <Property Name="Actions" Type="Manager.v1_0_0.Actions" Nullable="false">
255          <Annotation Term="OData.Description" String="The available actions for this resource."/>
256          <Annotation Term="OData.LongDescription" String="The actions property shall contain the available actions for this resource."/>
257        </Property>
258        <Property Name="Status" Type="Resource.Status" Nullable="false">
259          <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
260          <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
261        </Property>
262        <NavigationProperty Name="Redundancy" Type="Collection(Redundancy.Redundancy)" ContainsTarget="true">
263          <Annotation Term="OData.Description" String="The redundancy information for the managers of this system."/>
264          <Annotation Term="OData.LongDescription" String="The properties in this array shall show how this manager is grouped with other managers for form redundancy sets."/>
265          <Annotation Term="OData.AutoExpand"/>
266        </NavigationProperty>
267      </EntityType>
268
269      <ComplexType Name="Actions">
270        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
271        <Annotation Term="OData.Description" String="The available actions for this resource."/>
272        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
273        <Property Name="Oem" Type="Manager.v1_0_0.OemActions" Nullable="false">
274          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
275          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
276        </Property>
277      </ComplexType>
278
279      <ComplexType Name="OemActions">
280        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
281        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
282        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
283      </ComplexType>
284
285      <ComplexType Name="Links" BaseType="Resource.Links">
286        <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
287        <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."/>
288        <NavigationProperty Name="ManagerForServers" Type="Collection(ComputerSystem.ComputerSystem)">
289          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
290          <Annotation Term="OData.Description" String="An array of links to the systems that this manager controls."/>
291          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to computer systems over which this manager instance has control."/>
292          <Annotation Term="OData.AutoExpandReferences"/>
293        </NavigationProperty>
294        <NavigationProperty Name="ManagerForChassis" Type="Collection(Chassis.Chassis)">
295          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
296          <Annotation Term="OData.Description" String="An array of links to the chassis this manager controls."/>
297          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to chassis over which this manager instance has control."/>
298          <Annotation Term="OData.AutoExpandReferences"/>
299        </NavigationProperty>
300      </ComplexType>
301
302      <EnumType Name="ManagerType">
303        <Member Name="ManagementController">
304          <Annotation Term="OData.Description" String="A controller that primarily monitors or manages the operation of a device or system."/>
305        </Member>
306        <Member Name="EnclosureManager">
307          <Annotation Term="OData.Description" String="A controller that provides management functions for a chassis or group of devices or systems."/>
308        </Member>
309        <Member Name="BMC">
310          <Annotation Term="OData.Description" String="A controller that provides management functions for a single computer system."/>
311        </Member>
312        <Member Name="RackManager">
313          <Annotation Term="OData.Description" String="A controller that provides management functions for a whole or part of a rack."/>
314        </Member>
315        <Member Name="AuxiliaryController">
316          <Annotation Term="OData.Description" String="A controller that provides management functions for a particular subsystem or group of devices."/>
317        </Member>
318        <Member Name="Service">
319          <Annotation Term="OData.Description" String="A software-based service that provides management functions."/>
320          <Annotation Term="Redfish.Revisions">
321            <Collection>
322              <Record>
323                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
324                <PropertyValue Property="Version" String="v1_4_0"/>
325              </Record>
326            </Collection>
327          </Annotation>
328        </Member>
329      </EnumType>
330
331      <ComplexType Name="ManagerService" Abstract="true">
332        <Annotation Term="OData.Description" String="The manager services, such as serial console, command shell, or graphical console service."/>
333        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
334        <Property Name="ServiceEnabled" Type="Edm.Boolean" Nullable="false">
335          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
336          <Annotation Term="OData.Description" String="An indication of whether the service is enabled for this manager."/>
337          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the protocol for the service is enabled."/>
338        </Property>
339        <Property Name="MaxConcurrentSessions" Type="Edm.Int64" Nullable="false">
340          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
341          <Annotation Term="OData.Description" String="The maximum number of service sessions, regardless of protocol, that this manager can support."/>
342          <Annotation Term="OData.LongDescription" String="This property shall contain the maximum number of concurrent service sessions that this implementation supports."/>
343          <Annotation Term="Validation.Minimum" Int="0"/>
344        </Property>
345      </ComplexType>
346
347      <EnumType Name="SerialConnectTypesSupported">
348        <Member Name="SSH">
349          <Annotation Term="OData.Description" String="The controller supports a serial console connection through the SSH protocol."/>
350        </Member>
351        <Member Name="Telnet">
352          <Annotation Term="OData.Description" String="The controller supports a serial console connection through the Telnet protocol."/>
353        </Member>
354        <Member Name="IPMI">
355          <Annotation Term="OData.Description" String="The controller supports a serial console connection through the IPMI Serial Over LAN (SOL) protocol."/>
356        </Member>
357        <Member Name="Oem">
358          <Annotation Term="OData.Description" String="The controller supports a serial console connection through an OEM-specific protocol."/>
359        </Member>
360      </EnumType>
361
362      <EnumType Name="CommandConnectTypesSupported">
363        <Member Name="SSH">
364          <Annotation Term="OData.Description" String="The controller supports a command shell connection through the SSH protocol."/>
365        </Member>
366        <Member Name="Telnet">
367          <Annotation Term="OData.Description" String="The controller supports a command shell connection through the Telnet protocol."/>
368        </Member>
369        <Member Name="IPMI">
370          <Annotation Term="OData.Description" String="The controller supports a command shell connection through the IPMI Serial Over LAN (SOL) protocol."/>
371        </Member>
372        <Member Name="Oem">
373          <Annotation Term="OData.Description" String="The controller supports a command shell connection through an OEM-specific protocol."/>
374        </Member>
375      </EnumType>
376
377      <EnumType Name="GraphicalConnectTypesSupported">
378        <Member Name="KVMIP">
379          <Annotation Term="OData.Description" String="The controller supports a graphical console connection through a KVM-IP (redirection of Keyboard, Video, Mouse over IP) protocol."/>
380        </Member>
381        <Member Name="Oem">
382          <Annotation Term="OData.Description" String="The controller supports a graphical console connection through an OEM-specific protocol."/>
383        </Member>
384      </EnumType>
385
386      <ComplexType Name="SerialConsole" BaseType="Manager.v1_0_0.ManagerService">
387        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
388        <Annotation Term="OData.Description" String="The information about a serial console service that this manager provides."/>
389        <Annotation Term="OData.LongDescription" String="This type shall describe a serial console service for a manager."/>
390        <Property Name="ConnectTypesSupported" Type="Collection(Manager.v1_0_0.SerialConnectTypesSupported)" Nullable="false">
391          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
392          <Annotation Term="OData.Description" String="This property enumerates the serial console connection types that the implementation allows."/>
393          <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."/>
394        </Property>
395      </ComplexType>
396
397      <ComplexType Name="CommandShell" BaseType="Manager.v1_0_0.ManagerService">
398        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
399        <Annotation Term="OData.Description" String="The information about a command shell service that this manager provides."/>
400        <Annotation Term="OData.LongDescription" String="This type shall describe a command shell service for a manager."/>
401        <Property Name="ConnectTypesSupported" Type="Collection(Manager.v1_0_0.CommandConnectTypesSupported)" Nullable="false">
402          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
403          <Annotation Term="OData.Description" String="This property enumerates the command shell connection types that the implementation allows."/>
404          <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."/>
405        </Property>
406      </ComplexType>
407
408      <ComplexType Name="GraphicalConsole" BaseType="Manager.v1_0_0.ManagerService">
409        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
410        <Annotation Term="OData.Description" String="The information about a graphical console service that this manager provides."/>
411        <Annotation Term="OData.LongDescription" String="This type shall describe a graphical console service for a manager."/>
412        <Property Name="ConnectTypesSupported" Type="Collection(Manager.v1_0_0.GraphicalConnectTypesSupported)" Nullable="false">
413          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
414          <Annotation Term="OData.Description" String="This property enumerates the graphical console connection types that the implementation allows."/>
415          <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-define KVM-IP protocol is supported."/>
416        </Property>
417      </ComplexType>
418    </Schema>
419
420    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_1">
421      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
422      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
423      <EntityType Name="Manager" BaseType="Manager.v1_0_0.Manager"/>
424    </Schema>
425
426    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_2">
427      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
428      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
429      <EntityType Name="Manager" BaseType="Manager.v1_0_1.Manager"/>
430    </Schema>
431
432    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_3">
433      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
434      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
435      <EntityType Name="Manager" BaseType="Manager.v1_0_2.Manager"/>
436    </Schema>
437
438    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_4">
439      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
440      <Annotation Term="OData.Description" String="This version was created to remove the Nullable facet on NavigationProperties of the Collection type."/>
441      <EntityType Name="Manager" BaseType="Manager.v1_0_3.Manager"/>
442    </Schema>
443
444    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_5">
445      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
446      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
447      <EntityType Name="Manager" BaseType="Manager.v1_0_4.Manager"/>
448    </Schema>
449
450    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_6">
451      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
452      <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 remove the `Nullable=false` term on ServiceEntryPointUUID."/>
453      <EntityType Name="Manager" BaseType="Manager.v1_0_5.Manager"/>
454    </Schema>
455
456    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_7">
457      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
458      <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."/>
459      <EntityType Name="Manager" BaseType="Manager.v1_0_6.Manager"/>
460    </Schema>
461
462    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_8">
463      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
464      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
465      <EntityType Name="Manager" BaseType="Manager.v1_0_7.Manager"/>
466    </Schema>
467
468    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_9">
469      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
470      <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."/>
471      <EntityType Name="Manager" BaseType="Manager.v1_0_8.Manager"/>
472    </Schema>
473
474    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_10">
475      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
476      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
477      <EntityType Name="Manager" BaseType="Manager.v1_0_9.Manager"/>
478    </Schema>
479
480    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_11">
481      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
482      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
483      <EntityType Name="Manager" BaseType="Manager.v1_0_10.Manager"/>
484    </Schema>
485
486    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_12">
487      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
488      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
489      <EntityType Name="Manager" BaseType="Manager.v1_0_11.Manager"/>
490    </Schema>
491
492    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_13">
493      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
494      <Annotation Term="OData.Description" String="This version was created to add annotation recommendations for ResetType."/>
495      <EntityType Name="Manager" BaseType="Manager.v1_0_12.Manager"/>
496    </Schema>
497
498    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_0_14">
499      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
500      <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
501      <EntityType Name="Manager" BaseType="Manager.v1_0_13.Manager"/>
502    </Schema>
503
504    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_0">
505      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
506      <Annotation Term="Redfish.Release" String="2016.1"/>
507
508      <EntityType Name="Manager" BaseType="Manager.v1_0_2.Manager"/>
509
510      <ComplexType Name="Links" BaseType="Manager.v1_0_0.Links">
511        <NavigationProperty Name="ManagerInChassis" Type="Chassis.Chassis" Nullable="false">
512          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
513          <Annotation Term="OData.Description" String="The link to the chassis where this manager is located."/>
514          <Annotation Term="OData.LongDescription" String="This property shall contain a link to the chassis where this manager is located."/>
515          <Annotation Term="OData.AutoExpandReferences"/>
516        </NavigationProperty>
517      </ComplexType>
518    </Schema>
519
520    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_1">
521      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
522      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
523      <EntityType Name="Manager" BaseType="Manager.v1_1_0.Manager"/>
524    </Schema>
525
526    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_2">
527      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
528      <Annotation Term="OData.Description" String="This version was created to remove the Nullable facet on NavigationProperties of the Collection type."/>
529      <EntityType Name="Manager" BaseType="Manager.v1_1_1.Manager"/>
530    </Schema>
531
532    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_3">
533      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
534      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
535      <EntityType Name="Manager" BaseType="Manager.v1_1_2.Manager"/>
536    </Schema>
537
538    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_4">
539      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
540      <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 remove the `Nullable=false` term on ServiceEntryPointUUID."/>
541      <EntityType Name="Manager" BaseType="Manager.v1_1_3.Manager"/>
542    </Schema>
543
544    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_5">
545      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
546      <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."/>
547      <EntityType Name="Manager" BaseType="Manager.v1_1_4.Manager"/>
548    </Schema>
549
550    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_6">
551      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
552      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
553      <EntityType Name="Manager" BaseType="Manager.v1_1_5.Manager"/>
554    </Schema>
555
556    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_7">
557      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
558      <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."/>
559      <EntityType Name="Manager" BaseType="Manager.v1_1_6.Manager"/>
560    </Schema>
561
562    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_8">
563      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
564      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
565      <EntityType Name="Manager" BaseType="Manager.v1_1_7.Manager"/>
566    </Schema>
567
568    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_9">
569      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
570      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
571      <EntityType Name="Manager" BaseType="Manager.v1_1_8.Manager"/>
572    </Schema>
573
574    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_10">
575      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
576      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
577      <EntityType Name="Manager" BaseType="Manager.v1_1_9.Manager"/>
578    </Schema>
579
580    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_11">
581      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
582      <Annotation Term="OData.Description" String="This version was created to add annotation recommendations for ResetType."/>
583      <EntityType Name="Manager" BaseType="Manager.v1_1_10.Manager"/>
584    </Schema>
585
586    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_1_12">
587      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
588      <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
589      <EntityType Name="Manager" BaseType="Manager.v1_1_11.Manager"/>
590    </Schema>
591
592    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_0">
593      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
594      <Annotation Term="Redfish.Release" String="2016.2"/>
595
596      <EntityType Name="Manager" BaseType="Manager.v1_1_0.Manager">
597        <Property Name="PowerState" Type="Resource.PowerState">
598          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
599          <Annotation Term="OData.Description" String="The current power state of the manager."/>
600          <Annotation Term="OData.LongDescription" String="This property shall contain the power state of the manager."/>
601        </Property>
602      </EntityType>
603    </Schema>
604
605    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_1">
606      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
607      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
608      <EntityType Name="Manager" BaseType="Manager.v1_2_0.Manager"/>
609    </Schema>
610
611    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_2">
612      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
613      <Annotation Term="OData.Description" String="This version was created to remove the Nullable facet on NavigationProperties of the Collection type."/>
614      <EntityType Name="Manager" BaseType="Manager.v1_2_1.Manager"/>
615    </Schema>
616
617    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_3">
618      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
619      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
620      <EntityType Name="Manager" BaseType="Manager.v1_2_2.Manager"/>
621    </Schema>
622
623    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_4">
624      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
625      <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."/>
626      <EntityType Name="Manager" BaseType="Manager.v1_2_3.Manager"/>
627    </Schema>
628
629    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_5">
630      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
631      <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."/>
632      <EntityType Name="Manager" BaseType="Manager.v1_2_4.Manager"/>
633    </Schema>
634
635    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_6">
636      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
637      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
638      <EntityType Name="Manager" BaseType="Manager.v1_2_5.Manager"/>
639    </Schema>
640
641    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_7">
642      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
643      <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."/>
644      <EntityType Name="Manager" BaseType="Manager.v1_2_6.Manager"/>
645    </Schema>
646
647    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_8">
648      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
649      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
650      <EntityType Name="Manager" BaseType="Manager.v1_2_7.Manager"/>
651    </Schema>
652
653    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_9">
654      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
655      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
656      <EntityType Name="Manager" BaseType="Manager.v1_2_8.Manager"/>
657    </Schema>
658
659    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_10">
660      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
661      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
662      <EntityType Name="Manager" BaseType="Manager.v1_2_9.Manager"/>
663    </Schema>
664
665    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_11">
666      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
667      <Annotation Term="OData.Description" String="This version was created to add annotation recommendations for ResetType."/>
668      <EntityType Name="Manager" BaseType="Manager.v1_2_10.Manager"/>
669    </Schema>
670
671    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_2_12">
672      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
673      <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
674      <EntityType Name="Manager" BaseType="Manager.v1_2_11.Manager"/>
675    </Schema>
676
677    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_0">
678      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
679      <Annotation Term="Redfish.Release" String="2016.3"/>
680
681      <EntityType Name="Manager" BaseType="Manager.v1_2_1.Manager">
682        <NavigationProperty Name="HostInterfaces" Type="HostInterfaceCollection.HostInterfaceCollection" Nullable="false">
683          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
684          <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."/>
685          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type HostInterfaceCollection."/>
686          <Annotation Term="OData.AutoExpandReferences"/>
687        </NavigationProperty>
688      </EntityType>
689    </Schema>
690
691    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_1">
692      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
693      <Annotation Term="OData.Description" String="This version was created to remove the Nullable facet on NavigationProperties of the Collection type."/>
694      <EntityType Name="Manager" BaseType="Manager.v1_3_0.Manager"/>
695    </Schema>
696
697    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_2">
698      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
699      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
700      <EntityType Name="Manager" BaseType="Manager.v1_3_1.Manager"/>
701    </Schema>
702
703    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_3">
704      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
705      <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."/>
706      <EntityType Name="Manager" BaseType="Manager.v1_3_2.Manager"/>
707    </Schema>
708
709    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_4">
710      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
711      <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."/>
712      <EntityType Name="Manager" BaseType="Manager.v1_3_3.Manager"/>
713    </Schema>
714
715    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_5">
716      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
717      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
718      <EntityType Name="Manager" BaseType="Manager.v1_3_4.Manager"/>
719    </Schema>
720
721    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_6">
722      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
723      <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."/>
724      <EntityType Name="Manager" BaseType="Manager.v1_3_5.Manager"/>
725    </Schema>
726
727    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_7">
728      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
729      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
730      <EntityType Name="Manager" BaseType="Manager.v1_3_6.Manager"/>
731    </Schema>
732
733    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_8">
734      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
735      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
736      <EntityType Name="Manager" BaseType="Manager.v1_3_7.Manager"/>
737    </Schema>
738
739    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_9">
740      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
741      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
742      <EntityType Name="Manager" BaseType="Manager.v1_3_8.Manager"/>
743    </Schema>
744
745    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_10">
746      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
747      <Annotation Term="OData.Description" String="This version was created to add annotation recommendations for ResetType."/>
748      <EntityType Name="Manager" BaseType="Manager.v1_3_9.Manager"/>
749    </Schema>
750
751    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_3_11">
752      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
753      <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
754      <EntityType Name="Manager" BaseType="Manager.v1_3_10.Manager"/>
755    </Schema>
756
757    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_4_0">
758      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
759      <Annotation Term="Redfish.Release" String="2018.1"/>
760
761      <EntityType Name="Manager" BaseType="Manager.v1_3_3.Manager">
762        <Property Name="AutoDSTEnabled" Type="Edm.Boolean" Nullable="false">
763          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
764          <Annotation Term="OData.Description" String="An indication of whether the manager is configured for automatic Daylight Saving Time (DST) adjustment."/>
765          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the manager is configured for automatic Daylight Saving Time (DST) adjustment."/>
766        </Property>
767      </EntityType>
768
769      <ComplexType Name="Links" BaseType="Manager.v1_1_0.Links">
770        <NavigationProperty Name="ManagerForSwitches" Type="Collection(Switch.Switch)">
771          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
772          <Annotation Term="OData.Description" String="An array of links to the switches that this manager controls."/>
773          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to switches that this manager instance controls."/>
774          <Annotation Term="OData.AutoExpandReferences"/>
775        </NavigationProperty>
776      </ComplexType>
777    </Schema>
778
779    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_4_1">
780      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
781      <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."/>
782      <EntityType Name="Manager" BaseType="Manager.v1_4_0.Manager"/>
783    </Schema>
784
785    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_4_2">
786      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
787      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
788      <EntityType Name="Manager" BaseType="Manager.v1_4_1.Manager"/>
789    </Schema>
790
791    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_4_3">
792      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
793      <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."/>
794      <EntityType Name="Manager" BaseType="Manager.v1_4_2.Manager"/>
795    </Schema>
796
797    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_4_4">
798      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
799      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
800      <EntityType Name="Manager" BaseType="Manager.v1_4_3.Manager"/>
801    </Schema>
802
803    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_4_5">
804      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
805      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
806      <EntityType Name="Manager" BaseType="Manager.v1_4_4.Manager"/>
807    </Schema>
808
809    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_4_6">
810      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
811      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
812      <EntityType Name="Manager" BaseType="Manager.v1_4_5.Manager"/>
813    </Schema>
814
815    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_4_7">
816      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
817      <Annotation Term="OData.Description" String="This version was created to add annotation recommendations for ResetType."/>
818      <EntityType Name="Manager" BaseType="Manager.v1_4_6.Manager"/>
819    </Schema>
820
821    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_4_8">
822      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
823      <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
824      <EntityType Name="Manager" BaseType="Manager.v1_4_7.Manager"/>
825    </Schema>
826
827    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_5_0">
828      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
829      <Annotation Term="Redfish.Release" String="2018.2"/>
830
831      <EntityType Name="Manager" BaseType="Manager.v1_4_1.Manager">
832        <Property Name="RemoteRedfishServiceUri" Type="Edm.String">
833          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
834          <Annotation Term="OData.Description" String="The URI of the Redfish service root for the remote manager that this resource represents."/>
835          <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."/>
836          <Annotation Term="OData.IsURL"/>
837        </Property>
838        <NavigationProperty Name="RemoteAccountService" Type="AccountService.AccountService" ContainsTarget="true" Nullable="false">
839          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
840          <Annotation Term="OData.Description" String="The link to the account service resource for the remote manager that this resource represents."/>
841          <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 Redfish services."/>
842          <Annotation Term="OData.AutoExpandReferences"/>
843        </NavigationProperty>
844      </EntityType>
845    </Schema>
846
847    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_5_1">
848      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
849      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
850      <EntityType Name="Manager" BaseType="Manager.v1_5_0.Manager"/>
851    </Schema>
852
853    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_5_2">
854      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
855      <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."/>
856      <EntityType Name="Manager" BaseType="Manager.v1_5_1.Manager"/>
857    </Schema>
858
859    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_5_3">
860      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
861      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
862      <EntityType Name="Manager" BaseType="Manager.v1_5_2.Manager"/>
863    </Schema>
864
865    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_5_4">
866      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
867      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
868      <EntityType Name="Manager" BaseType="Manager.v1_5_3.Manager"/>
869    </Schema>
870
871    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_5_5">
872      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
873      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
874      <EntityType Name="Manager" BaseType="Manager.v1_5_4.Manager"/>
875    </Schema>
876
877    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_5_6">
878      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
879      <Annotation Term="OData.Description" String="This version was created to add annotation recommendations for ResetType."/>
880      <EntityType Name="Manager" BaseType="Manager.v1_5_5.Manager"/>
881    </Schema>
882
883    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_5_7">
884      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
885      <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
886      <EntityType Name="Manager" BaseType="Manager.v1_5_6.Manager"/>
887    </Schema>
888
889    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_6_0">
890      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
891      <Annotation Term="Redfish.Release" String="2019.2"/>
892
893      <EntityType Name="Manager" BaseType="Manager.v1_5_3.Manager"/>
894
895      <ComplexType Name="Links" BaseType="Manager.v1_1_0.Links">
896        <NavigationProperty Name="ActiveSoftwareImage" Type="SoftwareInventory.SoftwareInventory" Nullable="false">
897          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
898          <Annotation Term="OData.Description" String="The link to the software inventory resource that represents the active firmware image for this manager."/>
899          <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."/>
900          <Annotation Term="OData.AutoExpandReferences"/>
901        </NavigationProperty>
902        <NavigationProperty Name="SoftwareImages" Type="Collection(SoftwareInventory.SoftwareInventory)">
903          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
904          <Annotation Term="OData.Description" String="The images that are associated with this manager."/>
905          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resource of type SoftwareInventory that represent the firmware images that apply to this manager."/>
906          <Annotation Term="OData.AutoExpandReferences"/>
907        </NavigationProperty>
908      </ComplexType>
909    </Schema>
910
911    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_6_1">
912      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
913      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
914      <EntityType Name="Manager" BaseType="Manager.v1_6_0.Manager"/>
915    </Schema>
916
917    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_6_2">
918      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
919      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
920      <EntityType Name="Manager" BaseType="Manager.v1_6_1.Manager"/>
921    </Schema>
922
923    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_6_3">
924      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
925      <Annotation Term="OData.Description" String="This version was created to add annotation recommendations for ResetType."/>
926      <EntityType Name="Manager" BaseType="Manager.v1_6_2.Manager"/>
927    </Schema>
928
929    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_6_4">
930      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
931      <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
932      <EntityType Name="Manager" BaseType="Manager.v1_6_3.Manager"/>
933    </Schema>
934
935    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_7_0">
936      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
937      <Annotation Term="Redfish.Release" String="2019.4"/>
938
939      <EntityType Name="Manager" BaseType="Manager.v1_6_0.Manager">
940        <Property Name="Manufacturer" Type="Edm.String">
941          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
942          <Annotation Term="OData.Description" String="The manufacturer of this manager."/>
943          <Annotation Term="OData.LongDescription" String="This property shall contain the name of the organization responsible for producing the manager.  This organization might be the entity from whom the manager is purchased, but this is not necessarily true."/>
944        </Property>
945        <Property Name="SerialNumber" Type="Edm.String">
946          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
947          <Annotation Term="OData.Description" String="The serial number of the manager."/>
948          <Annotation Term="OData.LongDescription" String="This property shall contain a manufacturer-allocated number that identifies the manager."/>
949        </Property>
950        <Property Name="PartNumber" Type="Edm.String">
951          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
952          <Annotation Term="OData.Description" String="The part number of the manager."/>
953          <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."/>
954        </Property>
955      </EntityType>
956    </Schema>
957
958    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_7_1">
959      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
960      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
961      <EntityType Name="Manager" BaseType="Manager.v1_7_0.Manager"/>
962    </Schema>
963
964    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_7_2">
965      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
966      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
967      <EntityType Name="Manager" BaseType="Manager.v1_7_1.Manager"/>
968    </Schema>
969
970    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_7_3">
971      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
972      <Annotation Term="OData.Description" String="This version was created to add annotation recommendations for ResetType."/>
973      <EntityType Name="Manager" BaseType="Manager.v1_7_2.Manager"/>
974    </Schema>
975
976    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_7_4">
977      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
978      <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
979      <EntityType Name="Manager" BaseType="Manager.v1_7_3.Manager"/>
980    </Schema>
981
982    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_8_0">
983      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
984      <Annotation Term="Redfish.Release" String="2020.1"/>
985      <Annotation Term="OData.Description" String="This version was created to add the ResetToDefaults action."/>
986
987      <EntityType Name="Manager" BaseType="Manager.v1_7_1.Manager"/>
988
989      <EnumType Name="ResetToDefaultsType">
990        <Member Name="ResetAll">
991          <Annotation Term="OData.Description" String="Reset all settings to factory defaults."/>
992        </Member>
993        <Member Name="PreserveNetworkAndUsers">
994          <Annotation Term="OData.Description" String="Reset all settings except network and local user names/passwords to factory defaults."/>
995        </Member>
996        <Member Name="PreserveNetwork">
997          <Annotation Term="OData.Description" String="Reset all settings except network settings to factory defaults."/>
998        </Member>
999      </EnumType>
1000    </Schema>
1001
1002    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_8_1">
1003      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1004      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1005      <EntityType Name="Manager" BaseType="Manager.v1_8_0.Manager"/>
1006    </Schema>
1007
1008    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_8_2">
1009      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1010      <Annotation Term="OData.Description" String="This version was created to add annotation recommendations for ResetType."/>
1011      <EntityType Name="Manager" BaseType="Manager.v1_8_1.Manager"/>
1012    </Schema>
1013
1014    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_8_3">
1015      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1016      <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
1017      <EntityType Name="Manager" BaseType="Manager.v1_8_2.Manager"/>
1018    </Schema>
1019
1020    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_9_0">
1021      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1022      <Annotation Term="Redfish.Release" String="2020.2"/>
1023      <Annotation Term="OData.Description" String="This version was created to add the LastResetTime."/>
1024
1025      <EntityType Name="Manager" BaseType="Manager.v1_8_1.Manager">
1026        <Property Name="LastResetTime" Type="Edm.DateTimeOffset" Nullable="false">
1027          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1028          <Annotation Term="OData.Description" String="The date and time when the manager was last reset or rebooted."/>
1029          <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."/>
1030        </Property>
1031      </EntityType>
1032
1033      <ComplexType Name="Links" BaseType="Manager.v1_6_0.Links">
1034        <NavigationProperty Name="ManagedBy" Type="Collection(Manager.Manager)">
1035          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1036          <Annotation Term="OData.Description" String="The array of links to the managers responsible for managing this manager."/>
1037          <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."/>
1038          <Annotation Term="OData.AutoExpandReferences"/>
1039        </NavigationProperty>
1040        <NavigationProperty Name="ManagerForManagers" Type="Collection(Manager.Manager)">
1041          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1042          <Annotation Term="OData.Description" String="An array of links to the managers that are managed by this manager."/>
1043          <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."/>
1044          <Annotation Term="OData.AutoExpandReferences"/>
1045        </NavigationProperty>
1046      </ComplexType>
1047    </Schema>
1048
1049    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_9_1">
1050      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1051      <Annotation Term="OData.Description" String="This version was created to add annotation recommendations for ResetType."/>
1052      <EntityType Name="Manager" BaseType="Manager.v1_9_0.Manager"/>
1053    </Schema>
1054
1055    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_9_2">
1056      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1057      <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
1058      <EntityType Name="Manager" BaseType="Manager.v1_9_1.Manager"/>
1059    </Schema>
1060
1061    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_10_0">
1062      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1063      <Annotation Term="Redfish.Release" String="2020.3"/>
1064      <Annotation Term="OData.Description" String="This version was created to add the timezone configuration.  It was also created to deprecate the VirtualMedia and SerialConsole properties in favor of the VirtualMedia and SerialConsole properties in the ComputerSystem schema."/>
1065
1066      <EntityType Name="Manager" BaseType="Manager.v1_9_1.Manager">
1067        <Property Name="TimeZoneName" Type="Edm.String" Nullable="false">
1068          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1069          <Annotation Term="OData.Description" String="The time zone of the manager."/>
1070          <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 might 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."/>
1071        </Property>
1072      </EntityType>
1073    </Schema>
1074
1075    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_10_1">
1076      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1077      <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
1078      <EntityType Name="Manager" BaseType="Manager.v1_10_0.Manager"/>
1079    </Schema>
1080
1081    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Manager.v1_11_0">
1082      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1083      <Annotation Term="Redfish.Release" String="2020.4"/>
1084      <Annotation Term="OData.Description" String="This version was created to add Location, LocationIndicatorActive, and SparePartNumber."/>
1085
1086      <EntityType Name="Manager" BaseType="Manager.v1_10_1.Manager">
1087        <Property Name="Location" Type="Resource.Location" Nullable="false">
1088          <Annotation Term="OData.Description" String="The location of the manager."/>
1089          <Annotation Term="OData.LongDescription" String="This property shall contain location information of the associated manager."/>
1090        </Property>
1091        <Property Name="LocationIndicatorActive" Type="Edm.Boolean">
1092          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1093          <Annotation Term="OData.Description" String="An indicator allowing an operator to physically locate this resource."/>
1094          <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."/>
1095        </Property>
1096        <Property Name="SparePartNumber" Type="Edm.String">
1097          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1098          <Annotation Term="OData.Description" String="The spare part number of the manager."/>
1099          <Annotation Term="OData.LongDescription" String="This property shall contain the spare part number of the manager."/>
1100        </Property>
1101      </EntityType>
1102    </Schema>
1103
1104  </edmx:DataServices>
1105</edmx:Edmx>
1106