blob: 379680cb926187068ea2482e8166272655a9ea59 [file] [log] [blame]
Jason M. Billsea4aa752018-06-05 13:29:11 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
Gunnar Mills6f44b752020-02-06 16:50:51 -06003<!--################################################################################ -->
Ed Tanoused761212022-09-23 15:03:29 -07004<!--# Redfish Schema: Drive v1.15.0 -->
Gunnar Mills6f44b752020-02-06 16:50:51 -06005<!--# -->
6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle, -->
7<!--# available at http://www.dmtf.org/standards/redfish -->
Ed Tanoused761212022-09-23 15:03:29 -07008<!--# Copyright 2014-2022 DMTF in cooperation with the Storage Networking Industry Association (SNIA). -->
Gunnar Mills6f44b752020-02-06 16:50:51 -06009<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10<!--################################################################################ -->
Jason M. Billsea4aa752018-06-05 13:29:11 -070011<!---->
12<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
13
14 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
15 <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
16 </edmx:Reference>
17 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
18 <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
19 </edmx:Reference>
20 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
21 <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
22 </edmx:Reference>
23 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
24 <edmx:Include Namespace="Resource"/>
25 <edmx:Include Namespace="Resource.v1_0_0"/>
26 </edmx:Reference>
27 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml">
28 <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/>
29 </edmx:Reference>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060030 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/swordfish/v1/Volume_v1.xml">
Jason M. Billsea4aa752018-06-05 13:29:11 -070031 <edmx:Include Namespace="Volume"/>
32 </edmx:Reference>
33 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Endpoint_v1.xml">
34 <edmx:Include Namespace="Endpoint"/>
35 </edmx:Reference>
36 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Chassis_v1.xml">
37 <edmx:Include Namespace="Chassis"/>
38 </edmx:Reference>
39 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Assembly_v1.xml">
40 <edmx:Include Namespace="Assembly"/>
41 </edmx:Reference>
42 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Protocol_v1.xml">
43 <edmx:Include Namespace="Protocol"/>
44 </edmx:Reference>
45 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Task_v1.xml">
46 <edmx:Include Namespace="Task"/>
47 </edmx:Reference>
Ed Tanouscb103132019-10-08 11:34:22 -070048 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PCIeFunction_v1.xml">
49 <edmx:Include Namespace="PCIeFunction"/>
50 </edmx:Reference>
Gunnar Mills6f44b752020-02-06 16:50:51 -060051 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/swordfish/v1/StoragePool_v1.xml">
52 <edmx:Include Namespace="StoragePool"/>
53 </edmx:Reference>
Gunnar Mills262d7d42021-01-20 16:28:41 -060054 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/EnvironmentMetrics_v1.xml">
55 <edmx:Include Namespace="EnvironmentMetrics"/>
56 </edmx:Reference>
57 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/CertificateCollection_v1.xml">
58 <edmx:Include Namespace="CertificateCollection"/>
59 </edmx:Reference>
60 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/SoftwareInventory_v1.xml">
61 <edmx:Include Namespace="SoftwareInventory"/>
62 </edmx:Reference>
Gunnar Mills9d424662021-09-22 21:56:16 -050063 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Storage_v1.xml">
64 <edmx:Include Namespace="Storage"/>
65 </edmx:Reference>
Sui Chen141d9432022-02-03 22:01:27 -080066 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/NetworkDeviceFunction_v1.xml">
67 <edmx:Include Namespace="NetworkDeviceFunction"/>
68 </edmx:Reference>
Jason M. Billsea4aa752018-06-05 13:29:11 -070069
70 <edmx:DataServices>
71
72 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive">
73 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
74
75 <EntityType Name="Drive" BaseType="Resource.v1_0_0.Resource" Abstract="true">
Ed Tanouscb103132019-10-08 11:34:22 -070076 <Annotation Term="OData.Description" String="The Drive schema represents a single physical drive for a system, including links to associated volumes."/>
Gunnar Millsa778c022020-05-12 12:20:36 -050077 <Annotation Term="OData.LongDescription" String="This resource shall represent a drive or other physical storage medium for a Redfish implementation."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070078 <Annotation Term="Capabilities.InsertRestrictions">
79 <Record>
80 <PropertyValue Property="Insertable" Bool="false"/>
81 </Record>
82 </Annotation>
83 <Annotation Term="Capabilities.UpdateRestrictions">
84 <Record>
85 <PropertyValue Property="Updatable" Bool="true"/>
Ed Tanouscb103132019-10-08 11:34:22 -070086 <Annotation Term="OData.Description" String="Writable properties, such as IndicatorLED, can be updated for drives."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070087 </Record>
88 </Annotation>
89 <Annotation Term="Capabilities.DeleteRestrictions">
90 <Record>
91 <PropertyValue Property="Deletable" Bool="false"/>
92 </Record>
93 </Annotation>
Ed Tanous530520e2019-01-02 13:41:37 -080094 <Annotation Term="Redfish.Uris">
95 <Collection>
96 <String>/redfish/v1/Systems/{ComputerSystemId}/Storage/{StorageId}/Drives/{DriveId}</String>
97 <String>/redfish/v1/Chassis/{ChassisId}/Drives/{DriveId}</String>
98 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Drives/{DriveId}</String>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060099 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Drives/{DriveId}</String>
Ed Tanous530520e2019-01-02 13:41:37 -0800100 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Drives/{DriveId}</String>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600101 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Drives/{DriveId}</String>
102 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Drives/{DriveId}</String>
103 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Drives/{DriveId}</String>
Ed Tanous530520e2019-01-02 13:41:37 -0800104 </Collection>
105 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700106 </EntityType>
107
108 <Action Name="SecureErase" IsBound="true">
Ed Tanouscb103132019-10-08 11:34:22 -0700109 <Annotation Term="OData.Description" String="This action securely erases the contents of the drive."/>
110 <Annotation Term="OData.LongDescription" String="This action shall securely erase the drive."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500111 <Parameter Name="Drive" Type="Drive.v1_0_0.Actions"/>
Ed Tanoused761212022-09-23 15:03:29 -0700112 <Parameter Name="SanitizationType" Type="Drive.v1_15_0.DataSanitizationType">
113 <Annotation Term="OData.Description" String="The type of data sanitization to perform."/>
114 <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."/>
115 <Annotation Term="Redfish.Revisions">
116 <Collection>
117 <Record>
118 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
119 <PropertyValue Property="Version" String="v1_15_0"/>
120 </Record>
121 </Collection>
122 </Annotation>
123 </Parameter>
124 <Parameter Name="OverwritePasses" Type="Edm.Int64">
125 <Annotation Term="OData.Description" String="The number of times to overwrite the drive if performing an overwrite type of sanitization."/>
126 <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."/>
127 <Annotation Term="Redfish.Revisions">
128 <Collection>
129 <Record>
130 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
131 <PropertyValue Property="Version" String="v1_15_0"/>
132 </Record>
133 </Collection>
134 </Annotation>
135 </Parameter>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700136 </Action>
137
Ed Tanouscb103132019-10-08 11:34:22 -0700138 <Action Name="Reset" IsBound="true">
Gunnar Mills844b4152020-06-22 12:44:09 -0500139 <Annotation Term="OData.Description" String="This action resets this drive."/>
140 <Annotation Term="OData.LongDescription" String="This action shall reset this drive."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700141 <Parameter Name="Drive" Type="Drive.v1_0_0.Actions"/>
142 <Parameter Name="ResetType" Type="Resource.ResetType">
143 <Annotation Term="OData.Description" String="The type of reset."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500144 <Annotation Term="OData.LongDescription" String="This parameter shall contain the type of reset. The service can accept a request without the parameter and perform an implementation specific default reset."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700145 </Parameter>
Ed Tanouscb103132019-10-08 11:34:22 -0700146 <Annotation Term="Redfish.Revisions">
147 <Collection>
148 <Record>
149 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
150 <PropertyValue Property="Version" String="v1_7_0"/>
151 </Record>
152 </Collection>
153 </Annotation>
154 </Action>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700155 </Schema>
156
157 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_0">
158 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600159 <Annotation Term="Redfish.Release" String="2016.1"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700160
161 <EntityType Name="Drive" BaseType="Drive.Drive">
162 <Property Name="StatusIndicator" Type="Drive.v1_0_0.StatusIndicator">
163 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700164 <Annotation Term="OData.Description" String="The state of the status indicator, which communicates status information about this drive."/>
165 <Annotation Term="OData.LongDescription" String="This property shall contain the status indicator state for the status indicator associated with this drive. The Redfish.AllowableValues annotation specifies the valid values for this property."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700166 </Property>
167 <Property Name="IndicatorLED" Type="Resource.IndicatorLED">
168 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700169 <Annotation Term="OData.Description" String="The state of the indicator LED, that identifies the drive."/>
170 <Annotation Term="OData.LongDescription" String="This property shall contain the state for the indicator light associated with this drive."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500171 <Annotation Term="Redfish.Revisions">
172 <Collection>
173 <Record>
174 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
175 <PropertyValue Property="Version" String="v1_11_0"/>
176 <PropertyValue Property="Description" String="This property has been deprecated in favor of the LocationIndicatorActive property."/>
177 </Record>
178 </Collection>
179 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700180 </Property>
181 <Property Name="Model" Type="Edm.String">
182 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700183 <Annotation Term="OData.Description" String="The model number for the drive."/>
184 <Annotation Term="OData.LongDescription" String="This property shall contain the name by which the manufacturer generally refers to the drive."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700185 </Property>
186 <Property Name="Revision" Type="Edm.String">
187 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700188 <Annotation Term="OData.Description" String="The revision of this drive. This is typically the firmware or hardware version of the drive."/>
189 <Annotation Term="OData.LongDescription" String="This property shall contain the manufacturer-defined revision for the associated drive."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700190 </Property>
Ed Tanous530520e2019-01-02 13:41:37 -0800191 <Property Name="Status" Type="Resource.Status" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500192 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
193 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800194 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700195 <Property Name="CapacityBytes" Type="Edm.Int64">
196 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700197 <Annotation Term="OData.Description" String="The size, in bytes, of this drive."/>
198 <Annotation Term="OData.LongDescription" String="This property shall contain the raw size, in bytes, of the associated drive."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700199 <Annotation Term="Measures.Unit" String="By"/>
200 </Property>
201 <Property Name="FailurePredicted" Type="Edm.Boolean">
202 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700203 <Annotation Term="OData.Description" String="An indication of whether this drive currently predicts a failure in the near future."/>
204 <Annotation Term="OData.LongDescription" String="This property shall indicate whether this drive currently predicts a manufacturer-defined failure."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700205 </Property>
206 <Property Name="Protocol" Type="Protocol.Protocol">
207 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700208 <Annotation Term="OData.Description" String="The protocol that this drive currently uses to communicate to the storage controller."/>
209 <Annotation Term="OData.LongDescription" String="This property shall contain the protocol that the associated drive currently uses to communicate to the storage controller for this system."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700210 </Property>
211 <Property Name="MediaType" Type="Drive.v1_0_0.MediaType">
212 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
213 <Annotation Term="OData.Description" String="The type of media contained in this drive."/>
214 <Annotation Term="OData.LongDescription" String="This property shall contain the type of media contained in the associated drive."/>
215 </Property>
216 <Property Name="Manufacturer" Type="Edm.String">
217 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700218 <Annotation Term="OData.Description" String="The manufacturer of this drive."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500219 <Annotation Term="OData.LongDescription" String="This property shall contain the name of the organization responsible for producing the drive. This organization may be the entity from whom the drive is purchased, but this is not necessarily true."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700220 </Property>
221 <Property Name="SKU" Type="Edm.String">
222 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700223 <Annotation Term="OData.Description" String="The SKU for this drive."/>
224 <Annotation Term="OData.LongDescription" String="This property shall contain the stock-keeping unit (SKU) number for this drive."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700225 </Property>
226 <Property Name="SerialNumber" Type="Edm.String">
227 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
228 <Annotation Term="OData.Description" String="The serial number for this drive."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700229 <Annotation Term="OData.LongDescription" String="This property shall contain the manufacturer-allocated number that identifies the drive."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700230 </Property>
231 <Property Name="PartNumber" Type="Edm.String">
232 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
233 <Annotation Term="OData.Description" String="The part number for this drive."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700234 <Annotation Term="OData.LongDescription" String="This property shall contain the part number assigned by the organization that is responsible for producing or manufacturing the drive."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700235 </Property>
236 <Property Name="AssetTag" Type="Edm.String">
237 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700238 <Annotation Term="OData.Description" String="The user-assigned asset tag for this drive."/>
239 <Annotation Term="OData.LongDescription" String="This property shall track the drive for inventory purposes."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700240 </Property>
241 <Property Name="Identifiers" Type="Collection(Resource.Identifier)" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700242 <Annotation Term="OData.Description" String="The durable names for the drive."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700243 <Annotation Term="OData.LongDescription" String="This property shall contain a list of all known durable names for the associated drive."/>
244 </Property>
245 <Property Name="Location" Type="Collection(Resource.Location)" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700246 <Annotation Term="OData.Description" String="The location of the drive."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700247 <Annotation Term="OData.LongDescription" String="This property shall contain location information of the associated drive."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600248 <Annotation Term="Redfish.Revisions">
249 <Collection>
250 <Record>
251 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
252 <PropertyValue Property="Version" String="v1_4_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700253 <PropertyValue Property="Description" String="This property has been deprecated in favor of the singular property PhysicalLocation found in Drive.v1_4_0."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600254 </Record>
255 </Collection>
256 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700257 </Property>
258 <Property Name="HotspareType" Type="Drive.v1_0_0.HotspareType">
Gunnar Mills9d424662021-09-22 21:56:16 -0500259 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
260 <Annotation Term="OData.Description" String="The type of hot spare that this drive serves as."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700261 <Annotation Term="OData.LongDescription" String="This property shall contain the hot spare type for the associated drive. If the drive currently serves as a hot spare, its Status.State field shall be 'StandbySpare' and 'Enabled' when it is part of a volume."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700262 </Property>
263 <Property Name="EncryptionAbility" Type="Drive.v1_0_0.EncryptionAbility">
264 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700265 <Annotation Term="OData.Description" String="The encryption ability of this drive."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700266 <Annotation Term="OData.LongDescription" String="This property shall contain the encryption ability for the associated drive."/>
267 </Property>
268 <Property Name="EncryptionStatus" Type="Drive.v1_0_0.EncryptionStatus">
269 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700270 <Annotation Term="OData.Description" String="The status of the encryption of this drive."/>
271 <Annotation Term="OData.LongDescription" String="This property shall contain the encryption status for the associated drive."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700272 </Property>
273 <Property Name="RotationSpeedRPM" Type="Edm.Decimal">
274 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700275 <Annotation Term="OData.Description" String="The rotation speed of this drive, in revolutions per minute (RPM)."/>
276 <Annotation Term="OData.LongDescription" String="This property shall contain the rotation speed, in revolutions per minute (RPM), of the associated drive."/>
Sui Chen141d9432022-02-03 22:01:27 -0800277 <Annotation Term="Measures.Unit" String="{rev}/min"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700278 </Property>
279 <Property Name="BlockSizeBytes" Type="Edm.Int64">
280 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700281 <Annotation Term="OData.Description" String="The size, in bytes, of the smallest addressable unit, or block."/>
282 <Annotation Term="OData.LongDescription" String="This property shall contain size of the smallest addressable unit of the associated drive."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700283 <Annotation Term="Measures.Unit" String="By"/>
284 </Property>
285 <Property Name="CapableSpeedGbs" Type="Edm.Decimal">
286 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700287 <Annotation Term="OData.Description" String="The speed, in gigabit per second (Gbit/s), at which this drive can communicate to a storage controller in ideal conditions."/>
288 <Annotation Term="OData.LongDescription" String="This property shall contain fastest capable bus speed, in gigabit per second (Gbit/s), of the associated drive."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700289 <Annotation Term="Measures.Unit" String="Gbit/s"/>
290 </Property>
291 <Property Name="NegotiatedSpeedGbs" Type="Edm.Decimal">
292 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700293 <Annotation Term="OData.Description" String="The speed, in gigabit per second (Gbit/s), at which this drive currently communicates to the storage controller."/>
294 <Annotation Term="OData.LongDescription" String="This property shall contain current bus speed, in gigabit per second (Gbit/s), of the associated drive."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700295 <Annotation Term="Measures.Unit" String="Gbit/s"/>
296 </Property>
297 <Property Name="PredictedMediaLifeLeftPercent" Type="Edm.Decimal">
298 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700299 <Annotation Term="OData.Description" String="The percentage of reads and writes that are predicted to be available for the media."/>
300 <Annotation Term="OData.LongDescription" String="This property shall contain an indicator of the percentage of life remaining in the drive's media."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800301 <Annotation Term="Measures.Unit" String="%"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700302 </Property>
303 <Property Name="Links" Type="Drive.v1_0_0.Links" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500304 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500305 <Annotation Term="OData.LongDescription" String="This property shall contain links to resources that are related to but are not contained by, or subordinate to, this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700306 </Property>
307 <Property Name="Actions" Type="Drive.v1_0_0.Actions" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500308 <Annotation Term="OData.Description" String="The available actions for this resource."/>
309 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700310 </Property>
311 </EntityType>
312
313 <ComplexType Name="Links" BaseType="Resource.Links">
Gunnar Millsa778c022020-05-12 12:20:36 -0500314 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
315 <Annotation Term="OData.LongDescription" String="This Redfish Specification-described type shall contain links to resources that are related to but are not contained by, or subordinate to, this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700316 <NavigationProperty Name="Volumes" Type="Collection(Volume.Volume)">
317 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700318 <Annotation Term="OData.Description" String="An array of links to the volumes that this drive either wholly or only partially contains."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500319 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type Volume with which this drive is associated. This property shall include all volume resources of which this drive is a member and all volumes for which this drive acts as a spare if the hot spare type is `Dedicated`."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700320 <Annotation Term="OData.AutoExpandReferences"/>
321 </NavigationProperty>
322 </ComplexType>
323
324 <ComplexType Name="Actions">
325 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500326 <Annotation Term="OData.Description" String="The available actions for this resource."/>
327 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800328 <Property Name="Oem" Type="Drive.v1_0_0.OemActions" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500329 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
330 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800331 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700332 </ComplexType>
333
334 <ComplexType Name="OemActions">
335 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500336 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
337 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700338 </ComplexType>
339
340 <EnumType Name="MediaType">
341 <Member Name="HDD">
342 <Annotation Term="OData.Description" String="The drive media type is traditional magnetic platters."/>
343 </Member>
344 <Member Name="SSD">
345 <Annotation Term="OData.Description" String="The drive media type is solid state or flash memory."/>
346 </Member>
347 <Member Name="SMR">
348 <Annotation Term="OData.Description" String="The drive media type is shingled magnetic recording."/>
349 </Member>
350 </EnumType>
351
352 <EnumType Name="HotspareType">
353 <Member Name="None">
Gunnar Mills9d424662021-09-22 21:56:16 -0500354 <Annotation Term="OData.Description" String="The drive is not a hot spare."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700355 </Member>
356 <Member Name="Global">
Gunnar Mills9d424662021-09-22 21:56:16 -0500357 <Annotation Term="OData.Description" String="The drive is serving as a hot spare for all other drives in this storage domain."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700358 </Member>
359 <Member Name="Chassis">
Gunnar Mills9d424662021-09-22 21:56:16 -0500360 <Annotation Term="OData.Description" String="The drive is serving as a hot spare for all other drives in this storage domain that are contained in the same chassis."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700361 </Member>
362 <Member Name="Dedicated">
Gunnar Mills9d424662021-09-22 21:56:16 -0500363 <Annotation Term="OData.Description" String="The drive is serving as a hot spare for a user-defined set of drives or volumes. Clients cannot specify this value when modifying the HotspareType property. This value is reported as a result of configuring the spare drives within a volume."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700364 </Member>
365 </EnumType>
366
367 <EnumType Name="EncryptionAbility">
368 <Member Name="None">
Ed Tanouscb103132019-10-08 11:34:22 -0700369 <Annotation Term="OData.Description" String="The drive is not capable of self-encryption."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700370 </Member>
371 <Member Name="SelfEncryptingDrive">
Ed Tanouscb103132019-10-08 11:34:22 -0700372 <Annotation Term="OData.Description" String="The drive is capable of self-encryption per the Trusted Computing Group's Self Encrypting Drive Standard."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700373 </Member>
374 <Member Name="Other">
Ed Tanouscb103132019-10-08 11:34:22 -0700375 <Annotation Term="OData.Description" String="The drive is capable of self-encryption through some other means."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700376 </Member>
377 </EnumType>
378
379 <EnumType Name="EncryptionStatus">
380 <Member Name="Unecrypted">
381 <Annotation Term="OData.Description" String="The drive is not currently encrypted."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600382 <Annotation Term="Redfish.Revisions">
383 <Collection>
384 <Record>
385 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
386 <PropertyValue Property="Version" String="v1_1_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700387 <PropertyValue Property="Description" String="This value has been deprecated in favor of Unencrypted."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600388 </Record>
389 </Collection>
390 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700391 </Member>
392 <Member Name="Unlocked">
Ed Tanouscb103132019-10-08 11:34:22 -0700393 <Annotation Term="OData.Description" String="The drive is currently encrypted but the data is accessible to the user in unencrypted form."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700394 </Member>
395 <Member Name="Locked">
Ed Tanouscb103132019-10-08 11:34:22 -0700396 <Annotation Term="OData.Description" String="The drive is currently encrypted and the data is not accessible to the user. However, the system can unlock the drive automatically."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700397 </Member>
398 <Member Name="Foreign">
399 <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."/>
400 </Member>
401 <Member Name="Unencrypted">
402 <Annotation Term="OData.Description" String="The drive is not currently encrypted."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600403 <Annotation Term="Redfish.Revisions">
404 <Collection>
405 <Record>
406 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
407 <PropertyValue Property="Version" String="v1_1_0"/>
408 </Record>
409 </Collection>
410 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700411 </Member>
412 </EnumType>
413
414 <EnumType Name="StatusIndicator">
415 <Member Name="OK">
416 <Annotation Term="OData.Description" String="The drive is OK."/>
417 </Member>
418 <Member Name="Fail">
419 <Annotation Term="OData.Description" String="The drive has failed."/>
420 </Member>
421 <Member Name="Rebuild">
422 <Annotation Term="OData.Description" String="The drive is being rebuilt."/>
423 </Member>
424 <Member Name="PredictiveFailureAnalysis">
Ed Tanouscb103132019-10-08 11:34:22 -0700425 <Annotation Term="OData.Description" String="The drive still works but is predicted to fail soon."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700426 </Member>
427 <Member Name="Hotspare">
Ed Tanouscb103132019-10-08 11:34:22 -0700428 <Annotation Term="OData.Description" String="The drive has been marked to automatically rebuild and replace a failed drive."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700429 </Member>
430 <Member Name="InACriticalArray">
Ed Tanouscb103132019-10-08 11:34:22 -0700431 <Annotation Term="OData.Description" String="The array to which this drive belongs has been degraded."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700432 </Member>
433 <Member Name="InAFailedArray">
Ed Tanouscb103132019-10-08 11:34:22 -0700434 <Annotation Term="OData.Description" String="The array to which this drive belongs has failed."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700435 </Member>
436 </EnumType>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700437 </Schema>
438
439 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_1">
440 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
441 <Annotation Term="OData.Description" String="This version was created to show the EncryptionStatus enumerated list was updated."/>
442 <EntityType Name="Drive" BaseType="Drive.v1_0_0.Drive"/>
443 </Schema>
444
445 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_2">
446 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500447 <Annotation Term="OData.Description" String="This version was created to add explicit permissions annotations to all properties for clarity."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700448 <EntityType Name="Drive" BaseType="Drive.v1_0_1.Drive"/>
449 </Schema>
450
451 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_3">
452 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700453 <Annotation Term="OData.Description" String="This version was created to fix supported types and to remove the Nullable facet on NavigationProperties of the Collection type and to use Redfish.Deprecated on certain enumerated values."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700454 <EntityType Name="Drive" BaseType="Drive.v1_0_2.Drive"/>
455 </Schema>
456
457 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_4">
458 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700459 <Annotation Term="OData.Description" String="This version was created to change Identifier and Location to their abstract base types, and IndicatorLED and Protocol to use the unversioned definition. It was also created to correct the short and long descriptions in the defined Actions."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700460 <EntityType Name="Drive" BaseType="Drive.v1_0_3.Drive"/>
461 </Schema>
462
Ed Tanous530520e2019-01-02 13:41:37 -0800463 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_5">
464 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
465 <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."/>
466 <EntityType Name="Drive" BaseType="Drive.v1_0_4.Drive"/>
467 </Schema>
468
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600469 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_6">
470 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500471 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation. It was also created to change the VolumeCollection reference to Swordfish."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600472 <EntityType Name="Drive" BaseType="Drive.v1_0_5.Drive"/>
473 </Schema>
474
Ed Tanouscb103132019-10-08 11:34:22 -0700475 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_7">
476 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
477 <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."/>
478 <EntityType Name="Drive" BaseType="Drive.v1_0_6.Drive"/>
479 </Schema>
480
481 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_8">
482 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
483 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
484 <EntityType Name="Drive" BaseType="Drive.v1_0_7.Drive"/>
485 </Schema>
486
Gunnar Millsa778c022020-05-12 12:20:36 -0500487 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_9">
488 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
489 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
490 <EntityType Name="Drive" BaseType="Drive.v1_0_8.Drive"/>
491 </Schema>
492
Gunnar Mills844b4152020-06-22 12:44:09 -0500493 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_10">
494 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
495 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
496 <EntityType Name="Drive" BaseType="Drive.v1_0_9.Drive"/>
497 </Schema>
498
Gunnar Mills262d7d42021-01-20 16:28:41 -0600499 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_11">
500 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
501 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
502 <EntityType Name="Drive" BaseType="Drive.v1_0_10.Drive"/>
503 </Schema>
504
Gunnar Mills10f270b2021-05-19 15:34:06 -0500505 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_12">
506 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
507 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
508 <EntityType Name="Drive" BaseType="Drive.v1_0_11.Drive"/>
509 </Schema>
510
Gunnar Mills9d424662021-09-22 21:56:16 -0500511 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_13">
512 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
513 <Annotation Term="OData.Description" String="This version was created to change the permissions for HotspareType to read-write."/>
514 <EntityType Name="Drive" BaseType="Drive.v1_0_12.Drive"/>
515 </Schema>
516
Sui Chen141d9432022-02-03 22:01:27 -0800517 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_14">
518 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
519 <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for RotationSpeedRPM to match the available UCUM format."/>
520 <EntityType Name="Drive" BaseType="Drive.v1_0_13.Drive"/>
521 </Schema>
522
Jason M. Billsea4aa752018-06-05 13:29:11 -0700523 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_0">
524 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600525 <Annotation Term="Redfish.Release" String="2016.2"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700526
527 <EntityType Name="Drive" BaseType="Drive.v1_0_1.Drive">
528 <Property Name="Operations" Type="Collection(Drive.v1_1_0.Operations)" Nullable="false">
529 <Annotation Term="OData.Description" String="The operations currently running on the Drive."/>
530 <Annotation Term="OData.LongDescription" String="This property shall contain a list of all operations currently running on the Drive."/>
531 </Property>
532 </EntityType>
533
534 <ComplexType Name="Links" BaseType="Drive.v1_0_0.Links">
535 <NavigationProperty Name="Endpoints" Type="Collection(Endpoint.Endpoint)">
536 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700537 <Annotation Term="OData.Description" String="An array of links to the endpoints that connect to this drive."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500538 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type Endpoint with which this drive is associated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700539 <Annotation Term="OData.AutoExpandReferences"/>
540 </NavigationProperty>
541 </ComplexType>
542
543 <ComplexType Name="Operations">
544 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500545 <Annotation Term="OData.Description" String="An operation currently running on this resource."/>
546 <Annotation Term="OData.LongDescription" String="This type shall describe a currently running operation on the resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700547 <Property Name="OperationName" Type="Edm.String">
548 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
549 <Annotation Term="OData.Description" String="The name of the operation."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700550 <Annotation Term="OData.LongDescription" String="This property shall contain a string of the name of the operation."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700551 </Property>
552 <Property Name="PercentageComplete" Type="Edm.Int64">
553 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
554 <Annotation Term="OData.Description" String="The percentage of the operation that has been completed."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500555 <Annotation Term="OData.LongDescription" String="This property shall contain an integer of the percentage of the operation that has been completed."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800556 <Annotation Term="Measures.Unit" String="%"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700557 </Property>
558 <NavigationProperty Name="AssociatedTask" Type="Task.Task" Nullable="false">
559 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700560 <Annotation Term="OData.Description" String="The link to the task associated with the operation, if any."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500561 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type Task that represents the task associated with the operation."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700562 </NavigationProperty>
563 </ComplexType>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700564 </Schema>
565
566 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_1">
567 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
568 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
569 <EntityType Name="Drive" BaseType="Drive.v1_1_0.Drive"/>
570 </Schema>
571
572 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_2">
573 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700574 <Annotation Term="OData.Description" String="This version was created to fix supported types to remove the Nullable facet on NavigationProperties of the Collection type and to use Redfish.Deprecated on certain enumerated values."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700575 <EntityType Name="Drive" BaseType="Drive.v1_1_1.Drive"/>
576 </Schema>
577
578 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_3">
579 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700580 <Annotation Term="OData.Description" String="This version was created to migrate the Operations definition, to change Identifier and Location to their abstract base types, and IndicatorLED, Protocol, and Operations to use the unversioned definition. It was also created to correct the short and long descriptions in the defined Actions."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700581 <EntityType Name="Drive" BaseType="Drive.v1_1_2.Drive"/>
582 </Schema>
583
Ed Tanous530520e2019-01-02 13:41:37 -0800584 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_4">
585 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
586 <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."/>
587 <EntityType Name="Drive" BaseType="Drive.v1_1_3.Drive"/>
588 </Schema>
589
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600590 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_5">
591 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500592 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation. It was also created to change the VolumeCollection reference to Swordfish."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600593 <EntityType Name="Drive" BaseType="Drive.v1_1_4.Drive"/>
594 </Schema>
595
Ed Tanouscb103132019-10-08 11:34:22 -0700596 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_6">
597 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
598 <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."/>
599 <EntityType Name="Drive" BaseType="Drive.v1_1_5.Drive"/>
600 </Schema>
601
602 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_7">
603 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
604 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
605 <EntityType Name="Drive" BaseType="Drive.v1_1_6.Drive"/>
606 </Schema>
607
Gunnar Millsa778c022020-05-12 12:20:36 -0500608 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_8">
609 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
610 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
611 <EntityType Name="Drive" BaseType="Drive.v1_1_7.Drive"/>
612 </Schema>
613
Gunnar Mills844b4152020-06-22 12:44:09 -0500614 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_9">
615 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
616 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
617 <EntityType Name="Drive" BaseType="Drive.v1_1_8.Drive"/>
618 </Schema>
619
Gunnar Mills262d7d42021-01-20 16:28:41 -0600620 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_10">
621 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
622 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
623 <EntityType Name="Drive" BaseType="Drive.v1_1_9.Drive"/>
624 </Schema>
625
Gunnar Mills10f270b2021-05-19 15:34:06 -0500626 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_11">
627 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
628 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
629 <EntityType Name="Drive" BaseType="Drive.v1_1_10.Drive"/>
630 </Schema>
631
Gunnar Mills9d424662021-09-22 21:56:16 -0500632 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_12">
633 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
634 <Annotation Term="OData.Description" String="This version was created to change the permissions for HotspareType to read-write."/>
635 <EntityType Name="Drive" BaseType="Drive.v1_1_11.Drive"/>
636 </Schema>
637
Sui Chen141d9432022-02-03 22:01:27 -0800638 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_13">
639 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
640 <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for RotationSpeedRPM to match the available UCUM format."/>
641 <EntityType Name="Drive" BaseType="Drive.v1_1_12.Drive"/>
642 </Schema>
643
Jason M. Billsea4aa752018-06-05 13:29:11 -0700644 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_0">
645 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600646 <Annotation Term="Redfish.Release" String="2017.1"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600647
Jason M. Billsea4aa752018-06-05 13:29:11 -0700648 <EntityType Name="Drive" BaseType="Drive.v1_1_2.Drive"/>
649
650 <ComplexType Name="Links" BaseType="Drive.v1_1_0.Links">
651 <NavigationProperty Name="Chassis" Type="Chassis.Chassis" Nullable="false">
652 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700653 <Annotation Term="OData.Description" String="The link to the chassis that contains this drive."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500654 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type Chassis that represents the physical container associated with this drive."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700655 <Annotation Term="OData.AutoExpandReferences"/>
656 </NavigationProperty>
657 </ComplexType>
658 </Schema>
659
660 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_1">
661 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700662 <Annotation Term="OData.Description" String="This version was created to migrate the Operations definition, to change Identifier and Location to their abstract base types, and IndicatorLED, Protocol, and Operations to use the unversioned definition. It was also created to correct the short and long descriptions in the defined Actions."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700663 <EntityType Name="Drive" BaseType="Drive.v1_2_0.Drive"/>
664 </Schema>
665
Ed Tanous530520e2019-01-02 13:41:37 -0800666 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_2">
667 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
668 <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."/>
669 <EntityType Name="Drive" BaseType="Drive.v1_2_1.Drive"/>
670 </Schema>
671
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600672 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_3">
673 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500674 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation. It was also created to change the VolumeCollection reference to Swordfish."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600675 <EntityType Name="Drive" BaseType="Drive.v1_2_2.Drive"/>
676 </Schema>
677
Ed Tanouscb103132019-10-08 11:34:22 -0700678 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_4">
679 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
680 <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."/>
681 <EntityType Name="Drive" BaseType="Drive.v1_2_3.Drive"/>
682 </Schema>
683
684 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_5">
685 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
686 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
687 <EntityType Name="Drive" BaseType="Drive.v1_2_4.Drive"/>
688 </Schema>
689
Gunnar Millsa778c022020-05-12 12:20:36 -0500690 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_6">
691 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
692 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
693 <EntityType Name="Drive" BaseType="Drive.v1_2_5.Drive"/>
694 </Schema>
695
Gunnar Mills844b4152020-06-22 12:44:09 -0500696 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_7">
697 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
698 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
699 <EntityType Name="Drive" BaseType="Drive.v1_2_6.Drive"/>
700 </Schema>
701
Gunnar Mills262d7d42021-01-20 16:28:41 -0600702 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_8">
703 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
704 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
705 <EntityType Name="Drive" BaseType="Drive.v1_2_7.Drive"/>
706 </Schema>
707
Gunnar Mills10f270b2021-05-19 15:34:06 -0500708 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_9">
709 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
710 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
711 <EntityType Name="Drive" BaseType="Drive.v1_2_8.Drive"/>
712 </Schema>
713
Gunnar Mills9d424662021-09-22 21:56:16 -0500714 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_10">
715 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
716 <Annotation Term="OData.Description" String="This version was created to change the permissions for HotspareType to read-write."/>
717 <EntityType Name="Drive" BaseType="Drive.v1_2_9.Drive"/>
718 </Schema>
719
Sui Chen141d9432022-02-03 22:01:27 -0800720 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_11">
721 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
722 <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for RotationSpeedRPM to match the available UCUM format."/>
723 <EntityType Name="Drive" BaseType="Drive.v1_2_10.Drive"/>
724 </Schema>
725
Jason M. Billsea4aa752018-06-05 13:29:11 -0700726 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_0">
727 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600728 <Annotation Term="Redfish.Release" String="2017.3"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600729
Jason M. Billsea4aa752018-06-05 13:29:11 -0700730 <EntityType Name="Drive" BaseType="Drive.v1_2_1.Drive">
731 <NavigationProperty Name="Assembly" Type="Assembly.Assembly" ContainsTarget="true" Nullable="false">
732 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700733 <Annotation Term="OData.Description" String="The link to the assembly associated with this drive."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500734 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type Assembly."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700735 <Annotation Term="OData.AutoExpandReferences"/>
736 </NavigationProperty>
737 </EntityType>
738 </Schema>
739
Ed Tanous530520e2019-01-02 13:41:37 -0800740 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_1">
741 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
742 <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."/>
743 <EntityType Name="Drive" BaseType="Drive.v1_3_0.Drive"/>
744 </Schema>
745
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600746 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_2">
747 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500748 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation. It was also created to change the VolumeCollection reference to Swordfish."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600749 <EntityType Name="Drive" BaseType="Drive.v1_3_1.Drive"/>
750 </Schema>
751
Ed Tanouscb103132019-10-08 11:34:22 -0700752 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_3">
753 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
754 <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."/>
755 <EntityType Name="Drive" BaseType="Drive.v1_3_2.Drive"/>
756 </Schema>
757
758 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_4">
759 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
760 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
761 <EntityType Name="Drive" BaseType="Drive.v1_3_3.Drive"/>
762 </Schema>
763
Gunnar Millsa778c022020-05-12 12:20:36 -0500764 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_5">
765 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
766 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
767 <EntityType Name="Drive" BaseType="Drive.v1_3_4.Drive"/>
768 </Schema>
769
Gunnar Mills844b4152020-06-22 12:44:09 -0500770 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_6">
771 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
772 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
773 <EntityType Name="Drive" BaseType="Drive.v1_3_5.Drive"/>
774 </Schema>
775
Gunnar Mills262d7d42021-01-20 16:28:41 -0600776 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_7">
777 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
778 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
779 <EntityType Name="Drive" BaseType="Drive.v1_3_6.Drive"/>
780 </Schema>
781
Gunnar Mills10f270b2021-05-19 15:34:06 -0500782 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_8">
783 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
784 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
785 <EntityType Name="Drive" BaseType="Drive.v1_3_7.Drive"/>
786 </Schema>
787
Gunnar Mills9d424662021-09-22 21:56:16 -0500788 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_9">
789 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
790 <Annotation Term="OData.Description" String="This version was created to change the permissions for HotspareType to read-write."/>
791 <EntityType Name="Drive" BaseType="Drive.v1_3_8.Drive"/>
792 </Schema>
793
Sui Chen141d9432022-02-03 22:01:27 -0800794 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_10">
795 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
796 <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for RotationSpeedRPM to match the available UCUM format."/>
797 <EntityType Name="Drive" BaseType="Drive.v1_3_9.Drive"/>
798 </Schema>
799
Jason M. Billsea4aa752018-06-05 13:29:11 -0700800 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_0">
801 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600802 <Annotation Term="Redfish.Release" String="2018.1"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600803
Jason M. Billsea4aa752018-06-05 13:29:11 -0700804 <EntityType Name="Drive" BaseType="Drive.v1_3_0.Drive">
805 <Property Name="PhysicalLocation" Type="Resource.Location" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700806 <Annotation Term="OData.Description" String="The location of the drive."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700807 <Annotation Term="OData.LongDescription" String="This property shall contain location information of the associated drive."/>
808 </Property>
809 </EntityType>
810 </Schema>
811
Ed Tanous530520e2019-01-02 13:41:37 -0800812 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_1">
813 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
814 <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."/>
815 <EntityType Name="Drive" BaseType="Drive.v1_4_0.Drive"/>
816 </Schema>
817
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600818 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_2">
819 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500820 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation. It was also created to change the VolumeCollection reference to Swordfish."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600821 <EntityType Name="Drive" BaseType="Drive.v1_4_1.Drive"/>
822 </Schema>
823
Ed Tanouscb103132019-10-08 11:34:22 -0700824 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_3">
825 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
826 <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."/>
827 <EntityType Name="Drive" BaseType="Drive.v1_4_2.Drive"/>
828 </Schema>
829
830 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_4">
831 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
832 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
833 <EntityType Name="Drive" BaseType="Drive.v1_4_3.Drive"/>
834 </Schema>
835
Gunnar Millsa778c022020-05-12 12:20:36 -0500836 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_5">
837 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
838 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
839 <EntityType Name="Drive" BaseType="Drive.v1_4_4.Drive"/>
840 </Schema>
841
Gunnar Mills844b4152020-06-22 12:44:09 -0500842 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_6">
843 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
844 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
845 <EntityType Name="Drive" BaseType="Drive.v1_4_5.Drive"/>
846 </Schema>
847
Gunnar Mills262d7d42021-01-20 16:28:41 -0600848 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_7">
849 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
850 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
851 <EntityType Name="Drive" BaseType="Drive.v1_4_6.Drive"/>
852 </Schema>
853
Gunnar Mills10f270b2021-05-19 15:34:06 -0500854 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_8">
855 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
856 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
857 <EntityType Name="Drive" BaseType="Drive.v1_4_7.Drive"/>
858 </Schema>
859
Gunnar Mills9d424662021-09-22 21:56:16 -0500860 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_9">
861 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
862 <Annotation Term="OData.Description" String="This version was created to change the permissions for HotspareType to read-write."/>
863 <EntityType Name="Drive" BaseType="Drive.v1_4_8.Drive"/>
864 </Schema>
865
Sui Chen141d9432022-02-03 22:01:27 -0800866 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_10">
867 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
868 <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for RotationSpeedRPM to match the available UCUM format."/>
869 <EntityType Name="Drive" BaseType="Drive.v1_4_9.Drive"/>
870 </Schema>
871
Ed Tanous530520e2019-01-02 13:41:37 -0800872 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_0">
873 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600874 <Annotation Term="Redfish.Release" String="2018.2"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600875
Ed Tanous530520e2019-01-02 13:41:37 -0800876 <EntityType Name="Drive" BaseType="Drive.v1_4_1.Drive">
877 <Property Name="HotspareReplacementMode" Type="Drive.v1_5_0.HotspareReplacementModeType">
878 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700879 <Annotation Term="OData.Description" String="The replacement mode for the hot spare drive."/>
880 <Annotation Term="OData.LongDescription" String="This property shall indicate whether a commissioned hot spare continues to serve as a hot spare after the failed drive is replaced."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800881 </Property>
882 </EntityType>
883
884 <EnumType Name="HotspareReplacementModeType">
885 <Member Name="Revertible">
Ed Tanouscb103132019-10-08 11:34:22 -0700886 <Annotation Term="OData.Description" String="The hot spare drive that is commissioned due to a drive failure reverts to a hot spare after the failed drive is replaced and rebuilt."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800887 </Member>
888 <Member Name="NonRevertible">
Ed Tanouscb103132019-10-08 11:34:22 -0700889 <Annotation Term="OData.Description" String="The hot spare drive that is commissioned due to a drive failure remains as a data drive and does not revert to a hot spare if the failed drive is replaced."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800890 </Member>
891 </EnumType>
892 </Schema>
893
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600894 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_1">
895 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500896 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation. It was also created to change the VolumeCollection reference to Swordfish."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600897 <EntityType Name="Drive" BaseType="Drive.v1_5_0.Drive"/>
898 </Schema>
899
Ed Tanouscb103132019-10-08 11:34:22 -0700900 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_2">
901 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
902 <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."/>
903 <EntityType Name="Drive" BaseType="Drive.v1_5_1.Drive"/>
904 </Schema>
905
906 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_3">
907 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
908 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
909 <EntityType Name="Drive" BaseType="Drive.v1_5_2.Drive"/>
910 </Schema>
911
Gunnar Millsa778c022020-05-12 12:20:36 -0500912 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_4">
913 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
914 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
915 <EntityType Name="Drive" BaseType="Drive.v1_5_3.Drive"/>
916 </Schema>
917
Gunnar Mills844b4152020-06-22 12:44:09 -0500918 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_5">
919 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
920 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
921 <EntityType Name="Drive" BaseType="Drive.v1_5_4.Drive"/>
922 </Schema>
923
Gunnar Mills262d7d42021-01-20 16:28:41 -0600924 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_6">
925 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
926 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
927 <EntityType Name="Drive" BaseType="Drive.v1_5_5.Drive"/>
928 </Schema>
929
Gunnar Mills10f270b2021-05-19 15:34:06 -0500930 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_7">
931 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
932 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
933 <EntityType Name="Drive" BaseType="Drive.v1_5_6.Drive"/>
934 </Schema>
935
Gunnar Mills9d424662021-09-22 21:56:16 -0500936 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_8">
937 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
938 <Annotation Term="OData.Description" String="This version was created to change the permissions for HotspareType to read-write."/>
939 <EntityType Name="Drive" BaseType="Drive.v1_5_7.Drive"/>
940 </Schema>
941
Sui Chen141d9432022-02-03 22:01:27 -0800942 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_9">
943 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
944 <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for RotationSpeedRPM to match the available UCUM format."/>
945 <EntityType Name="Drive" BaseType="Drive.v1_5_8.Drive"/>
946 </Schema>
947
Ed Tanouscb103132019-10-08 11:34:22 -0700948 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_6_0">
949 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
950 <Annotation Term="Redfish.Release" String="2019.1"/>
951
952 <EntityType Name="Drive" BaseType="Drive.v1_5_2.Drive"/>
953
954 <ComplexType Name="Links" BaseType="Drive.v1_2_0.Links">
955 <NavigationProperty Name="PCIeFunctions" Type="Collection(PCIeFunction.PCIeFunction)">
956 <Annotation Term="OData.Description" String="An array of links to the PCIe functions that the drive produces."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500957 <Annotation Term="OData.LongDescription" String="This property shall link to a resource of type PCIeFunction that represents the PCIe functions associated with this resource."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700958 <Annotation Term="OData.AutoExpandReferences"/>
959 </NavigationProperty>
960 </ComplexType>
961 </Schema>
962
963 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_6_1">
964 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
965 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
966 <EntityType Name="Drive" BaseType="Drive.v1_6_0.Drive"/>
967 </Schema>
968
Gunnar Millsa778c022020-05-12 12:20:36 -0500969 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_6_2">
970 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
971 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
972 <EntityType Name="Drive" BaseType="Drive.v1_6_1.Drive"/>
973 </Schema>
974
Gunnar Mills844b4152020-06-22 12:44:09 -0500975 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_6_3">
976 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
977 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
978 <EntityType Name="Drive" BaseType="Drive.v1_6_2.Drive"/>
979 </Schema>
980
Gunnar Mills262d7d42021-01-20 16:28:41 -0600981 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_6_4">
982 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
983 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
984 <EntityType Name="Drive" BaseType="Drive.v1_6_3.Drive"/>
985 </Schema>
986
Gunnar Mills10f270b2021-05-19 15:34:06 -0500987 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_6_5">
988 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
989 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
990 <EntityType Name="Drive" BaseType="Drive.v1_6_4.Drive"/>
991 </Schema>
992
Gunnar Mills9d424662021-09-22 21:56:16 -0500993 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_6_6">
994 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
995 <Annotation Term="OData.Description" String="This version was created to change the permissions for HotspareType to read-write."/>
996 <EntityType Name="Drive" BaseType="Drive.v1_6_5.Drive"/>
997 </Schema>
998
Sui Chen141d9432022-02-03 22:01:27 -0800999 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_6_7">
1000 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1001 <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for RotationSpeedRPM to match the available UCUM format."/>
1002 <EntityType Name="Drive" BaseType="Drive.v1_6_6.Drive"/>
1003 </Schema>
1004
Ed Tanouscb103132019-10-08 11:34:22 -07001005 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_7_0">
1006 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1007 <Annotation Term="Redfish.Release" String="2019.2"/>
1008 <Annotation Term="OData.Description" String="This version was created to add a WriteCacheEnabled property and reset action for Drive."/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001009
Ed Tanouscb103132019-10-08 11:34:22 -07001010 <EntityType Name="Drive" BaseType="Drive.v1_6_0.Drive">
1011 <Property Name="WriteCacheEnabled" Type="Edm.Boolean">
1012 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1013 <Annotation Term="OData.Description" String="An indication of whether the drive write cache is enabled."/>
1014 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the drive write cache is enabled."/>
1015 </Property>
1016 </EntityType>
1017 </Schema>
1018
Gunnar Millsa778c022020-05-12 12:20:36 -05001019 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_7_1">
1020 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1021 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1022 <EntityType Name="Drive" BaseType="Drive.v1_7_0.Drive"/>
1023 </Schema>
1024
Gunnar Mills844b4152020-06-22 12:44:09 -05001025 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_7_2">
1026 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1027 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1028 <EntityType Name="Drive" BaseType="Drive.v1_7_1.Drive"/>
1029 </Schema>
1030
Gunnar Mills262d7d42021-01-20 16:28:41 -06001031 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_7_3">
1032 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1033 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
1034 <EntityType Name="Drive" BaseType="Drive.v1_7_2.Drive"/>
1035 </Schema>
1036
Gunnar Mills10f270b2021-05-19 15:34:06 -05001037 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_7_4">
1038 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1039 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
1040 <EntityType Name="Drive" BaseType="Drive.v1_7_3.Drive"/>
1041 </Schema>
1042
Gunnar Mills9d424662021-09-22 21:56:16 -05001043 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_7_5">
1044 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1045 <Annotation Term="OData.Description" String="This version was created to change the permissions for HotspareType to read-write."/>
1046 <EntityType Name="Drive" BaseType="Drive.v1_7_4.Drive"/>
1047 </Schema>
1048
Sui Chen141d9432022-02-03 22:01:27 -08001049 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_7_6">
1050 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1051 <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for RotationSpeedRPM to match the available UCUM format."/>
1052 <EntityType Name="Drive" BaseType="Drive.v1_7_5.Drive"/>
1053 </Schema>
1054
Gunnar Mills6f44b752020-02-06 16:50:51 -06001055 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_8_0">
1056 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1057 <Annotation Term="Redfish.Release" String="2019.3"/>
1058
1059 <EntityType Name="Drive" BaseType="Drive.v1_7_0.Drive"/>
1060
1061 <ComplexType Name="Links" BaseType="Drive.v1_6_0.Links">
1062 <NavigationProperty Name="StoragePools" Type="Collection(StoragePool.StoragePool)">
1063 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1064 <Annotation Term="OData.Description" String="An array of links to the storage pools to which this drive belongs."/>
1065 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links of type StoragePool to which this drive belongs."/>
1066 <Annotation Term="OData.AutoExpandReferences"/>
1067 </NavigationProperty>
1068 </ComplexType>
1069 </Schema>
1070
Gunnar Millsa778c022020-05-12 12:20:36 -05001071 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_8_1">
1072 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1073 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1074 <EntityType Name="Drive" BaseType="Drive.v1_8_0.Drive"/>
1075 </Schema>
1076
Gunnar Mills844b4152020-06-22 12:44:09 -05001077 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_8_2">
1078 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1079 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1080 <EntityType Name="Drive" BaseType="Drive.v1_8_1.Drive"/>
1081 </Schema>
1082
Gunnar Mills262d7d42021-01-20 16:28:41 -06001083 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_8_3">
1084 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1085 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
1086 <EntityType Name="Drive" BaseType="Drive.v1_8_2.Drive"/>
1087 </Schema>
1088
Gunnar Mills10f270b2021-05-19 15:34:06 -05001089 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_8_4">
1090 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1091 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
1092 <EntityType Name="Drive" BaseType="Drive.v1_8_3.Drive"/>
1093 </Schema>
1094
Gunnar Mills9d424662021-09-22 21:56:16 -05001095 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_8_5">
1096 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1097 <Annotation Term="OData.Description" String="This version was created to change the permissions for HotspareType to read-write."/>
1098 <EntityType Name="Drive" BaseType="Drive.v1_8_4.Drive"/>
1099 </Schema>
1100
Sui Chen141d9432022-02-03 22:01:27 -08001101 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_8_6">
1102 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1103 <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for RotationSpeedRPM to match the available UCUM format."/>
1104 <EntityType Name="Drive" BaseType="Drive.v1_8_5.Drive"/>
1105 </Schema>
1106
Gunnar Mills09b9d452020-02-11 13:27:39 -06001107 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_9_0">
1108 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1109 <Annotation Term="Redfish.Release" String="2019.4"/>
1110 <Annotation Term="OData.Description" String="This version was created to add Multipath property for Drive."/>
1111
1112 <EntityType Name="Drive" BaseType="Drive.v1_8_0.Drive">
1113 <Property Name="Multipath" Type="Edm.Boolean">
1114 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1115 <Annotation Term="OData.Description" String="An indication of whether the drive is accessible from multiple paths."/>
1116 <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."/>
1117 </Property>
1118 </EntityType>
1119 </Schema>
1120
Gunnar Millsa778c022020-05-12 12:20:36 -05001121 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_9_1">
1122 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1123 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1124 <EntityType Name="Drive" BaseType="Drive.v1_9_0.Drive"/>
1125 </Schema>
1126
Gunnar Mills844b4152020-06-22 12:44:09 -05001127 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_9_2">
1128 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1129 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1130 <EntityType Name="Drive" BaseType="Drive.v1_9_1.Drive"/>
1131 </Schema>
1132
Gunnar Mills262d7d42021-01-20 16:28:41 -06001133 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_9_3">
1134 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1135 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
1136 <EntityType Name="Drive" BaseType="Drive.v1_9_2.Drive"/>
1137 </Schema>
1138
Gunnar Mills10f270b2021-05-19 15:34:06 -05001139 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_9_4">
1140 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1141 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
1142 <EntityType Name="Drive" BaseType="Drive.v1_9_3.Drive"/>
1143 </Schema>
1144
Gunnar Mills9d424662021-09-22 21:56:16 -05001145 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_9_5">
1146 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1147 <Annotation Term="OData.Description" String="This version was created to change the permissions for HotspareType to read-write."/>
1148 <EntityType Name="Drive" BaseType="Drive.v1_9_4.Drive"/>
1149 </Schema>
1150
Sui Chen141d9432022-02-03 22:01:27 -08001151 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_9_6">
1152 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1153 <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for RotationSpeedRPM to match the available UCUM format."/>
1154 <EntityType Name="Drive" BaseType="Drive.v1_9_5.Drive"/>
1155 </Schema>
1156
Gunnar Mills844b4152020-06-22 12:44:09 -05001157 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_10_0">
1158 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1159 <Annotation Term="Redfish.Release" String="2020.2"/>
1160 <Annotation Term="OData.Description" String="This version was created to add ReadyToRemove property."/>
1161
1162 <EntityType Name="Drive" BaseType="Drive.v1_9_2.Drive">
1163 <Property Name="ReadyToRemove" Type="Edm.Boolean">
1164 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1165 <Annotation Term="OData.Description" String="An indication of whether the drive is prepared by the system for removal."/>
1166 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the system is prepared for the removal of this drive."/>
1167 </Property>
1168 </EntityType>
1169 </Schema>
1170
Gunnar Mills262d7d42021-01-20 16:28:41 -06001171 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_10_1">
1172 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1173 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
1174 <EntityType Name="Drive" BaseType="Drive.v1_10_0.Drive"/>
1175 </Schema>
1176
Gunnar Mills10f270b2021-05-19 15:34:06 -05001177 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_10_2">
1178 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1179 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
1180 <EntityType Name="Drive" BaseType="Drive.v1_10_1.Drive"/>
1181 </Schema>
1182
Gunnar Mills9d424662021-09-22 21:56:16 -05001183 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_10_3">
1184 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1185 <Annotation Term="OData.Description" String="This version was created to change the permissions for HotspareType to read-write."/>
1186 <EntityType Name="Drive" BaseType="Drive.v1_10_2.Drive"/>
1187 </Schema>
1188
Sui Chen141d9432022-02-03 22:01:27 -08001189 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_10_4">
1190 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1191 <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for RotationSpeedRPM to match the available UCUM format."/>
1192 <EntityType Name="Drive" BaseType="Drive.v1_10_3.Drive"/>
1193 </Schema>
1194
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001195 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_11_0">
1196 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1197 <Annotation Term="Redfish.Release" String="2020.3"/>
1198 <Annotation Term="OData.Description" String="This version was created to add LocationIndicatorActive and to deprecate IndicatorLED properties."/>
1199
1200 <EntityType Name="Drive" BaseType="Drive.v1_10_0.Drive">
1201 <Property Name="LocationIndicatorActive" Type="Edm.Boolean">
1202 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1203 <Annotation Term="OData.Description" String="An indicator allowing an operator to physically locate this resource."/>
1204 <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."/>
1205 </Property>
1206 </EntityType>
1207 </Schema>
1208
Gunnar Mills262d7d42021-01-20 16:28:41 -06001209 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_11_1">
1210 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1211 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
1212 <EntityType Name="Drive" BaseType="Drive.v1_11_0.Drive"/>
1213 </Schema>
1214
Gunnar Mills10f270b2021-05-19 15:34:06 -05001215 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_11_2">
1216 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1217 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
1218 <EntityType Name="Drive" BaseType="Drive.v1_11_1.Drive"/>
1219 </Schema>
1220
Gunnar Mills9d424662021-09-22 21:56:16 -05001221 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_11_3">
1222 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1223 <Annotation Term="OData.Description" String="This version was created to change the permissions for HotspareType to read-write."/>
1224 <EntityType Name="Drive" BaseType="Drive.v1_11_2.Drive"/>
1225 </Schema>
1226
Sui Chen141d9432022-02-03 22:01:27 -08001227 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_11_4">
1228 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1229 <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for RotationSpeedRPM to match the available UCUM format."/>
1230 <EntityType Name="Drive" BaseType="Drive.v1_11_3.Drive"/>
1231 </Schema>
1232
Gunnar Mills262d7d42021-01-20 16:28:41 -06001233 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_12_0">
1234 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1235 <Annotation Term="Redfish.Release" String="2020.4"/>
1236 <Annotation Term="OData.Description" String="This version was created to add Certificates and Measurements to devices for attestation and identity management. It was also created to add a link for EnvironmentMetrics."/>
1237
1238 <EntityType Name="Drive" BaseType="Drive.v1_11_1.Drive">
1239 <NavigationProperty Name="EnvironmentMetrics" Type="EnvironmentMetrics.EnvironmentMetrics" Nullable="false">
1240 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1241 <Annotation Term="OData.Description" String="The link to the environment metrics for this drive."/>
1242 <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."/>
1243 <Annotation Term="OData.AutoExpandReferences"/>
1244 </NavigationProperty>
1245 <NavigationProperty Name="Certificates" Type="CertificateCollection.CertificateCollection" ContainsTarget="true" Nullable="false">
1246 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1247 <Annotation Term="OData.Description" String="The link to a collection of certificates for device identity and attestation."/>
1248 <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."/>
1249 <Annotation Term="OData.AutoExpandReferences"/>
1250 </NavigationProperty>
1251 <Property Name="Measurements" Type="Collection(SoftwareInventory.MeasurementBlock)" Nullable="false">
1252 <Annotation Term="OData.Description" String="An array of DSP0274-defined measurement blocks."/>
1253 <Annotation Term="OData.LongDescription" String="This property shall contain an array of DSP0274-defined measurement blocks."/>
Sui Chen141d9432022-02-03 22:01:27 -08001254 <Annotation Term="Redfish.Revisions">
1255 <Collection>
1256 <Record>
1257 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
1258 <PropertyValue Property="Version" String="v1_14_0"/>
1259 <PropertyValue Property="Description" String="This property has been deprecated in favor of the ComponentIntegrity resource."/>
1260 </Record>
1261 </Collection>
1262 </Annotation>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001263 </Property>
1264 </EntityType>
1265 </Schema>
1266
Gunnar Mills10f270b2021-05-19 15:34:06 -05001267 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_12_1">
1268 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1269 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
1270 <EntityType Name="Drive" BaseType="Drive.v1_12_0.Drive"/>
1271 </Schema>
1272
Gunnar Mills9d424662021-09-22 21:56:16 -05001273 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_12_2">
1274 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1275 <Annotation Term="OData.Description" String="This version was created to change the permissions for HotspareType to read-write."/>
1276 <EntityType Name="Drive" BaseType="Drive.v1_12_1.Drive"/>
1277 </Schema>
1278
Sui Chen141d9432022-02-03 22:01:27 -08001279 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_12_3">
1280 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1281 <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for RotationSpeedRPM to match the available UCUM format."/>
1282 <EntityType Name="Drive" BaseType="Drive.v1_12_2.Drive"/>
1283 </Schema>
1284
Gunnar Mills9d424662021-09-22 21:56:16 -05001285 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_13_0">
1286 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1287 <Annotation Term="Redfish.Release" String="2021.2"/>
1288
1289 <EntityType Name="Drive" BaseType="Drive.v1_12_2.Drive"/>
1290
1291 <ComplexType Name="Links" BaseType="Drive.v1_8_0.Links">
1292 <NavigationProperty Name="Storage" Type="Storage.Storage" Nullable="false">
1293 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1294 <Annotation Term="OData.Description" String="A link to the storage subsystem to which this drive belongs."/>
1295 <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."/>
1296 <Annotation Term="OData.AutoExpandReferences"/>
1297 </NavigationProperty>
1298 </ComplexType>
1299 </Schema>
1300
Sui Chen141d9432022-02-03 22:01:27 -08001301 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_13_1">
1302 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1303 <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for RotationSpeedRPM to match the available UCUM format."/>
1304 <EntityType Name="Drive" BaseType="Drive.v1_13_0.Drive"/>
1305 </Schema>
1306
1307 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_14_0">
1308 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1309 <Annotation Term="Redfish.Release" String="2021.4"/>
1310 <Annotation Term="OData.Description" String="This version was created to deprecate Measurements in favor of measurement reporting in the ComponentIntegrity resource."/>
1311
1312 <EntityType Name="Drive" BaseType="Drive.v1_13_1.Drive"/>
1313
1314 <ComplexType Name="Links" BaseType="Drive.v1_13_0.Links">
1315 <NavigationProperty Name="NetworkDeviceFunctions" Type="Collection(NetworkDeviceFunction.NetworkDeviceFunction)">
1316 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1317 <Annotation Term="OData.Description" String="An array of links to the network device functions that provide network connectivity for this drive."/>
1318 <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."/>
1319 <Annotation Term="OData.AutoExpandReferences"/>
1320 </NavigationProperty>
1321 </ComplexType>
1322 </Schema>
1323
Ed Tanoused761212022-09-23 15:03:29 -07001324 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_15_0">
1325 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1326 <Annotation Term="Redfish.Release" String="2022.1"/>
1327 <Annotation Term="OData.Description" String="This version was created to add parameters to the SecureErase action for NVMe use cases."/>
1328
1329 <EntityType Name="Drive" BaseType="Drive.v1_14_0.Drive"/>
1330
1331 <EnumType Name="DataSanitizationType">
1332 <Member Name="BlockErase">
1333 <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."/>
1334 <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."/>
1335 </Member>
1336 <Member Name="CryptographicErase">
1337 <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."/>
1338 <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."/>
1339 </Member>
1340 <Member Name="Overwrite">
1341 <Annotation Term="OData.Description" String="Overwrite data by writing an implementation specific pattern onto all sectors of the drive."/>
1342 <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."/>
1343 </Member>
1344 </EnumType>
1345 </Schema>
1346
Jason M. Billsea4aa752018-06-05 13:29:11 -07001347 </edmx:DataServices>
1348</edmx:Edmx>