1<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################               -->
4<!--# Redfish Schema:  Drive v1.20.1                                                               -->
5<!--#                                                                                              -->
6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle,              -->
7<!--# available at http://www.dmtf.org/standards/redfish                                           -->
8<!--# Copyright 2014-2024 DMTF in cooperation with Storage Networking Industry Association (SNIA). -->
9<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright         -->
10<!--################################################################################               -->
11<!---->
12<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
13
14  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
15    <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
16  </edmx:Reference>
17  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
18    <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
19  </edmx:Reference>
20  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
21    <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
22    <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/>
23  </edmx:Reference>
24  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
25    <edmx:Include Namespace="Resource"/>
26    <edmx:Include Namespace="Resource.v1_0_0"/>
27  </edmx:Reference>
28  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml">
29    <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/>
30  </edmx:Reference>
31  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/swordfish/v1/Volume_v1.xml">
32    <edmx:Include Namespace="Volume"/>
33  </edmx:Reference>
34  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Endpoint_v1.xml">
35    <edmx:Include Namespace="Endpoint"/>
36  </edmx:Reference>
37  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Chassis_v1.xml">
38    <edmx:Include Namespace="Chassis"/>
39  </edmx:Reference>
40  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Assembly_v1.xml">
41    <edmx:Include Namespace="Assembly"/>
42  </edmx:Reference>
43  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Protocol_v1.xml">
44    <edmx:Include Namespace="Protocol"/>
45  </edmx:Reference>
46  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Task_v1.xml">
47    <edmx:Include Namespace="Task"/>
48  </edmx:Reference>
49  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PCIeFunction_v1.xml">
50    <edmx:Include Namespace="PCIeFunction"/>
51  </edmx:Reference>
52  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/swordfish/v1/StoragePool_v1.xml">
53    <edmx:Include Namespace="StoragePool"/>
54  </edmx:Reference>
55  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/EnvironmentMetrics_v1.xml">
56    <edmx:Include Namespace="EnvironmentMetrics"/>
57  </edmx:Reference>
58  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/CertificateCollection_v1.xml">
59    <edmx:Include Namespace="CertificateCollection"/>
60  </edmx:Reference>
61  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/SoftwareInventory_v1.xml">
62    <edmx:Include Namespace="SoftwareInventory"/>
63  </edmx:Reference>
64  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Storage_v1.xml">
65    <edmx:Include Namespace="Storage"/>
66  </edmx:Reference>
67  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/NetworkDeviceFunction_v1.xml">
68    <edmx:Include Namespace="NetworkDeviceFunction"/>
69  </edmx:Reference>
70  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/DriveMetrics_v1.xml">
71    <edmx:Include Namespace="DriveMetrics"/>
72  </edmx:Reference>
73
74  <edmx:DataServices>
75
76    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive">
77      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
78      <Annotation Term="Redfish.Language" String="en"/>
79
80      <EntityType Name="Drive" BaseType="Resource.v1_0_0.Resource" Abstract="true">
81        <Annotation Term="OData.Description" String="The `Drive` schema represents a single physical drive for a system, including links to associated volumes.  It also describes the location, such as a slot, socket, or bay, where a unit can be installed, by populating a resource instance with an absent state if a unit is not present."/>
82        <Annotation Term="OData.LongDescription" String="This resource shall represent a drive or other physical storage medium for a Redfish implementation.  It may also represent a location, such as a slot, socket, or bay, where a unit may be installed, but the `State` property within the `Status` property contains `Absent`."/>
83        <Annotation Term="Capabilities.InsertRestrictions">
84          <Record>
85            <PropertyValue Property="Insertable" Bool="false"/>
86          </Record>
87        </Annotation>
88        <Annotation Term="Capabilities.UpdateRestrictions">
89          <Record>
90            <PropertyValue Property="Updatable" Bool="true"/>
91            <Annotation Term="OData.Description" String="Writable properties, such as `IndicatorLED`, can be updated for drives."/>
92          </Record>
93        </Annotation>
94        <Annotation Term="Capabilities.DeleteRestrictions">
95          <Record>
96            <PropertyValue Property="Deletable" Bool="false"/>
97          </Record>
98        </Annotation>
99        <Annotation Term="Redfish.Uris">
100          <Collection>
101            <String>/redfish/v1/Systems/{ComputerSystemId}/Storage/{StorageId}/Drives/{DriveId}</String>
102            <String>/redfish/v1/Chassis/{ChassisId}/Drives/{DriveId}</String>
103            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Drives/{DriveId}</String>
104            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Drives/{DriveId}</String>
105            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Drives/{DriveId}</String>
106            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Drives/{DriveId}</String>
107            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Drives/{DriveId}</String>
108            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Drives/{DriveId}</String>
109          </Collection>
110        </Annotation>
111      </EntityType>
112
113      <Action Name="SecureErase" IsBound="true">
114        <Annotation Term="OData.Description" String="This action securely erases the contents of the drive."/>
115        <Annotation Term="OData.LongDescription" String="This action shall securely erase the drive."/>
116        <Parameter Name="Drive" Type="Drive.v1_0_0.Actions"/>
117        <Parameter Name="SanitizationType" Type="Drive.v1_15_0.DataSanitizationType">
118          <Annotation Term="OData.Description" String="The type of data sanitization to perform."/>
119          <Annotation Term="OData.LongDescription" String="This parameter shall contain the type of data sanitization to perform for the secure erase request.  The service can accept a request without the parameter and perform an implementation-specific default secure erase."/>
120          <Annotation Term="Redfish.Revisions">
121            <Collection>
122              <Record>
123                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
124                <PropertyValue Property="Version" String="v1_15_0"/>
125              </Record>
126            </Collection>
127          </Annotation>
128        </Parameter>
129        <Parameter Name="OverwritePasses" Type="Edm.Int64">
130          <Annotation Term="OData.Description" String="The number of times to overwrite the drive if performing an overwrite type of sanitization."/>
131          <Annotation Term="OData.LongDescription" String="This parameter shall contain the number of times to overwrite the drive if the `SanitizationType` parameter contains the value `Overwrite`.  This parameter shall be ignored if the `SanitizationType` parameter does not contain the value `Overwrite`.  If the client does not provide this parameter, the service shall perform an implementation-specific number of passes."/>
132          <Annotation Term="Redfish.Revisions">
133            <Collection>
134              <Record>
135                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
136                <PropertyValue Property="Version" String="v1_15_0"/>
137              </Record>
138            </Collection>
139          </Annotation>
140        </Parameter>
141      </Action>
142
143      <Action Name="Reset" IsBound="true">
144        <Annotation Term="OData.Description" String="This action resets this drive."/>
145        <Annotation Term="OData.LongDescription" String="This action shall reset this drive."/>
146        <Parameter Name="Drive" Type="Drive.v1_0_0.Actions"/>
147        <Parameter Name="ResetType" Type="Resource.ResetType">
148          <Annotation Term="OData.Description" String="The type of reset."/>
149          <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."/>
150        </Parameter>
151        <Annotation Term="Redfish.Revisions">
152          <Collection>
153            <Record>
154              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
155              <PropertyValue Property="Version" String="v1_7_0"/>
156            </Record>
157          </Collection>
158        </Annotation>
159      </Action>
160
161      <Action Name="RevertToOriginalFactoryState" IsBound="true">
162        <Annotation Term="OData.Description" String="This action reverts a self-encrypting drive (SED) to the original factory state."/>
163        <Annotation Term="OData.LongDescription" String="This action shall revert a self-encrypting drive (SED) to the original factory state.  Upon successful completion of this action, the drive data shall be securely erased and the `EncryptionStatus` property shall contain `Unencrypted`."/>
164        <Parameter Name="Drive" Type="Drive.v1_0_0.Actions"/>
165        <Parameter Name="PhysicalSecureID" Type="Edm.String">
166          <Annotation Term="OData.Description" String="The physical secure ID (PSID).  The PSID is generally printed on the drive label and used to revert an encrypted SED."/>
167          <Annotation Term="OData.LongDescription" String="This parameter shall contain the physical secure ID (PSID).  The PSID is generally printed on the drive label and used to revert an encrypted SED."/>
168        </Parameter>
169        <Annotation Term="Redfish.Revisions">
170          <Collection>
171            <Record>
172              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
173              <PropertyValue Property="Version" String="v1_18_0"/>
174            </Record>
175          </Collection>
176        </Annotation>
177      </Action>
178    </Schema>
179
180    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_0">
181      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
182      <Annotation Term="Redfish.Release" String="2016.1"/>
183
184      <EntityType Name="Drive" BaseType="Drive.Drive">
185        <Property Name="StatusIndicator" Type="Drive.v1_0_0.StatusIndicator">
186          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
187          <Annotation Term="OData.Description" String="The state of the status indicator, which communicates status information about this drive."/>
188          <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."/>
189        </Property>
190        <Property Name="IndicatorLED" Type="Resource.IndicatorLED">
191          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
192          <Annotation Term="OData.Description" String="The state of the indicator LED, that identifies the drive."/>
193          <Annotation Term="OData.LongDescription" String="This property shall contain the state for the indicator light associated with this drive."/>
194          <Annotation Term="Redfish.Revisions">
195            <Collection>
196              <Record>
197                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
198                <PropertyValue Property="Version" String="v1_11_0"/>
199                <PropertyValue Property="Description" String="This property has been deprecated in favor of the `LocationIndicatorActive` property."/>
200              </Record>
201            </Collection>
202          </Annotation>
203        </Property>
204        <Property Name="Model" Type="Edm.String">
205          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
206          <Annotation Term="OData.Description" String="The model number for the drive."/>
207          <Annotation Term="OData.LongDescription" String="This property shall contain the name by which the manufacturer generally refers to the drive."/>
208        </Property>
209        <Property Name="Revision" Type="Edm.String">
210          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
211          <Annotation Term="OData.Description" String="The revision of this drive.  For SCSI-based drives, this is the version of the drive from the 'Inquiry' command, which can be the firmware or hardware version.  For other types of drives, this is the hardware version."/>
212          <Annotation Term="OData.LongDescription" String="This property shall contain the manufacturer-defined revision for the associated drive.  For SCSI-based drives, this is the version of the drive from the 'Inquiry' command, which can be the firmware or hardware version.  For other types of drives, this is the hardware version."/>
213        </Property>
214        <Property Name="Status" Type="Resource.Status" Nullable="false">
215          <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
216          <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
217        </Property>
218        <Property Name="CapacityBytes" Type="Edm.Int64">
219          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
220          <Annotation Term="OData.Description" String="The size, in bytes, of this drive."/>
221          <Annotation Term="OData.LongDescription" String="This property shall contain the raw size, in bytes, of the associated drive."/>
222          <Annotation Term="Measures.Unit" String="By"/>
223        </Property>
224        <Property Name="FailurePredicted" Type="Edm.Boolean">
225          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
226          <Annotation Term="OData.Description" String="An indication of whether this drive currently predicts a failure in the near future."/>
227          <Annotation Term="OData.LongDescription" String="This property shall indicate whether this drive currently predicts a manufacturer-defined failure."/>
228        </Property>
229        <Property Name="Protocol" Type="Protocol.Protocol">
230          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
231          <Annotation Term="OData.Description" String="The protocol that this drive currently uses to communicate to the storage controller."/>
232          <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."/>
233        </Property>
234        <Property Name="MediaType" Type="Drive.v1_0_0.MediaType">
235          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
236          <Annotation Term="OData.Description" String="The type of media contained in this drive."/>
237          <Annotation Term="OData.LongDescription" String="This property shall contain the type of media contained in the associated drive."/>
238        </Property>
239        <Property Name="Manufacturer" Type="Edm.String">
240          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
241          <Annotation Term="OData.Description" String="The manufacturer of this drive."/>
242          <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."/>
243        </Property>
244        <Property Name="SKU" Type="Edm.String">
245          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
246          <Annotation Term="OData.Description" String="The SKU for this drive."/>
247          <Annotation Term="OData.LongDescription" String="This property shall contain the stock-keeping unit (SKU) number for this drive."/>
248        </Property>
249        <Property Name="SerialNumber" Type="Edm.String">
250          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
251          <Annotation Term="OData.Description" String="The serial number for this drive."/>
252          <Annotation Term="OData.LongDescription" String="This property shall contain the manufacturer-allocated number that identifies the drive."/>
253        </Property>
254        <Property Name="PartNumber" Type="Edm.String">
255          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
256          <Annotation Term="OData.Description" String="The part number for this drive."/>
257          <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."/>
258        </Property>
259        <Property Name="AssetTag" Type="Edm.String">
260          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
261          <Annotation Term="OData.Description" String="The user-assigned asset tag for this drive."/>
262          <Annotation Term="OData.LongDescription" String="This property shall track the drive for inventory purposes."/>
263        </Property>
264        <Property Name="Identifiers" Type="Collection(Resource.Identifier)" Nullable="false">
265          <Annotation Term="OData.Description" String="The durable names for the drive."/>
266          <Annotation Term="OData.LongDescription" String="This property shall contain a list of all known durable names for the associated drive."/>
267        </Property>
268        <Property Name="Location" Type="Collection(Resource.Location)" Nullable="false">
269          <Annotation Term="OData.Description" String="The location of the drive."/>
270          <Annotation Term="OData.LongDescription" String="This property shall contain the location information of the associated drive."/>
271          <Annotation Term="Redfish.Revisions">
272            <Collection>
273              <Record>
274                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
275                <PropertyValue Property="Version" String="v1_4_0"/>
276                <PropertyValue Property="Description" String="This property has been deprecated in favor of the singular `PhysicalLocation` property."/>
277              </Record>
278            </Collection>
279          </Annotation>
280        </Property>
281        <Property Name="HotspareType" Type="Drive.v1_0_0.HotspareType">
282          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
283          <Annotation Term="OData.Description" String="The type of hot spare that this drive serves as."/>
284          <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, the `State` property in `Status` shall contain `StandbySpare` and `Enabled` when it is part of a volume."/>
285        </Property>
286        <Property Name="EncryptionAbility" Type="Drive.v1_0_0.EncryptionAbility">
287          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
288          <Annotation Term="OData.Description" String="The encryption ability of this drive."/>
289          <Annotation Term="OData.LongDescription" String="This property shall contain the encryption ability for the associated drive."/>
290        </Property>
291        <Property Name="EncryptionStatus" Type="Drive.v1_0_0.EncryptionStatus">
292          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
293          <Annotation Term="OData.Description" String="The status of the encryption of this drive."/>
294          <Annotation Term="OData.LongDescription" String="This property shall contain the encryption status for the associated drive."/>
295        </Property>
296        <Property Name="RotationSpeedRPM" Type="Edm.Decimal">
297          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
298          <Annotation Term="OData.Description" String="The rotation speed of this drive, in revolutions per minute (RPM) units."/>
299          <Annotation Term="OData.LongDescription" String="This property shall contain the rotation speed, in revolutions per minute (RPM) units, of the associated drive."/>
300          <Annotation Term="Measures.Unit" String="{rev}/min"/>
301        </Property>
302        <Property Name="BlockSizeBytes" Type="Edm.Int64">
303          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
304          <Annotation Term="OData.Description" String="The size, in bytes, of the smallest addressable unit, or block."/>
305          <Annotation Term="OData.LongDescription" String="This property shall contain the size of the smallest addressable unit of the associated drive."/>
306          <Annotation Term="Measures.Unit" String="By"/>
307        </Property>
308        <Property Name="CapableSpeedGbs" Type="Edm.Decimal">
309          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
310          <Annotation Term="OData.Description" String="The speed, in gigabits per second (Gbit/s) units, at which this drive can communicate to a storage controller in ideal conditions."/>
311          <Annotation Term="OData.LongDescription" String="This property shall contain fastest capable bus speed, in gigabits per second (Gbit/s) units, of the associated drive."/>
312          <Annotation Term="Measures.Unit" String="Gbit/s"/>
313        </Property>
314        <Property Name="NegotiatedSpeedGbs" Type="Edm.Decimal">
315          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
316          <Annotation Term="OData.Description" String="The speed, in gigabits per second (Gbit/s) units, at which this drive currently communicates to the storage controller."/>
317          <Annotation Term="OData.LongDescription" String="This property shall contain current bus speed, in gigabits per second (Gbit/s) units, of the associated drive."/>
318          <Annotation Term="Measures.Unit" String="Gbit/s"/>
319        </Property>
320        <Property Name="PredictedMediaLifeLeftPercent" Type="Edm.Decimal">
321          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
322          <Annotation Term="OData.Description" String="The percentage of reads and writes that are predicted to be available for the media."/>
323          <Annotation Term="OData.LongDescription" String="This property shall contain an indicator of the percentage, typically `0` to `100`, of life remaining in the drive's media."/>
324          <Annotation Term="Measures.Unit" String="%"/>
325          <Annotation Term="Validation.Minimum" Int="0"/>
326        </Property>
327        <Property Name="Links" Type="Drive.v1_0_0.Links" Nullable="false">
328          <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
329          <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."/>
330        </Property>
331        <Property Name="Actions" Type="Drive.v1_0_0.Actions" Nullable="false">
332          <Annotation Term="OData.Description" String="The available actions for this resource."/>
333          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
334        </Property>
335      </EntityType>
336
337      <ComplexType Name="Links" BaseType="Resource.Links">
338        <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
339        <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."/>
340        <NavigationProperty Name="Volumes" Type="Collection(Volume.Volume)">
341          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
342          <Annotation Term="OData.Description" String="An array of links to the volumes that this drive either wholly or only partially contains."/>
343          <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`."/>
344          <Annotation Term="OData.AutoExpandReferences"/>
345        </NavigationProperty>
346      </ComplexType>
347
348      <ComplexType Name="Actions">
349        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
350        <Annotation Term="OData.Description" String="The available actions for this resource."/>
351        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
352        <Property Name="Oem" Type="Drive.v1_0_0.OemActions" Nullable="false">
353          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
354          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
355        </Property>
356      </ComplexType>
357
358      <ComplexType Name="OemActions">
359        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
360        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
361        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
362      </ComplexType>
363
364      <EnumType Name="MediaType">
365        <Member Name="HDD">
366          <Annotation Term="OData.Description" String="The drive media type is traditional magnetic platters."/>
367        </Member>
368        <Member Name="SSD">
369          <Annotation Term="OData.Description" String="The drive media type is solid state or flash memory."/>
370        </Member>
371        <Member Name="SMR">
372          <Annotation Term="OData.Description" String="The drive media type is shingled magnetic recording."/>
373        </Member>
374      </EnumType>
375
376      <EnumType Name="HotspareType">
377        <Member Name="None">
378          <Annotation Term="OData.Description" String="The drive is not a hot spare."/>
379        </Member>
380        <Member Name="Global">
381          <Annotation Term="OData.Description" String="The drive is serving as a hot spare for all other drives in this storage domain."/>
382        </Member>
383        <Member Name="Chassis">
384          <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."/>
385        </Member>
386        <Member Name="Dedicated">
387          <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."/>
388        </Member>
389      </EnumType>
390
391      <EnumType Name="EncryptionAbility">
392        <Member Name="None">
393          <Annotation Term="OData.Description" String="The drive is not capable of self-encryption."/>
394        </Member>
395        <Member Name="SelfEncryptingDrive">
396          <Annotation Term="OData.Description" String="The drive is capable of self-encryption per the Trusted Computing Group's Self Encrypting Drive Standard."/>
397        </Member>
398        <Member Name="Other">
399          <Annotation Term="OData.Description" String="The drive is capable of self-encryption through some other means."/>
400        </Member>
401      </EnumType>
402
403      <EnumType Name="EncryptionStatus">
404        <Member Name="Unecrypted">
405          <Annotation Term="OData.Description" String="The drive is not currently encrypted."/>
406          <Annotation Term="Redfish.Revisions">
407            <Collection>
408              <Record>
409                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
410                <PropertyValue Property="Version" String="v1_1_0"/>
411                <PropertyValue Property="Description" String="This value has been deprecated in favor of Unencrypted."/>
412              </Record>
413            </Collection>
414          </Annotation>
415        </Member>
416        <Member Name="Unlocked">
417          <Annotation Term="OData.Description" String="The drive is currently encrypted but the data is accessible to the user in unencrypted form."/>
418        </Member>
419        <Member Name="Locked">
420          <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."/>
421        </Member>
422        <Member Name="Foreign">
423          <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."/>
424        </Member>
425        <Member Name="Unencrypted">
426          <Annotation Term="OData.Description" String="The drive is not currently encrypted."/>
427          <Annotation Term="Redfish.Revisions">
428            <Collection>
429              <Record>
430                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
431                <PropertyValue Property="Version" String="v1_1_0"/>
432              </Record>
433            </Collection>
434          </Annotation>
435        </Member>
436      </EnumType>
437
438      <EnumType Name="StatusIndicator">
439        <Member Name="OK">
440          <Annotation Term="OData.Description" String="The drive is OK."/>
441        </Member>
442        <Member Name="Fail">
443          <Annotation Term="OData.Description" String="The drive has failed."/>
444        </Member>
445        <Member Name="Rebuild">
446          <Annotation Term="OData.Description" String="The drive is being rebuilt."/>
447        </Member>
448        <Member Name="PredictiveFailureAnalysis">
449          <Annotation Term="OData.Description" String="The drive still works but is predicted to fail soon."/>
450        </Member>
451        <Member Name="Hotspare">
452          <Annotation Term="OData.Description" String="The drive has been marked to automatically rebuild and replace a failed drive."/>
453        </Member>
454        <Member Name="InACriticalArray">
455          <Annotation Term="OData.Description" String="The array to which this drive belongs has been degraded."/>
456        </Member>
457        <Member Name="InAFailedArray">
458          <Annotation Term="OData.Description" String="The array to which this drive belongs has failed."/>
459        </Member>
460      </EnumType>
461    </Schema>
462
463    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_1">
464      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
465      <Annotation Term="OData.Description" String="This version was created to show the EncryptionStatus enumerated list was updated."/>
466      <EntityType Name="Drive" BaseType="Drive.v1_0_0.Drive"/>
467    </Schema>
468
469    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_2">
470      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
471      <Annotation Term="OData.Description" String="This version was created to add explicit permissions annotations to all properties for clarity."/>
472      <EntityType Name="Drive" BaseType="Drive.v1_0_1.Drive"/>
473    </Schema>
474
475    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_3">
476      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
477      <Annotation Term="OData.Description" String="This version was created to fix supported types and to remove the nullable term on arrays of links and to add the deprecated annotation on certain enumerated values."/>
478      <EntityType Name="Drive" BaseType="Drive.v1_0_2.Drive"/>
479    </Schema>
480
481    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_4">
482      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
483      <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`."/>
484      <EntityType Name="Drive" BaseType="Drive.v1_0_3.Drive"/>
485    </Schema>
486
487    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_5">
488      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
489      <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."/>
490      <EntityType Name="Drive" BaseType="Drive.v1_0_4.Drive"/>
491    </Schema>
492
493    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_6">
494      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
495      <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."/>
496      <EntityType Name="Drive" BaseType="Drive.v1_0_5.Drive"/>
497    </Schema>
498
499    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_7">
500      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
501      <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."/>
502      <EntityType Name="Drive" BaseType="Drive.v1_0_6.Drive"/>
503    </Schema>
504
505    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_8">
506      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
507      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
508      <EntityType Name="Drive" BaseType="Drive.v1_0_7.Drive"/>
509    </Schema>
510
511    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_9">
512      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
513      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
514      <EntityType Name="Drive" BaseType="Drive.v1_0_8.Drive"/>
515    </Schema>
516
517    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_10">
518      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
519      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
520      <EntityType Name="Drive" BaseType="Drive.v1_0_9.Drive"/>
521    </Schema>
522
523    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_11">
524      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
525      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
526      <EntityType Name="Drive" BaseType="Drive.v1_0_10.Drive"/>
527    </Schema>
528
529    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_12">
530      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
531      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
532      <EntityType Name="Drive" BaseType="Drive.v1_0_11.Drive"/>
533    </Schema>
534
535    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_13">
536      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
537      <Annotation Term="OData.Description" String="This version was created to change the permissions for `HotspareType` to read-write."/>
538      <EntityType Name="Drive" BaseType="Drive.v1_0_12.Drive"/>
539    </Schema>
540
541    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_14">
542      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
543      <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for `RotationSpeedRPM` to match the available UCUM format."/>
544      <EntityType Name="Drive" BaseType="Drive.v1_0_13.Drive"/>
545    </Schema>
546
547    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_15">
548      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
549      <Annotation Term="OData.Description" String="This version was created to clarify the usage of the `Revision` property when it's necessary to distinguish hardware and firmware versions.  It was also created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/>
550      <EntityType Name="Drive" BaseType="Drive.v1_0_14.Drive"/>
551    </Schema>
552
553    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_16">
554      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
555      <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
556      <EntityType Name="Drive" BaseType="Drive.v1_0_15.Drive"/>
557    </Schema>
558
559    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_17">
560      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
561      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
562      <EntityType Name="Drive" BaseType="Drive.v1_0_16.Drive"/>
563    </Schema>
564
565    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_18">
566      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
567      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
568      <EntityType Name="Drive" BaseType="Drive.v1_0_17.Drive"/>
569    </Schema>
570
571    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_19">
572      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
573      <Annotation Term="OData.Description" String="This version was created to correct the OpenAPI usage of payload annotations in action request bodies."/>
574      <EntityType Name="Drive" BaseType="Drive.v1_0_18.Drive"/>
575    </Schema>
576
577    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_0">
578      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
579      <Annotation Term="Redfish.Release" String="2016.2"/>
580
581      <EntityType Name="Drive" BaseType="Drive.v1_0_1.Drive">
582        <Property Name="Operations" Type="Collection(Drive.v1_1_0.Operations)" Nullable="false">
583          <Annotation Term="OData.Description" String="The operations currently running on the drive."/>
584          <Annotation Term="OData.LongDescription" String="This property shall contain a list of all operations currently running on the drive."/>
585        </Property>
586      </EntityType>
587
588      <ComplexType Name="Links" BaseType="Drive.v1_0_0.Links">
589        <NavigationProperty Name="Endpoints" Type="Collection(Endpoint.Endpoint)">
590          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
591          <Annotation Term="OData.Description" String="An array of links to the endpoints that connect to this drive."/>
592          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type `Endpoint` with which this drive is associated."/>
593          <Annotation Term="OData.AutoExpandReferences"/>
594        </NavigationProperty>
595      </ComplexType>
596
597      <ComplexType Name="Operations">
598        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
599        <Annotation Term="OData.Description" String="An operation currently running on this resource."/>
600        <Annotation Term="OData.LongDescription" String="This type shall describe a currently running operation on the resource."/>
601        <Property Name="OperationName" Type="Edm.String">
602          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
603          <Annotation Term="OData.Description" String="The name of the operation."/>
604          <Annotation Term="OData.LongDescription" String="This property shall contain a string of the name of the operation."/>
605          <Annotation Term="Redfish.Revisions">
606            <Collection>
607              <Record>
608                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
609                <PropertyValue Property="Version" String="v1_17_0"/>
610                <PropertyValue Property="Description" String="This property is deprecated in favor of the `Operation` property using the `OperationType` enumeration defined in the `Volume` schema."/>
611              </Record>
612            </Collection>
613          </Annotation>
614        </Property>
615        <Property Name="PercentageComplete" Type="Edm.Int64">
616          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
617          <Annotation Term="OData.Description" String="The percentage of the operation that has been completed."/>
618          <Annotation Term="OData.LongDescription" String="This property shall contain an integer of the percentage, `0` to `100`, of the operation that has been completed."/>
619          <Annotation Term="Measures.Unit" String="%"/>
620          <Annotation Term="Validation.Minimum" Int="0"/>
621          <Annotation Term="Validation.Maximum" Int="100"/>
622        </Property>
623        <NavigationProperty Name="AssociatedTask" Type="Task.Task" Nullable="false">
624          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
625          <Annotation Term="OData.Description" String="The link to the task associated with the operation, if any."/>
626          <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."/>
627        </NavigationProperty>
628      </ComplexType>
629    </Schema>
630
631    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_1">
632      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
633      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
634      <EntityType Name="Drive" BaseType="Drive.v1_1_0.Drive"/>
635    </Schema>
636
637    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_2">
638      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
639      <Annotation Term="OData.Description" String="This version was created to fix supported types to remove the nullable term on arrays of links and to add the deprecated annotation on certain enumerated values."/>
640      <EntityType Name="Drive" BaseType="Drive.v1_1_1.Drive"/>
641    </Schema>
642
643    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_3">
644      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
645      <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."/>
646      <EntityType Name="Drive" BaseType="Drive.v1_1_2.Drive"/>
647    </Schema>
648
649    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_4">
650      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
651      <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."/>
652      <EntityType Name="Drive" BaseType="Drive.v1_1_3.Drive"/>
653    </Schema>
654
655    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_5">
656      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
657      <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."/>
658      <EntityType Name="Drive" BaseType="Drive.v1_1_4.Drive"/>
659    </Schema>
660
661    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_6">
662      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
663      <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."/>
664      <EntityType Name="Drive" BaseType="Drive.v1_1_5.Drive"/>
665    </Schema>
666
667    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_7">
668      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
669      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
670      <EntityType Name="Drive" BaseType="Drive.v1_1_6.Drive"/>
671    </Schema>
672
673    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_8">
674      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
675      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
676      <EntityType Name="Drive" BaseType="Drive.v1_1_7.Drive"/>
677    </Schema>
678
679    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_9">
680      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
681      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
682      <EntityType Name="Drive" BaseType="Drive.v1_1_8.Drive"/>
683    </Schema>
684
685    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_10">
686      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
687      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
688      <EntityType Name="Drive" BaseType="Drive.v1_1_9.Drive"/>
689    </Schema>
690
691    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_11">
692      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
693      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
694      <EntityType Name="Drive" BaseType="Drive.v1_1_10.Drive"/>
695    </Schema>
696
697    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_12">
698      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
699      <Annotation Term="OData.Description" String="This version was created to change the permissions for `HotspareType` to read-write."/>
700      <EntityType Name="Drive" BaseType="Drive.v1_1_11.Drive"/>
701    </Schema>
702
703    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_13">
704      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
705      <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for `RotationSpeedRPM` to match the available UCUM format."/>
706      <EntityType Name="Drive" BaseType="Drive.v1_1_12.Drive"/>
707    </Schema>
708
709    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_14">
710      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
711      <Annotation Term="OData.Description" String="This version was created to clarify the usage of the `Revision` property when it's necessary to distinguish hardware and firmware versions.  It was also created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/>
712      <EntityType Name="Drive" BaseType="Drive.v1_1_13.Drive"/>
713    </Schema>
714
715    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_15">
716      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
717      <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
718      <EntityType Name="Drive" BaseType="Drive.v1_1_14.Drive"/>
719    </Schema>
720
721    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_16">
722      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
723      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
724      <EntityType Name="Drive" BaseType="Drive.v1_1_15.Drive"/>
725    </Schema>
726
727    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_17">
728      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
729      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
730      <EntityType Name="Drive" BaseType="Drive.v1_1_16.Drive"/>
731    </Schema>
732
733    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_18">
734      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
735      <Annotation Term="OData.Description" String="This version was created to correct the OpenAPI usage of payload annotations in action request bodies."/>
736      <EntityType Name="Drive" BaseType="Drive.v1_1_17.Drive"/>
737    </Schema>
738
739    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_0">
740      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
741      <Annotation Term="Redfish.Release" String="2017.1"/>
742
743      <EntityType Name="Drive" BaseType="Drive.v1_1_2.Drive"/>
744
745      <ComplexType Name="Links" BaseType="Drive.v1_1_0.Links">
746        <NavigationProperty Name="Chassis" Type="Chassis.Chassis" Nullable="false">
747          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
748          <Annotation Term="OData.Description" String="The link to the chassis that contains this drive."/>
749          <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."/>
750          <Annotation Term="OData.AutoExpandReferences"/>
751        </NavigationProperty>
752      </ComplexType>
753    </Schema>
754
755    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_1">
756      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
757      <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."/>
758      <EntityType Name="Drive" BaseType="Drive.v1_2_0.Drive"/>
759    </Schema>
760
761    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_2">
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_2_1.Drive"/>
765    </Schema>
766
767    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_3">
768      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
769      <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."/>
770      <EntityType Name="Drive" BaseType="Drive.v1_2_2.Drive"/>
771    </Schema>
772
773    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_4">
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_2_3.Drive"/>
777    </Schema>
778
779    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_5">
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_2_4.Drive"/>
783    </Schema>
784
785    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_6">
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_2_5.Drive"/>
789    </Schema>
790
791    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_7">
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_2_6.Drive"/>
795    </Schema>
796
797    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_8">
798      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
799      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
800      <EntityType Name="Drive" BaseType="Drive.v1_2_7.Drive"/>
801    </Schema>
802
803    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_9">
804      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
805      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
806      <EntityType Name="Drive" BaseType="Drive.v1_2_8.Drive"/>
807    </Schema>
808
809    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_10">
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_2_9.Drive"/>
813    </Schema>
814
815    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_11">
816      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
817      <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for `RotationSpeedRPM` to match the available UCUM format."/>
818      <EntityType Name="Drive" BaseType="Drive.v1_2_10.Drive"/>
819    </Schema>
820
821    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_12">
822      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
823      <Annotation Term="OData.Description" String="This version was created to clarify the usage of the `Revision` property when it's necessary to distinguish hardware and firmware versions.  It was also created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/>
824      <EntityType Name="Drive" BaseType="Drive.v1_2_11.Drive"/>
825    </Schema>
826
827    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_13">
828      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
829      <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
830      <EntityType Name="Drive" BaseType="Drive.v1_2_12.Drive"/>
831    </Schema>
832
833    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_14">
834      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
835      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
836      <EntityType Name="Drive" BaseType="Drive.v1_2_13.Drive"/>
837    </Schema>
838
839    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_15">
840      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
841      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
842      <EntityType Name="Drive" BaseType="Drive.v1_2_14.Drive"/>
843    </Schema>
844
845    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_16">
846      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
847      <Annotation Term="OData.Description" String="This version was created to correct the OpenAPI usage of payload annotations in action request bodies."/>
848      <EntityType Name="Drive" BaseType="Drive.v1_2_15.Drive"/>
849    </Schema>
850
851    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_0">
852      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
853      <Annotation Term="Redfish.Release" String="2017.3"/>
854
855      <EntityType Name="Drive" BaseType="Drive.v1_2_1.Drive">
856        <NavigationProperty Name="Assembly" Type="Assembly.Assembly" ContainsTarget="true" Nullable="false">
857          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
858          <Annotation Term="OData.Description" String="The link to the assembly associated with this drive."/>
859          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type `Assembly`."/>
860          <Annotation Term="OData.AutoExpandReferences"/>
861        </NavigationProperty>
862      </EntityType>
863    </Schema>
864
865    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_1">
866      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
867      <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."/>
868      <EntityType Name="Drive" BaseType="Drive.v1_3_0.Drive"/>
869    </Schema>
870
871    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_2">
872      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
873      <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."/>
874      <EntityType Name="Drive" BaseType="Drive.v1_3_1.Drive"/>
875    </Schema>
876
877    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_3">
878      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
879      <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."/>
880      <EntityType Name="Drive" BaseType="Drive.v1_3_2.Drive"/>
881    </Schema>
882
883    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_4">
884      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
885      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
886      <EntityType Name="Drive" BaseType="Drive.v1_3_3.Drive"/>
887    </Schema>
888
889    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_5">
890      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
891      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
892      <EntityType Name="Drive" BaseType="Drive.v1_3_4.Drive"/>
893    </Schema>
894
895    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_6">
896      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
897      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
898      <EntityType Name="Drive" BaseType="Drive.v1_3_5.Drive"/>
899    </Schema>
900
901    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_7">
902      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
903      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
904      <EntityType Name="Drive" BaseType="Drive.v1_3_6.Drive"/>
905    </Schema>
906
907    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_8">
908      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
909      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
910      <EntityType Name="Drive" BaseType="Drive.v1_3_7.Drive"/>
911    </Schema>
912
913    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_9">
914      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
915      <Annotation Term="OData.Description" String="This version was created to change the permissions for `HotspareType` to read-write."/>
916      <EntityType Name="Drive" BaseType="Drive.v1_3_8.Drive"/>
917    </Schema>
918
919    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_10">
920      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
921      <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for `RotationSpeedRPM` to match the available UCUM format."/>
922      <EntityType Name="Drive" BaseType="Drive.v1_3_9.Drive"/>
923    </Schema>
924
925    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_11">
926      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
927      <Annotation Term="OData.Description" String="This version was created to clarify the usage of the `Revision` property when it's necessary to distinguish hardware and firmware versions.  It was also created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/>
928      <EntityType Name="Drive" BaseType="Drive.v1_3_10.Drive"/>
929    </Schema>
930
931    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_12">
932      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
933      <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
934      <EntityType Name="Drive" BaseType="Drive.v1_3_11.Drive"/>
935    </Schema>
936
937    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_13">
938      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
939      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
940      <EntityType Name="Drive" BaseType="Drive.v1_3_12.Drive"/>
941    </Schema>
942
943    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_14">
944      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
945      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
946      <EntityType Name="Drive" BaseType="Drive.v1_3_13.Drive"/>
947    </Schema>
948
949    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_15">
950      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
951      <Annotation Term="OData.Description" String="This version was created to correct the OpenAPI usage of payload annotations in action request bodies."/>
952      <EntityType Name="Drive" BaseType="Drive.v1_3_14.Drive"/>
953    </Schema>
954
955    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_0">
956      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
957      <Annotation Term="Redfish.Release" String="2018.1"/>
958
959      <EntityType Name="Drive" BaseType="Drive.v1_3_0.Drive">
960        <Property Name="PhysicalLocation" Type="Resource.Location" Nullable="false">
961          <Annotation Term="OData.Description" String="The location of the drive.  This property is equivalent to the `Location` property common to other standard Redfish resources."/>
962          <Annotation Term="OData.LongDescription" String="This property shall contain the location information of the associated drive."/>
963        </Property>
964      </EntityType>
965    </Schema>
966
967    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_1">
968      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
969      <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."/>
970      <EntityType Name="Drive" BaseType="Drive.v1_4_0.Drive"/>
971    </Schema>
972
973    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_2">
974      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
975      <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."/>
976      <EntityType Name="Drive" BaseType="Drive.v1_4_1.Drive"/>
977    </Schema>
978
979    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_3">
980      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
981      <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."/>
982      <EntityType Name="Drive" BaseType="Drive.v1_4_2.Drive"/>
983    </Schema>
984
985    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_4">
986      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
987      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
988      <EntityType Name="Drive" BaseType="Drive.v1_4_3.Drive"/>
989    </Schema>
990
991    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_5">
992      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
993      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
994      <EntityType Name="Drive" BaseType="Drive.v1_4_4.Drive"/>
995    </Schema>
996
997    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_6">
998      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
999      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1000      <EntityType Name="Drive" BaseType="Drive.v1_4_5.Drive"/>
1001    </Schema>
1002
1003    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_7">
1004      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1005      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
1006      <EntityType Name="Drive" BaseType="Drive.v1_4_6.Drive"/>
1007    </Schema>
1008
1009    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_8">
1010      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1011      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
1012      <EntityType Name="Drive" BaseType="Drive.v1_4_7.Drive"/>
1013    </Schema>
1014
1015    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_9">
1016      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1017      <Annotation Term="OData.Description" String="This version was created to change the permissions for `HotspareType` to read-write."/>
1018      <EntityType Name="Drive" BaseType="Drive.v1_4_8.Drive"/>
1019    </Schema>
1020
1021    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_10">
1022      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1023      <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for `RotationSpeedRPM` to match the available UCUM format."/>
1024      <EntityType Name="Drive" BaseType="Drive.v1_4_9.Drive"/>
1025    </Schema>
1026
1027    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_11">
1028      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1029      <Annotation Term="OData.Description" String="This version was created to clarify the usage of the `Revision` property when it's necessary to distinguish hardware and firmware versions.  It was also created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/>
1030      <EntityType Name="Drive" BaseType="Drive.v1_4_10.Drive"/>
1031    </Schema>
1032
1033    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_12">
1034      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1035      <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
1036      <EntityType Name="Drive" BaseType="Drive.v1_4_11.Drive"/>
1037    </Schema>
1038
1039    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_13">
1040      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1041      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1042      <EntityType Name="Drive" BaseType="Drive.v1_4_12.Drive"/>
1043    </Schema>
1044
1045    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_14">
1046      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1047      <Annotation Term="OData.Description" String="This version was created to clarify `PhysicalLocation` is the same as `Location` found elsewhere.  It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
1048      <EntityType Name="Drive" BaseType="Drive.v1_4_13.Drive"/>
1049    </Schema>
1050
1051    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_15">
1052      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1053      <Annotation Term="OData.Description" String="This version was created to correct the OpenAPI usage of payload annotations in action request bodies."/>
1054      <EntityType Name="Drive" BaseType="Drive.v1_4_14.Drive"/>
1055    </Schema>
1056
1057    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_0">
1058      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1059      <Annotation Term="Redfish.Release" String="2018.2"/>
1060
1061      <EntityType Name="Drive" BaseType="Drive.v1_4_1.Drive">
1062        <Property Name="HotspareReplacementMode" Type="Drive.v1_5_0.HotspareReplacementModeType">
1063          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1064          <Annotation Term="OData.Description" String="The replacement mode for the hot spare drive."/>
1065          <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."/>
1066        </Property>
1067      </EntityType>
1068
1069      <EnumType Name="HotspareReplacementModeType">
1070        <Member Name="Revertible">
1071          <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."/>
1072        </Member>
1073        <Member Name="NonRevertible">
1074          <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."/>
1075        </Member>
1076      </EnumType>
1077    </Schema>
1078
1079    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_1">
1080      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1081      <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."/>
1082      <EntityType Name="Drive" BaseType="Drive.v1_5_0.Drive"/>
1083    </Schema>
1084
1085    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_2">
1086      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1087      <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."/>
1088      <EntityType Name="Drive" BaseType="Drive.v1_5_1.Drive"/>
1089    </Schema>
1090
1091    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_3">
1092      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1093      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1094      <EntityType Name="Drive" BaseType="Drive.v1_5_2.Drive"/>
1095    </Schema>
1096
1097    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_4">
1098      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1099      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1100      <EntityType Name="Drive" BaseType="Drive.v1_5_3.Drive"/>
1101    </Schema>
1102
1103    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_5">
1104      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1105      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1106      <EntityType Name="Drive" BaseType="Drive.v1_5_4.Drive"/>
1107    </Schema>
1108
1109    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_6">
1110      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1111      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
1112      <EntityType Name="Drive" BaseType="Drive.v1_5_5.Drive"/>
1113    </Schema>
1114
1115    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_7">
1116      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1117      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
1118      <EntityType Name="Drive" BaseType="Drive.v1_5_6.Drive"/>
1119    </Schema>
1120
1121    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_8">
1122      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1123      <Annotation Term="OData.Description" String="This version was created to change the permissions for `HotspareType` to read-write."/>
1124      <EntityType Name="Drive" BaseType="Drive.v1_5_7.Drive"/>
1125    </Schema>
1126
1127    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_9">
1128      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1129      <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for `RotationSpeedRPM` to match the available UCUM format."/>
1130      <EntityType Name="Drive" BaseType="Drive.v1_5_8.Drive"/>
1131    </Schema>
1132
1133    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_10">
1134      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1135      <Annotation Term="OData.Description" String="This version was created to clarify the usage of the `Revision` property when it's necessary to distinguish hardware and firmware versions.  It was also created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/>
1136      <EntityType Name="Drive" BaseType="Drive.v1_5_9.Drive"/>
1137    </Schema>
1138
1139    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_11">
1140      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1141      <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
1142      <EntityType Name="Drive" BaseType="Drive.v1_5_10.Drive"/>
1143    </Schema>
1144
1145    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_12">
1146      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1147      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1148      <EntityType Name="Drive" BaseType="Drive.v1_5_11.Drive"/>
1149    </Schema>
1150
1151    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_13">
1152      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1153      <Annotation Term="OData.Description" String="This version was created to clarify `PhysicalLocation` is the same as `Location` found elsewhere.  It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
1154      <EntityType Name="Drive" BaseType="Drive.v1_5_12.Drive"/>
1155    </Schema>
1156
1157    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_14">
1158      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1159      <Annotation Term="OData.Description" String="This version was created to correct the OpenAPI usage of payload annotations in action request bodies."/>
1160      <EntityType Name="Drive" BaseType="Drive.v1_5_13.Drive"/>
1161    </Schema>
1162
1163    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_6_0">
1164      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1165      <Annotation Term="Redfish.Release" String="2019.1"/>
1166
1167      <EntityType Name="Drive" BaseType="Drive.v1_5_2.Drive"/>
1168
1169      <ComplexType Name="Links" BaseType="Drive.v1_2_0.Links">
1170        <NavigationProperty Name="PCIeFunctions" Type="Collection(PCIeFunction.PCIeFunction)">
1171          <Annotation Term="OData.Description" String="An array of links to the PCIe functions that the drive produces."/>
1172          <Annotation Term="OData.LongDescription" String="This property shall link to a resource of type `PCIeFunction` that represents the PCIe functions associated with this resource."/>
1173          <Annotation Term="OData.AutoExpandReferences"/>
1174        </NavigationProperty>
1175      </ComplexType>
1176    </Schema>
1177
1178    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_6_1">
1179      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1180      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1181      <EntityType Name="Drive" BaseType="Drive.v1_6_0.Drive"/>
1182    </Schema>
1183
1184    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_6_2">
1185      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1186      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1187      <EntityType Name="Drive" BaseType="Drive.v1_6_1.Drive"/>
1188    </Schema>
1189
1190    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_6_3">
1191      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1192      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1193      <EntityType Name="Drive" BaseType="Drive.v1_6_2.Drive"/>
1194    </Schema>
1195
1196    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_6_4">
1197      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1198      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
1199      <EntityType Name="Drive" BaseType="Drive.v1_6_3.Drive"/>
1200    </Schema>
1201
1202    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_6_5">
1203      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1204      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
1205      <EntityType Name="Drive" BaseType="Drive.v1_6_4.Drive"/>
1206    </Schema>
1207
1208    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_6_6">
1209      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1210      <Annotation Term="OData.Description" String="This version was created to change the permissions for `HotspareType` to read-write."/>
1211      <EntityType Name="Drive" BaseType="Drive.v1_6_5.Drive"/>
1212    </Schema>
1213
1214    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_6_7">
1215      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1216      <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for `RotationSpeedRPM` to match the available UCUM format."/>
1217      <EntityType Name="Drive" BaseType="Drive.v1_6_6.Drive"/>
1218    </Schema>
1219
1220    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_6_8">
1221      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1222      <Annotation Term="OData.Description" String="This version was created to clarify the usage of the `Revision` property when it's necessary to distinguish hardware and firmware versions.  It was also created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/>
1223      <EntityType Name="Drive" BaseType="Drive.v1_6_7.Drive"/>
1224    </Schema>
1225
1226    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_6_9">
1227      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1228      <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
1229      <EntityType Name="Drive" BaseType="Drive.v1_6_8.Drive"/>
1230    </Schema>
1231
1232    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_6_10">
1233      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1234      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1235      <EntityType Name="Drive" BaseType="Drive.v1_6_9.Drive"/>
1236    </Schema>
1237
1238    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_6_11">
1239      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1240      <Annotation Term="OData.Description" String="This version was created to clarify `PhysicalLocation` is the same as `Location` found elsewhere.  It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
1241      <EntityType Name="Drive" BaseType="Drive.v1_6_10.Drive"/>
1242    </Schema>
1243
1244    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_6_12">
1245      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1246      <Annotation Term="OData.Description" String="This version was created to correct the OpenAPI usage of payload annotations in action request bodies."/>
1247      <EntityType Name="Drive" BaseType="Drive.v1_6_11.Drive"/>
1248    </Schema>
1249
1250    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_7_0">
1251      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1252      <Annotation Term="Redfish.Release" String="2019.2"/>
1253      <Annotation Term="OData.Description" String="This version was created to add the `Reset` action."/>
1254
1255      <EntityType Name="Drive" BaseType="Drive.v1_6_0.Drive">
1256        <Property Name="WriteCacheEnabled" Type="Edm.Boolean">
1257          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1258          <Annotation Term="OData.Description" String="An indication of whether the drive write cache is enabled."/>
1259          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the drive write cache is enabled."/>
1260        </Property>
1261      </EntityType>
1262    </Schema>
1263
1264    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_7_1">
1265      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1266      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1267      <EntityType Name="Drive" BaseType="Drive.v1_7_0.Drive"/>
1268    </Schema>
1269
1270    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_7_2">
1271      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1272      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1273      <EntityType Name="Drive" BaseType="Drive.v1_7_1.Drive"/>
1274    </Schema>
1275
1276    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_7_3">
1277      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1278      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
1279      <EntityType Name="Drive" BaseType="Drive.v1_7_2.Drive"/>
1280    </Schema>
1281
1282    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_7_4">
1283      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1284      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
1285      <EntityType Name="Drive" BaseType="Drive.v1_7_3.Drive"/>
1286    </Schema>
1287
1288    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_7_5">
1289      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1290      <Annotation Term="OData.Description" String="This version was created to change the permissions for `HotspareType` to read-write."/>
1291      <EntityType Name="Drive" BaseType="Drive.v1_7_4.Drive"/>
1292    </Schema>
1293
1294    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_7_6">
1295      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1296      <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for `RotationSpeedRPM` to match the available UCUM format."/>
1297      <EntityType Name="Drive" BaseType="Drive.v1_7_5.Drive"/>
1298    </Schema>
1299
1300    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_7_7">
1301      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1302      <Annotation Term="OData.Description" String="This version was created to clarify the usage of the `Revision` property when it's necessary to distinguish hardware and firmware versions.  It was also created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/>
1303      <EntityType Name="Drive" BaseType="Drive.v1_7_6.Drive"/>
1304    </Schema>
1305
1306    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_7_8">
1307      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1308      <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
1309      <EntityType Name="Drive" BaseType="Drive.v1_7_7.Drive"/>
1310    </Schema>
1311
1312    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_7_9">
1313      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1314      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1315      <EntityType Name="Drive" BaseType="Drive.v1_7_8.Drive"/>
1316    </Schema>
1317
1318    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_7_10">
1319      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1320      <Annotation Term="OData.Description" String="This version was created to clarify `PhysicalLocation` is the same as `Location` found elsewhere.  It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
1321      <EntityType Name="Drive" BaseType="Drive.v1_7_9.Drive"/>
1322    </Schema>
1323
1324    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_7_11">
1325      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1326      <Annotation Term="OData.Description" String="This version was created to correct the OpenAPI usage of payload annotations in action request bodies."/>
1327      <EntityType Name="Drive" BaseType="Drive.v1_7_10.Drive"/>
1328    </Schema>
1329
1330    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_8_0">
1331      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1332      <Annotation Term="Redfish.Release" String="2019.3"/>
1333
1334      <EntityType Name="Drive" BaseType="Drive.v1_7_0.Drive"/>
1335
1336      <ComplexType Name="Links" BaseType="Drive.v1_6_0.Links">
1337        <NavigationProperty Name="StoragePools" Type="Collection(StoragePool.StoragePool)">
1338          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1339          <Annotation Term="OData.Description" String="An array of links to the storage pools to which this drive belongs."/>
1340          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links of type `StoragePool` to which this drive belongs."/>
1341          <Annotation Term="OData.AutoExpandReferences"/>
1342        </NavigationProperty>
1343      </ComplexType>
1344    </Schema>
1345
1346    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_8_1">
1347      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1348      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1349      <EntityType Name="Drive" BaseType="Drive.v1_8_0.Drive"/>
1350    </Schema>
1351
1352    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_8_2">
1353      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1354      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1355      <EntityType Name="Drive" BaseType="Drive.v1_8_1.Drive"/>
1356    </Schema>
1357
1358    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_8_3">
1359      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1360      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
1361      <EntityType Name="Drive" BaseType="Drive.v1_8_2.Drive"/>
1362    </Schema>
1363
1364    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_8_4">
1365      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1366      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
1367      <EntityType Name="Drive" BaseType="Drive.v1_8_3.Drive"/>
1368    </Schema>
1369
1370    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_8_5">
1371      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1372      <Annotation Term="OData.Description" String="This version was created to change the permissions for `HotspareType` to read-write."/>
1373      <EntityType Name="Drive" BaseType="Drive.v1_8_4.Drive"/>
1374    </Schema>
1375
1376    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_8_6">
1377      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1378      <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for `RotationSpeedRPM` to match the available UCUM format."/>
1379      <EntityType Name="Drive" BaseType="Drive.v1_8_5.Drive"/>
1380    </Schema>
1381
1382    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_8_7">
1383      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1384      <Annotation Term="OData.Description" String="This version was created to clarify the usage of the `Revision` property when it's necessary to distinguish hardware and firmware versions.  It was also created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/>
1385      <EntityType Name="Drive" BaseType="Drive.v1_8_6.Drive"/>
1386    </Schema>
1387
1388    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_8_8">
1389      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1390      <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
1391      <EntityType Name="Drive" BaseType="Drive.v1_8_7.Drive"/>
1392    </Schema>
1393
1394    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_8_9">
1395      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1396      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1397      <EntityType Name="Drive" BaseType="Drive.v1_8_8.Drive"/>
1398    </Schema>
1399
1400    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_8_10">
1401      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1402      <Annotation Term="OData.Description" String="This version was created to clarify `PhysicalLocation` is the same as `Location` found elsewhere.  It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
1403      <EntityType Name="Drive" BaseType="Drive.v1_8_9.Drive"/>
1404    </Schema>
1405
1406    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_8_11">
1407      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1408      <Annotation Term="OData.Description" String="This version was created to correct the OpenAPI usage of payload annotations in action request bodies."/>
1409      <EntityType Name="Drive" BaseType="Drive.v1_8_10.Drive"/>
1410    </Schema>
1411
1412    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_9_0">
1413      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1414      <Annotation Term="Redfish.Release" String="2019.4"/>
1415
1416      <EntityType Name="Drive" BaseType="Drive.v1_8_0.Drive">
1417        <Property Name="Multipath" Type="Edm.Boolean">
1418          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1419          <Annotation Term="OData.Description" String="An indication of whether the drive is accessible from multiple paths."/>
1420          <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."/>
1421        </Property>
1422      </EntityType>
1423    </Schema>
1424
1425    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_9_1">
1426      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1427      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1428      <EntityType Name="Drive" BaseType="Drive.v1_9_0.Drive"/>
1429    </Schema>
1430
1431    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_9_2">
1432      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1433      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1434      <EntityType Name="Drive" BaseType="Drive.v1_9_1.Drive"/>
1435    </Schema>
1436
1437    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_9_3">
1438      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1439      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
1440      <EntityType Name="Drive" BaseType="Drive.v1_9_2.Drive"/>
1441    </Schema>
1442
1443    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_9_4">
1444      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1445      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
1446      <EntityType Name="Drive" BaseType="Drive.v1_9_3.Drive"/>
1447    </Schema>
1448
1449    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_9_5">
1450      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1451      <Annotation Term="OData.Description" String="This version was created to change the permissions for `HotspareType` to read-write."/>
1452      <EntityType Name="Drive" BaseType="Drive.v1_9_4.Drive"/>
1453    </Schema>
1454
1455    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_9_6">
1456      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1457      <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for `RotationSpeedRPM` to match the available UCUM format."/>
1458      <EntityType Name="Drive" BaseType="Drive.v1_9_5.Drive"/>
1459    </Schema>
1460
1461    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_9_7">
1462      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1463      <Annotation Term="OData.Description" String="This version was created to clarify the usage of the `Revision` property when it's necessary to distinguish hardware and firmware versions.  It was also created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/>
1464      <EntityType Name="Drive" BaseType="Drive.v1_9_6.Drive"/>
1465    </Schema>
1466
1467    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_9_8">
1468      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1469      <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
1470      <EntityType Name="Drive" BaseType="Drive.v1_9_7.Drive"/>
1471    </Schema>
1472
1473    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_9_9">
1474      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1475      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1476      <EntityType Name="Drive" BaseType="Drive.v1_9_8.Drive"/>
1477    </Schema>
1478
1479    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_9_10">
1480      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1481      <Annotation Term="OData.Description" String="This version was created to clarify `PhysicalLocation` is the same as `Location` found elsewhere.  It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
1482      <EntityType Name="Drive" BaseType="Drive.v1_9_9.Drive"/>
1483    </Schema>
1484
1485    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_9_11">
1486      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1487      <Annotation Term="OData.Description" String="This version was created to correct the OpenAPI usage of payload annotations in action request bodies."/>
1488      <EntityType Name="Drive" BaseType="Drive.v1_9_10.Drive"/>
1489    </Schema>
1490
1491    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_10_0">
1492      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1493      <Annotation Term="Redfish.Release" String="2020.2"/>
1494
1495      <EntityType Name="Drive" BaseType="Drive.v1_9_2.Drive">
1496        <Property Name="ReadyToRemove" Type="Edm.Boolean">
1497          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1498          <Annotation Term="OData.Description" String="An indication of whether the drive is prepared by the system for removal."/>
1499          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the system is prepared for the removal of this drive."/>
1500        </Property>
1501      </EntityType>
1502    </Schema>
1503
1504    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_10_1">
1505      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1506      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
1507      <EntityType Name="Drive" BaseType="Drive.v1_10_0.Drive"/>
1508    </Schema>
1509
1510    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_10_2">
1511      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1512      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
1513      <EntityType Name="Drive" BaseType="Drive.v1_10_1.Drive"/>
1514    </Schema>
1515
1516    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_10_3">
1517      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1518      <Annotation Term="OData.Description" String="This version was created to change the permissions for `HotspareType` to read-write."/>
1519      <EntityType Name="Drive" BaseType="Drive.v1_10_2.Drive"/>
1520    </Schema>
1521
1522    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_10_4">
1523      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1524      <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for `RotationSpeedRPM` to match the available UCUM format."/>
1525      <EntityType Name="Drive" BaseType="Drive.v1_10_3.Drive"/>
1526    </Schema>
1527
1528    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_10_5">
1529      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1530      <Annotation Term="OData.Description" String="This version was created to clarify the usage of the `Revision` property when it's necessary to distinguish hardware and firmware versions.  It was also created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/>
1531      <EntityType Name="Drive" BaseType="Drive.v1_10_4.Drive"/>
1532    </Schema>
1533
1534    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_10_6">
1535      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1536      <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
1537      <EntityType Name="Drive" BaseType="Drive.v1_10_5.Drive"/>
1538    </Schema>
1539
1540    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_10_7">
1541      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1542      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1543      <EntityType Name="Drive" BaseType="Drive.v1_10_6.Drive"/>
1544    </Schema>
1545
1546    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_10_8">
1547      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1548      <Annotation Term="OData.Description" String="This version was created to clarify `PhysicalLocation` is the same as `Location` found elsewhere.  It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
1549      <EntityType Name="Drive" BaseType="Drive.v1_10_7.Drive"/>
1550    </Schema>
1551
1552    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_10_9">
1553      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1554      <Annotation Term="OData.Description" String="This version was created to correct the OpenAPI usage of payload annotations in action request bodies."/>
1555      <EntityType Name="Drive" BaseType="Drive.v1_10_8.Drive"/>
1556    </Schema>
1557
1558    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_11_0">
1559      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1560      <Annotation Term="Redfish.Release" String="2020.3"/>
1561      <Annotation Term="OData.Description" String="This version was created to deprecate `IndicatorLED` in favor of `LocationIndicatorActive`."/>
1562
1563      <EntityType Name="Drive" BaseType="Drive.v1_10_0.Drive">
1564        <Property Name="LocationIndicatorActive" Type="Edm.Boolean">
1565          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1566          <Annotation Term="OData.Description" String="An indicator allowing an operator to physically locate this resource."/>
1567          <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."/>
1568        </Property>
1569      </EntityType>
1570    </Schema>
1571
1572    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_11_1">
1573      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1574      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
1575      <EntityType Name="Drive" BaseType="Drive.v1_11_0.Drive"/>
1576    </Schema>
1577
1578    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_11_2">
1579      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1580      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
1581      <EntityType Name="Drive" BaseType="Drive.v1_11_1.Drive"/>
1582    </Schema>
1583
1584    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_11_3">
1585      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1586      <Annotation Term="OData.Description" String="This version was created to change the permissions for `HotspareType` to read-write."/>
1587      <EntityType Name="Drive" BaseType="Drive.v1_11_2.Drive"/>
1588    </Schema>
1589
1590    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_11_4">
1591      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1592      <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for `RotationSpeedRPM` to match the available UCUM format."/>
1593      <EntityType Name="Drive" BaseType="Drive.v1_11_3.Drive"/>
1594    </Schema>
1595
1596    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_11_5">
1597      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1598      <Annotation Term="OData.Description" String="This version was created to clarify the usage of the `Revision` property when it's necessary to distinguish hardware and firmware versions.  It was also created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/>
1599      <EntityType Name="Drive" BaseType="Drive.v1_11_4.Drive"/>
1600    </Schema>
1601
1602    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_11_6">
1603      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1604      <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
1605      <EntityType Name="Drive" BaseType="Drive.v1_11_5.Drive"/>
1606    </Schema>
1607
1608    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_11_7">
1609      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1610      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1611      <EntityType Name="Drive" BaseType="Drive.v1_11_6.Drive"/>
1612    </Schema>
1613
1614    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_11_8">
1615      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1616      <Annotation Term="OData.Description" String="This version was created to clarify `PhysicalLocation` is the same as `Location` found elsewhere.  It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
1617      <EntityType Name="Drive" BaseType="Drive.v1_11_7.Drive"/>
1618    </Schema>
1619
1620    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_11_9">
1621      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1622      <Annotation Term="OData.Description" String="This version was created to correct the OpenAPI usage of payload annotations in action request bodies."/>
1623      <EntityType Name="Drive" BaseType="Drive.v1_11_8.Drive"/>
1624    </Schema>
1625
1626    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_12_0">
1627      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1628      <Annotation Term="Redfish.Release" String="2020.4"/>
1629
1630      <EntityType Name="Drive" BaseType="Drive.v1_11_1.Drive">
1631        <NavigationProperty Name="EnvironmentMetrics" Type="EnvironmentMetrics.EnvironmentMetrics" Nullable="false">
1632          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1633          <Annotation Term="OData.Description" String="The link to the environment metrics for this drive."/>
1634          <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."/>
1635          <Annotation Term="OData.AutoExpandReferences"/>
1636        </NavigationProperty>
1637        <NavigationProperty Name="Certificates" Type="CertificateCollection.CertificateCollection" ContainsTarget="true" Nullable="false">
1638          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1639          <Annotation Term="OData.Description" String="The link to a collection of certificates for device identity and attestation."/>
1640          <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."/>
1641          <Annotation Term="OData.AutoExpandReferences"/>
1642        </NavigationProperty>
1643        <Property Name="Measurements" Type="Collection(SoftwareInventory.MeasurementBlock)" Nullable="false">
1644          <Annotation Term="OData.Description" String="An array of DSP0274-defined measurement blocks."/>
1645          <Annotation Term="OData.LongDescription" String="This property shall contain an array of DSP0274-defined measurement blocks."/>
1646          <Annotation Term="Redfish.Revisions">
1647            <Collection>
1648              <Record>
1649                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
1650                <PropertyValue Property="Version" String="v1_14_0"/>
1651                <PropertyValue Property="Description" String="This property has been deprecated in favor of the `ComponentIntegrity` resource."/>
1652              </Record>
1653            </Collection>
1654          </Annotation>
1655        </Property>
1656      </EntityType>
1657    </Schema>
1658
1659    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_12_1">
1660      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1661      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
1662      <EntityType Name="Drive" BaseType="Drive.v1_12_0.Drive"/>
1663    </Schema>
1664
1665    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_12_2">
1666      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1667      <Annotation Term="OData.Description" String="This version was created to change the permissions for `HotspareType` to read-write."/>
1668      <EntityType Name="Drive" BaseType="Drive.v1_12_1.Drive"/>
1669    </Schema>
1670
1671    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_12_3">
1672      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1673      <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for `RotationSpeedRPM` to match the available UCUM format."/>
1674      <EntityType Name="Drive" BaseType="Drive.v1_12_2.Drive"/>
1675    </Schema>
1676
1677    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_12_4">
1678      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1679      <Annotation Term="OData.Description" String="This version was created to clarify the usage of the `Revision` property when it's necessary to distinguish hardware and firmware versions.  It was also created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/>
1680      <EntityType Name="Drive" BaseType="Drive.v1_12_3.Drive"/>
1681    </Schema>
1682
1683    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_12_5">
1684      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1685      <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
1686      <EntityType Name="Drive" BaseType="Drive.v1_12_4.Drive"/>
1687    </Schema>
1688
1689    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_12_6">
1690      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1691      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1692      <EntityType Name="Drive" BaseType="Drive.v1_12_5.Drive"/>
1693    </Schema>
1694
1695    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_12_7">
1696      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1697      <Annotation Term="OData.Description" String="This version was created to clarify `PhysicalLocation` is the same as `Location` found elsewhere.  It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
1698      <EntityType Name="Drive" BaseType="Drive.v1_12_6.Drive"/>
1699    </Schema>
1700
1701    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_12_8">
1702      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1703      <Annotation Term="OData.Description" String="This version was created to correct the OpenAPI usage of payload annotations in action request bodies."/>
1704      <EntityType Name="Drive" BaseType="Drive.v1_12_7.Drive"/>
1705    </Schema>
1706
1707    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_13_0">
1708      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1709      <Annotation Term="Redfish.Release" String="2021.2"/>
1710
1711      <EntityType Name="Drive" BaseType="Drive.v1_12_2.Drive"/>
1712
1713      <ComplexType Name="Links" BaseType="Drive.v1_8_0.Links">
1714        <NavigationProperty Name="Storage" Type="Storage.Storage" Nullable="false">
1715          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1716          <Annotation Term="OData.Description" String="A link to the storage subsystem to which this drive belongs."/>
1717          <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."/>
1718          <Annotation Term="OData.AutoExpandReferences"/>
1719        </NavigationProperty>
1720      </ComplexType>
1721    </Schema>
1722
1723    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_13_1">
1724      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1725      <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for `RotationSpeedRPM` to match the available UCUM format."/>
1726      <EntityType Name="Drive" BaseType="Drive.v1_13_0.Drive"/>
1727    </Schema>
1728
1729    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_13_2">
1730      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1731      <Annotation Term="OData.Description" String="This version was created to clarify the usage of the `Revision` property when it's necessary to distinguish hardware and firmware versions.  It was also created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/>
1732      <EntityType Name="Drive" BaseType="Drive.v1_13_1.Drive"/>
1733    </Schema>
1734
1735    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_13_3">
1736      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1737      <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
1738      <EntityType Name="Drive" BaseType="Drive.v1_13_2.Drive"/>
1739    </Schema>
1740
1741    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_13_4">
1742      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1743      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1744      <EntityType Name="Drive" BaseType="Drive.v1_13_3.Drive"/>
1745    </Schema>
1746
1747    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_13_5">
1748      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1749      <Annotation Term="OData.Description" String="This version was created to clarify `PhysicalLocation` is the same as `Location` found elsewhere.  It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
1750      <EntityType Name="Drive" BaseType="Drive.v1_13_4.Drive"/>
1751    </Schema>
1752
1753    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_13_6">
1754      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1755      <Annotation Term="OData.Description" String="This version was created to correct the OpenAPI usage of payload annotations in action request bodies."/>
1756      <EntityType Name="Drive" BaseType="Drive.v1_13_5.Drive"/>
1757    </Schema>
1758
1759    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_14_0">
1760      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1761      <Annotation Term="Redfish.Release" String="2021.4"/>
1762      <Annotation Term="OData.Description" String="This version was created to deprecate `Measurements` in favor of measurement reporting in the `ComponentIntegrity` resource."/>
1763
1764      <EntityType Name="Drive" BaseType="Drive.v1_13_1.Drive"/>
1765
1766      <ComplexType Name="Links" BaseType="Drive.v1_13_0.Links">
1767        <NavigationProperty Name="NetworkDeviceFunctions" Type="Collection(NetworkDeviceFunction.NetworkDeviceFunction)">
1768          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1769          <Annotation Term="OData.Description" String="An array of links to the network device functions that provide network connectivity for this drive."/>
1770          <Annotation Term="OData.LongDescription" String="This property shall contain the array of links to resources of type `NetworkDeviceFunction`.  This property should only be present for drives with network connectivity, such as Ethernet attached drives."/>
1771          <Annotation Term="OData.AutoExpandReferences"/>
1772        </NavigationProperty>
1773      </ComplexType>
1774    </Schema>
1775
1776    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_14_1">
1777      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1778      <Annotation Term="OData.Description" String="This version was created to clarify the usage of the `Revision` property when it's necessary to distinguish hardware and firmware versions.  It was also created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/>
1779      <EntityType Name="Drive" BaseType="Drive.v1_14_0.Drive"/>
1780    </Schema>
1781
1782    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_14_2">
1783      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1784      <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
1785      <EntityType Name="Drive" BaseType="Drive.v1_14_1.Drive"/>
1786    </Schema>
1787
1788    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_14_3">
1789      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1790      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1791      <EntityType Name="Drive" BaseType="Drive.v1_14_2.Drive"/>
1792    </Schema>
1793
1794    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_14_4">
1795      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1796      <Annotation Term="OData.Description" String="This version was created to clarify `PhysicalLocation` is the same as `Location` found elsewhere.  It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
1797      <EntityType Name="Drive" BaseType="Drive.v1_14_3.Drive"/>
1798    </Schema>
1799
1800    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_14_5">
1801      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1802      <Annotation Term="OData.Description" String="This version was created to correct the OpenAPI usage of payload annotations in action request bodies."/>
1803      <EntityType Name="Drive" BaseType="Drive.v1_14_4.Drive"/>
1804    </Schema>
1805
1806    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_15_0">
1807      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1808      <Annotation Term="Redfish.Release" String="2022.1"/>
1809      <Annotation Term="OData.Description" String="This version was created to add parameters to the `SecureErase` action for NVMe use cases."/>
1810
1811      <EntityType Name="Drive" BaseType="Drive.v1_14_0.Drive"/>
1812
1813      <EnumType Name="DataSanitizationType">
1814        <Member Name="BlockErase">
1815          <Annotation Term="OData.Description" String="Delete all logical block addresses, including those that are not currently mapping to active addresses, but leaving the data on the drive."/>
1816          <Annotation Term="OData.LongDescription" String="This value shall indicate sanitization is performed by deleting all logical block addresses, including those that are not currently mapping to active addresses, but leaving the data on the drive."/>
1817        </Member>
1818        <Member Name="CryptographicErase">
1819          <Annotation Term="OData.Description" String="Erase the target data's encryption key leaving only the ciphertext on the drive.  For more information, see NIST800-88 and ISO/IEC 27040."/>
1820          <Annotation Term="OData.LongDescription" String="This value shall indicate sanitization is performed by erasing the target data's encryption key leaving only the ciphertext on the drive.  For more information, see NIST800-88 and ISO/IEC 27040."/>
1821        </Member>
1822        <Member Name="Overwrite">
1823          <Annotation Term="OData.Description" String="Overwrite data by writing an implementation-specific pattern onto all sectors of the drive."/>
1824          <Annotation Term="OData.LongDescription" String="This value shall indicate sanitization is performed by overwriting data by writing an implementation-specific pattern onto all sectors of the drive."/>
1825        </Member>
1826      </EnumType>
1827    </Schema>
1828
1829    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_15_1">
1830      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1831      <Annotation Term="OData.Description" String="This version was created to clarify the usage of the `Revision` property when it's necessary to distinguish hardware and firmware versions.  It was also created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/>
1832      <EntityType Name="Drive" BaseType="Drive.v1_15_0.Drive"/>
1833    </Schema>
1834
1835    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_15_2">
1836      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1837      <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
1838      <EntityType Name="Drive" BaseType="Drive.v1_15_1.Drive"/>
1839    </Schema>
1840
1841    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_15_3">
1842      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1843      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1844      <EntityType Name="Drive" BaseType="Drive.v1_15_2.Drive"/>
1845    </Schema>
1846
1847    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_15_4">
1848      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1849      <Annotation Term="OData.Description" String="This version was created to clarify `PhysicalLocation` is the same as `Location` found elsewhere.  It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
1850      <EntityType Name="Drive" BaseType="Drive.v1_15_3.Drive"/>
1851    </Schema>
1852
1853    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_15_5">
1854      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1855      <Annotation Term="OData.Description" String="This version was created to correct the OpenAPI usage of payload annotations in action request bodies."/>
1856      <EntityType Name="Drive" BaseType="Drive.v1_15_4.Drive"/>
1857    </Schema>
1858
1859    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_16_0">
1860      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1861      <Annotation Term="Redfish.Release" String="2022.3"/>
1862
1863      <EntityType Name="Drive" BaseType="Drive.v1_15_0.Drive">
1864        <Property Name="SlotFormFactor" Type="Drive.v1_16_0.FormFactor">
1865          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1866          <Annotation Term="OData.Description" String="The form factor of the slot."/>
1867          <Annotation Term="OData.LongDescription" String="This property shall contain the form factor of the slot."/>
1868        </Property>
1869        <Property Name="DriveFormFactor" Type="Drive.v1_16_0.FormFactor">
1870          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1871          <Annotation Term="OData.Description" String="The form factor of the drive inserted in this slot."/>
1872          <Annotation Term="OData.LongDescription" String="This property shall contain the form factor of the drive inserted in this slot."/>
1873        </Property>
1874        <Property Name="SlotCapableProtocols" Type="Collection(Protocol.Protocol)">
1875          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1876          <Annotation Term="OData.Description" String="The drive protocols capable in this slot."/>
1877          <Annotation Term="OData.LongDescription" String="This property shall contain the drive protocols capable in this slot.  The value of this property depends upon the connector in this slot, the storage controllers connected to this slot, the configuration of the system, and other constraints that determine if a particular protocol is capable at a given time."/>
1878        </Property>
1879      </EntityType>
1880
1881      <EnumType Name="FormFactor">
1882        <Member Name="Drive3_5">
1883          <Annotation Term="OData.Description" String="A 3.5 inch drive."/>
1884          <Annotation Term="OData.LongDescription" String="This value shall indicate the drive is approximately 3.5 inches in width and no more than 1.1 inches in height."/>
1885        </Member>
1886        <Member Name="Drive2_5">
1887          <Annotation Term="OData.Description" String="A 2.5 inch drive."/>
1888          <Annotation Term="OData.LongDescription" String="This value shall indicate the drive is approximately 2.5 inches in width and no more than 0.8 inches in height and is not a U.2 drive."/>
1889        </Member>
1890        <Member Name="EDSFF">
1891          <Annotation Term="OData.Description" String="An EDSFF drive."/>
1892          <Annotation Term="OData.LongDescription" String="This value shall indicate the drive corresponds to one of SNIA's SFF specifications with an unspecified form factor.  The `SlotFormFactor` property should not contain this value."/>
1893          <Annotation Term="Redfish.Revisions">
1894            <Collection>
1895              <Record>
1896                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
1897                <PropertyValue Property="Version" String="v1_18_0"/>
1898              </Record>
1899            </Collection>
1900          </Annotation>
1901        </Member>
1902        <Member Name="EDSFF_1U_Long">
1903          <Annotation Term="OData.Description" String="An EDSFF 1U Long (E1.L) drive."/>
1904          <Annotation Term="OData.LongDescription" String="This value shall indicate the drive corresponds to the SFF-TA-1007 Specification."/>
1905        </Member>
1906        <Member Name="EDSFF_1U_Short">
1907          <Annotation Term="OData.Description" String="An EDSFF 1U Short (E1.S) drive."/>
1908          <Annotation Term="OData.LongDescription" String="This value shall indicate the drive corresponds to the SFF-TA-1006 Specification."/>
1909        </Member>
1910        <Member Name="EDSFF_E3_Short">
1911          <Annotation Term="OData.Description" String="An EDSFF E3 Short (E3.S) drive."/>
1912          <Annotation Term="OData.LongDescription" String="This value shall indicate the drive corresponds to the SFF-TA-1008 Specification and is approximately 112.75 mm in length."/>
1913        </Member>
1914        <Member Name="EDSFF_E3_Long">
1915          <Annotation Term="OData.Description" String="An EDSFF E3 Long (E3.L) drive."/>
1916          <Annotation Term="OData.LongDescription" String="This value shall indicate the drive corresponds to the SFF-TA-1008 Specification and is approximately 142.2 mm in length."/>
1917        </Member>
1918        <Member Name="M2">
1919          <Annotation Term="OData.Description" String="An M.2 drive."/>
1920          <Annotation Term="OData.LongDescription" String="This value shall indicate the drive corresponds to the PCI Express M.2 Specification with an unspecified form factor.  The `SlotFormFactor` property should not contain this value."/>
1921          <Annotation Term="Redfish.Revisions">
1922            <Collection>
1923              <Record>
1924                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
1925                <PropertyValue Property="Version" String="v1_18_0"/>
1926              </Record>
1927            </Collection>
1928          </Annotation>
1929        </Member>
1930        <Member Name="M2_2230">
1931          <Annotation Term="OData.Description" String="An M.2 2230 drive."/>
1932          <Annotation Term="OData.LongDescription" String="This value shall indicate the drive corresponds to the PCI Express M.2 Specification and is approximately 22 mm in width and 30 mm in length."/>
1933        </Member>
1934        <Member Name="M2_2242">
1935          <Annotation Term="OData.Description" String="An M.2 2242 drive."/>
1936          <Annotation Term="OData.LongDescription" String="This value shall indicate the drive corresponds to the PCI Express M.2 Specification and is approximately 22 mm in width and 42 mm in length."/>
1937        </Member>
1938        <Member Name="M2_2260">
1939          <Annotation Term="OData.Description" String="An M.2 2260 drive."/>
1940          <Annotation Term="OData.LongDescription" String="This value shall indicate the drive corresponds to the PCI Express M.2 Specification and is approximately 22 mm in width and 60 mm in length."/>
1941        </Member>
1942        <Member Name="M2_2280">
1943          <Annotation Term="OData.Description" String="An M.2 2280 drive."/>
1944          <Annotation Term="OData.LongDescription" String="This value shall indicate the drive corresponds to the PCI Express M.2 Specification and is approximately 22 mm in width and 80 mm in length."/>
1945        </Member>
1946        <Member Name="M2_22110">
1947          <Annotation Term="OData.Description" String="An M.2 22110 drive."/>
1948          <Annotation Term="OData.LongDescription" String="This value shall indicate the drive corresponds to the PCI Express M.2 Specification and is approximately 22 mm in width and 110 mm in length."/>
1949        </Member>
1950        <Member Name="U2">
1951          <Annotation Term="OData.Description" String="A U.2 drive."/>
1952          <Annotation Term="OData.LongDescription" String="This value shall indicate the drive corresponds to the PCI Express SFF-8639 Module Specification."/>
1953        </Member>
1954        <Member Name="PCIeSlotFullLength">
1955          <Annotation Term="OData.Description" String="A full-length PCIe add-in card."/>
1956          <Annotation Term="OData.LongDescription" String="This value shall indicate the drive is an add-in card greater than 7 inches in length."/>
1957        </Member>
1958        <Member Name="PCIeSlotLowProfile">
1959          <Annotation Term="OData.Description" String="A low-profile PCIe add-in card."/>
1960          <Annotation Term="OData.LongDescription" String="This value shall indicate the drive is an add-in card less than 2.5 inches in height."/>
1961        </Member>
1962        <Member Name="PCIeHalfLength">
1963          <Annotation Term="OData.Description" String="A half-length PCIe add-in card."/>
1964          <Annotation Term="OData.LongDescription" String="This value shall indicate the drive is an add-in card less than 7 inches in length."/>
1965        </Member>
1966        <Member Name="OEM">
1967          <Annotation Term="OData.Description" String="An OEM-defined form factor."/>
1968          <Annotation Term="OData.LongDescription" String="This value shall indicate the drive is an OEM-defined form factor."/>
1969        </Member>
1970      </EnumType>
1971
1972      <ComplexType Name="Links" BaseType="Drive.v1_14_0.Links">
1973        <NavigationProperty Name="ActiveSoftwareImage" Type="SoftwareInventory.SoftwareInventory" Nullable="false">
1974          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1975          <Annotation Term="OData.Description" String="The link to the software inventory that represents the active drive firmware image."/>
1976          <Annotation Term="OData.LongDescription" String="This property shall contain a link a resource of type `SoftwareInventory` that represents the active drive firmware image."/>
1977          <Annotation Term="OData.AutoExpandReferences"/>
1978        </NavigationProperty>
1979        <NavigationProperty Name="SoftwareImages" Type="Collection(SoftwareInventory.SoftwareInventory)">
1980          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1981          <Annotation Term="OData.Description" String="The images that are associated with this drive."/>
1982          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type `SoftwareInventory` that represent the firmware images that apply to this drive."/>
1983          <Annotation Term="OData.AutoExpandReferences"/>
1984        </NavigationProperty>
1985      </ComplexType>
1986    </Schema>
1987
1988    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_16_1">
1989      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1990      <Annotation Term="OData.Description" String="This version was created to clarify the usage of the `Revision` property when it's necessary to distinguish hardware and firmware versions.  It was also created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/>
1991      <EntityType Name="Drive" BaseType="Drive.v1_16_0.Drive"/>
1992    </Schema>
1993
1994    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_16_2">
1995      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1996      <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
1997      <EntityType Name="Drive" BaseType="Drive.v1_16_1.Drive"/>
1998    </Schema>
1999
2000    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_16_3">
2001      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2002      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
2003      <EntityType Name="Drive" BaseType="Drive.v1_16_2.Drive"/>
2004    </Schema>
2005
2006    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_16_4">
2007      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2008      <Annotation Term="OData.Description" String="This version was created to clarify `PhysicalLocation` is the same as `Location` found elsewhere.  It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
2009      <EntityType Name="Drive" BaseType="Drive.v1_16_3.Drive"/>
2010    </Schema>
2011
2012    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_16_5">
2013      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2014      <Annotation Term="OData.Description" String="This version was created to correct the OpenAPI usage of payload annotations in action request bodies."/>
2015      <EntityType Name="Drive" BaseType="Drive.v1_16_4.Drive"/>
2016    </Schema>
2017
2018    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_17_0">
2019      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2020      <Annotation Term="Redfish.Release" String="2023.1"/>
2021
2022      <EntityType Name="Drive" BaseType="Drive.v1_16_1.Drive">
2023        <Property Name="FirmwareVersion" Type="Edm.String">
2024          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2025          <Annotation Term="OData.Description" String="The firmware version for this drive."/>
2026          <Annotation Term="OData.LongDescription" String="This property shall contain the firmware version as defined by the manufacturer for this drive."/>
2027        </Property>
2028        <NavigationProperty Name="Metrics" Type="DriveMetrics.DriveMetrics">
2029          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2030          <Annotation Term="OData.Description" String="The link to the metrics associated with this drive."/>
2031          <Annotation Term="OData.LongDescription" String="This property shall contain a link to the metrics associated with this drive."/>
2032          <Annotation Term="OData.AutoExpandReferences"/>
2033        </NavigationProperty>
2034      </EntityType>
2035
2036      <ComplexType Name="Operations" BaseType="Drive.v1_1_0.Operations">
2037        <Property Name="Operation" Type="Volume.OperationType">
2038          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2039          <Annotation Term="OData.Description" String="The type of the operation."/>
2040          <Annotation Term="OData.LongDescription" String="This property shall contain the type of the operation."/>
2041        </Property>
2042      </ComplexType>
2043    </Schema>
2044
2045    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_17_1">
2046      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2047      <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
2048      <EntityType Name="Drive" BaseType="Drive.v1_17_0.Drive"/>
2049    </Schema>
2050
2051    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_17_2">
2052      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2053      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
2054      <EntityType Name="Drive" BaseType="Drive.v1_17_1.Drive"/>
2055    </Schema>
2056
2057    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_17_3">
2058      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2059      <Annotation Term="OData.Description" String="This version was created to clarify `PhysicalLocation` is the same as `Location` found elsewhere.  It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
2060      <EntityType Name="Drive" BaseType="Drive.v1_17_2.Drive"/>
2061    </Schema>
2062
2063    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_17_4">
2064      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2065      <Annotation Term="OData.Description" String="This version was created to correct the OpenAPI usage of payload annotations in action request bodies."/>
2066      <EntityType Name="Drive" BaseType="Drive.v1_17_3.Drive"/>
2067    </Schema>
2068
2069    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_18_0">
2070      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2071      <Annotation Term="Redfish.Release" String="2023.3"/>
2072      <Annotation Term="OData.Description" String="This version was created to add `M2` and `EDSFF` to `FormFactor`.  It was also created to add the `RevertToOriginalFactoryState` action."/>
2073
2074      <EntityType Name="Drive" BaseType="Drive.v1_17_2.Drive"/>
2075    </Schema>
2076
2077    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_18_1">
2078      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2079      <Annotation Term="OData.Description" String="This version was created to clarify `PhysicalLocation` is the same as `Location` found elsewhere.  It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
2080      <EntityType Name="Drive" BaseType="Drive.v1_18_0.Drive"/>
2081    </Schema>
2082
2083    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_18_2">
2084      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2085      <Annotation Term="OData.Description" String="This version was created to correct the OpenAPI usage of payload annotations in action request bodies."/>
2086      <EntityType Name="Drive" BaseType="Drive.v1_18_1.Drive"/>
2087    </Schema>
2088
2089    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_19_0">
2090      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2091      <Annotation Term="Redfish.Release" String="2024.1"/>
2092
2093      <EntityType Name="Drive" BaseType="Drive.v1_18_1.Drive">
2094        <Property Name="SparePartNumber" Type="Edm.String">
2095          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2096          <Annotation Term="OData.Description" String="The spare part number of the drive."/>
2097          <Annotation Term="OData.LongDescription" String="This property shall contain the spare part number of the drive."/>
2098        </Property>
2099        <Property Name="ConfigurationLock" Type="Drive.v1_19_0.ConfigurationLock">
2100          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2101          <Annotation Term="OData.Description" String="Indicates whether in-band configuration requests to the drive are locked.  Other properties, such as `ConfigurationLockState`, contain additional information regarding the status of the configuration lock."/>
2102          <Annotation Term="OData.LongDescription" String="This property shall indicate whether configuration requests to the drive are locked.  Services shall reject modification requests that contain the value `Partial`."/>
2103        </Property>
2104      </EntityType>
2105
2106      <EnumType Name="ConfigurationLock">
2107        <Member Name="Enabled">
2108          <Annotation Term="OData.Description" String="In-band configuration requests are locked as specified by `TargetConfigurationLockLevel`."/>
2109          <Annotation Term="OData.LongDescription" String="This value shall indicate in-band configuration requests are locked as specified by `TargetConfigurationLockLevel`."/>
2110        </Member>
2111        <Member Name="Disabled">
2112          <Annotation Term="OData.Description" String="In-band configuration requests are not locked."/>
2113          <Annotation Term="OData.LongDescription" String="This value shall indicate in-band configuration requests are not locked."/>
2114        </Member>
2115        <Member Name="Partial">
2116          <Annotation Term="OData.Description" String="Some in-band configuration requests are not locked while others are locked.  This value is used for status reporting to indicate that the drive is partially locked and client action is recommended."/>
2117          <Annotation Term="OData.LongDescription" String="This value shall indicate some in-band configuration requests are not locked while others are locked."/>
2118        </Member>
2119      </EnumType>
2120    </Schema>
2121
2122    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_19_1">
2123      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2124      <Annotation Term="OData.Description" String="This version was created to update the descriptions for `ConfigurationLock` to align with the new `TargetConfigurationLockLevel` property."/>
2125      <EntityType Name="Drive" BaseType="Drive.v1_19_0.Drive"/>
2126    </Schema>
2127
2128    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_19_2">
2129      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2130      <Annotation Term="OData.Description" String="This version was created to correct the OpenAPI usage of payload annotations in action request bodies."/>
2131      <EntityType Name="Drive" BaseType="Drive.v1_19_1.Drive"/>
2132    </Schema>
2133
2134    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_20_0">
2135      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2136      <Annotation Term="Redfish.Release" String="2024.2"/>
2137
2138      <EntityType Name="Drive" BaseType="Drive.v1_19_1.Drive">
2139        <Property Name="BlockSecurityIDEnabled" Type="Edm.Boolean">
2140          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2141          <Annotation Term="OData.Description" String="Indicates if establishment of a TCG-defined security ID (SID) on the drive is blocked."/>
2142          <Annotation Term="OData.LongDescription" String="This property shall indicate if establishment of a TCG-defined security ID (SID) on the drive is blocked.  The value `true` shall indicate the TCG-defined 'Block SID' command is sent to the drive during each drive boot sequence."/>
2143        </Property>
2144        <Property Name="TargetConfigurationLockLevel" Type="Drive.v1_20_0.TargetConfigurationLockLevel">
2145          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2146          <Annotation Term="OData.Description" String="Indicates the target configuration lock level for the drive based upon the state of the `ConfigurationLock` property.  Other properties, such as `ConfigurationLockState`, contain additional information regarding the status of the configuration lock."/>
2147          <Annotation Term="OData.LongDescription" String="This property shall contain the target configuration lock level for the drive.  For NVMe drives, services shall implement the locking requirements specified by SNIA's Swordfish NVMe Model Overview and Mapping Guide."/>
2148        </Property>
2149        <Property Name="NVMe" Type="Drive.v1_20_0.NVMe">
2150          <Annotation Term="OData.Description" String="NVMe properties for this drive."/>
2151          <Annotation Term="OData.LongDescription" String="This property shall contain NVMe-specific properties of this drive."/>
2152        </Property>
2153      </EntityType>
2154
2155      <EnumType Name="TargetConfigurationLockLevel">
2156        <Member Name="Baseline">
2157          <Annotation Term="OData.Description" String="The standard configuration lock level, corresponding to applying firmware, updating security keys, and modifying other hardware settings.  It does not include managing the volumes or data on the drive."/>
2158        </Member>
2159      </EnumType>
2160
2161      <EnumType Name="ConfigLockOptions">
2162        <Member Name="Unlocked">
2163          <Annotation Term="OData.Description" String="The command is supported, able to be locked, and is currently unlocked."/>
2164        </Member>
2165        <Member Name="Locked">
2166          <Annotation Term="OData.Description" String="The command is supported and is currently locked."/>
2167        </Member>
2168        <Member Name="LockdownUnsupported">
2169          <Annotation Term="OData.Description" String="The command is supported but is not able to be locked."/>
2170        </Member>
2171        <Member Name="CommandUnsupported">
2172          <Annotation Term="OData.Description" String="The command is not supported, therefore lockdown does not apply."/>
2173        </Member>
2174      </EnumType>
2175
2176      <ComplexType Name="NVMe">
2177        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
2178        <Annotation Term="OData.Description" String="NVMe properties for a drive."/>
2179        <Annotation Term="OData.LongDescription" String="This type shall contain NVMe-specific properties of a drive."/>
2180        <Property Name="ConfigurationLockState" Type="Drive.v1_20_0.NVMeConfigurationLockState">
2181          <Annotation Term="OData.Description" String="The configurable features that are able to be locked from in-band usage on an NVMe subsystem and their current lock state."/>
2182          <Annotation Term="OData.LongDescription" String="This property shall contain the configurable features that are able to be locked from in-band usage on an NVMe subsystem and their current lock state."/>
2183        </Property>
2184      </ComplexType>
2185
2186      <ComplexType Name="NVMeConfigurationLockState">
2187        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
2188        <Annotation Term="OData.Description" String="The configurable features that are able to be locked on an NVMe subsystem and their current lock state."/>
2189        <Annotation Term="OData.LongDescription" String="This type shall contain the configurable features that are able to be locked on an NVMe subsystem and their current lock state."/>
2190        <Property Name="FirmwareCommit" Type="Drive.v1_20_0.ConfigLockOptions">
2191          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2192          <Annotation Term="OData.Description" String="The lock state of the NVMe-defined Firmware Commit command."/>
2193          <Annotation Term="OData.LongDescription" String="This property shall contain the lock state of the NVMe-defined Firmware Commit command."/>
2194        </Property>
2195        <Property Name="Lockdown" Type="Drive.v1_20_0.ConfigLockOptions">
2196          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2197          <Annotation Term="OData.Description" String="The lock state of the NVMe-defined Lockdown command."/>
2198          <Annotation Term="OData.LongDescription" String="This property shall contain the lock state of the NVMe-defined Lockdown command."/>
2199        </Property>
2200        <Property Name="SecuritySend" Type="Drive.v1_20_0.ConfigLockOptions">
2201          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2202          <Annotation Term="OData.Description" String="The lock state of the NVMe-defined Security Send command."/>
2203          <Annotation Term="OData.LongDescription" String="This property shall contain the lock state of the NVMe-defined Security Send command."/>
2204        </Property>
2205        <Property Name="FirmwareImageDownload" Type="Drive.v1_20_0.ConfigLockOptions">
2206          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2207          <Annotation Term="OData.Description" String="The lock state of the NVMe-defined Firmware Image Download command."/>
2208          <Annotation Term="OData.LongDescription" String="This property shall contain the lock state of the NVMe-defined Firmware Image Download command."/>
2209        </Property>
2210        <Property Name="VPDWrite" Type="Drive.v1_20_0.ConfigLockOptions">
2211          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2212          <Annotation Term="OData.Description" String="The lock state of the NVMe-MI-defined VPD Write command."/>
2213          <Annotation Term="OData.LongDescription" String="This property shall contain the lock state of the NVMe-MI-defined VPD Write command."/>
2214        </Property>
2215      </ComplexType>
2216    </Schema>
2217
2218    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_20_1">
2219      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2220      <Annotation Term="OData.Description" String="This version was created to correct the OpenAPI usage of payload annotations in action request bodies."/>
2221      <EntityType Name="Drive" BaseType="Drive.v1_20_0.Drive"/>
2222    </Schema>
2223
2224  </edmx:DataServices>
2225</edmx:Edmx>
2226