1<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!-- Copyright 2015-2023 Storage Networking Industry Association (SNIA), USA. All rights reserved.-->
4
5<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
6
7  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
8    <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
9  </edmx:Reference>
10  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
11    <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
12  </edmx:Reference>
13  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml">
14    <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/>
15  </edmx:Reference>
16  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
17    <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
18    <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/>
19  </edmx:Reference>
20  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
21    <edmx:Include Namespace="Resource"/>
22    <edmx:Include Namespace="Resource.v1_0_0"/>
23  </edmx:Reference>
24  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Storage_v1.xml">
25    <edmx:Include Namespace="Storage"/>
26  </edmx:Reference>
27  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Drive_v1.xml">
28    <edmx:Include Namespace="Drive"/>
29  </edmx:Reference>
30  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/swordfish/v1/FeaturesRegistry_v1.xml">
31    <edmx:Include Namespace="FeaturesRegistry"/>
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/swordfish/v1/DataStorageLoSCapabilities_v1.xml">
37    <edmx:Include Namespace="DataStorageLoSCapabilities"/>
38  </edmx:Reference>
39  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/swordfish/v1/ClassOfService_v1.xml">
40    <edmx:Include Namespace="ClassOfService"/>
41  </edmx:Reference>
42  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/swordfish/v1/Capacity_v1.xml">
43    <edmx:Include Namespace="Capacity"/>
44    <edmx:Include Namespace="Capacity.v1_0_0"/>
45  </edmx:Reference>
46  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/swordfish/v1/StoragePoolCollection_v1.xml">
47    <edmx:Include Namespace="StoragePoolCollection"/>
48  </edmx:Reference>
49  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/swordfish/v1/StorageGroupCollection_v1.xml">
50    <edmx:Include Namespace="StorageGroupCollection"/>
51  </edmx:Reference>
52  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/swordfish/v1/StorageGroup_v1.xml">
53    <edmx:Include Namespace="StorageGroup"/>
54  </edmx:Reference>
55  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/swordfish/v1/ConsistencyGroupCollection_v1.xml">
56    <edmx:Include Namespace="ConsistencyGroupCollection"/>
57  </edmx:Reference>
58  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/swordfish/v1/ConsistencyGroup_v1.xml">
59    <edmx:Include Namespace="ConsistencyGroup"/>
60  </edmx:Reference>
61  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/swordfish/v1/StorageReplicaInfo_v1.xml">
62    <edmx:Include Namespace="StorageReplicaInfo"/>
63    <edmx:Include Namespace="StorageReplicaInfo.v1_4_0"/>
64  </edmx:Reference>
65  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/swordfish/v1/IOStatistics_v1.xml">
66    <edmx:Include Namespace="IOStatistics"/>
67    <edmx:Include Namespace="IOStatistics.v1_0_1"/>
68  </edmx:Reference>
69  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/swordfish/v1/SpareResourceSet_v1.xml">
70    <edmx:Include Namespace="SpareResourceSet"/>
71  </edmx:Reference>
72  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/swordfish/v1/StorageService_v1.xml">
73    <edmx:Include Namespace="StorageService"/>
74  </edmx:Reference>
75  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/StorageController_v1.xml">
76    <edmx:Include Namespace="StorageController"/>
77  </edmx:Reference>
78  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/swordfish/v1/VolumeMetrics_v1.xml">
79    <edmx:Include Namespace="VolumeMetrics"/>
80  </edmx:Reference>
81  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Connection_v1.xml">
82    <edmx:Include Namespace="Connection"/>
83  </edmx:Reference>
84
85  <edmx:DataServices>
86
87    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Volume">
88      <Annotation Term="Redfish.OwningEntity" String="SNIA"/>
89      <EntityType Name="Volume" BaseType="Resource.v1_0_0.Resource" Abstract="true">
90        <Annotation Term="OData.Description" String="Volume contains properties used to describe a volume, virtual disk, LUN, or other logical storage entity for any system."/>
91        <Annotation Term="OData.LongDescription" String="This resource shall be used to represent a volume, virtual disk, logical disk, LUN, or other logical storage for a Redfish implementation."/>
92        <Annotation Term="Capabilities.InsertRestrictions">
93          <Record>
94            <PropertyValue Property="Insertable" Bool="false"/>
95          </Record>
96        </Annotation>
97        <Annotation Term="Capabilities.UpdateRestrictions">
98          <Record>
99            <PropertyValue Property="Updatable" Bool="true"/>
100            <Annotation Term="OData.Description" String="Volumes can be updated to change the writable properties."/>
101          </Record>
102        </Annotation>
103        <Annotation Term="Capabilities.DeleteRestrictions">
104          <Record>
105            <PropertyValue Property="Deletable" Bool="true"/>
106            <Annotation Term="OData.Description" String="Volumes can be deleted by deleting the Volume resource."/>
107          </Record>
108        </Annotation>
109        <Annotation Term="Redfish.Uris">
110          <Collection>
111            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Volumes/{VolumeId}</String>
112            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Volumes/{VolumeId}</String>
113            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Volumes/{VolumeId}</String>
114            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Volumes/{VolumeId}</String>
115            <String>/redfish/v1/Storage/{StorageId}/ConsistencyGroups/{ConsistencyGroupId}/Volumes/{VolumeId}</String>
116            <String>/redfish/v1/Storage/{StorageId}/FileSystems/{FileSystemId}/CapacitySources/{CapacitySourceId}/ProvidingVolumes/{VolumeId}</String>
117            <String>/redfish/v1/Storage/{StorageId}/StoragePools/{StoragePoolId}/AllocatedVolumes/{VolumeId}</String>
118            <String>/redfish/v1/Storage/{StorageId}/StoragePools/{StoragePoolId}/CapacitySources/{CapacitySourceId}/ProvidingVolumes/{VolumeId}</String>
119            <String>/redfish/v1/Storage/{StorageId}/Volumes/{VolumeId}</String>
120            <String>/redfish/v1/Systems/{ComputerSystemId}/Storage/{StorageId}/ConsistencyGroups/{ConsistencyGroupId}/Volumes/{VolumeId}</String>
121            <String>/redfish/v1/Systems/{ComputerSystemId}/Storage/{StorageId}/FileSystems/{FileSystemId}/CapacitySources/{CapacitySourceId}/ProvidingVolumes/{VolumeId}</String>
122            <String>/redfish/v1/Systems/{ComputerSystemId}/Storage/{StorageId}/StoragePools/{StoragePoolId}/AllocatedVolumes/{VolumeId}</String>
123            <String>/redfish/v1/Systems/{ComputerSystemId}/Storage/{StorageId}/StoragePools/{StoragePoolId}/CapacitySources/{CapacitySourceId}/ProvidingVolumes/{VolumeId}</String>
124            <String>/redfish/v1/Systems/{ComputerSystemId}/Storage/{StorageId}/Volumes/{VolumeId}</String>
125            <String>/redfish/v1/StorageServices/{StorageServiceId}/ConsistencyGroups/{ConsistencyGroupId}/Volumes/{VolumeId}</String>
126            <String>/redfish/v1/StorageServices/{StorageServiceId}/FileSystems/{FileSystemId}/CapacitySources/{CapacitySourceId}/ProvidingVolumes/{VolumeId}</String>
127            <String>/redfish/v1/StorageServices/{StorageServiceId}/StoragePools/{StoragePoolId}/AllocatedVolumes/{VolumeId}</String>
128            <String>/redfish/v1/StorageServices/{StorageServiceId}/StoragePools/{StoragePoolId}/CapacitySources/{CapacitySourceId}/ProvidingVolumes/{VolumeId}</String>
129            <String>/redfish/v1/StorageServices/{StorageServiceId}/Volumes/{VolumeId}</String>
130            <String>/redfish/v1/StorageServices/{StorageServiceId}/Volumes/{VolumeId}/CapacitySources/{CapacitySourceId}/ProvidingVolumes/{ProvidingVolumeId}</String>
131          </Collection>
132        </Annotation>
133      </EntityType>
134
135      <Action Name="Initialize" IsBound="true">
136        <Annotation
137          Term="OData.Description"
138          String="This action is used to prepare the contents of the volume for use by the system. If InitializeMethod is not specified in the request body, but the property InitializeMethod is specified, the property InitializeMethod value should be used. If neither is specified, the InitializeMethod should be Foreground."/>
139        <Annotation
140          Term="OData.LongDescription"
141          String="This defines the name of the custom action supported on this resource. If InitializeMethod is not specified in the request body, but the property InitializeMethod is specified, the property InitializeMethod value should be used. If neither is specified, the InitializeMethod should be Foreground."/>
142        <Parameter Name="Volume" Type="Volume.v1_0_0.Actions"/>
143        <Parameter Name="InitializeMethod" Type="Volume.InitializeMethod">
144          <Annotation Term="OData.Description" String="The type of initialization to be performed."/>
145          <Annotation Term="OData.LongDescription" String="This defines the property name for the action."/>
146        </Parameter>
147        <Annotation Term="Redfish.Revisions">
148          <Collection>
149            <Record>
150              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
151              <PropertyValue Property="Version" String="v1_5_0"/>
152            </Record>
153          </Collection>
154        </Annotation>
155        <Parameter Name="InitializeType" Type="Volume.InitializeType">
156          <Annotation Term="OData.Description" String="The type of initialization to be performed."/>
157          <Annotation Term="OData.LongDescription" String="This defines the property name for the action."/>
158          <Annotation Term="Redfish.Deprecated" String="Deprecated in favor of the InitializeMethod property."/>
159        </Parameter>
160
161      </Action>
162
163      <Action Name="CheckConsistency" IsBound="true">
164        <Parameter Name="Volume" Type="Volume.v1_0_0.Actions"/>
165        <Annotation Term="OData.Description" String="This action is used to force a check of the Volume's parity or redundant data to ensure it matches calculated values."/>
166        <Annotation Term="OData.LongDescription" String="This defines the name of the custom action supported on this resource."/>
167      </Action>
168
169      <Action Name="AssignReplicaTarget" IsBound="true">
170        <Parameter Name="Volume" Type="Volume.v1_0_0.Actions"/>
171        <Parameter Name="ReplicaUpdateMode" Type="StorageReplicaInfo.ReplicaUpdateMode" Nullable="false">
172          <Annotation Term="OData.Description" String="The replica update mode (synchronous vs asynchronous)."/>
173          <Annotation Term="OData.LongDescription" String="This parameter shall specify the replica update mode."/>
174        </Parameter>
175        <Parameter Name="TargetVolume" Type="Edm.String" Nullable="false">
176          <Annotation Term="OData.Description" String="The Uri to the existing target volume."/>
177          <Annotation Term="OData.LongDescription" String="This parameter shall contain the Uri to the existing target volume."/>
178        </Parameter>
179        <Parameter Name="ReplicaType" Type="StorageReplicaInfo.ReplicaType" Nullable="false">
180          <Annotation Term="OData.Description" String="The type of replica relationship to be created."/>
181          <Annotation Term="OData.LongDescription" String="This parameter shall contain the type of replica relationship to be created (e.g., Clone, Mirror, Snap)."/>
182        </Parameter>
183        <Annotation Term="OData.Description" String="This action is used to establish a replication relationship by assigning an existing volume to serve as a target replica for an existing source volume."/>
184        <Annotation Term="OData.LongDescription" String="This action shall be used to establish a replication relationship by assigning an existing volume to serve as a target replica for an existing source volume."/>
185        <Annotation Term="Redfish.Revisions">
186          <Collection>
187            <Record>
188              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
189              <PropertyValue Property="Version" String="v1_4_0"/>
190            </Record>
191          </Collection>
192        </Annotation>
193      </Action>
194
195      <Action Name="CreateReplicaTarget" IsBound="true">
196        <Parameter Name="Volume" Type="Volume.v1_0_0.Actions"/>
197        <Parameter Name="ReplicaUpdateMode" Type="StorageReplicaInfo.ReplicaUpdateMode" Nullable="false">
198          <Annotation Term="OData.Description" String="The replica update mode (synchronous vs asynchronous)."/>
199          <Annotation Term="OData.LongDescription" String="This parameter shall specify the replica update mode."/>
200        </Parameter>
201        <Parameter Name="VolumeName" Type="Edm.String">
202          <Annotation Term="OData.Description" String="The Name for the new target volume."/>
203          <Annotation Term="OData.LongDescription" String="This parameter shall contain the Name for the target volume."/>
204        </Parameter>
205        <Parameter Name="TargetStoragePool" Type="Edm.String" Nullable="false">
206          <Annotation Term="OData.Description" String="The Uri to the existing target Storage Pool."/>
207          <Annotation Term="OData.LongDescription" String="This parameter shall contain the Uri to the existing StoragePool in which to create the target volume."/>
208        </Parameter>
209        <Parameter Name="ReplicaType" Type="StorageReplicaInfo.ReplicaType" Nullable="false">
210          <Annotation Term="OData.Description" String="The type of replica relationship to be created."/>
211          <Annotation Term="OData.LongDescription" String="This parameter shall contain the type of replica relationship to be created (e.g., Clone, Mirror, Snap)."/>
212        </Parameter>
213        <Annotation Term="OData.Description" String="This action is used to create a new volume resource to provide expanded data protection through a replica relationship with the specified source volume."/>
214        <Annotation Term="OData.LongDescription" String="This action shall be used to create a new volume resource to provide expanded data protection through a replica relationship with the specified source volume."/>
215        <Annotation Term="Redfish.Revisions">
216          <Collection>
217            <Record>
218              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
219              <PropertyValue Property="Version" String="v1_4_0"/>
220            </Record>
221          </Collection>
222        </Annotation>
223      </Action>
224
225      <Action Name="RemoveReplicaRelationship" IsBound="true">
226        <Parameter Name="Volume" Type="Volume.v1_0_0.Actions"/>
227        <Parameter Name="TargetVolume" Type="Edm.String" Nullable="false">
228          <Annotation Term="OData.Description" String="The Uri to the existing target volume."/>
229          <Annotation Term="OData.LongDescription" String="This parameter shall contain the Uri to the existing target volume."/>
230        </Parameter>
231        <Parameter Name="DeleteTargetVolume" Type="Edm.Boolean">
232          <Annotation Term="OData.Description" String="Indicate whether or not to delete the target volume as part of the operation."/>
233          <Annotation Term="OData.LongDescription" String="This parameter shall indicate whether or not to delete the target volume as part of the operation. If not defined, the system should use its default behavior."/>
234        </Parameter>
235        <Annotation Term="OData.Description" String="This action is used to disable data synchronization between a source and target volume, remove the replication relationship, and optionally delete the target volume."/>
236        <Annotation Term="OData.LongDescription" String="This action shall be used to disable data synchronization between a source and target volume, remove the replication relationship, and optionally delete the target volume."/>
237        <Annotation Term="Redfish.Revisions">
238          <Collection>
239            <Record>
240              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
241              <PropertyValue Property="Version" String="v1_4_0"/>
242            </Record>
243          </Collection>
244        </Annotation>
245      </Action>
246
247      <Action Name="ResumeReplication" IsBound="true">
248        <Parameter Name="Volume" Type="Volume.v1_0_0.Actions"/>
249        <Parameter Name="TargetVolume" Type="Edm.String" Nullable="false">
250          <Annotation Term="OData.Description" String="The Uri to the existing target volume."/>
251          <Annotation Term="OData.LongDescription" String="This parameter shall contain the Uri to the existing target volume."/>
252        </Parameter>
253        <Annotation Term="OData.Description" String="This action is used to resume the active data synchronization between a source and target volume, without otherwise altering the replication relationship."/>
254        <Annotation Term="OData.LongDescription" String="This action shall be used to resume the active data synchronization between a source and target volume, without otherwise altering the replication relationship."/>
255        <Annotation Term="Redfish.Revisions">
256          <Collection>
257            <Record>
258              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
259              <PropertyValue Property="Version" String="v1_4_0"/>
260            </Record>
261          </Collection>
262        </Annotation>
263      </Action>
264
265      <Action Name="ReverseReplicationRelationship" IsBound="true">
266        <Parameter Name="Volume" Type="Volume.v1_0_0.Actions"/>
267        <Parameter Name="TargetVolume" Type="Edm.String" Nullable="false">
268          <Annotation Term="OData.Description" String="The Uri to the existing target volume."/>
269          <Annotation Term="OData.LongDescription" String="This parameter shall contain the Uri to the existing target volume."/>
270        </Parameter>
271        <Annotation Term="OData.Description" String="This action is used to reverse the replication relationship between a source and target volume."/>
272        <Annotation Term="OData.LongDescription" String="This action shall be used to reverse the replication relationship between a source and target volume."/>
273        <Annotation Term="Redfish.Revisions">
274          <Collection>
275            <Record>
276              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
277              <PropertyValue Property="Version" String="v1_4_0"/>
278            </Record>
279          </Collection>
280        </Annotation>
281      </Action>
282
283      <Action Name="SplitReplication" IsBound="true">
284        <Parameter Name="Volume" Type="Volume.v1_0_0.Actions"/>
285        <Parameter Name="TargetVolume" Type="Edm.String" Nullable="false">
286          <Annotation Term="OData.Description" String="The Uri to the existing target volume."/>
287          <Annotation Term="OData.LongDescription" String="This parameter shall contain the Uri to the existing target volume."/>
288        </Parameter>
289        <Annotation Term="OData.Description" String="This action is used to split the replication relationship and suspend data synchronization between a source and target volume."/>
290        <Annotation Term="OData.LongDescription" String="This action shall be used to split the replication relationship and suspend data synchronization between a source and target volume."/>
291        <Annotation Term="Redfish.Revisions">
292          <Collection>
293            <Record>
294              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
295              <PropertyValue Property="Version" String="v1_4_0"/>
296            </Record>
297          </Collection>
298        </Annotation>
299      </Action>
300
301      <Action Name="SuspendReplication" IsBound="true">
302        <Parameter Name="Volume" Type="Volume.v1_0_0.Actions"/>
303        <Parameter Name="TargetVolume" Type="Edm.String" Nullable="false">
304          <Annotation Term="OData.Description" String="The Uri to the existing target volume."/>
305          <Annotation Term="OData.LongDescription" String="This parameter shall contain the Uri to the existing target volume."/>
306        </Parameter>
307        <Annotation Term="OData.Description" String="This action is used to suspend active data synchronization between a source and target volume, without otherwise altering the replication relationship."/>
308        <Annotation Term="OData.LongDescription" String="This action shall be used to suspend active data synchronization between a source and target volume, without otherwise altering the replication relationship."/>
309        <Annotation Term="Redfish.Revisions">
310          <Collection>
311            <Record>
312              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
313              <PropertyValue Property="Version" String="v1_4_0"/>
314            </Record>
315          </Collection>
316        </Annotation>
317      </Action>
318
319      <Action Name="ChangeRAIDLayout" IsBound="true">
320        <Parameter Name="Volume" Type="Volume.v1_0_0.Actions"/>
321        <Parameter Name="RAIDType" Type="Volume.RAIDType">
322          <Annotation Term="OData.Description" String="The requested RAID type for the volume."/>
323          <Annotation Term="OData.LongDescription" String="This parameter shall contain the requested RAID type for the volume."/>
324        </Parameter>
325        <Parameter Name="StripSizeBytes" Type="Edm.Int64">
326          <Annotation Term="OData.Description" String="The number of blocks (bytes) requested for new strip size."/>
327          <Annotation Term="OData.LongDescription" String="This parameter shall contain the number of blocks (bytes) requested for the strip size."/>
328        </Parameter>
329        <Parameter Name="MediaSpanCount" Type="Edm.Int64">
330          <Annotation Term="OData.Description" String="The requested number of media elements used per span in the secondary RAID for a hierarchical RAID type."/>
331          <Annotation Term="OData.LongDescription" String="This parameter shall contain the requested number of media elements used per span in the secondary RAID for a hierarchical RAID type."/>
332        </Parameter>
333        <Parameter Name="Drives" Type="Collection(Drive.Drive)">
334          <Annotation Term="OData.Description" String="An array of the drives to be used by the volume."/>
335          <Annotation Term="OData.LongDescription" String="This parameter shall contain an array of the drives to be used by the volume."/>
336        </Parameter>
337        <Annotation Term="OData.Description" String="Request system change the RAID layout of the volume."/>
338        <Annotation
339          Term="OData.LongDescription"
340          String="This action shall request the system to change the RAID layout of the volume.  Depending on the combination of the submitted parameters, this could be changing the RAID type, changing the span count, changing the number of drives used by the volume, or another configuration change supported by the system. Note that usage of this action while online may potentially cause data loss if the available capacity is reduced."/>
341        <Annotation Term="Redfish.Revisions">
342          <Collection>
343            <Record>
344              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
345              <PropertyValue Property="Version" String="v1_5_0"/>
346            </Record>
347          </Collection>
348        </Annotation>
349      </Action>
350
351      <Action Name="ForceEnable" IsBound="true">
352        <Parameter Name="Volume" Type="Volume.v1_0_0.Actions"/>
353        <Annotation Term="OData.Description" String="Request system force the volume to an enabled state regardless of data loss."/>
354        <Annotation Term="OData.LongDescription" String="This action shall request the system to force the volume to enabled state regardless of data loss scenarios."/>
355        <Annotation Term="Redfish.Revisions">
356          <Collection>
357            <Record>
358              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
359              <PropertyValue Property="Version" String="v1_5_0"/>
360            </Record>
361          </Collection>
362        </Annotation>
363      </Action>
364
365      <EnumType Name="InitializeType">
366        <Annotation Term="Redfish.Deprecated" String="Deprecated in favor of the InitializeMethod enumerated type."/>
367        <Member Name="Fast">
368          <Annotation Term="OData.Description" String="The volume is prepared for use quickly, typically by erasing just the beginning and end of the space so that partitioning can be performed."/>
369        </Member>
370        <Member Name="Slow">
371          <Annotation Term="OData.Description" String="The volume is prepared for use slowly, typically by completely erasing the volume."/>
372        </Member>
373      </EnumType>
374
375      <EnumType Name="InitializeMethod">
376        <Member Name="Skip">
377          <Annotation Term="OData.Description" String="The volume will be available for use immediately, with no preparation."/>
378        </Member>
379        <Member Name="Background">
380          <Annotation Term="OData.Description" String="The volume will be available for use immediately, with data erasure and preparation to happen as background tasks."/>
381        </Member>
382        <Member Name="Foreground">
383          <Annotation Term="OData.Description" String="Data erasure and preparation tasks will complete before the volume is presented as available for use."/>
384        </Member>
385      </EnumType>
386
387      <EnumType Name="RAIDType">
388        <Member Name="RAID0">
389          <Annotation Term="OData.Description" String="A placement policy where consecutive logical blocks of data are uniformly distributed across a set of independent storage devices without offering any form of redundancy."/>
390          <Annotation
391            Term="OData.LongDescription"
392            String="A placement policy where consecutive logical blocks of data are uniformly distributed across a set of independent storage devices without offering any form of redundancy. This is commonly referred to as data striping. This form of RAID will encounter data loss with the failure of any storage device in the set."/>
393        </Member>
394        <Member Name="RAID1">
395          <Annotation Term="OData.Description" String="A placement policy where each logical block of data is stored on more than one independent storage device."/>
396          <Annotation
397            Term="OData.LongDescription"
398            String="A placement policy where each logical block of data is stored on more than one independent storage device. This is commonly referred to as mirroring. Data stored using this form of RAID is able to survive a single storage device failure without data loss."/>
399        </Member>
400        <Member Name="RAID3">
401          <Annotation
402            Term="OData.Description"
403            String="A placement policy using parity-based protection where logical bytes of data are uniformly distributed across a set of independent storage devices and where the parity is stored on a dedicated independent storage device."/>
404          <Annotation
405            Term="OData.LongDescription"
406            String="A placement policy using parity-based protection where logical bytes of data are uniformly distributed across a set of independent storage devices and where the parity is stored on a dedicated independent storage device. Data stored using this form of RAID is able to survive a single storage device failure without data loss. If the storage devices use rotating media, they are assumed to be rotationally synchronized, and the data stripe size should be no larger than the exported block size."/>
407        </Member>
408        <Member Name="RAID4">
409          <Annotation
410            Term="OData.Description"
411            String="A placement policy using parity-based protection where logical blocks of data are uniformly distributed across a set of independent storage devices and where the parity is stored on a dedicated independent storage device."/>
412          <Annotation
413            Term="OData.LongDescription"
414            String="A placement policy using parity-based protection where logical blocks of data are uniformly distributed across a set of independent storage devices and where the parity is stored on a dedicated independent storage device. Data stored using this form of RAID is able to survive a single storage device failure without data loss."/>
415        </Member>
416        <Member Name="RAID5">
417          <Annotation
418            Term="OData.Description"
419            String="A placement policy using parity-based protection for storing stripes of 'n' logical blocks of data and one logical block of parity across a set of 'n+1' independent storage devices where the parity and data blocks are interleaved across the storage devices."/>
420          <Annotation
421            Term="OData.LongDescription"
422            String="A placement policy using parity-based protection for storing stripes of 'n' logical blocks of data and one logical block of parity across a set of 'n+1' independent storage devices where the parity and data blocks are interleaved across the storage devices. Data stored using this form of RAID is able to survive a single storage device failure without data loss."/>
423        </Member>
424        <Member Name="RAID6">
425          <Annotation
426            Term="OData.Description"
427            String="A placement policy using parity-based protection for storing stripes of 'n' logical blocks of data and two logical blocks of independent parity across a set of 'n+2' independent storage devices where the parity and data blocks are interleaved across the storage devices."/>
428          <Annotation
429            Term="OData.LongDescription"
430            String="A placement policy using parity-based protection for storing stripes of 'n' logical blocks of data and two logical blocks of independent parity across a set of 'n+2' independent storage devices where the parity and data blocks are interleaved across the storage devices. Data stored using this form of RAID is able to survive any two independent storage device failures without data loss."/>
431        </Member>
432        <Member Name="RAID10">
433          <Annotation Term="OData.Description" String="A placement policy that creates a striped device (RAID 0) over a set of mirrored devices (RAID 1)."/>
434          <Annotation
435            Term="OData.LongDescription"
436            String="A placement policy that creates a striped device (RAID 0) over a set of mirrored devices (RAID 1). This is commonly referred to as RAID 1/0. Data stored using this form of RAID is able to survive storage device failures in each RAID 1 set without data loss."/>
437        </Member>
438        <Member Name="RAID01">
439          <Annotation Term="OData.Description" String="A data placement policy that creates a mirrored device (RAID 1) over a set of striped devices (RAID 0)."/>
440          <Annotation
441            Term="OData.LongDescription"
442            String="A data placement policy that creates a mirrored device (RAID 1) over a set of striped devices (RAID 0). This is commonly referred to as RAID 0+1 or RAID 0/1. Data stored using this form of RAID is able to survive a single RAID 0 data set failure without data loss."/>
443        </Member>
444        <Member Name="RAID6TP">
445          <Annotation
446            Term="OData.Description"
447            String="A placement policy that uses parity-based protection for storing stripes of 'n' logical blocks of data and three logical blocks of independent parity across a set of 'n+3' independent storage devices where the parity and data blocks are interleaved across the storage devices."/>
448          <Annotation
449            Term="OData.LongDescription"
450            String="A placement policy that uses parity-based protection for storing stripes of 'n' logical blocks of data and three logical blocks of independent parity across a set of 'n+3' independent storage devices where the parity and data blocks are interleaved across the storage devices. This is commonly referred to as Triple Parity RAID. Data stored using this form of RAID is able to survive any three independent storage device failures without data loss."/>
451        </Member>
452        <Member Name="RAID1E">
453          <Annotation
454            Term="OData.Description"
455            String="A placement policy that uses a form of mirroring implemented over a set of independent storage devices where logical blocks are duplicated on a pair of independent storage devices so that data is uniformly distributed across the storage devices."/>
456          <Annotation
457            Term="OData.LongDescription"
458            String="A placement policy that uses a form of mirroring implemented over a set of independent storage devices where logical blocks are duplicated on a pair of independent storage devices so that data is uniformly distributed across the storage devices. This is commonly referred to as RAID 1 Enhanced. Data stored using this form of RAID is able to survive a single storage device failure without data loss."/>
459        </Member>
460        <Member Name="RAID50">
461          <Annotation Term="OData.Description" String="A placement policy that uses a RAID 0 stripe set over two or more RAID 5 sets of independent storage devices."/>
462          <Annotation
463            Term="OData.LongDescription"
464            String="A placement policy that uses a RAID 0 stripe set over two or more RAID 5 sets of independent storage devices. Data stored using this form of RAID is able to survive a single storage device failure within each RAID 5 set without data loss."/>
465        </Member>
466        <Member Name="RAID60">
467          <Annotation Term="OData.Description" String="A placement policy that uses a RAID 0 stripe set over two or more RAID 6 sets of independent storage devices."/>
468          <Annotation
469            Term="OData.LongDescription"
470            String="A placement policy that uses a RAID 0 stripe set over two or more RAID 6 sets of independent storage devices. Data stored using this form of RAID is able to survive two device failures within each RAID 6 set without data loss."/>
471        </Member>
472        <Member Name="RAID00">
473          <Annotation Term="OData.Description" String="A placement policy that creates a RAID 0 stripe set over two or more RAID 0 sets."/>
474          <Annotation
475            Term="OData.LongDescription"
476            String="A placement policy that creates a RAID 0 stripe set over two or more RAID 0 sets. This is commonly referred to as RAID 0+0. This form of data layout is not fault tolerant; if any storage device fails there will be data loss."/>
477        </Member>
478        <Member Name="RAID10E">
479          <Annotation Term="OData.Description" String="A placement policy that uses a RAID 0 stripe set over two or more RAID 10 sets."/>
480          <Annotation
481            Term="OData.LongDescription"
482            String="A placement policy that uses a RAID 0 stripe set over two or more RAID 10 sets. This is commonly referred to as Enhanced RAID 10. Data stored using this form of RAID is able to survive a single device failure within each nested RAID 1 set without data loss."/>
483        </Member>
484        <Member Name="RAID1Triple">
485          <Annotation Term="OData.Description" String="A placement policy where each logical block of data is mirrored three times across a set of three independent storage devices."/>
486          <Annotation
487            Term="OData.LongDescription"
488            String="A placement policy where each logical block of data is mirrored three times across a set of three independent storage devices. This is commonly referred to as three-way mirroring. This form of RAID can survive two device failures without data loss."/>
489        </Member>
490        <Member Name="RAID10Triple">
491          <Annotation Term="OData.Description" String="A placement policy that uses a striped device (RAID 0) over a set of triple mirrored devices (RAID 1Triple)."/>
492          <Annotation
493            Term="OData.LongDescription"
494            String="A placement policy that uses a striped device (RAID 0) over a set of triple mirrored devices (RAID 1Triple). This form of RAID can survive up to two failures in each triple mirror set without data loss."/>
495        </Member>
496        <Member Name="None">
497          <Annotation Term="OData.Description" String="A placement policy with no redundancy at the device level."/>
498          <Annotation Term="OData.LongDescription" String="A placement policy with no redundancy at the device level."/>
499          <Annotation Term="Redfish.Revisions">
500            <Collection>
501              <Record>
502                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
503                <PropertyValue Property="Version" String="v1_4_2"/>
504              </Record>
505            </Collection>
506          </Annotation>
507        </Member>
508      </EnumType>
509
510      <EnumType Name="VolumeType">
511        <Member Name="RawDevice">
512          <Annotation Term="OData.Description" String="The volume is a raw physical device without any RAID or other virtualization applied."/>
513        </Member>
514        <Member Name="NonRedundant">
515          <Annotation Term="OData.Description" String="The volume is a non-redundant storage device."/>
516        </Member>
517        <Member Name="Mirrored">
518          <Annotation Term="OData.Description" String="The volume is a mirrored device."/>
519        </Member>
520        <Member Name="StripedWithParity">
521          <Annotation Term="OData.Description" String="The volume is a device which uses parity to retain redundant information."/>
522        </Member>
523        <Member Name="SpannedMirrors">
524          <Annotation Term="OData.Description" String="The volume is a spanned set of mirrored devices."/>
525        </Member>
526        <Member Name="SpannedStripesWithParity">
527          <Annotation Term="OData.Description" String="The volume is a spanned set of devices which uses parity to retain redundant information."/>
528        </Member>
529      </EnumType>
530
531      <EnumType Name="EncryptionTypes">
532        <Member Name="NativeDriveEncryption">
533          <Annotation Term="OData.Description" String="The volume is utilizing the native drive encryption capabilities of the drive hardware."/>
534        </Member>
535        <Member Name="ControllerAssisted">
536          <Annotation Term="OData.Description" String="The volume is being encrypted by the storage controller entity."/>
537        </Member>
538        <Member Name="SoftwareAssisted">
539          <Annotation Term="OData.Description" String="The volume is being encrypted by software running on the system or the operating system."/>
540        </Member>
541      </EnumType>
542
543      <EnumType Name="WriteHoleProtectionPolicyType">
544        <Member Name="Off">
545          <Annotation Term="OData.Description" String="The volume is not using any policy to address the write hole issue."/>
546          <Annotation Term="OData.LongDescription" String="The support for addressing the write hole issue is disabled. The volume is not performing any additional activities to close the RAID write hole."/>
547        </Member>
548        <Member Name="Journaling">
549          <Annotation Term="OData.Description" String="The policy that uses separate block device for write-ahead logging to address write hole issue."/>
550          <Annotation
551            Term="OData.LongDescription"
552            String="The policy that uses separate block device for write-ahead logging to address write hole issue. All write operations on the RAID volume are first logged on dedicated journaling device that is not part of the volume."/>
553        </Member>
554        <Member Name="DistributedLog">
555          <Annotation Term="OData.Description" String="The policy that distributes additional log among the volume's capacity sources to address write hole issue."/>
556          <Annotation
557            Term="OData.LongDescription"
558            String="The policy that distributes additional log (e.q. checksum of the parity) among the volume's capacity sources to address write hole issue. Additional data is used to detect data corruption on the volume."/>
559        </Member>
560        <Member Name="Oem">
561          <Annotation Term="OData.Description" String="The policy that is Oem specific."/>
562          <Annotation Term="OData.LongDescription" String="The policy that is Oem specific. The mechanism details are unknown unless provided separately by the Oem."/>
563        </Member>
564      </EnumType>
565
566      <EnumType Name="VolumeUsageType">
567        <Member Name="Data">
568          <Annotation Term="OData.Description" String="The volume is allocated for use as a consumable data volume."/>
569          <Annotation Term="OData.LongDescription" String="The volume shall be allocated for use as a consumable data volume."/>
570        </Member>
571        <Member Name="SystemData">
572          <Annotation Term="OData.Description" String="The volume is allocated for use as a consumable data volume reserved for system use."/>
573          <Annotation Term="OData.LongDescription" String="The volume shall be allocated for use as a consumable data volume reserved for system use."/>
574        </Member>
575        <Member Name="CacheOnly">
576          <Annotation Term="OData.Description" String="The volume is allocated for use as a non-consumable cache only volume."/>
577          <Annotation Term="OData.LongDescription" String="The volume shall be allocated for use as a non-consumable cache only volume."/>
578        </Member>
579        <Member Name="SystemReserve">
580          <Annotation Term="OData.Description" String="The volume is allocated for use as a non-consumable system reserved volume."/>
581          <Annotation Term="OData.LongDescription" String="The volume shall be allocated for use as a non-consumable system reserved volume."/>
582        </Member>
583        <Member Name="ReplicationReserve">
584          <Annotation Term="OData.Description" String="The volume is allocated for use as a non-consumable reserved volume for replication use."/>
585          <Annotation Term="OData.LongDescription" String="The volume shall be allocated for use as a non-consumable reserved volume for replication use."/>
586        </Member>
587      </EnumType>
588
589      <EnumType Name="ReadCachePolicyType">
590        <Member Name="ReadAhead">
591          <Annotation Term="OData.Description" String="A caching technique in which the controller pre-fetches data anticipating future read requests."/>
592        </Member>
593        <Member Name="AdaptiveReadAhead">
594          <Annotation Term="OData.Description" String="A caching technique in which the controller dynamically determines whether to pre-fetch data anticipating future read requests, based on previous cache hit ratio."/>
595        </Member>
596        <Member Name="Off">
597          <Annotation Term="OData.Description" String="The read cache is disabled."/>
598        </Member>
599      </EnumType>
600
601      <EnumType Name="WriteCachePolicyType">
602        <Member Name="WriteThrough">
603          <Annotation Term="OData.Description" String="A caching technique in which the completion of a write request is not signaled until data is safely stored on non-volatile media."/>
604          <Annotation Term="OData.LongDescription" String="A caching technique in which the completion of a write request is not signaled until data is safely stored on non-volatile media."/>
605        </Member>
606        <Member Name="ProtectedWriteBack">
607          <Annotation Term="OData.Description" String="A caching technique in which the completion of a write request is signaled as soon as the data is in cache, and actual writing to non-volatile media is guaranteed to occur at a later time."/>
608          <Annotation Term="OData.LongDescription" String="A caching technique in which the completion of a write request is signaled as soon as the data is in cache, and actual writing to non-volatile media is guaranteed to occur at a later time."/>
609        </Member>
610        <Member Name="UnprotectedWriteBack">
611          <Annotation Term="OData.Description" String="A caching technique in which the completion of a write request is signaled as soon as the data is in cache; actual writing to non-volatile media is not guaranteed to occur at a later time."/>
612          <Annotation Term="OData.LongDescription" String="A caching technique in which the completion of a write request is signaled as soon as the data is in cache; actual writing to non-volatile media is not guaranteed to occur at a later time."/>
613        </Member>
614        <Member Name="Off">
615          <Annotation Term="OData.Description" String="The write cache is disabled."/>
616          <Annotation Term="OData.LongDescription" String="Indicates that the write cache shall be disabled."/>
617          <Annotation Term="Redfish.Revisions">
618            <Collection>
619              <Record>
620                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
621                <PropertyValue Property="Version" String="v1_4_1"/>
622              </Record>
623            </Collection>
624          </Annotation>
625        </Member>
626      </EnumType>
627
628      <EnumType Name="WriteCacheStateType">
629        <Member Name="Unprotected">
630          <Annotation Term="OData.Description" String="Indicates that the cache state type in use generally does not protect write requests on non-volatile media."/>
631          <Annotation Term="OData.LongDescription" String="Indicates that the cache state type in use generally does not protect write requests on non-volatile media."/>
632        </Member>
633        <Member Name="Protected">
634          <Annotation Term="OData.Description" String="Indicates that the cache state type in use generally protects write requests on non-volatile media."/>
635          <Annotation Term="OData.LongDescription" String="Indicates that the cache state type in use generally protects write requests on non-volatile media."/>
636        </Member>
637        <Member Name="Degraded">
638          <Annotation Term="OData.Description" String="Indicates an issue with the cache state in which the cache space is diminished or disabled due to a failure or an outside influence such as a discharged battery."/>
639          <Annotation Term="OData.LongDescription" String="Indicates an issue with the cache state in which the cache space is diminished or disabled due to a failure or an outside influence such as a discharged battery."/>
640        </Member>
641      </EnumType>
642
643      <EnumType Name="LBAFormatType">
644        <Annotation
645          Term="OData.Description"
646          String="LBAFormatType is defined in the NVMe specification set. This field indicates the LBA data size supported; implementations may report up to 16 values. For more details refer to the appropriate NVMe specification."/>
647        <Annotation Term="Redfish.Revisions">
648          <Collection>
649            <Record>
650              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
651              <PropertyValue Property="Version" String="v1_7_0"/>
652            </Record>
653          </Collection>
654        </Annotation>
655        <Member Name="LBAFormat0">
656          <Annotation Term="OData.Description" String="LBAFormat0 is a required type. Indicates the LBA data size supported."/>
657        </Member>
658        <Member Name="LBAFormat1">
659          <Annotation Term="OData.Description" String="Indicates the LBA data size if supported."/>
660        </Member>
661        <Member Name="LBAFormat2">
662          <Annotation Term="OData.Description" String="Indicates the LBA data size supported if supported."/>
663        </Member>
664        <Member Name="LBAFormat3">
665          <Annotation Term="OData.Description" String="Indicates the LBA data size supported if supported."/>
666        </Member>
667        <Member Name="LBAFormat4">
668          <Annotation Term="OData.Description" String="Indicates the LBA data size supported if supported."/>
669        </Member>
670        <Member Name="LBAFormat5">
671          <Annotation Term="OData.Description" String="Indicates the LBA data size supported if supported."/>
672        </Member>
673        <Member Name="LBAFormat6">
674          <Annotation Term="OData.Description" String="Indicates the LBA data size supported if supported."/>
675        </Member>
676        <Member Name="LBAFormat7">
677          <Annotation Term="OData.Description" String="Indicates the LBA data size supported if supported."/>
678        </Member>
679        <Member Name="LBAFormat8">
680          <Annotation Term="OData.Description" String="Indicates the LBA data size supported if supported."/>
681        </Member>
682        <Member Name="LBAFormat9">
683          <Annotation Term="OData.Description" String="Indicates the LBA data size supported if supported."/>
684        </Member>
685        <Member Name="LBAFormat10">
686          <Annotation Term="OData.Description" String="Indicates the LBA data size supported if supported."/>
687        </Member>
688        <Member Name="LBAFormat11">
689          <Annotation Term="OData.Description" String="Indicates the LBA data size supported if supported."/>
690        </Member>
691        <Member Name="LBAFormat12">
692          <Annotation Term="OData.Description" String="Indicates the LBA data size supported if supported."/>
693        </Member>
694        <Member Name="LBAFormat13">
695          <Annotation Term="OData.Description" String="Indicates the LBA data size supported if supported."/>
696        </Member>
697        <Member Name="LBAFormat14">
698          <Annotation Term="OData.Description" String="Indicates the LBA data size supported if supported."/>
699        </Member>
700        <Member Name="LBAFormat15">
701          <Annotation Term="OData.Description" String="Indicates the LBA data size supported if supported."/>
702        </Member>
703      </EnumType>
704
705      <EnumType Name="NamespaceType">
706        <Member Name="Block">
707          <Annotation Term="OData.Description" String="The namespace is configured for use with a block storage interface."/>
708        </Member>
709        <Member Name="KeyValue">
710          <Annotation Term="OData.Description" String="The namespace is configured for use with a KeyValue interface."/>
711        </Member>
712        <Member Name="ZNS">
713          <Annotation Term="OData.Description" String="The namespace is configured for use with a zoned storage interface."/>
714        </Member>
715        <Member Name="Computational">
716          <Annotation Term="OData.Description" String="The namespace is configured for use with a computational storage interface."/>
717        </Member>
718      </EnumType>
719
720      <EnumType Name="OperationType">
721        <Member Name="Deduplicate">
722          <Annotation Term="OData.Description" String="A Deduplicate operation is being performed."/>
723        </Member>
724        <Member Name="CheckConsistency">
725          <Annotation Term="OData.Description" String="A CheckConsistency operation is being performed."/>
726        </Member>
727        <Member Name="Initialize">
728          <Annotation Term="OData.Description" String="An Initialize operation is being performed."/>
729        </Member>
730        <Member Name="Replicate">
731          <Annotation Term="OData.Description" String="A Replicate operation is being performed."/>
732        </Member>
733        <Member Name="Delete">
734          <Annotation Term="OData.Description" String="A Delete operation is being performed."/>
735        </Member>
736        <Member Name="ChangeRAIDType">
737          <Annotation Term="OData.Description" String="A ChangeRAIDType operation is being performed."/>
738        </Member>
739        <Member Name="Rebuild">
740          <Annotation Term="OData.Description" String="A Rebuild operation is being performed."/>
741        </Member>
742        <Member Name="Encrypt">
743          <Annotation Term="OData.Description" String="An Encrypt operation is being performed."/>
744        </Member>
745        <Member Name="Decrypt">
746          <Annotation Term="OData.Description" String="A Decrypt operation is being performed."/>
747        </Member>
748        <Member Name="Resize">
749          <Annotation Term="OData.Description" String="A Resize operation is being performed."/>
750        </Member>
751        <Member Name="Compress">
752          <Annotation Term="OData.Description" String="A Compress operation is being performed."/>
753        </Member>
754        <Member Name="Sanitize">
755          <Annotation Term="OData.Description" String="A Sanitize operation is being performed."/>
756        </Member>
757        <Member Name="Format">
758          <Annotation Term="OData.Description" String="A Format operation is being performed."/>
759        </Member>
760        <Member Name="ChangeStripSize">
761          <Annotation Term="OData.Description" String="A ChangeStripSize operation is being performed."/>
762          <Annotation Term="Redfish.Revisions">
763          <Collection>
764            <Record>
765              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
766              <PropertyValue Property="Version" String="v1_10_0"/>
767            </Record>
768          </Collection>
769        </Annotation>
770        </Member>
771      </EnumType>
772
773      <EnumType Name="LBARelativePerformanceType">
774          <Annotation Term="OData.Description" String="Indicate the relative performance of the LBA format relative to other LBA formats supported by the controller."/>
775        <Member Name="Best">
776          <Annotation Term="OData.Description" String="Best performance."/>
777        </Member>
778        <Member Name="Better">
779          <Annotation Term="OData.Description" String="Better performance."/>
780        </Member>
781        <Member Name="Good">
782          <Annotation Term="OData.Description" String="Good performance."/>
783        </Member>
784        <Member Name="Degraded">
785          <Annotation Term="OData.Description" String="Degraded performance."/>
786        </Member>
787      </EnumType>
788    </Schema>
789
790    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Volume.v1_0_0">
791      <Annotation Term="Redfish.OwningEntity" String="SNIA"/>
792      <EntityType Name="Volume" BaseType="Volume.Volume">
793        <Property Name="Status" Type="Resource.Status" Nullable="false">
794          <Annotation Term="OData.Description" String="The property contains the status of the Volume."/>
795          <Annotation Term="OData.LongDescription" String="The property shall contain the status of the Volume."/>
796        </Property>
797        <Property Name="CapacityBytes" Type="Edm.Int64">
798          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
799          <Annotation Term="OData.Description" String="The size in bytes of this Volume."/>
800          <Annotation Term="OData.LongDescription" String="This property shall contain the size in bytes of the associated volume."/>
801          <Annotation Term="Measures.Unit" String="By"/>
802        </Property>
803        <Property Name="VolumeType" Type="Volume.VolumeType">
804          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
805          <Annotation Term="OData.Description" String="The type of this volume."/>
806          <Annotation Term="OData.LongDescription" String="This property shall contain the type of the associated Volume."/>
807          <Annotation Term="Redfish.Deprecated" String="Deprecated in favor of explicit use of RAIDType."/>
808        </Property>
809        <Property Name="Encrypted" Type="Edm.Boolean">
810          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
811          <Annotation Term="OData.Description" String="Is this Volume encrypted."/>
812          <Annotation Term="OData.LongDescription" String="This property shall contain a boolean indicator if the Volume is currently utilizing encryption or not."/>
813        </Property>
814        <Property Name="EncryptionTypes" Type="Collection(Volume.EncryptionTypes)" Nullable="false">
815          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
816          <Annotation Term="OData.Description" String="The types of encryption used by this Volume."/>
817          <Annotation Term="OData.LongDescription" String="This property shall contain the types of encryption used by this Volume."/>
818        </Property>
819        <Property Name="Identifiers" Type="Collection(Resource.Identifier)" Nullable="false">
820          <Annotation Term="OData.Description" String="The Durable names for the volume."/>
821          <Annotation Term="OData.LongDescription" String="This property shall contain a list of all known durable names for the associated volume."/>
822        </Property>
823        <Property Name="BlockSizeBytes" Type="Edm.Int64">
824          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
825          <Annotation Term="OData.Description" String="The size of the smallest addressable unit (Block) of this volume in bytes."/>
826          <Annotation Term="OData.LongDescription" String="This property shall contain size of the smallest addressable unit of the associated volume."/>
827          <Annotation Term="Measures.Unit" String="By"/>
828        </Property>
829        <Property Name="Operations" Type="Collection(Volume.v1_9_0.Operation)" Nullable="false">
830          <Annotation Term="OData.Description" String="The operations currently running on the Volume."/>
831          <Annotation Term="OData.LongDescription" String="This property shall contain a list of all currently running on the Volume."/>
832        </Property>
833        <Property Name="OptimumIOSizeBytes" Type="Edm.Int64">
834          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
835          <Annotation Term="OData.Description" String="The size in bytes of this Volume's optimum IO size."/>
836          <Annotation Term="OData.LongDescription" String="This property shall contain the optimum IO size to use when performing IO on this volume. For logical disks, this is the stripe size. For physical disks, this describes the physical sector size."/>
837          <Annotation Term="Measures.Unit" String="By"/>
838        </Property>
839        <Property Name="Links" Type="Volume.v1_0_0.Links" Nullable="false">
840          <Annotation Term="OData.Description" String="Contains references to other resources that are related to this resource."/>
841          <Annotation Term="OData.LongDescription" String="The Links property, as described by the Redfish Specification, shall contain references to resources that are related to, but not contained by (subordinate to), this resource."/>
842        </Property>
843        <Property Name="Actions" Type="Volume.v1_0_0.Actions" Nullable="false">
844          <Annotation Term="OData.Description" String="The available actions for this resource."/>
845          <Annotation Term="OData.LongDescription" String="The Actions property shall contain the available actions for this resource."/>
846        </Property>
847      </EntityType>
848
849      <ComplexType Name="Links" BaseType="Resource.Links">
850        <NavigationProperty Name="Drives" Type="Collection(Drive.Drive)">
851          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
852          <Annotation Term="OData.Description" String="An array of references to the drives which contain this volume. This will reference Drives that either wholly or only partly contain this volume."/>
853          <Annotation
854            Term="OData.LongDescription"
855            String="The value of this property shall be a reference to the resources that this volume is associated with and shall reference resources of type Drive. This property shall only contain references to Drive entities which are currently members of the Volume, not hot spare Drives which are not currently a member of the volume."/>
856          <Annotation Term="OData.AutoExpandReferences"/>
857        </NavigationProperty>
858      </ComplexType>
859
860      <ComplexType Name="Actions">
861        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
862        <Property Name="Oem" Type="Volume.v1_0_0.OemActions" Nullable="false"/>
863      </ComplexType>
864
865      <ComplexType Name="OemActions">
866        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
867      </ComplexType>
868
869      <ComplexType Name="Operation">
870        <Property Name="OperationName" Type="Edm.String">
871          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
872          <Annotation Term="OData.Description" String="The name of the operation."/>
873          <Annotation Term="Redfish.Revisions">
874            <Collection>
875              <Record>
876                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
877                <PropertyValue Property="Version" String="v1_9_0"/>
878                <PropertyValue Property="Description" String="This property is deprecated in favor of the Operation property using the Operation enum."/>
879              </Record>
880            </Collection>
881          </Annotation>
882        </Property>
883        <Property Name="PercentageComplete" Type="Edm.Int64">
884          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
885          <Annotation Term="OData.Description" String="The percentage of the operation that has been completed."/>
886        </Property>
887        <NavigationProperty Name="AssociatedFeaturesRegistry" Type="FeaturesRegistry.FeaturesRegistry" Nullable="false">
888          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
889          <Annotation Term="OData.Description" String="A reference to the task associated with the operation if any."/>
890        </NavigationProperty>
891      </ComplexType>
892
893    </Schema>
894
895    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Volume.v1_0_1">
896      <Annotation Term="Redfish.OwningEntity" String="SNIA"/>
897      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
898      <EntityType Name="Volume" BaseType="Volume.v1_0_0.Volume"/>
899    </Schema>
900
901    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Volume.v1_0_2">
902      <Annotation Term="Redfish.OwningEntity" String="SNIA"/>
903      <Annotation Term="OData.Description" String="This version was created to add explicit Permissions annotations to all properties for clarity."/>
904      <EntityType Name="Volume" BaseType="Volume.v1_0_1.Volume"/>
905    </Schema>
906
907    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Volume.v1_0_3">
908      <Annotation Term="Redfish.OwningEntity" String="SNIA"/>
909      <Annotation Term="OData.Description" String="This version was created to fix supported types and remove the Nullable facet on NavigationProperties of type Collection."/>
910      <EntityType Name="Volume" BaseType="Volume.v1_0_2.Volume"/>
911    </Schema>
912
913    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Volume.v1_0_4">
914      <Annotation Term="Redfish.OwningEntity" String="SNIA"/>
915      <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."/>
916      <EntityType Name="Volume" BaseType="Volume.v1_0_3.Volume"/>
917    </Schema>
918
919    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Volume.v1_1_0">
920      <Annotation Term="Redfish.OwningEntity" String="SNIA"/>
921      <EntityType Name="Volume" BaseType="Volume.v1_0_0.Volume">
922        <Property Name="AccessCapabilities" Type="Collection(DataStorageLoSCapabilities.StorageAccessCapability)">
923          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
924          <Annotation Term="OData.Description" String="Supported IO access capabilities."/>
925          <Annotation Term="OData.LongDescription" String="Each entry shall specify a current storage access capability."/>
926        </Property>
927        <Property Name="MaxBlockSizeBytes" Type="Edm.Int64">
928          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
929          <Annotation Term="OData.Description" String="Max Block size in bytes."/>
930          <Annotation Term="OData.LongDescription" String="This property shall contain size of the largest addressable unit of this storage volume."/>
931          <Annotation Term="Measures.Unit" String="By"/>
932        </Property>
933        <Property Name="Capacity" Type="Capacity.v1_0_0.Capacity" Nullable="false">
934          <Annotation Term="OData.Description" String="Capacity utilization."/>
935          <Annotation Term="OData.LongDescription" String="Information about the utilization of capacity allocated to this storage volume."/>
936        </Property>
937        <NavigationProperty Name="CapacitySources" Type="Collection(Capacity.CapacitySource)" ContainsTarget="true">
938          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
939          <Annotation Term="OData.Description" String="An array of space allocations to this volume."/>
940          <Annotation Term="OData.LongDescription" String="Fully or partially consumed storage from a source resource. Each entry provides capacity allocation information from a named source resource."/>
941          <Annotation Term="OData.AutoExpand"/>
942        </NavigationProperty>
943        <Property Name="LowSpaceWarningThresholdPercents" Type="Collection(Edm.Int64)">
944          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
945          <Annotation Term="OData.Description" String="Low space warning."/>
946          <Annotation
947            Term="OData.LongDescription"
948            String="Each time the following value is less than one of the values in the array the LOW_SPACE_THRESHOLD_WARNING event shall be triggered: Across all CapacitySources entries, percent = (SUM(AllocatedBytes) - SUM(ConsumedBytes))/SUM(AllocatedBytes)."/>
949          <Annotation Term="Measures.Unit" String="%"/>
950        </Property>
951        <Property Name="Manufacturer" Type="Edm.String">
952          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
953          <Annotation Term="OData.Description" String="The manufacturer or OEM of this storage volume."/>
954          <Annotation Term="OData.LongDescription" String="This property shall contain a value that represents the manufacturer or implementer of the storage volume."/>
955        </Property>
956        <Property Name="Model" Type="Edm.String">
957          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
958          <Annotation Term="OData.Description" String="The model number for this storage volume."/>
959          <Annotation Term="OData.LongDescription" String="The value is assigned by the manufacturer and shall represents a specific storage volume implementation."/>
960        </Property>
961        <Property Name="ReplicaInfo" Type="StorageReplicaInfo.v1_4_0.ReplicaInfo" Nullable="false">
962          <Annotation Term="OData.Description" String="Describes this storage volume in its role as a target replica."/>
963          <Annotation Term="OData.LongDescription" String="This property shall describe the replica relationship between this storage volume and a corresponding source volume."/>
964        </Property>
965        <NavigationProperty Name="StorageGroups" Type="StorageGroupCollection.StorageGroupCollection" Nullable="false" ContainsTarget="true">
966          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
967          <Annotation Term="OData.Description" String="An array of references to Storage Groups that includes this volume."/>
968          <Annotation Term="OData.LongDescription" String="The value of this property shall contain references to all storage groups that include this volume."/>
969          <Annotation Term="OData.AutoExpandReferences"/>
970          <Annotation Term="Redfish.Revisions">
971            <Collection>
972              <Record>
973                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
974                <PropertyValue Property="Version" String="v1_9_0"/>
975                <PropertyValue Property="Description" String="This property is deprecated in favor of the Connections property."/>
976              </Record>
977            </Collection>
978          </Annotation>
979        </NavigationProperty>
980        <NavigationProperty Name="AllocatedPools" Type="StoragePoolCollection.StoragePoolCollection" Nullable="false" ContainsTarget="true">
981          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
982          <Annotation Term="OData.Description" String="An array of references to StoragePools allocated from this Volume."/>
983          <Annotation Term="OData.LongDescription" String="The value of this property shall contain references to all storage pools allocated from this volume."/>
984          <Annotation Term="OData.AutoExpandReferences"/>
985        </NavigationProperty>
986      </EntityType>
987
988      <ComplexType Name="Links" BaseType="Volume.v1_0_0.Links">
989        <NavigationProperty Name="ClassOfService" Type="ClassOfService.ClassOfService" Nullable="false">
990          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
991          <Annotation Term="OData.Description" String="The ClassOfService that this storage volume conforms to."/>
992          <Annotation Term="OData.LongDescription" String="This property shall contain a reference to the ClassOfService that this storage volume conforms to."/>
993          <Annotation Term="OData.AutoExpandReferences"/>
994        </NavigationProperty>
995      </ComplexType>
996    </Schema>
997
998    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Volume.v1_1_1">
999      <Annotation Term="Redfish.OwningEntity" String="SNIA"/>
1000      <Annotation Term="OData.Description" String="This version was created to remove the complex type nullable property definition from the drive collection."/>
1001      <EntityType Name="Volume" BaseType="Volume.v1_1_0.Volume"/>
1002    </Schema>
1003
1004    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Volume.v1_1_2">
1005      <Annotation Term="Redfish.OwningEntity" String="SNIA"/>
1006      <Annotation Term="OData.Description" String="This version was for errata to Volume."/>
1007      <EntityType Name="Volume" BaseType="Volume.v1_1_1.Volume">
1008        <Annotation Term="OData.Description" String="Errata to change AllocatedPools and StorageGroups to use ResourceCollections."/>
1009      </EntityType>
1010    </Schema>
1011
1012    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Volume.v1_1_3">
1013      <Annotation Term="Redfish.OwningEntity" String="SNIA"/>
1014      <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."/>
1015      <EntityType Name="Volume" BaseType="Volume.v1_1_2.Volume"/>
1016    </Schema>
1017
1018    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Volume.v1_1_4">
1019      <Annotation Term="Redfish.OwningEntity" String="SNIA"/>
1020      <Annotation Term="OData.Description" String="This version was created to fix CSDL errors and adds both Redfish Uris and Capability Annotations."/>
1021      <EntityType Name="Volume" BaseType="Volume.v1_1_3.Volume"/>
1022    </Schema>
1023
1024    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Volume.v1_1_5">
1025      <Annotation Term="Redfish.OwningEntity" String="SNIA"/>
1026      <Annotation Term="OData.Description" String="This version was created to move enums to the unversioned namespace."/>
1027      <EntityType Name="Volume" BaseType="Volume.v1_1_4.Volume"/>
1028    </Schema>
1029
1030    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Volume.v1_2_0">
1031      <Annotation Term="Redfish.OwningEntity" String="SNIA"/>
1032      <Annotation Term="Redfish.Release" String="1.0.5"/>
1033      <Annotation Term="OData.Description" String="This version was created to add IO Statistics, and adds the RemainingCapacityPercent property."/>
1034      <EntityType Name="Volume" BaseType="Volume.v1_1_1.Volume">
1035        <Annotation Term="OData.Description" String="Add volume statistics."/>
1036
1037        <Property Name="IOStatistics" Type="IOStatistics.v1_0_1.IOStatistics" Nullable="false">
1038          <Annotation Term="OData.Description" String="Statistics for this volume."/>
1039          <Annotation Term="OData.LongDescription" String="The value shall represent IO statistics for this volume."/>
1040        </Property>
1041        <Property Name="RemainingCapacityPercent" Type="Edm.Int64">
1042          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1043          <Annotation Term="OData.Description" String="The percentage of the capacity remaining in the Volume."/>
1044          <Annotation Term="OData.LongDescription" String="If present, this value shall return  {[(SUM(AllocatedBytes) - SUM(ConsumedBytes)]/SUM(AllocatedBytes)}*100 represented as an integer value."/>
1045        </Property>
1046      </EntityType>
1047
1048      <ComplexType Name="Links" BaseType="Volume.v1_1_0.Links">
1049        <NavigationProperty Name="DedicatedSpareDrives" Type="Collection(Drive.Drive)">
1050          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1051          <Annotation Term="OData.Description" String="An array of references to the drives which are dedicated spares for this volume."/>
1052          <Annotation
1053            Term="OData.LongDescription"
1054            String="The value of this property shall be a reference to the resources that this volume is associated with and shall reference resources of type Drive. This property shall only contain references to Drive entities which are currently assigned as a dedicated spare and are able to support this Volume."/>
1055          <Annotation Term="OData.AutoExpandReferences"/>
1056        </NavigationProperty>
1057      </ComplexType>
1058    </Schema>
1059
1060    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Volume.v1_2_1">
1061      <Annotation Term="Redfish.OwningEntity" String="SNIA"/>
1062      <Annotation
1063        Term="OData.Description"
1064        String="This version was created to show name change from Operations to Operation. The  description and long description for action Initialize have been extended to add a default InitializeType == Fast recommendation. Change references to unversioned."/>
1065      <EntityType Name="Volume" BaseType="Volume.v1_2_0.Volume"/>
1066    </Schema>
1067
1068    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Volume.v1_2_2">
1069      <Annotation Term="Redfish.OwningEntity" String="SNIA"/>
1070      <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."/>
1071      <EntityType Name="Volume" BaseType="Volume.v1_2_1.Volume"/>
1072    </Schema>
1073
1074    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Volume.v1_2_3">
1075      <Annotation Term="Redfish.OwningEntity" String="SNIA"/>
1076      <Annotation Term="OData.Description" String="This version was created to fix CSDL errors and adds both Redfish Uris and Capability Annotations."/>
1077      <EntityType Name="Volume" BaseType="Volume.v1_2_2.Volume"/>
1078    </Schema>
1079
1080    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Volume.v1_2_4">
1081      <Annotation Term="Redfish.OwningEntity" String="SNIA"/>
1082      <Annotation Term="OData.Description" String="This version was created to move enums to the unversioned namespace."/>
1083      <EntityType Name="Volume" BaseType="Volume.v1_2_3.Volume"/>
1084    </Schema>
1085
1086    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Volume.v1_2_5">
1087      <Annotation Term="Redfish.OwningEntity" String="SNIA"/>
1088      <Annotation Term="OData.Description" String="This version was added to fix typographical errors."/>
1089      <EntityType Name="Volume" BaseType="Volume.v1_2_4.Volume"/>
1090    </Schema>
1091
1092    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Volume.v1_3_0">
1093      <Annotation Term="Redfish.OwningEntity" String="SNIA"/>
1094      <Annotation Term="Redfish.Release" String="1.0.6a"/>
1095      <Annotation
1096        Term="OData.Description"
1097        String="This version was created to add RecoverableCapacitySourceCount and SpareResourceSets. This also replaces collection StorageReplicaInfos with scalar StorageReplicaInfo, and adds a ReplicaTargets collection. It also adds the RAIDType enum, which replaces the use of VolumeType for direct Volume characterization."/>
1098
1099      <EntityType Name="Volume" BaseType="Volume.v1_2_1.Volume">
1100        <Annotation Term="OData.Description" String="Add ability to manage spare capacity."/>
1101        <Property Name="RecoverableCapacitySourceCount" Type="Edm.Int64">
1102          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1103          <Annotation Term="OData.Description" String="Current number of capacity source resources that are available as replacements."/>
1104          <Annotation Term="OData.LongDescription" String="The value is the number of available capacity source resources currently available in the event that an equivalent capacity source resource fails."/>
1105        </Property>
1106        <NavigationProperty Name="ReplicaTargets" Type="Collection(Resource.Item)">
1107          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1108          <Annotation Term="OData.Description" String="The resources that are target replicas of this source."/>
1109          <Annotation Term="OData.LongDescription" String="The value shall reference the target replicas that are sourced by this replica."/>
1110          <Annotation Term="OData.AutoExpandReferences"/>
1111        </NavigationProperty>
1112      </EntityType>
1113
1114      <ComplexType Name="Links" BaseType="Volume.v1_2_0.Links">
1115        <Annotation Term="OData.Description" String="Add ability to manage spare capacity."/>
1116        <NavigationProperty Name="SpareResourceSets" Type="Collection(SpareResourceSet.SpareResourceSet)">
1117          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1118          <Annotation Term="OData.Description" String="An array of references to SpareResourceSets."/>
1119          <Annotation Term="OData.LongDescription" String="Each referenced SpareResourceSet shall contain resources that may be utilized to replace the capacity provided by a failed resource having a compatible type."/>
1120          <Annotation Term="OData.AutoExpandReferences"/>
1121        </NavigationProperty>
1122      </ComplexType>
1123    </Schema>
1124
1125    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Volume.v1_3_1">
1126      <Annotation Term="Redfish.OwningEntity" String="SNIA"/>
1127      <Annotation Term="OData.Description" String="This version was created to add the RAIDType property, which replaces the use of VolumeType for direct Volume characterization."/>
1128
1129      <EntityType Name="Volume" BaseType="Volume.v1_3_0.Volume">
1130        <Annotation Term="OData.Description" String="Add RAIDType property."/>
1131        <Property Name="RAIDType" Type="Volume.RAIDType">
1132          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1133          <Annotation Term="OData.Description" String="The RAID type of this volume."/>
1134          <Annotation Term="OData.LongDescription" String="This property shall contain the RAID type of the associated Volume."/>
1135        </Property>
1136      </EntityType>
1137    </Schema>
1138
1139    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Volume.v1_3_2">
1140      <Annotation Term="Redfish.OwningEntity" String="SNIA"/>
1141      <Annotation Term="OData.Description" String="This version was created to fix CSDL errors and adds both Redfish Uris and Capability Annotations."/>
1142      <EntityType Name="Volume" BaseType="Volume.v1_3_1.Volume"/>
1143    </Schema>
1144
1145    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Volume.v1_3_3">
1146      <Annotation Term="Redfish.OwningEntity" String="SNIA"/>
1147      <Annotation Term="OData.Description" String="This version was created to move enums to the unversioned namespace."/>
1148      <EntityType Name="Volume" BaseType="Volume.v1_3_2.Volume"/>
1149    </Schema>
1150
1151    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Volume.v1_3_4">
1152      <Annotation Term="Redfish.OwningEntity" String="SNIA"/>
1153      <Annotation Term="OData.Description" String="This version was added to fix typographical errors."/>
1154      <EntityType Name="Volume" BaseType="Volume.v1_3_3.Volume"/>
1155    </Schema>
1156
1157    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Volume.v1_4_0">
1158      <Annotation Term="Redfish.OwningEntity" String="SNIA"/>
1159      <Annotation Term="Redfish.Release" String="1.1.0"/>
1160      <Annotation
1161        Term="OData.Description"
1162        String="This version was created to add collection of references to Endpoints, StorageGroups and ConsistencyGroups associated with this Volume, and adds a LongDescription to RAID6TP. It also adds AutoExpand to CapacitySources and changes the MaxBlockSizeBytes to 64 bytes. Additionally the following properties have been added: ProvisioningPolicy, OwningStorageService, StripSizeBytes, ReadAheadPolicy, VolumeUsage, WritePolicy, CacheState, LogicalUnitNumber, MediaSpanCount, Deduplicated, Compressed, WriteHoleProtectionPolicy, and DisplayName. This version also adds the following Actions: AssignReplicaTarget, CreateReplicaTarget, RemoveReplicaRelationship, ResumeReplication, ReverseReplicationRelationship, SplitReplication, and SuspendReplication. This version also adds both Redfish Uris and Capability Annotations and fixes CSDL errors."/>
1163      <EntityType Name="Volume" BaseType="Volume.v1_3_1.Volume">
1164        <Property Name="ProvisioningPolicy" Type="DataStorageLoSCapabilities.ProvisioningPolicy">
1165          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1166          <Annotation Term="OData.Description" String="This property specifies the volume's storage allocation, or provisioning policy."/>
1167          <Annotation Term="OData.LongDescription" String="This property shall specify the volume's supported storage allocation policy."/>
1168        </Property>
1169        <Property Name="StripSizeBytes" Type="Edm.Int64">
1170          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1171          <Annotation Term="OData.Description" String="The number of blocks (bytes) in a strip in a disk array that uses striped data mapping."/>
1172          <Annotation Term="OData.LongDescription" String="The number of consecutively addressed virtual disk blocks (bytes) mapped to consecutively addressed blocks on a single member extent of a disk array. Synonym for stripe depth and chunk size."/>
1173          <Annotation Term="Measures.Unit" String="By"/>
1174        </Property>
1175        <Property Name="ReadCachePolicy" Type="Volume.ReadCachePolicyType">
1176          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1177          <Annotation Term="OData.Description" String="Indicates the read cache policy setting for the Volume."/>
1178          <Annotation Term="OData.LongDescription" String="This property shall contain a boolean indicator of the read cache policy for the Volume."/>
1179        </Property>
1180        <Property Name="VolumeUsage" Type="Volume.VolumeUsageType">
1181          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1182          <Annotation Term="OData.Description" String="Indicates the Volume usage type setting for the Volume."/>
1183          <Annotation Term="OData.LongDescription" String="This property shall contain the volume usage type for the Volume."/>
1184        </Property>
1185        <Property Name="WriteCachePolicy" Type="Volume.WriteCachePolicyType">
1186          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1187          <Annotation Term="OData.Description" String="Indicates the write cache policy setting for the Volume."/>
1188          <Annotation Term="OData.LongDescription" String="This property shall contain a boolean indicator of the write cache policy for the Volume."/>
1189        </Property>
1190        <Property Name="WriteCacheState" Type="Volume.WriteCacheStateType">
1191          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1192          <Annotation Term="OData.Description" String="Indicates the WriteCacheState policy setting for the Volume."/>
1193          <Annotation Term="OData.LongDescription" String="This property shall contain the WriteCacheState policy setting for the Volume."/>
1194        </Property>
1195        <Property Name="LogicalUnitNumber" Type="Edm.Int64">
1196          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1197          <Annotation Term="OData.Description" String="Indicates the host-visible LogicalUnitNumber assigned to this Volume."/>
1198          <Annotation Term="OData.LongDescription" String="This property shall contain host-visible LogicalUnitNumber assigned to this Volume. This property shall only be used when in a single connect configuration and no StorageGroup configuration is used."/>
1199        </Property>
1200        <Property Name="MediaSpanCount" Type="Edm.Int64">
1201          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1202          <Annotation Term="OData.Description" String="Indicates the number of media elements used per span in the secondary RAID for a hierarchical RAID type."/>
1203          <Annotation Term="OData.LongDescription" String="This property shall indicate the number of media elements used per span in the secondary RAID for a hierarchical RAID type."/>
1204        </Property>
1205        <Property Name="DisplayName" Type="Edm.String">
1206          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1207          <Annotation Term="OData.Description" String="A user-configurable string to name the volume."/>
1208          <Annotation Term="OData.LongDescription" String="This property shall contain a user-configurable string to name the volume."/>
1209        </Property>
1210        <Property Name="WriteHoleProtectionPolicy" Type="Volume.WriteHoleProtectionPolicyType" DefaultValue="Off" Nullable="false">
1211          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1212          <Annotation Term="OData.Description" String="The policy that the RAID volume is using to address the write hole issue."/>
1213          <Annotation Term="OData.LongDescription" String="This property specifies the policy that is enabled to address the write hole issue on the RAID volume. If no policy is enabled at the moment, this property shall be set to 'Off'."/>
1214        </Property>
1215        <Property Name="Deduplicated" Type="Edm.Boolean">
1216          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1217          <Annotation Term="OData.Description" String="Indicator of whether or not the Volume has deduplication enabled."/>
1218          <Annotation Term="OData.LongDescription" String="This property shall contain a boolean indicator if the Volume is currently utilizing deduplication or not."/>
1219        </Property>
1220        <Property Name="Compressed" Type="Edm.Boolean">
1221          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1222          <Annotation Term="OData.Description" String="Indicator of whether or not the Volume has compression enabled."/>
1223          <Annotation Term="OData.LongDescription" String="This property shall contain a boolean indicator if the Volume is currently utilizing compression or not."/>
1224        </Property>
1225      </EntityType>
1226
1227      <ComplexType Name="Links" BaseType="Volume.v1_3_0.Links">
1228        <Annotation Term="OData.Description" String="Add collection of references to Endpoints and StorageGroups associated with this Volume."/>
1229        <NavigationProperty Name="ClientEndpoints" Type="Collection(Endpoint.Endpoint)">
1230          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1231          <Annotation Term="OData.Description" String="An array of references to the client Endpoints associated with this volume."/>
1232          <Annotation Term="OData.LongDescription" String="The value of this property shall be references to the client Endpoints this volume is associated with."/>
1233          <Annotation Term="OData.AutoExpandReferences"/>
1234        </NavigationProperty>
1235        <NavigationProperty Name="ServerEndpoints" Type="Collection(Endpoint.Endpoint)">
1236          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1237          <Annotation Term="OData.Description" String="An array of references to the server Endpoints associated with this volume."/>
1238          <Annotation Term="OData.LongDescription" String="The value of this property shall be references to the server Endpoints this volume is associated with."/>
1239          <Annotation Term="OData.AutoExpandReferences"/>
1240        </NavigationProperty>
1241        <NavigationProperty Name="StorageGroups" Type="Collection(StorageGroup.StorageGroup)">
1242          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1243          <Annotation Term="OData.Description" String="An array of references to the StorageGroups associated with this volume."/>
1244          <Annotation Term="OData.LongDescription" String="The value of this property shall be references to the StorageGroups this volume is associated with."/>
1245          <Annotation Term="OData.AutoExpandReferences"/>
1246        </NavigationProperty>
1247        <NavigationProperty Name="ConsistencyGroups" Type="Collection(ConsistencyGroup.ConsistencyGroup)">
1248          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1249          <Annotation Term="OData.Description" String="An array of references to the ConsistencyGroups associated with this volume."/>
1250          <Annotation Term="OData.LongDescription" String="The value of this property shall be references to the ConsistencyGroups this volume is associated with."/>
1251          <Annotation Term="OData.AutoExpandReferences"/>
1252        </NavigationProperty>
1253        <NavigationProperty Name="OwningStorageService" Type="StorageService.StorageService" Nullable="false">
1254          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1255          <Annotation Term="OData.Description" String="A pointer to the StorageService that owns or contains this volume."/>
1256          <Annotation Term="OData.LongDescription" String="This shall be a pointer to the StorageService that owns or contains this volume."/>
1257        </NavigationProperty>
1258      </ComplexType>
1259    </Schema>
1260
1261    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Volume.v1_4_1">
1262      <Annotation Term="Redfish.OwningEntity" String="SNIA"/>
1263      <Annotation
1264        Term="OData.Description"
1265        String="This version was created to update the reference to StorageReplicaInfo to version 1.3.0. It also adds Redfish.Release and RevisionKind/Added annotations, adds 'Off' to the WriteCachePolicy, and fixes Redfish Uris issues."/>
1266      <EntityType Name="Volume" BaseType="Volume.v1_4_0.Volume"/>
1267    </Schema>
1268
1269    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Volume.v1_4_2">
1270      <Annotation Term="Redfish.OwningEntity" String="SNIA"/>
1271      <Annotation Term="OData.Description" String="This version was created to add a type of None to RAIDType. This also moves enums and actions to the unversioned namespace."/>
1272      <EntityType Name="Volume" BaseType="Volume.v1_4_1.Volume"/>
1273    </Schema>
1274
1275    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Volume.v1_4_3">
1276      <Annotation Term="Redfish.OwningEntity" String="SNIA"/>
1277      <Annotation Term="OData.Description" String="This version was added to fix typographical errors."/>
1278      <EntityType Name="Volume" BaseType="Volume.v1_4_2.Volume"/>
1279    </Schema>
1280
1281    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Volume.v1_5_0">
1282      <Annotation Term="Redfish.OwningEntity" String="SNIA"/>
1283      <Annotation Term="Redfish.Release" String="1.2.0"/>
1284      <Annotation
1285        Term="OData.Description"
1286        String="This version was created to add the ChangeRAIDLayout and ForceEnable Actions, and moves the replication Actions to the unversioned namespace. It adds InitializeMethod and deprecate InitializeType. It also adds support for NVMe. It also adds the IOPerfModeEnabled property, and references to Journaling Media and OwningStorageResource to Links."/>
1287      <EntityType Name="Volume" BaseType="Volume.v1_4_2.Volume">
1288        <Property Name="IOPerfModeEnabled" Type="Edm.Boolean">
1289          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1290          <Annotation Term="OData.Description" String="Indicates the IO performance mode setting for the volume."/>
1291          <Annotation Term="OData.LongDescription" String="This property shall indicate whether IO performance mode is enabled for the volume."/>
1292        </Property>
1293        <Property Name="NVMeNamespaceProperties" Type="Volume.v1_5_0.NVMeNamespaceProperties">
1294          <Annotation Term="OData.Description" String="This property contains properties to use when Volume is used to describe an NVMe Namespace."/>
1295          <Annotation Term="OData.LongDescription" String="This property shall contain properties to use when Volume is used to describe an NVMe Namespace."/>
1296        </Property>
1297      </EntityType>
1298
1299      <ComplexType Name="Links" BaseType="Volume.v1_4_0.Links">
1300        <Annotation Term="OData.Description" String="Add a reference to Journaling Media and OwningStorageResource associated with this Volume."/>
1301        <NavigationProperty Name="JournalingMedia" Type="Resource.Resource">
1302          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1303          <Annotation Term="OData.Description" String="A pointer to the Resource that serves as a journaling media for this volume."/>
1304          <Annotation Term="OData.LongDescription" String="This shall be a pointer to the journaling media used for this Volume to address the write hole issue. Valid when WriteHoleProtectionPolicy property is set to 'Journaling'."/>
1305        </NavigationProperty>
1306        <NavigationProperty Name="OwningStorageResource" Type="Storage.Storage" Nullable="false">
1307          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1308          <Annotation Term="OData.Description" String="A pointer to the Storage resource that owns or contains this volume."/>
1309          <Annotation Term="OData.LongDescription" String="This shall be a pointer to the Storage resource that owns or contains this volume."/>
1310        </NavigationProperty>
1311      </ComplexType>
1312
1313      <ComplexType Name="NVMeNamespaceProperties">
1314        <Annotation Term="OData.Description" String="This contains properties to use when Volume is used to describe an NVMe Namespace."/>
1315        <Annotation Term="OData.LongDescription" String="This contains properties to use when Volume is used to describe an NVMe Namespace."/>
1316        <Property Name="NamespaceId" Type="Edm.String">
1317          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1318          <Annotation Term="OData.Description" String="The NVMe Namespace Identifier for this namespace."/>
1319          <Annotation
1320            Term="OData.LongDescription"
1321            String="This property shall contain the NVMe Namespace Identifier for this namespace. This property shall be a hex value. Namespace identifiers are not durable and do not have meaning outside the scope of the NVMe subsystem. NSID 0x0, 0xFFFFFFFF, 0xFFFFFFFE are special purpose values."/>
1322          <Annotation Term="Validation.Pattern" String="^0[xX](([a-fA-F]|[0-9])*)$"/>
1323        </Property>
1324        <Property Name="IsShareable" Type="Edm.Boolean">
1325          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1326          <Annotation Term="OData.Description" String="Indicates the namespace is shareable."/>
1327          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the namespace is shareable."/>
1328        </Property>
1329        <Property Name="NamespaceFeatures" Type="Volume.v1_5_0.NamespaceFeatures">
1330          <Annotation Term="OData.Description" String="This property contains a set of Namespace Features."/>
1331          <Annotation Term="OData.LongDescription" String="This property shall contain a set of Namespace Features."/>
1332        </Property>
1333        <Property Name="NumberLBAFormats" Type="Edm.Int64">
1334          <Annotation Term="OData.Description" String="The number of LBA data size and metadata size combinations supported by this namespace. The value of this property is between 0 and 16."/>
1335          <Annotation
1336            Term="OData.LongDescription"
1337            String="This property shall contain the number of LBA data size and metadata size combinations supported by this namespace. The value of this property is between 0 and 16. LBA formats with an index set beyond this value will not be supported."/>
1338          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1339          <Annotation Term="Measures.Unit" String="By"/>
1340          <Annotation Term="Validation.Minimum" Int="0"/>
1341        </Property>
1342        <Property Name="FormattedLBASize" Type="Edm.String">
1343          <Annotation Term="OData.Description" String="The LBA data size and metadata size combination that the namespace has been formatted with."/>
1344          <Annotation Term="OData.LongDescription" String="This property shall contain the LBA data size and metadata size combination that the namespace has been formatted with. This is a 4-bit data structure."/>
1345          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1346        </Property>
1347        <Property Name="MetadataTransferredAtEndOfDataLBA" Type="Edm.Boolean">
1348          <Annotation Term="OData.Description" String="This property indicates whether or not the metadata is transferred at the end of the LBA creating an extended data LBA."/>
1349          <Annotation Term="OData.LongDescription" String="This property shall indicate whether or not the metadata is transferred at the end of the LBA creating an extended data LBA."/>
1350          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1351        </Property>
1352        <Property Name="NVMeVersion" Type="Edm.String">
1353          <Annotation Term="OData.Description" String="The version of the NVMe Base Specification supported."/>
1354          <Annotation Term="OData.LongDescription" String="This property shall contain the version of the NVMe Base Specification supported."/>
1355          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1356        </Property>
1357      </ComplexType>
1358
1359      <ComplexType Name="NamespaceFeatures">
1360        <Property Name="SupportsThinProvisioning" Type="Edm.Boolean">
1361          <Annotation Term="OData.Description" String="This property indicates whether or not the NVMe Namespace supports thin provisioning."/>
1362          <Annotation Term="OData.LongDescription" String="This property shall indicate whether or not the NVMe Namespace supports thin provisioning. Specifically, the namespace capacity reported may be less than the namespace size."/>
1363          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1364        </Property>
1365        <Property Name="SupportsDeallocatedOrUnwrittenLBError" Type="Edm.Boolean">
1366          <Annotation Term="OData.Description" String="This property indicates that the controller supports deallocated or unwritten logical block error for this namespace."/>
1367          <Annotation Term="OData.LongDescription" String="This property shall indicate that the controller supports deallocated or unwritten logical block error for this namespace."/>
1368          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1369        </Property>
1370        <Property Name="SupportsNGUIDReuse" Type="Edm.Boolean">
1371          <Annotation Term="OData.Description" String="This property indicates that the namespace supports the use of an NGUID (namespace globally unique identifier) value."/>
1372          <Annotation Term="OData.LongDescription" String="This property shall indicate that the namespace supports the use of an NGUID (namespace globally unique identifier) value."/>
1373          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1374        </Property>
1375        <Property Name="SupportsAtomicTransactionSize" Type="Edm.Boolean">
1376          <Annotation
1377            Term="OData.Description"
1378            String="Indicates that the NVM fields for Namespace preferred write granularity (NPWG), write alignment (NPWA), deallocate granularity (NPDG), deallocate alignment (NPDA) and optimal write size (NOWS)  are defined for this namespace and should be used by the host for I/O optimization."/>
1379          <Annotation
1380            Term="OData.LongDescription"
1381            String="This property shall indicate whether or not the NVM fields for Namespace preferred write granularity (NPWG), write alignment (NPWA), deallocate granularity (NPDG), deallocate alignment (NPDA) and optimal write size (NOWS)  are defined for this namespace and should be used by the host for I/O optimization."/>
1382          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1383        </Property>
1384        <Property Name="SupportsIOPerformanceHints" Type="Edm.Boolean">
1385          <Annotation
1386            Term="OData.Description"
1387            String="Indicates that the Namespace Atomic Write Unit Normal (NAWUN), Namespace Atomic Write Unit Power Fail (NAWUPF), and Namespace Atomic Compare and Write Unit (NACWU) fields are defined for this namespace and should be used by the host for this namespace instead of the controller-level properties AWUN, AWUPF, and ACWU."/>
1388          <Annotation
1389            Term="OData.LongDescription"
1390            String="This property shall indicate that the Namespace Atomic Write Unit Normal (NAWUN), Namespace Atomic Write Unit Power Fail (NAWUPF), and Namespace Atomic Compare and Write Unit (NACWU) fields are defined for this namespace and should be used by the host for this namespace instead of the controller-level properties AWUN, AWUPF, and ACWU."/>
1391          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1392        </Property>
1393      </ComplexType>
1394
1395    </Schema>
1396
1397    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Volume.v1_5_1">
1398      <Annotation Term="Redfish.OwningEntity" String="SNIA"/>
1399      <Annotation Term="OData.Description" String="This version was added to fix typographical errors."/>
1400      <EntityType Name="Volume" BaseType="Volume.v1_5_0.Volume"/>
1401    </Schema>
1402
1403    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Volume.v1_6_0">
1404      <Annotation Term="Redfish.OwningEntity" String="SNIA"/>
1405      <Annotation Term="Redfish.Release" String="1.2.1"/>
1406
1407      <Annotation Term="OData.Description" String="This version was created to add the InitializeMethod property. It also changes the DedicatedSpareDrives property in Links to Read/Write."/>
1408      <EntityType Name="Volume" BaseType="Volume.v1_5_0.Volume">
1409        <Property Name="InitializeMethod" Type="Volume.InitializeMethod">
1410          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1411          <Annotation Term="OData.Description" String="Indicates the Initialization Method used for this volume. If InitializeMethod is not specified, the InitializeMethod should be Foreground."/>
1412          <Annotation
1413            Term="OData.LongDescription"
1414            String="This property shall indicate the initialization method used for this volume. If InitializeMethod is not specified, the InitializeMethod should be Foreground. This value reflects the most recently used Initialization Method, and may be changed using the Initialize Action."/>
1415        </Property>
1416      </EntityType>
1417      <ComplexType Name="Links" BaseType="Volume.v1_5_0.Links">
1418        <Annotation Term="OData.Description" String="Add a reference to Journaling Media and OwningStorageResource associated with this Volume."/>
1419        <NavigationProperty Name="CacheVolumeSource" Type="Volume.Volume">
1420          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1421          <Annotation Term="OData.Description" String="A pointer to the cache volume source for this volume."/>
1422          <Annotation Term="OData.LongDescription" String="This shall be a pointer to the cache volume source for this volume. The corresponding VolumeUsage property shall be set to Data when this property is used."/>
1423        </NavigationProperty>
1424        <NavigationProperty Name="CacheDataVolumes" Type="Collection(Volume.Volume)">
1425          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1426          <Annotation Term="OData.Description" String="A pointer to the data volumes this volume serves as a cache volume."/>
1427          <Annotation Term="OData.LongDescription" String="This shall be a pointer to the cache data volumes this volume serves as a cache volume.  The corresponding VolumeUsage property shall be set to CacheOnly when this property is used."/>
1428        </NavigationProperty>
1429      </ComplexType>
1430    </Schema>
1431
1432    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Volume.v1_6_1">
1433      <Annotation Term="Redfish.OwningEntity" String="SNIA"/>
1434      <Annotation Term="OData.Description" String="This version was added to fix typographical errors."/>
1435      <EntityType Name="Volume" BaseType="Volume.v1_6_0.Volume"/>
1436    </Schema>
1437
1438    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Volume.v1_6_2">
1439      <Annotation Term="Redfish.OwningEntity" String="SNIA"/>
1440      <Annotation Term="OData.Description" String="This version was added to fix typographical errors."/>
1441      <EntityType Name="Volume" BaseType="Volume.v1_6_0.Volume"/>
1442    </Schema>
1443
1444    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Volume.v1_7_0">
1445      <Annotation Term="Redfish.OwningEntity" String="SNIA"/>
1446      <Annotation Term="OData.Description" String="This version was created to add the IsBootCapable property."/>
1447      <Annotation Term="Redfish.Release" String="1.2.3"/>
1448      <EntityType Name="Volume" BaseType="Volume.v1_6_2.Volume">
1449        <Property Name="IsBootCapable" Type="Edm.Boolean">
1450          <Annotation Term="OData.Description" String="This property indicates whether or not the Volume contains a boot image and is capable of booting."/>
1451          <Annotation
1452            Term="OData.LongDescription"
1453            String="This property shall indicate whether or not the Volume contains a boot image and is capable of booting.  This property may be settable by an admin or client with visibility into the contents of the volume. This property should only be set to true when VolumeUsage is either not specified, or when VolumeUsage is set to Data or SystemData."/>
1454          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1455        </Property>
1456      </EntityType>
1457    </Schema>
1458
1459    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Volume.v1_8_0">
1460      <Annotation Term="Redfish.OwningEntity" String="SNIA"/>
1461      <Annotation Term="OData.Description" String="This version was created to add the LBAFormatsSupported and Type properties to NVMeNamespaceProperties. It also adds IsBound=true to Actions where missing."/>
1462      <Annotation Term="Redfish.Release" String="1.2.4"/>
1463      <EntityType Name="Volume" BaseType="Volume.v1_7_0.Volume">
1464        <Property Name="RemoteReplicaTargets" Type="Collection(Edm.String)">
1465          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1466          <Annotation Term="OData.Description" String="URIs to the resources that are remote target replicas of this source."/>
1467          <Annotation Term="OData.LongDescription" String="The value shall reference the URIs to the remote target replicas that are sourced by this replica. Remote indicates that the replica is managed by a separate Swordfish service instance."/>
1468        </Property>
1469      </EntityType>
1470
1471      <ComplexType Name="NVMeNamespaceProperties" BaseType="Volume.v1_5_0.NVMeNamespaceProperties">
1472        <Annotation Term="OData.Description" String="Add the LBAFormatsSupported property."/>
1473        <Property Name="LBAFormatsSupported" Type="Collection(Volume.LBAFormatType)">
1474          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1475          <Annotation Term="OData.Description" String="A list of the LBA format types supported for the namespace, or potential namespaces."/>
1476          <Annotation Term="OData.LongDescription" String="This shall be a list of the LBA formats supported for the namespace, or potential namespaces."/>
1477        </Property>
1478        <Property Name="Type" Type="Volume.NamespaceType">
1479          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1480          <Annotation Term="OData.Description" String="Identifies the type of namespace."/>
1481          <Annotation Term="OData.LongDescription" String="This shall identify the type of namespace."/>
1482        </Property>
1483      </ComplexType>
1484    </Schema>
1485
1486    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Volume.v1_9_0">
1487      <Annotation Term="Redfish.OwningEntity" String="SNIA"/>
1488      <Annotation Term="OData.Description" String="This version add support for NamespaceTypes and Volume Metrics. It also adds a Link to Controllers (StorageControllers), and adds Operation type to Volume, deprecating OperationName, and removes the erroneous AutoExpandReferences from the RemoteReplicaTargets property. It adds Connections, and deprecates StorageGroups. It also adds ReplicationEnabled."/>
1489      <Annotation Term="Redfish.Release" String="1.2.5"/>
1490      <EntityType Name="Volume" BaseType="Volume.v1_8_0.Volume">
1491        <NavigationProperty Name="Metrics" Type="VolumeMetrics.VolumeMetrics" Nullable="false">
1492          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1493          <Annotation Term="OData.Description" String="The link to the metrics for this volume."/>
1494          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type VolumeMetrics that specifies the metrics for this volume. IO metrics are reported in the IOStatistics property."/>
1495          <Annotation Term="OData.AutoExpandReferences"/>
1496        </NavigationProperty>
1497        <NavigationProperty Name="Connections" Type="Collection(Connection.Connection)">
1498          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1499          <Annotation Term="OData.Description" String="An array of references to Connections that includes this volume."/>
1500          <Annotation Term="OData.LongDescription" String="The value of this property shall contain references to all Connections that include this volume."/>
1501          <Annotation Term="OData.AutoExpandReferences"/>
1502        </NavigationProperty>
1503        <Property Name="ReplicationEnabled" Type="Edm.Boolean">
1504          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1505          <Annotation Term="OData.Description" String="Indicates whether or not replication is enabled on the volume."/>
1506          <Annotation Term="OData.LongDescription" String="The property shall indicate whether or not replication is enabled on the volume. This property shall be consistent with the state reflected at the storage pool level."/>
1507        </Property>
1508      </EntityType>
1509
1510      <ComplexType Name="NVMeNamespaceProperties" BaseType="Volume.v1_8_0.NVMeNamespaceProperties">
1511        <Annotation Term="OData.Description" String="Add the LBAFormatsSupported property and the LBAFormat property."/>
1512        <Property Name="NamespaceType" Type="Volume.NamespaceType">
1513          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1514          <Annotation Term="OData.Description" String="Identifies the type of namespace."/>
1515          <Annotation Term="OData.LongDescription" String="This shall identify the type of namespace."/>
1516        </Property>
1517
1518        <Property Name="LBAFormats" Type="Collection(Volume.v1_9_0.LBAFormat)">
1519          <Annotation Term="OData.Description" String="Describes the LBA format IDs and detailed properties."/>
1520          <Annotation Term="OData.LongDescription" String="This property shall describe the LBA format IDs and corresponding detailed properties, such as the LBA data size and metadata size. This property is intended for use in a collection capabilities annotation. Use the LBAFormat property on an instance of a namespace."/>
1521        </Property>
1522
1523        <Property Name="LBAFormat" Type="Volume.v1_9_0.LBAFormat">
1524          <Annotation Term="OData.Description" String="Describes the current LBA format ID and detailed properties."/>
1525          <Annotation Term="OData.LongDescription" String="This property shall describe the current LBA format ID and corresponding detailed properties, such as the LBA data size and metadata size. Use the LBAFormats property to describe namespace capabilities in a collection capabilities annotation."/>
1526        </Property>
1527      </ComplexType>
1528
1529      <ComplexType Name="Links" BaseType="Volume.v1_6_0.Links">
1530        <Annotation Term="OData.Description" String="Add the Controllers property."/>
1531        <NavigationProperty Name="Controllers" Type="Collection(StorageController.StorageController)">
1532          <Annotation Term="OData.Description" String="An array of the Controllers associated with this volume."/>
1533          <Annotation
1534            Term="OData.LongDescription"
1535            String="This parameter shall contain an array of the controllers (of type StorageController) associated with this volume. When the volume is of type NVMe, these may be both the physical and logical controller representations."/>
1536        </NavigationProperty>
1537      </ComplexType>
1538
1539      <ComplexType Name="Operation" BaseType="Volume.v1_0_0.Operation">
1540        <Property Name="Operation" Type="Volume.OperationType">
1541          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1542          <Annotation Term="OData.Description" String="The type of the operation."/>
1543          <Annotation Term="OData.LongDescription" String="This property shall contain the type of the operation."/>
1544          <Annotation Term="Redfish.Revisions">
1545            <Collection>
1546              <Record>
1547                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
1548                <PropertyValue Property="Version" String="v1_9_0"/>
1549                <PropertyValue Property="Description" String="This property replaces OperationName."/>
1550              </Record>
1551            </Collection>
1552          </Annotation>
1553        </Property>
1554      </ComplexType>
1555
1556      <ComplexType Name="LBAFormat">
1557        <Property Name="LBAFormatType" Type="Volume.LBAFormatType">
1558          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1559          <Annotation Term="OData.Description" String="The LBA format type."/>
1560          <Annotation Term="OData.LongDescription" String="This shall be the LBA format type. This property is intended for capabilities instrumentation."/>
1561        </Property>
1562        <Property Name="RelativePerformance" Type="Volume.LBARelativePerformanceType">
1563          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1564          <Annotation Term="OData.Description" String="The LBA Relative Performance type."/>
1565          <Annotation Term="OData.LongDescription" String="This shall be the LBA Relative Performance type. This field indicates the relative performance of the LBA format indicated relative to other LBA formats supported by the controller. This property is intended for capabilities instrumentation."/>
1566        </Property>
1567        <Property Name="LBADataSizeBytes" Type="Edm.Int64">
1568          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1569          <Annotation Term="OData.Description" String="The LBA data size in bytes."/>
1570          <Annotation Term="OData.LongDescription" String="This shall be the LBA data size reported in bytes."/>
1571        </Property>
1572        <Property Name="LBAMetadataSizeBytes" Type="Edm.Int64">
1573          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1574          <Annotation Term="OData.Description" String="The LBA metadata size in bytes."/>
1575          <Annotation Term="OData.LongDescription" String="This shall be the LBA metadata size reported in bytes."/>
1576        </Property>
1577      </ComplexType>
1578    </Schema>
1579
1580        <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Volume.v1_10_0">
1581      <Annotation Term="Redfish.OwningEntity" String="SNIA"/>
1582      <Annotation Term="OData.Description" String="This version was created to add ChangeStripSize to the OperationType enum."/>
1583      <Annotation Term="Redfish.Release" String="1.2.6"/>
1584      <EntityType Name="Volume" BaseType="Volume.v1_9_0.Volume">
1585      </EntityType>
1586    </Schema>
1587  </edmx:DataServices>
1588</edmx:Edmx>
1589