<?xml version="1.0" encoding="UTF-8"?>
<!---->
<!-- Copyright 2015-2017 Storage Networking Industry Association (SNIA), USA. All rights reserved.-->
<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
    <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
  </edmx:Reference>
  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
    <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
  </edmx:Reference>
  <edmx:DataServices>
    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="StorageAccessCapability.v1_0_0">
      <EnumType Name="StorageAccessCapability">
        <Annotation Term="OData.Description" String="Values of StorageAccessCapability describe abilities to read or write storage."/>
        <Annotation Term="OData.LongDescription" String="StorageAccessCapability enumeration literals may be used to describe abilities to read or write storage."/>
        <Member Name="Read">
          <Annotation Term="OData.Description" String="Read."/>
          <Annotation Term="OData.LongDescription" String="This enumeration literal shall indicate that the storage may be read."/>
        </Member>
        <Member Name="Write">
          <Annotation Term="OData.Description" String="Write Many."/>
          <Annotation Term="OData.LongDescription" String="This enumeration literal shall indicate that the storage may be written multiple times."/>
        </Member>
        <Member Name="WriteOnce">
          <Annotation Term="OData.Description" String="WriteOnce."/>
          <Annotation Term="OData.LongDescription" String="This enumeration literal shall indicate that the storage may be written only once."/>
        </Member>
        <Member Name="Append">
          <Annotation Term="OData.Description" String="AppendOnly."/>
          <Annotation Term="OData.LongDescription" String="This enumeration literal shall indicate that the storage may be written only to append."/>
        </Member>
        <Member Name="Streaming">
          <Annotation Term="OData.Description" String="Streaming."/>
          <Annotation Term="OData.LongDescription" String="This enumeration literal shall indicate that the storage may be read sequentially."/>
        </Member>
      </EnumType>
    </Schema>
  </edmx:DataServices>
</edmx:Edmx>
