blob: 630398bba594bd247c1f37192ce1f7c746656fc2 [file] [log] [blame]
Jason M. Billsea4aa752018-06-05 13:29:11 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
Ed Tanous530520e2019-01-02 13:41:37 -08004<!--# Redfish Schema: Chassis v1.8.0-->
Jason M. Billsea4aa752018-06-05 13:29:11 -07005<!--# -->
6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle, -->
7<!--# available at http://www.dmtf.org/standards/redfish -->
Ed Tanous530520e2019-01-02 13:41:37 -08008<!--# Copyright 2014-2018 DMTF. -->
Jason M. Billsea4aa752018-06-05 13:29:11 -07009<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10<!--################################################################################ -->
11<!---->
12<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
13
14 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
15 <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
16 </edmx:Reference>
17 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
18 <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
19 </edmx:Reference>
20 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml">
21 <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/>
22 </edmx:Reference>
23 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
24 <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
25 <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/>
26 </edmx:Reference>
27 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
28 <edmx:Include Namespace="Resource"/>
29 <edmx:Include Namespace="Resource.v1_0_0"/>
30 </edmx:Reference>
31 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Thermal_v1.xml">
32 <edmx:Include Namespace="Thermal"/>
33 </edmx:Reference>
34 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Power_v1.xml">
35 <edmx:Include Namespace="Power"/>
36 </edmx:Reference>
37 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Manager_v1.xml">
38 <edmx:Include Namespace="Manager"/>
39 </edmx:Reference>
40 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/ComputerSystem_v1.xml">
41 <edmx:Include Namespace="ComputerSystem"/>
42 </edmx:Reference>
43 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/LogServiceCollection_v1.xml">
44 <edmx:Include Namespace="LogServiceCollection"/>
45 </edmx:Reference>
46 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Storage_v1.xml">
47 <edmx:Include Namespace="Storage"/>
48 </edmx:Reference>
49 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Drive_v1.xml">
50 <edmx:Include Namespace="Drive"/>
51 </edmx:Reference>
52 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PCIeDevice_v1.xml">
53 <edmx:Include Namespace="PCIeDevice"/>
54 </edmx:Reference>
55 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/NetworkAdapterCollection_v1.xml">
56 <edmx:Include Namespace="NetworkAdapterCollection"/>
57 </edmx:Reference>
58 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/ResourceBlock_v1.xml">
59 <edmx:Include Namespace="ResourceBlock"/>
60 </edmx:Reference>
61 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Assembly_v1.xml">
62 <edmx:Include Namespace="Assembly"/>
63 </edmx:Reference>
64 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Switch_v1.xml">
65 <edmx:Include Namespace="Switch"/>
66 </edmx:Reference>
Ed Tanous530520e2019-01-02 13:41:37 -080067 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PCIeSlots_v1.xml">
68 <edmx:Include Namespace="PCIeSlots"/>
69 </edmx:Reference>
Jason M. Billsea4aa752018-06-05 13:29:11 -070070
71 <edmx:DataServices>
72
73 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis">
74 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
75
76 <EntityType Name="Chassis" BaseType="Resource.v1_0_0.Resource" Abstract="true">
77 <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 (like sensors) that operate outside of a system's data plane (meaning the resources are not accessible to software running on the system) are linked either directly or indirectly through this resource."/>
78 <Annotation Term="OData.LongDescription" String="This resource shall be used to represent a chassis or other physical enclosure for a Redfish implementation."/>
79 <Annotation Term="Capabilities.InsertRestrictions">
80 <Record>
81 <PropertyValue Property="Insertable" Bool="false"/>
82 </Record>
83 </Annotation>
84 <Annotation Term="Capabilities.UpdateRestrictions">
85 <Record>
86 <PropertyValue Property="Updatable" Bool="true"/>
87 <Annotation Term="OData.Description" String="A Chassis can be updated to change some properties such as the IndicatorLED."/>
88 </Record>
89 </Annotation>
90 <Annotation Term="Capabilities.DeleteRestrictions">
91 <Record>
92 <PropertyValue Property="Deletable" Bool="false"/>
93 </Record>
94 </Annotation>
Ed Tanous530520e2019-01-02 13:41:37 -080095 <Annotation Term="Redfish.Uris">
96 <Collection>
97 <String>/redfish/v1/Chassis/{ChassisId}</String>
98 </Collection>
99 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700100 </EntityType>
101
102 <Action Name="Reset" IsBound="true">
103 <Parameter Name="Chassis" Type="Chassis.v1_0_0.Actions"/>
104 <Parameter Name="ResetType" Type="Resource.ResetType">
105 <Annotation Term="OData.Description" String="The type of reset to be performed."/>
106 <Annotation Term="OData.LongDescription" String="This parameter shall define the type of reset to be performed. The service may accept a request without the parameter and perform an implementation specific default reset."/>
107 </Parameter>
108 <Annotation Term="OData.Description" String="This action is used to reset the chassis. This action resets the chassis, not Systems or other contained resources, although side effects may occur which affect those resources."/>
109 <Annotation Term="OData.LongDescription" String="This action shall reset the chassis. This action shall not reset Systems or other contained resource, although side effects may occur which affect those resources."/>
110 </Action>
111
112 </Schema>
113
114 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_0_0">
115 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
116
117 <EntityType Name="Chassis" BaseType="Chassis.Chassis">
118 <Property Name="ChassisType" Nullable="false" Type="Chassis.v1_0_0.ChassisType">
119 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
120 <Annotation Term="OData.Description" String="The type of physical form factor of the chassis."/>
121 <Annotation Term="OData.LongDescription" String="ChassisType shall indicate the physical form factor for the type of chassis."/>
122 <Annotation Term="Redfish.Required"/>
123 </Property>
124 <Property Name="Manufacturer" Type="Edm.String">
125 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
126 <Annotation Term="OData.Description" String="The manufacturer of this chassis."/>
127 <Annotation Term="OData.LongDescription" String="The value of this property shall be the name of the organization responsible for producing the chassis. This organization might be the entity from whom the chassis is purchased, but this is not necessarily true."/>
128 </Property>
129 <Property Name="Model" Type="Edm.String">
130 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
131 <Annotation Term="OData.Description" String="The model number of the chassis."/>
132 <Annotation Term="OData.LongDescription" String="The value of this property shall be the name by which the manufacturer generally refers to the chassis."/>
133 </Property>
134 <Property Name="SKU" Type="Edm.String">
135 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
136 <Annotation Term="OData.Description" String="The SKU of the chassis."/>
137 <Annotation Term="OData.LongDescription" String="The value of this property shall be the stock-keeping unit number for this chassis."/>
138 </Property>
139 <Property Name="SerialNumber" Type="Edm.String">
140 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
141 <Annotation Term="OData.Description" String="The serial number of the chassis."/>
142 <Annotation Term="OData.LongDescription" String="The value of this property shall be a manufacturer-allocated number used to identify the chassis."/>
143 </Property>
144 <Property Name="PartNumber" Type="Edm.String">
145 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
146 <Annotation Term="OData.Description" String="The part number of the chassis."/>
147 <Annotation Term="OData.LongDescription" String="The value of this property shall be a part number assigned by the organization that is responsible for producing or manufacturing the chassis."/>
148 </Property>
149 <Property Name="AssetTag" Type="Edm.String">
150 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
151 <Annotation Term="OData.Description" String="The user assigned asset tag of this chassis."/>
152 <Annotation Term="OData.LongDescription" String="The value of this property shall be an identifying string used to track the chassis for inventory purposes."/>
153 </Property>
154 <Property Name="IndicatorLED" Type="Chassis.v1_0_0.IndicatorLED">
155 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
156 <Annotation Term="OData.Description" String="The state of the indicator LED, used to identify the chassis."/>
157 <Annotation Term="OData.LongDescription" String="This value of this property shall contain the indicator light state for the indicator light associated with this system."/>
158 </Property>
159 <Property Name="Links" Type="Chassis.v1_0_0.Links" Nullable="false">
160 <Annotation Term="OData.Description" String="Contains references to other resources that are related to this resource."/>
161 <Annotation Term="OData.LongDescription" String="The Links property, as described by the Redfish Specification, shall contain references to resources that are related to, but not contained by (subordinate to), this resource."/>
162 </Property>
163 <Property Name="Actions" Type="Chassis.v1_0_0.Actions" Nullable="false">
164 <Annotation Term="OData.Description" String="The available actions for this resource."/>
165 <Annotation Term="OData.LongDescription" String="The Actions property shall contain the available actions for this resource."/>
166 </Property>
Ed Tanous530520e2019-01-02 13:41:37 -0800167 <Property Name="Status" Type="Resource.Status" Nullable="false">
168 <Annotation Term="OData.Description" String="This property describes the status and health of the resource and its children."/>
169 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
170 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700171 <NavigationProperty Name="LogServices" Type="LogServiceCollection.LogServiceCollection" ContainsTarget="true" Nullable="false">
172 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
173 <Annotation Term="OData.Description" String="A reference to the logs for this chassis."/>
174 <Annotation Term="OData.LongDescription" String="The value of this property shall be a link to a collection of type LogServiceCollection."/>
175 <Annotation Term="OData.AutoExpandReferences"/>
176 </NavigationProperty>
177 <NavigationProperty Name="Thermal" Type="Thermal.Thermal" ContainsTarget="true" Nullable="false">
178 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
179 <Annotation Term="OData.Description" String="A reference to the thermal properties (fans, cooling, sensors) of this chassis."/>
180 <Annotation Term="OData.LongDescription" String="The value of this property shall be a reference to the resource that represents the thermal characteristics of this chassis and shall be of type Thermal."/>
181 <Annotation Term="OData.AutoExpandReferences"/>
182 </NavigationProperty>
183 <NavigationProperty Name="Power" Type="Power.Power" ContainsTarget="true" Nullable="false">
184 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
185 <Annotation Term="OData.Description" String="A reference to the power properties (power supplies, power policies, sensors) of this chassis."/>
186 <Annotation Term="OData.LongDescription" String="The value of this property shall be a reference to the resource that represents the power characteristics of this chassis and shall be of type Power."/>
187 <Annotation Term="OData.AutoExpandReferences"/>
188 </NavigationProperty>
189 </EntityType>
190
191 <ComplexType Name="Links" BaseType="Resource.Links">
192 <Annotation Term="OData.Description" String="Contains references to other resources that are related to this resource."/>
193 <Annotation Term="OData.LongDescription" String="This type, as described by the Redfish Specification, shall contain references to resources that are related to, but not contained by (subordinate to), this resource."/>
194 <NavigationProperty Name="ComputerSystems" Type="Collection(ComputerSystem.ComputerSystem)">
195 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
196 <Annotation Term="OData.Description" String="An array of references to the computer systems contained in this chassis. This will only reference ComputerSystems that are directly and wholly contained in this chassis."/>
197 <Annotation Term="OData.LongDescription" String="The value of this property shall be a reference to the resource that this physical container is associated with and shall reference a resource of type ComputerSystem. If a ComputerSystem is also referenced in a Chassis that is referenced in a Contains link from this resource, that ComputerSystem shall not be referenced in this Chassis."/>
198 <Annotation Term="OData.AutoExpandReferences"/>
199 </NavigationProperty>
200 <NavigationProperty Name="ManagedBy" Type="Collection(Manager.Manager)">
201 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
202 <Annotation Term="OData.Description" String="An array of references to the Managers responsible for managing this chassis."/>
203 <Annotation Term="OData.LongDescription" String="The value of this property shall be a reference to the resource that manages this chassis and shall reference a resource of type Manager."/>
204 <Annotation Term="OData.AutoExpandReferences"/>
205 </NavigationProperty>
206 <NavigationProperty Name="ContainedBy" Type="Chassis.Chassis" Nullable="false">
207 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
208 <Annotation Term="OData.Description" String="A reference to the chassis that this chassis is contained by."/>
209 <Annotation Term="OData.LongDescription" String="The value of this property shall be a reference to the resource that represents the chassis that contains this chassis and shall be of type Chassis."/>
210 <Annotation Term="OData.AutoExpandReferences"/>
211 </NavigationProperty>
212 <NavigationProperty Name="Contains" Type="Collection(Chassis.Chassis)">
213 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
214 <Annotation Term="OData.Description" String="An array of references to any other chassis that this chassis has in it."/>
215 <Annotation Term="OData.LongDescription" String="The value of this property shall be a reference to the resource that represents the chassis that this chassis contains and shall be of type Chassis."/>
216 <Annotation Term="OData.AutoExpandReferences"/>
217 </NavigationProperty>
218 <NavigationProperty Name="PoweredBy" Type="Collection(Resource.Item)">
219 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
220 <Annotation Term="OData.Description" String="An array of ID[s] of resources that power this chassis. Normally the ID will be a chassis or a specific set of Power Supplies."/>
221 <Annotation Term="OData.LongDescription" String="The value of this property shall be an array of IDs containing pointers consistent with JSON pointer syntax to the resource that powers this chassis."/>
222 <Annotation Term="OData.AutoExpandReferences"/>
223 </NavigationProperty>
224 <NavigationProperty Name="CooledBy" Type="Collection(Resource.Item)">
225 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
226 <Annotation Term="OData.Description" String="An array of ID[s] of resources that cool this chassis. Normally the ID will be a chassis or a specific set of fans."/>
227 <Annotation Term="OData.LongDescription" String="The value of this property shall be an array of IDs containing pointers consistent with JSON pointer syntax to the resource that cools this chassis."/>
228 <Annotation Term="OData.AutoExpandReferences"/>
229 </NavigationProperty>
230 </ComplexType>
231
232 <ComplexType Name="Actions">
233 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
234 <Annotation Term="OData.Description" String="The available actions for this resource."/>
235 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800236 <Property Name="Oem" Type="Chassis.v1_0_0.OemActions" Nullable="false">
237 <Annotation Term="OData.Description" String="This property contains the available OEM specific actions for this resource."/>
238 <Annotation Term="OData.LongDescription" String="This property shall contain any additional OEM actions for this resource."/>
239 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700240 </ComplexType>
241
242 <ComplexType Name="OemActions">
243 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
244 <Annotation Term="OData.Description" String="The available OEM specific actions for this resource."/>
245 <Annotation Term="OData.LongDescription" String="This type shall contain any additional OEM actions for this resource."/>
246 </ComplexType>
247
248 <EnumType Name="ChassisType">
249 <Member Name="Rack">
250 <Annotation Term="OData.Description" String="An equipment rack, typically a 19-inch wide freestanding unit."/>
251 </Member>
252 <Member Name="Blade">
253 <Annotation Term="OData.Description" String="An enclosed or semi-enclosed, typically vertically-oriented, system chassis which must be plugged into a multi-system chassis to function normally."/>
254 </Member>
255 <Member Name="Enclosure">
256 <Annotation Term="OData.Description" String="A generic term for a chassis that does not fit any other description."/>
257 </Member>
258 <Member Name="StandAlone">
259 <Annotation Term="OData.Description" String="A single, free-standing system, commonly called a tower or desktop chassis."/>
260 </Member>
261 <Member Name="RackMount">
262 <Annotation Term="OData.Description" String="A single system chassis designed specifically for mounting in an equipment rack."/>
263 </Member>
264 <Member Name="Card">
265 <Annotation Term="OData.Description" String="A loose device or circuit board intended to be installed in a system or other enclosure."/>
266 </Member>
267 <Member Name="Cartridge">
268 <Annotation Term="OData.Description" String="A small self-contained system intended to be plugged into a multi-system chassis."/>
269 </Member>
270 <Member Name="Row">
271 <Annotation Term="OData.Description" String="A collection of equipment racks."/>
272 </Member>
273 <Member Name="Pod">
274 <Annotation Term="OData.Description" String="A collection of equipment racks in a large, likely transportable, container."/>
275 </Member>
276 <Member Name="Expansion">
277 <Annotation Term="OData.Description" String="A chassis which expands the capabilities or capacity of another chassis."/>
278 </Member>
279 <Member Name="Sidecar">
280 <Annotation Term="OData.Description" String="A chassis that mates mechanically with another chassis to expand its capabilities or capacity."/>
281 </Member>
282 <Member Name="Zone">
283 <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."/>
284 </Member>
285 <Member Name="Sled">
286 <Annotation Term="OData.Description" String="An enclosed or semi-enclosed, system chassis which must be plugged into a multi-system chassis to function normally similar to a blade type chassis."/>
287 </Member>
288 <Member Name="Shelf">
289 <Annotation Term="OData.Description" String="An enclosed or semi-enclosed, typically horizontally-oriented, system chassis which must be plugged into a multi-system chassis to function normally."/>
290 </Member>
291 <Member Name="Drawer">
292 <Annotation Term="OData.Description" String="An enclosed or semi-enclosed, typically horizontally-oriented, system chassis which may be slid into a multi-system chassis."/>
293 </Member>
294 <Member Name="Module">
295 <Annotation Term="OData.Description" String="A small, typically removable, chassis or card which contains devices for a particular subsystem or function."/>
296 </Member>
297 <Member Name="Component">
298 <Annotation Term="OData.Description" String="A small chassis, card, or device which contains devices for a particular subsystem or function."/>
299 </Member>
300 <Member Name="IPBasedDrive">
301 <Annotation Term="OData.Description" String="A chassis in a drive form factor with IP-based network connections."/>
302 </Member>
303 <Member Name="RackGroup">
304 <Annotation Term="OData.Description" String="A group of racks which form a single entity or share infrastructure."/>
305 </Member>
306 <Member Name="StorageEnclosure">
307 <Annotation Term="OData.Description" String="A chassis which encloses storage."/>
308 </Member>
309 <Member Name="Other">
310 <Annotation Term="OData.Description" String="A chassis that does not fit any of these definitions."/>
311 </Member>
312 </EnumType>
313
314 <!-- These are all supported LED statuses. -->
315 <EnumType Name="IndicatorLED">
316 <Member Name="Unknown">
317 <Annotation Term="OData.Description" String="The state of the Indicator LED cannot be determined."/>
318 <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 HTTP 400 (Bad Request)."/>
319 <Annotation Term="Redfish.Deprecated" String="This value has been Deprecated in favor of returning null if the state is unknown."/>
320 </Member>
321 <Member Name="Lit">
322 <Annotation Term="OData.Description" String="The Indicator LED is lit."/>
323 <Annotation Term="OData.LongDescription" String="This value shall represent the Indicator LED is in a solid on state. If this value is not supported by the service, the service shall reject PATCH or PUT requests containing this value by returning HTTP 400 (Bad Request)."/>
324 </Member>
325 <Member Name="Blinking">
326 <Annotation Term="OData.Description" String="The Indicator LED is blinking."/>
327 <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 this value is not supported by the service, the service shall reject PATCH or PUT requests containing this value by returning HTTP 400 (Bad Request)."/>
328 </Member>
329 <Member Name="Off">
330 <Annotation Term="OData.Description" String="The Indicator LED is off."/>
331 <Annotation Term="OData.LongDescription" String="This value shall represent the Indicator LED is in a solid off state. If this value is not supported by the service, the service shall reject PATCH or PUT requests containing this value by returning HTTP 400 (Bad Request)."/>
332 </Member>
333 </EnumType>
334
335 </Schema>
336
337 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_0_1">
338 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
339
340 <EntityType Name="Chassis" BaseType="Chassis.v1_0_0.Chassis">
341 <Property Name="PowerState" Type="Chassis.v1_0_1.PowerState">
342 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
343 <Annotation Term="OData.Description" String="The current power state of the chassis."/>
344 <Annotation Term="OData.LongDescription" String="The value of this property shall contain the power state of the chassis."/>
345 </Property>
346 </EntityType>
347
348 <EnumType Name="PowerState">
349 <Member Name="On">
350 <Annotation Term="OData.Description" String="The components within the chassis has power on."/>
351 </Member>
352 <Member Name="Off">
353 <Annotation Term="OData.Description" String="The components within the chassis has no power, except some components may continue to have AUX power such as management controller."/>
354 </Member>
355 <Member Name="PoweringOn">
356 <Annotation Term="OData.Description" String="A temporary state between Off and On. The components within the chassis can take time to process the power on action."/>
357 </Member>
358 <Member Name="PoweringOff">
359 <Annotation Term="OData.Description" String="A temporary state between On and Off. The components within the chassis can take time to process the power off action."/>
360 </Member>
361 </EnumType>
362
363 </Schema>
364
365 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_0_2">
366 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
367 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
368 <EntityType Name="Chassis" BaseType="Chassis.v1_0_1.Chassis"/>
369 </Schema>
370
371 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_0_3">
372 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
373 <Annotation Term="OData.Description" String="This version was created to add explicit Permissions annotations to all properties for clarity."/>
374 <EntityType Name="Chassis" BaseType="Chassis.v1_0_2.Chassis"/>
375 </Schema>
376
377 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_0_4">
378 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
379 <Annotation Term="OData.Description" String="This version was created to remove the Nullable facet on NavigationProperties of type Collection and to use Redfish.Deprecated on certain enum values."/>
380 <EntityType Name="Chassis" BaseType="Chassis.v1_0_3.Chassis"/>
381 </Schema>
382
383 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_0_5">
384 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
385 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
386 <EntityType Name="Chassis" BaseType="Chassis.v1_0_4.Chassis"/>
387 </Schema>
388
389 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_0_6">
390 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
391 <Annotation Term="OData.Description" String="This version was created to correct the Descriptions and LongDescriptions used in the defined Actions."/>
392 <EntityType Name="Chassis" BaseType="Chassis.v1_0_5.Chassis"/>
393 </Schema>
394
Ed Tanous530520e2019-01-02 13:41:37 -0800395 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_0_7">
396 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
397 <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."/>
398 <EntityType Name="Chassis" BaseType="Chassis.v1_0_6.Chassis"/>
399 </Schema>
400
Jason M. Billsea4aa752018-06-05 13:29:11 -0700401 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_1_0">
402 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
403
404 <EntityType Name="Chassis" BaseType="Chassis.v1_0_2.Chassis">
405 <Property Name="PhysicalSecurity" Type="Chassis.v1_1_0.PhysicalSecurity" Nullable="false">
406 <Annotation Term="OData.Description" String="The state of the physical security sensor."/>
407 <Annotation Term="OData.LongDescription" String="This value of this property shall contain the sensor state of the physical security."/>
408 </Property>
409 </EntityType>
410
411 <ComplexType Name="PhysicalSecurity">
412 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
413 <Annotation Term="OData.Description" String="The state of the physical security sensor."/>
414 <Annotation Term="OData.LongDescription" String="This type shall describe the sensor state of the physical security."/>
415 <Property Name="IntrusionSensorNumber" Type="Edm.Int64">
416 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
417 <Annotation Term="OData.Description" String="A numerical identifier to represent the physical security sensor."/>
418 <Annotation Term="OData.LongDescription" String="The value of this property shall be a numerical identifier for this physical security sensor that is unique within this resource."/>
419 </Property>
420 <Property Name="IntrusionSensor" Type="Chassis.v1_1_0.IntrusionSensor">
421 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
422 <Annotation Term="OData.Description" String="This indicates the known state of the physical security sensor, such as if it is hardware intrusion detected."/>
423 <Annotation Term="OData.LongDescription" String="This property shall represent the state of this physical security sensor. Hardware intrusion indicates the internal hardware is detected as being accessed in an insecure state. Tampering detected indicates the physical tampering of the monitored entity is detected."/>
424 </Property>
425 <Property Name="IntrusionSensorReArm" Type="Chassis.v1_1_0.IntrusionSensorReArm">
426 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
427 <Annotation Term="OData.Description" String="This indicates how the Normal state to be restored."/>
428 <Annotation Term="OData.LongDescription" String="This property shall represent the method to set back to the Normal statue of this physical security sensor. Manual indicates manual re-arm is needed. Automatic indicates the state is restored automatically as no abnormal physical security conditions are detected."/>
429 </Property>
430 </ComplexType>
431
432 <EnumType Name="IntrusionSensor">
433 <Member Name="Normal">
434 <Annotation Term="OData.Description" String="No abnormal physical security conditions are detected at this time."/>
435 </Member>
436 <Member Name="HardwareIntrusion">
437 <Annotation Term="OData.Description" String="A door, lock, or other mechanism protecting the internal system hardware from being accessed is detected as being in an insecure state."/>
438 </Member>
439 <Member Name="TamperingDetected">
440 <Annotation Term="OData.Description" String="Physical tampering of the monitored entity is detected."/>
441 </Member>
442 </EnumType>
443
444 <EnumType Name="IntrusionSensorReArm">
445 <Member Name="Manual">
446 <Annotation Term="OData.Description" String="This sensor would be restored to the Normal state by a manual re-arm."/>
447 </Member>
448 <Member Name="Automatic">
449 <Annotation Term="OData.Description" String="This sensor would be restored to the Normal state automatically as no abnormal physical security conditions are detected."/>
450 </Member>
451 </EnumType>
452 </Schema>
453
454 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_1_2">
455 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
456 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
457 <EntityType Name="Chassis" BaseType="Chassis.v1_1_0.Chassis"/>
458 </Schema>
459
460 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_1_3">
461 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
462 <Annotation Term="OData.Description" String="This version was created to add explicit Permissions annotations to all properties for clarity."/>
463 <EntityType Name="Chassis" BaseType="Chassis.v1_1_2.Chassis"/>
464 </Schema>
465
466 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_1_4">
467 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
468 <Annotation Term="OData.Description" String="This version was created to remove the Nullable facet on NavigationProperties of type Collection and to use Redfish.Deprecated on certain enum values."/>
469 <EntityType Name="Chassis" BaseType="Chassis.v1_1_3.Chassis"/>
470 </Schema>
471
472 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_1_5">
473 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
474 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
475 <EntityType Name="Chassis" BaseType="Chassis.v1_1_4.Chassis"/>
476 </Schema>
477
478 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_1_6">
479 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
480 <Annotation Term="OData.Description" String="This version was created to correct the Descriptions and LongDescriptions used in the defined Actions."/>
481 <EntityType Name="Chassis" BaseType="Chassis.v1_1_5.Chassis"/>
482 </Schema>
483
Ed Tanous530520e2019-01-02 13:41:37 -0800484 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_1_7">
485 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
486 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number."/>
487 <EntityType Name="Chassis" BaseType="Chassis.v1_1_6.Chassis"/>
488 </Schema>
489
Jason M. Billsea4aa752018-06-05 13:29:11 -0700490 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_2_0">
491 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
492 <EntityType Name="Chassis" BaseType="Chassis.v1_1_2.Chassis">
Ed Tanous530520e2019-01-02 13:41:37 -0800493 <Property Name="Location" Type="Resource.Location" Nullable="false">
494 <Annotation Term="OData.Description" String="The Location of the chassis."/>
495 <Annotation Term="OData.LongDescription" String="This property shall contain location information of the associated chassis."/>
496 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700497 </EntityType>
498
499 <ComplexType Name="Links" BaseType="Chassis.v1_0_0.Links">
500 <NavigationProperty Name="ManagersInChassis" Type="Collection(Manager.Manager)">
501 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
502 <Annotation Term="OData.Description" String="An array of references to the managers located in this Chassis."/>
503 <Annotation Term="OData.LongDescription" String="The value of this property shall reference one or more resources of type Manager that are in this Chassis."/>
504 <Annotation Term="OData.AutoExpandReferences"/>
505 </NavigationProperty>
506 <NavigationProperty Name="Drives" Type="Collection(Drive.Drive)">
507 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
508 <Annotation Term="OData.Description" String="An array of references to the disk drives located in this Chassis."/>
509 <Annotation Term="OData.LongDescription" String="The value of this property shall reference one or more resources of type Drive that are in this Chassis."/>
510 <Annotation Term="OData.AutoExpandReferences"/>
511 </NavigationProperty>
512 <NavigationProperty Name="Storage" Type="Collection(Storage.Storage)">
513 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
514 <Annotation Term="OData.Description" String="An array of references to the storage subsystems connected to or inside this Chassis."/>
515 <Annotation Term="OData.LongDescription" String="The value of this property shall reference one or more resources of type Storage that are connected to or contained inside this Chassis."/>
516 <Annotation Term="OData.AutoExpandReferences"/>
517 </NavigationProperty>
518 </ComplexType>
519 </Schema>
520
521 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_2_1">
522 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
523 <Annotation Term="OData.Description" String="This version was created to add explicit Permissions annotations to all properties for clarity."/>
524 <EntityType Name="Chassis" BaseType="Chassis.v1_2_0.Chassis"/>
525 </Schema>
526
527 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_2_2">
528 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
529 <Annotation Term="OData.Description" String="This version was created to remove the Nullable facet on NavigationProperties of type Collection and to use Redfish.Deprecated on certain enum values."/>
530 <EntityType Name="Chassis" BaseType="Chassis.v1_2_1.Chassis"/>
531 </Schema>
532
533 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_2_3">
534 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
535 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
536 <EntityType Name="Chassis" BaseType="Chassis.v1_2_2.Chassis"/>
537 </Schema>
538
539 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_2_4">
540 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
541 <Annotation Term="OData.Description" String="This version was created to change references to Location to be its abstract base type. It was also created to correct the Descriptions and LongDescriptions used in the defined Actions."/>
542 <EntityType Name="Chassis" BaseType="Chassis.v1_2_3.Chassis"/>
543 </Schema>
544
Ed Tanous530520e2019-01-02 13:41:37 -0800545 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_2_5">
546 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
547 <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."/>
548 <EntityType Name="Chassis" BaseType="Chassis.v1_2_4.Chassis"/>
549 </Schema>
550
Jason M. Billsea4aa752018-06-05 13:29:11 -0700551 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_3_0">
552 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
553 <Annotation Term="OData.Description" String="This version was created to show the ChassisType enumerated list was updated."/>
554 <EntityType Name="Chassis" BaseType="Chassis.v1_2_0.Chassis"/>
555 </Schema>
556
557 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_3_1">
558 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
559 <Annotation Term="OData.Description" String="This version was created to add explicit Permissions annotations to all properties for clarity."/>
560 <EntityType Name="Chassis" BaseType="Chassis.v1_3_0.Chassis"/>
561 </Schema>
562
563 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_3_2">
564 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
565 <Annotation Term="OData.Description" String="This version was created to remove the Nullable facet on NavigationProperties of type Collection and to use Redfish.Deprecated on certain enum values."/>
566 <EntityType Name="Chassis" BaseType="Chassis.v1_3_1.Chassis"/>
567 </Schema>
568
569 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_3_3">
570 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
571 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
572 <EntityType Name="Chassis" BaseType="Chassis.v1_3_2.Chassis"/>
573 </Schema>
574
575 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_3_4">
576 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
577 <Annotation Term="OData.Description" String="This version was created to change references to Location to be its abstract base type. It was also created to correct the Descriptions and LongDescriptions used in the defined Actions."/>
578 <EntityType Name="Chassis" BaseType="Chassis.v1_3_3.Chassis"/>
579 </Schema>
580
Ed Tanous530520e2019-01-02 13:41:37 -0800581 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_3_5">
582 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
583 <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."/>
584 <EntityType Name="Chassis" BaseType="Chassis.v1_3_4.Chassis"/>
585 </Schema>
586
Jason M. Billsea4aa752018-06-05 13:29:11 -0700587 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_4_0">
588 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
589 <EntityType Name="Chassis" BaseType="Chassis.v1_3_1.Chassis">
590 <Property Name="HeightMm" Type="Edm.Decimal">
591 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
592 <Annotation Term="OData.Description" String="The height of the chassis."/>
593 <Annotation Term="OData.LongDescription" String="The value of this property shall represent the height of the chassis (in millimeters) as specified by the manufacturer."/>
594 <Annotation Term="Validation.Minimum" Int="0"/>
595 <Annotation Term="Measures.Unit" String="mm"/>
596 </Property>
597 <Property Name="WidthMm" Type="Edm.Decimal">
598 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
599 <Annotation Term="OData.Description" String="The width of the chassis."/>
600 <Annotation Term="OData.LongDescription" String="The value of this property shall represent the width of the chassis (in millimeters) as specified by the manufacturer."/>
601 <Annotation Term="Validation.Minimum" Int="0"/>
602 <Annotation Term="Measures.Unit" String="mm"/>
603 </Property>
604 <Property Name="DepthMm" Type="Edm.Decimal">
605 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
606 <Annotation Term="OData.Description" String="The depth of the chassis."/>
607 <Annotation Term="OData.LongDescription" String="The value of this property shall represent the depth (length) of the chassis (in millimeters) as specified by the manufacturer."/>
608 <Annotation Term="Validation.Minimum" Int="0"/>
609 <Annotation Term="Measures.Unit" String="mm"/>
610 </Property>
611 <Property Name="WeightKg" Type="Edm.Decimal">
612 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
613 <Annotation Term="OData.Description" String="The weight of the chassis."/>
614 <Annotation Term="OData.LongDescription" String="The value of this property shall represent the published mass (commonly referred to as weight) of the chassis (in kilograms)."/>
615 <Annotation Term="Validation.Minimum" Int="0"/>
616 <Annotation Term="Measures.Unit" String="kg"/>
617 </Property>
618 <NavigationProperty Name="NetworkAdapters" Type="NetworkAdapterCollection.NetworkAdapterCollection" ContainsTarget="true" Nullable="false">
619 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
620 <Annotation Term="OData.Description" String="A reference to the collection of Network Adapters associated with this chassis."/>
621 <Annotation Term="OData.LongDescription" String="The value of this property shall be a link to a collection of type NetworkAdapterCollection."/>
622 <Annotation Term="OData.AutoExpandReferences"/>
623 </NavigationProperty>
624 </EntityType>
625
626 <ComplexType Name="Links" BaseType="Chassis.v1_2_0.Links">
627 <NavigationProperty Name="PCIeDevices" Type="Collection(PCIeDevice.PCIeDevice)">
628 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
629 <Annotation Term="OData.Description" String="An array of references to the PCIe Devices located in this Chassis."/>
630 <Annotation Term="OData.LongDescription" String="The value of this property shall reference one or more resources of type PCIeDevices."/>
631 <Annotation Term="OData.AutoExpandReferences"/>
632 </NavigationProperty>
633 </ComplexType>
634 </Schema>
635
636 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_4_1">
637 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
638 <Annotation Term="OData.Description" String="This version was created to remove the Nullable facet on NavigationProperties of type Collection and to use Redfish.Deprecated on certain enum values."/>
639 <EntityType Name="Chassis" BaseType="Chassis.v1_4_0.Chassis"/>
640 </Schema>
641
642 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_4_2">
643 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
644 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
645 <EntityType Name="Chassis" BaseType="Chassis.v1_4_1.Chassis"/>
646 </Schema>
647
648 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_4_3">
649 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
650 <Annotation Term="OData.Description" String="This version was created to change references to Location to be its abstract base type. It was also created to correct the Descriptions and LongDescriptions used in the defined Actions."/>
651 <EntityType Name="Chassis" BaseType="Chassis.v1_4_2.Chassis"/>
652 </Schema>
653
Ed Tanous530520e2019-01-02 13:41:37 -0800654 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_4_4">
655 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
656 <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."/>
657 <EntityType Name="Chassis" BaseType="Chassis.v1_4_3.Chassis"/>
658 </Schema>
659
Jason M. Billsea4aa752018-06-05 13:29:11 -0700660 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_5_0">
661 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
662 <EntityType Name="Chassis" BaseType="Chassis.v1_4_1.Chassis"/>
663
664 <ComplexType Name="Links" BaseType="Chassis.v1_4_0.Links">
665 <NavigationProperty Name="ResourceBlocks" Type="Collection(ResourceBlock.ResourceBlock)">
666 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
667 <Annotation Term="OData.Description" String="An array of references to the Resource Blocks located in this Chassis."/>
668 <Annotation Term="OData.LongDescription" String="The value of this property shall be an array of references of type ResourceBlock that are contained in this Chassis."/>
669 <Annotation Term="OData.AutoExpandReferences"/>
670 </NavigationProperty>
671 </ComplexType>
672 </Schema>
673
674 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_5_1">
675 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
676 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
677 <EntityType Name="Chassis" BaseType="Chassis.v1_5_0.Chassis"/>
678 </Schema>
679
680 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_5_2">
681 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
682 <Annotation Term="OData.Description" String="This version was created to change references to Location to be its abstract base type. It was also created to correct the Descriptions and LongDescriptions used in the defined Actions."/>
683 <EntityType Name="Chassis" BaseType="Chassis.v1_5_1.Chassis"/>
684 </Schema>
685
Ed Tanous530520e2019-01-02 13:41:37 -0800686 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_5_3">
687 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
688 <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."/>
689 <EntityType Name="Chassis" BaseType="Chassis.v1_5_2.Chassis"/>
690 </Schema>
691
Jason M. Billsea4aa752018-06-05 13:29:11 -0700692 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_6_0">
693 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
694 <Annotation Term="OData.Description" String="This version was created to add a link to an Assembly resource."/>
695 <EntityType Name="Chassis" BaseType="Chassis.v1_5_2.Chassis">
696 <NavigationProperty Name="Assembly" Type="Assembly.Assembly" ContainsTarget="true" Nullable="false">
697 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
698 <Annotation Term="OData.Description" String="A reference to the Assembly resource associated with this chassis."/>
699 <Annotation Term="OData.LongDescription" String="The value of this property shall be a link to a resource of type Assembly."/>
700 <Annotation Term="OData.AutoExpandReferences"/>
701 </NavigationProperty>
702 </EntityType>
703 </Schema>
704
Ed Tanous530520e2019-01-02 13:41:37 -0800705 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_6_1">
706 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
707 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number."/>
708 <EntityType Name="Chassis" BaseType="Chassis.v1_6_0.Chassis"/>
709 </Schema>
710
Jason M. Billsea4aa752018-06-05 13:29:11 -0700711 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_7_0">
712 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
713 <EntityType Name="Chassis" BaseType="Chassis.v1_6_0.Chassis">
714 <Property Name="UUID" Type="Resource.UUID">
715 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
716 <Annotation Term="OData.Description" String="The Universal Unique Identifier (UUID) for this Chassis."/>
717 <Annotation Term="OData.LongDescription" String="The value of this property shall contain the universal unique identifier number for the chassis."/>
718 </Property>
719 </EntityType>
720
721 <ComplexType Name="Links" BaseType="Chassis.v1_5_0.Links">
722 <NavigationProperty Name="Switches" Type="Collection(Switch.Switch)">
723 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
724 <Annotation Term="OData.Description" String="An array of references to the Switches located in this Chassis."/>
725 <Annotation Term="OData.LongDescription" String="The value of this property shall be an array of references of type Switch that are contained in this Chassis."/>
726 <Annotation Term="OData.AutoExpandReferences"/>
727 </NavigationProperty>
728 </ComplexType>
729 </Schema>
730
Ed Tanous530520e2019-01-02 13:41:37 -0800731 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_7_1">
732 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
733 <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."/>
734 <EntityType Name="Chassis" BaseType="Chassis.v1_7_0.Chassis"/>
735 </Schema>
736
737 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Chassis.v1_8_0">
738 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
739 <EntityType Name="Chassis" BaseType="Chassis.v1_7_1.Chassis">
740 <NavigationProperty Name="PCIeSlots" Type="PCIeSlots.PCIeSlots" ContainsTarget="true" Nullable="false">
741 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
742 <Annotation Term="OData.Description" String="A reference to the PCIe Slot properties of this chassis."/>
743 <Annotation Term="OData.LongDescription" String="The value of this property shall be a reference to the resource that represents the PCIe Slot information for this chassis and shall be of type PCIeSlot."/>
744 <Annotation Term="OData.AutoExpandReferences"/>
745 </NavigationProperty>
746 </EntityType>
747 </Schema>
748
Jason M. Billsea4aa752018-06-05 13:29:11 -0700749 </edmx:DataServices>
750</edmx:Edmx>