1*720c9898SEd Tanous<?xml version="1.0" encoding="UTF-8"?>
2*720c9898SEd Tanous<!---->
3*720c9898SEd Tanous<!--################################################################################       -->
4*720c9898SEd Tanous<!--# Redfish Schema:  Chassis v1.25.0                                                     -->
5*720c9898SEd Tanous<!--#                                                                                      -->
6*720c9898SEd Tanous<!--# For a detailed change log, see the README file contained in the DSP8010 bundle,      -->
7*720c9898SEd Tanous<!--# available at http://www.dmtf.org/standards/redfish                                   -->
8*720c9898SEd Tanous<!--# Copyright 2014-2023 DMTF.                                                            -->
9*720c9898SEd Tanous<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10*720c9898SEd Tanous<!--################################################################################       -->
11*720c9898SEd Tanous<!---->
12*720c9898SEd Tanous<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
13*720c9898SEd Tanous
14*720c9898SEd Tanous  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
15*720c9898SEd Tanous    <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
16*720c9898SEd Tanous  </edmx:Reference>
17*720c9898SEd Tanous  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
18*720c9898SEd Tanous    <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
19*720c9898SEd Tanous  </edmx:Reference>
20*720c9898SEd Tanous  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml">
21*720c9898SEd Tanous    <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/>
22*720c9898SEd Tanous  </edmx:Reference>
23*720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
24*720c9898SEd Tanous    <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
25*720c9898SEd Tanous    <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/>
26*720c9898SEd Tanous  </edmx:Reference>
27*720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
28*720c9898SEd Tanous    <edmx:Include Namespace="Resource"/>
29*720c9898SEd Tanous    <edmx:Include Namespace="Resource.v1_0_0"/>
30*720c9898SEd Tanous  </edmx:Reference>
31*720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Thermal_v1.xml">
32*720c9898SEd Tanous    <edmx:Include Namespace="Thermal"/>
33*720c9898SEd Tanous  </edmx:Reference>
34*720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Power_v1.xml">
35*720c9898SEd Tanous    <edmx:Include Namespace="Power"/>
36*720c9898SEd Tanous  </edmx:Reference>
37*720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Manager_v1.xml">
38*720c9898SEd Tanous    <edmx:Include Namespace="Manager"/>
39*720c9898SEd Tanous  </edmx:Reference>
40*720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/ComputerSystem_v1.xml">
41*720c9898SEd Tanous    <edmx:Include Namespace="ComputerSystem"/>
42*720c9898SEd Tanous  </edmx:Reference>
43*720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/LogServiceCollection_v1.xml">
44*720c9898SEd Tanous    <edmx:Include Namespace="LogServiceCollection"/>
45*720c9898SEd Tanous  </edmx:Reference>
46*720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Storage_v1.xml">
47*720c9898SEd Tanous    <edmx:Include Namespace="Storage"/>
48*720c9898SEd Tanous  </edmx:Reference>
49*720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Drive_v1.xml">
50*720c9898SEd Tanous    <edmx:Include Namespace="Drive"/>
51*720c9898SEd Tanous  </edmx:Reference>
52*720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PCIeDevice_v1.xml">
53*720c9898SEd Tanous    <edmx:Include Namespace="PCIeDevice"/>
54*720c9898SEd Tanous  </edmx:Reference>
55*720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PCIeDeviceCollection_v1.xml">
56*720c9898SEd Tanous    <edmx:Include Namespace="PCIeDeviceCollection"/>
57*720c9898SEd Tanous  </edmx:Reference>
58*720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/NetworkAdapterCollection_v1.xml">
59*720c9898SEd Tanous    <edmx:Include Namespace="NetworkAdapterCollection"/>
60*720c9898SEd Tanous  </edmx:Reference>
61*720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/ResourceBlock_v1.xml">
62*720c9898SEd Tanous    <edmx:Include Namespace="ResourceBlock"/>
63*720c9898SEd Tanous  </edmx:Reference>
64*720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Assembly_v1.xml">
65*720c9898SEd Tanous    <edmx:Include Namespace="Assembly"/>
66*720c9898SEd Tanous  </edmx:Reference>
67*720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Switch_v1.xml">
68*720c9898SEd Tanous    <edmx:Include Namespace="Switch"/>
69*720c9898SEd Tanous  </edmx:Reference>
70*720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PCIeSlots_v1.xml">
71*720c9898SEd Tanous    <edmx:Include Namespace="PCIeSlots"/>
72*720c9898SEd Tanous  </edmx:Reference>
73*720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Processor_v1.xml">
74*720c9898SEd Tanous    <edmx:Include Namespace="Processor"/>
75*720c9898SEd Tanous  </edmx:Reference>
76*720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/SensorCollection_v1.xml">
77*720c9898SEd Tanous    <edmx:Include Namespace="SensorCollection"/>
78*720c9898SEd Tanous  </edmx:Reference>
79*720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Facility_v1.xml">
80*720c9898SEd Tanous    <edmx:Include Namespace="Facility"/>
81*720c9898SEd Tanous  </edmx:Reference>
82*720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/MemoryCollection_v1.xml">
83*720c9898SEd Tanous    <edmx:Include Namespace="MemoryCollection"/>
84*720c9898SEd Tanous  </edmx:Reference>
85*720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/MemoryDomainCollection_v1.xml">
86*720c9898SEd Tanous    <edmx:Include Namespace="MemoryDomainCollection"/>
87*720c9898SEd Tanous  </edmx:Reference>
88*720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/MediaControllerCollection_v1.xml">
89*720c9898SEd Tanous    <edmx:Include Namespace="MediaControllerCollection"/>
90*720c9898SEd Tanous  </edmx:Reference>
91*720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PowerSubsystem_v1.xml">
92*720c9898SEd Tanous    <edmx:Include Namespace="PowerSubsystem"/>
93*720c9898SEd Tanous  </edmx:Reference>
94*720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/ThermalSubsystem_v1.xml">
95*720c9898SEd Tanous    <edmx:Include Namespace="ThermalSubsystem"/>
96*720c9898SEd Tanous  </edmx:Reference>
97*720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/DriveCollection_v1.xml">
98*720c9898SEd Tanous    <edmx:Include Namespace="DriveCollection"/>
99*720c9898SEd Tanous  </edmx:Reference>
100*720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/ControlCollection_v1.xml">
101*720c9898SEd Tanous    <edmx:Include Namespace="ControlCollection"/>
102*720c9898SEd Tanous  </edmx:Reference>
103*720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/EnvironmentMetrics_v1.xml">
104*720c9898SEd Tanous    <edmx:Include Namespace="EnvironmentMetrics"/>
105*720c9898SEd Tanous  </edmx:Reference>
106*720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/CertificateCollection_v1.xml">
107*720c9898SEd Tanous    <edmx:Include Namespace="CertificateCollection"/>
108*720c9898SEd Tanous  </edmx:Reference>
109*720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/SoftwareInventory_v1.xml">
110*720c9898SEd Tanous    <edmx:Include Namespace="SoftwareInventory"/>
111*720c9898SEd Tanous  </edmx:Reference>
112*720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Cable_v1.xml">
113*720c9898SEd Tanous    <edmx:Include Namespace="Cable"/>
114*720c9898SEd Tanous  </edmx:Reference>
115*720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Outlet_v1.xml">
116*720c9898SEd Tanous    <edmx:Include Namespace="Outlet"/>
117*720c9898SEd Tanous  </edmx:Reference>
118*720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PowerSupply_v1.xml">
119*720c9898SEd Tanous    <edmx:Include Namespace="PowerSupply"/>
120*720c9898SEd Tanous  </edmx:Reference>
121*720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/FabricAdapterCollection_v1.xml">
122*720c9898SEd Tanous    <edmx:Include Namespace="FabricAdapterCollection"/>
123*720c9898SEd Tanous  </edmx:Reference>
124*720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Fan_v1.xml">
125*720c9898SEd Tanous    <edmx:Include Namespace="Fan"/>
126*720c9898SEd Tanous  </edmx:Reference>
127*720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PowerDistribution_v1.xml">
128*720c9898SEd Tanous    <edmx:Include Namespace="PowerDistribution"/>
129*720c9898SEd Tanous  </edmx:Reference>
130*720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/TrustedComponentCollection_v1.xml">
131*720c9898SEd Tanous    <edmx:Include Namespace="TrustedComponentCollection"/>
132*720c9898SEd Tanous  </edmx:Reference>
133*720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/ProcessorCollection_v1.xml">
134*720c9898SEd Tanous    <edmx:Include Namespace="ProcessorCollection"/>
135*720c9898SEd Tanous  </edmx:Reference>
136*720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/CoolingUnit_v1.xml">
137*720c9898SEd Tanous    <edmx:Include Namespace="CoolingUnit"/>
138*720c9898SEd Tanous  </edmx:Reference>
139*720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/CoolingLoop_v1.xml">
140*720c9898SEd Tanous    <edmx:Include Namespace="CoolingLoop"/>
141*720c9898SEd Tanous  </edmx:Reference>
142*720c9898SEd Tanous
143*720c9898SEd Tanous  <edmx:DataServices>
144*720c9898SEd Tanous
145*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis">
146*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
147*720c9898SEd Tanous
148*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Resource.v1_0_0.Resource" Abstract="true">
149*720c9898SEd Tanous        <Annotation Term="OData.Description" String="The Chassis schema represents the physical components of a system.  This resource represents the sheet-metal confined spaces and logical zones such as racks, enclosures, chassis and all other containers.  Subsystems, such as sensors, that operate outside of a system's data plane are linked either directly or indirectly through this resource.  A subsystem that operates outside of a system's data plane are not accessible to software that runs on the system.  It also describes the location, such as a slot, socket, or bay, where a unit can be installed, by populating a resource instance with an absent state if a unit is not present."/>
150*720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This resource shall represent a chassis or other physical enclosure for a Redfish implementation.  It may also represent a location, such as a slot, socket, or bay, where a unit may be installed, but the State property within the Status property contains `Absent`."/>
151*720c9898SEd Tanous        <Annotation Term="Capabilities.InsertRestrictions">
152*720c9898SEd Tanous          <Record>
153*720c9898SEd Tanous            <PropertyValue Property="Insertable" Bool="false"/>
154*720c9898SEd Tanous          </Record>
155*720c9898SEd Tanous        </Annotation>
156*720c9898SEd Tanous        <Annotation Term="Capabilities.UpdateRestrictions">
157*720c9898SEd Tanous          <Record>
158*720c9898SEd Tanous            <PropertyValue Property="Updatable" Bool="true"/>
159*720c9898SEd Tanous            <Annotation Term="OData.Description" String="Some properties, such as IndicatorLED, can be updated for a chassis."/>
160*720c9898SEd Tanous          </Record>
161*720c9898SEd Tanous        </Annotation>
162*720c9898SEd Tanous        <Annotation Term="Capabilities.DeleteRestrictions">
163*720c9898SEd Tanous          <Record>
164*720c9898SEd Tanous            <PropertyValue Property="Deletable" Bool="true"/>
165*720c9898SEd Tanous            <Annotation Term="OData.Description" String="Implementations can allow creation and deletion of chassis resources to show containment relationships, such as a rack enclosure."/>
166*720c9898SEd Tanous          </Record>
167*720c9898SEd Tanous        </Annotation>
168*720c9898SEd Tanous        <Annotation Term="Redfish.Uris">
169*720c9898SEd Tanous          <Collection>
170*720c9898SEd Tanous            <String>/redfish/v1/Chassis/{ChassisId}</String>
171*720c9898SEd Tanous          </Collection>
172*720c9898SEd Tanous        </Annotation>
173*720c9898SEd Tanous      </EntityType>
174*720c9898SEd Tanous
175*720c9898SEd Tanous      <Action Name="Reset" IsBound="true">
176*720c9898SEd Tanous        <Annotation Term="OData.Description" String="This action resets the chassis.  Additionally, it could reset systems or other contained resources depending on the ResetType used to invoke this action."/>
177*720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This action shall reset the chassis.  Additionally, it may reset systems or other contained resources depending on the ResetType used to invoke this action."/>
178*720c9898SEd Tanous        <Parameter Name="Chassis" Type="Chassis.v1_0_0.Actions"/>
179*720c9898SEd Tanous        <Parameter Name="ResetType" Type="Resource.ResetType">
180*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The type of reset."/>
181*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This parameter shall contain the type of reset.  The service can accept a request without the parameter and complete 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."/>
182*720c9898SEd Tanous        </Parameter>
183*720c9898SEd Tanous      </Action>
184*720c9898SEd Tanous    </Schema>
185*720c9898SEd Tanous
186*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_0_0">
187*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
188*720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="1.0"/>
189*720c9898SEd Tanous
190*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.Chassis">
191*720c9898SEd Tanous        <Property Name="ChassisType" Nullable="false" Type="Chassis.v1_0_0.ChassisType">
192*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
193*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The type of physical form factor of the chassis."/>
194*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall indicate the physical form factor for the type of chassis."/>
195*720c9898SEd Tanous          <Annotation Term="Redfish.Required"/>
196*720c9898SEd Tanous        </Property>
197*720c9898SEd Tanous        <Property Name="Manufacturer" Type="Edm.String">
198*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
199*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The manufacturer of this chassis."/>
200*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the name of the organization responsible for producing the chassis.  This organization may be the entity from whom the chassis is purchased, but this is not necessarily true."/>
201*720c9898SEd Tanous        </Property>
202*720c9898SEd Tanous        <Property Name="Model" Type="Edm.String">
203*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
204*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The model number of the chassis."/>
205*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the name by which the manufacturer generally refers to the chassis."/>
206*720c9898SEd Tanous        </Property>
207*720c9898SEd Tanous        <Property Name="SKU" Type="Edm.String">
208*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
209*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The SKU of the chassis."/>
210*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the stock-keeping unit number for this chassis."/>
211*720c9898SEd Tanous        </Property>
212*720c9898SEd Tanous        <Property Name="SerialNumber" Type="Edm.String">
213*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
214*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The serial number of the chassis."/>
215*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain a manufacturer-allocated number that identifies the chassis."/>
216*720c9898SEd Tanous        </Property>
217*720c9898SEd Tanous        <Property Name="PartNumber" Type="Edm.String">
218*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
219*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The part number of the chassis."/>
220*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain a part number assigned by the organization that is responsible for producing or manufacturing the chassis."/>
221*720c9898SEd Tanous        </Property>
222*720c9898SEd Tanous        <Property Name="AssetTag" Type="Edm.String">
223*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
224*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The user-assigned asset tag of this chassis."/>
225*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain an identifying string that tracks the chassis for inventory purposes.  Modifying this property may modify the AssetTag in the resource that represents the functional view of this Chassis, such as a ComputerSystem resource."/>
226*720c9898SEd Tanous        </Property>
227*720c9898SEd Tanous        <Property Name="IndicatorLED" Type="Chassis.v1_0_0.IndicatorLED">
228*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
229*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The state of the indicator LED, which identifies the chassis."/>
230*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the indicator light state for the indicator light associated with this system."/>
231*720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
232*720c9898SEd Tanous            <Collection>
233*720c9898SEd Tanous              <Record>
234*720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
235*720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_14_0"/>
236*720c9898SEd Tanous                <PropertyValue Property="Description" String="This property has been deprecated in favor of the LocationIndicatorActive property."/>
237*720c9898SEd Tanous              </Record>
238*720c9898SEd Tanous            </Collection>
239*720c9898SEd Tanous          </Annotation>
240*720c9898SEd Tanous        </Property>
241*720c9898SEd Tanous        <Property Name="Links" Type="Chassis.v1_0_0.Links" Nullable="false">
242*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
243*720c9898SEd Tanous          <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."/>
244*720c9898SEd Tanous        </Property>
245*720c9898SEd Tanous        <Property Name="Actions" Type="Chassis.v1_0_0.Actions" Nullable="false">
246*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The available actions for this resource."/>
247*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
248*720c9898SEd Tanous        </Property>
249*720c9898SEd Tanous        <Property Name="Status" Type="Resource.Status" Nullable="false">
250*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
251*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
252*720c9898SEd Tanous        </Property>
253*720c9898SEd Tanous        <NavigationProperty Name="LogServices" Type="LogServiceCollection.LogServiceCollection" ContainsTarget="true" Nullable="false">
254*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
255*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The link to the logs for this chassis."/>
256*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type LogServiceCollection."/>
257*720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
258*720c9898SEd Tanous        </NavigationProperty>
259*720c9898SEd Tanous        <NavigationProperty Name="Thermal" Type="Thermal.Thermal" ContainsTarget="true" Nullable="false">
260*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
261*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The link to the thermal properties, such as fans, cooling, and sensors, for this chassis."/>
262*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type Thermal that represents the thermal characteristics of this chassis."/>
263*720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
264*720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
265*720c9898SEd Tanous            <Collection>
266*720c9898SEd Tanous              <Record>
267*720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
268*720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_15_0"/>
269*720c9898SEd Tanous                <PropertyValue Property="Description" String="This link has been deprecated in favor of the ThermalSubsystem link property."/>
270*720c9898SEd Tanous              </Record>
271*720c9898SEd Tanous            </Collection>
272*720c9898SEd Tanous          </Annotation>
273*720c9898SEd Tanous        </NavigationProperty>
274*720c9898SEd Tanous        <NavigationProperty Name="Power" Type="Power.Power" ContainsTarget="true" Nullable="false">
275*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
276*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The link to the power properties, or power supplies, power policies, and sensors, for this chassis."/>
277*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type Power that represents the power characteristics of this chassis."/>
278*720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
279*720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
280*720c9898SEd Tanous            <Collection>
281*720c9898SEd Tanous              <Record>
282*720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
283*720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_15_0"/>
284*720c9898SEd Tanous                <PropertyValue Property="Description" String="This link has been deprecated in favor of the PowerSubsystem link property."/>
285*720c9898SEd Tanous              </Record>
286*720c9898SEd Tanous            </Collection>
287*720c9898SEd Tanous          </Annotation>
288*720c9898SEd Tanous        </NavigationProperty>
289*720c9898SEd Tanous      </EntityType>
290*720c9898SEd Tanous
291*720c9898SEd Tanous      <ComplexType Name="Links" BaseType="Resource.Links">
292*720c9898SEd Tanous        <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
293*720c9898SEd Tanous        <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."/>
294*720c9898SEd Tanous        <NavigationProperty Name="ComputerSystems" Type="Collection(ComputerSystem.ComputerSystem)">
295*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
296*720c9898SEd Tanous          <Annotation Term="OData.Description" String="An array of links to the computer systems that this chassis directly and wholly contains."/>
297*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type ComputerSystem with which this physical container is associated.  If a chassis also links to a computer system to which this resource also links, this chassis shall not link to that computer system."/>
298*720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
299*720c9898SEd Tanous        </NavigationProperty>
300*720c9898SEd Tanous        <NavigationProperty Name="ManagedBy" Type="Collection(Manager.Manager)">
301*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
302*720c9898SEd Tanous          <Annotation Term="OData.Description" String="An array of links to the managers responsible for managing this chassis."/>
303*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type Manager that manage this chassis."/>
304*720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
305*720c9898SEd Tanous        </NavigationProperty>
306*720c9898SEd Tanous        <NavigationProperty Name="ContainedBy" Type="Chassis.Chassis" Nullable="false">
307*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
308*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The link to the chassis that contains this chassis."/>
309*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type Chassis that represents the chassis that contains this chassis."/>
310*720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
311*720c9898SEd Tanous        </NavigationProperty>
312*720c9898SEd Tanous        <NavigationProperty Name="Contains" Type="Collection(Chassis.Chassis)">
313*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
314*720c9898SEd Tanous          <Annotation Term="OData.Description" String="An array of links to any other chassis that this chassis has in it."/>
315*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type Chassis that represent the chassis instances that this chassis contains."/>
316*720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
317*720c9898SEd Tanous        </NavigationProperty>
318*720c9898SEd Tanous        <NavigationProperty Name="PoweredBy" Type="Collection(Resource.Item)">
319*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
320*720c9898SEd Tanous          <Annotation Term="OData.Description" String="An array of links to resources or objects that power this chassis.  Normally, the link is for either a chassis or a specific set of power supplies."/>
321*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources or objects that power this chassis."/>
322*720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
323*720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
324*720c9898SEd Tanous            <Collection>
325*720c9898SEd Tanous              <Record>
326*720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
327*720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_20_0"/>
328*720c9898SEd Tanous                <PropertyValue Property="Description" String="This property has been deprecated in favor of the PowerOutlets and PowerSupplies link properties, and details provided in the PowerSubsystem resource."/>
329*720c9898SEd Tanous              </Record>
330*720c9898SEd Tanous            </Collection>
331*720c9898SEd Tanous          </Annotation>
332*720c9898SEd Tanous        </NavigationProperty>
333*720c9898SEd Tanous        <NavigationProperty Name="CooledBy" Type="Collection(Resource.Item)">
334*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
335*720c9898SEd Tanous          <Annotation Term="OData.Description" String="An array of links to resources or objects that cool this chassis.  Normally, the link is for either a chassis or a specific set of fans."/>
336*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources or objects that cool this chassis."/>
337*720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
338*720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
339*720c9898SEd Tanous            <Collection>
340*720c9898SEd Tanous              <Record>
341*720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
342*720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_20_0"/>
343*720c9898SEd Tanous                <PropertyValue Property="Description" String="This property has been deprecated in favor of the Fans link property, and details provided in the ThermalSubsystem resource."/>
344*720c9898SEd Tanous              </Record>
345*720c9898SEd Tanous            </Collection>
346*720c9898SEd Tanous          </Annotation>
347*720c9898SEd Tanous        </NavigationProperty>
348*720c9898SEd Tanous      </ComplexType>
349*720c9898SEd Tanous
350*720c9898SEd Tanous      <ComplexType Name="Actions">
351*720c9898SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
352*720c9898SEd Tanous        <Annotation Term="OData.Description" String="The available actions for this resource."/>
353*720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
354*720c9898SEd Tanous        <Property Name="Oem" Type="Chassis.v1_0_0.OemActions" Nullable="false">
355*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
356*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
357*720c9898SEd Tanous        </Property>
358*720c9898SEd Tanous      </ComplexType>
359*720c9898SEd Tanous
360*720c9898SEd Tanous      <ComplexType Name="OemActions">
361*720c9898SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
362*720c9898SEd Tanous        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
363*720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
364*720c9898SEd Tanous      </ComplexType>
365*720c9898SEd Tanous
366*720c9898SEd Tanous      <EnumType Name="ChassisType">
367*720c9898SEd Tanous        <Member Name="Rack">
368*720c9898SEd Tanous          <Annotation Term="OData.Description" String="An equipment rack, typically a 19-inch wide freestanding unit."/>
369*720c9898SEd Tanous        </Member>
370*720c9898SEd Tanous        <Member Name="Blade">
371*720c9898SEd Tanous          <Annotation Term="OData.Description" String="An enclosed or semi-enclosed, typically vertically-oriented, system chassis that must be plugged into a multi-system chassis to function normally."/>
372*720c9898SEd Tanous        </Member>
373*720c9898SEd Tanous        <Member Name="Enclosure">
374*720c9898SEd Tanous          <Annotation Term="OData.Description" String="A generic term for a chassis that does not fit any other description."/>
375*720c9898SEd Tanous        </Member>
376*720c9898SEd Tanous        <Member Name="StandAlone">
377*720c9898SEd Tanous          <Annotation Term="OData.Description" String="A single, free-standing system, commonly called a tower or desktop chassis."/>
378*720c9898SEd Tanous        </Member>
379*720c9898SEd Tanous        <Member Name="RackMount">
380*720c9898SEd Tanous          <Annotation Term="OData.Description" String="A single-system chassis designed specifically for mounting in an equipment rack."/>
381*720c9898SEd Tanous        </Member>
382*720c9898SEd Tanous        <Member Name="Card">
383*720c9898SEd Tanous          <Annotation Term="OData.Description" String="A loose device or circuit board intended to be installed in a system or other enclosure."/>
384*720c9898SEd Tanous        </Member>
385*720c9898SEd Tanous        <Member Name="Cartridge">
386*720c9898SEd Tanous          <Annotation Term="OData.Description" String="A small self-contained system intended to be plugged into a multi-system chassis."/>
387*720c9898SEd Tanous        </Member>
388*720c9898SEd Tanous        <Member Name="Row">
389*720c9898SEd Tanous          <Annotation Term="OData.Description" String="A collection of equipment racks."/>
390*720c9898SEd Tanous        </Member>
391*720c9898SEd Tanous        <Member Name="Pod">
392*720c9898SEd Tanous          <Annotation Term="OData.Description" String="A collection of equipment racks in a large, likely transportable, container."/>
393*720c9898SEd Tanous        </Member>
394*720c9898SEd Tanous        <Member Name="Expansion">
395*720c9898SEd Tanous          <Annotation Term="OData.Description" String="A chassis that expands the capabilities or capacity of another chassis."/>
396*720c9898SEd Tanous        </Member>
397*720c9898SEd Tanous        <Member Name="Sidecar">
398*720c9898SEd Tanous          <Annotation Term="OData.Description" String="A chassis that mates mechanically with another chassis to expand its capabilities or capacity."/>
399*720c9898SEd Tanous        </Member>
400*720c9898SEd Tanous        <Member Name="Zone">
401*720c9898SEd Tanous          <Annotation Term="OData.Description" String="A logical division or portion of a physical chassis that contains multiple devices or systems that cannot be physically separated."/>
402*720c9898SEd Tanous        </Member>
403*720c9898SEd Tanous        <Member Name="Sled">
404*720c9898SEd Tanous          <Annotation Term="OData.Description" String="An enclosed or semi-enclosed, system chassis that must be plugged into a multi-system chassis to function normally similar to a blade type chassis."/>
405*720c9898SEd Tanous        </Member>
406*720c9898SEd Tanous        <Member Name="Shelf">
407*720c9898SEd Tanous          <Annotation Term="OData.Description" String="An enclosed or semi-enclosed, typically horizontally-oriented, system chassis that must be plugged into a multi-system chassis to function normally."/>
408*720c9898SEd Tanous        </Member>
409*720c9898SEd Tanous        <Member Name="Drawer">
410*720c9898SEd Tanous          <Annotation Term="OData.Description" String="An enclosed or semi-enclosed, typically horizontally-oriented, system chassis that can be slid into a multi-system chassis."/>
411*720c9898SEd Tanous        </Member>
412*720c9898SEd Tanous        <Member Name="Module">
413*720c9898SEd Tanous          <Annotation Term="OData.Description" String="A small, typically removable, chassis or card that contains devices for a particular subsystem or function."/>
414*720c9898SEd Tanous        </Member>
415*720c9898SEd Tanous        <Member Name="Component">
416*720c9898SEd Tanous          <Annotation Term="OData.Description" String="A small chassis, card, or device that contains devices for a particular subsystem or function."/>
417*720c9898SEd Tanous        </Member>
418*720c9898SEd Tanous        <Member Name="IPBasedDrive">
419*720c9898SEd Tanous          <Annotation Term="OData.Description" String="A chassis in a drive form factor with IP-based network connections."/>
420*720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
421*720c9898SEd Tanous            <Collection>
422*720c9898SEd Tanous              <Record>
423*720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
424*720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_3_0"/>
425*720c9898SEd Tanous              </Record>
426*720c9898SEd Tanous            </Collection>
427*720c9898SEd Tanous          </Annotation>
428*720c9898SEd Tanous        </Member>
429*720c9898SEd Tanous        <Member Name="RackGroup">
430*720c9898SEd Tanous          <Annotation Term="OData.Description" String="A group of racks that form a single entity or share infrastructure."/>
431*720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
432*720c9898SEd Tanous            <Collection>
433*720c9898SEd Tanous              <Record>
434*720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
435*720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_4_0"/>
436*720c9898SEd Tanous              </Record>
437*720c9898SEd Tanous            </Collection>
438*720c9898SEd Tanous          </Annotation>
439*720c9898SEd Tanous        </Member>
440*720c9898SEd Tanous        <Member Name="StorageEnclosure">
441*720c9898SEd Tanous          <Annotation Term="OData.Description" String="A chassis that encloses storage."/>
442*720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
443*720c9898SEd Tanous            <Collection>
444*720c9898SEd Tanous              <Record>
445*720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
446*720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_6_0"/>
447*720c9898SEd Tanous              </Record>
448*720c9898SEd Tanous            </Collection>
449*720c9898SEd Tanous          </Annotation>
450*720c9898SEd Tanous        </Member>
451*720c9898SEd Tanous        <Member Name="ImmersionTank">
452*720c9898SEd Tanous          <Annotation Term="OData.Description" String="An immersion cooling tank."/>
453*720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
454*720c9898SEd Tanous            <Collection>
455*720c9898SEd Tanous              <Record>
456*720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
457*720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_23_0"/>
458*720c9898SEd Tanous              </Record>
459*720c9898SEd Tanous            </Collection>
460*720c9898SEd Tanous          </Annotation>
461*720c9898SEd Tanous        </Member>
462*720c9898SEd Tanous        <Member Name="HeatExchanger">
463*720c9898SEd Tanous          <Annotation Term="OData.Description" String="A heat exchanger."/>
464*720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
465*720c9898SEd Tanous            <Collection>
466*720c9898SEd Tanous              <Record>
467*720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
468*720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_23_0"/>
469*720c9898SEd Tanous              </Record>
470*720c9898SEd Tanous            </Collection>
471*720c9898SEd Tanous          </Annotation>
472*720c9898SEd Tanous        </Member>
473*720c9898SEd Tanous        <Member Name="PowerStrip">
474*720c9898SEd Tanous          <Annotation Term="OData.Description" String="A power strip, typically placed in the zero-U space of a rack."/>
475*720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
476*720c9898SEd Tanous            <Collection>
477*720c9898SEd Tanous              <Record>
478*720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
479*720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_25_0"/>
480*720c9898SEd Tanous              </Record>
481*720c9898SEd Tanous            </Collection>
482*720c9898SEd Tanous          </Annotation>
483*720c9898SEd Tanous        </Member>
484*720c9898SEd Tanous        <Member Name="Other">
485*720c9898SEd Tanous          <Annotation Term="OData.Description" String="A chassis that does not fit any of these definitions."/>
486*720c9898SEd Tanous        </Member>
487*720c9898SEd Tanous      </EnumType>
488*720c9898SEd Tanous
489*720c9898SEd Tanous      <EnumType Name="IndicatorLED">
490*720c9898SEd Tanous        <Member Name="Unknown">
491*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The state of the indicator LED cannot be determined."/>
492*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall represent the indicator LED is in an unknown state.  The service shall reject PATCH or PUT requests containing this value by returning the HTTP 400 (Bad Request) status code."/>
493*720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
494*720c9898SEd Tanous            <Collection>
495*720c9898SEd Tanous              <Record>
496*720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
497*720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_2_0"/>
498*720c9898SEd Tanous                <PropertyValue Property="Description" String="This value has been deprecated in favor of returning `null` if the state is unknown."/>
499*720c9898SEd Tanous              </Record>
500*720c9898SEd Tanous            </Collection>
501*720c9898SEd Tanous          </Annotation>
502*720c9898SEd Tanous        </Member>
503*720c9898SEd Tanous        <Member Name="Lit">
504*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The indicator LED is lit."/>
505*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall represent the indicator LED is in a solid on state.  If the service does not support this value, it shall return the HTTP 400 (Bad Request) status code to reject PATCH or PUT requests that contain this value."/>
506*720c9898SEd Tanous        </Member>
507*720c9898SEd Tanous        <Member Name="Blinking">
508*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The indicator LED is blinking."/>
509*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall represent the indicator LED is in a blinking state where the LED is being turned on and off in repetition.  If the service does not support this value, it shall reject PATCH or PUT requests containing this value by returning the HTTP 400 (Bad Request) status code."/>
510*720c9898SEd Tanous        </Member>
511*720c9898SEd Tanous        <Member Name="Off">
512*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The indicator LED is off."/>
513*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall represent the indicator LED is in a solid off state.  If the service does not support this value, it shall reject PATCH or PUT requests containing this value by returning the HTTP 400 (Bad Request) status code."/>
514*720c9898SEd Tanous        </Member>
515*720c9898SEd Tanous      </EnumType>
516*720c9898SEd Tanous    </Schema>
517*720c9898SEd Tanous
518*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_0_1">
519*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
520*720c9898SEd Tanous
521*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_0_0.Chassis">
522*720c9898SEd Tanous        <Property Name="PowerState" Type="Resource.PowerState">
523*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
524*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The current power state of the chassis."/>
525*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the power state of the chassis."/>
526*720c9898SEd Tanous        </Property>
527*720c9898SEd Tanous      </EntityType>
528*720c9898SEd Tanous    </Schema>
529*720c9898SEd Tanous
530*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_0_2">
531*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
532*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
533*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_0_1.Chassis"/>
534*720c9898SEd Tanous    </Schema>
535*720c9898SEd Tanous
536*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_0_3">
537*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
538*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to add explicit permissions annotations to all properties for clarity."/>
539*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_0_2.Chassis"/>
540*720c9898SEd Tanous    </Schema>
541*720c9898SEd Tanous
542*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_0_4">
543*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
544*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to remove the Nullable facet on NavigationProperties of the Collection type and to use Redfish.Deprecated on certain enumerated values."/>
545*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_0_3.Chassis"/>
546*720c9898SEd Tanous    </Schema>
547*720c9898SEd Tanous
548*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_0_5">
549*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
550*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
551*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_0_4.Chassis"/>
552*720c9898SEd Tanous    </Schema>
553*720c9898SEd Tanous
554*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_0_6">
555*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
556*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct the short and long descriptions in the defined actions."/>
557*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_0_5.Chassis"/>
558*720c9898SEd Tanous    </Schema>
559*720c9898SEd Tanous
560*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_0_7">
561*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
562*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number."/>
563*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_0_6.Chassis"/>
564*720c9898SEd Tanous    </Schema>
565*720c9898SEd Tanous
566*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_0_8">
567*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
568*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
569*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_0_7.Chassis"/>
570*720c9898SEd Tanous    </Schema>
571*720c9898SEd Tanous
572*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_0_9">
573*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
574*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
575*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_0_8.Chassis"/>
576*720c9898SEd Tanous    </Schema>
577*720c9898SEd Tanous
578*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_0_10">
579*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
580*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
581*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_0_9.Chassis"/>
582*720c9898SEd Tanous    </Schema>
583*720c9898SEd Tanous
584*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_0_11">
585*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
586*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
587*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_0_10.Chassis"/>
588*720c9898SEd Tanous    </Schema>
589*720c9898SEd Tanous
590*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_0_12">
591*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
592*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
593*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_0_11.Chassis"/>
594*720c9898SEd Tanous    </Schema>
595*720c9898SEd Tanous
596*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_0_13">
597*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
598*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to add annotation recommendations for ResetType."/>
599*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_0_12.Chassis"/>
600*720c9898SEd Tanous    </Schema>
601*720c9898SEd Tanous
602*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_0_14">
603*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
604*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
605*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_0_13.Chassis"/>
606*720c9898SEd Tanous    </Schema>
607*720c9898SEd Tanous
608*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_0_15">
609*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
610*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update the PowerState property to reference the common enumeration in the Resource schema."/>
611*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_0_14.Chassis"/>
612*720c9898SEd Tanous    </Schema>
613*720c9898SEd Tanous
614*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_0_16">
615*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
616*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource.  It was also created to update the description for the Reset action to indicate that systems or other contained resources might reset depending on the ResetType used.  It was also created to update the description for AssetTag to show there might be a tie to the AssetTag of the functional resource contained in a chassis, such as a ComputerSystem resource."/>
617*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_0_15.Chassis"/>
618*720c9898SEd Tanous    </Schema>
619*720c9898SEd Tanous
620*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_1_0">
621*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
622*720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="1.1"/>
623*720c9898SEd Tanous
624*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_0_2.Chassis">
625*720c9898SEd Tanous        <Property Name="PhysicalSecurity" Type="Chassis.v1_1_0.PhysicalSecurity" Nullable="false">
626*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The physical security state of the chassis."/>
627*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the physical security state of the chassis.  Services may construct this state from multiple physical sensors."/>
628*720c9898SEd Tanous        </Property>
629*720c9898SEd Tanous      </EntityType>
630*720c9898SEd Tanous
631*720c9898SEd Tanous      <ComplexType Name="PhysicalSecurity">
632*720c9898SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
633*720c9898SEd Tanous        <Annotation Term="OData.Description" String="The physical security state of the chassis."/>
634*720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall describe the physical security state of the chassis."/>
635*720c9898SEd Tanous        <Property Name="IntrusionSensorNumber" Type="Edm.Int64">
636*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
637*720c9898SEd Tanous          <Annotation Term="OData.Description" String="A numerical identifier to represent the physical security sensor."/>
638*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain a numerical identifier for this physical security sensor that is unique within this resource."/>
639*720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
640*720c9898SEd Tanous            <Collection>
641*720c9898SEd Tanous              <Record>
642*720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
643*720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_22_0"/>
644*720c9898SEd Tanous                <PropertyValue Property="Description" String="This property has been deprecated in order to allow for multiple physical sensors to construct this object."/>
645*720c9898SEd Tanous              </Record>
646*720c9898SEd Tanous            </Collection>
647*720c9898SEd Tanous          </Annotation>
648*720c9898SEd Tanous        </Property>
649*720c9898SEd Tanous        <Property Name="IntrusionSensor" Type="Chassis.v1_1_0.IntrusionSensor">
650*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
651*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The physical security state of the chassis, such as if hardware intrusion is detected."/>
652*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the physical security state of the chassis.  If the IntrusionSensorReArm property contains `Manual`, a client may set this property to `Normal` to reset the physical security state."/>
653*720c9898SEd Tanous        </Property>
654*720c9898SEd Tanous        <Property Name="IntrusionSensorReArm" Type="Chassis.v1_1_0.IntrusionSensorReArm">
655*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
656*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The policy that describes how the physical security state of the chassis returns to a normal state."/>
657*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the policy that describes how the IntrusionSensor property returns to the `Normal` value."/>
658*720c9898SEd Tanous        </Property>
659*720c9898SEd Tanous      </ComplexType>
660*720c9898SEd Tanous
661*720c9898SEd Tanous      <EnumType Name="IntrusionSensor">
662*720c9898SEd Tanous        <Member Name="Normal">
663*720c9898SEd Tanous          <Annotation Term="OData.Description" String="No physical security condition is detected at this time."/>
664*720c9898SEd Tanous        </Member>
665*720c9898SEd Tanous        <Member Name="HardwareIntrusion">
666*720c9898SEd Tanous          <Annotation Term="OData.Description" String="A door, lock, or other mechanism protecting the internal system hardware from being accessed is detected to be in an insecure state."/>
667*720c9898SEd Tanous        </Member>
668*720c9898SEd Tanous        <Member Name="TamperingDetected">
669*720c9898SEd Tanous          <Annotation Term="OData.Description" String="Physical tampering of the monitored entity is detected."/>
670*720c9898SEd Tanous        </Member>
671*720c9898SEd Tanous      </EnumType>
672*720c9898SEd Tanous
673*720c9898SEd Tanous      <EnumType Name="IntrusionSensorReArm">
674*720c9898SEd Tanous        <Member Name="Manual">
675*720c9898SEd Tanous          <Annotation Term="OData.Description" String="A user is required to clear the sensor to restore it to the normal state."/>
676*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall indicate a user is required to set the IntrusionSensor property to `Normal` to restore the sensor to its normal state."/>
677*720c9898SEd Tanous        </Member>
678*720c9898SEd Tanous        <Member Name="Automatic">
679*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The sensor is automatically restored to the normal state when no security condition is detected."/>
680*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall indicate the service sets the IntrusionSensor property to `Normal` when no security condition is detected."/>
681*720c9898SEd Tanous        </Member>
682*720c9898SEd Tanous      </EnumType>
683*720c9898SEd Tanous    </Schema>
684*720c9898SEd Tanous
685*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_1_2">
686*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
687*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
688*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_1_0.Chassis"/>
689*720c9898SEd Tanous    </Schema>
690*720c9898SEd Tanous
691*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_1_3">
692*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
693*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to add explicit permissions annotations to all properties for clarity."/>
694*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_1_2.Chassis"/>
695*720c9898SEd Tanous    </Schema>
696*720c9898SEd Tanous
697*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_1_4">
698*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
699*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to remove the Nullable facet on NavigationProperties of the Collection type and to use Redfish.Deprecated on certain enumerated values."/>
700*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_1_3.Chassis"/>
701*720c9898SEd Tanous    </Schema>
702*720c9898SEd Tanous
703*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_1_5">
704*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
705*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
706*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_1_4.Chassis"/>
707*720c9898SEd Tanous    </Schema>
708*720c9898SEd Tanous
709*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_1_6">
710*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
711*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct the short and long descriptions in the defined actions."/>
712*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_1_5.Chassis"/>
713*720c9898SEd Tanous    </Schema>
714*720c9898SEd Tanous
715*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_1_7">
716*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
717*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number."/>
718*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_1_6.Chassis"/>
719*720c9898SEd Tanous    </Schema>
720*720c9898SEd Tanous
721*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_1_8">
722*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
723*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
724*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_1_7.Chassis"/>
725*720c9898SEd Tanous    </Schema>
726*720c9898SEd Tanous
727*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_1_9">
728*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
729*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
730*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_1_8.Chassis"/>
731*720c9898SEd Tanous    </Schema>
732*720c9898SEd Tanous
733*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_1_10">
734*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
735*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
736*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_1_9.Chassis"/>
737*720c9898SEd Tanous    </Schema>
738*720c9898SEd Tanous
739*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_1_11">
740*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
741*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
742*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_1_10.Chassis"/>
743*720c9898SEd Tanous    </Schema>
744*720c9898SEd Tanous
745*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_1_12">
746*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
747*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
748*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_1_11.Chassis"/>
749*720c9898SEd Tanous    </Schema>
750*720c9898SEd Tanous
751*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_1_13">
752*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
753*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to add annotation recommendations for ResetType."/>
754*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_1_12.Chassis"/>
755*720c9898SEd Tanous    </Schema>
756*720c9898SEd Tanous
757*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_1_14">
758*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
759*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
760*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_1_13.Chassis"/>
761*720c9898SEd Tanous    </Schema>
762*720c9898SEd Tanous
763*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_1_15">
764*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
765*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify the re-arm behavior of the PhysicalSecurity property.  It was also created to allow for multiple sensors to factor into the physical security state of the chassis.  It was also created to update the PowerState property to reference the common enumeration in the Resource schema."/>
766*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_1_14.Chassis"/>
767*720c9898SEd Tanous    </Schema>
768*720c9898SEd Tanous
769*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_1_16">
770*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
771*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource.  It was also created to update the description for the Reset action to indicate that systems or other contained resources might reset depending on the ResetType used.  It was also created to remove non-inclusive language.  It was also created to update the description for AssetTag to show there might be a tie to the AssetTag of the functional resource contained in a chassis, such as a ComputerSystem resource."/>
772*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_1_15.Chassis"/>
773*720c9898SEd Tanous    </Schema>
774*720c9898SEd Tanous
775*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_1_17">
776*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
777*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to change IntrusionSensorReArm to be writable."/>
778*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_1_16.Chassis"/>
779*720c9898SEd Tanous    </Schema>
780*720c9898SEd Tanous
781*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_2_0">
782*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
783*720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2016.1"/>
784*720c9898SEd Tanous
785*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_1_2.Chassis">
786*720c9898SEd Tanous        <Property Name="Location" Type="Resource.Location" Nullable="false">
787*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The location of the chassis."/>
788*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the location information of the associated chassis."/>
789*720c9898SEd Tanous        </Property>
790*720c9898SEd Tanous      </EntityType>
791*720c9898SEd Tanous
792*720c9898SEd Tanous      <ComplexType Name="Links" BaseType="Chassis.v1_0_0.Links">
793*720c9898SEd Tanous        <NavigationProperty Name="ManagersInChassis" Type="Collection(Manager.Manager)">
794*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
795*720c9898SEd Tanous          <Annotation Term="OData.Description" String="An array of links to the managers located in this chassis."/>
796*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type Manager that are in this chassis."/>
797*720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
798*720c9898SEd Tanous        </NavigationProperty>
799*720c9898SEd Tanous        <NavigationProperty Name="Drives" Type="Collection(Drive.Drive)">
800*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
801*720c9898SEd Tanous          <Annotation Term="OData.Description" String="An array of links to the drives located in this chassis."/>
802*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type Drive that are in this chassis."/>
803*720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
804*720c9898SEd Tanous        </NavigationProperty>
805*720c9898SEd Tanous        <NavigationProperty Name="Storage" Type="Collection(Storage.Storage)">
806*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
807*720c9898SEd Tanous          <Annotation Term="OData.Description" String="An array of links to the storage subsystems connected to or inside this chassis."/>
808*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type Storage that are connected to or contained in this chassis."/>
809*720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
810*720c9898SEd Tanous        </NavigationProperty>
811*720c9898SEd Tanous      </ComplexType>
812*720c9898SEd Tanous    </Schema>
813*720c9898SEd Tanous
814*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_2_1">
815*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
816*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to add explicit permissions annotations to all properties for clarity."/>
817*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_2_0.Chassis"/>
818*720c9898SEd Tanous    </Schema>
819*720c9898SEd Tanous
820*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_2_2">
821*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
822*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to remove the Nullable facet on NavigationProperties of the Collection type and to use Redfish.Deprecated on certain enumerated values."/>
823*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_2_1.Chassis"/>
824*720c9898SEd Tanous    </Schema>
825*720c9898SEd Tanous
826*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_2_3">
827*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
828*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
829*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_2_2.Chassis"/>
830*720c9898SEd Tanous    </Schema>
831*720c9898SEd Tanous
832*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_2_4">
833*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
834*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to change Location to its abstract base type.  It was also created to correct the short and long descriptions in the defined actions."/>
835*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_2_3.Chassis"/>
836*720c9898SEd Tanous    </Schema>
837*720c9898SEd Tanous
838*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_2_5">
839*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
840*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number."/>
841*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_2_4.Chassis"/>
842*720c9898SEd Tanous    </Schema>
843*720c9898SEd Tanous
844*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_2_6">
845*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
846*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
847*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_2_5.Chassis"/>
848*720c9898SEd Tanous    </Schema>
849*720c9898SEd Tanous
850*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_2_7">
851*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
852*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
853*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_2_6.Chassis"/>
854*720c9898SEd Tanous    </Schema>
855*720c9898SEd Tanous
856*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_2_8">
857*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
858*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
859*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_2_7.Chassis"/>
860*720c9898SEd Tanous    </Schema>
861*720c9898SEd Tanous
862*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_2_9">
863*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
864*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
865*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_2_8.Chassis"/>
866*720c9898SEd Tanous    </Schema>
867*720c9898SEd Tanous
868*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_2_10">
869*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
870*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
871*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_2_9.Chassis"/>
872*720c9898SEd Tanous    </Schema>
873*720c9898SEd Tanous
874*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_2_11">
875*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
876*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to add annotation recommendations for ResetType."/>
877*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_2_10.Chassis"/>
878*720c9898SEd Tanous    </Schema>
879*720c9898SEd Tanous
880*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_2_12">
881*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
882*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
883*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_2_11.Chassis"/>
884*720c9898SEd Tanous    </Schema>
885*720c9898SEd Tanous
886*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_2_13">
887*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
888*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify the re-arm behavior of the PhysicalSecurity property.  It was also created to allow for multiple sensors to factor into the physical security state of the chassis.  It was also created to update the PowerState property to reference the common enumeration in the Resource schema."/>
889*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_2_12.Chassis"/>
890*720c9898SEd Tanous    </Schema>
891*720c9898SEd Tanous
892*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_2_14">
893*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
894*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource.  It was also created to update the description for the Reset action to indicate that systems or other contained resources might reset depending on the ResetType used.  It was also created to remove non-inclusive language.  It was also created to update the description for AssetTag to show there might be a tie to the AssetTag of the functional resource contained in a chassis, such as a ComputerSystem resource."/>
895*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_2_13.Chassis"/>
896*720c9898SEd Tanous    </Schema>
897*720c9898SEd Tanous
898*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_2_15">
899*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
900*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to change IntrusionSensorReArm to be writable.  It was also created to correct various typographical errors."/>
901*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_2_14.Chassis"/>
902*720c9898SEd Tanous    </Schema>
903*720c9898SEd Tanous
904*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_3_0">
905*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
906*720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2016.2"/>
907*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show the ChassisType enumerated list was updated."/>
908*720c9898SEd Tanous
909*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_2_0.Chassis"/>
910*720c9898SEd Tanous    </Schema>
911*720c9898SEd Tanous
912*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_3_1">
913*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
914*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to add explicit permissions annotations to all properties for clarity."/>
915*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_3_0.Chassis"/>
916*720c9898SEd Tanous    </Schema>
917*720c9898SEd Tanous
918*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_3_2">
919*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
920*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to remove the Nullable facet on NavigationProperties of the Collection type and to use Redfish.Deprecated on certain enumerated values."/>
921*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_3_1.Chassis"/>
922*720c9898SEd Tanous    </Schema>
923*720c9898SEd Tanous
924*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_3_3">
925*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
926*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
927*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_3_2.Chassis"/>
928*720c9898SEd Tanous    </Schema>
929*720c9898SEd Tanous
930*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_3_4">
931*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
932*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to change Location to its abstract base type.  It was also created to correct the short and long descriptions in the defined actions."/>
933*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_3_3.Chassis"/>
934*720c9898SEd Tanous    </Schema>
935*720c9898SEd Tanous
936*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_3_5">
937*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
938*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number."/>
939*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_3_4.Chassis"/>
940*720c9898SEd Tanous    </Schema>
941*720c9898SEd Tanous
942*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_3_6">
943*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
944*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
945*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_3_5.Chassis"/>
946*720c9898SEd Tanous    </Schema>
947*720c9898SEd Tanous
948*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_3_7">
949*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
950*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
951*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_3_6.Chassis"/>
952*720c9898SEd Tanous    </Schema>
953*720c9898SEd Tanous
954*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_3_8">
955*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
956*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
957*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_3_7.Chassis"/>
958*720c9898SEd Tanous    </Schema>
959*720c9898SEd Tanous
960*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_3_9">
961*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
962*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
963*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_3_8.Chassis"/>
964*720c9898SEd Tanous    </Schema>
965*720c9898SEd Tanous
966*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_3_10">
967*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
968*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
969*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_3_9.Chassis"/>
970*720c9898SEd Tanous    </Schema>
971*720c9898SEd Tanous
972*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_3_11">
973*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
974*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to add annotation recommendations for ResetType."/>
975*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_3_10.Chassis"/>
976*720c9898SEd Tanous    </Schema>
977*720c9898SEd Tanous
978*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_3_12">
979*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
980*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
981*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_3_11.Chassis"/>
982*720c9898SEd Tanous    </Schema>
983*720c9898SEd Tanous
984*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_3_13">
985*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
986*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify the re-arm behavior of the PhysicalSecurity property.  It was also created to allow for multiple sensors to factor into the physical security state of the chassis.  It was also created to update the PowerState property to reference the common enumeration in the Resource schema."/>
987*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_3_12.Chassis"/>
988*720c9898SEd Tanous    </Schema>
989*720c9898SEd Tanous
990*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_3_14">
991*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
992*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource.  It was also created to update the description for the Reset action to indicate that systems or other contained resources might reset depending on the ResetType used.  It was also created to remove non-inclusive language.  It was also created to update the description for AssetTag to show there might be a tie to the AssetTag of the functional resource contained in a chassis, such as a ComputerSystem resource."/>
993*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_3_13.Chassis"/>
994*720c9898SEd Tanous    </Schema>
995*720c9898SEd Tanous
996*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_3_15">
997*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
998*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to change IntrusionSensorReArm to be writable.  It was also created to correct various typographical errors."/>
999*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_3_14.Chassis"/>
1000*720c9898SEd Tanous    </Schema>
1001*720c9898SEd Tanous
1002*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_4_0">
1003*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1004*720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2016.3"/>
1005*720c9898SEd Tanous
1006*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_3_1.Chassis">
1007*720c9898SEd Tanous        <Property Name="HeightMm" Type="Edm.Decimal">
1008*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1009*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The height of the chassis."/>
1010*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall represent the height of the chassis, in millimeter units, as specified by the manufacturer."/>
1011*720c9898SEd Tanous          <Annotation Term="Validation.Minimum" Int="0"/>
1012*720c9898SEd Tanous          <Annotation Term="Measures.Unit" String="mm"/>
1013*720c9898SEd Tanous        </Property>
1014*720c9898SEd Tanous        <Property Name="WidthMm" Type="Edm.Decimal">
1015*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1016*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The width of the chassis."/>
1017*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall represent the width of the chassis, in millimeter units, as specified by the manufacturer."/>
1018*720c9898SEd Tanous          <Annotation Term="Validation.Minimum" Int="0"/>
1019*720c9898SEd Tanous          <Annotation Term="Measures.Unit" String="mm"/>
1020*720c9898SEd Tanous        </Property>
1021*720c9898SEd Tanous        <Property Name="DepthMm" Type="Edm.Decimal">
1022*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1023*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The depth of the chassis."/>
1024*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall represent the depth (length) of the chassis, in millimeter units, as specified by the manufacturer."/>
1025*720c9898SEd Tanous          <Annotation Term="Validation.Minimum" Int="0"/>
1026*720c9898SEd Tanous          <Annotation Term="Measures.Unit" String="mm"/>
1027*720c9898SEd Tanous        </Property>
1028*720c9898SEd Tanous        <Property Name="WeightKg" Type="Edm.Decimal">
1029*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1030*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The weight of the chassis."/>
1031*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall represent the published mass, commonly referred to as weight, of the chassis, in kilogram units."/>
1032*720c9898SEd Tanous          <Annotation Term="Validation.Minimum" Int="0"/>
1033*720c9898SEd Tanous          <Annotation Term="Measures.Unit" String="kg"/>
1034*720c9898SEd Tanous        </Property>
1035*720c9898SEd Tanous        <NavigationProperty Name="NetworkAdapters" Type="NetworkAdapterCollection.NetworkAdapterCollection" ContainsTarget="true" Nullable="false">
1036*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1037*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The link to the collection of network adapters associated with this chassis."/>
1038*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type NetworkAdapterCollection."/>
1039*720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
1040*720c9898SEd Tanous        </NavigationProperty>
1041*720c9898SEd Tanous      </EntityType>
1042*720c9898SEd Tanous
1043*720c9898SEd Tanous      <ComplexType Name="Links" BaseType="Chassis.v1_2_0.Links">
1044*720c9898SEd Tanous        <NavigationProperty Name="PCIeDevices" Type="Collection(PCIeDevice.PCIeDevice)">
1045*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1046*720c9898SEd Tanous          <Annotation Term="OData.Description" String="An array of links to the PCIe devices located in this chassis."/>
1047*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type PCIeDevice."/>
1048*720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
1049*720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
1050*720c9898SEd Tanous            <Collection>
1051*720c9898SEd Tanous              <Record>
1052*720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
1053*720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_10_0"/>
1054*720c9898SEd Tanous                <PropertyValue Property="Description" String="This property has been deprecated in favor of the PCIeDevices resource collection in the root of this resource."/>
1055*720c9898SEd Tanous              </Record>
1056*720c9898SEd Tanous            </Collection>
1057*720c9898SEd Tanous          </Annotation>
1058*720c9898SEd Tanous        </NavigationProperty>
1059*720c9898SEd Tanous      </ComplexType>
1060*720c9898SEd Tanous    </Schema>
1061*720c9898SEd Tanous
1062*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_4_1">
1063*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1064*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to remove the Nullable facet on NavigationProperties of the Collection type and to use Redfish.Deprecated on certain enumerated values."/>
1065*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_4_0.Chassis"/>
1066*720c9898SEd Tanous    </Schema>
1067*720c9898SEd Tanous
1068*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_4_2">
1069*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1070*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
1071*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_4_1.Chassis"/>
1072*720c9898SEd Tanous    </Schema>
1073*720c9898SEd Tanous
1074*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_4_3">
1075*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1076*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to change Location to its abstract base type.  It was also created to correct the short and long descriptions in the defined actions."/>
1077*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_4_2.Chassis"/>
1078*720c9898SEd Tanous    </Schema>
1079*720c9898SEd Tanous
1080*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_4_4">
1081*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1082*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number."/>
1083*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_4_3.Chassis"/>
1084*720c9898SEd Tanous    </Schema>
1085*720c9898SEd Tanous
1086*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_4_5">
1087*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1088*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
1089*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_4_4.Chassis"/>
1090*720c9898SEd Tanous    </Schema>
1091*720c9898SEd Tanous
1092*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_4_6">
1093*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1094*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
1095*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_4_5.Chassis"/>
1096*720c9898SEd Tanous    </Schema>
1097*720c9898SEd Tanous
1098*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_4_7">
1099*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1100*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1101*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_4_6.Chassis"/>
1102*720c9898SEd Tanous    </Schema>
1103*720c9898SEd Tanous
1104*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_4_8">
1105*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1106*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1107*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_4_7.Chassis"/>
1108*720c9898SEd Tanous    </Schema>
1109*720c9898SEd Tanous
1110*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_4_9">
1111*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1112*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1113*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_4_8.Chassis"/>
1114*720c9898SEd Tanous    </Schema>
1115*720c9898SEd Tanous
1116*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_4_10">
1117*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1118*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to add annotation recommendations for ResetType."/>
1119*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_4_9.Chassis"/>
1120*720c9898SEd Tanous    </Schema>
1121*720c9898SEd Tanous
1122*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_4_11">
1123*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1124*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
1125*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_4_10.Chassis"/>
1126*720c9898SEd Tanous    </Schema>
1127*720c9898SEd Tanous
1128*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_4_12">
1129*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1130*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify the re-arm behavior of the PhysicalSecurity property.  It was also created to allow for multiple sensors to factor into the physical security state of the chassis.  It was also created to update the PowerState property to reference the common enumeration in the Resource schema."/>
1131*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_4_11.Chassis"/>
1132*720c9898SEd Tanous    </Schema>
1133*720c9898SEd Tanous
1134*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_4_13">
1135*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1136*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource.  It was also created to update the description for the Reset action to indicate that systems or other contained resources might reset depending on the ResetType used.  It was also created to remove non-inclusive language.  It was also created to update the description for AssetTag to show there might be a tie to the AssetTag of the functional resource contained in a chassis, such as a ComputerSystem resource."/>
1137*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_4_12.Chassis"/>
1138*720c9898SEd Tanous    </Schema>
1139*720c9898SEd Tanous
1140*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_4_14">
1141*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1142*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to change IntrusionSensorReArm to be writable.  It was also created to correct various typographical errors."/>
1143*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_4_13.Chassis"/>
1144*720c9898SEd Tanous    </Schema>
1145*720c9898SEd Tanous
1146*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_5_0">
1147*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1148*720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2017.1"/>
1149*720c9898SEd Tanous
1150*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_4_1.Chassis"/>
1151*720c9898SEd Tanous
1152*720c9898SEd Tanous      <ComplexType Name="Links" BaseType="Chassis.v1_4_0.Links">
1153*720c9898SEd Tanous        <NavigationProperty Name="ResourceBlocks" Type="Collection(ResourceBlock.ResourceBlock)">
1154*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1155*720c9898SEd Tanous          <Annotation Term="OData.Description" String="An array of links to the resource blocks located in this chassis."/>
1156*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type ResourceBlock that this chassis contains."/>
1157*720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
1158*720c9898SEd Tanous        </NavigationProperty>
1159*720c9898SEd Tanous      </ComplexType>
1160*720c9898SEd Tanous    </Schema>
1161*720c9898SEd Tanous
1162*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_5_1">
1163*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1164*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
1165*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_5_0.Chassis"/>
1166*720c9898SEd Tanous    </Schema>
1167*720c9898SEd Tanous
1168*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_5_2">
1169*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1170*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to change Location to its abstract base type.  It was also created to correct the short and long descriptions in the defined actions."/>
1171*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_5_1.Chassis"/>
1172*720c9898SEd Tanous    </Schema>
1173*720c9898SEd Tanous
1174*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_5_3">
1175*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1176*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number."/>
1177*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_5_2.Chassis"/>
1178*720c9898SEd Tanous    </Schema>
1179*720c9898SEd Tanous
1180*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_5_4">
1181*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1182*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
1183*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_5_3.Chassis"/>
1184*720c9898SEd Tanous    </Schema>
1185*720c9898SEd Tanous
1186*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_5_5">
1187*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1188*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
1189*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_5_4.Chassis"/>
1190*720c9898SEd Tanous    </Schema>
1191*720c9898SEd Tanous
1192*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_5_6">
1193*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1194*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1195*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_5_5.Chassis"/>
1196*720c9898SEd Tanous    </Schema>
1197*720c9898SEd Tanous
1198*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_5_7">
1199*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1200*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1201*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_5_6.Chassis"/>
1202*720c9898SEd Tanous    </Schema>
1203*720c9898SEd Tanous
1204*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_5_8">
1205*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1206*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1207*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_5_7.Chassis"/>
1208*720c9898SEd Tanous    </Schema>
1209*720c9898SEd Tanous
1210*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_5_9">
1211*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1212*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to add annotation recommendations for ResetType."/>
1213*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_5_8.Chassis"/>
1214*720c9898SEd Tanous    </Schema>
1215*720c9898SEd Tanous
1216*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_5_10">
1217*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1218*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
1219*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_5_9.Chassis"/>
1220*720c9898SEd Tanous    </Schema>
1221*720c9898SEd Tanous
1222*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_5_11">
1223*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1224*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify the re-arm behavior of the PhysicalSecurity property.  It was also created to allow for multiple sensors to factor into the physical security state of the chassis.  It was also created to update the PowerState property to reference the common enumeration in the Resource schema."/>
1225*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_5_10.Chassis"/>
1226*720c9898SEd Tanous    </Schema>
1227*720c9898SEd Tanous
1228*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_5_12">
1229*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1230*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource.  It was also created to update the description for the Reset action to indicate that systems or other contained resources might reset depending on the ResetType used.  It was also created to remove non-inclusive language.  It was also created to update the description for AssetTag to show there might be a tie to the AssetTag of the functional resource contained in a chassis, such as a ComputerSystem resource."/>
1231*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_5_11.Chassis"/>
1232*720c9898SEd Tanous    </Schema>
1233*720c9898SEd Tanous
1234*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_5_13">
1235*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1236*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to change IntrusionSensorReArm to be writable.  It was also created to correct various typographical errors."/>
1237*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_5_12.Chassis"/>
1238*720c9898SEd Tanous    </Schema>
1239*720c9898SEd Tanous
1240*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_6_0">
1241*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1242*720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2017.3"/>
1243*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to add a link to an Assembly resource."/>
1244*720c9898SEd Tanous
1245*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_5_2.Chassis">
1246*720c9898SEd Tanous        <NavigationProperty Name="Assembly" Type="Assembly.Assembly" ContainsTarget="true" Nullable="false">
1247*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1248*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The link to the assembly associated with this chassis."/>
1249*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type Assembly."/>
1250*720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
1251*720c9898SEd Tanous        </NavigationProperty>
1252*720c9898SEd Tanous      </EntityType>
1253*720c9898SEd Tanous    </Schema>
1254*720c9898SEd Tanous
1255*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_6_1">
1256*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1257*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number."/>
1258*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_6_0.Chassis"/>
1259*720c9898SEd Tanous    </Schema>
1260*720c9898SEd Tanous
1261*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_6_2">
1262*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1263*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
1264*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_6_1.Chassis"/>
1265*720c9898SEd Tanous    </Schema>
1266*720c9898SEd Tanous
1267*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_6_3">
1268*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1269*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
1270*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_6_2.Chassis"/>
1271*720c9898SEd Tanous    </Schema>
1272*720c9898SEd Tanous
1273*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_6_4">
1274*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1275*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1276*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_6_3.Chassis"/>
1277*720c9898SEd Tanous    </Schema>
1278*720c9898SEd Tanous
1279*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_6_5">
1280*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1281*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1282*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_6_4.Chassis"/>
1283*720c9898SEd Tanous    </Schema>
1284*720c9898SEd Tanous
1285*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_6_6">
1286*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1287*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1288*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_6_5.Chassis"/>
1289*720c9898SEd Tanous    </Schema>
1290*720c9898SEd Tanous
1291*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_6_7">
1292*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1293*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to add annotation recommendations for ResetType."/>
1294*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_6_6.Chassis"/>
1295*720c9898SEd Tanous    </Schema>
1296*720c9898SEd Tanous
1297*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_6_8">
1298*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1299*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
1300*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_6_7.Chassis"/>
1301*720c9898SEd Tanous    </Schema>
1302*720c9898SEd Tanous
1303*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_6_9">
1304*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1305*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify the re-arm behavior of the PhysicalSecurity property.  It was also created to allow for multiple sensors to factor into the physical security state of the chassis.  It was also created to update the PowerState property to reference the common enumeration in the Resource schema."/>
1306*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_6_8.Chassis"/>
1307*720c9898SEd Tanous    </Schema>
1308*720c9898SEd Tanous
1309*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_6_10">
1310*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1311*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource.  It was also created to update the description for the Reset action to indicate that systems or other contained resources might reset depending on the ResetType used.  It was also created to remove non-inclusive language.  It was also created to update the description for AssetTag to show there might be a tie to the AssetTag of the functional resource contained in a chassis, such as a ComputerSystem resource."/>
1312*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_6_9.Chassis"/>
1313*720c9898SEd Tanous    </Schema>
1314*720c9898SEd Tanous
1315*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_6_11">
1316*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1317*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to change IntrusionSensorReArm to be writable.  It was also created to correct various typographical errors."/>
1318*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_6_10.Chassis"/>
1319*720c9898SEd Tanous    </Schema>
1320*720c9898SEd Tanous
1321*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_7_0">
1322*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1323*720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2018.1"/>
1324*720c9898SEd Tanous
1325*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_6_0.Chassis">
1326*720c9898SEd Tanous        <Property Name="UUID" Type="Resource.UUID">
1327*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1328*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The UUID for this chassis."/>
1329*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the universally unique identifier number for this chassis."/>
1330*720c9898SEd Tanous        </Property>
1331*720c9898SEd Tanous      </EntityType>
1332*720c9898SEd Tanous
1333*720c9898SEd Tanous      <ComplexType Name="Links" BaseType="Chassis.v1_5_0.Links">
1334*720c9898SEd Tanous        <NavigationProperty Name="Switches" Type="Collection(Switch.Switch)">
1335*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1336*720c9898SEd Tanous          <Annotation Term="OData.Description" String="An array of links to the switches located in this chassis."/>
1337*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type Switch that this chassis contains."/>
1338*720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
1339*720c9898SEd Tanous        </NavigationProperty>
1340*720c9898SEd Tanous      </ComplexType>
1341*720c9898SEd Tanous    </Schema>
1342*720c9898SEd Tanous
1343*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_7_1">
1344*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1345*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number."/>
1346*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_7_0.Chassis"/>
1347*720c9898SEd Tanous    </Schema>
1348*720c9898SEd Tanous
1349*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_7_2">
1350*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1351*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
1352*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_7_1.Chassis"/>
1353*720c9898SEd Tanous    </Schema>
1354*720c9898SEd Tanous
1355*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_7_3">
1356*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1357*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
1358*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_7_2.Chassis"/>
1359*720c9898SEd Tanous    </Schema>
1360*720c9898SEd Tanous
1361*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_7_4">
1362*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1363*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1364*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_7_3.Chassis"/>
1365*720c9898SEd Tanous    </Schema>
1366*720c9898SEd Tanous
1367*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_7_5">
1368*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1369*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1370*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_7_4.Chassis"/>
1371*720c9898SEd Tanous    </Schema>
1372*720c9898SEd Tanous
1373*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_7_6">
1374*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1375*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1376*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_7_5.Chassis"/>
1377*720c9898SEd Tanous    </Schema>
1378*720c9898SEd Tanous
1379*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_7_7">
1380*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1381*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to add annotation recommendations for ResetType."/>
1382*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_7_6.Chassis"/>
1383*720c9898SEd Tanous    </Schema>
1384*720c9898SEd Tanous
1385*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_7_8">
1386*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1387*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
1388*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_7_7.Chassis"/>
1389*720c9898SEd Tanous    </Schema>
1390*720c9898SEd Tanous
1391*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_7_9">
1392*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1393*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify the re-arm behavior of the PhysicalSecurity property.  It was also created to allow for multiple sensors to factor into the physical security state of the chassis.  It was also created to update the PowerState property to reference the common enumeration in the Resource schema."/>
1394*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_7_8.Chassis"/>
1395*720c9898SEd Tanous    </Schema>
1396*720c9898SEd Tanous
1397*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_7_10">
1398*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1399*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource.  It was also created to update the description for the Reset action to indicate that systems or other contained resources might reset depending on the ResetType used.  It was also created to remove non-inclusive language.  It was also created to update the description for AssetTag to show there might be a tie to the AssetTag of the functional resource contained in a chassis, such as a ComputerSystem resource."/>
1400*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_7_9.Chassis"/>
1401*720c9898SEd Tanous    </Schema>
1402*720c9898SEd Tanous
1403*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_7_11">
1404*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1405*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to change IntrusionSensorReArm to be writable.  It was also created to correct various typographical errors."/>
1406*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_7_10.Chassis"/>
1407*720c9898SEd Tanous    </Schema>
1408*720c9898SEd Tanous
1409*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_8_0">
1410*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1411*720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2018.2"/>
1412*720c9898SEd Tanous
1413*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_7_1.Chassis">
1414*720c9898SEd Tanous        <NavigationProperty Name="PCIeSlots" Type="PCIeSlots.PCIeSlots" ContainsTarget="true" Nullable="false">
1415*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1416*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The link to the PCIe slot properties for this chassis."/>
1417*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain a link to the resource of type PCIeSlots that represents the PCIe slot information for this chassis."/>
1418*720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
1419*720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
1420*720c9898SEd Tanous            <Collection>
1421*720c9898SEd Tanous              <Record>
1422*720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
1423*720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_24_0"/>
1424*720c9898SEd Tanous                <PropertyValue Property="Description" String="This property has been deprecated in favor of the PCIeDevices property.  The PCIeSlots schema has been deprecated in favor of the PCIeDevice schema.  Empty PCIe slots are represented by PCIeDevice resources using the `Absent` value of the State property within Status."/>
1425*720c9898SEd Tanous              </Record>
1426*720c9898SEd Tanous            </Collection>
1427*720c9898SEd Tanous          </Annotation>
1428*720c9898SEd Tanous        </NavigationProperty>
1429*720c9898SEd Tanous      </EntityType>
1430*720c9898SEd Tanous    </Schema>
1431*720c9898SEd Tanous
1432*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_8_1">
1433*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1434*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
1435*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_8_0.Chassis"/>
1436*720c9898SEd Tanous    </Schema>
1437*720c9898SEd Tanous
1438*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_8_2">
1439*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1440*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
1441*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_8_1.Chassis"/>
1442*720c9898SEd Tanous    </Schema>
1443*720c9898SEd Tanous
1444*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_8_3">
1445*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1446*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1447*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_8_2.Chassis"/>
1448*720c9898SEd Tanous    </Schema>
1449*720c9898SEd Tanous
1450*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_8_4">
1451*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1452*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1453*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_8_3.Chassis"/>
1454*720c9898SEd Tanous    </Schema>
1455*720c9898SEd Tanous
1456*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_8_5">
1457*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1458*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1459*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_8_4.Chassis"/>
1460*720c9898SEd Tanous    </Schema>
1461*720c9898SEd Tanous
1462*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_8_6">
1463*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1464*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to add annotation recommendations for ResetType."/>
1465*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_8_5.Chassis"/>
1466*720c9898SEd Tanous    </Schema>
1467*720c9898SEd Tanous
1468*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_8_7">
1469*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1470*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
1471*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_8_6.Chassis"/>
1472*720c9898SEd Tanous    </Schema>
1473*720c9898SEd Tanous
1474*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_8_8">
1475*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1476*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify the re-arm behavior of the PhysicalSecurity property.  It was also created to allow for multiple sensors to factor into the physical security state of the chassis.  It was also created to update the PowerState property to reference the common enumeration in the Resource schema."/>
1477*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_8_7.Chassis"/>
1478*720c9898SEd Tanous    </Schema>
1479*720c9898SEd Tanous
1480*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_8_9">
1481*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1482*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource.  It was also created to update the description for the Reset action to indicate that systems or other contained resources might reset depending on the ResetType used.  It was also created to remove non-inclusive language.  It was also created to update the description for AssetTag to show there might be a tie to the AssetTag of the functional resource contained in a chassis, such as a ComputerSystem resource."/>
1483*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_8_8.Chassis"/>
1484*720c9898SEd Tanous    </Schema>
1485*720c9898SEd Tanous
1486*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_8_10">
1487*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1488*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to change IntrusionSensorReArm to be writable.  It was also created to correct various typographical errors."/>
1489*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_8_9.Chassis"/>
1490*720c9898SEd Tanous    </Schema>
1491*720c9898SEd Tanous
1492*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_9_0">
1493*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1494*720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2018.3"/>
1495*720c9898SEd Tanous
1496*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_8_1.Chassis">
1497*720c9898SEd Tanous        <Property Name="EnvironmentalClass" Type="Chassis.v1_9_0.EnvironmentalClass">
1498*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1499*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The ASHRAE Environmental Class for this chassis."/>
1500*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the ASHRAE Environmental Class for this chassis, as defined by ASHRAE Thermal Guidelines for Data Processing Environments.  These classes define respective environmental limits that include temperature, relative humidity, dew point, and maximum allowable elevation."/>
1501*720c9898SEd Tanous        </Property>
1502*720c9898SEd Tanous        <NavigationProperty Name="Sensors" Type="SensorCollection.SensorCollection" Nullable="false">
1503*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1504*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The link to the collection of sensors located in the equipment and sub-components."/>
1505*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type SensorCollection that contains the sensors located in the chassis and sub-components."/>
1506*720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
1507*720c9898SEd Tanous        </NavigationProperty>
1508*720c9898SEd Tanous      </EntityType>
1509*720c9898SEd Tanous
1510*720c9898SEd Tanous      <EnumType Name="EnvironmentalClass">
1511*720c9898SEd Tanous        <Member Name="A1">
1512*720c9898SEd Tanous          <Annotation Term="OData.Description" String="ASHRAE Environmental Class 'A1'."/>
1513*720c9898SEd Tanous        </Member>
1514*720c9898SEd Tanous        <Member Name="A2">
1515*720c9898SEd Tanous          <Annotation Term="OData.Description" String="ASHRAE Environmental Class 'A2'."/>
1516*720c9898SEd Tanous        </Member>
1517*720c9898SEd Tanous        <Member Name="A3">
1518*720c9898SEd Tanous          <Annotation Term="OData.Description" String="ASHRAE Environmental Class 'A3'."/>
1519*720c9898SEd Tanous        </Member>
1520*720c9898SEd Tanous        <Member Name="A4">
1521*720c9898SEd Tanous          <Annotation Term="OData.Description" String="ASHRAE Environmental Class 'A4'."/>
1522*720c9898SEd Tanous        </Member>
1523*720c9898SEd Tanous      </EnumType>
1524*720c9898SEd Tanous
1525*720c9898SEd Tanous      <ComplexType Name="Links" BaseType="Chassis.v1_7_0.Links">
1526*720c9898SEd Tanous        <NavigationProperty Name="Processors" Type="Collection(Processor.Processor)">
1527*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1528*720c9898SEd Tanous          <Annotation Term="OData.Description" String="An array of links to the processors located in this chassis."/>
1529*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type Processor type that this chassis contains."/>
1530*720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
1531*720c9898SEd Tanous        </NavigationProperty>
1532*720c9898SEd Tanous      </ComplexType>
1533*720c9898SEd Tanous    </Schema>
1534*720c9898SEd Tanous
1535*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_9_1">
1536*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1537*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
1538*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_9_0.Chassis"/>
1539*720c9898SEd Tanous    </Schema>
1540*720c9898SEd Tanous
1541*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_9_2">
1542*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1543*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1544*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_9_1.Chassis"/>
1545*720c9898SEd Tanous    </Schema>
1546*720c9898SEd Tanous
1547*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_9_3">
1548*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1549*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1550*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_9_2.Chassis"/>
1551*720c9898SEd Tanous    </Schema>
1552*720c9898SEd Tanous
1553*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_9_4">
1554*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1555*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1556*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_9_3.Chassis"/>
1557*720c9898SEd Tanous    </Schema>
1558*720c9898SEd Tanous
1559*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_9_5">
1560*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1561*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to add annotation recommendations for ResetType."/>
1562*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_9_4.Chassis"/>
1563*720c9898SEd Tanous    </Schema>
1564*720c9898SEd Tanous
1565*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_9_6">
1566*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1567*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
1568*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_9_5.Chassis"/>
1569*720c9898SEd Tanous    </Schema>
1570*720c9898SEd Tanous
1571*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_9_7">
1572*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1573*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to change the permissions of EnvironmentalClass to be read-write."/>
1574*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_9_6.Chassis"/>
1575*720c9898SEd Tanous    </Schema>
1576*720c9898SEd Tanous
1577*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_9_8">
1578*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1579*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify the re-arm behavior of the PhysicalSecurity property.  It was also created to allow for multiple sensors to factor into the physical security state of the chassis.  It was also created to update the PowerState property to reference the common enumeration in the Resource schema."/>
1580*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_9_7.Chassis"/>
1581*720c9898SEd Tanous    </Schema>
1582*720c9898SEd Tanous
1583*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_9_9">
1584*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1585*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource.  It was also created to update the description for the Reset action to indicate that systems or other contained resources might reset depending on the ResetType used.  It was also created to remove non-inclusive language.  It was also created to update the description for AssetTag to show there might be a tie to the AssetTag of the functional resource contained in a chassis, such as a ComputerSystem resource."/>
1586*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_9_8.Chassis"/>
1587*720c9898SEd Tanous    </Schema>
1588*720c9898SEd Tanous
1589*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_9_10">
1590*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1591*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to change IntrusionSensorReArm to be writable.  It was also created to correct various typographical errors."/>
1592*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_9_9.Chassis"/>
1593*720c9898SEd Tanous    </Schema>
1594*720c9898SEd Tanous
1595*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_10_0">
1596*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1597*720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2019.2"/>
1598*720c9898SEd Tanous
1599*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_9_2.Chassis">
1600*720c9898SEd Tanous        <NavigationProperty Name="PCIeDevices" Type="PCIeDeviceCollection.PCIeDeviceCollection" ContainsTarget="true" Nullable="false">
1601*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1602*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The link to the collection of PCIe devices located in this chassis."/>
1603*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type PCIeDeviceCollection."/>
1604*720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
1605*720c9898SEd Tanous        </NavigationProperty>
1606*720c9898SEd Tanous      </EntityType>
1607*720c9898SEd Tanous    </Schema>
1608*720c9898SEd Tanous
1609*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_10_1">
1610*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1611*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1612*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_10_0.Chassis"/>
1613*720c9898SEd Tanous    </Schema>
1614*720c9898SEd Tanous
1615*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_10_2">
1616*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1617*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1618*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_10_1.Chassis"/>
1619*720c9898SEd Tanous    </Schema>
1620*720c9898SEd Tanous
1621*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_10_3">
1622*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1623*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to add annotation recommendations for ResetType."/>
1624*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_10_2.Chassis"/>
1625*720c9898SEd Tanous    </Schema>
1626*720c9898SEd Tanous
1627*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_10_4">
1628*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1629*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
1630*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_10_3.Chassis"/>
1631*720c9898SEd Tanous    </Schema>
1632*720c9898SEd Tanous
1633*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_10_5">
1634*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1635*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to change the permissions of EnvironmentalClass to be read-write."/>
1636*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_10_4.Chassis"/>
1637*720c9898SEd Tanous    </Schema>
1638*720c9898SEd Tanous
1639*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_10_6">
1640*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1641*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify the re-arm behavior of the PhysicalSecurity property.  It was also created to allow for multiple sensors to factor into the physical security state of the chassis.  It was also created to update the PowerState property to reference the common enumeration in the Resource schema."/>
1642*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_10_5.Chassis"/>
1643*720c9898SEd Tanous    </Schema>
1644*720c9898SEd Tanous
1645*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_10_7">
1646*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1647*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource.  It was also created to update the description for the Reset action to indicate that systems or other contained resources might reset depending on the ResetType used.  It was also created to remove non-inclusive language.  It was also created to update the description for AssetTag to show there might be a tie to the AssetTag of the functional resource contained in a chassis, such as a ComputerSystem resource."/>
1648*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_10_6.Chassis"/>
1649*720c9898SEd Tanous    </Schema>
1650*720c9898SEd Tanous
1651*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_10_8">
1652*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1653*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to change IntrusionSensorReArm to be writable.  It was also created to correct various typographical errors."/>
1654*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_10_7.Chassis"/>
1655*720c9898SEd Tanous    </Schema>
1656*720c9898SEd Tanous
1657*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_11_0">
1658*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1659*720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2019.4"/>
1660*720c9898SEd Tanous
1661*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_10_0.Chassis">
1662*720c9898SEd Tanous        <NavigationProperty Name="MediaControllers" Type="MediaControllerCollection.MediaControllerCollection" ContainsTarget="true" Nullable="false">
1663*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1664*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The link to the collection of media controllers located in this chassis."/>
1665*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type MediaControllerCollection."/>
1666*720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
1667*720c9898SEd Tanous            <Collection>
1668*720c9898SEd Tanous              <Record>
1669*720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
1670*720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_20_0"/>
1671*720c9898SEd Tanous                <PropertyValue Property="Description" String="This property has been deprecated in favor of FabricAdapters."/>
1672*720c9898SEd Tanous              </Record>
1673*720c9898SEd Tanous            </Collection>
1674*720c9898SEd Tanous          </Annotation>
1675*720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
1676*720c9898SEd Tanous        </NavigationProperty>
1677*720c9898SEd Tanous        <NavigationProperty Name="Memory" Type="MemoryCollection.MemoryCollection" ContainsTarget="true" Nullable="false">
1678*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1679*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The link to the collection of memory located in this chassis that belong to fabric-related resource pools."/>
1680*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type MemoryCollection that represents memory in this chassis that belong to fabric-related resource pools."/>
1681*720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
1682*720c9898SEd Tanous        </NavigationProperty>
1683*720c9898SEd Tanous        <NavigationProperty Name="MemoryDomains" Type="MemoryDomainCollection.MemoryDomainCollection" ContainsTarget="true" Nullable="false">
1684*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1685*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The link to the collection of memory domains located in this chassis that belong to fabric-related resource pools."/>
1686*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type MemoryDomainCollection that represents memory domains in this chassis that belong to fabric-related resource pools."/>
1687*720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
1688*720c9898SEd Tanous        </NavigationProperty>
1689*720c9898SEd Tanous      </EntityType>
1690*720c9898SEd Tanous
1691*720c9898SEd Tanous      <ComplexType Name="Links" BaseType="Chassis.v1_9_0.Links">
1692*720c9898SEd Tanous        <NavigationProperty Name="Facility" Type="Facility.Facility" Nullable="false">
1693*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1694*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The link to the facility that contains this chassis."/>
1695*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain a link to the resource of type Facility and shall represent the smallest facility that contains this chassis.  This property shall not appear in resources that include a ContainedBy property within the Links property."/>
1696*720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
1697*720c9898SEd Tanous        </NavigationProperty>
1698*720c9898SEd Tanous      </ComplexType>
1699*720c9898SEd Tanous    </Schema>
1700*720c9898SEd Tanous
1701*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_11_1">
1702*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1703*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1704*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_11_0.Chassis"/>
1705*720c9898SEd Tanous    </Schema>
1706*720c9898SEd Tanous
1707*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_11_2">
1708*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1709*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1710*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_11_1.Chassis"/>
1711*720c9898SEd Tanous    </Schema>
1712*720c9898SEd Tanous
1713*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_11_3">
1714*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1715*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to add annotation recommendations for ResetType."/>
1716*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_11_2.Chassis"/>
1717*720c9898SEd Tanous    </Schema>
1718*720c9898SEd Tanous
1719*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_11_4">
1720*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1721*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
1722*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_11_3.Chassis"/>
1723*720c9898SEd Tanous    </Schema>
1724*720c9898SEd Tanous
1725*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_11_5">
1726*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1727*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to change the permissions of EnvironmentalClass to be read-write."/>
1728*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_11_4.Chassis"/>
1729*720c9898SEd Tanous    </Schema>
1730*720c9898SEd Tanous
1731*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_11_6">
1732*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1733*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify the re-arm behavior of the PhysicalSecurity property.  It was also created to allow for multiple sensors to factor into the physical security state of the chassis.  It was also created to update the PowerState property to reference the common enumeration in the Resource schema.  It was also created to clarify the expected contents of the Memory and MemoryDomains collections."/>
1734*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_11_5.Chassis"/>
1735*720c9898SEd Tanous    </Schema>
1736*720c9898SEd Tanous
1737*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_11_7">
1738*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1739*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource.  It was also created to update the description for the Reset action to indicate that systems or other contained resources might reset depending on the ResetType used.  It was also created to remove non-inclusive language.  It was also created to update the description for AssetTag to show there might be a tie to the AssetTag of the functional resource contained in a chassis, such as a ComputerSystem resource."/>
1740*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_11_6.Chassis"/>
1741*720c9898SEd Tanous    </Schema>
1742*720c9898SEd Tanous
1743*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_11_8">
1744*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1745*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to change IntrusionSensorReArm to be writable.  It was also created to correct various typographical errors."/>
1746*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_11_7.Chassis"/>
1747*720c9898SEd Tanous    </Schema>
1748*720c9898SEd Tanous
1749*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_12_0">
1750*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1751*720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2020.1"/>
1752*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to add MaxPowerWatts and MinPowerWatts properties."/>
1753*720c9898SEd Tanous
1754*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_11_1.Chassis">
1755*720c9898SEd Tanous        <Property Name="MaxPowerWatts" Type="Edm.Decimal">
1756*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1757*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The upper bound of the total power consumed by the chassis."/>
1758*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the upper bound of the total power consumed by the chassis."/>
1759*720c9898SEd Tanous          <Annotation Term="Measures.Unit" String="W"/>
1760*720c9898SEd Tanous        </Property>
1761*720c9898SEd Tanous        <Property Name="MinPowerWatts" Type="Edm.Decimal">
1762*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1763*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The lower bound of the total power consumed by the chassis."/>
1764*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the lower bound of the total power consumed by the chassis."/>
1765*720c9898SEd Tanous          <Annotation Term="Measures.Unit" String="W"/>
1766*720c9898SEd Tanous        </Property>
1767*720c9898SEd Tanous      </EntityType>
1768*720c9898SEd Tanous    </Schema>
1769*720c9898SEd Tanous
1770*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_12_1">
1771*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1772*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1773*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_12_0.Chassis"/>
1774*720c9898SEd Tanous    </Schema>
1775*720c9898SEd Tanous
1776*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_12_2">
1777*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1778*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to add annotation recommendations for ResetType."/>
1779*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_12_1.Chassis"/>
1780*720c9898SEd Tanous    </Schema>
1781*720c9898SEd Tanous
1782*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_12_3">
1783*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1784*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
1785*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_12_2.Chassis"/>
1786*720c9898SEd Tanous    </Schema>
1787*720c9898SEd Tanous
1788*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_12_4">
1789*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1790*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to change the permissions of EnvironmentalClass to be read-write."/>
1791*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_12_3.Chassis"/>
1792*720c9898SEd Tanous    </Schema>
1793*720c9898SEd Tanous
1794*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_12_5">
1795*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1796*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify the re-arm behavior of the PhysicalSecurity property.  It was also created to allow for multiple sensors to factor into the physical security state of the chassis.  It was also created to update the PowerState property to reference the common enumeration in the Resource schema.  It was also created to clarify the expected contents of the Memory and MemoryDomains collections."/>
1797*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_12_4.Chassis"/>
1798*720c9898SEd Tanous    </Schema>
1799*720c9898SEd Tanous
1800*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_12_6">
1801*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1802*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource.  It was also created to update the description for the Reset action to indicate that systems or other contained resources might reset depending on the ResetType used.  It was also created to remove non-inclusive language.  It was also created to update the description for AssetTag to show there might be a tie to the AssetTag of the functional resource contained in a chassis, such as a ComputerSystem resource."/>
1803*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_12_5.Chassis"/>
1804*720c9898SEd Tanous    </Schema>
1805*720c9898SEd Tanous
1806*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_12_7">
1807*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1808*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to change IntrusionSensorReArm to be writable.  It was also created to correct various typographical errors."/>
1809*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_12_6.Chassis"/>
1810*720c9898SEd Tanous    </Schema>
1811*720c9898SEd Tanous
1812*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_13_0">
1813*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1814*720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2020.2"/>
1815*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to modify the Contains and ContainedBy properties to be writable."/>
1816*720c9898SEd Tanous
1817*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_12_1.Chassis"/>
1818*720c9898SEd Tanous    </Schema>
1819*720c9898SEd Tanous
1820*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_13_1">
1821*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1822*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to add annotation recommendations for ResetType."/>
1823*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_13_0.Chassis"/>
1824*720c9898SEd Tanous    </Schema>
1825*720c9898SEd Tanous
1826*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_13_2">
1827*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1828*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
1829*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_13_1.Chassis"/>
1830*720c9898SEd Tanous    </Schema>
1831*720c9898SEd Tanous
1832*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_13_3">
1833*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1834*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to change the permissions of EnvironmentalClass to be read-write."/>
1835*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_13_2.Chassis"/>
1836*720c9898SEd Tanous    </Schema>
1837*720c9898SEd Tanous
1838*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_13_4">
1839*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1840*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify the re-arm behavior of the PhysicalSecurity property.  It was also created to allow for multiple sensors to factor into the physical security state of the chassis.  It was also created to update the PowerState property to reference the common enumeration in the Resource schema.  It was also created to clarify the expected contents of the Memory and MemoryDomains collections."/>
1841*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_13_3.Chassis"/>
1842*720c9898SEd Tanous    </Schema>
1843*720c9898SEd Tanous
1844*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_13_5">
1845*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1846*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource.  It was also created to update the description for the Reset action to indicate that systems or other contained resources might reset depending on the ResetType used.  It was also created to remove non-inclusive language.  It was also created to update the description for AssetTag to show there might be a tie to the AssetTag of the functional resource contained in a chassis, such as a ComputerSystem resource."/>
1847*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_13_4.Chassis"/>
1848*720c9898SEd Tanous    </Schema>
1849*720c9898SEd Tanous
1850*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_13_6">
1851*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1852*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to change IntrusionSensorReArm to be writable.  It was also created to correct various typographical errors."/>
1853*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_13_5.Chassis"/>
1854*720c9898SEd Tanous    </Schema>
1855*720c9898SEd Tanous
1856*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_14_0">
1857*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1858*720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2020.3"/>
1859*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to add LocationIndicatorActive and to deprecate IndicatorLED properties."/>
1860*720c9898SEd Tanous
1861*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_13_1.Chassis">
1862*720c9898SEd Tanous        <Property Name="LocationIndicatorActive" Type="Edm.Boolean">
1863*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1864*720c9898SEd Tanous          <Annotation Term="OData.Description" String="An indicator allowing an operator to physically locate this resource."/>
1865*720c9898SEd Tanous          <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.  Modifying this property may modify the LocationIndicatorActive in the resource that represents the functional view of this Chassis, such as a ComputerSystem resource."/>
1866*720c9898SEd Tanous        </Property>
1867*720c9898SEd Tanous        <NavigationProperty Name="Drives" Type="DriveCollection.DriveCollection" Nullable="false" ContainsTarget="true">
1868*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The link to the collection of drives within this chassis."/>
1869*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type DriveCollection."/>
1870*720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
1871*720c9898SEd Tanous        </NavigationProperty>
1872*720c9898SEd Tanous      </EntityType>
1873*720c9898SEd Tanous    </Schema>
1874*720c9898SEd Tanous
1875*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_14_1">
1876*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1877*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
1878*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_14_0.Chassis"/>
1879*720c9898SEd Tanous    </Schema>
1880*720c9898SEd Tanous
1881*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_14_2">
1882*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1883*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to change the permissions of EnvironmentalClass to be read-write."/>
1884*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_14_1.Chassis"/>
1885*720c9898SEd Tanous    </Schema>
1886*720c9898SEd Tanous
1887*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_14_3">
1888*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1889*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify the re-arm behavior of the PhysicalSecurity property.  It was also created to allow for multiple sensors to factor into the physical security state of the chassis.  It was also created to update the PowerState property to reference the common enumeration in the Resource schema.  It was also created to clarify the expected contents of the Memory and MemoryDomains collections."/>
1890*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_14_2.Chassis"/>
1891*720c9898SEd Tanous    </Schema>
1892*720c9898SEd Tanous
1893*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_14_4">
1894*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1895*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource.  It was also created to update the description for the Reset action to indicate that systems or other contained resources might reset depending on the ResetType used.  It was also created to remove non-inclusive language.  It was also created to update the description for AssetTag and LocationIndicatorActive to show there might be a tie to the AssetTag and LocationIndicatorActive of the functional resource contained in a chassis, such as a ComputerSystem resource."/>
1896*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_14_3.Chassis"/>
1897*720c9898SEd Tanous    </Schema>
1898*720c9898SEd Tanous
1899*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_14_5">
1900*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1901*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to change IntrusionSensorReArm to be writable.  It was also created to correct various typographical errors."/>
1902*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_14_4.Chassis"/>
1903*720c9898SEd Tanous    </Schema>
1904*720c9898SEd Tanous
1905*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_15_0">
1906*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1907*720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2020.4"/>
1908*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to add Certificates and Measurements to devices for attestation and identity management.  It was also created to add links to the PowerSubsystem, ThermalSubsystem, and EnvironmentMetrics resources."/>
1909*720c9898SEd Tanous
1910*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_14_0.Chassis">
1911*720c9898SEd Tanous        <NavigationProperty Name="PowerSubsystem" Type="PowerSubsystem.PowerSubsystem" ContainsTarget="true" Nullable="false">
1912*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1913*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The link to the power subsystem properties for this chassis."/>
1914*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type PowerSubsystem that represents the power subsystem information for this chassis."/>
1915*720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
1916*720c9898SEd Tanous        </NavigationProperty>
1917*720c9898SEd Tanous        <NavigationProperty Name="ThermalSubsystem" Type="ThermalSubsystem.ThermalSubsystem" ContainsTarget="true" Nullable="false">
1918*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1919*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The link to the thermal subsystem properties for this chassis."/>
1920*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type ThermalSubsystem that represents the thermal subsystem information for this chassis."/>
1921*720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
1922*720c9898SEd Tanous        </NavigationProperty>
1923*720c9898SEd Tanous        <NavigationProperty Name="EnvironmentMetrics" Type="EnvironmentMetrics.EnvironmentMetrics" Nullable="false">
1924*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1925*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The link to the environment metrics for this chassis."/>
1926*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type EnvironmentMetrics that specifies the environment metrics for this chassis."/>
1927*720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
1928*720c9898SEd Tanous        </NavigationProperty>
1929*720c9898SEd Tanous        <NavigationProperty Name="Certificates" Type="CertificateCollection.CertificateCollection" ContainsTarget="true" Nullable="false">
1930*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1931*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The link to a collection of certificates for device identity and attestation."/>
1932*720c9898SEd Tanous          <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."/>
1933*720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
1934*720c9898SEd Tanous        </NavigationProperty>
1935*720c9898SEd Tanous        <Property Name="Measurements" Type="Collection(SoftwareInventory.MeasurementBlock)" Nullable="false">
1936*720c9898SEd Tanous          <Annotation Term="OData.Description" String="An array of DSP0274-defined measurement blocks."/>
1937*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain an array of DSP0274-defined measurement blocks."/>
1938*720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
1939*720c9898SEd Tanous            <Collection>
1940*720c9898SEd Tanous              <Record>
1941*720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
1942*720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_19_0"/>
1943*720c9898SEd Tanous                <PropertyValue Property="Description" String="This property has been deprecated in favor of the ComponentIntegrity resource."/>
1944*720c9898SEd Tanous              </Record>
1945*720c9898SEd Tanous            </Collection>
1946*720c9898SEd Tanous          </Annotation>
1947*720c9898SEd Tanous        </Property>
1948*720c9898SEd Tanous      </EntityType>
1949*720c9898SEd Tanous    </Schema>
1950*720c9898SEd Tanous
1951*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_15_1">
1952*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1953*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
1954*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_15_0.Chassis"/>
1955*720c9898SEd Tanous    </Schema>
1956*720c9898SEd Tanous
1957*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_15_2">
1958*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1959*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to change the permissions of EnvironmentalClass to be read-write."/>
1960*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_15_1.Chassis"/>
1961*720c9898SEd Tanous    </Schema>
1962*720c9898SEd Tanous
1963*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_15_3">
1964*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1965*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify the re-arm behavior of the PhysicalSecurity property.  It was also created to allow for multiple sensors to factor into the physical security state of the chassis.  It was also created to update the PowerState property to reference the common enumeration in the Resource schema.  It was also created to clarify the expected contents of the Memory and MemoryDomains collections."/>
1966*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_15_2.Chassis"/>
1967*720c9898SEd Tanous    </Schema>
1968*720c9898SEd Tanous
1969*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_15_4">
1970*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1971*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource.  It was also created to update the description for the Reset action to indicate that systems or other contained resources might reset depending on the ResetType used.  It was also created to remove non-inclusive language.  It was also created to update the description for AssetTag and LocationIndicatorActive to show there might be a tie to the AssetTag and LocationIndicatorActive of the functional resource contained in a chassis, such as a ComputerSystem resource."/>
1972*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_15_3.Chassis"/>
1973*720c9898SEd Tanous    </Schema>
1974*720c9898SEd Tanous
1975*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_15_5">
1976*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1977*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to change IntrusionSensorReArm to be writable.  It was also created to correct various typographical errors."/>
1978*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_15_4.Chassis"/>
1979*720c9898SEd Tanous    </Schema>
1980*720c9898SEd Tanous
1981*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_16_0">
1982*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1983*720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2021.1"/>
1984*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to add SparePartNumber."/>
1985*720c9898SEd Tanous
1986*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_15_1.Chassis">
1987*720c9898SEd Tanous        <Property Name="SparePartNumber" Type="Edm.String">
1988*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1989*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The spare part number of the chassis."/>
1990*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the spare part number of the chassis."/>
1991*720c9898SEd Tanous        </Property>
1992*720c9898SEd Tanous      </EntityType>
1993*720c9898SEd Tanous    </Schema>
1994*720c9898SEd Tanous
1995*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_16_1">
1996*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1997*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to change the permissions of EnvironmentalClass to be read-write."/>
1998*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_16_0.Chassis"/>
1999*720c9898SEd Tanous    </Schema>
2000*720c9898SEd Tanous
2001*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_16_2">
2002*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2003*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify the re-arm behavior of the PhysicalSecurity property.  It was also created to allow for multiple sensors to factor into the physical security state of the chassis.  It was also created to update the PowerState property to reference the common enumeration in the Resource schema.  It was also created to clarify the expected contents of the Memory and MemoryDomains collections."/>
2004*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_16_1.Chassis"/>
2005*720c9898SEd Tanous    </Schema>
2006*720c9898SEd Tanous
2007*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_16_3">
2008*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2009*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource.  It was also created to update the description for the Reset action to indicate that systems or other contained resources might reset depending on the ResetType used.  It was also created to remove non-inclusive language.  It was also created to update the description for AssetTag and LocationIndicatorActive to show there might be a tie to the AssetTag and LocationIndicatorActive of the functional resource contained in a chassis, such as a ComputerSystem resource."/>
2010*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_16_2.Chassis"/>
2011*720c9898SEd Tanous    </Schema>
2012*720c9898SEd Tanous
2013*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_16_4">
2014*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2015*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to change IntrusionSensorReArm to be writable.  It was also created to correct various typographical errors."/>
2016*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_16_3.Chassis"/>
2017*720c9898SEd Tanous    </Schema>
2018*720c9898SEd Tanous
2019*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_17_0">
2020*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2021*720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2021.2"/>
2022*720c9898SEd Tanous
2023*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_16_0.Chassis">
2024*720c9898SEd Tanous        <NavigationProperty Name="Controls" Type="ControlCollection.ControlCollection" ContainsTarget="true" Nullable="false">
2025*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2026*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The link to the collection of controls located in this chassis."/>
2027*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type ControlCollection."/>
2028*720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
2029*720c9898SEd Tanous        </NavigationProperty>
2030*720c9898SEd Tanous      </EntityType>
2031*720c9898SEd Tanous
2032*720c9898SEd Tanous      <ComplexType Name="Links" BaseType="Chassis.v1_11_0.Links">
2033*720c9898SEd Tanous        <NavigationProperty Name="Cables" Type="Collection(Cable.Cable)">
2034*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2035*720c9898SEd Tanous          <Annotation Term="OData.Description" String="An array of links to the cables connected to this chassis."/>
2036*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type Cable that represent the cables connected to this chassis."/>
2037*720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
2038*720c9898SEd Tanous        </NavigationProperty>
2039*720c9898SEd Tanous      </ComplexType>
2040*720c9898SEd Tanous    </Schema>
2041*720c9898SEd Tanous
2042*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_17_1">
2043*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2044*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to change the permissions of EnvironmentalClass to be read-write."/>
2045*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_17_0.Chassis"/>
2046*720c9898SEd Tanous    </Schema>
2047*720c9898SEd Tanous
2048*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_17_2">
2049*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2050*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify the re-arm behavior of the PhysicalSecurity property.  It was also created to allow for multiple sensors to factor into the physical security state of the chassis.  It was also created to update the PowerState property to reference the common enumeration in the Resource schema.  It was also created to clarify the expected contents of the Memory and MemoryDomains collections."/>
2051*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_17_1.Chassis"/>
2052*720c9898SEd Tanous    </Schema>
2053*720c9898SEd Tanous
2054*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_17_3">
2055*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2056*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource.  It was also created to update the description for the Reset action to indicate that systems or other contained resources might reset depending on the ResetType used.  It was also created to remove non-inclusive language.  It was also created to update the description for AssetTag and LocationIndicatorActive to show there might be a tie to the AssetTag and LocationIndicatorActive of the functional resource contained in a chassis, such as a ComputerSystem resource."/>
2057*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_17_2.Chassis"/>
2058*720c9898SEd Tanous    </Schema>
2059*720c9898SEd Tanous
2060*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_17_4">
2061*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2062*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to change IntrusionSensorReArm to be writable.  It was also created to correct various typographical errors."/>
2063*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_17_3.Chassis"/>
2064*720c9898SEd Tanous    </Schema>
2065*720c9898SEd Tanous
2066*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_18_0">
2067*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2068*720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2021.3"/>
2069*720c9898SEd Tanous
2070*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_17_0.Chassis">
2071*720c9898SEd Tanous        <Property Name="ElectricalSourceManagerURIs" Type="Collection(Edm.String)">
2072*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2073*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The URIs of the management interfaces for the external electrical source connections for this chassis."/>
2074*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain an array of URIs to the management applications or devices that provide monitoring or control of the external electrical sources that provide power to this chassis."/>
2075*720c9898SEd Tanous          <Annotation Term="OData.IsURL"/>
2076*720c9898SEd Tanous        </Property>
2077*720c9898SEd Tanous        <Property Name="ElectricalSourceNames" Type="Collection(Edm.String)">
2078*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2079*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The names of the external electrical sources, such as circuits or outlets, connected to this chassis."/>
2080*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain an array of strings that identify the external electrical sources, such as the names of circuits or outlets, that provide power to this chassis."/>
2081*720c9898SEd Tanous        </Property>
2082*720c9898SEd Tanous      </EntityType>
2083*720c9898SEd Tanous
2084*720c9898SEd Tanous      <ComplexType Name="Links" BaseType="Chassis.v1_17_0.Links">
2085*720c9898SEd Tanous        <NavigationProperty Name="PowerOutlets" Type="Collection(Outlet.Outlet)">
2086*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2087*720c9898SEd Tanous          <Annotation Term="OData.Description" String="An array of links to the outlets that provide power to this chassis."/>
2088*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type Outlet that represent the outlets that provide power to this chassis.  This property shall not be present if the PoweredByParent property contains `true`."/>
2089*720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
2090*720c9898SEd Tanous        </NavigationProperty>
2091*720c9898SEd Tanous      </ComplexType>
2092*720c9898SEd Tanous    </Schema>
2093*720c9898SEd Tanous
2094*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_18_1">
2095*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2096*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to change the permissions of EnvironmentalClass to be read-write."/>
2097*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_18_0.Chassis"/>
2098*720c9898SEd Tanous    </Schema>
2099*720c9898SEd Tanous
2100*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_18_2">
2101*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2102*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify the re-arm behavior of the PhysicalSecurity property.  It was also created to allow for multiple sensors to factor into the physical security state of the chassis.  It was also created to update the PowerState property to reference the common enumeration in the Resource schema.  It was also created to clarify the expected contents of the Memory and MemoryDomains collections."/>
2103*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_18_1.Chassis"/>
2104*720c9898SEd Tanous    </Schema>
2105*720c9898SEd Tanous
2106*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_18_3">
2107*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2108*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource.  It was also created to update the description for the Reset action to indicate that systems or other contained resources might reset depending on the ResetType used.  It was also created to remove non-inclusive language.  It was also created to update the description for AssetTag and LocationIndicatorActive to show there might be a tie to the AssetTag and LocationIndicatorActive of the functional resource contained in a chassis, such as a ComputerSystem resource."/>
2109*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_18_2.Chassis"/>
2110*720c9898SEd Tanous    </Schema>
2111*720c9898SEd Tanous
2112*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_18_4">
2113*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2114*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to change IntrusionSensorReArm to be writable.  It was also created to correct various typographical errors."/>
2115*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_18_3.Chassis"/>
2116*720c9898SEd Tanous    </Schema>
2117*720c9898SEd Tanous
2118*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_19_0">
2119*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2120*720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2021.4"/>
2121*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to deprecate Measurements in favor of measurement reporting in the ComponentIntegrity resource."/>
2122*720c9898SEd Tanous
2123*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_18_0.Chassis"/>
2124*720c9898SEd Tanous    </Schema>
2125*720c9898SEd Tanous
2126*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_19_1">
2127*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2128*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to change the permissions of EnvironmentalClass to be read-write."/>
2129*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_19_0.Chassis"/>
2130*720c9898SEd Tanous    </Schema>
2131*720c9898SEd Tanous
2132*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_19_2">
2133*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2134*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify the re-arm behavior of the PhysicalSecurity property.  It was also created to allow for multiple sensors to factor into the physical security state of the chassis.  It was also created to update the PowerState property to reference the common enumeration in the Resource schema.  It was also created to clarify the expected contents of the Memory and MemoryDomains collections."/>
2135*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_19_1.Chassis"/>
2136*720c9898SEd Tanous    </Schema>
2137*720c9898SEd Tanous
2138*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_19_3">
2139*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2140*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource.  It was also created to update the description for the Reset action to indicate that systems or other contained resources might reset depending on the ResetType used.  It was also created to remove non-inclusive language.  It was also created to update the description for AssetTag and LocationIndicatorActive to show there might be a tie to the AssetTag and LocationIndicatorActive of the functional resource contained in a chassis, such as a ComputerSystem resource."/>
2141*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_19_2.Chassis"/>
2142*720c9898SEd Tanous    </Schema>
2143*720c9898SEd Tanous
2144*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_19_4">
2145*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2146*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to change IntrusionSensorReArm to be writable.  It was also created to correct various typographical errors."/>
2147*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_19_3.Chassis"/>
2148*720c9898SEd Tanous    </Schema>
2149*720c9898SEd Tanous
2150*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_20_0">
2151*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2152*720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2022.1"/>
2153*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to deprecate MediaControllers in favor of FabricAdapters.  It was also created to deprecate PoweredBy in favor of PowerOutlets, PowerSupplies, and details provided in the PowerSubsystem resource."/>
2154*720c9898SEd Tanous
2155*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_19_1.Chassis">
2156*720c9898SEd Tanous        <NavigationProperty Name="FabricAdapters" Type="FabricAdapterCollection.FabricAdapterCollection" ContainsTarget="true" Nullable="false">
2157*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2158*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The link to the collection of fabric adapters located in this chassis that provide access to fabric-related resource pools."/>
2159*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type FabricAdapterCollection that represents fabric adapters in this chassis that provide access to fabric-related resource pools."/>
2160*720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
2161*720c9898SEd Tanous        </NavigationProperty>
2162*720c9898SEd Tanous        <Property Name="PoweredByParent" Type="Edm.Boolean">
2163*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2164*720c9898SEd Tanous          <Annotation Term="OData.Description" String="Indicates that the chassis receives power from the containing chassis."/>
2165*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the chassis receives power from the chassis that contains it.  The value `true` shall indicate that the containing chassis provides power.  The value `false` shall indicate the chassis receives power from its own power subsystem, another chassis instance's power supplies, or outlets."/>
2166*720c9898SEd Tanous        </Property>
2167*720c9898SEd Tanous        <Property Name="ThermalManagedByParent" Type="Edm.Boolean">
2168*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2169*720c9898SEd Tanous          <Annotation Term="OData.Description" String="Indicates that the chassis is thermally managed by the parent chassis."/>
2170*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the chassis relies on the containing chassis to provide thermal management.  The value `true` shall indicate that the chassis relies on the containing chassis to provide thermal management.  The value `false` shall indicate the chassis provides thermal management, and may provide details in a ThermalSubsystem resource, or by populating the Fans property in Links."/>
2171*720c9898SEd Tanous        </Property>
2172*720c9898SEd Tanous        <Property Name="ThermalDirection" Type="Chassis.v1_20_0.ThermalDirection">
2173*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2174*720c9898SEd Tanous          <Annotation Term="OData.Description" String="Indicates the thermal management path through the chassis."/>
2175*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall indicate the general direction of the thermal management path through the chassis."/>
2176*720c9898SEd Tanous        </Property>
2177*720c9898SEd Tanous      </EntityType>
2178*720c9898SEd Tanous
2179*720c9898SEd Tanous      <EnumType Name="ThermalDirection">
2180*720c9898SEd Tanous        <Member Name="FrontToBack">
2181*720c9898SEd Tanous          <Annotation Term="OData.Description" String="A chassis with the air intake in the front and exhaust out the back."/>
2182*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall indicate a chassis with the air intake generally from the front of the chassis and the air exhaust out the back of the chassis."/>
2183*720c9898SEd Tanous        </Member>
2184*720c9898SEd Tanous        <Member Name="BackToFront">
2185*720c9898SEd Tanous          <Annotation Term="OData.Description" String="A chassis with the air intake in the back and exhaust out the front."/>
2186*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall indicate a chassis with the air intake generally from the back of the chassis and the air exhaust out the front of the chassis."/>
2187*720c9898SEd Tanous        </Member>
2188*720c9898SEd Tanous        <Member Name="TopExhaust">
2189*720c9898SEd Tanous          <Annotation Term="OData.Description" String="A chassis with air exhaust on the top."/>
2190*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall indicate a chassis with the air exhaust out the top of the chassis."/>
2191*720c9898SEd Tanous        </Member>
2192*720c9898SEd Tanous        <Member Name="Sealed">
2193*720c9898SEd Tanous          <Annotation Term="OData.Description" String="A sealed chassis with no air pathway."/>
2194*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall indicate a sealed chassis with no air pathway through the chassis."/>
2195*720c9898SEd Tanous        </Member>
2196*720c9898SEd Tanous      </EnumType>
2197*720c9898SEd Tanous
2198*720c9898SEd Tanous      <ComplexType Name="Links" BaseType="Chassis.v1_18_0.Links">
2199*720c9898SEd Tanous        <NavigationProperty Name="PowerSupplies" Type="Collection(PowerSupply.PowerSupply)">
2200*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2201*720c9898SEd Tanous          <Annotation Term="OData.Description" String="An array of links to the power supplies that provide power to this chassis."/>
2202*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type PowerSupply that represent the power supplies that provide power to this chassis.  This property shall not be present if the PoweredByParent property contains `true` or if the power supplies are contained in the PowerSubsystem resource for this chassis."/>
2203*720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
2204*720c9898SEd Tanous        </NavigationProperty>
2205*720c9898SEd Tanous        <NavigationProperty Name="Fans" Type="Collection(Fan.Fan)">
2206*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2207*720c9898SEd Tanous          <Annotation Term="OData.Description" String="An array of links to the fans that cool this chassis."/>
2208*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type Fan that represent the fans that provide cooling to this chassis.  This property shall not be present if the ThermalManagedByParent property contains `true` or if the fans are contained in the ThermalSubsystem resource for this chassis."/>
2209*720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
2210*720c9898SEd Tanous        </NavigationProperty>
2211*720c9898SEd Tanous        <NavigationProperty Name="PowerDistribution" Type="PowerDistribution.PowerDistribution">
2212*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2213*720c9898SEd Tanous          <Annotation Term="OData.Description" String="A link to power distribution functionality contained in this chassis."/>
2214*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type PowerDistribution that represents the power distribution functionality contained within this chassis."/>
2215*720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
2216*720c9898SEd Tanous        </NavigationProperty>
2217*720c9898SEd Tanous      </ComplexType>
2218*720c9898SEd Tanous    </Schema>
2219*720c9898SEd Tanous
2220*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_20_1">
2221*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2222*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify the re-arm behavior of the PhysicalSecurity property.  It was also created to allow for multiple sensors to factor into the physical security state of the chassis.  It was also created to update the PowerState property to reference the common enumeration in the Resource schema.  It was also created to clarify the expected contents of the Memory, MemoryDomains, and FabricAdapters collections."/>
2223*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_20_0.Chassis"/>
2224*720c9898SEd Tanous    </Schema>
2225*720c9898SEd Tanous
2226*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_20_2">
2227*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2228*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource.  It was also created to update the description for the Reset action to indicate that systems or other contained resources might reset depending on the ResetType used.  It was also created to remove non-inclusive language.  It was also created to update the description for AssetTag and LocationIndicatorActive to show there might be a tie to the AssetTag and LocationIndicatorActive of the functional resource contained in a chassis, such as a ComputerSystem resource."/>
2229*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_20_1.Chassis"/>
2230*720c9898SEd Tanous    </Schema>
2231*720c9898SEd Tanous
2232*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_20_3">
2233*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2234*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to change IntrusionSensorReArm to be writable.  It was also created to correct various typographical errors."/>
2235*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_20_2.Chassis"/>
2236*720c9898SEd Tanous    </Schema>
2237*720c9898SEd Tanous
2238*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_21_0">
2239*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2240*720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2022.2"/>
2241*720c9898SEd Tanous
2242*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_20_0.Chassis">
2243*720c9898SEd Tanous        <NavigationProperty Name="TrustedComponents" Type="TrustedComponentCollection.TrustedComponentCollection" ContainsTarget="true" Nullable="false">
2244*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2245*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The link to the trusted components in this chassis."/>
2246*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type TrustedComponentCollection."/>
2247*720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
2248*720c9898SEd Tanous        </NavigationProperty>
2249*720c9898SEd Tanous        <Property Name="Version" Type="Edm.String">
2250*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2251*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The hardware version of this chassis."/>
2252*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the hardware version of this chassis as determined by the vendor or supplier."/>
2253*720c9898SEd Tanous        </Property>
2254*720c9898SEd Tanous        <Property Name="HotPluggable" Type="Edm.Boolean">
2255*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2256*720c9898SEd Tanous          <Annotation Term="OData.Description" String="An indication of whether this component can be inserted or removed while the equipment is in operation."/>
2257*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the component can be inserted or removed while the underlying equipment otherwise remains in its current operational state.  Components indicated as hot-pluggable shall allow the component to become operable without altering the operational state of the underlying equipment.  Components that cannot be inserted or removed from equipment in operation, or components that cannot become operable without affecting the operational state of that equipment, shall be indicated as not hot-pluggable."/>
2258*720c9898SEd Tanous        </Property>
2259*720c9898SEd Tanous        <Property Name="Replaceable" Type="Edm.Boolean">
2260*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2261*720c9898SEd Tanous          <Annotation Term="OData.Description" String="An indication of whether this component can be independently replaced as allowed by the vendor's replacement policy."/>
2262*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall indicate whether this component can be independently replaced as allowed by the vendor's replacement policy.  A value of `false` indicates the component needs to be replaced by policy as part of another component.  If the `LocationType` property of this component contains `Embedded`, this property shall contain `false`."/>
2263*720c9898SEd Tanous        </Property>
2264*720c9898SEd Tanous      </EntityType>
2265*720c9898SEd Tanous    </Schema>
2266*720c9898SEd Tanous
2267*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_21_1">
2268*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2269*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify the re-arm behavior of the PhysicalSecurity property.  It was also created to allow for multiple sensors to factor into the physical security state of the chassis.  It was also created to update the PowerState property to reference the common enumeration in the Resource schema.  It was also created to clarify the expected contents of the Memory, MemoryDomains, and FabricAdapters collections."/>
2270*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_21_0.Chassis"/>
2271*720c9898SEd Tanous    </Schema>
2272*720c9898SEd Tanous
2273*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_21_2">
2274*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2275*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource.  It was also created to update the description for the Reset action to indicate that systems or other contained resources might reset depending on the ResetType used.  It was also created to remove non-inclusive language.  It was also created to update the description for AssetTag and LocationIndicatorActive to show there might be a tie to the AssetTag and LocationIndicatorActive of the functional resource contained in a chassis, such as a ComputerSystem resource."/>
2276*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_21_1.Chassis"/>
2277*720c9898SEd Tanous    </Schema>
2278*720c9898SEd Tanous
2279*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_21_3">
2280*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2281*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to change IntrusionSensorReArm to be writable.  It was also created to correct various typographical errors."/>
2282*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_21_2.Chassis"/>
2283*720c9898SEd Tanous    </Schema>
2284*720c9898SEd Tanous
2285*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_22_0">
2286*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2287*720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2022.3"/>
2288*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to deprecate IntrusionSensorNumber in PhysicalSecurity."/>
2289*720c9898SEd Tanous
2290*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_21_1.Chassis">
2291*720c9898SEd Tanous        <NavigationProperty Name="Processors" Type="ProcessorCollection.ProcessorCollection" ContainsTarget="true" Nullable="false">
2292*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2293*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The link to the collection of processors located in this chassis that belong to fabric-related resource pools."/>
2294*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type ProcessorCollection that represents processors in this chassis that belong to fabric-related resource pools."/>
2295*720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
2296*720c9898SEd Tanous        </NavigationProperty>
2297*720c9898SEd Tanous      </EntityType>
2298*720c9898SEd Tanous    </Schema>
2299*720c9898SEd Tanous
2300*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_22_1">
2301*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2302*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource.  It was also created to update the description for the Reset action to indicate that systems or other contained resources might reset depending on the ResetType used.  It was also created to remove non-inclusive language.  It was also created to update the description for AssetTag and LocationIndicatorActive to show there might be a tie to the AssetTag and LocationIndicatorActive of the functional resource contained in a chassis, such as a ComputerSystem resource."/>
2303*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_22_0.Chassis"/>
2304*720c9898SEd Tanous    </Schema>
2305*720c9898SEd Tanous
2306*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_22_2">
2307*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2308*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to change IntrusionSensorReArm to be writable.  It was also created to correct various typographical errors."/>
2309*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_22_1.Chassis"/>
2310*720c9898SEd Tanous    </Schema>
2311*720c9898SEd Tanous
2312*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_23_0">
2313*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2314*720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2023.1"/>
2315*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to add `ImmersionTank` and `HeatExchanger` to ChassisType."/>
2316*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_22_0.Chassis"/>
2317*720c9898SEd Tanous
2318*720c9898SEd Tanous      <ComplexType Name="Links" BaseType="Chassis.v1_20_0.Links">
2319*720c9898SEd Tanous        <NavigationProperty Name="CoolingUnits" Type="Collection(CoolingUnit.CoolingUnit)">
2320*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2321*720c9898SEd Tanous          <Annotation Term="OData.Description" String="An array of links to cooling unit functionality contained in this chassis."/>
2322*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type CoolingUnit that represent the cooling unit functionality contained within this chassis."/>
2323*720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
2324*720c9898SEd Tanous        </NavigationProperty>
2325*720c9898SEd Tanous        <NavigationProperty Name="ConnectedCoolingLoops" Type="Collection(CoolingLoop.CoolingLoop)">
2326*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2327*720c9898SEd Tanous          <Annotation Term="OData.Description" String="An array of links to cooling loops connected to this chassis."/>
2328*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type CoolingLoop that represent the cooling loops connected to this chassis."/>
2329*720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
2330*720c9898SEd Tanous        </NavigationProperty>
2331*720c9898SEd Tanous      </ComplexType>
2332*720c9898SEd Tanous    </Schema>
2333*720c9898SEd Tanous
2334*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_23_1">
2335*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2336*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to change IntrusionSensorReArm to be writable.  It was also created to correct various typographical errors."/>
2337*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_23_0.Chassis"/>
2338*720c9898SEd Tanous    </Schema>
2339*720c9898SEd Tanous
2340*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_24_0">
2341*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2342*720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2023.2"/>
2343*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to deprecate PCIeSlots in favor of PCIeDevices."/>
2344*720c9898SEd Tanous
2345*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_23_0.Chassis">
2346*720c9898SEd Tanous        <Property Name="Doors" Type="Chassis.v1_24_0.Doors" Nullable="false">
2347*720c9898SEd Tanous           <Annotation Term="OData.Description" String="The doors or access panels of the chassis."/>
2348*720c9898SEd Tanous           <Annotation Term="OData.LongDescription" String="This property shall contain information about the doors or access panels of the chassis."/>
2349*720c9898SEd Tanous        </Property>
2350*720c9898SEd Tanous      </EntityType>
2351*720c9898SEd Tanous
2352*720c9898SEd Tanous      <ComplexType Name="Doors">
2353*720c9898SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
2354*720c9898SEd Tanous        <Annotation Term="OData.Description" String="The doors or access panels of the chassis."/>
2355*720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall describe the doors or access panels of the chassis."/>
2356*720c9898SEd Tanous        <Property Name="Front" Type="Chassis.v1_24_0.Door">
2357*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The front door of the chassis."/>
2358*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain information related to the front door, as defined by the manufacturer, of the chassis."/>
2359*720c9898SEd Tanous        </Property>
2360*720c9898SEd Tanous        <Property Name="Rear" Type="Chassis.v1_24_0.Door">
2361*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The rear door of the chassis."/>
2362*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain information related to the rear door, as defined by the manufacturer, of the chassis."/>
2363*720c9898SEd Tanous        </Property>
2364*720c9898SEd Tanous      </ComplexType>
2365*720c9898SEd Tanous
2366*720c9898SEd Tanous      <ComplexType Name="Door">
2367*720c9898SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
2368*720c9898SEd Tanous        <Annotation Term="OData.Description" String="A door or access panel on the chassis."/>
2369*720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall describe a door or access panel on the chassis."/>
2370*720c9898SEd Tanous        <Property Name="DoorState" Type="Chassis.v1_24_0.DoorState">
2371*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2372*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The state of the door."/>
2373*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the current state of the door."/>
2374*720c9898SEd Tanous        </Property>
2375*720c9898SEd Tanous        <Property Name="Locked" Type="Edm.Boolean">
2376*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2377*720c9898SEd Tanous          <Annotation Term="OData.Description" String="Indicates if the door is locked."/>
2378*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall indicate if the door is locked."/>
2379*720c9898SEd Tanous        </Property>
2380*720c9898SEd Tanous        <Property Name="UserLabel" Type="Edm.String" Nullable="false">
2381*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2382*720c9898SEd Tanous          <Annotation Term="OData.Description" String="A user-assigned label."/>
2383*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain a user-assigned label used to identify this resource.  If a value has not been assigned by a user, the value of this property shall be an empty string."/>
2384*720c9898SEd Tanous        </Property>
2385*720c9898SEd Tanous      </ComplexType>
2386*720c9898SEd Tanous
2387*720c9898SEd Tanous      <EnumType Name="DoorState">
2388*720c9898SEd Tanous        <Member Name="Locked">
2389*720c9898SEd Tanous          <Annotation Term="OData.Description" String="Door is closed and locked."/>
2390*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall indicate that the door is both closed and locked.  In this state, the door cannot be opened unless the value of the Locked property is set to `false`."/>
2391*720c9898SEd Tanous        </Member>
2392*720c9898SEd Tanous        <Member Name="Closed">
2393*720c9898SEd Tanous          <Annotation Term="OData.Description" String="Door is closed."/>
2394*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall indicate that the door is closed but unlocked."/>
2395*720c9898SEd Tanous        </Member>
2396*720c9898SEd Tanous        <Member Name="LockedAndOpen">
2397*720c9898SEd Tanous          <Annotation Term="OData.Description" String="Door is open and locked."/>
2398*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall indicate that the door is open but the lock has been engaged.  It may be possible to close the door while in this state."/>
2399*720c9898SEd Tanous        </Member>
2400*720c9898SEd Tanous        <Member Name="Open">
2401*720c9898SEd Tanous          <Annotation Term="OData.Description" String="Door is open."/>
2402*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall indicate that the door is open."/>
2403*720c9898SEd Tanous        </Member>
2404*720c9898SEd Tanous      </EnumType>
2405*720c9898SEd Tanous    </Schema>
2406*720c9898SEd Tanous
2407*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_24_1">
2408*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2409*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to change IntrusionSensorReArm to be writable.  It was also created to correct various typographical errors."/>
2410*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_24_0.Chassis"/>
2411*720c9898SEd Tanous    </Schema>
2412*720c9898SEd Tanous
2413*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_25_0">
2414*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2415*720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2023.3"/>
2416*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to add `PowerStrip` to ChassisType."/>
2417*720c9898SEd Tanous
2418*720c9898SEd Tanous      <EntityType Name="Chassis" BaseType="Chassis.v1_24_1.Chassis">
2419*720c9898SEd Tanous        <Property Name="HeatingCoolingManagerURIs" Type="Collection(Edm.String)">
2420*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2421*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The URIs of the management interfaces for the external heating or cooling equipment for this chassis."/>
2422*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain an array of URIs to the management applications or devices that provide monitoring or control of the external heating or cooling equipment that provide thermal management for this chassis."/>
2423*720c9898SEd Tanous          <Annotation Term="OData.IsURL"/>
2424*720c9898SEd Tanous        </Property>
2425*720c9898SEd Tanous        <Property Name="HeatingCoolingEquipmentNames" Type="Collection(Edm.String)">
2426*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2427*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The names of the external heating or cooling equipment, such as coolant distribution units, connected to this chassis."/>
2428*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain an array of strings that identify the external heating or cooling equipment, such as the names of specific coolant distribution units, that provide thermal management for this chassis."/>
2429*720c9898SEd Tanous        </Property>
2430*720c9898SEd Tanous      </EntityType>
2431*720c9898SEd Tanous    </Schema>
2432*720c9898SEd Tanous
2433*720c9898SEd Tanous  </edmx:DataServices>
2434*720c9898SEd Tanous</edmx:Edmx>
2435