blob: ab78681356948b0b7f4dd75a79c73d49c56c32bb [file] [log] [blame]
Jason M. Billsea4aa752018-06-05 13:29:11 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
Gunnar Mills6f44b752020-02-06 16:50:51 -06003<!--################################################################################ -->
Gunnar Mills9d424662021-09-22 21:56:16 -05004<!--# Redfish Schema: Drive v1.13.0 -->
Gunnar Mills6f44b752020-02-06 16:50:51 -06005<!--# -->
6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle, -->
7<!--# available at http://www.dmtf.org/standards/redfish -->
Gunnar Mills10f270b2021-05-19 15:34:06 -05008<!--# Copyright 2014-2021 DMTF in cooperation with the Storage Networking Industry Association (SNIA). -->
Gunnar Mills6f44b752020-02-06 16:50:51 -06009<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10<!--################################################################################ -->
Jason M. Billsea4aa752018-06-05 13:29:11 -070011<!---->
12<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
13
14 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
15 <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
16 </edmx:Reference>
17 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
18 <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
19 </edmx:Reference>
20 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
21 <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
22 </edmx:Reference>
23 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
24 <edmx:Include Namespace="Resource"/>
25 <edmx:Include Namespace="Resource.v1_0_0"/>
26 </edmx:Reference>
27 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml">
28 <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/>
29 </edmx:Reference>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060030 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/swordfish/v1/Volume_v1.xml">
Jason M. Billsea4aa752018-06-05 13:29:11 -070031 <edmx:Include Namespace="Volume"/>
32 </edmx:Reference>
33 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Endpoint_v1.xml">
34 <edmx:Include Namespace="Endpoint"/>
35 </edmx:Reference>
36 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Chassis_v1.xml">
37 <edmx:Include Namespace="Chassis"/>
38 </edmx:Reference>
39 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Assembly_v1.xml">
40 <edmx:Include Namespace="Assembly"/>
41 </edmx:Reference>
42 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Protocol_v1.xml">
43 <edmx:Include Namespace="Protocol"/>
44 </edmx:Reference>
45 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Task_v1.xml">
46 <edmx:Include Namespace="Task"/>
47 </edmx:Reference>
Ed Tanouscb103132019-10-08 11:34:22 -070048 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PCIeFunction_v1.xml">
49 <edmx:Include Namespace="PCIeFunction"/>
50 </edmx:Reference>
Gunnar Mills6f44b752020-02-06 16:50:51 -060051 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/swordfish/v1/StoragePool_v1.xml">
52 <edmx:Include Namespace="StoragePool"/>
53 </edmx:Reference>
Gunnar Mills262d7d42021-01-20 16:28:41 -060054 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/EnvironmentMetrics_v1.xml">
55 <edmx:Include Namespace="EnvironmentMetrics"/>
56 </edmx:Reference>
57 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/CertificateCollection_v1.xml">
58 <edmx:Include Namespace="CertificateCollection"/>
59 </edmx:Reference>
60 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/SoftwareInventory_v1.xml">
61 <edmx:Include Namespace="SoftwareInventory"/>
62 </edmx:Reference>
Gunnar Mills9d424662021-09-22 21:56:16 -050063 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Storage_v1.xml">
64 <edmx:Include Namespace="Storage"/>
65 </edmx:Reference>
Jason M. Billsea4aa752018-06-05 13:29:11 -070066
67 <edmx:DataServices>
68
69 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive">
70 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
71
72 <EntityType Name="Drive" BaseType="Resource.v1_0_0.Resource" Abstract="true">
Ed Tanouscb103132019-10-08 11:34:22 -070073 <Annotation Term="OData.Description" String="The Drive schema represents a single physical drive for a system, including links to associated volumes."/>
Gunnar Millsa778c022020-05-12 12:20:36 -050074 <Annotation Term="OData.LongDescription" String="This resource shall represent a drive or other physical storage medium for a Redfish implementation."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070075 <Annotation Term="Capabilities.InsertRestrictions">
76 <Record>
77 <PropertyValue Property="Insertable" Bool="false"/>
78 </Record>
79 </Annotation>
80 <Annotation Term="Capabilities.UpdateRestrictions">
81 <Record>
82 <PropertyValue Property="Updatable" Bool="true"/>
Ed Tanouscb103132019-10-08 11:34:22 -070083 <Annotation Term="OData.Description" String="Writable properties, such as IndicatorLED, can be updated for drives."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070084 </Record>
85 </Annotation>
86 <Annotation Term="Capabilities.DeleteRestrictions">
87 <Record>
88 <PropertyValue Property="Deletable" Bool="false"/>
89 </Record>
90 </Annotation>
Ed Tanous530520e2019-01-02 13:41:37 -080091 <Annotation Term="Redfish.Uris">
92 <Collection>
93 <String>/redfish/v1/Systems/{ComputerSystemId}/Storage/{StorageId}/Drives/{DriveId}</String>
94 <String>/redfish/v1/Chassis/{ChassisId}/Drives/{DriveId}</String>
95 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Drives/{DriveId}</String>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060096 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Drives/{DriveId}</String>
Ed Tanous530520e2019-01-02 13:41:37 -080097 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Drives/{DriveId}</String>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060098 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Drives/{DriveId}</String>
99 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Drives/{DriveId}</String>
100 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Drives/{DriveId}</String>
Ed Tanous530520e2019-01-02 13:41:37 -0800101 </Collection>
102 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700103 </EntityType>
104
105 <Action Name="SecureErase" IsBound="true">
Ed Tanouscb103132019-10-08 11:34:22 -0700106 <Annotation Term="OData.Description" String="This action securely erases the contents of the drive."/>
107 <Annotation Term="OData.LongDescription" String="This action shall securely erase the drive."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500108 <Parameter Name="Drive" Type="Drive.v1_0_0.Actions"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700109 </Action>
110
Ed Tanouscb103132019-10-08 11:34:22 -0700111 <Action Name="Reset" IsBound="true">
Gunnar Mills844b4152020-06-22 12:44:09 -0500112 <Annotation Term="OData.Description" String="This action resets this drive."/>
113 <Annotation Term="OData.LongDescription" String="This action shall reset this drive."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700114 <Parameter Name="Drive" Type="Drive.v1_0_0.Actions"/>
115 <Parameter Name="ResetType" Type="Resource.ResetType">
116 <Annotation Term="OData.Description" String="The type of reset."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500117 <Annotation Term="OData.LongDescription" String="This parameter shall contain the type of reset. The service can accept a request without the parameter and perform an implementation specific default reset."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700118 </Parameter>
Ed Tanouscb103132019-10-08 11:34:22 -0700119 <Annotation Term="Redfish.Revisions">
120 <Collection>
121 <Record>
122 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
123 <PropertyValue Property="Version" String="v1_7_0"/>
124 </Record>
125 </Collection>
126 </Annotation>
127 </Action>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700128 </Schema>
129
130 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_0">
131 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600132 <Annotation Term="Redfish.Release" String="2016.1"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700133
134 <EntityType Name="Drive" BaseType="Drive.Drive">
135 <Property Name="StatusIndicator" Type="Drive.v1_0_0.StatusIndicator">
136 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700137 <Annotation Term="OData.Description" String="The state of the status indicator, which communicates status information about this drive."/>
138 <Annotation Term="OData.LongDescription" String="This property shall contain the status indicator state for the status indicator associated with this drive. The Redfish.AllowableValues annotation specifies the valid values for this property."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700139 </Property>
140 <Property Name="IndicatorLED" Type="Resource.IndicatorLED">
141 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700142 <Annotation Term="OData.Description" String="The state of the indicator LED, that identifies the drive."/>
143 <Annotation Term="OData.LongDescription" String="This property shall contain the state for the indicator light associated with this drive."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500144 <Annotation Term="Redfish.Revisions">
145 <Collection>
146 <Record>
147 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
148 <PropertyValue Property="Version" String="v1_11_0"/>
149 <PropertyValue Property="Description" String="This property has been deprecated in favor of the LocationIndicatorActive property."/>
150 </Record>
151 </Collection>
152 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700153 </Property>
154 <Property Name="Model" Type="Edm.String">
155 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700156 <Annotation Term="OData.Description" String="The model number for the drive."/>
157 <Annotation Term="OData.LongDescription" String="This property shall contain the name by which the manufacturer generally refers to the drive."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700158 </Property>
159 <Property Name="Revision" Type="Edm.String">
160 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700161 <Annotation Term="OData.Description" String="The revision of this drive. This is typically the firmware or hardware version of the drive."/>
162 <Annotation Term="OData.LongDescription" String="This property shall contain the manufacturer-defined revision for the associated drive."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700163 </Property>
Ed Tanous530520e2019-01-02 13:41:37 -0800164 <Property Name="Status" Type="Resource.Status" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500165 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
166 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800167 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700168 <Property Name="CapacityBytes" Type="Edm.Int64">
169 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700170 <Annotation Term="OData.Description" String="The size, in bytes, of this drive."/>
171 <Annotation Term="OData.LongDescription" String="This property shall contain the raw size, in bytes, of the associated drive."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700172 <Annotation Term="Measures.Unit" String="By"/>
173 </Property>
174 <Property Name="FailurePredicted" Type="Edm.Boolean">
175 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700176 <Annotation Term="OData.Description" String="An indication of whether this drive currently predicts a failure in the near future."/>
177 <Annotation Term="OData.LongDescription" String="This property shall indicate whether this drive currently predicts a manufacturer-defined failure."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700178 </Property>
179 <Property Name="Protocol" Type="Protocol.Protocol">
180 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700181 <Annotation Term="OData.Description" String="The protocol that this drive currently uses to communicate to the storage controller."/>
182 <Annotation Term="OData.LongDescription" String="This property shall contain the protocol that the associated drive currently uses to communicate to the storage controller for this system."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700183 </Property>
184 <Property Name="MediaType" Type="Drive.v1_0_0.MediaType">
185 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
186 <Annotation Term="OData.Description" String="The type of media contained in this drive."/>
187 <Annotation Term="OData.LongDescription" String="This property shall contain the type of media contained in the associated drive."/>
188 </Property>
189 <Property Name="Manufacturer" Type="Edm.String">
190 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700191 <Annotation Term="OData.Description" String="The manufacturer of this drive."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500192 <Annotation Term="OData.LongDescription" String="This property shall contain the name of the organization responsible for producing the drive. This organization may be the entity from whom the drive is purchased, but this is not necessarily true."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700193 </Property>
194 <Property Name="SKU" Type="Edm.String">
195 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700196 <Annotation Term="OData.Description" String="The SKU for this drive."/>
197 <Annotation Term="OData.LongDescription" String="This property shall contain the stock-keeping unit (SKU) number for this drive."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700198 </Property>
199 <Property Name="SerialNumber" Type="Edm.String">
200 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
201 <Annotation Term="OData.Description" String="The serial number for this drive."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700202 <Annotation Term="OData.LongDescription" String="This property shall contain the manufacturer-allocated number that identifies the drive."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700203 </Property>
204 <Property Name="PartNumber" Type="Edm.String">
205 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
206 <Annotation Term="OData.Description" String="The part number for this drive."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700207 <Annotation Term="OData.LongDescription" String="This property shall contain the part number assigned by the organization that is responsible for producing or manufacturing the drive."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700208 </Property>
209 <Property Name="AssetTag" Type="Edm.String">
210 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700211 <Annotation Term="OData.Description" String="The user-assigned asset tag for this drive."/>
212 <Annotation Term="OData.LongDescription" String="This property shall track the drive for inventory purposes."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700213 </Property>
214 <Property Name="Identifiers" Type="Collection(Resource.Identifier)" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700215 <Annotation Term="OData.Description" String="The durable names for the drive."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700216 <Annotation Term="OData.LongDescription" String="This property shall contain a list of all known durable names for the associated drive."/>
217 </Property>
218 <Property Name="Location" Type="Collection(Resource.Location)" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700219 <Annotation Term="OData.Description" String="The location of the drive."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700220 <Annotation Term="OData.LongDescription" String="This property shall contain location information of the associated drive."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600221 <Annotation Term="Redfish.Revisions">
222 <Collection>
223 <Record>
224 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
225 <PropertyValue Property="Version" String="v1_4_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700226 <PropertyValue Property="Description" String="This property has been deprecated in favor of the singular property PhysicalLocation found in Drive.v1_4_0."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600227 </Record>
228 </Collection>
229 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700230 </Property>
231 <Property Name="HotspareType" Type="Drive.v1_0_0.HotspareType">
Gunnar Mills9d424662021-09-22 21:56:16 -0500232 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
233 <Annotation Term="OData.Description" String="The type of hot spare that this drive serves as."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700234 <Annotation Term="OData.LongDescription" String="This property shall contain the hot spare type for the associated drive. If the drive currently serves as a hot spare, its Status.State field shall be 'StandbySpare' and 'Enabled' when it is part of a volume."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700235 </Property>
236 <Property Name="EncryptionAbility" Type="Drive.v1_0_0.EncryptionAbility">
237 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700238 <Annotation Term="OData.Description" String="The encryption ability of this drive."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700239 <Annotation Term="OData.LongDescription" String="This property shall contain the encryption ability for the associated drive."/>
240 </Property>
241 <Property Name="EncryptionStatus" Type="Drive.v1_0_0.EncryptionStatus">
242 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700243 <Annotation Term="OData.Description" String="The status of the encryption of this drive."/>
244 <Annotation Term="OData.LongDescription" String="This property shall contain the encryption status for the associated drive."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700245 </Property>
246 <Property Name="RotationSpeedRPM" Type="Edm.Decimal">
247 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700248 <Annotation Term="OData.Description" String="The rotation speed of this drive, in revolutions per minute (RPM)."/>
249 <Annotation Term="OData.LongDescription" String="This property shall contain the rotation speed, in revolutions per minute (RPM), of the associated drive."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700250 <Annotation Term="Measures.Unit" String="RPM"/>
251 </Property>
252 <Property Name="BlockSizeBytes" Type="Edm.Int64">
253 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700254 <Annotation Term="OData.Description" String="The size, in bytes, of the smallest addressable unit, or block."/>
255 <Annotation Term="OData.LongDescription" String="This property shall contain size of the smallest addressable unit of the associated drive."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700256 <Annotation Term="Measures.Unit" String="By"/>
257 </Property>
258 <Property Name="CapableSpeedGbs" Type="Edm.Decimal">
259 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700260 <Annotation Term="OData.Description" String="The speed, in gigabit per second (Gbit/s), at which this drive can communicate to a storage controller in ideal conditions."/>
261 <Annotation Term="OData.LongDescription" String="This property shall contain fastest capable bus speed, in gigabit per second (Gbit/s), of the associated drive."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700262 <Annotation Term="Measures.Unit" String="Gbit/s"/>
263 </Property>
264 <Property Name="NegotiatedSpeedGbs" Type="Edm.Decimal">
265 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700266 <Annotation Term="OData.Description" String="The speed, in gigabit per second (Gbit/s), at which this drive currently communicates to the storage controller."/>
267 <Annotation Term="OData.LongDescription" String="This property shall contain current bus speed, in gigabit per second (Gbit/s), of the associated drive."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700268 <Annotation Term="Measures.Unit" String="Gbit/s"/>
269 </Property>
270 <Property Name="PredictedMediaLifeLeftPercent" Type="Edm.Decimal">
271 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700272 <Annotation Term="OData.Description" String="The percentage of reads and writes that are predicted to be available for the media."/>
273 <Annotation Term="OData.LongDescription" String="This property shall contain an indicator of the percentage of life remaining in the drive's media."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800274 <Annotation Term="Measures.Unit" String="%"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700275 </Property>
276 <Property Name="Links" Type="Drive.v1_0_0.Links" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500277 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500278 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700279 </Property>
280 <Property Name="Actions" Type="Drive.v1_0_0.Actions" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500281 <Annotation Term="OData.Description" String="The available actions for this resource."/>
282 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700283 </Property>
284 </EntityType>
285
286 <ComplexType Name="Links" BaseType="Resource.Links">
Gunnar Millsa778c022020-05-12 12:20:36 -0500287 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
288 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700289 <NavigationProperty Name="Volumes" Type="Collection(Volume.Volume)">
290 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700291 <Annotation Term="OData.Description" String="An array of links to the volumes that this drive either wholly or only partially contains."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500292 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type Volume with which this drive is associated. This property shall include all volume resources of which this drive is a member and all volumes for which this drive acts as a spare if the hot spare type is `Dedicated`."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700293 <Annotation Term="OData.AutoExpandReferences"/>
294 </NavigationProperty>
295 </ComplexType>
296
297 <ComplexType Name="Actions">
298 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500299 <Annotation Term="OData.Description" String="The available actions for this resource."/>
300 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800301 <Property Name="Oem" Type="Drive.v1_0_0.OemActions" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500302 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
303 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800304 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700305 </ComplexType>
306
307 <ComplexType Name="OemActions">
308 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500309 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
310 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700311 </ComplexType>
312
313 <EnumType Name="MediaType">
314 <Member Name="HDD">
315 <Annotation Term="OData.Description" String="The drive media type is traditional magnetic platters."/>
316 </Member>
317 <Member Name="SSD">
318 <Annotation Term="OData.Description" String="The drive media type is solid state or flash memory."/>
319 </Member>
320 <Member Name="SMR">
321 <Annotation Term="OData.Description" String="The drive media type is shingled magnetic recording."/>
322 </Member>
323 </EnumType>
324
325 <EnumType Name="HotspareType">
326 <Member Name="None">
Gunnar Mills9d424662021-09-22 21:56:16 -0500327 <Annotation Term="OData.Description" String="The drive is not a hot spare."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700328 </Member>
329 <Member Name="Global">
Gunnar Mills9d424662021-09-22 21:56:16 -0500330 <Annotation Term="OData.Description" String="The drive is serving as a hot spare for all other drives in this storage domain."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700331 </Member>
332 <Member Name="Chassis">
Gunnar Mills9d424662021-09-22 21:56:16 -0500333 <Annotation Term="OData.Description" String="The drive is serving as a hot spare for all other drives in this storage domain that are contained in the same chassis."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700334 </Member>
335 <Member Name="Dedicated">
Gunnar Mills9d424662021-09-22 21:56:16 -0500336 <Annotation Term="OData.Description" String="The drive is serving as a hot spare for a user-defined set of drives or volumes. Clients cannot specify this value when modifying the HotspareType property. This value is reported as a result of configuring the spare drives within a volume."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700337 </Member>
338 </EnumType>
339
340 <EnumType Name="EncryptionAbility">
341 <Member Name="None">
Ed Tanouscb103132019-10-08 11:34:22 -0700342 <Annotation Term="OData.Description" String="The drive is not capable of self-encryption."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700343 </Member>
344 <Member Name="SelfEncryptingDrive">
Ed Tanouscb103132019-10-08 11:34:22 -0700345 <Annotation Term="OData.Description" String="The drive is capable of self-encryption per the Trusted Computing Group's Self Encrypting Drive Standard."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700346 </Member>
347 <Member Name="Other">
Ed Tanouscb103132019-10-08 11:34:22 -0700348 <Annotation Term="OData.Description" String="The drive is capable of self-encryption through some other means."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700349 </Member>
350 </EnumType>
351
352 <EnumType Name="EncryptionStatus">
353 <Member Name="Unecrypted">
354 <Annotation Term="OData.Description" String="The drive is not currently encrypted."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600355 <Annotation Term="Redfish.Revisions">
356 <Collection>
357 <Record>
358 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
359 <PropertyValue Property="Version" String="v1_1_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700360 <PropertyValue Property="Description" String="This value has been deprecated in favor of Unencrypted."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600361 </Record>
362 </Collection>
363 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700364 </Member>
365 <Member Name="Unlocked">
Ed Tanouscb103132019-10-08 11:34:22 -0700366 <Annotation Term="OData.Description" String="The drive is currently encrypted but the data is accessible to the user in unencrypted form."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700367 </Member>
368 <Member Name="Locked">
Ed Tanouscb103132019-10-08 11:34:22 -0700369 <Annotation Term="OData.Description" String="The drive is currently encrypted and the data is not accessible to the user. However, the system can unlock the drive automatically."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700370 </Member>
371 <Member Name="Foreign">
372 <Annotation Term="OData.Description" String="The drive is currently encrypted, the data is not accessible to the user, and the system requires user intervention to expose the data."/>
373 </Member>
374 <Member Name="Unencrypted">
375 <Annotation Term="OData.Description" String="The drive is not currently encrypted."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600376 <Annotation Term="Redfish.Revisions">
377 <Collection>
378 <Record>
379 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
380 <PropertyValue Property="Version" String="v1_1_0"/>
381 </Record>
382 </Collection>
383 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700384 </Member>
385 </EnumType>
386
387 <EnumType Name="StatusIndicator">
388 <Member Name="OK">
389 <Annotation Term="OData.Description" String="The drive is OK."/>
390 </Member>
391 <Member Name="Fail">
392 <Annotation Term="OData.Description" String="The drive has failed."/>
393 </Member>
394 <Member Name="Rebuild">
395 <Annotation Term="OData.Description" String="The drive is being rebuilt."/>
396 </Member>
397 <Member Name="PredictiveFailureAnalysis">
Ed Tanouscb103132019-10-08 11:34:22 -0700398 <Annotation Term="OData.Description" String="The drive still works but is predicted to fail soon."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700399 </Member>
400 <Member Name="Hotspare">
Ed Tanouscb103132019-10-08 11:34:22 -0700401 <Annotation Term="OData.Description" String="The drive has been marked to automatically rebuild and replace a failed drive."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700402 </Member>
403 <Member Name="InACriticalArray">
Ed Tanouscb103132019-10-08 11:34:22 -0700404 <Annotation Term="OData.Description" String="The array to which this drive belongs has been degraded."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700405 </Member>
406 <Member Name="InAFailedArray">
Ed Tanouscb103132019-10-08 11:34:22 -0700407 <Annotation Term="OData.Description" String="The array to which this drive belongs has failed."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700408 </Member>
409 </EnumType>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700410 </Schema>
411
412 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_1">
413 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
414 <Annotation Term="OData.Description" String="This version was created to show the EncryptionStatus enumerated list was updated."/>
415 <EntityType Name="Drive" BaseType="Drive.v1_0_0.Drive"/>
416 </Schema>
417
418 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_2">
419 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500420 <Annotation Term="OData.Description" String="This version was created to add explicit permissions annotations to all properties for clarity."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700421 <EntityType Name="Drive" BaseType="Drive.v1_0_1.Drive"/>
422 </Schema>
423
424 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_3">
425 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700426 <Annotation Term="OData.Description" String="This version was created to fix supported types and to remove the Nullable facet on NavigationProperties of the Collection type and to use Redfish.Deprecated on certain enumerated values."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700427 <EntityType Name="Drive" BaseType="Drive.v1_0_2.Drive"/>
428 </Schema>
429
430 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_4">
431 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700432 <Annotation Term="OData.Description" String="This version was created to change Identifier and Location to their abstract base types, and IndicatorLED and Protocol to use the unversioned definition. It was also created to correct the short and long descriptions in the defined Actions."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700433 <EntityType Name="Drive" BaseType="Drive.v1_0_3.Drive"/>
434 </Schema>
435
Ed Tanous530520e2019-01-02 13:41:37 -0800436 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_5">
437 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
438 <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. It was also created to add missing percent units onto existing properties."/>
439 <EntityType Name="Drive" BaseType="Drive.v1_0_4.Drive"/>
440 </Schema>
441
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600442 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_6">
443 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500444 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation. It was also created to change the VolumeCollection reference to Swordfish."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600445 <EntityType Name="Drive" BaseType="Drive.v1_0_5.Drive"/>
446 </Schema>
447
Ed Tanouscb103132019-10-08 11:34:22 -0700448 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_7">
449 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
450 <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."/>
451 <EntityType Name="Drive" BaseType="Drive.v1_0_6.Drive"/>
452 </Schema>
453
454 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_8">
455 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
456 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
457 <EntityType Name="Drive" BaseType="Drive.v1_0_7.Drive"/>
458 </Schema>
459
Gunnar Millsa778c022020-05-12 12:20:36 -0500460 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_9">
461 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
462 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
463 <EntityType Name="Drive" BaseType="Drive.v1_0_8.Drive"/>
464 </Schema>
465
Gunnar Mills844b4152020-06-22 12:44:09 -0500466 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_10">
467 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
468 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
469 <EntityType Name="Drive" BaseType="Drive.v1_0_9.Drive"/>
470 </Schema>
471
Gunnar Mills262d7d42021-01-20 16:28:41 -0600472 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_11">
473 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
474 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
475 <EntityType Name="Drive" BaseType="Drive.v1_0_10.Drive"/>
476 </Schema>
477
Gunnar Mills10f270b2021-05-19 15:34:06 -0500478 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_12">
479 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
480 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
481 <EntityType Name="Drive" BaseType="Drive.v1_0_11.Drive"/>
482 </Schema>
483
Gunnar Mills9d424662021-09-22 21:56:16 -0500484 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_13">
485 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
486 <Annotation Term="OData.Description" String="This version was created to change the permissions for HotspareType to read-write."/>
487 <EntityType Name="Drive" BaseType="Drive.v1_0_12.Drive"/>
488 </Schema>
489
Jason M. Billsea4aa752018-06-05 13:29:11 -0700490 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_0">
491 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600492 <Annotation Term="Redfish.Release" String="2016.2"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700493
494 <EntityType Name="Drive" BaseType="Drive.v1_0_1.Drive">
495 <Property Name="Operations" Type="Collection(Drive.v1_1_0.Operations)" Nullable="false">
496 <Annotation Term="OData.Description" String="The operations currently running on the Drive."/>
497 <Annotation Term="OData.LongDescription" String="This property shall contain a list of all operations currently running on the Drive."/>
498 </Property>
499 </EntityType>
500
501 <ComplexType Name="Links" BaseType="Drive.v1_0_0.Links">
502 <NavigationProperty Name="Endpoints" Type="Collection(Endpoint.Endpoint)">
503 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700504 <Annotation Term="OData.Description" String="An array of links to the endpoints that connect to this drive."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500505 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type Endpoint with which this drive is associated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700506 <Annotation Term="OData.AutoExpandReferences"/>
507 </NavigationProperty>
508 </ComplexType>
509
510 <ComplexType Name="Operations">
511 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500512 <Annotation Term="OData.Description" String="An operation currently running on this resource."/>
513 <Annotation Term="OData.LongDescription" String="This type shall describe a currently running operation on the resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700514 <Property Name="OperationName" Type="Edm.String">
515 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
516 <Annotation Term="OData.Description" String="The name of the operation."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700517 <Annotation Term="OData.LongDescription" String="This property shall contain a string of the name of the operation."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700518 </Property>
519 <Property Name="PercentageComplete" Type="Edm.Int64">
520 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
521 <Annotation Term="OData.Description" String="The percentage of the operation that has been completed."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500522 <Annotation Term="OData.LongDescription" String="This property shall contain an integer of the percentage of the operation that has been completed."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800523 <Annotation Term="Measures.Unit" String="%"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700524 </Property>
525 <NavigationProperty Name="AssociatedTask" Type="Task.Task" Nullable="false">
526 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700527 <Annotation Term="OData.Description" String="The link to the task associated with the operation, if any."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500528 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type Task that represents the task associated with the operation."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700529 </NavigationProperty>
530 </ComplexType>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700531 </Schema>
532
533 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_1">
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="Drive" BaseType="Drive.v1_1_0.Drive"/>
537 </Schema>
538
539 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_2">
540 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700541 <Annotation Term="OData.Description" String="This version was created to fix supported types to remove the Nullable facet on NavigationProperties of the Collection type and to use Redfish.Deprecated on certain enumerated values."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700542 <EntityType Name="Drive" BaseType="Drive.v1_1_1.Drive"/>
543 </Schema>
544
545 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_3">
546 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700547 <Annotation Term="OData.Description" String="This version was created to migrate the Operations definition, to change Identifier and Location to their abstract base types, and IndicatorLED, Protocol, and Operations to use the unversioned definition. It was also created to correct the short and long descriptions in the defined Actions."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700548 <EntityType Name="Drive" BaseType="Drive.v1_1_2.Drive"/>
549 </Schema>
550
Ed Tanous530520e2019-01-02 13:41:37 -0800551 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_4">
552 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
553 <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. It was also created to add missing percent units onto existing properties."/>
554 <EntityType Name="Drive" BaseType="Drive.v1_1_3.Drive"/>
555 </Schema>
556
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600557 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_5">
558 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500559 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation. It was also created to change the VolumeCollection reference to Swordfish."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600560 <EntityType Name="Drive" BaseType="Drive.v1_1_4.Drive"/>
561 </Schema>
562
Ed Tanouscb103132019-10-08 11:34:22 -0700563 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_6">
564 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
565 <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."/>
566 <EntityType Name="Drive" BaseType="Drive.v1_1_5.Drive"/>
567 </Schema>
568
569 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_7">
570 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
571 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
572 <EntityType Name="Drive" BaseType="Drive.v1_1_6.Drive"/>
573 </Schema>
574
Gunnar Millsa778c022020-05-12 12:20:36 -0500575 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_8">
576 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
577 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
578 <EntityType Name="Drive" BaseType="Drive.v1_1_7.Drive"/>
579 </Schema>
580
Gunnar Mills844b4152020-06-22 12:44:09 -0500581 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_9">
582 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
583 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
584 <EntityType Name="Drive" BaseType="Drive.v1_1_8.Drive"/>
585 </Schema>
586
Gunnar Mills262d7d42021-01-20 16:28:41 -0600587 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_10">
588 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
589 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
590 <EntityType Name="Drive" BaseType="Drive.v1_1_9.Drive"/>
591 </Schema>
592
Gunnar Mills10f270b2021-05-19 15:34:06 -0500593 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_11">
594 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
595 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
596 <EntityType Name="Drive" BaseType="Drive.v1_1_10.Drive"/>
597 </Schema>
598
Gunnar Mills9d424662021-09-22 21:56:16 -0500599 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_12">
600 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
601 <Annotation Term="OData.Description" String="This version was created to change the permissions for HotspareType to read-write."/>
602 <EntityType Name="Drive" BaseType="Drive.v1_1_11.Drive"/>
603 </Schema>
604
Jason M. Billsea4aa752018-06-05 13:29:11 -0700605 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_0">
606 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600607 <Annotation Term="Redfish.Release" String="2017.1"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600608
Jason M. Billsea4aa752018-06-05 13:29:11 -0700609 <EntityType Name="Drive" BaseType="Drive.v1_1_2.Drive"/>
610
611 <ComplexType Name="Links" BaseType="Drive.v1_1_0.Links">
612 <NavigationProperty Name="Chassis" Type="Chassis.Chassis" Nullable="false">
613 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700614 <Annotation Term="OData.Description" String="The link to the chassis that contains this drive."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500615 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type Chassis that represents the physical container associated with this drive."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700616 <Annotation Term="OData.AutoExpandReferences"/>
617 </NavigationProperty>
618 </ComplexType>
619 </Schema>
620
621 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_1">
622 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700623 <Annotation Term="OData.Description" String="This version was created to migrate the Operations definition, to change Identifier and Location to their abstract base types, and IndicatorLED, Protocol, and Operations to use the unversioned definition. It was also created to correct the short and long descriptions in the defined Actions."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700624 <EntityType Name="Drive" BaseType="Drive.v1_2_0.Drive"/>
625 </Schema>
626
Ed Tanous530520e2019-01-02 13:41:37 -0800627 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_2">
628 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
629 <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. It was also created to add missing percent units onto existing properties."/>
630 <EntityType Name="Drive" BaseType="Drive.v1_2_1.Drive"/>
631 </Schema>
632
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600633 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_3">
634 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500635 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation. It was also created to change the VolumeCollection reference to Swordfish."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600636 <EntityType Name="Drive" BaseType="Drive.v1_2_2.Drive"/>
637 </Schema>
638
Ed Tanouscb103132019-10-08 11:34:22 -0700639 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_4">
640 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
641 <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."/>
642 <EntityType Name="Drive" BaseType="Drive.v1_2_3.Drive"/>
643 </Schema>
644
645 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_5">
646 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
647 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
648 <EntityType Name="Drive" BaseType="Drive.v1_2_4.Drive"/>
649 </Schema>
650
Gunnar Millsa778c022020-05-12 12:20:36 -0500651 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_6">
652 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
653 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
654 <EntityType Name="Drive" BaseType="Drive.v1_2_5.Drive"/>
655 </Schema>
656
Gunnar Mills844b4152020-06-22 12:44:09 -0500657 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_7">
658 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
659 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
660 <EntityType Name="Drive" BaseType="Drive.v1_2_6.Drive"/>
661 </Schema>
662
Gunnar Mills262d7d42021-01-20 16:28:41 -0600663 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_8">
664 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
665 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
666 <EntityType Name="Drive" BaseType="Drive.v1_2_7.Drive"/>
667 </Schema>
668
Gunnar Mills10f270b2021-05-19 15:34:06 -0500669 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_9">
670 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
671 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
672 <EntityType Name="Drive" BaseType="Drive.v1_2_8.Drive"/>
673 </Schema>
674
Gunnar Mills9d424662021-09-22 21:56:16 -0500675 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_10">
676 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
677 <Annotation Term="OData.Description" String="This version was created to change the permissions for HotspareType to read-write."/>
678 <EntityType Name="Drive" BaseType="Drive.v1_2_9.Drive"/>
679 </Schema>
680
Jason M. Billsea4aa752018-06-05 13:29:11 -0700681 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_0">
682 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600683 <Annotation Term="Redfish.Release" String="2017.3"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600684
Jason M. Billsea4aa752018-06-05 13:29:11 -0700685 <EntityType Name="Drive" BaseType="Drive.v1_2_1.Drive">
686 <NavigationProperty Name="Assembly" Type="Assembly.Assembly" ContainsTarget="true" Nullable="false">
687 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700688 <Annotation Term="OData.Description" String="The link to the assembly associated with this drive."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500689 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type Assembly."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700690 <Annotation Term="OData.AutoExpandReferences"/>
691 </NavigationProperty>
692 </EntityType>
693 </Schema>
694
Ed Tanous530520e2019-01-02 13:41:37 -0800695 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_1">
696 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
697 <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. It was also created to add missing percent units onto existing properties."/>
698 <EntityType Name="Drive" BaseType="Drive.v1_3_0.Drive"/>
699 </Schema>
700
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600701 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_2">
702 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500703 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation. It was also created to change the VolumeCollection reference to Swordfish."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600704 <EntityType Name="Drive" BaseType="Drive.v1_3_1.Drive"/>
705 </Schema>
706
Ed Tanouscb103132019-10-08 11:34:22 -0700707 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_3">
708 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
709 <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."/>
710 <EntityType Name="Drive" BaseType="Drive.v1_3_2.Drive"/>
711 </Schema>
712
713 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_4">
714 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
715 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
716 <EntityType Name="Drive" BaseType="Drive.v1_3_3.Drive"/>
717 </Schema>
718
Gunnar Millsa778c022020-05-12 12:20:36 -0500719 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_5">
720 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
721 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
722 <EntityType Name="Drive" BaseType="Drive.v1_3_4.Drive"/>
723 </Schema>
724
Gunnar Mills844b4152020-06-22 12:44:09 -0500725 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_6">
726 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
727 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
728 <EntityType Name="Drive" BaseType="Drive.v1_3_5.Drive"/>
729 </Schema>
730
Gunnar Mills262d7d42021-01-20 16:28:41 -0600731 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_7">
732 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
733 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
734 <EntityType Name="Drive" BaseType="Drive.v1_3_6.Drive"/>
735 </Schema>
736
Gunnar Mills10f270b2021-05-19 15:34:06 -0500737 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_8">
738 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
739 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
740 <EntityType Name="Drive" BaseType="Drive.v1_3_7.Drive"/>
741 </Schema>
742
Gunnar Mills9d424662021-09-22 21:56:16 -0500743 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_9">
744 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
745 <Annotation Term="OData.Description" String="This version was created to change the permissions for HotspareType to read-write."/>
746 <EntityType Name="Drive" BaseType="Drive.v1_3_8.Drive"/>
747 </Schema>
748
Jason M. Billsea4aa752018-06-05 13:29:11 -0700749 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_0">
750 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600751 <Annotation Term="Redfish.Release" String="2018.1"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600752
Jason M. Billsea4aa752018-06-05 13:29:11 -0700753 <EntityType Name="Drive" BaseType="Drive.v1_3_0.Drive">
754 <Property Name="PhysicalLocation" Type="Resource.Location" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700755 <Annotation Term="OData.Description" String="The location of the drive."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700756 <Annotation Term="OData.LongDescription" String="This property shall contain location information of the associated drive."/>
757 </Property>
758 </EntityType>
759 </Schema>
760
Ed Tanous530520e2019-01-02 13:41:37 -0800761 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_1">
762 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
763 <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. It was also created to add missing percent units onto existing properties."/>
764 <EntityType Name="Drive" BaseType="Drive.v1_4_0.Drive"/>
765 </Schema>
766
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600767 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_2">
768 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500769 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation. It was also created to change the VolumeCollection reference to Swordfish."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600770 <EntityType Name="Drive" BaseType="Drive.v1_4_1.Drive"/>
771 </Schema>
772
Ed Tanouscb103132019-10-08 11:34:22 -0700773 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_3">
774 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
775 <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."/>
776 <EntityType Name="Drive" BaseType="Drive.v1_4_2.Drive"/>
777 </Schema>
778
779 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_4">
780 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
781 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
782 <EntityType Name="Drive" BaseType="Drive.v1_4_3.Drive"/>
783 </Schema>
784
Gunnar Millsa778c022020-05-12 12:20:36 -0500785 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_5">
786 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
787 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
788 <EntityType Name="Drive" BaseType="Drive.v1_4_4.Drive"/>
789 </Schema>
790
Gunnar Mills844b4152020-06-22 12:44:09 -0500791 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_6">
792 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
793 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
794 <EntityType Name="Drive" BaseType="Drive.v1_4_5.Drive"/>
795 </Schema>
796
Gunnar Mills262d7d42021-01-20 16:28:41 -0600797 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_7">
798 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
799 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
800 <EntityType Name="Drive" BaseType="Drive.v1_4_6.Drive"/>
801 </Schema>
802
Gunnar Mills10f270b2021-05-19 15:34:06 -0500803 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_8">
804 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
805 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
806 <EntityType Name="Drive" BaseType="Drive.v1_4_7.Drive"/>
807 </Schema>
808
Gunnar Mills9d424662021-09-22 21:56:16 -0500809 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_9">
810 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
811 <Annotation Term="OData.Description" String="This version was created to change the permissions for HotspareType to read-write."/>
812 <EntityType Name="Drive" BaseType="Drive.v1_4_8.Drive"/>
813 </Schema>
814
Ed Tanous530520e2019-01-02 13:41:37 -0800815 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_0">
816 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600817 <Annotation Term="Redfish.Release" String="2018.2"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600818
Ed Tanous530520e2019-01-02 13:41:37 -0800819 <EntityType Name="Drive" BaseType="Drive.v1_4_1.Drive">
820 <Property Name="HotspareReplacementMode" Type="Drive.v1_5_0.HotspareReplacementModeType">
821 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700822 <Annotation Term="OData.Description" String="The replacement mode for the hot spare drive."/>
823 <Annotation Term="OData.LongDescription" String="This property shall indicate whether a commissioned hot spare continues to serve as a hot spare after the failed drive is replaced."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800824 </Property>
825 </EntityType>
826
827 <EnumType Name="HotspareReplacementModeType">
828 <Member Name="Revertible">
Ed Tanouscb103132019-10-08 11:34:22 -0700829 <Annotation Term="OData.Description" String="The hot spare drive that is commissioned due to a drive failure reverts to a hot spare after the failed drive is replaced and rebuilt."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800830 </Member>
831 <Member Name="NonRevertible">
Ed Tanouscb103132019-10-08 11:34:22 -0700832 <Annotation Term="OData.Description" String="The hot spare drive that is commissioned due to a drive failure remains as a data drive and does not revert to a hot spare if the failed drive is replaced."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800833 </Member>
834 </EnumType>
835 </Schema>
836
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600837 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_1">
838 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500839 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation. It was also created to change the VolumeCollection reference to Swordfish."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600840 <EntityType Name="Drive" BaseType="Drive.v1_5_0.Drive"/>
841 </Schema>
842
Ed Tanouscb103132019-10-08 11:34:22 -0700843 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_2">
844 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
845 <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."/>
846 <EntityType Name="Drive" BaseType="Drive.v1_5_1.Drive"/>
847 </Schema>
848
849 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_3">
850 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
851 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
852 <EntityType Name="Drive" BaseType="Drive.v1_5_2.Drive"/>
853 </Schema>
854
Gunnar Millsa778c022020-05-12 12:20:36 -0500855 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_4">
856 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
857 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
858 <EntityType Name="Drive" BaseType="Drive.v1_5_3.Drive"/>
859 </Schema>
860
Gunnar Mills844b4152020-06-22 12:44:09 -0500861 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_5">
862 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
863 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
864 <EntityType Name="Drive" BaseType="Drive.v1_5_4.Drive"/>
865 </Schema>
866
Gunnar Mills262d7d42021-01-20 16:28:41 -0600867 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_6">
868 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
869 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
870 <EntityType Name="Drive" BaseType="Drive.v1_5_5.Drive"/>
871 </Schema>
872
Gunnar Mills10f270b2021-05-19 15:34:06 -0500873 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_7">
874 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
875 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
876 <EntityType Name="Drive" BaseType="Drive.v1_5_6.Drive"/>
877 </Schema>
878
Gunnar Mills9d424662021-09-22 21:56:16 -0500879 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_8">
880 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
881 <Annotation Term="OData.Description" String="This version was created to change the permissions for HotspareType to read-write."/>
882 <EntityType Name="Drive" BaseType="Drive.v1_5_7.Drive"/>
883 </Schema>
884
Ed Tanouscb103132019-10-08 11:34:22 -0700885 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_6_0">
886 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
887 <Annotation Term="Redfish.Release" String="2019.1"/>
888
889 <EntityType Name="Drive" BaseType="Drive.v1_5_2.Drive"/>
890
891 <ComplexType Name="Links" BaseType="Drive.v1_2_0.Links">
892 <NavigationProperty Name="PCIeFunctions" Type="Collection(PCIeFunction.PCIeFunction)">
893 <Annotation Term="OData.Description" String="An array of links to the PCIe functions that the drive produces."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500894 <Annotation Term="OData.LongDescription" String="This property shall link to a resource of type PCIeFunction that represents the PCIe functions associated with this resource."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700895 <Annotation Term="OData.AutoExpandReferences"/>
896 </NavigationProperty>
897 </ComplexType>
898 </Schema>
899
900 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_6_1">
901 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
902 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
903 <EntityType Name="Drive" BaseType="Drive.v1_6_0.Drive"/>
904 </Schema>
905
Gunnar Millsa778c022020-05-12 12:20:36 -0500906 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_6_2">
907 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
908 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
909 <EntityType Name="Drive" BaseType="Drive.v1_6_1.Drive"/>
910 </Schema>
911
Gunnar Mills844b4152020-06-22 12:44:09 -0500912 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_6_3">
913 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
914 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
915 <EntityType Name="Drive" BaseType="Drive.v1_6_2.Drive"/>
916 </Schema>
917
Gunnar Mills262d7d42021-01-20 16:28:41 -0600918 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_6_4">
919 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
920 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
921 <EntityType Name="Drive" BaseType="Drive.v1_6_3.Drive"/>
922 </Schema>
923
Gunnar Mills10f270b2021-05-19 15:34:06 -0500924 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_6_5">
925 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
926 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
927 <EntityType Name="Drive" BaseType="Drive.v1_6_4.Drive"/>
928 </Schema>
929
Gunnar Mills9d424662021-09-22 21:56:16 -0500930 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_6_6">
931 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
932 <Annotation Term="OData.Description" String="This version was created to change the permissions for HotspareType to read-write."/>
933 <EntityType Name="Drive" BaseType="Drive.v1_6_5.Drive"/>
934 </Schema>
935
Ed Tanouscb103132019-10-08 11:34:22 -0700936 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_7_0">
937 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
938 <Annotation Term="Redfish.Release" String="2019.2"/>
939 <Annotation Term="OData.Description" String="This version was created to add a WriteCacheEnabled property and reset action for Drive."/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600940
Ed Tanouscb103132019-10-08 11:34:22 -0700941 <EntityType Name="Drive" BaseType="Drive.v1_6_0.Drive">
942 <Property Name="WriteCacheEnabled" Type="Edm.Boolean">
943 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
944 <Annotation Term="OData.Description" String="An indication of whether the drive write cache is enabled."/>
945 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the drive write cache is enabled."/>
946 </Property>
947 </EntityType>
948 </Schema>
949
Gunnar Millsa778c022020-05-12 12:20:36 -0500950 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_7_1">
951 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
952 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
953 <EntityType Name="Drive" BaseType="Drive.v1_7_0.Drive"/>
954 </Schema>
955
Gunnar Mills844b4152020-06-22 12:44:09 -0500956 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_7_2">
957 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
958 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
959 <EntityType Name="Drive" BaseType="Drive.v1_7_1.Drive"/>
960 </Schema>
961
Gunnar Mills262d7d42021-01-20 16:28:41 -0600962 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_7_3">
963 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
964 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
965 <EntityType Name="Drive" BaseType="Drive.v1_7_2.Drive"/>
966 </Schema>
967
Gunnar Mills10f270b2021-05-19 15:34:06 -0500968 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_7_4">
969 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
970 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
971 <EntityType Name="Drive" BaseType="Drive.v1_7_3.Drive"/>
972 </Schema>
973
Gunnar Mills9d424662021-09-22 21:56:16 -0500974 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_7_5">
975 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
976 <Annotation Term="OData.Description" String="This version was created to change the permissions for HotspareType to read-write."/>
977 <EntityType Name="Drive" BaseType="Drive.v1_7_4.Drive"/>
978 </Schema>
979
Gunnar Mills6f44b752020-02-06 16:50:51 -0600980 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_8_0">
981 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
982 <Annotation Term="Redfish.Release" String="2019.3"/>
983
984 <EntityType Name="Drive" BaseType="Drive.v1_7_0.Drive"/>
985
986 <ComplexType Name="Links" BaseType="Drive.v1_6_0.Links">
987 <NavigationProperty Name="StoragePools" Type="Collection(StoragePool.StoragePool)">
988 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
989 <Annotation Term="OData.Description" String="An array of links to the storage pools to which this drive belongs."/>
990 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links of type StoragePool to which this drive belongs."/>
991 <Annotation Term="OData.AutoExpandReferences"/>
992 </NavigationProperty>
993 </ComplexType>
994 </Schema>
995
Gunnar Millsa778c022020-05-12 12:20:36 -0500996 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_8_1">
997 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
998 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
999 <EntityType Name="Drive" BaseType="Drive.v1_8_0.Drive"/>
1000 </Schema>
1001
Gunnar Mills844b4152020-06-22 12:44:09 -05001002 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_8_2">
1003 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1004 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1005 <EntityType Name="Drive" BaseType="Drive.v1_8_1.Drive"/>
1006 </Schema>
1007
Gunnar Mills262d7d42021-01-20 16:28:41 -06001008 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_8_3">
1009 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1010 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
1011 <EntityType Name="Drive" BaseType="Drive.v1_8_2.Drive"/>
1012 </Schema>
1013
Gunnar Mills10f270b2021-05-19 15:34:06 -05001014 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_8_4">
1015 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1016 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
1017 <EntityType Name="Drive" BaseType="Drive.v1_8_3.Drive"/>
1018 </Schema>
1019
Gunnar Mills9d424662021-09-22 21:56:16 -05001020 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_8_5">
1021 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1022 <Annotation Term="OData.Description" String="This version was created to change the permissions for HotspareType to read-write."/>
1023 <EntityType Name="Drive" BaseType="Drive.v1_8_4.Drive"/>
1024 </Schema>
1025
Gunnar Mills09b9d452020-02-11 13:27:39 -06001026 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_9_0">
1027 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1028 <Annotation Term="Redfish.Release" String="2019.4"/>
1029 <Annotation Term="OData.Description" String="This version was created to add Multipath property for Drive."/>
1030
1031 <EntityType Name="Drive" BaseType="Drive.v1_8_0.Drive">
1032 <Property Name="Multipath" Type="Edm.Boolean">
1033 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1034 <Annotation Term="OData.Description" String="An indication of whether the drive is accessible from multiple paths."/>
1035 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the drive is accessible by an initiator from multiple paths allowing for failover capabilities upon a path failure."/>
1036 </Property>
1037 </EntityType>
1038 </Schema>
1039
Gunnar Millsa778c022020-05-12 12:20:36 -05001040 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_9_1">
1041 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1042 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1043 <EntityType Name="Drive" BaseType="Drive.v1_9_0.Drive"/>
1044 </Schema>
1045
Gunnar Mills844b4152020-06-22 12:44:09 -05001046 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_9_2">
1047 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1048 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1049 <EntityType Name="Drive" BaseType="Drive.v1_9_1.Drive"/>
1050 </Schema>
1051
Gunnar Mills262d7d42021-01-20 16:28:41 -06001052 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_9_3">
1053 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1054 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
1055 <EntityType Name="Drive" BaseType="Drive.v1_9_2.Drive"/>
1056 </Schema>
1057
Gunnar Mills10f270b2021-05-19 15:34:06 -05001058 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_9_4">
1059 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1060 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
1061 <EntityType Name="Drive" BaseType="Drive.v1_9_3.Drive"/>
1062 </Schema>
1063
Gunnar Mills9d424662021-09-22 21:56:16 -05001064 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_9_5">
1065 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1066 <Annotation Term="OData.Description" String="This version was created to change the permissions for HotspareType to read-write."/>
1067 <EntityType Name="Drive" BaseType="Drive.v1_9_4.Drive"/>
1068 </Schema>
1069
Gunnar Mills844b4152020-06-22 12:44:09 -05001070 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_10_0">
1071 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1072 <Annotation Term="Redfish.Release" String="2020.2"/>
1073 <Annotation Term="OData.Description" String="This version was created to add ReadyToRemove property."/>
1074
1075 <EntityType Name="Drive" BaseType="Drive.v1_9_2.Drive">
1076 <Property Name="ReadyToRemove" Type="Edm.Boolean">
1077 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1078 <Annotation Term="OData.Description" String="An indication of whether the drive is prepared by the system for removal."/>
1079 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the system is prepared for the removal of this drive."/>
1080 </Property>
1081 </EntityType>
1082 </Schema>
1083
Gunnar Mills262d7d42021-01-20 16:28:41 -06001084 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_10_1">
1085 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1086 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
1087 <EntityType Name="Drive" BaseType="Drive.v1_10_0.Drive"/>
1088 </Schema>
1089
Gunnar Mills10f270b2021-05-19 15:34:06 -05001090 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_10_2">
1091 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1092 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
1093 <EntityType Name="Drive" BaseType="Drive.v1_10_1.Drive"/>
1094 </Schema>
1095
Gunnar Mills9d424662021-09-22 21:56:16 -05001096 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_10_3">
1097 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1098 <Annotation Term="OData.Description" String="This version was created to change the permissions for HotspareType to read-write."/>
1099 <EntityType Name="Drive" BaseType="Drive.v1_10_2.Drive"/>
1100 </Schema>
1101
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001102 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_11_0">
1103 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1104 <Annotation Term="Redfish.Release" String="2020.3"/>
1105 <Annotation Term="OData.Description" String="This version was created to add LocationIndicatorActive and to deprecate IndicatorLED properties."/>
1106
1107 <EntityType Name="Drive" BaseType="Drive.v1_10_0.Drive">
1108 <Property Name="LocationIndicatorActive" Type="Edm.Boolean">
1109 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1110 <Annotation Term="OData.Description" String="An indicator allowing an operator to physically locate this resource."/>
1111 <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."/>
1112 </Property>
1113 </EntityType>
1114 </Schema>
1115
Gunnar Mills262d7d42021-01-20 16:28:41 -06001116 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_11_1">
1117 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1118 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
1119 <EntityType Name="Drive" BaseType="Drive.v1_11_0.Drive"/>
1120 </Schema>
1121
Gunnar Mills10f270b2021-05-19 15:34:06 -05001122 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_11_2">
1123 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1124 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
1125 <EntityType Name="Drive" BaseType="Drive.v1_11_1.Drive"/>
1126 </Schema>
1127
Gunnar Mills9d424662021-09-22 21:56:16 -05001128 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_11_3">
1129 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1130 <Annotation Term="OData.Description" String="This version was created to change the permissions for HotspareType to read-write."/>
1131 <EntityType Name="Drive" BaseType="Drive.v1_11_2.Drive"/>
1132 </Schema>
1133
Gunnar Mills262d7d42021-01-20 16:28:41 -06001134 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_12_0">
1135 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1136 <Annotation Term="Redfish.Release" String="2020.4"/>
1137 <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 a link for EnvironmentMetrics."/>
1138
1139 <EntityType Name="Drive" BaseType="Drive.v1_11_1.Drive">
1140 <NavigationProperty Name="EnvironmentMetrics" Type="EnvironmentMetrics.EnvironmentMetrics" Nullable="false">
1141 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1142 <Annotation Term="OData.Description" String="The link to the environment metrics for this drive."/>
1143 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type EnvironmentMetrics that specifies the environment metrics for this drive."/>
1144 <Annotation Term="OData.AutoExpandReferences"/>
1145 </NavigationProperty>
1146 <NavigationProperty Name="Certificates" Type="CertificateCollection.CertificateCollection" ContainsTarget="true" Nullable="false">
1147 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1148 <Annotation Term="OData.Description" String="The link to a collection of certificates for device identity and attestation."/>
1149 <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."/>
1150 <Annotation Term="OData.AutoExpandReferences"/>
1151 </NavigationProperty>
1152 <Property Name="Measurements" Type="Collection(SoftwareInventory.MeasurementBlock)" Nullable="false">
1153 <Annotation Term="OData.Description" String="An array of DSP0274-defined measurement blocks."/>
1154 <Annotation Term="OData.LongDescription" String="This property shall contain an array of DSP0274-defined measurement blocks."/>
1155 </Property>
1156 </EntityType>
1157 </Schema>
1158
Gunnar Mills10f270b2021-05-19 15:34:06 -05001159 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_12_1">
1160 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1161 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
1162 <EntityType Name="Drive" BaseType="Drive.v1_12_0.Drive"/>
1163 </Schema>
1164
Gunnar Mills9d424662021-09-22 21:56:16 -05001165 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_12_2">
1166 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1167 <Annotation Term="OData.Description" String="This version was created to change the permissions for HotspareType to read-write."/>
1168 <EntityType Name="Drive" BaseType="Drive.v1_12_1.Drive"/>
1169 </Schema>
1170
1171 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_13_0">
1172 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1173 <Annotation Term="Redfish.Release" String="2021.2"/>
1174
1175 <EntityType Name="Drive" BaseType="Drive.v1_12_2.Drive"/>
1176
1177 <ComplexType Name="Links" BaseType="Drive.v1_8_0.Links">
1178 <NavigationProperty Name="Storage" Type="Storage.Storage" Nullable="false">
1179 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1180 <Annotation Term="OData.Description" String="A link to the storage subsystem to which this drive belongs."/>
1181 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type Storage that represents the storage subsystem to which this drive belongs."/>
1182 <Annotation Term="OData.AutoExpandReferences"/>
1183 </NavigationProperty>
1184 </ComplexType>
1185 </Schema>
1186
Jason M. Billsea4aa752018-06-05 13:29:11 -07001187 </edmx:DataServices>
1188</edmx:Edmx>