1720c9898SEd Tanous<?xml version="1.0" encoding="UTF-8"?>
2720c9898SEd Tanous<!---->
3720c9898SEd Tanous<!--################################################################################       -->
4720c9898SEd Tanous<!--# Redfish Schema:  DriveCollection                                                     -->
5720c9898SEd Tanous<!--#                                                                                      -->
6720c9898SEd Tanous<!--# For a detailed change log, see the README file contained in the DSP8010 bundle,      -->
7720c9898SEd Tanous<!--# available at http://www.dmtf.org/standards/redfish                                   -->
8*f2a8e57eSGunnar Mills<!--# Copyright 2014-2024 DMTF.                                                            -->
9720c9898SEd Tanous<!--# Portions Copyright 2015-2020 Storage Networking Industry Association (SNIA), USA.    -->
10720c9898SEd Tanous<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
11720c9898SEd Tanous<!--################################################################################       -->
12720c9898SEd Tanous<!---->
13720c9898SEd Tanous<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
14720c9898SEd Tanous
15720c9898SEd Tanous  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
16720c9898SEd Tanous    <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
17720c9898SEd Tanous  </edmx:Reference>
18720c9898SEd Tanous  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
19720c9898SEd Tanous    <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
20720c9898SEd Tanous  </edmx:Reference>
21720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
22720c9898SEd Tanous    <edmx:Include Namespace="Resource.v1_0_0" />
23720c9898SEd Tanous  </edmx:Reference>
24720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
25720c9898SEd Tanous    <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
26720c9898SEd Tanous  </edmx:Reference>
27720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Drive_v1.xml">
28720c9898SEd Tanous    <edmx:Include Namespace="Drive"/>
29720c9898SEd Tanous  </edmx:Reference>
30720c9898SEd Tanous
31720c9898SEd Tanous  <edmx:DataServices>
32720c9898SEd Tanous
33720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="DriveCollection">
34720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
35*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.Language" String="en"/>
36720c9898SEd Tanous
37720c9898SEd Tanous      <EntityType Name="DriveCollection" BaseType="Resource.v1_0_0.ResourceCollection">
38*f2a8e57eSGunnar Mills        <Annotation Term="OData.Description" String="The collection of `Drive` resource instances."/>
39*f2a8e57eSGunnar Mills        <Annotation Term="OData.LongDescription" String="This resource shall represent a resource collection of `Drive` instances for a Redfish implementation."/>
40720c9898SEd Tanous        <Annotation Term="Capabilities.InsertRestrictions">
41720c9898SEd Tanous          <Record>
42720c9898SEd Tanous            <PropertyValue Property="Insertable" Bool="false"/>
43720c9898SEd Tanous          </Record>
44720c9898SEd Tanous        </Annotation>
45720c9898SEd Tanous        <Annotation Term="Capabilities.UpdateRestrictions">
46720c9898SEd Tanous          <Record>
47720c9898SEd Tanous            <PropertyValue Property="Updatable" Bool="false"/>
48720c9898SEd Tanous          </Record>
49720c9898SEd Tanous        </Annotation>
50720c9898SEd Tanous        <Annotation Term="Capabilities.DeleteRestrictions">
51720c9898SEd Tanous          <Record>
52720c9898SEd Tanous            <PropertyValue Property="Deletable" Bool="false"/>
53720c9898SEd Tanous          </Record>
54720c9898SEd Tanous        </Annotation>
55720c9898SEd Tanous        <Annotation Term="Redfish.Uris">
56720c9898SEd Tanous          <Collection>
57720c9898SEd Tanous            <String>/redfish/v1/Chassis/{ChassisId}/Drives</String>
58720c9898SEd Tanous            <String>/redfish/v1/Storage/{StorageId}/FileSystems/{FileSystemId}/CapacitySources/{CapacitySourceId}/ProvidingDrives</String>
59720c9898SEd Tanous            <String>/redfish/v1/Storage/{StorageId}/StoragePools/{StoragePoolId}/CapacitySources/{CapacitySourceId}/ProvidingDrives</String>
60720c9898SEd Tanous            <String>/redfish/v1/Storage/{StorageId}/Volumes/{VolumeId}/CapacitySources/{CapacitySourceId}/ProvidingDrives</String>
61720c9898SEd Tanous            <String>/redfish/v1/Systems/{ComputerSystemId}/Storage/{StorageId}/FileSystems/{FileSystemId}/CapacitySources/{CapacitySourceId}/ProvidingDrives</String>
62720c9898SEd Tanous            <String>/redfish/v1/Systems/{ComputerSystemId}/Storage/{StorageId}/StoragePools/{StoragePoolId}/CapacitySources/{CapacitySourceId}/ProvidingDrives</String>
63720c9898SEd Tanous            <String>/redfish/v1/Systems/{ComputerSystemId}/Storage/{StorageId}/Volumes/{VolumeId}/CapacitySources/{CapacitySourceId}/ProvidingDrives</String>
64720c9898SEd Tanous            <String>/redfish/v1/StorageServices/{StorageServiceId}/Drives</String>
65720c9898SEd Tanous            <String>/redfish/v1/StorageServices/{StorageServiceId}/FileSystems/{FileSystemId}/CapacitySources/{CapacitySourceId}/ProvidingDrives</String>
66720c9898SEd Tanous            <String>/redfish/v1/StorageServices/{StorageServiceId}/StoragePools/{StoragePoolId}/CapacitySources/{CapacitySourceId}/ProvidingDrives</String>
67720c9898SEd Tanous            <String>/redfish/v1/StorageServices/{StorageServiceId}/Volumes/{VolumeId}/CapacitySources/{CapacitySourceId}/ProvidingDrives</String>
68720c9898SEd Tanous          </Collection>
69720c9898SEd Tanous        </Annotation>
70720c9898SEd Tanous        <NavigationProperty Name="Members" Type="Collection(Drive.Drive)">
71720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
72720c9898SEd Tanous          <Annotation Term="OData.Description" String="The members of this collection."/>
73720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to the members of this collection."/>
74720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
75720c9898SEd Tanous          <Annotation Term="Redfish.Required"/>
76720c9898SEd Tanous        </NavigationProperty>
77720c9898SEd Tanous      </EntityType>
78720c9898SEd Tanous    </Schema>
79720c9898SEd Tanous
80720c9898SEd Tanous  </edmx:DataServices>
81720c9898SEd Tanous</edmx:Edmx>
82