blob: bd3612a833bae46d368150ec7560e23ebfd2a79a [file] [log] [blame]
Jason M. Billsea4aa752018-06-05 13:29:11 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
Ed Tanousf263e092023-05-22 09:56:29 -07003<!--################################################################################ -->
Ed Tanouse9cc1bc2023-09-21 11:15:30 -07004<!--# Redfish Schema: Drive v1.17.1 -->
Ed Tanousf263e092023-05-22 09:56:29 -07005<!--# -->
6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle, -->
7<!--# available at http://www.dmtf.org/standards/redfish -->
8<!--# Copyright 2014-2023 DMTF in cooperation with Storage Networking Industry Association (SNIA). -->
9<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10<!--################################################################################ -->
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"/>
Ed Tanouse9cc1bc2023-09-21 11:15:30 -070022 <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070023 </edmx:Reference>
24 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
25 <edmx:Include Namespace="Resource"/>
26 <edmx:Include Namespace="Resource.v1_0_0"/>
27 </edmx:Reference>
28 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml">
29 <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/>
30 </edmx:Reference>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060031 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/swordfish/v1/Volume_v1.xml">
Jason M. Billsea4aa752018-06-05 13:29:11 -070032 <edmx:Include Namespace="Volume"/>
33 </edmx:Reference>
34 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Endpoint_v1.xml">
35 <edmx:Include Namespace="Endpoint"/>
36 </edmx:Reference>
37 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Chassis_v1.xml">
38 <edmx:Include Namespace="Chassis"/>
39 </edmx:Reference>
40 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Assembly_v1.xml">
41 <edmx:Include Namespace="Assembly"/>
42 </edmx:Reference>
43 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Protocol_v1.xml">
44 <edmx:Include Namespace="Protocol"/>
45 </edmx:Reference>
46 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Task_v1.xml">
47 <edmx:Include Namespace="Task"/>
48 </edmx:Reference>
Ed Tanouscb103132019-10-08 11:34:22 -070049 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PCIeFunction_v1.xml">
50 <edmx:Include Namespace="PCIeFunction"/>
51 </edmx:Reference>
Gunnar Mills6f44b752020-02-06 16:50:51 -060052 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/swordfish/v1/StoragePool_v1.xml">
53 <edmx:Include Namespace="StoragePool"/>
54 </edmx:Reference>
Gunnar Mills262d7d42021-01-20 16:28:41 -060055 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/EnvironmentMetrics_v1.xml">
56 <edmx:Include Namespace="EnvironmentMetrics"/>
57 </edmx:Reference>
58 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/CertificateCollection_v1.xml">
59 <edmx:Include Namespace="CertificateCollection"/>
60 </edmx:Reference>
61 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/SoftwareInventory_v1.xml">
62 <edmx:Include Namespace="SoftwareInventory"/>
63 </edmx:Reference>
Gunnar Mills9d424662021-09-22 21:56:16 -050064 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Storage_v1.xml">
65 <edmx:Include Namespace="Storage"/>
66 </edmx:Reference>
Sui Chen141d9432022-02-03 22:01:27 -080067 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/NetworkDeviceFunction_v1.xml">
68 <edmx:Include Namespace="NetworkDeviceFunction"/>
69 </edmx:Reference>
Ed Tanousf263e092023-05-22 09:56:29 -070070 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/DriveMetrics_v1.xml">
71 <edmx:Include Namespace="DriveMetrics"/>
72 </edmx:Reference>
Jason M. Billsea4aa752018-06-05 13:29:11 -070073
74 <edmx:DataServices>
75
76 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive">
77 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
78
79 <EntityType Name="Drive" BaseType="Resource.v1_0_0.Resource" Abstract="true">
Ed Tanousf263e092023-05-22 09:56:29 -070080 <Annotation Term="OData.Description" String="The Drive schema represents a single physical drive for a system, including links to associated volumes. It also describes the location, such as a slot, socket, or bay, where a unit can be installed, by populating a resource instance with an absent state if a unit is not present."/>
81 <Annotation Term="OData.LongDescription" String="This resource shall represent a drive or other physical storage medium for a Redfish implementation. It may also represent a location, such as a slot, socket, or bay, where a unit may be installed, but the State property within the Status property contains `Absent`."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070082 <Annotation Term="Capabilities.InsertRestrictions">
83 <Record>
84 <PropertyValue Property="Insertable" Bool="false"/>
85 </Record>
86 </Annotation>
87 <Annotation Term="Capabilities.UpdateRestrictions">
88 <Record>
89 <PropertyValue Property="Updatable" Bool="true"/>
Ed Tanouscb103132019-10-08 11:34:22 -070090 <Annotation Term="OData.Description" String="Writable properties, such as IndicatorLED, can be updated for drives."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070091 </Record>
92 </Annotation>
93 <Annotation Term="Capabilities.DeleteRestrictions">
94 <Record>
95 <PropertyValue Property="Deletable" Bool="false"/>
96 </Record>
97 </Annotation>
Ed Tanous530520e2019-01-02 13:41:37 -080098 <Annotation Term="Redfish.Uris">
99 <Collection>
100 <String>/redfish/v1/Systems/{ComputerSystemId}/Storage/{StorageId}/Drives/{DriveId}</String>
101 <String>/redfish/v1/Chassis/{ChassisId}/Drives/{DriveId}</String>
102 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Drives/{DriveId}</String>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600103 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Drives/{DriveId}</String>
Ed Tanous530520e2019-01-02 13:41:37 -0800104 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Drives/{DriveId}</String>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600105 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Drives/{DriveId}</String>
106 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Drives/{DriveId}</String>
107 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Drives/{DriveId}</String>
Ed Tanous530520e2019-01-02 13:41:37 -0800108 </Collection>
109 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700110 </EntityType>
111
112 <Action Name="SecureErase" IsBound="true">
Ed Tanouscb103132019-10-08 11:34:22 -0700113 <Annotation Term="OData.Description" String="This action securely erases the contents of the drive."/>
114 <Annotation Term="OData.LongDescription" String="This action shall securely erase the drive."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500115 <Parameter Name="Drive" Type="Drive.v1_0_0.Actions"/>
Ed Tanoused761212022-09-23 15:03:29 -0700116 <Parameter Name="SanitizationType" Type="Drive.v1_15_0.DataSanitizationType">
117 <Annotation Term="OData.Description" String="The type of data sanitization to perform."/>
118 <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."/>
119 <Annotation Term="Redfish.Revisions">
120 <Collection>
121 <Record>
122 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
123 <PropertyValue Property="Version" String="v1_15_0"/>
124 </Record>
125 </Collection>
126 </Annotation>
127 </Parameter>
128 <Parameter Name="OverwritePasses" Type="Edm.Int64">
129 <Annotation Term="OData.Description" String="The number of times to overwrite the drive if performing an overwrite type of sanitization."/>
130 <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."/>
131 <Annotation Term="Redfish.Revisions">
132 <Collection>
133 <Record>
134 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
135 <PropertyValue Property="Version" String="v1_15_0"/>
136 </Record>
137 </Collection>
138 </Annotation>
139 </Parameter>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700140 </Action>
141
Ed Tanouscb103132019-10-08 11:34:22 -0700142 <Action Name="Reset" IsBound="true">
Gunnar Mills844b4152020-06-22 12:44:09 -0500143 <Annotation Term="OData.Description" String="This action resets this drive."/>
144 <Annotation Term="OData.LongDescription" String="This action shall reset this drive."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700145 <Parameter Name="Drive" Type="Drive.v1_0_0.Actions"/>
146 <Parameter Name="ResetType" Type="Resource.ResetType">
147 <Annotation Term="OData.Description" String="The type of reset."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500148 <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 -0700149 </Parameter>
Ed Tanouscb103132019-10-08 11:34:22 -0700150 <Annotation Term="Redfish.Revisions">
151 <Collection>
152 <Record>
153 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
154 <PropertyValue Property="Version" String="v1_7_0"/>
155 </Record>
156 </Collection>
157 </Annotation>
158 </Action>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700159 </Schema>
160
161 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_0">
162 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600163 <Annotation Term="Redfish.Release" String="2016.1"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700164
165 <EntityType Name="Drive" BaseType="Drive.Drive">
166 <Property Name="StatusIndicator" Type="Drive.v1_0_0.StatusIndicator">
167 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700168 <Annotation Term="OData.Description" String="The state of the status indicator, which communicates status information about this drive."/>
169 <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 -0700170 </Property>
171 <Property Name="IndicatorLED" Type="Resource.IndicatorLED">
172 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700173 <Annotation Term="OData.Description" String="The state of the indicator LED, that identifies the drive."/>
174 <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 -0500175 <Annotation Term="Redfish.Revisions">
176 <Collection>
177 <Record>
178 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
179 <PropertyValue Property="Version" String="v1_11_0"/>
180 <PropertyValue Property="Description" String="This property has been deprecated in favor of the LocationIndicatorActive property."/>
181 </Record>
182 </Collection>
183 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700184 </Property>
185 <Property Name="Model" Type="Edm.String">
186 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700187 <Annotation Term="OData.Description" String="The model number for the drive."/>
188 <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 -0700189 </Property>
190 <Property Name="Revision" Type="Edm.String">
191 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanousf263e092023-05-22 09:56:29 -0700192 <Annotation Term="OData.Description" String="The revision of this drive. For SCSI-based drives, this is the version of the drive from the 'Inquiry' command, which can be the firmware or hardware version. For other types of drives, this is the hardware version."/>
193 <Annotation Term="OData.LongDescription" String="This property shall contain the manufacturer-defined revision for the associated drive. For SCSI-based drives, this is the version of the drive from the 'Inquiry' command, which can be the firmware or hardware version. For other types of drives, this is the hardware version."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700194 </Property>
Ed Tanous530520e2019-01-02 13:41:37 -0800195 <Property Name="Status" Type="Resource.Status" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500196 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
197 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800198 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700199 <Property Name="CapacityBytes" Type="Edm.Int64">
200 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700201 <Annotation Term="OData.Description" String="The size, in bytes, of this drive."/>
202 <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 -0700203 <Annotation Term="Measures.Unit" String="By"/>
204 </Property>
205 <Property Name="FailurePredicted" Type="Edm.Boolean">
206 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700207 <Annotation Term="OData.Description" String="An indication of whether this drive currently predicts a failure in the near future."/>
208 <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 -0700209 </Property>
210 <Property Name="Protocol" Type="Protocol.Protocol">
211 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700212 <Annotation Term="OData.Description" String="The protocol that this drive currently uses to communicate to the storage controller."/>
213 <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 -0700214 </Property>
215 <Property Name="MediaType" Type="Drive.v1_0_0.MediaType">
216 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
217 <Annotation Term="OData.Description" String="The type of media contained in this drive."/>
218 <Annotation Term="OData.LongDescription" String="This property shall contain the type of media contained in the associated drive."/>
219 </Property>
220 <Property Name="Manufacturer" Type="Edm.String">
221 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700222 <Annotation Term="OData.Description" String="The manufacturer of this drive."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500223 <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 -0700224 </Property>
225 <Property Name="SKU" Type="Edm.String">
226 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700227 <Annotation Term="OData.Description" String="The SKU for this drive."/>
228 <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 -0700229 </Property>
230 <Property Name="SerialNumber" Type="Edm.String">
231 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
232 <Annotation Term="OData.Description" String="The serial number for this drive."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700233 <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 -0700234 </Property>
235 <Property Name="PartNumber" Type="Edm.String">
236 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
237 <Annotation Term="OData.Description" String="The part number for this drive."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700238 <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 -0700239 </Property>
240 <Property Name="AssetTag" Type="Edm.String">
241 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700242 <Annotation Term="OData.Description" String="The user-assigned asset tag for this drive."/>
243 <Annotation Term="OData.LongDescription" String="This property shall track the drive for inventory purposes."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700244 </Property>
245 <Property Name="Identifiers" Type="Collection(Resource.Identifier)" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700246 <Annotation Term="OData.Description" String="The durable names for the drive."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700247 <Annotation Term="OData.LongDescription" String="This property shall contain a list of all known durable names for the associated drive."/>
248 </Property>
249 <Property Name="Location" Type="Collection(Resource.Location)" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700250 <Annotation Term="OData.Description" String="The location of the drive."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700251 <Annotation Term="OData.LongDescription" String="This property shall contain location information of the associated drive."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600252 <Annotation Term="Redfish.Revisions">
253 <Collection>
254 <Record>
255 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
256 <PropertyValue Property="Version" String="v1_4_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700257 <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 -0600258 </Record>
259 </Collection>
260 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700261 </Property>
262 <Property Name="HotspareType" Type="Drive.v1_0_0.HotspareType">
Gunnar Mills9d424662021-09-22 21:56:16 -0500263 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
264 <Annotation Term="OData.Description" String="The type of hot spare that this drive serves as."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700265 <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 -0700266 </Property>
267 <Property Name="EncryptionAbility" Type="Drive.v1_0_0.EncryptionAbility">
268 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700269 <Annotation Term="OData.Description" String="The encryption ability of this drive."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700270 <Annotation Term="OData.LongDescription" String="This property shall contain the encryption ability for the associated drive."/>
271 </Property>
272 <Property Name="EncryptionStatus" Type="Drive.v1_0_0.EncryptionStatus">
273 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700274 <Annotation Term="OData.Description" String="The status of the encryption of this drive."/>
275 <Annotation Term="OData.LongDescription" String="This property shall contain the encryption status for the associated drive."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700276 </Property>
277 <Property Name="RotationSpeedRPM" Type="Edm.Decimal">
278 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700279 <Annotation Term="OData.Description" String="The rotation speed of this drive, in revolutions per minute (RPM)."/>
280 <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 -0800281 <Annotation Term="Measures.Unit" String="{rev}/min"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700282 </Property>
283 <Property Name="BlockSizeBytes" Type="Edm.Int64">
284 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700285 <Annotation Term="OData.Description" String="The size, in bytes, of the smallest addressable unit, or block."/>
286 <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 -0700287 <Annotation Term="Measures.Unit" String="By"/>
288 </Property>
289 <Property Name="CapableSpeedGbs" Type="Edm.Decimal">
290 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700291 <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."/>
292 <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 -0700293 <Annotation Term="Measures.Unit" String="Gbit/s"/>
294 </Property>
295 <Property Name="NegotiatedSpeedGbs" Type="Edm.Decimal">
296 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700297 <Annotation Term="OData.Description" String="The speed, in gigabit per second (Gbit/s), at which this drive currently communicates to the storage controller."/>
298 <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 -0700299 <Annotation Term="Measures.Unit" String="Gbit/s"/>
300 </Property>
301 <Property Name="PredictedMediaLifeLeftPercent" Type="Edm.Decimal">
302 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700303 <Annotation Term="OData.Description" String="The percentage of reads and writes that are predicted to be available for the media."/>
Ed Tanouse9cc1bc2023-09-21 11:15:30 -0700304 <Annotation Term="OData.LongDescription" String="This property shall contain an indicator of the percentage, typically `0` to `100`, of life remaining in the drive's media."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800305 <Annotation Term="Measures.Unit" String="%"/>
Ed Tanouse9cc1bc2023-09-21 11:15:30 -0700306 <Annotation Term="Validation.Minimum" Int="0"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700307 </Property>
308 <Property Name="Links" Type="Drive.v1_0_0.Links" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500309 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500310 <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 -0700311 </Property>
312 <Property Name="Actions" Type="Drive.v1_0_0.Actions" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500313 <Annotation Term="OData.Description" String="The available actions for this resource."/>
314 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700315 </Property>
316 </EntityType>
317
318 <ComplexType Name="Links" BaseType="Resource.Links">
Gunnar Millsa778c022020-05-12 12:20:36 -0500319 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
320 <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 -0700321 <NavigationProperty Name="Volumes" Type="Collection(Volume.Volume)">
322 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700323 <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 -0500324 <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 -0700325 <Annotation Term="OData.AutoExpandReferences"/>
326 </NavigationProperty>
327 </ComplexType>
328
329 <ComplexType Name="Actions">
330 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500331 <Annotation Term="OData.Description" String="The available actions for this resource."/>
332 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800333 <Property Name="Oem" Type="Drive.v1_0_0.OemActions" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500334 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
335 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800336 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700337 </ComplexType>
338
339 <ComplexType Name="OemActions">
340 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500341 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
342 <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 -0700343 </ComplexType>
344
345 <EnumType Name="MediaType">
346 <Member Name="HDD">
347 <Annotation Term="OData.Description" String="The drive media type is traditional magnetic platters."/>
348 </Member>
349 <Member Name="SSD">
350 <Annotation Term="OData.Description" String="The drive media type is solid state or flash memory."/>
351 </Member>
352 <Member Name="SMR">
353 <Annotation Term="OData.Description" String="The drive media type is shingled magnetic recording."/>
354 </Member>
355 </EnumType>
356
357 <EnumType Name="HotspareType">
358 <Member Name="None">
Gunnar Mills9d424662021-09-22 21:56:16 -0500359 <Annotation Term="OData.Description" String="The drive is not a hot spare."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700360 </Member>
361 <Member Name="Global">
Gunnar Mills9d424662021-09-22 21:56:16 -0500362 <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 -0700363 </Member>
364 <Member Name="Chassis">
Gunnar Mills9d424662021-09-22 21:56:16 -0500365 <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 -0700366 </Member>
367 <Member Name="Dedicated">
Gunnar Mills9d424662021-09-22 21:56:16 -0500368 <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 -0700369 </Member>
370 </EnumType>
371
372 <EnumType Name="EncryptionAbility">
373 <Member Name="None">
Ed Tanouscb103132019-10-08 11:34:22 -0700374 <Annotation Term="OData.Description" String="The drive is not capable of self-encryption."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700375 </Member>
376 <Member Name="SelfEncryptingDrive">
Ed Tanouscb103132019-10-08 11:34:22 -0700377 <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 -0700378 </Member>
379 <Member Name="Other">
Ed Tanouscb103132019-10-08 11:34:22 -0700380 <Annotation Term="OData.Description" String="The drive is capable of self-encryption through some other means."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700381 </Member>
382 </EnumType>
383
384 <EnumType Name="EncryptionStatus">
385 <Member Name="Unecrypted">
386 <Annotation Term="OData.Description" String="The drive is not currently encrypted."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600387 <Annotation Term="Redfish.Revisions">
388 <Collection>
389 <Record>
390 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
391 <PropertyValue Property="Version" String="v1_1_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700392 <PropertyValue Property="Description" String="This value has been deprecated in favor of Unencrypted."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600393 </Record>
394 </Collection>
395 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700396 </Member>
397 <Member Name="Unlocked">
Ed Tanouscb103132019-10-08 11:34:22 -0700398 <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 -0700399 </Member>
400 <Member Name="Locked">
Ed Tanouscb103132019-10-08 11:34:22 -0700401 <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 -0700402 </Member>
403 <Member Name="Foreign">
404 <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."/>
405 </Member>
406 <Member Name="Unencrypted">
407 <Annotation Term="OData.Description" String="The drive is not currently encrypted."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600408 <Annotation Term="Redfish.Revisions">
409 <Collection>
410 <Record>
411 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
412 <PropertyValue Property="Version" String="v1_1_0"/>
413 </Record>
414 </Collection>
415 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700416 </Member>
417 </EnumType>
418
419 <EnumType Name="StatusIndicator">
420 <Member Name="OK">
421 <Annotation Term="OData.Description" String="The drive is OK."/>
422 </Member>
423 <Member Name="Fail">
424 <Annotation Term="OData.Description" String="The drive has failed."/>
425 </Member>
426 <Member Name="Rebuild">
427 <Annotation Term="OData.Description" String="The drive is being rebuilt."/>
428 </Member>
429 <Member Name="PredictiveFailureAnalysis">
Ed Tanouscb103132019-10-08 11:34:22 -0700430 <Annotation Term="OData.Description" String="The drive still works but is predicted to fail soon."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700431 </Member>
432 <Member Name="Hotspare">
Ed Tanouscb103132019-10-08 11:34:22 -0700433 <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 -0700434 </Member>
435 <Member Name="InACriticalArray">
Ed Tanouscb103132019-10-08 11:34:22 -0700436 <Annotation Term="OData.Description" String="The array to which this drive belongs has been degraded."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700437 </Member>
438 <Member Name="InAFailedArray">
Ed Tanouscb103132019-10-08 11:34:22 -0700439 <Annotation Term="OData.Description" String="The array to which this drive belongs has failed."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700440 </Member>
441 </EnumType>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700442 </Schema>
443
444 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_1">
445 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
446 <Annotation Term="OData.Description" String="This version was created to show the EncryptionStatus enumerated list was updated."/>
447 <EntityType Name="Drive" BaseType="Drive.v1_0_0.Drive"/>
448 </Schema>
449
450 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_2">
451 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500452 <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 -0700453 <EntityType Name="Drive" BaseType="Drive.v1_0_1.Drive"/>
454 </Schema>
455
456 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_3">
457 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700458 <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 -0700459 <EntityType Name="Drive" BaseType="Drive.v1_0_2.Drive"/>
460 </Schema>
461
462 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_4">
463 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700464 <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 -0700465 <EntityType Name="Drive" BaseType="Drive.v1_0_3.Drive"/>
466 </Schema>
467
Ed Tanous530520e2019-01-02 13:41:37 -0800468 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_5">
469 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
470 <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."/>
471 <EntityType Name="Drive" BaseType="Drive.v1_0_4.Drive"/>
472 </Schema>
473
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600474 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_6">
475 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500476 <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 -0600477 <EntityType Name="Drive" BaseType="Drive.v1_0_5.Drive"/>
478 </Schema>
479
Ed Tanouscb103132019-10-08 11:34:22 -0700480 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_7">
481 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
482 <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."/>
483 <EntityType Name="Drive" BaseType="Drive.v1_0_6.Drive"/>
484 </Schema>
485
486 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_8">
487 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
488 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
489 <EntityType Name="Drive" BaseType="Drive.v1_0_7.Drive"/>
490 </Schema>
491
Gunnar Millsa778c022020-05-12 12:20:36 -0500492 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_9">
493 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
494 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
495 <EntityType Name="Drive" BaseType="Drive.v1_0_8.Drive"/>
496 </Schema>
497
Gunnar Mills844b4152020-06-22 12:44:09 -0500498 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_10">
499 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
500 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
501 <EntityType Name="Drive" BaseType="Drive.v1_0_9.Drive"/>
502 </Schema>
503
Gunnar Mills262d7d42021-01-20 16:28:41 -0600504 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_11">
505 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
506 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
507 <EntityType Name="Drive" BaseType="Drive.v1_0_10.Drive"/>
508 </Schema>
509
Gunnar Mills10f270b2021-05-19 15:34:06 -0500510 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_12">
511 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
512 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
513 <EntityType Name="Drive" BaseType="Drive.v1_0_11.Drive"/>
514 </Schema>
515
Gunnar Mills9d424662021-09-22 21:56:16 -0500516 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_13">
517 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
518 <Annotation Term="OData.Description" String="This version was created to change the permissions for HotspareType to read-write."/>
519 <EntityType Name="Drive" BaseType="Drive.v1_0_12.Drive"/>
520 </Schema>
521
Sui Chen141d9432022-02-03 22:01:27 -0800522 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_14">
523 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
524 <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for RotationSpeedRPM to match the available UCUM format."/>
525 <EntityType Name="Drive" BaseType="Drive.v1_0_13.Drive"/>
526 </Schema>
527
Ed Tanousf263e092023-05-22 09:56:29 -0700528 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_15">
529 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
530 <Annotation Term="OData.Description" String="This version was created to clarify the usage of the Revision property when it's necessary to distinguish hardware and firmware versions. It was also created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/>
531 <EntityType Name="Drive" BaseType="Drive.v1_0_14.Drive"/>
532 </Schema>
533
Ed Tanouse9cc1bc2023-09-21 11:15:30 -0700534 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_16">
535 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
536 <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
537 <EntityType Name="Drive" BaseType="Drive.v1_0_15.Drive"/>
538 </Schema>
539
Jason M. Billsea4aa752018-06-05 13:29:11 -0700540 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_0">
541 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600542 <Annotation Term="Redfish.Release" String="2016.2"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700543
544 <EntityType Name="Drive" BaseType="Drive.v1_0_1.Drive">
545 <Property Name="Operations" Type="Collection(Drive.v1_1_0.Operations)" Nullable="false">
546 <Annotation Term="OData.Description" String="The operations currently running on the Drive."/>
547 <Annotation Term="OData.LongDescription" String="This property shall contain a list of all operations currently running on the Drive."/>
548 </Property>
549 </EntityType>
550
551 <ComplexType Name="Links" BaseType="Drive.v1_0_0.Links">
552 <NavigationProperty Name="Endpoints" Type="Collection(Endpoint.Endpoint)">
553 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700554 <Annotation Term="OData.Description" String="An array of links to the endpoints that connect to this drive."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500555 <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 -0700556 <Annotation Term="OData.AutoExpandReferences"/>
557 </NavigationProperty>
558 </ComplexType>
559
560 <ComplexType Name="Operations">
561 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500562 <Annotation Term="OData.Description" String="An operation currently running on this resource."/>
563 <Annotation Term="OData.LongDescription" String="This type shall describe a currently running operation on the resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700564 <Property Name="OperationName" Type="Edm.String">
565 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
566 <Annotation Term="OData.Description" String="The name of the operation."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700567 <Annotation Term="OData.LongDescription" String="This property shall contain a string of the name of the operation."/>
Ed Tanousf263e092023-05-22 09:56:29 -0700568 <Annotation Term="Redfish.Revisions">
569 <Collection>
570 <Record>
571 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
572 <PropertyValue Property="Version" String="v1_17_0"/>
573 <PropertyValue Property="Description" String="This property is deprecated in favor of the Operation property using the OperationType enumeration defined in the Volume schema."/>
574 </Record>
575 </Collection>
576 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700577 </Property>
578 <Property Name="PercentageComplete" Type="Edm.Int64">
579 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
580 <Annotation Term="OData.Description" String="The percentage of the operation that has been completed."/>
Ed Tanouse9cc1bc2023-09-21 11:15:30 -0700581 <Annotation Term="OData.LongDescription" String="This property shall contain an integer of the percentage, `0` to `100`, of the operation that has been completed."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800582 <Annotation Term="Measures.Unit" String="%"/>
Ed Tanouse9cc1bc2023-09-21 11:15:30 -0700583 <Annotation Term="Validation.Minimum" Int="0"/>
584 <Annotation Term="Validation.Maximum" Int="100"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700585 </Property>
586 <NavigationProperty Name="AssociatedTask" Type="Task.Task" Nullable="false">
587 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700588 <Annotation Term="OData.Description" String="The link to the task associated with the operation, if any."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500589 <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 -0700590 </NavigationProperty>
591 </ComplexType>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700592 </Schema>
593
594 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_1">
595 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
596 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
597 <EntityType Name="Drive" BaseType="Drive.v1_1_0.Drive"/>
598 </Schema>
599
600 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_2">
601 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700602 <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 -0700603 <EntityType Name="Drive" BaseType="Drive.v1_1_1.Drive"/>
604 </Schema>
605
606 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_3">
607 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700608 <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 -0700609 <EntityType Name="Drive" BaseType="Drive.v1_1_2.Drive"/>
610 </Schema>
611
Ed Tanous530520e2019-01-02 13:41:37 -0800612 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_4">
613 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
614 <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."/>
615 <EntityType Name="Drive" BaseType="Drive.v1_1_3.Drive"/>
616 </Schema>
617
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600618 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_5">
619 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500620 <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 -0600621 <EntityType Name="Drive" BaseType="Drive.v1_1_4.Drive"/>
622 </Schema>
623
Ed Tanouscb103132019-10-08 11:34:22 -0700624 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_6">
625 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
626 <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."/>
627 <EntityType Name="Drive" BaseType="Drive.v1_1_5.Drive"/>
628 </Schema>
629
630 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_7">
631 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
632 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
633 <EntityType Name="Drive" BaseType="Drive.v1_1_6.Drive"/>
634 </Schema>
635
Gunnar Millsa778c022020-05-12 12:20:36 -0500636 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_8">
637 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
638 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
639 <EntityType Name="Drive" BaseType="Drive.v1_1_7.Drive"/>
640 </Schema>
641
Gunnar Mills844b4152020-06-22 12:44:09 -0500642 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_9">
643 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
644 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
645 <EntityType Name="Drive" BaseType="Drive.v1_1_8.Drive"/>
646 </Schema>
647
Gunnar Mills262d7d42021-01-20 16:28:41 -0600648 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_10">
649 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
650 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
651 <EntityType Name="Drive" BaseType="Drive.v1_1_9.Drive"/>
652 </Schema>
653
Gunnar Mills10f270b2021-05-19 15:34:06 -0500654 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_11">
655 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
656 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
657 <EntityType Name="Drive" BaseType="Drive.v1_1_10.Drive"/>
658 </Schema>
659
Gunnar Mills9d424662021-09-22 21:56:16 -0500660 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_12">
661 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
662 <Annotation Term="OData.Description" String="This version was created to change the permissions for HotspareType to read-write."/>
663 <EntityType Name="Drive" BaseType="Drive.v1_1_11.Drive"/>
664 </Schema>
665
Sui Chen141d9432022-02-03 22:01:27 -0800666 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_13">
667 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
668 <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for RotationSpeedRPM to match the available UCUM format."/>
669 <EntityType Name="Drive" BaseType="Drive.v1_1_12.Drive"/>
670 </Schema>
671
Ed Tanousf263e092023-05-22 09:56:29 -0700672 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_14">
673 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
674 <Annotation Term="OData.Description" String="This version was created to clarify the usage of the Revision property when it's necessary to distinguish hardware and firmware versions. It was also created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/>
675 <EntityType Name="Drive" BaseType="Drive.v1_1_13.Drive"/>
676 </Schema>
677
Ed Tanouse9cc1bc2023-09-21 11:15:30 -0700678 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_15">
679 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
680 <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
681 <EntityType Name="Drive" BaseType="Drive.v1_1_14.Drive"/>
682 </Schema>
683
Jason M. Billsea4aa752018-06-05 13:29:11 -0700684 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_0">
685 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600686 <Annotation Term="Redfish.Release" String="2017.1"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600687
Jason M. Billsea4aa752018-06-05 13:29:11 -0700688 <EntityType Name="Drive" BaseType="Drive.v1_1_2.Drive"/>
689
690 <ComplexType Name="Links" BaseType="Drive.v1_1_0.Links">
691 <NavigationProperty Name="Chassis" Type="Chassis.Chassis" Nullable="false">
692 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700693 <Annotation Term="OData.Description" String="The link to the chassis that contains this drive."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500694 <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 -0700695 <Annotation Term="OData.AutoExpandReferences"/>
696 </NavigationProperty>
697 </ComplexType>
698 </Schema>
699
700 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_1">
701 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700702 <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 -0700703 <EntityType Name="Drive" BaseType="Drive.v1_2_0.Drive"/>
704 </Schema>
705
Ed Tanous530520e2019-01-02 13:41:37 -0800706 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_2">
707 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
708 <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."/>
709 <EntityType Name="Drive" BaseType="Drive.v1_2_1.Drive"/>
710 </Schema>
711
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600712 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_3">
713 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500714 <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 -0600715 <EntityType Name="Drive" BaseType="Drive.v1_2_2.Drive"/>
716 </Schema>
717
Ed Tanouscb103132019-10-08 11:34:22 -0700718 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_4">
719 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
720 <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."/>
721 <EntityType Name="Drive" BaseType="Drive.v1_2_3.Drive"/>
722 </Schema>
723
724 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_5">
725 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
726 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
727 <EntityType Name="Drive" BaseType="Drive.v1_2_4.Drive"/>
728 </Schema>
729
Gunnar Millsa778c022020-05-12 12:20:36 -0500730 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_6">
731 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
732 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
733 <EntityType Name="Drive" BaseType="Drive.v1_2_5.Drive"/>
734 </Schema>
735
Gunnar Mills844b4152020-06-22 12:44:09 -0500736 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_7">
737 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
738 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
739 <EntityType Name="Drive" BaseType="Drive.v1_2_6.Drive"/>
740 </Schema>
741
Gunnar Mills262d7d42021-01-20 16:28:41 -0600742 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_8">
743 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
744 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
745 <EntityType Name="Drive" BaseType="Drive.v1_2_7.Drive"/>
746 </Schema>
747
Gunnar Mills10f270b2021-05-19 15:34:06 -0500748 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_9">
749 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
750 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
751 <EntityType Name="Drive" BaseType="Drive.v1_2_8.Drive"/>
752 </Schema>
753
Gunnar Mills9d424662021-09-22 21:56:16 -0500754 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_10">
755 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
756 <Annotation Term="OData.Description" String="This version was created to change the permissions for HotspareType to read-write."/>
757 <EntityType Name="Drive" BaseType="Drive.v1_2_9.Drive"/>
758 </Schema>
759
Sui Chen141d9432022-02-03 22:01:27 -0800760 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_11">
761 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
762 <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for RotationSpeedRPM to match the available UCUM format."/>
763 <EntityType Name="Drive" BaseType="Drive.v1_2_10.Drive"/>
764 </Schema>
765
Ed Tanousf263e092023-05-22 09:56:29 -0700766 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_12">
767 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
768 <Annotation Term="OData.Description" String="This version was created to clarify the usage of the Revision property when it's necessary to distinguish hardware and firmware versions. It was also created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/>
769 <EntityType Name="Drive" BaseType="Drive.v1_2_11.Drive"/>
770 </Schema>
771
Ed Tanouse9cc1bc2023-09-21 11:15:30 -0700772 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_13">
773 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
774 <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
775 <EntityType Name="Drive" BaseType="Drive.v1_2_12.Drive"/>
776 </Schema>
777
Jason M. Billsea4aa752018-06-05 13:29:11 -0700778 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_0">
779 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600780 <Annotation Term="Redfish.Release" String="2017.3"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600781
Jason M. Billsea4aa752018-06-05 13:29:11 -0700782 <EntityType Name="Drive" BaseType="Drive.v1_2_1.Drive">
783 <NavigationProperty Name="Assembly" Type="Assembly.Assembly" ContainsTarget="true" Nullable="false">
784 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700785 <Annotation Term="OData.Description" String="The link to the assembly associated with this drive."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500786 <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 -0700787 <Annotation Term="OData.AutoExpandReferences"/>
788 </NavigationProperty>
789 </EntityType>
790 </Schema>
791
Ed Tanous530520e2019-01-02 13:41:37 -0800792 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_1">
793 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
794 <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."/>
795 <EntityType Name="Drive" BaseType="Drive.v1_3_0.Drive"/>
796 </Schema>
797
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600798 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_2">
799 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500800 <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 -0600801 <EntityType Name="Drive" BaseType="Drive.v1_3_1.Drive"/>
802 </Schema>
803
Ed Tanouscb103132019-10-08 11:34:22 -0700804 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_3">
805 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
806 <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."/>
807 <EntityType Name="Drive" BaseType="Drive.v1_3_2.Drive"/>
808 </Schema>
809
810 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_4">
811 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
812 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
813 <EntityType Name="Drive" BaseType="Drive.v1_3_3.Drive"/>
814 </Schema>
815
Gunnar Millsa778c022020-05-12 12:20:36 -0500816 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_5">
817 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
818 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
819 <EntityType Name="Drive" BaseType="Drive.v1_3_4.Drive"/>
820 </Schema>
821
Gunnar Mills844b4152020-06-22 12:44:09 -0500822 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_6">
823 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
824 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
825 <EntityType Name="Drive" BaseType="Drive.v1_3_5.Drive"/>
826 </Schema>
827
Gunnar Mills262d7d42021-01-20 16:28:41 -0600828 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_7">
829 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
830 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
831 <EntityType Name="Drive" BaseType="Drive.v1_3_6.Drive"/>
832 </Schema>
833
Gunnar Mills10f270b2021-05-19 15:34:06 -0500834 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_8">
835 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
836 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
837 <EntityType Name="Drive" BaseType="Drive.v1_3_7.Drive"/>
838 </Schema>
839
Gunnar Mills9d424662021-09-22 21:56:16 -0500840 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_9">
841 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
842 <Annotation Term="OData.Description" String="This version was created to change the permissions for HotspareType to read-write."/>
843 <EntityType Name="Drive" BaseType="Drive.v1_3_8.Drive"/>
844 </Schema>
845
Sui Chen141d9432022-02-03 22:01:27 -0800846 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_10">
847 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
848 <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for RotationSpeedRPM to match the available UCUM format."/>
849 <EntityType Name="Drive" BaseType="Drive.v1_3_9.Drive"/>
850 </Schema>
851
Ed Tanousf263e092023-05-22 09:56:29 -0700852 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_11">
853 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
854 <Annotation Term="OData.Description" String="This version was created to clarify the usage of the Revision property when it's necessary to distinguish hardware and firmware versions. It was also created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/>
855 <EntityType Name="Drive" BaseType="Drive.v1_3_10.Drive"/>
856 </Schema>
857
Ed Tanouse9cc1bc2023-09-21 11:15:30 -0700858 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_12">
859 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
860 <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
861 <EntityType Name="Drive" BaseType="Drive.v1_3_11.Drive"/>
862 </Schema>
863
Jason M. Billsea4aa752018-06-05 13:29:11 -0700864 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_0">
865 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600866 <Annotation Term="Redfish.Release" String="2018.1"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600867
Jason M. Billsea4aa752018-06-05 13:29:11 -0700868 <EntityType Name="Drive" BaseType="Drive.v1_3_0.Drive">
869 <Property Name="PhysicalLocation" Type="Resource.Location" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700870 <Annotation Term="OData.Description" String="The location of the drive."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700871 <Annotation Term="OData.LongDescription" String="This property shall contain location information of the associated drive."/>
872 </Property>
873 </EntityType>
874 </Schema>
875
Ed Tanous530520e2019-01-02 13:41:37 -0800876 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_1">
877 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
878 <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."/>
879 <EntityType Name="Drive" BaseType="Drive.v1_4_0.Drive"/>
880 </Schema>
881
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600882 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_2">
883 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500884 <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 -0600885 <EntityType Name="Drive" BaseType="Drive.v1_4_1.Drive"/>
886 </Schema>
887
Ed Tanouscb103132019-10-08 11:34:22 -0700888 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_3">
889 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
890 <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."/>
891 <EntityType Name="Drive" BaseType="Drive.v1_4_2.Drive"/>
892 </Schema>
893
894 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_4">
895 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
896 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
897 <EntityType Name="Drive" BaseType="Drive.v1_4_3.Drive"/>
898 </Schema>
899
Gunnar Millsa778c022020-05-12 12:20:36 -0500900 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_5">
901 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
902 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
903 <EntityType Name="Drive" BaseType="Drive.v1_4_4.Drive"/>
904 </Schema>
905
Gunnar Mills844b4152020-06-22 12:44:09 -0500906 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_6">
907 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
908 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
909 <EntityType Name="Drive" BaseType="Drive.v1_4_5.Drive"/>
910 </Schema>
911
Gunnar Mills262d7d42021-01-20 16:28:41 -0600912 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_7">
913 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
914 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
915 <EntityType Name="Drive" BaseType="Drive.v1_4_6.Drive"/>
916 </Schema>
917
Gunnar Mills10f270b2021-05-19 15:34:06 -0500918 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_8">
919 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
920 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
921 <EntityType Name="Drive" BaseType="Drive.v1_4_7.Drive"/>
922 </Schema>
923
Gunnar Mills9d424662021-09-22 21:56:16 -0500924 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_9">
925 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
926 <Annotation Term="OData.Description" String="This version was created to change the permissions for HotspareType to read-write."/>
927 <EntityType Name="Drive" BaseType="Drive.v1_4_8.Drive"/>
928 </Schema>
929
Sui Chen141d9432022-02-03 22:01:27 -0800930 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_10">
931 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
932 <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for RotationSpeedRPM to match the available UCUM format."/>
933 <EntityType Name="Drive" BaseType="Drive.v1_4_9.Drive"/>
934 </Schema>
935
Ed Tanousf263e092023-05-22 09:56:29 -0700936 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_11">
937 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
938 <Annotation Term="OData.Description" String="This version was created to clarify the usage of the Revision property when it's necessary to distinguish hardware and firmware versions. It was also created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/>
939 <EntityType Name="Drive" BaseType="Drive.v1_4_10.Drive"/>
940 </Schema>
941
Ed Tanouse9cc1bc2023-09-21 11:15:30 -0700942 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_12">
943 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
944 <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
945 <EntityType Name="Drive" BaseType="Drive.v1_4_11.Drive"/>
946 </Schema>
947
Ed Tanous530520e2019-01-02 13:41:37 -0800948 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_0">
949 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600950 <Annotation Term="Redfish.Release" String="2018.2"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600951
Ed Tanous530520e2019-01-02 13:41:37 -0800952 <EntityType Name="Drive" BaseType="Drive.v1_4_1.Drive">
953 <Property Name="HotspareReplacementMode" Type="Drive.v1_5_0.HotspareReplacementModeType">
954 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700955 <Annotation Term="OData.Description" String="The replacement mode for the hot spare drive."/>
956 <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 -0800957 </Property>
958 </EntityType>
959
960 <EnumType Name="HotspareReplacementModeType">
961 <Member Name="Revertible">
Ed Tanouscb103132019-10-08 11:34:22 -0700962 <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 -0800963 </Member>
964 <Member Name="NonRevertible">
Ed Tanouscb103132019-10-08 11:34:22 -0700965 <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 -0800966 </Member>
967 </EnumType>
968 </Schema>
969
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600970 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_1">
971 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500972 <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 -0600973 <EntityType Name="Drive" BaseType="Drive.v1_5_0.Drive"/>
974 </Schema>
975
Ed Tanouscb103132019-10-08 11:34:22 -0700976 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_2">
977 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
978 <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."/>
979 <EntityType Name="Drive" BaseType="Drive.v1_5_1.Drive"/>
980 </Schema>
981
982 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_3">
983 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
984 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
985 <EntityType Name="Drive" BaseType="Drive.v1_5_2.Drive"/>
986 </Schema>
987
Gunnar Millsa778c022020-05-12 12:20:36 -0500988 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_4">
989 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
990 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
991 <EntityType Name="Drive" BaseType="Drive.v1_5_3.Drive"/>
992 </Schema>
993
Gunnar Mills844b4152020-06-22 12:44:09 -0500994 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_5">
995 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
996 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
997 <EntityType Name="Drive" BaseType="Drive.v1_5_4.Drive"/>
998 </Schema>
999
Gunnar Mills262d7d42021-01-20 16:28:41 -06001000 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_6">
1001 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1002 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
1003 <EntityType Name="Drive" BaseType="Drive.v1_5_5.Drive"/>
1004 </Schema>
1005
Gunnar Mills10f270b2021-05-19 15:34:06 -05001006 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_7">
1007 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1008 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
1009 <EntityType Name="Drive" BaseType="Drive.v1_5_6.Drive"/>
1010 </Schema>
1011
Gunnar Mills9d424662021-09-22 21:56:16 -05001012 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_8">
1013 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1014 <Annotation Term="OData.Description" String="This version was created to change the permissions for HotspareType to read-write."/>
1015 <EntityType Name="Drive" BaseType="Drive.v1_5_7.Drive"/>
1016 </Schema>
1017
Sui Chen141d9432022-02-03 22:01:27 -08001018 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_9">
1019 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1020 <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for RotationSpeedRPM to match the available UCUM format."/>
1021 <EntityType Name="Drive" BaseType="Drive.v1_5_8.Drive"/>
1022 </Schema>
1023
Ed Tanousf263e092023-05-22 09:56:29 -07001024 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_10">
1025 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1026 <Annotation Term="OData.Description" String="This version was created to clarify the usage of the Revision property when it's necessary to distinguish hardware and firmware versions. It was also created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/>
1027 <EntityType Name="Drive" BaseType="Drive.v1_5_9.Drive"/>
1028 </Schema>
1029
Ed Tanouse9cc1bc2023-09-21 11:15:30 -07001030 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_11">
1031 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1032 <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
1033 <EntityType Name="Drive" BaseType="Drive.v1_5_10.Drive"/>
1034 </Schema>
1035
Ed Tanouscb103132019-10-08 11:34:22 -07001036 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_6_0">
1037 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1038 <Annotation Term="Redfish.Release" String="2019.1"/>
1039
1040 <EntityType Name="Drive" BaseType="Drive.v1_5_2.Drive"/>
1041
1042 <ComplexType Name="Links" BaseType="Drive.v1_2_0.Links">
1043 <NavigationProperty Name="PCIeFunctions" Type="Collection(PCIeFunction.PCIeFunction)">
1044 <Annotation Term="OData.Description" String="An array of links to the PCIe functions that the drive produces."/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001045 <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 -07001046 <Annotation Term="OData.AutoExpandReferences"/>
1047 </NavigationProperty>
1048 </ComplexType>
1049 </Schema>
1050
1051 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_6_1">
1052 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1053 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1054 <EntityType Name="Drive" BaseType="Drive.v1_6_0.Drive"/>
1055 </Schema>
1056
Gunnar Millsa778c022020-05-12 12:20:36 -05001057 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_6_2">
1058 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1059 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1060 <EntityType Name="Drive" BaseType="Drive.v1_6_1.Drive"/>
1061 </Schema>
1062
Gunnar Mills844b4152020-06-22 12:44:09 -05001063 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_6_3">
1064 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1065 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1066 <EntityType Name="Drive" BaseType="Drive.v1_6_2.Drive"/>
1067 </Schema>
1068
Gunnar Mills262d7d42021-01-20 16:28:41 -06001069 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_6_4">
1070 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1071 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
1072 <EntityType Name="Drive" BaseType="Drive.v1_6_3.Drive"/>
1073 </Schema>
1074
Gunnar Mills10f270b2021-05-19 15:34:06 -05001075 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_6_5">
1076 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1077 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
1078 <EntityType Name="Drive" BaseType="Drive.v1_6_4.Drive"/>
1079 </Schema>
1080
Gunnar Mills9d424662021-09-22 21:56:16 -05001081 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_6_6">
1082 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1083 <Annotation Term="OData.Description" String="This version was created to change the permissions for HotspareType to read-write."/>
1084 <EntityType Name="Drive" BaseType="Drive.v1_6_5.Drive"/>
1085 </Schema>
1086
Sui Chen141d9432022-02-03 22:01:27 -08001087 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_6_7">
1088 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1089 <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for RotationSpeedRPM to match the available UCUM format."/>
1090 <EntityType Name="Drive" BaseType="Drive.v1_6_6.Drive"/>
1091 </Schema>
1092
Ed Tanousf263e092023-05-22 09:56:29 -07001093 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_6_8">
1094 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1095 <Annotation Term="OData.Description" String="This version was created to clarify the usage of the Revision property when it's necessary to distinguish hardware and firmware versions. It was also created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/>
1096 <EntityType Name="Drive" BaseType="Drive.v1_6_7.Drive"/>
1097 </Schema>
1098
Ed Tanouse9cc1bc2023-09-21 11:15:30 -07001099 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_6_9">
1100 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1101 <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
1102 <EntityType Name="Drive" BaseType="Drive.v1_6_8.Drive"/>
1103 </Schema>
1104
Ed Tanouscb103132019-10-08 11:34:22 -07001105 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_7_0">
1106 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1107 <Annotation Term="Redfish.Release" String="2019.2"/>
1108 <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 -06001109
Ed Tanouscb103132019-10-08 11:34:22 -07001110 <EntityType Name="Drive" BaseType="Drive.v1_6_0.Drive">
1111 <Property Name="WriteCacheEnabled" Type="Edm.Boolean">
1112 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1113 <Annotation Term="OData.Description" String="An indication of whether the drive write cache is enabled."/>
1114 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the drive write cache is enabled."/>
1115 </Property>
1116 </EntityType>
1117 </Schema>
1118
Gunnar Millsa778c022020-05-12 12:20:36 -05001119 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_7_1">
1120 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1121 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1122 <EntityType Name="Drive" BaseType="Drive.v1_7_0.Drive"/>
1123 </Schema>
1124
Gunnar Mills844b4152020-06-22 12:44:09 -05001125 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_7_2">
1126 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1127 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1128 <EntityType Name="Drive" BaseType="Drive.v1_7_1.Drive"/>
1129 </Schema>
1130
Gunnar Mills262d7d42021-01-20 16:28:41 -06001131 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_7_3">
1132 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1133 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
1134 <EntityType Name="Drive" BaseType="Drive.v1_7_2.Drive"/>
1135 </Schema>
1136
Gunnar Mills10f270b2021-05-19 15:34:06 -05001137 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_7_4">
1138 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1139 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
1140 <EntityType Name="Drive" BaseType="Drive.v1_7_3.Drive"/>
1141 </Schema>
1142
Gunnar Mills9d424662021-09-22 21:56:16 -05001143 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_7_5">
1144 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1145 <Annotation Term="OData.Description" String="This version was created to change the permissions for HotspareType to read-write."/>
1146 <EntityType Name="Drive" BaseType="Drive.v1_7_4.Drive"/>
1147 </Schema>
1148
Sui Chen141d9432022-02-03 22:01:27 -08001149 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_7_6">
1150 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1151 <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for RotationSpeedRPM to match the available UCUM format."/>
1152 <EntityType Name="Drive" BaseType="Drive.v1_7_5.Drive"/>
1153 </Schema>
1154
Ed Tanousf263e092023-05-22 09:56:29 -07001155 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_7_7">
1156 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1157 <Annotation Term="OData.Description" String="This version was created to clarify the usage of the Revision property when it's necessary to distinguish hardware and firmware versions. It was also created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/>
1158 <EntityType Name="Drive" BaseType="Drive.v1_7_6.Drive"/>
1159 </Schema>
1160
Ed Tanouse9cc1bc2023-09-21 11:15:30 -07001161 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_7_8">
1162 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1163 <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
1164 <EntityType Name="Drive" BaseType="Drive.v1_7_7.Drive"/>
1165 </Schema>
1166
Gunnar Mills6f44b752020-02-06 16:50:51 -06001167 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_8_0">
1168 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1169 <Annotation Term="Redfish.Release" String="2019.3"/>
1170
1171 <EntityType Name="Drive" BaseType="Drive.v1_7_0.Drive"/>
1172
1173 <ComplexType Name="Links" BaseType="Drive.v1_6_0.Links">
1174 <NavigationProperty Name="StoragePools" Type="Collection(StoragePool.StoragePool)">
1175 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1176 <Annotation Term="OData.Description" String="An array of links to the storage pools to which this drive belongs."/>
1177 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links of type StoragePool to which this drive belongs."/>
1178 <Annotation Term="OData.AutoExpandReferences"/>
1179 </NavigationProperty>
1180 </ComplexType>
1181 </Schema>
1182
Gunnar Millsa778c022020-05-12 12:20:36 -05001183 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_8_1">
1184 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1185 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1186 <EntityType Name="Drive" BaseType="Drive.v1_8_0.Drive"/>
1187 </Schema>
1188
Gunnar Mills844b4152020-06-22 12:44:09 -05001189 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_8_2">
1190 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1191 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1192 <EntityType Name="Drive" BaseType="Drive.v1_8_1.Drive"/>
1193 </Schema>
1194
Gunnar Mills262d7d42021-01-20 16:28:41 -06001195 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_8_3">
1196 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1197 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
1198 <EntityType Name="Drive" BaseType="Drive.v1_8_2.Drive"/>
1199 </Schema>
1200
Gunnar Mills10f270b2021-05-19 15:34:06 -05001201 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_8_4">
1202 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1203 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
1204 <EntityType Name="Drive" BaseType="Drive.v1_8_3.Drive"/>
1205 </Schema>
1206
Gunnar Mills9d424662021-09-22 21:56:16 -05001207 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_8_5">
1208 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1209 <Annotation Term="OData.Description" String="This version was created to change the permissions for HotspareType to read-write."/>
1210 <EntityType Name="Drive" BaseType="Drive.v1_8_4.Drive"/>
1211 </Schema>
1212
Sui Chen141d9432022-02-03 22:01:27 -08001213 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_8_6">
1214 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1215 <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for RotationSpeedRPM to match the available UCUM format."/>
1216 <EntityType Name="Drive" BaseType="Drive.v1_8_5.Drive"/>
1217 </Schema>
1218
Ed Tanousf263e092023-05-22 09:56:29 -07001219 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_8_7">
1220 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1221 <Annotation Term="OData.Description" String="This version was created to clarify the usage of the Revision property when it's necessary to distinguish hardware and firmware versions. It was also created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/>
1222 <EntityType Name="Drive" BaseType="Drive.v1_8_6.Drive"/>
1223 </Schema>
1224
Ed Tanouse9cc1bc2023-09-21 11:15:30 -07001225 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_8_8">
1226 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1227 <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
1228 <EntityType Name="Drive" BaseType="Drive.v1_8_7.Drive"/>
1229 </Schema>
1230
Gunnar Mills09b9d452020-02-11 13:27:39 -06001231 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_9_0">
1232 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1233 <Annotation Term="Redfish.Release" String="2019.4"/>
1234 <Annotation Term="OData.Description" String="This version was created to add Multipath property for Drive."/>
1235
1236 <EntityType Name="Drive" BaseType="Drive.v1_8_0.Drive">
1237 <Property Name="Multipath" Type="Edm.Boolean">
1238 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1239 <Annotation Term="OData.Description" String="An indication of whether the drive is accessible from multiple paths."/>
1240 <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."/>
1241 </Property>
1242 </EntityType>
1243 </Schema>
1244
Gunnar Millsa778c022020-05-12 12:20:36 -05001245 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_9_1">
1246 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1247 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1248 <EntityType Name="Drive" BaseType="Drive.v1_9_0.Drive"/>
1249 </Schema>
1250
Gunnar Mills844b4152020-06-22 12:44:09 -05001251 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_9_2">
1252 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1253 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1254 <EntityType Name="Drive" BaseType="Drive.v1_9_1.Drive"/>
1255 </Schema>
1256
Gunnar Mills262d7d42021-01-20 16:28:41 -06001257 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_9_3">
1258 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1259 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
1260 <EntityType Name="Drive" BaseType="Drive.v1_9_2.Drive"/>
1261 </Schema>
1262
Gunnar Mills10f270b2021-05-19 15:34:06 -05001263 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_9_4">
1264 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1265 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
1266 <EntityType Name="Drive" BaseType="Drive.v1_9_3.Drive"/>
1267 </Schema>
1268
Gunnar Mills9d424662021-09-22 21:56:16 -05001269 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_9_5">
1270 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1271 <Annotation Term="OData.Description" String="This version was created to change the permissions for HotspareType to read-write."/>
1272 <EntityType Name="Drive" BaseType="Drive.v1_9_4.Drive"/>
1273 </Schema>
1274
Sui Chen141d9432022-02-03 22:01:27 -08001275 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_9_6">
1276 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1277 <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for RotationSpeedRPM to match the available UCUM format."/>
1278 <EntityType Name="Drive" BaseType="Drive.v1_9_5.Drive"/>
1279 </Schema>
1280
Ed Tanousf263e092023-05-22 09:56:29 -07001281 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_9_7">
1282 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1283 <Annotation Term="OData.Description" String="This version was created to clarify the usage of the Revision property when it's necessary to distinguish hardware and firmware versions. It was also created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/>
1284 <EntityType Name="Drive" BaseType="Drive.v1_9_6.Drive"/>
1285 </Schema>
1286
Ed Tanouse9cc1bc2023-09-21 11:15:30 -07001287 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_9_8">
1288 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1289 <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
1290 <EntityType Name="Drive" BaseType="Drive.v1_9_7.Drive"/>
1291 </Schema>
1292
Gunnar Mills844b4152020-06-22 12:44:09 -05001293 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_10_0">
1294 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1295 <Annotation Term="Redfish.Release" String="2020.2"/>
1296 <Annotation Term="OData.Description" String="This version was created to add ReadyToRemove property."/>
1297
1298 <EntityType Name="Drive" BaseType="Drive.v1_9_2.Drive">
1299 <Property Name="ReadyToRemove" Type="Edm.Boolean">
1300 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1301 <Annotation Term="OData.Description" String="An indication of whether the drive is prepared by the system for removal."/>
1302 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the system is prepared for the removal of this drive."/>
1303 </Property>
1304 </EntityType>
1305 </Schema>
1306
Gunnar Mills262d7d42021-01-20 16:28:41 -06001307 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_10_1">
1308 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1309 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
1310 <EntityType Name="Drive" BaseType="Drive.v1_10_0.Drive"/>
1311 </Schema>
1312
Gunnar Mills10f270b2021-05-19 15:34:06 -05001313 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_10_2">
1314 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1315 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
1316 <EntityType Name="Drive" BaseType="Drive.v1_10_1.Drive"/>
1317 </Schema>
1318
Gunnar Mills9d424662021-09-22 21:56:16 -05001319 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_10_3">
1320 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1321 <Annotation Term="OData.Description" String="This version was created to change the permissions for HotspareType to read-write."/>
1322 <EntityType Name="Drive" BaseType="Drive.v1_10_2.Drive"/>
1323 </Schema>
1324
Sui Chen141d9432022-02-03 22:01:27 -08001325 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_10_4">
1326 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1327 <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for RotationSpeedRPM to match the available UCUM format."/>
1328 <EntityType Name="Drive" BaseType="Drive.v1_10_3.Drive"/>
1329 </Schema>
1330
Ed Tanousf263e092023-05-22 09:56:29 -07001331 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_10_5">
1332 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1333 <Annotation Term="OData.Description" String="This version was created to clarify the usage of the Revision property when it's necessary to distinguish hardware and firmware versions. It was also created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/>
1334 <EntityType Name="Drive" BaseType="Drive.v1_10_4.Drive"/>
1335 </Schema>
1336
Ed Tanouse9cc1bc2023-09-21 11:15:30 -07001337 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_10_6">
1338 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1339 <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
1340 <EntityType Name="Drive" BaseType="Drive.v1_10_5.Drive"/>
1341 </Schema>
1342
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001343 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_11_0">
1344 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1345 <Annotation Term="Redfish.Release" String="2020.3"/>
1346 <Annotation Term="OData.Description" String="This version was created to add LocationIndicatorActive and to deprecate IndicatorLED properties."/>
1347
1348 <EntityType Name="Drive" BaseType="Drive.v1_10_0.Drive">
1349 <Property Name="LocationIndicatorActive" Type="Edm.Boolean">
1350 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1351 <Annotation Term="OData.Description" String="An indicator allowing an operator to physically locate this resource."/>
1352 <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."/>
1353 </Property>
1354 </EntityType>
1355 </Schema>
1356
Gunnar Mills262d7d42021-01-20 16:28:41 -06001357 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_11_1">
1358 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1359 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
1360 <EntityType Name="Drive" BaseType="Drive.v1_11_0.Drive"/>
1361 </Schema>
1362
Gunnar Mills10f270b2021-05-19 15:34:06 -05001363 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_11_2">
1364 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1365 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
1366 <EntityType Name="Drive" BaseType="Drive.v1_11_1.Drive"/>
1367 </Schema>
1368
Gunnar Mills9d424662021-09-22 21:56:16 -05001369 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_11_3">
1370 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1371 <Annotation Term="OData.Description" String="This version was created to change the permissions for HotspareType to read-write."/>
1372 <EntityType Name="Drive" BaseType="Drive.v1_11_2.Drive"/>
1373 </Schema>
1374
Sui Chen141d9432022-02-03 22:01:27 -08001375 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_11_4">
1376 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1377 <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for RotationSpeedRPM to match the available UCUM format."/>
1378 <EntityType Name="Drive" BaseType="Drive.v1_11_3.Drive"/>
1379 </Schema>
1380
Ed Tanousf263e092023-05-22 09:56:29 -07001381 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_11_5">
1382 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1383 <Annotation Term="OData.Description" String="This version was created to clarify the usage of the Revision property when it's necessary to distinguish hardware and firmware versions. It was also created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/>
1384 <EntityType Name="Drive" BaseType="Drive.v1_11_4.Drive"/>
1385 </Schema>
1386
Ed Tanouse9cc1bc2023-09-21 11:15:30 -07001387 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_11_6">
1388 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1389 <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
1390 <EntityType Name="Drive" BaseType="Drive.v1_11_5.Drive"/>
1391 </Schema>
1392
Gunnar Mills262d7d42021-01-20 16:28:41 -06001393 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_12_0">
1394 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1395 <Annotation Term="Redfish.Release" String="2020.4"/>
1396 <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."/>
1397
1398 <EntityType Name="Drive" BaseType="Drive.v1_11_1.Drive">
1399 <NavigationProperty Name="EnvironmentMetrics" Type="EnvironmentMetrics.EnvironmentMetrics" Nullable="false">
1400 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1401 <Annotation Term="OData.Description" String="The link to the environment metrics for this drive."/>
1402 <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."/>
1403 <Annotation Term="OData.AutoExpandReferences"/>
1404 </NavigationProperty>
1405 <NavigationProperty Name="Certificates" Type="CertificateCollection.CertificateCollection" ContainsTarget="true" Nullable="false">
1406 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1407 <Annotation Term="OData.Description" String="The link to a collection of certificates for device identity and attestation."/>
1408 <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."/>
1409 <Annotation Term="OData.AutoExpandReferences"/>
1410 </NavigationProperty>
1411 <Property Name="Measurements" Type="Collection(SoftwareInventory.MeasurementBlock)" Nullable="false">
1412 <Annotation Term="OData.Description" String="An array of DSP0274-defined measurement blocks."/>
1413 <Annotation Term="OData.LongDescription" String="This property shall contain an array of DSP0274-defined measurement blocks."/>
Sui Chen141d9432022-02-03 22:01:27 -08001414 <Annotation Term="Redfish.Revisions">
1415 <Collection>
1416 <Record>
1417 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
1418 <PropertyValue Property="Version" String="v1_14_0"/>
1419 <PropertyValue Property="Description" String="This property has been deprecated in favor of the ComponentIntegrity resource."/>
1420 </Record>
1421 </Collection>
1422 </Annotation>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001423 </Property>
1424 </EntityType>
1425 </Schema>
1426
Gunnar Mills10f270b2021-05-19 15:34:06 -05001427 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_12_1">
1428 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1429 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
1430 <EntityType Name="Drive" BaseType="Drive.v1_12_0.Drive"/>
1431 </Schema>
1432
Gunnar Mills9d424662021-09-22 21:56:16 -05001433 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_12_2">
1434 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1435 <Annotation Term="OData.Description" String="This version was created to change the permissions for HotspareType to read-write."/>
1436 <EntityType Name="Drive" BaseType="Drive.v1_12_1.Drive"/>
1437 </Schema>
1438
Sui Chen141d9432022-02-03 22:01:27 -08001439 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_12_3">
1440 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1441 <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for RotationSpeedRPM to match the available UCUM format."/>
1442 <EntityType Name="Drive" BaseType="Drive.v1_12_2.Drive"/>
1443 </Schema>
1444
Ed Tanousf263e092023-05-22 09:56:29 -07001445 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_12_4">
1446 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1447 <Annotation Term="OData.Description" String="This version was created to clarify the usage of the Revision property when it's necessary to distinguish hardware and firmware versions. It was also created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/>
1448 <EntityType Name="Drive" BaseType="Drive.v1_12_3.Drive"/>
1449 </Schema>
1450
Ed Tanouse9cc1bc2023-09-21 11:15:30 -07001451 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_12_5">
1452 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1453 <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
1454 <EntityType Name="Drive" BaseType="Drive.v1_12_4.Drive"/>
1455 </Schema>
1456
Gunnar Mills9d424662021-09-22 21:56:16 -05001457 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_13_0">
1458 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1459 <Annotation Term="Redfish.Release" String="2021.2"/>
1460
1461 <EntityType Name="Drive" BaseType="Drive.v1_12_2.Drive"/>
1462
1463 <ComplexType Name="Links" BaseType="Drive.v1_8_0.Links">
1464 <NavigationProperty Name="Storage" Type="Storage.Storage" Nullable="false">
1465 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1466 <Annotation Term="OData.Description" String="A link to the storage subsystem to which this drive belongs."/>
1467 <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."/>
1468 <Annotation Term="OData.AutoExpandReferences"/>
1469 </NavigationProperty>
1470 </ComplexType>
1471 </Schema>
1472
Sui Chen141d9432022-02-03 22:01:27 -08001473 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_13_1">
1474 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1475 <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for RotationSpeedRPM to match the available UCUM format."/>
1476 <EntityType Name="Drive" BaseType="Drive.v1_13_0.Drive"/>
1477 </Schema>
1478
Ed Tanousf263e092023-05-22 09:56:29 -07001479 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_13_2">
1480 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1481 <Annotation Term="OData.Description" String="This version was created to clarify the usage of the Revision property when it's necessary to distinguish hardware and firmware versions. It was also created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/>
1482 <EntityType Name="Drive" BaseType="Drive.v1_13_1.Drive"/>
1483 </Schema>
1484
Ed Tanouse9cc1bc2023-09-21 11:15:30 -07001485 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_13_3">
1486 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1487 <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
1488 <EntityType Name="Drive" BaseType="Drive.v1_13_2.Drive"/>
1489 </Schema>
1490
Sui Chen141d9432022-02-03 22:01:27 -08001491 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_14_0">
1492 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1493 <Annotation Term="Redfish.Release" String="2021.4"/>
1494 <Annotation Term="OData.Description" String="This version was created to deprecate Measurements in favor of measurement reporting in the ComponentIntegrity resource."/>
1495
1496 <EntityType Name="Drive" BaseType="Drive.v1_13_1.Drive"/>
1497
1498 <ComplexType Name="Links" BaseType="Drive.v1_13_0.Links">
1499 <NavigationProperty Name="NetworkDeviceFunctions" Type="Collection(NetworkDeviceFunction.NetworkDeviceFunction)">
1500 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1501 <Annotation Term="OData.Description" String="An array of links to the network device functions that provide network connectivity for this drive."/>
1502 <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."/>
1503 <Annotation Term="OData.AutoExpandReferences"/>
1504 </NavigationProperty>
1505 </ComplexType>
1506 </Schema>
1507
Ed Tanousf263e092023-05-22 09:56:29 -07001508 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_14_1">
1509 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1510 <Annotation Term="OData.Description" String="This version was created to clarify the usage of the Revision property when it's necessary to distinguish hardware and firmware versions. It was also created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/>
1511 <EntityType Name="Drive" BaseType="Drive.v1_14_0.Drive"/>
1512 </Schema>
1513
Ed Tanouse9cc1bc2023-09-21 11:15:30 -07001514 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_14_2">
1515 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1516 <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
1517 <EntityType Name="Drive" BaseType="Drive.v1_14_1.Drive"/>
1518 </Schema>
1519
Ed Tanoused761212022-09-23 15:03:29 -07001520 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_15_0">
1521 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1522 <Annotation Term="Redfish.Release" String="2022.1"/>
1523 <Annotation Term="OData.Description" String="This version was created to add parameters to the SecureErase action for NVMe use cases."/>
1524
1525 <EntityType Name="Drive" BaseType="Drive.v1_14_0.Drive"/>
1526
1527 <EnumType Name="DataSanitizationType">
1528 <Member Name="BlockErase">
1529 <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."/>
1530 <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."/>
1531 </Member>
1532 <Member Name="CryptographicErase">
1533 <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."/>
1534 <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."/>
1535 </Member>
1536 <Member Name="Overwrite">
1537 <Annotation Term="OData.Description" String="Overwrite data by writing an implementation specific pattern onto all sectors of the drive."/>
1538 <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."/>
1539 </Member>
1540 </EnumType>
1541 </Schema>
1542
Ed Tanousf263e092023-05-22 09:56:29 -07001543 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_15_1">
1544 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1545 <Annotation Term="OData.Description" String="This version was created to clarify the usage of the Revision property when it's necessary to distinguish hardware and firmware versions. It was also created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/>
1546 <EntityType Name="Drive" BaseType="Drive.v1_15_0.Drive"/>
1547 </Schema>
1548
Ed Tanouse9cc1bc2023-09-21 11:15:30 -07001549 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_15_2">
1550 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1551 <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
1552 <EntityType Name="Drive" BaseType="Drive.v1_15_1.Drive"/>
1553 </Schema>
1554
Ed Tanousa8d8f9d2023-01-26 13:57:00 -08001555 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_16_0">
1556 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1557 <Annotation Term="Redfish.Release" String="2022.3"/>
1558
1559 <EntityType Name="Drive" BaseType="Drive.v1_15_0.Drive">
1560 <Property Name="SlotFormFactor" Type="Drive.v1_16_0.FormFactor">
1561 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1562 <Annotation Term="OData.Description" String="The form factor of the slot."/>
1563 <Annotation Term="OData.LongDescription" String="This property shall contain the form factor of the slot."/>
1564 </Property>
1565 <Property Name="DriveFormFactor" Type="Drive.v1_16_0.FormFactor">
1566 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1567 <Annotation Term="OData.Description" String="The form factor of the drive inserted in this slot."/>
1568 <Annotation Term="OData.LongDescription" String="This property shall contain the form factor of the drive inserted in this slot."/>
1569 </Property>
1570 <Property Name="SlotCapableProtocols" Type="Collection(Protocol.Protocol)">
1571 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1572 <Annotation Term="OData.Description" String="The drive protocols capable in this slot."/>
1573 <Annotation Term="OData.LongDescription" String="This property shall contain the drive protocols capable in this slot. The value of this property depends upon the connector in this slot, the storage controllers connected to this slot, the configuration of the system, and other constraints that determine if a particular protocol is capable at a given time."/>
1574 </Property>
1575 </EntityType>
1576
1577 <EnumType Name="FormFactor">
1578 <Member Name="Drive3_5">
1579 <Annotation Term="OData.Description" String="A 3.5 inch drive."/>
1580 <Annotation Term="OData.LongDescription" String="This value shall indicate the drive is approximately 3.5 inches in width and no more than 1.1 inches in height."/>
1581 </Member>
1582 <Member Name="Drive2_5">
1583 <Annotation Term="OData.Description" String="A 2.5 inch drive."/>
1584 <Annotation Term="OData.LongDescription" String="This value shall indicate the drive is approximately 2.5 inches in width and no more than 0.8 inches in height and is not a U.2 drive."/>
1585 </Member>
1586 <Member Name="EDSFF_1U_Long">
1587 <Annotation Term="OData.Description" String="An EDSFF 1U Long (E1.L) drive."/>
1588 <Annotation Term="OData.LongDescription" String="This value shall indicate the drive corresponds to the SFF-TA-1007 Specification."/>
1589 </Member>
1590 <Member Name="EDSFF_1U_Short">
1591 <Annotation Term="OData.Description" String="An EDSFF 1U Short (E1.S) drive."/>
1592 <Annotation Term="OData.LongDescription" String="This value shall indicate the drive corresponds to the SFF-TA-1006 Specification."/>
1593 </Member>
1594 <Member Name="EDSFF_E3_Short">
1595 <Annotation Term="OData.Description" String="An EDSFF E3 Short (E3.S) drive."/>
1596 <Annotation Term="OData.LongDescription" String="This value shall indicate the drive corresponds to the SFF-TA-1008 Specification and is approximately 112.75mm in length."/>
1597 </Member>
1598 <Member Name="EDSFF_E3_Long">
1599 <Annotation Term="OData.Description" String="An EDSFF E3 Long (E3.L) drive."/>
1600 <Annotation Term="OData.LongDescription" String="This value shall indicate the drive corresponds to the SFF-TA-1008 Specification and is approximately 142.2mm in length."/>
1601 </Member>
1602 <Member Name="M2_2230">
1603 <Annotation Term="OData.Description" String="An M.2 2230 drive."/>
1604 <Annotation Term="OData.LongDescription" String="This value shall indicate the drive corresponds to the PCI Express M.2 Specification and is approximately 22mm in width and 30mm in length."/>
1605 </Member>
1606 <Member Name="M2_2242">
1607 <Annotation Term="OData.Description" String="An M.2 2242 drive."/>
1608 <Annotation Term="OData.LongDescription" String="This value shall indicate the drive corresponds to the PCI Express M.2 Specification and is approximately 22mm in width and 42mm in length."/>
1609 </Member>
1610 <Member Name="M2_2260">
1611 <Annotation Term="OData.Description" String="An M.2 2260 drive."/>
1612 <Annotation Term="OData.LongDescription" String="This value shall indicate the drive corresponds to the PCI Express M.2 Specification and is approximately 22mm in width and 60mm in length."/>
1613 </Member>
1614 <Member Name="M2_2280">
1615 <Annotation Term="OData.Description" String="An M.2 2280 drive."/>
1616 <Annotation Term="OData.LongDescription" String="This value shall indicate the drive corresponds to the PCI Express M.2 Specification and is approximately 22mm in width and 80mm in length."/>
1617 </Member>
1618 <Member Name="M2_22110">
1619 <Annotation Term="OData.Description" String="An M.2 22110 drive."/>
1620 <Annotation Term="OData.LongDescription" String="This value shall indicate the drive corresponds to the PCI Express M.2 Specification and is approximately 22mm in width and 110mm in length."/>
1621 </Member>
1622 <Member Name="U2">
1623 <Annotation Term="OData.Description" String="A U.2 drive."/>
1624 <Annotation Term="OData.LongDescription" String="This value shall indicate the drive corresponds to the PCI Express SFF-8639 Module Specification."/>
1625 </Member>
1626 <Member Name="PCIeSlotFullLength">
1627 <Annotation Term="OData.Description" String="A full length PCIe add in card."/>
1628 <Annotation Term="OData.LongDescription" String="This value shall indicate the drive is an add in card greater than 7 inches in length."/>
1629 </Member>
1630 <Member Name="PCIeSlotLowProfile">
1631 <Annotation Term="OData.Description" String="A low profile PCIe add in card."/>
1632 <Annotation Term="OData.LongDescription" String="This value shall indicate the drive is an add in card less than 2.5 inches in height."/>
1633 </Member>
1634 <Member Name="PCIeHalfLength">
1635 <Annotation Term="OData.Description" String="A half length PCIe add in card."/>
1636 <Annotation Term="OData.LongDescription" String="This value shall indicate the drive is an add in card less than 7 inches in length."/>
1637 </Member>
1638 <Member Name="OEM">
1639 <Annotation Term="OData.Description" String="An OEM-defined form factor."/>
1640 <Annotation Term="OData.LongDescription" String="This value shall indicate the drive is an OEM-defined form factor."/>
1641 </Member>
1642 </EnumType>
1643
1644 <ComplexType Name="Links" BaseType="Drive.v1_14_0.Links">
1645 <NavigationProperty Name="ActiveSoftwareImage" Type="SoftwareInventory.SoftwareInventory" Nullable="false">
1646 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1647 <Annotation Term="OData.Description" String="The link to the software inventory that represents the active drive firmware image."/>
1648 <Annotation Term="OData.LongDescription" String="This property shall contain a link a resource of type SoftwareInventory that represents the active drive firmware image."/>
1649 <Annotation Term="OData.AutoExpandReferences"/>
1650 </NavigationProperty>
1651 <NavigationProperty Name="SoftwareImages" Type="Collection(SoftwareInventory.SoftwareInventory)">
1652 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1653 <Annotation Term="OData.Description" String="The images that are associated with this drive."/>
1654 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type SoftwareInventory that represent the firmware images that apply to this drive."/>
1655 <Annotation Term="OData.AutoExpandReferences"/>
1656 </NavigationProperty>
1657 </ComplexType>
1658 </Schema>
1659
Ed Tanousf263e092023-05-22 09:56:29 -07001660 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_16_1">
1661 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1662 <Annotation Term="OData.Description" String="This version was created to clarify the usage of the Revision property when it's necessary to distinguish hardware and firmware versions. It was also created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/>
1663 <EntityType Name="Drive" BaseType="Drive.v1_16_0.Drive"/>
1664 </Schema>
1665
Ed Tanouse9cc1bc2023-09-21 11:15:30 -07001666 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_16_2">
1667 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1668 <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
1669 <EntityType Name="Drive" BaseType="Drive.v1_16_1.Drive"/>
1670 </Schema>
1671
Ed Tanousf263e092023-05-22 09:56:29 -07001672 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_17_0">
1673 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1674 <Annotation Term="Redfish.Release" String="2023.1"/>
1675
1676 <EntityType Name="Drive" BaseType="Drive.v1_16_1.Drive">
1677 <Property Name="FirmwareVersion" Type="Edm.String">
1678 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1679 <Annotation Term="OData.Description" String="The firmware version for this drive."/>
1680 <Annotation Term="OData.LongDescription" String="This property shall contain the firmware version as defined by the manufacturer for this drive."/>
1681 </Property>
1682 <NavigationProperty Name="Metrics" Type="DriveMetrics.DriveMetrics">
1683 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1684 <Annotation Term="OData.Description" String="The link to the metrics associated with this drive."/>
1685 <Annotation Term="OData.LongDescription" String="This property shall contain a link to the metrics associated with this drive."/>
1686 <Annotation Term="OData.AutoExpandReferences"/>
1687 </NavigationProperty>
1688 </EntityType>
1689
1690 <ComplexType Name="Operations" BaseType="Drive.v1_1_0.Operations">
1691 <Property Name="Operation" Type="Volume.OperationType">
1692 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1693 <Annotation Term="OData.Description" String="The type of the operation."/>
1694 <Annotation Term="OData.LongDescription" String="This property shall contain the type of the operation."/>
1695 </Property>
1696 </ComplexType>
1697 </Schema>
1698
Ed Tanouse9cc1bc2023-09-21 11:15:30 -07001699 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_17_1">
1700 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1701 <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
1702 <EntityType Name="Drive" BaseType="Drive.v1_17_0.Drive"/>
1703 </Schema>
1704
Jason M. Billsea4aa752018-06-05 13:29:11 -07001705 </edmx:DataServices>
1706</edmx:Edmx>