1*2bde4061SEd Tanous<?xml version="1.0" encoding="UTF-8"?>
2*2bde4061SEd Tanous<!---->
3*2bde4061SEd Tanous<!--################################################################################       -->
4*2bde4061SEd Tanous<!--# Redfish Schema:  SimpleStorage v1.3.1                                                -->
5*2bde4061SEd Tanous<!--#                                                                                      -->
6*2bde4061SEd Tanous<!--# For a detailed change log, see the README file contained in the DSP8010 bundle,      -->
7*2bde4061SEd Tanous<!--# available at http://www.dmtf.org/standards/redfish                                   -->
8*2bde4061SEd Tanous<!--# Copyright 2014-2023 DMTF.                                                            -->
9*2bde4061SEd Tanous<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10*2bde4061SEd Tanous<!--################################################################################       -->
11*2bde4061SEd Tanous<!---->
12*2bde4061SEd Tanous<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
13*2bde4061SEd Tanous
14*2bde4061SEd Tanous  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
15*2bde4061SEd Tanous    <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
16*2bde4061SEd Tanous  </edmx:Reference>
17*2bde4061SEd Tanous  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
18*2bde4061SEd Tanous    <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
19*2bde4061SEd Tanous  </edmx:Reference>
20*2bde4061SEd Tanous  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml">
21*2bde4061SEd Tanous    <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/>
22*2bde4061SEd Tanous  </edmx:Reference>
23*2bde4061SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
24*2bde4061SEd Tanous    <edmx:Include Namespace="Resource"/>
25*2bde4061SEd Tanous    <edmx:Include Namespace="Resource.v1_0_0"/>
26*2bde4061SEd Tanous  </edmx:Reference>
27*2bde4061SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
28*2bde4061SEd Tanous    <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
29*2bde4061SEd Tanous    <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/>
30*2bde4061SEd Tanous  </edmx:Reference>
31*2bde4061SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Chassis_v1.xml">
32*2bde4061SEd Tanous    <edmx:Include Namespace="Chassis"/>
33*2bde4061SEd Tanous  </edmx:Reference>
34*2bde4061SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Storage_v1.xml">
35*2bde4061SEd Tanous    <edmx:Include Namespace="Storage"/>
36*2bde4061SEd Tanous  </edmx:Reference>
37*2bde4061SEd Tanous
38*2bde4061SEd Tanous  <edmx:DataServices>
39*2bde4061SEd Tanous
40*2bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SimpleStorage">
41*2bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
42*2bde4061SEd Tanous
43*2bde4061SEd Tanous      <EntityType Name="SimpleStorage" BaseType="Resource.v1_0_0.Resource" Abstract="true">
44*2bde4061SEd Tanous        <Annotation Term="OData.Description" String="The SimpleStorage schema represents the properties of a storage controller and its directly-attached devices."/>
45*2bde4061SEd Tanous        <Annotation Term="OData.LongDescription" String="This Resource contains a storage controller and its directly-attached devices."/>
46*2bde4061SEd Tanous        <Annotation Term="Capabilities.InsertRestrictions">
47*2bde4061SEd Tanous          <Record>
48*2bde4061SEd Tanous            <PropertyValue Property="Insertable" Bool="false"/>
49*2bde4061SEd Tanous          </Record>
50*2bde4061SEd Tanous        </Annotation>
51*2bde4061SEd Tanous        <Annotation Term="Capabilities.UpdateRestrictions">
52*2bde4061SEd Tanous          <Record>
53*2bde4061SEd Tanous            <PropertyValue Property="Updatable" Bool="false"/>
54*2bde4061SEd Tanous          </Record>
55*2bde4061SEd Tanous        </Annotation>
56*2bde4061SEd Tanous        <Annotation Term="Capabilities.DeleteRestrictions">
57*2bde4061SEd Tanous          <Record>
58*2bde4061SEd Tanous            <PropertyValue Property="Deletable" Bool="false"/>
59*2bde4061SEd Tanous          </Record>
60*2bde4061SEd Tanous        </Annotation>
61*2bde4061SEd Tanous        <Annotation Term="Redfish.Uris">
62*2bde4061SEd Tanous          <Collection>
63*2bde4061SEd Tanous            <String>/redfish/v1/Systems/{ComputerSystemId}/SimpleStorage/{SimpleStorageId}</String>
64*2bde4061SEd Tanous            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/SimpleStorage/{SimpleStorageId}</String>
65*2bde4061SEd Tanous            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/SimpleStorage/{SimpleStorageId}</String>
66*2bde4061SEd Tanous            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/SimpleStorage/{SimpleStorageId}</String>
67*2bde4061SEd Tanous            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/SimpleStorage/{SimpleStorageId}</String>
68*2bde4061SEd Tanous          </Collection>
69*2bde4061SEd Tanous        </Annotation>
70*2bde4061SEd Tanous      </EntityType>
71*2bde4061SEd Tanous    </Schema>
72*2bde4061SEd Tanous
73*2bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SimpleStorage.v1_0_0">
74*2bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
75*2bde4061SEd Tanous      <Annotation Term="Redfish.Release" String="1.0"/>
76*2bde4061SEd Tanous
77*2bde4061SEd Tanous      <EntityType Name="SimpleStorage" BaseType="SimpleStorage.SimpleStorage">
78*2bde4061SEd Tanous        <Property Name="UefiDevicePath" Type="Edm.String">
79*2bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
80*2bde4061SEd Tanous          <Annotation Term="OData.Description" String="The UEFI device path to access this storage controller."/>
81*2bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the UEFI device path that identifies and locates the specific storage controller."/>
82*2bde4061SEd Tanous        </Property>
83*2bde4061SEd Tanous        <Property Name="Devices" Type="Collection(SimpleStorage.v1_0_0.Device)" Nullable="false">
84*2bde4061SEd Tanous          <Annotation Term="OData.Description" String="The storage devices."/>
85*2bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain a list of storage devices related to this Resource."/>
86*2bde4061SEd Tanous        </Property>
87*2bde4061SEd Tanous        <Property Name="Status" Type="Resource.Status" Nullable="false">
88*2bde4061SEd Tanous          <Annotation Term="OData.Description" String="The status and health of the Resource and its subordinate or dependent Resources."/>
89*2bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the Resource."/>
90*2bde4061SEd Tanous        </Property>
91*2bde4061SEd Tanous      </EntityType>
92*2bde4061SEd Tanous
93*2bde4061SEd Tanous      <ComplexType Name="Device">
94*2bde4061SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
95*2bde4061SEd Tanous        <Annotation Term="OData.Description" String="A storage device, such as a disk drive or optical media device."/>
96*2bde4061SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall describe a storage device visible to simple storage."/>
97*2bde4061SEd Tanous        <Property Name="Oem" Type="Resource.Oem" Nullable="false">
98*2bde4061SEd Tanous          <Annotation Term="OData.Description" String="The OEM extension property."/>
99*2bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the OEM extensions.  All values for properties contained in this object shall conform to the Redfish Specification-described requirements."/>
100*2bde4061SEd Tanous        </Property>
101*2bde4061SEd Tanous        <Property Name="Name" Type="Edm.String" Nullable="false">
102*2bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
103*2bde4061SEd Tanous          <Annotation Term="OData.Description"  String="The name of the Resource or array member."/>
104*2bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This object represents the name of this Resource or array member.  The Resource values shall comply with the Redfish Specification-described requirements.  This string value shall be of the 'Name' reserved word format."/>
105*2bde4061SEd Tanous          <Annotation Term="Redfish.Required"/>
106*2bde4061SEd Tanous        </Property>
107*2bde4061SEd Tanous        <Property Name="Status" Type="Resource.Status" Nullable="false">
108*2bde4061SEd Tanous          <Annotation Term="OData.Description" String="The status and health of the Resource and its subordinate or dependent Resources."/>
109*2bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the Resource."/>
110*2bde4061SEd Tanous        </Property>
111*2bde4061SEd Tanous        <Property Name="Manufacturer" Type="Edm.String">
112*2bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
113*2bde4061SEd Tanous          <Annotation Term="OData.Description" String="The name of the manufacturer of this device."/>
114*2bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall indicate the name of the manufacturer of this storage device."/>
115*2bde4061SEd Tanous        </Property>
116*2bde4061SEd Tanous        <Property Name="Model" Type="Edm.String">
117*2bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
118*2bde4061SEd Tanous          <Annotation Term="OData.Description" String="The product model number of this device."/>
119*2bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall indicate the model information as provided by the manufacturer of this storage device."/>
120*2bde4061SEd Tanous        </Property>
121*2bde4061SEd Tanous      </ComplexType>
122*2bde4061SEd Tanous    </Schema>
123*2bde4061SEd Tanous
124*2bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SimpleStorage.v1_0_2">
125*2bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
126*2bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
127*2bde4061SEd Tanous      <EntityType Name="SimpleStorage" BaseType="SimpleStorage.v1_0_0.SimpleStorage"/>
128*2bde4061SEd Tanous    </Schema>
129*2bde4061SEd Tanous
130*2bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SimpleStorage.v1_0_3">
131*2bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
132*2bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
133*2bde4061SEd Tanous      <EntityType Name="SimpleStorage" BaseType="SimpleStorage.v1_0_2.SimpleStorage"/>
134*2bde4061SEd Tanous    </Schema>
135*2bde4061SEd Tanous
136*2bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SimpleStorage.v1_0_4">
137*2bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
138*2bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
139*2bde4061SEd Tanous      <EntityType Name="SimpleStorage" BaseType="SimpleStorage.v1_0_3.SimpleStorage"/>
140*2bde4061SEd Tanous    </Schema>
141*2bde4061SEd Tanous
142*2bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SimpleStorage.v1_0_5">
143*2bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
144*2bde4061SEd Tanous      <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."/>
145*2bde4061SEd Tanous      <EntityType Name="SimpleStorage" BaseType="SimpleStorage.v1_0_4.SimpleStorage"/>
146*2bde4061SEd Tanous    </Schema>
147*2bde4061SEd Tanous
148*2bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SimpleStorage.v1_0_6">
149*2bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
150*2bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
151*2bde4061SEd Tanous      <EntityType Name="SimpleStorage" BaseType="SimpleStorage.v1_0_5.SimpleStorage"/>
152*2bde4061SEd Tanous    </Schema>
153*2bde4061SEd Tanous
154*2bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SimpleStorage.v1_0_7">
155*2bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
156*2bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
157*2bde4061SEd Tanous      <EntityType Name="SimpleStorage" BaseType="SimpleStorage.v1_0_6.SimpleStorage"/>
158*2bde4061SEd Tanous    </Schema>
159*2bde4061SEd Tanous
160*2bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SimpleStorage.v1_0_8">
161*2bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
162*2bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
163*2bde4061SEd Tanous      <EntityType Name="SimpleStorage" BaseType="SimpleStorage.v1_0_7.SimpleStorage"/>
164*2bde4061SEd Tanous    </Schema>
165*2bde4061SEd Tanous
166*2bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SimpleStorage.v1_1_0">
167*2bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
168*2bde4061SEd Tanous      <Annotation Term="Redfish.Release" String="2016.1"/>
169*2bde4061SEd Tanous
170*2bde4061SEd Tanous      <EntityType Name="SimpleStorage" BaseType="SimpleStorage.v1_0_2.SimpleStorage"/>
171*2bde4061SEd Tanous
172*2bde4061SEd Tanous      <ComplexType Name="Device" BaseType="SimpleStorage.v1_0_0.Device">
173*2bde4061SEd Tanous        <Property Name="CapacityBytes" Type="Edm.Int64">
174*2bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
175*2bde4061SEd Tanous          <Annotation Term="OData.Description" String="The size, in bytes, of the storage device."/>
176*2bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall represent the size, in bytes, of the storage device."/>
177*2bde4061SEd Tanous          <Annotation Term="Validation.Minimum" Int="0"/>
178*2bde4061SEd Tanous          <Annotation Term="Measures.Unit" String="By"/>
179*2bde4061SEd Tanous        </Property>
180*2bde4061SEd Tanous      </ComplexType>
181*2bde4061SEd Tanous    </Schema>
182*2bde4061SEd Tanous
183*2bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SimpleStorage.v1_1_1">
184*2bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
185*2bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
186*2bde4061SEd Tanous      <EntityType Name="SimpleStorage" BaseType="SimpleStorage.v1_1_0.SimpleStorage"/>
187*2bde4061SEd Tanous    </Schema>
188*2bde4061SEd Tanous
189*2bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SimpleStorage.v1_1_2">
190*2bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
191*2bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
192*2bde4061SEd Tanous      <EntityType Name="SimpleStorage" BaseType="SimpleStorage.v1_1_1.SimpleStorage"/>
193*2bde4061SEd Tanous    </Schema>
194*2bde4061SEd Tanous
195*2bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SimpleStorage.v1_1_3">
196*2bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
197*2bde4061SEd Tanous      <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."/>
198*2bde4061SEd Tanous      <EntityType Name="SimpleStorage" BaseType="SimpleStorage.v1_1_2.SimpleStorage"/>
199*2bde4061SEd Tanous    </Schema>
200*2bde4061SEd Tanous
201*2bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SimpleStorage.v1_1_4">
202*2bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
203*2bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
204*2bde4061SEd Tanous      <EntityType Name="SimpleStorage" BaseType="SimpleStorage.v1_1_3.SimpleStorage"/>
205*2bde4061SEd Tanous    </Schema>
206*2bde4061SEd Tanous
207*2bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SimpleStorage.v1_1_5">
208*2bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
209*2bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
210*2bde4061SEd Tanous      <EntityType Name="SimpleStorage" BaseType="SimpleStorage.v1_1_4.SimpleStorage"/>
211*2bde4061SEd Tanous    </Schema>
212*2bde4061SEd Tanous
213*2bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SimpleStorage.v1_1_6">
214*2bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
215*2bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
216*2bde4061SEd Tanous      <EntityType Name="SimpleStorage" BaseType="SimpleStorage.v1_1_5.SimpleStorage"/>
217*2bde4061SEd Tanous    </Schema>
218*2bde4061SEd Tanous
219*2bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SimpleStorage.v1_2_0">
220*2bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
221*2bde4061SEd Tanous      <Annotation Term="Redfish.Release" String="2017.1"/>
222*2bde4061SEd Tanous
223*2bde4061SEd Tanous      <EntityType Name="SimpleStorage" BaseType="SimpleStorage.v1_1_2.SimpleStorage">
224*2bde4061SEd Tanous        <Property Name="Links" Type="SimpleStorage.v1_2_0.Links" Nullable="false">
225*2bde4061SEd Tanous          <Annotation Term="OData.Description" String="The links to other Resources that are related to this Resource."/>
226*2bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="The Redfish Specification-described Links Property shall contain links to Resources related to but not subordinate to this Resource."/>
227*2bde4061SEd Tanous        </Property>
228*2bde4061SEd Tanous        <Property Name="Actions" Type="SimpleStorage.v1_2_0.Actions" Nullable="false">
229*2bde4061SEd Tanous          <Annotation Term="OData.Description" String="The available actions for this Resource."/>
230*2bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this Resource."/>
231*2bde4061SEd Tanous        </Property>
232*2bde4061SEd Tanous      </EntityType>
233*2bde4061SEd Tanous
234*2bde4061SEd Tanous      <ComplexType Name="Links" BaseType="Resource.Links">
235*2bde4061SEd Tanous        <Annotation Term="OData.Description" String="The links to other Resources that are related to this Resource."/>
236*2bde4061SEd Tanous        <Annotation Term="OData.LongDescription" String="The Redfish Specification-described type shall contain links to Resources related to but not subordinate to this Resource."/>
237*2bde4061SEd Tanous        <NavigationProperty Name="Chassis" Type="Chassis.Chassis" Nullable="false">
238*2bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
239*2bde4061SEd Tanous          <Annotation Term="OData.Description" String="The link to the chassis that contains this simple storage."/>
240*2bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a Resource of type Chassis that represents the physical container associated with this Resource."/>
241*2bde4061SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
242*2bde4061SEd Tanous        </NavigationProperty>
243*2bde4061SEd Tanous      </ComplexType>
244*2bde4061SEd Tanous
245*2bde4061SEd Tanous      <ComplexType Name="Actions">
246*2bde4061SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
247*2bde4061SEd Tanous        <Annotation Term="OData.Description" String="The available actions for this Resource."/>
248*2bde4061SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this Resource."/>
249*2bde4061SEd Tanous        <Property Name="Oem" Type="SimpleStorage.v1_2_0.OemActions" Nullable="false">
250*2bde4061SEd Tanous          <Annotation Term="OData.Description" String="The available OEM-specific actions for this Resource."/>
251*2bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this Resource."/>
252*2bde4061SEd Tanous        </Property>
253*2bde4061SEd Tanous      </ComplexType>
254*2bde4061SEd Tanous
255*2bde4061SEd Tanous      <ComplexType Name="OemActions">
256*2bde4061SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
257*2bde4061SEd Tanous        <Annotation Term="OData.Description" String="The available OEM-specific actions for this Resource."/>
258*2bde4061SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this Resource."/>
259*2bde4061SEd Tanous      </ComplexType>
260*2bde4061SEd Tanous    </Schema>
261*2bde4061SEd Tanous
262*2bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SimpleStorage.v1_2_1">
263*2bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
264*2bde4061SEd Tanous      <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."/>
265*2bde4061SEd Tanous      <EntityType Name="SimpleStorage" BaseType="SimpleStorage.v1_2_0.SimpleStorage"/>
266*2bde4061SEd Tanous    </Schema>
267*2bde4061SEd Tanous
268*2bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SimpleStorage.v1_2_2">
269*2bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
270*2bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
271*2bde4061SEd Tanous      <EntityType Name="SimpleStorage" BaseType="SimpleStorage.v1_2_1.SimpleStorage"/>
272*2bde4061SEd Tanous    </Schema>
273*2bde4061SEd Tanous
274*2bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SimpleStorage.v1_2_3">
275*2bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
276*2bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
277*2bde4061SEd Tanous      <EntityType Name="SimpleStorage" BaseType="SimpleStorage.v1_2_2.SimpleStorage"/>
278*2bde4061SEd Tanous    </Schema>
279*2bde4061SEd Tanous
280*2bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SimpleStorage.v1_2_4">
281*2bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
282*2bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
283*2bde4061SEd Tanous      <EntityType Name="SimpleStorage" BaseType="SimpleStorage.v1_2_3.SimpleStorage"/>
284*2bde4061SEd Tanous    </Schema>
285*2bde4061SEd Tanous
286*2bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SimpleStorage.v1_3_0">
287*2bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
288*2bde4061SEd Tanous      <Annotation Term="Redfish.Release" String="2020.3"/>
289*2bde4061SEd Tanous
290*2bde4061SEd Tanous      <EntityType Name="SimpleStorage" BaseType="SimpleStorage.v1_2_3.SimpleStorage"/>
291*2bde4061SEd Tanous
292*2bde4061SEd Tanous      <ComplexType Name="Links" BaseType="SimpleStorage.v1_2_0.Links">
293*2bde4061SEd Tanous        <NavigationProperty Name="Storage" Type="Storage.Storage" Nullable="false">
294*2bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
295*2bde4061SEd Tanous          <Annotation Term="OData.Description" String="The link to the storage instance that corresponds to this simple storage."/>
296*2bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a Resource of type Storage that represents the same storage subsystem as this Resource."/>
297*2bde4061SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
298*2bde4061SEd Tanous        </NavigationProperty>
299*2bde4061SEd Tanous      </ComplexType>
300*2bde4061SEd Tanous    </Schema>
301*2bde4061SEd Tanous
302*2bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SimpleStorage.v1_3_1">
303*2bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
304*2bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
305*2bde4061SEd Tanous      <EntityType Name="SimpleStorage" BaseType="SimpleStorage.v1_3_0.SimpleStorage"/>
306*2bde4061SEd Tanous    </Schema>
307*2bde4061SEd Tanous
308*2bde4061SEd Tanous  </edmx:DataServices>
309*2bde4061SEd Tanous</edmx:Edmx>
310