blob: 1f27fe27f735b3033a6ae2b80f4ec74c5f2f4f25 [file] [log] [blame]
Jason M. Billsea4aa752018-06-05 13:29:11 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
Gunnar Mills6f44b752020-02-06 16:50:51 -06003<!--################################################################################ -->
Sui Chen141d9432022-02-03 22:01:27 -08004<!--# Redfish Schema: Drive v1.14.0 -->
Gunnar Mills6f44b752020-02-06 16:50:51 -06005<!--# -->
6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle, -->
7<!--# available at http://www.dmtf.org/standards/redfish -->
Gunnar Mills10f270b2021-05-19 15:34:06 -05008<!--# Copyright 2014-2021 DMTF in cooperation with the Storage Networking Industry Association (SNIA). -->
Gunnar Mills6f44b752020-02-06 16:50:51 -06009<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10<!--################################################################################ -->
Jason M. Billsea4aa752018-06-05 13:29:11 -070011<!---->
12<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
13
14 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
15 <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
16 </edmx:Reference>
17 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
18 <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
19 </edmx:Reference>
20 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
21 <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
22 </edmx:Reference>
23 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
24 <edmx:Include Namespace="Resource"/>
25 <edmx:Include Namespace="Resource.v1_0_0"/>
26 </edmx:Reference>
27 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml">
28 <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/>
29 </edmx:Reference>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060030 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/swordfish/v1/Volume_v1.xml">
Jason M. Billsea4aa752018-06-05 13:29:11 -070031 <edmx:Include Namespace="Volume"/>
32 </edmx:Reference>
33 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Endpoint_v1.xml">
34 <edmx:Include Namespace="Endpoint"/>
35 </edmx:Reference>
36 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Chassis_v1.xml">
37 <edmx:Include Namespace="Chassis"/>
38 </edmx:Reference>
39 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Assembly_v1.xml">
40 <edmx:Include Namespace="Assembly"/>
41 </edmx:Reference>
42 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Protocol_v1.xml">
43 <edmx:Include Namespace="Protocol"/>
44 </edmx:Reference>
45 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Task_v1.xml">
46 <edmx:Include Namespace="Task"/>
47 </edmx:Reference>
Ed Tanouscb103132019-10-08 11:34:22 -070048 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PCIeFunction_v1.xml">
49 <edmx:Include Namespace="PCIeFunction"/>
50 </edmx:Reference>
Gunnar Mills6f44b752020-02-06 16:50:51 -060051 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/swordfish/v1/StoragePool_v1.xml">
52 <edmx:Include Namespace="StoragePool"/>
53 </edmx:Reference>
Gunnar Mills262d7d42021-01-20 16:28:41 -060054 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/EnvironmentMetrics_v1.xml">
55 <edmx:Include Namespace="EnvironmentMetrics"/>
56 </edmx:Reference>
57 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/CertificateCollection_v1.xml">
58 <edmx:Include Namespace="CertificateCollection"/>
59 </edmx:Reference>
60 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/SoftwareInventory_v1.xml">
61 <edmx:Include Namespace="SoftwareInventory"/>
62 </edmx:Reference>
Gunnar Mills9d424662021-09-22 21:56:16 -050063 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Storage_v1.xml">
64 <edmx:Include Namespace="Storage"/>
65 </edmx:Reference>
Sui Chen141d9432022-02-03 22:01:27 -080066 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/NetworkDeviceFunction_v1.xml">
67 <edmx:Include Namespace="NetworkDeviceFunction"/>
68 </edmx:Reference>
Jason M. Billsea4aa752018-06-05 13:29:11 -070069
70 <edmx:DataServices>
71
72 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive">
73 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
74
75 <EntityType Name="Drive" BaseType="Resource.v1_0_0.Resource" Abstract="true">
Ed Tanouscb103132019-10-08 11:34:22 -070076 <Annotation Term="OData.Description" String="The Drive schema represents a single physical drive for a system, including links to associated volumes."/>
Gunnar Millsa778c022020-05-12 12:20:36 -050077 <Annotation Term="OData.LongDescription" String="This resource shall represent a drive or other physical storage medium for a Redfish implementation."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070078 <Annotation Term="Capabilities.InsertRestrictions">
79 <Record>
80 <PropertyValue Property="Insertable" Bool="false"/>
81 </Record>
82 </Annotation>
83 <Annotation Term="Capabilities.UpdateRestrictions">
84 <Record>
85 <PropertyValue Property="Updatable" Bool="true"/>
Ed Tanouscb103132019-10-08 11:34:22 -070086 <Annotation Term="OData.Description" String="Writable properties, such as IndicatorLED, can be updated for drives."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070087 </Record>
88 </Annotation>
89 <Annotation Term="Capabilities.DeleteRestrictions">
90 <Record>
91 <PropertyValue Property="Deletable" Bool="false"/>
92 </Record>
93 </Annotation>
Ed Tanous530520e2019-01-02 13:41:37 -080094 <Annotation Term="Redfish.Uris">
95 <Collection>
96 <String>/redfish/v1/Systems/{ComputerSystemId}/Storage/{StorageId}/Drives/{DriveId}</String>
97 <String>/redfish/v1/Chassis/{ChassisId}/Drives/{DriveId}</String>
98 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Drives/{DriveId}</String>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060099 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Drives/{DriveId}</String>
Ed Tanous530520e2019-01-02 13:41:37 -0800100 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Drives/{DriveId}</String>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600101 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Drives/{DriveId}</String>
102 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Drives/{DriveId}</String>
103 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Drives/{DriveId}</String>
Ed Tanous530520e2019-01-02 13:41:37 -0800104 </Collection>
105 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700106 </EntityType>
107
108 <Action Name="SecureErase" IsBound="true">
Ed Tanouscb103132019-10-08 11:34:22 -0700109 <Annotation Term="OData.Description" String="This action securely erases the contents of the drive."/>
110 <Annotation Term="OData.LongDescription" String="This action shall securely erase the drive."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500111 <Parameter Name="Drive" Type="Drive.v1_0_0.Actions"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700112 </Action>
113
Ed Tanouscb103132019-10-08 11:34:22 -0700114 <Action Name="Reset" IsBound="true">
Gunnar Mills844b4152020-06-22 12:44:09 -0500115 <Annotation Term="OData.Description" String="This action resets this drive."/>
116 <Annotation Term="OData.LongDescription" String="This action shall reset this drive."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700117 <Parameter Name="Drive" Type="Drive.v1_0_0.Actions"/>
118 <Parameter Name="ResetType" Type="Resource.ResetType">
119 <Annotation Term="OData.Description" String="The type of reset."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500120 <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 -0700121 </Parameter>
Ed Tanouscb103132019-10-08 11:34:22 -0700122 <Annotation Term="Redfish.Revisions">
123 <Collection>
124 <Record>
125 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
126 <PropertyValue Property="Version" String="v1_7_0"/>
127 </Record>
128 </Collection>
129 </Annotation>
130 </Action>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700131 </Schema>
132
133 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_0">
134 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600135 <Annotation Term="Redfish.Release" String="2016.1"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700136
137 <EntityType Name="Drive" BaseType="Drive.Drive">
138 <Property Name="StatusIndicator" Type="Drive.v1_0_0.StatusIndicator">
139 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700140 <Annotation Term="OData.Description" String="The state of the status indicator, which communicates status information about this drive."/>
141 <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 -0700142 </Property>
143 <Property Name="IndicatorLED" Type="Resource.IndicatorLED">
144 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700145 <Annotation Term="OData.Description" String="The state of the indicator LED, that identifies the drive."/>
146 <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 -0500147 <Annotation Term="Redfish.Revisions">
148 <Collection>
149 <Record>
150 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
151 <PropertyValue Property="Version" String="v1_11_0"/>
152 <PropertyValue Property="Description" String="This property has been deprecated in favor of the LocationIndicatorActive property."/>
153 </Record>
154 </Collection>
155 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700156 </Property>
157 <Property Name="Model" Type="Edm.String">
158 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700159 <Annotation Term="OData.Description" String="The model number for the drive."/>
160 <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 -0700161 </Property>
162 <Property Name="Revision" Type="Edm.String">
163 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700164 <Annotation Term="OData.Description" String="The revision of this drive. This is typically the firmware or hardware version of the drive."/>
165 <Annotation Term="OData.LongDescription" String="This property shall contain the manufacturer-defined revision for the associated drive."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700166 </Property>
Ed Tanous530520e2019-01-02 13:41:37 -0800167 <Property Name="Status" Type="Resource.Status" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500168 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
169 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800170 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700171 <Property Name="CapacityBytes" Type="Edm.Int64">
172 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700173 <Annotation Term="OData.Description" String="The size, in bytes, of this drive."/>
174 <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 -0700175 <Annotation Term="Measures.Unit" String="By"/>
176 </Property>
177 <Property Name="FailurePredicted" Type="Edm.Boolean">
178 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700179 <Annotation Term="OData.Description" String="An indication of whether this drive currently predicts a failure in the near future."/>
180 <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 -0700181 </Property>
182 <Property Name="Protocol" Type="Protocol.Protocol">
183 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700184 <Annotation Term="OData.Description" String="The protocol that this drive currently uses to communicate to the storage controller."/>
185 <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 -0700186 </Property>
187 <Property Name="MediaType" Type="Drive.v1_0_0.MediaType">
188 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
189 <Annotation Term="OData.Description" String="The type of media contained in this drive."/>
190 <Annotation Term="OData.LongDescription" String="This property shall contain the type of media contained in the associated drive."/>
191 </Property>
192 <Property Name="Manufacturer" Type="Edm.String">
193 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700194 <Annotation Term="OData.Description" String="The manufacturer of this drive."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500195 <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 -0700196 </Property>
197 <Property Name="SKU" Type="Edm.String">
198 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700199 <Annotation Term="OData.Description" String="The SKU for this drive."/>
200 <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 -0700201 </Property>
202 <Property Name="SerialNumber" Type="Edm.String">
203 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
204 <Annotation Term="OData.Description" String="The serial number for this drive."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700205 <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 -0700206 </Property>
207 <Property Name="PartNumber" Type="Edm.String">
208 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
209 <Annotation Term="OData.Description" String="The part number for this drive."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700210 <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 -0700211 </Property>
212 <Property Name="AssetTag" Type="Edm.String">
213 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700214 <Annotation Term="OData.Description" String="The user-assigned asset tag for this drive."/>
215 <Annotation Term="OData.LongDescription" String="This property shall track the drive for inventory purposes."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700216 </Property>
217 <Property Name="Identifiers" Type="Collection(Resource.Identifier)" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700218 <Annotation Term="OData.Description" String="The durable names for the drive."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700219 <Annotation Term="OData.LongDescription" String="This property shall contain a list of all known durable names for the associated drive."/>
220 </Property>
221 <Property Name="Location" Type="Collection(Resource.Location)" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700222 <Annotation Term="OData.Description" String="The location of the drive."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700223 <Annotation Term="OData.LongDescription" String="This property shall contain location information of the associated drive."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600224 <Annotation Term="Redfish.Revisions">
225 <Collection>
226 <Record>
227 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
228 <PropertyValue Property="Version" String="v1_4_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700229 <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 -0600230 </Record>
231 </Collection>
232 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700233 </Property>
234 <Property Name="HotspareType" Type="Drive.v1_0_0.HotspareType">
Gunnar Mills9d424662021-09-22 21:56:16 -0500235 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
236 <Annotation Term="OData.Description" String="The type of hot spare that this drive serves as."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700237 <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 -0700238 </Property>
239 <Property Name="EncryptionAbility" Type="Drive.v1_0_0.EncryptionAbility">
240 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700241 <Annotation Term="OData.Description" String="The encryption ability of this drive."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700242 <Annotation Term="OData.LongDescription" String="This property shall contain the encryption ability for the associated drive."/>
243 </Property>
244 <Property Name="EncryptionStatus" Type="Drive.v1_0_0.EncryptionStatus">
245 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700246 <Annotation Term="OData.Description" String="The status of the encryption of this drive."/>
247 <Annotation Term="OData.LongDescription" String="This property shall contain the encryption status for the associated drive."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700248 </Property>
249 <Property Name="RotationSpeedRPM" Type="Edm.Decimal">
250 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700251 <Annotation Term="OData.Description" String="The rotation speed of this drive, in revolutions per minute (RPM)."/>
252 <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 -0800253 <Annotation Term="Measures.Unit" String="{rev}/min"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700254 </Property>
255 <Property Name="BlockSizeBytes" Type="Edm.Int64">
256 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700257 <Annotation Term="OData.Description" String="The size, in bytes, of the smallest addressable unit, or block."/>
258 <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 -0700259 <Annotation Term="Measures.Unit" String="By"/>
260 </Property>
261 <Property Name="CapableSpeedGbs" Type="Edm.Decimal">
262 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700263 <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."/>
264 <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 -0700265 <Annotation Term="Measures.Unit" String="Gbit/s"/>
266 </Property>
267 <Property Name="NegotiatedSpeedGbs" Type="Edm.Decimal">
268 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700269 <Annotation Term="OData.Description" String="The speed, in gigabit per second (Gbit/s), at which this drive currently communicates to the storage controller."/>
270 <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 -0700271 <Annotation Term="Measures.Unit" String="Gbit/s"/>
272 </Property>
273 <Property Name="PredictedMediaLifeLeftPercent" Type="Edm.Decimal">
274 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700275 <Annotation Term="OData.Description" String="The percentage of reads and writes that are predicted to be available for the media."/>
276 <Annotation Term="OData.LongDescription" String="This property shall contain an indicator of the percentage of life remaining in the drive's media."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800277 <Annotation Term="Measures.Unit" String="%"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700278 </Property>
279 <Property Name="Links" Type="Drive.v1_0_0.Links" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500280 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500281 <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 -0700282 </Property>
283 <Property Name="Actions" Type="Drive.v1_0_0.Actions" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500284 <Annotation Term="OData.Description" String="The available actions for this resource."/>
285 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700286 </Property>
287 </EntityType>
288
289 <ComplexType Name="Links" BaseType="Resource.Links">
Gunnar Millsa778c022020-05-12 12:20:36 -0500290 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
291 <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 -0700292 <NavigationProperty Name="Volumes" Type="Collection(Volume.Volume)">
293 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700294 <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 -0500295 <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 -0700296 <Annotation Term="OData.AutoExpandReferences"/>
297 </NavigationProperty>
298 </ComplexType>
299
300 <ComplexType Name="Actions">
301 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500302 <Annotation Term="OData.Description" String="The available actions for this resource."/>
303 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800304 <Property Name="Oem" Type="Drive.v1_0_0.OemActions" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500305 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
306 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800307 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700308 </ComplexType>
309
310 <ComplexType Name="OemActions">
311 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500312 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
313 <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 -0700314 </ComplexType>
315
316 <EnumType Name="MediaType">
317 <Member Name="HDD">
318 <Annotation Term="OData.Description" String="The drive media type is traditional magnetic platters."/>
319 </Member>
320 <Member Name="SSD">
321 <Annotation Term="OData.Description" String="The drive media type is solid state or flash memory."/>
322 </Member>
323 <Member Name="SMR">
324 <Annotation Term="OData.Description" String="The drive media type is shingled magnetic recording."/>
325 </Member>
326 </EnumType>
327
328 <EnumType Name="HotspareType">
329 <Member Name="None">
Gunnar Mills9d424662021-09-22 21:56:16 -0500330 <Annotation Term="OData.Description" String="The drive is not a hot spare."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700331 </Member>
332 <Member Name="Global">
Gunnar Mills9d424662021-09-22 21:56:16 -0500333 <Annotation Term="OData.Description" String="The drive is serving as a hot spare for all other drives in this storage domain."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700334 </Member>
335 <Member Name="Chassis">
Gunnar Mills9d424662021-09-22 21:56:16 -0500336 <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 -0700337 </Member>
338 <Member Name="Dedicated">
Gunnar Mills9d424662021-09-22 21:56:16 -0500339 <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 -0700340 </Member>
341 </EnumType>
342
343 <EnumType Name="EncryptionAbility">
344 <Member Name="None">
Ed Tanouscb103132019-10-08 11:34:22 -0700345 <Annotation Term="OData.Description" String="The drive is not capable of self-encryption."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700346 </Member>
347 <Member Name="SelfEncryptingDrive">
Ed Tanouscb103132019-10-08 11:34:22 -0700348 <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 -0700349 </Member>
350 <Member Name="Other">
Ed Tanouscb103132019-10-08 11:34:22 -0700351 <Annotation Term="OData.Description" String="The drive is capable of self-encryption through some other means."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700352 </Member>
353 </EnumType>
354
355 <EnumType Name="EncryptionStatus">
356 <Member Name="Unecrypted">
357 <Annotation Term="OData.Description" String="The drive is not currently encrypted."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600358 <Annotation Term="Redfish.Revisions">
359 <Collection>
360 <Record>
361 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
362 <PropertyValue Property="Version" String="v1_1_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700363 <PropertyValue Property="Description" String="This value has been deprecated in favor of Unencrypted."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600364 </Record>
365 </Collection>
366 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700367 </Member>
368 <Member Name="Unlocked">
Ed Tanouscb103132019-10-08 11:34:22 -0700369 <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 -0700370 </Member>
371 <Member Name="Locked">
Ed Tanouscb103132019-10-08 11:34:22 -0700372 <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 -0700373 </Member>
374 <Member Name="Foreign">
375 <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."/>
376 </Member>
377 <Member Name="Unencrypted">
378 <Annotation Term="OData.Description" String="The drive is not currently encrypted."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600379 <Annotation Term="Redfish.Revisions">
380 <Collection>
381 <Record>
382 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
383 <PropertyValue Property="Version" String="v1_1_0"/>
384 </Record>
385 </Collection>
386 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700387 </Member>
388 </EnumType>
389
390 <EnumType Name="StatusIndicator">
391 <Member Name="OK">
392 <Annotation Term="OData.Description" String="The drive is OK."/>
393 </Member>
394 <Member Name="Fail">
395 <Annotation Term="OData.Description" String="The drive has failed."/>
396 </Member>
397 <Member Name="Rebuild">
398 <Annotation Term="OData.Description" String="The drive is being rebuilt."/>
399 </Member>
400 <Member Name="PredictiveFailureAnalysis">
Ed Tanouscb103132019-10-08 11:34:22 -0700401 <Annotation Term="OData.Description" String="The drive still works but is predicted to fail soon."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700402 </Member>
403 <Member Name="Hotspare">
Ed Tanouscb103132019-10-08 11:34:22 -0700404 <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 -0700405 </Member>
406 <Member Name="InACriticalArray">
Ed Tanouscb103132019-10-08 11:34:22 -0700407 <Annotation Term="OData.Description" String="The array to which this drive belongs has been degraded."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700408 </Member>
409 <Member Name="InAFailedArray">
Ed Tanouscb103132019-10-08 11:34:22 -0700410 <Annotation Term="OData.Description" String="The array to which this drive belongs has failed."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700411 </Member>
412 </EnumType>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700413 </Schema>
414
415 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_1">
416 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
417 <Annotation Term="OData.Description" String="This version was created to show the EncryptionStatus enumerated list was updated."/>
418 <EntityType Name="Drive" BaseType="Drive.v1_0_0.Drive"/>
419 </Schema>
420
421 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_2">
422 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500423 <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 -0700424 <EntityType Name="Drive" BaseType="Drive.v1_0_1.Drive"/>
425 </Schema>
426
427 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_3">
428 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700429 <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 -0700430 <EntityType Name="Drive" BaseType="Drive.v1_0_2.Drive"/>
431 </Schema>
432
433 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_4">
434 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700435 <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 -0700436 <EntityType Name="Drive" BaseType="Drive.v1_0_3.Drive"/>
437 </Schema>
438
Ed Tanous530520e2019-01-02 13:41:37 -0800439 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_5">
440 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
441 <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."/>
442 <EntityType Name="Drive" BaseType="Drive.v1_0_4.Drive"/>
443 </Schema>
444
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600445 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_6">
446 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500447 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation. It was also created to change the VolumeCollection reference to Swordfish."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600448 <EntityType Name="Drive" BaseType="Drive.v1_0_5.Drive"/>
449 </Schema>
450
Ed Tanouscb103132019-10-08 11:34:22 -0700451 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_7">
452 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
453 <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."/>
454 <EntityType Name="Drive" BaseType="Drive.v1_0_6.Drive"/>
455 </Schema>
456
457 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_8">
458 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
459 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
460 <EntityType Name="Drive" BaseType="Drive.v1_0_7.Drive"/>
461 </Schema>
462
Gunnar Millsa778c022020-05-12 12:20:36 -0500463 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_9">
464 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
465 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
466 <EntityType Name="Drive" BaseType="Drive.v1_0_8.Drive"/>
467 </Schema>
468
Gunnar Mills844b4152020-06-22 12:44:09 -0500469 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_10">
470 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
471 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
472 <EntityType Name="Drive" BaseType="Drive.v1_0_9.Drive"/>
473 </Schema>
474
Gunnar Mills262d7d42021-01-20 16:28:41 -0600475 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_11">
476 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
477 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
478 <EntityType Name="Drive" BaseType="Drive.v1_0_10.Drive"/>
479 </Schema>
480
Gunnar Mills10f270b2021-05-19 15:34:06 -0500481 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_12">
482 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
483 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
484 <EntityType Name="Drive" BaseType="Drive.v1_0_11.Drive"/>
485 </Schema>
486
Gunnar Mills9d424662021-09-22 21:56:16 -0500487 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_13">
488 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
489 <Annotation Term="OData.Description" String="This version was created to change the permissions for HotspareType to read-write."/>
490 <EntityType Name="Drive" BaseType="Drive.v1_0_12.Drive"/>
491 </Schema>
492
Sui Chen141d9432022-02-03 22:01:27 -0800493 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_0_14">
494 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
495 <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for RotationSpeedRPM to match the available UCUM format."/>
496 <EntityType Name="Drive" BaseType="Drive.v1_0_13.Drive"/>
497 </Schema>
498
Jason M. Billsea4aa752018-06-05 13:29:11 -0700499 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_0">
500 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600501 <Annotation Term="Redfish.Release" String="2016.2"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700502
503 <EntityType Name="Drive" BaseType="Drive.v1_0_1.Drive">
504 <Property Name="Operations" Type="Collection(Drive.v1_1_0.Operations)" Nullable="false">
505 <Annotation Term="OData.Description" String="The operations currently running on the Drive."/>
506 <Annotation Term="OData.LongDescription" String="This property shall contain a list of all operations currently running on the Drive."/>
507 </Property>
508 </EntityType>
509
510 <ComplexType Name="Links" BaseType="Drive.v1_0_0.Links">
511 <NavigationProperty Name="Endpoints" Type="Collection(Endpoint.Endpoint)">
512 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700513 <Annotation Term="OData.Description" String="An array of links to the endpoints that connect to this drive."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500514 <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 -0700515 <Annotation Term="OData.AutoExpandReferences"/>
516 </NavigationProperty>
517 </ComplexType>
518
519 <ComplexType Name="Operations">
520 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500521 <Annotation Term="OData.Description" String="An operation currently running on this resource."/>
522 <Annotation Term="OData.LongDescription" String="This type shall describe a currently running operation on the resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700523 <Property Name="OperationName" Type="Edm.String">
524 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
525 <Annotation Term="OData.Description" String="The name of the operation."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700526 <Annotation Term="OData.LongDescription" String="This property shall contain a string of the name of the operation."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700527 </Property>
528 <Property Name="PercentageComplete" Type="Edm.Int64">
529 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
530 <Annotation Term="OData.Description" String="The percentage of the operation that has been completed."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500531 <Annotation Term="OData.LongDescription" String="This property shall contain an integer of the percentage of the operation that has been completed."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800532 <Annotation Term="Measures.Unit" String="%"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700533 </Property>
534 <NavigationProperty Name="AssociatedTask" Type="Task.Task" Nullable="false">
535 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700536 <Annotation Term="OData.Description" String="The link to the task associated with the operation, if any."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500537 <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 -0700538 </NavigationProperty>
539 </ComplexType>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700540 </Schema>
541
542 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_1">
543 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
544 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
545 <EntityType Name="Drive" BaseType="Drive.v1_1_0.Drive"/>
546 </Schema>
547
548 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_2">
549 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700550 <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 -0700551 <EntityType Name="Drive" BaseType="Drive.v1_1_1.Drive"/>
552 </Schema>
553
554 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_3">
555 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700556 <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 -0700557 <EntityType Name="Drive" BaseType="Drive.v1_1_2.Drive"/>
558 </Schema>
559
Ed Tanous530520e2019-01-02 13:41:37 -0800560 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_4">
561 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
562 <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."/>
563 <EntityType Name="Drive" BaseType="Drive.v1_1_3.Drive"/>
564 </Schema>
565
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600566 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_5">
567 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500568 <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 -0600569 <EntityType Name="Drive" BaseType="Drive.v1_1_4.Drive"/>
570 </Schema>
571
Ed Tanouscb103132019-10-08 11:34:22 -0700572 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_6">
573 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
574 <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."/>
575 <EntityType Name="Drive" BaseType="Drive.v1_1_5.Drive"/>
576 </Schema>
577
578 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_7">
579 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
580 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
581 <EntityType Name="Drive" BaseType="Drive.v1_1_6.Drive"/>
582 </Schema>
583
Gunnar Millsa778c022020-05-12 12:20:36 -0500584 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_8">
585 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
586 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
587 <EntityType Name="Drive" BaseType="Drive.v1_1_7.Drive"/>
588 </Schema>
589
Gunnar Mills844b4152020-06-22 12:44:09 -0500590 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_9">
591 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
592 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
593 <EntityType Name="Drive" BaseType="Drive.v1_1_8.Drive"/>
594 </Schema>
595
Gunnar Mills262d7d42021-01-20 16:28:41 -0600596 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_10">
597 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
598 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
599 <EntityType Name="Drive" BaseType="Drive.v1_1_9.Drive"/>
600 </Schema>
601
Gunnar Mills10f270b2021-05-19 15:34:06 -0500602 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_11">
603 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
604 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
605 <EntityType Name="Drive" BaseType="Drive.v1_1_10.Drive"/>
606 </Schema>
607
Gunnar Mills9d424662021-09-22 21:56:16 -0500608 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_12">
609 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
610 <Annotation Term="OData.Description" String="This version was created to change the permissions for HotspareType to read-write."/>
611 <EntityType Name="Drive" BaseType="Drive.v1_1_11.Drive"/>
612 </Schema>
613
Sui Chen141d9432022-02-03 22:01:27 -0800614 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_1_13">
615 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
616 <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for RotationSpeedRPM to match the available UCUM format."/>
617 <EntityType Name="Drive" BaseType="Drive.v1_1_12.Drive"/>
618 </Schema>
619
Jason M. Billsea4aa752018-06-05 13:29:11 -0700620 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_0">
621 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600622 <Annotation Term="Redfish.Release" String="2017.1"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600623
Jason M. Billsea4aa752018-06-05 13:29:11 -0700624 <EntityType Name="Drive" BaseType="Drive.v1_1_2.Drive"/>
625
626 <ComplexType Name="Links" BaseType="Drive.v1_1_0.Links">
627 <NavigationProperty Name="Chassis" Type="Chassis.Chassis" Nullable="false">
628 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700629 <Annotation Term="OData.Description" String="The link to the chassis that contains this drive."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500630 <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 -0700631 <Annotation Term="OData.AutoExpandReferences"/>
632 </NavigationProperty>
633 </ComplexType>
634 </Schema>
635
636 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_1">
637 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700638 <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 -0700639 <EntityType Name="Drive" BaseType="Drive.v1_2_0.Drive"/>
640 </Schema>
641
Ed Tanous530520e2019-01-02 13:41:37 -0800642 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_2">
643 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
644 <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."/>
645 <EntityType Name="Drive" BaseType="Drive.v1_2_1.Drive"/>
646 </Schema>
647
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600648 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_3">
649 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500650 <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 -0600651 <EntityType Name="Drive" BaseType="Drive.v1_2_2.Drive"/>
652 </Schema>
653
Ed Tanouscb103132019-10-08 11:34:22 -0700654 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_4">
655 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
656 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
657 <EntityType Name="Drive" BaseType="Drive.v1_2_3.Drive"/>
658 </Schema>
659
660 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_5">
661 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
662 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
663 <EntityType Name="Drive" BaseType="Drive.v1_2_4.Drive"/>
664 </Schema>
665
Gunnar Millsa778c022020-05-12 12:20:36 -0500666 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_6">
667 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
668 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
669 <EntityType Name="Drive" BaseType="Drive.v1_2_5.Drive"/>
670 </Schema>
671
Gunnar Mills844b4152020-06-22 12:44:09 -0500672 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_7">
673 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
674 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
675 <EntityType Name="Drive" BaseType="Drive.v1_2_6.Drive"/>
676 </Schema>
677
Gunnar Mills262d7d42021-01-20 16:28:41 -0600678 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_8">
679 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
680 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
681 <EntityType Name="Drive" BaseType="Drive.v1_2_7.Drive"/>
682 </Schema>
683
Gunnar Mills10f270b2021-05-19 15:34:06 -0500684 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_9">
685 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
686 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
687 <EntityType Name="Drive" BaseType="Drive.v1_2_8.Drive"/>
688 </Schema>
689
Gunnar Mills9d424662021-09-22 21:56:16 -0500690 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_10">
691 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
692 <Annotation Term="OData.Description" String="This version was created to change the permissions for HotspareType to read-write."/>
693 <EntityType Name="Drive" BaseType="Drive.v1_2_9.Drive"/>
694 </Schema>
695
Sui Chen141d9432022-02-03 22:01:27 -0800696 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_2_11">
697 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
698 <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for RotationSpeedRPM to match the available UCUM format."/>
699 <EntityType Name="Drive" BaseType="Drive.v1_2_10.Drive"/>
700 </Schema>
701
Jason M. Billsea4aa752018-06-05 13:29:11 -0700702 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_0">
703 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600704 <Annotation Term="Redfish.Release" String="2017.3"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600705
Jason M. Billsea4aa752018-06-05 13:29:11 -0700706 <EntityType Name="Drive" BaseType="Drive.v1_2_1.Drive">
707 <NavigationProperty Name="Assembly" Type="Assembly.Assembly" ContainsTarget="true" Nullable="false">
708 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700709 <Annotation Term="OData.Description" String="The link to the assembly associated with this drive."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500710 <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 -0700711 <Annotation Term="OData.AutoExpandReferences"/>
712 </NavigationProperty>
713 </EntityType>
714 </Schema>
715
Ed Tanous530520e2019-01-02 13:41:37 -0800716 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_1">
717 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
718 <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."/>
719 <EntityType Name="Drive" BaseType="Drive.v1_3_0.Drive"/>
720 </Schema>
721
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600722 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_2">
723 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500724 <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 -0600725 <EntityType Name="Drive" BaseType="Drive.v1_3_1.Drive"/>
726 </Schema>
727
Ed Tanouscb103132019-10-08 11:34:22 -0700728 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_3">
729 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
730 <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."/>
731 <EntityType Name="Drive" BaseType="Drive.v1_3_2.Drive"/>
732 </Schema>
733
734 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_4">
735 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
736 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
737 <EntityType Name="Drive" BaseType="Drive.v1_3_3.Drive"/>
738 </Schema>
739
Gunnar Millsa778c022020-05-12 12:20:36 -0500740 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_5">
741 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
742 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
743 <EntityType Name="Drive" BaseType="Drive.v1_3_4.Drive"/>
744 </Schema>
745
Gunnar Mills844b4152020-06-22 12:44:09 -0500746 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_6">
747 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
748 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
749 <EntityType Name="Drive" BaseType="Drive.v1_3_5.Drive"/>
750 </Schema>
751
Gunnar Mills262d7d42021-01-20 16:28:41 -0600752 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_7">
753 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
754 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
755 <EntityType Name="Drive" BaseType="Drive.v1_3_6.Drive"/>
756 </Schema>
757
Gunnar Mills10f270b2021-05-19 15:34:06 -0500758 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_8">
759 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
760 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
761 <EntityType Name="Drive" BaseType="Drive.v1_3_7.Drive"/>
762 </Schema>
763
Gunnar Mills9d424662021-09-22 21:56:16 -0500764 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_9">
765 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
766 <Annotation Term="OData.Description" String="This version was created to change the permissions for HotspareType to read-write."/>
767 <EntityType Name="Drive" BaseType="Drive.v1_3_8.Drive"/>
768 </Schema>
769
Sui Chen141d9432022-02-03 22:01:27 -0800770 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_3_10">
771 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
772 <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for RotationSpeedRPM to match the available UCUM format."/>
773 <EntityType Name="Drive" BaseType="Drive.v1_3_9.Drive"/>
774 </Schema>
775
Jason M. Billsea4aa752018-06-05 13:29:11 -0700776 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_0">
777 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600778 <Annotation Term="Redfish.Release" String="2018.1"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600779
Jason M. Billsea4aa752018-06-05 13:29:11 -0700780 <EntityType Name="Drive" BaseType="Drive.v1_3_0.Drive">
781 <Property Name="PhysicalLocation" Type="Resource.Location" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700782 <Annotation Term="OData.Description" String="The location of the drive."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700783 <Annotation Term="OData.LongDescription" String="This property shall contain location information of the associated drive."/>
784 </Property>
785 </EntityType>
786 </Schema>
787
Ed Tanous530520e2019-01-02 13:41:37 -0800788 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_1">
789 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
790 <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."/>
791 <EntityType Name="Drive" BaseType="Drive.v1_4_0.Drive"/>
792 </Schema>
793
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600794 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_2">
795 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500796 <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 -0600797 <EntityType Name="Drive" BaseType="Drive.v1_4_1.Drive"/>
798 </Schema>
799
Ed Tanouscb103132019-10-08 11:34:22 -0700800 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_3">
801 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
802 <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."/>
803 <EntityType Name="Drive" BaseType="Drive.v1_4_2.Drive"/>
804 </Schema>
805
806 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_4">
807 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
808 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
809 <EntityType Name="Drive" BaseType="Drive.v1_4_3.Drive"/>
810 </Schema>
811
Gunnar Millsa778c022020-05-12 12:20:36 -0500812 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_5">
813 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
814 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
815 <EntityType Name="Drive" BaseType="Drive.v1_4_4.Drive"/>
816 </Schema>
817
Gunnar Mills844b4152020-06-22 12:44:09 -0500818 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_6">
819 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
820 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
821 <EntityType Name="Drive" BaseType="Drive.v1_4_5.Drive"/>
822 </Schema>
823
Gunnar Mills262d7d42021-01-20 16:28:41 -0600824 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_7">
825 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
826 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
827 <EntityType Name="Drive" BaseType="Drive.v1_4_6.Drive"/>
828 </Schema>
829
Gunnar Mills10f270b2021-05-19 15:34:06 -0500830 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_8">
831 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
832 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
833 <EntityType Name="Drive" BaseType="Drive.v1_4_7.Drive"/>
834 </Schema>
835
Gunnar Mills9d424662021-09-22 21:56:16 -0500836 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_9">
837 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
838 <Annotation Term="OData.Description" String="This version was created to change the permissions for HotspareType to read-write."/>
839 <EntityType Name="Drive" BaseType="Drive.v1_4_8.Drive"/>
840 </Schema>
841
Sui Chen141d9432022-02-03 22:01:27 -0800842 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_4_10">
843 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
844 <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for RotationSpeedRPM to match the available UCUM format."/>
845 <EntityType Name="Drive" BaseType="Drive.v1_4_9.Drive"/>
846 </Schema>
847
Ed Tanous530520e2019-01-02 13:41:37 -0800848 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_0">
849 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600850 <Annotation Term="Redfish.Release" String="2018.2"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600851
Ed Tanous530520e2019-01-02 13:41:37 -0800852 <EntityType Name="Drive" BaseType="Drive.v1_4_1.Drive">
853 <Property Name="HotspareReplacementMode" Type="Drive.v1_5_0.HotspareReplacementModeType">
854 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700855 <Annotation Term="OData.Description" String="The replacement mode for the hot spare drive."/>
856 <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 -0800857 </Property>
858 </EntityType>
859
860 <EnumType Name="HotspareReplacementModeType">
861 <Member Name="Revertible">
Ed Tanouscb103132019-10-08 11:34:22 -0700862 <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 -0800863 </Member>
864 <Member Name="NonRevertible">
Ed Tanouscb103132019-10-08 11:34:22 -0700865 <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 -0800866 </Member>
867 </EnumType>
868 </Schema>
869
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600870 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_1">
871 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500872 <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 -0600873 <EntityType Name="Drive" BaseType="Drive.v1_5_0.Drive"/>
874 </Schema>
875
Ed Tanouscb103132019-10-08 11:34:22 -0700876 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_2">
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 URI properties use the uri-reference format."/>
879 <EntityType Name="Drive" BaseType="Drive.v1_5_1.Drive"/>
880 </Schema>
881
882 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_3">
883 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
884 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
885 <EntityType Name="Drive" BaseType="Drive.v1_5_2.Drive"/>
886 </Schema>
887
Gunnar Millsa778c022020-05-12 12:20:36 -0500888 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_4">
889 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
890 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
891 <EntityType Name="Drive" BaseType="Drive.v1_5_3.Drive"/>
892 </Schema>
893
Gunnar Mills844b4152020-06-22 12:44:09 -0500894 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_5">
895 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
896 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
897 <EntityType Name="Drive" BaseType="Drive.v1_5_4.Drive"/>
898 </Schema>
899
Gunnar Mills262d7d42021-01-20 16:28:41 -0600900 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_6">
901 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
902 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
903 <EntityType Name="Drive" BaseType="Drive.v1_5_5.Drive"/>
904 </Schema>
905
Gunnar Mills10f270b2021-05-19 15:34:06 -0500906 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_7">
907 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
908 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
909 <EntityType Name="Drive" BaseType="Drive.v1_5_6.Drive"/>
910 </Schema>
911
Gunnar Mills9d424662021-09-22 21:56:16 -0500912 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_8">
913 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
914 <Annotation Term="OData.Description" String="This version was created to change the permissions for HotspareType to read-write."/>
915 <EntityType Name="Drive" BaseType="Drive.v1_5_7.Drive"/>
916 </Schema>
917
Sui Chen141d9432022-02-03 22:01:27 -0800918 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_5_9">
919 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
920 <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for RotationSpeedRPM to match the available UCUM format."/>
921 <EntityType Name="Drive" BaseType="Drive.v1_5_8.Drive"/>
922 </Schema>
923
Ed Tanouscb103132019-10-08 11:34:22 -0700924 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_6_0">
925 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
926 <Annotation Term="Redfish.Release" String="2019.1"/>
927
928 <EntityType Name="Drive" BaseType="Drive.v1_5_2.Drive"/>
929
930 <ComplexType Name="Links" BaseType="Drive.v1_2_0.Links">
931 <NavigationProperty Name="PCIeFunctions" Type="Collection(PCIeFunction.PCIeFunction)">
932 <Annotation Term="OData.Description" String="An array of links to the PCIe functions that the drive produces."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500933 <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 -0700934 <Annotation Term="OData.AutoExpandReferences"/>
935 </NavigationProperty>
936 </ComplexType>
937 </Schema>
938
939 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_6_1">
940 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
941 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
942 <EntityType Name="Drive" BaseType="Drive.v1_6_0.Drive"/>
943 </Schema>
944
Gunnar Millsa778c022020-05-12 12:20:36 -0500945 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_6_2">
946 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
947 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
948 <EntityType Name="Drive" BaseType="Drive.v1_6_1.Drive"/>
949 </Schema>
950
Gunnar Mills844b4152020-06-22 12:44:09 -0500951 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_6_3">
952 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
953 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
954 <EntityType Name="Drive" BaseType="Drive.v1_6_2.Drive"/>
955 </Schema>
956
Gunnar Mills262d7d42021-01-20 16:28:41 -0600957 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_6_4">
958 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
959 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
960 <EntityType Name="Drive" BaseType="Drive.v1_6_3.Drive"/>
961 </Schema>
962
Gunnar Mills10f270b2021-05-19 15:34:06 -0500963 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_6_5">
964 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
965 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
966 <EntityType Name="Drive" BaseType="Drive.v1_6_4.Drive"/>
967 </Schema>
968
Gunnar Mills9d424662021-09-22 21:56:16 -0500969 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_6_6">
970 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
971 <Annotation Term="OData.Description" String="This version was created to change the permissions for HotspareType to read-write."/>
972 <EntityType Name="Drive" BaseType="Drive.v1_6_5.Drive"/>
973 </Schema>
974
Sui Chen141d9432022-02-03 22:01:27 -0800975 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_6_7">
976 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
977 <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for RotationSpeedRPM to match the available UCUM format."/>
978 <EntityType Name="Drive" BaseType="Drive.v1_6_6.Drive"/>
979 </Schema>
980
Ed Tanouscb103132019-10-08 11:34:22 -0700981 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_7_0">
982 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
983 <Annotation Term="Redfish.Release" String="2019.2"/>
984 <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 -0600985
Ed Tanouscb103132019-10-08 11:34:22 -0700986 <EntityType Name="Drive" BaseType="Drive.v1_6_0.Drive">
987 <Property Name="WriteCacheEnabled" Type="Edm.Boolean">
988 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
989 <Annotation Term="OData.Description" String="An indication of whether the drive write cache is enabled."/>
990 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the drive write cache is enabled."/>
991 </Property>
992 </EntityType>
993 </Schema>
994
Gunnar Millsa778c022020-05-12 12:20:36 -0500995 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_7_1">
996 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
997 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
998 <EntityType Name="Drive" BaseType="Drive.v1_7_0.Drive"/>
999 </Schema>
1000
Gunnar Mills844b4152020-06-22 12:44:09 -05001001 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_7_2">
1002 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1003 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1004 <EntityType Name="Drive" BaseType="Drive.v1_7_1.Drive"/>
1005 </Schema>
1006
Gunnar Mills262d7d42021-01-20 16:28:41 -06001007 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_7_3">
1008 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1009 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
1010 <EntityType Name="Drive" BaseType="Drive.v1_7_2.Drive"/>
1011 </Schema>
1012
Gunnar Mills10f270b2021-05-19 15:34:06 -05001013 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_7_4">
1014 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1015 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
1016 <EntityType Name="Drive" BaseType="Drive.v1_7_3.Drive"/>
1017 </Schema>
1018
Gunnar Mills9d424662021-09-22 21:56:16 -05001019 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_7_5">
1020 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1021 <Annotation Term="OData.Description" String="This version was created to change the permissions for HotspareType to read-write."/>
1022 <EntityType Name="Drive" BaseType="Drive.v1_7_4.Drive"/>
1023 </Schema>
1024
Sui Chen141d9432022-02-03 22:01:27 -08001025 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_7_6">
1026 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1027 <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for RotationSpeedRPM to match the available UCUM format."/>
1028 <EntityType Name="Drive" BaseType="Drive.v1_7_5.Drive"/>
1029 </Schema>
1030
Gunnar Mills6f44b752020-02-06 16:50:51 -06001031 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_8_0">
1032 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1033 <Annotation Term="Redfish.Release" String="2019.3"/>
1034
1035 <EntityType Name="Drive" BaseType="Drive.v1_7_0.Drive"/>
1036
1037 <ComplexType Name="Links" BaseType="Drive.v1_6_0.Links">
1038 <NavigationProperty Name="StoragePools" Type="Collection(StoragePool.StoragePool)">
1039 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1040 <Annotation Term="OData.Description" String="An array of links to the storage pools to which this drive belongs."/>
1041 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links of type StoragePool to which this drive belongs."/>
1042 <Annotation Term="OData.AutoExpandReferences"/>
1043 </NavigationProperty>
1044 </ComplexType>
1045 </Schema>
1046
Gunnar Millsa778c022020-05-12 12:20:36 -05001047 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_8_1">
1048 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1049 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1050 <EntityType Name="Drive" BaseType="Drive.v1_8_0.Drive"/>
1051 </Schema>
1052
Gunnar Mills844b4152020-06-22 12:44:09 -05001053 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_8_2">
1054 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1055 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1056 <EntityType Name="Drive" BaseType="Drive.v1_8_1.Drive"/>
1057 </Schema>
1058
Gunnar Mills262d7d42021-01-20 16:28:41 -06001059 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_8_3">
1060 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1061 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
1062 <EntityType Name="Drive" BaseType="Drive.v1_8_2.Drive"/>
1063 </Schema>
1064
Gunnar Mills10f270b2021-05-19 15:34:06 -05001065 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_8_4">
1066 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1067 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
1068 <EntityType Name="Drive" BaseType="Drive.v1_8_3.Drive"/>
1069 </Schema>
1070
Gunnar Mills9d424662021-09-22 21:56:16 -05001071 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_8_5">
1072 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1073 <Annotation Term="OData.Description" String="This version was created to change the permissions for HotspareType to read-write."/>
1074 <EntityType Name="Drive" BaseType="Drive.v1_8_4.Drive"/>
1075 </Schema>
1076
Sui Chen141d9432022-02-03 22:01:27 -08001077 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_8_6">
1078 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1079 <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for RotationSpeedRPM to match the available UCUM format."/>
1080 <EntityType Name="Drive" BaseType="Drive.v1_8_5.Drive"/>
1081 </Schema>
1082
Gunnar Mills09b9d452020-02-11 13:27:39 -06001083 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_9_0">
1084 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1085 <Annotation Term="Redfish.Release" String="2019.4"/>
1086 <Annotation Term="OData.Description" String="This version was created to add Multipath property for Drive."/>
1087
1088 <EntityType Name="Drive" BaseType="Drive.v1_8_0.Drive">
1089 <Property Name="Multipath" Type="Edm.Boolean">
1090 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1091 <Annotation Term="OData.Description" String="An indication of whether the drive is accessible from multiple paths."/>
1092 <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."/>
1093 </Property>
1094 </EntityType>
1095 </Schema>
1096
Gunnar Millsa778c022020-05-12 12:20:36 -05001097 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_9_1">
1098 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1099 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1100 <EntityType Name="Drive" BaseType="Drive.v1_9_0.Drive"/>
1101 </Schema>
1102
Gunnar Mills844b4152020-06-22 12:44:09 -05001103 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_9_2">
1104 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1105 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1106 <EntityType Name="Drive" BaseType="Drive.v1_9_1.Drive"/>
1107 </Schema>
1108
Gunnar Mills262d7d42021-01-20 16:28:41 -06001109 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_9_3">
1110 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1111 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
1112 <EntityType Name="Drive" BaseType="Drive.v1_9_2.Drive"/>
1113 </Schema>
1114
Gunnar Mills10f270b2021-05-19 15:34:06 -05001115 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_9_4">
1116 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1117 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
1118 <EntityType Name="Drive" BaseType="Drive.v1_9_3.Drive"/>
1119 </Schema>
1120
Gunnar Mills9d424662021-09-22 21:56:16 -05001121 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_9_5">
1122 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1123 <Annotation Term="OData.Description" String="This version was created to change the permissions for HotspareType to read-write."/>
1124 <EntityType Name="Drive" BaseType="Drive.v1_9_4.Drive"/>
1125 </Schema>
1126
Sui Chen141d9432022-02-03 22:01:27 -08001127 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_9_6">
1128 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1129 <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for RotationSpeedRPM to match the available UCUM format."/>
1130 <EntityType Name="Drive" BaseType="Drive.v1_9_5.Drive"/>
1131 </Schema>
1132
Gunnar Mills844b4152020-06-22 12:44:09 -05001133 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_10_0">
1134 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1135 <Annotation Term="Redfish.Release" String="2020.2"/>
1136 <Annotation Term="OData.Description" String="This version was created to add ReadyToRemove property."/>
1137
1138 <EntityType Name="Drive" BaseType="Drive.v1_9_2.Drive">
1139 <Property Name="ReadyToRemove" Type="Edm.Boolean">
1140 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1141 <Annotation Term="OData.Description" String="An indication of whether the drive is prepared by the system for removal."/>
1142 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the system is prepared for the removal of this drive."/>
1143 </Property>
1144 </EntityType>
1145 </Schema>
1146
Gunnar Mills262d7d42021-01-20 16:28:41 -06001147 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_10_1">
1148 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1149 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
1150 <EntityType Name="Drive" BaseType="Drive.v1_10_0.Drive"/>
1151 </Schema>
1152
Gunnar Mills10f270b2021-05-19 15:34:06 -05001153 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_10_2">
1154 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1155 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
1156 <EntityType Name="Drive" BaseType="Drive.v1_10_1.Drive"/>
1157 </Schema>
1158
Gunnar Mills9d424662021-09-22 21:56:16 -05001159 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_10_3">
1160 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1161 <Annotation Term="OData.Description" String="This version was created to change the permissions for HotspareType to read-write."/>
1162 <EntityType Name="Drive" BaseType="Drive.v1_10_2.Drive"/>
1163 </Schema>
1164
Sui Chen141d9432022-02-03 22:01:27 -08001165 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_10_4">
1166 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1167 <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for RotationSpeedRPM to match the available UCUM format."/>
1168 <EntityType Name="Drive" BaseType="Drive.v1_10_3.Drive"/>
1169 </Schema>
1170
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001171 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_11_0">
1172 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1173 <Annotation Term="Redfish.Release" String="2020.3"/>
1174 <Annotation Term="OData.Description" String="This version was created to add LocationIndicatorActive and to deprecate IndicatorLED properties."/>
1175
1176 <EntityType Name="Drive" BaseType="Drive.v1_10_0.Drive">
1177 <Property Name="LocationIndicatorActive" Type="Edm.Boolean">
1178 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1179 <Annotation Term="OData.Description" String="An indicator allowing an operator to physically locate this resource."/>
1180 <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."/>
1181 </Property>
1182 </EntityType>
1183 </Schema>
1184
Gunnar Mills262d7d42021-01-20 16:28:41 -06001185 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_11_1">
1186 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1187 <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
1188 <EntityType Name="Drive" BaseType="Drive.v1_11_0.Drive"/>
1189 </Schema>
1190
Gunnar Mills10f270b2021-05-19 15:34:06 -05001191 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_11_2">
1192 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1193 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
1194 <EntityType Name="Drive" BaseType="Drive.v1_11_1.Drive"/>
1195 </Schema>
1196
Gunnar Mills9d424662021-09-22 21:56:16 -05001197 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_11_3">
1198 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1199 <Annotation Term="OData.Description" String="This version was created to change the permissions for HotspareType to read-write."/>
1200 <EntityType Name="Drive" BaseType="Drive.v1_11_2.Drive"/>
1201 </Schema>
1202
Sui Chen141d9432022-02-03 22:01:27 -08001203 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_11_4">
1204 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1205 <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for RotationSpeedRPM to match the available UCUM format."/>
1206 <EntityType Name="Drive" BaseType="Drive.v1_11_3.Drive"/>
1207 </Schema>
1208
Gunnar Mills262d7d42021-01-20 16:28:41 -06001209 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_12_0">
1210 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1211 <Annotation Term="Redfish.Release" String="2020.4"/>
1212 <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."/>
1213
1214 <EntityType Name="Drive" BaseType="Drive.v1_11_1.Drive">
1215 <NavigationProperty Name="EnvironmentMetrics" Type="EnvironmentMetrics.EnvironmentMetrics" Nullable="false">
1216 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1217 <Annotation Term="OData.Description" String="The link to the environment metrics for this drive."/>
1218 <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."/>
1219 <Annotation Term="OData.AutoExpandReferences"/>
1220 </NavigationProperty>
1221 <NavigationProperty Name="Certificates" Type="CertificateCollection.CertificateCollection" ContainsTarget="true" Nullable="false">
1222 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1223 <Annotation Term="OData.Description" String="The link to a collection of certificates for device identity and attestation."/>
1224 <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."/>
1225 <Annotation Term="OData.AutoExpandReferences"/>
1226 </NavigationProperty>
1227 <Property Name="Measurements" Type="Collection(SoftwareInventory.MeasurementBlock)" Nullable="false">
1228 <Annotation Term="OData.Description" String="An array of DSP0274-defined measurement blocks."/>
1229 <Annotation Term="OData.LongDescription" String="This property shall contain an array of DSP0274-defined measurement blocks."/>
Sui Chen141d9432022-02-03 22:01:27 -08001230 <Annotation Term="Redfish.Revisions">
1231 <Collection>
1232 <Record>
1233 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
1234 <PropertyValue Property="Version" String="v1_14_0"/>
1235 <PropertyValue Property="Description" String="This property has been deprecated in favor of the ComponentIntegrity resource."/>
1236 </Record>
1237 </Collection>
1238 </Annotation>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001239 </Property>
1240 </EntityType>
1241 </Schema>
1242
Gunnar Mills10f270b2021-05-19 15:34:06 -05001243 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_12_1">
1244 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1245 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
1246 <EntityType Name="Drive" BaseType="Drive.v1_12_0.Drive"/>
1247 </Schema>
1248
Gunnar Mills9d424662021-09-22 21:56:16 -05001249 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_12_2">
1250 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1251 <Annotation Term="OData.Description" String="This version was created to change the permissions for HotspareType to read-write."/>
1252 <EntityType Name="Drive" BaseType="Drive.v1_12_1.Drive"/>
1253 </Schema>
1254
Sui Chen141d9432022-02-03 22:01:27 -08001255 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_12_3">
1256 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1257 <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for RotationSpeedRPM to match the available UCUM format."/>
1258 <EntityType Name="Drive" BaseType="Drive.v1_12_2.Drive"/>
1259 </Schema>
1260
Gunnar Mills9d424662021-09-22 21:56:16 -05001261 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_13_0">
1262 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1263 <Annotation Term="Redfish.Release" String="2021.2"/>
1264
1265 <EntityType Name="Drive" BaseType="Drive.v1_12_2.Drive"/>
1266
1267 <ComplexType Name="Links" BaseType="Drive.v1_8_0.Links">
1268 <NavigationProperty Name="Storage" Type="Storage.Storage" Nullable="false">
1269 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1270 <Annotation Term="OData.Description" String="A link to the storage subsystem to which this drive belongs."/>
1271 <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."/>
1272 <Annotation Term="OData.AutoExpandReferences"/>
1273 </NavigationProperty>
1274 </ComplexType>
1275 </Schema>
1276
Sui Chen141d9432022-02-03 22:01:27 -08001277 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_13_1">
1278 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1279 <Annotation Term="OData.Description" String="This version was created to correct the units annotation value for RotationSpeedRPM to match the available UCUM format."/>
1280 <EntityType Name="Drive" BaseType="Drive.v1_13_0.Drive"/>
1281 </Schema>
1282
1283 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive.v1_14_0">
1284 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1285 <Annotation Term="Redfish.Release" String="2021.4"/>
1286 <Annotation Term="OData.Description" String="This version was created to deprecate Measurements in favor of measurement reporting in the ComponentIntegrity resource."/>
1287
1288 <EntityType Name="Drive" BaseType="Drive.v1_13_1.Drive"/>
1289
1290 <ComplexType Name="Links" BaseType="Drive.v1_13_0.Links">
1291 <NavigationProperty Name="NetworkDeviceFunctions" Type="Collection(NetworkDeviceFunction.NetworkDeviceFunction)">
1292 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1293 <Annotation Term="OData.Description" String="An array of links to the network device functions that provide network connectivity for this drive."/>
1294 <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."/>
1295 <Annotation Term="OData.AutoExpandReferences"/>
1296 </NavigationProperty>
1297 </ComplexType>
1298 </Schema>
1299
Jason M. Billsea4aa752018-06-05 13:29:11 -07001300 </edmx:DataServices>
1301</edmx:Edmx>