12bde4061SEd Tanous<?xml version="1.0" encoding="UTF-8"?>
22bde4061SEd Tanous<!---->
32bde4061SEd Tanous<!--################################################################################       -->
4*f2a8e57eSGunnar Mills<!--# Redfish Schema:  SimpleStorage v1.3.2                                                -->
52bde4061SEd Tanous<!--#                                                                                      -->
62bde4061SEd Tanous<!--# For a detailed change log, see the README file contained in the DSP8010 bundle,      -->
72bde4061SEd Tanous<!--# available at http://www.dmtf.org/standards/redfish                                   -->
8*f2a8e57eSGunnar Mills<!--# Copyright 2014-2024 DMTF.                                                            -->
92bde4061SEd Tanous<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
102bde4061SEd Tanous<!--################################################################################       -->
112bde4061SEd Tanous<!---->
122bde4061SEd Tanous<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
132bde4061SEd Tanous
142bde4061SEd Tanous  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
152bde4061SEd Tanous    <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
162bde4061SEd Tanous  </edmx:Reference>
172bde4061SEd Tanous  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
182bde4061SEd Tanous    <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
192bde4061SEd Tanous  </edmx:Reference>
202bde4061SEd Tanous  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml">
212bde4061SEd Tanous    <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/>
222bde4061SEd Tanous  </edmx:Reference>
232bde4061SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
242bde4061SEd Tanous    <edmx:Include Namespace="Resource"/>
252bde4061SEd Tanous    <edmx:Include Namespace="Resource.v1_0_0"/>
262bde4061SEd Tanous  </edmx:Reference>
272bde4061SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
282bde4061SEd Tanous    <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
292bde4061SEd Tanous    <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/>
302bde4061SEd Tanous  </edmx:Reference>
312bde4061SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Chassis_v1.xml">
322bde4061SEd Tanous    <edmx:Include Namespace="Chassis"/>
332bde4061SEd Tanous  </edmx:Reference>
342bde4061SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Storage_v1.xml">
352bde4061SEd Tanous    <edmx:Include Namespace="Storage"/>
362bde4061SEd Tanous  </edmx:Reference>
372bde4061SEd Tanous
382bde4061SEd Tanous  <edmx:DataServices>
392bde4061SEd Tanous
402bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SimpleStorage">
412bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
42*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.Language" String="en"/>
432bde4061SEd Tanous
442bde4061SEd Tanous      <EntityType Name="SimpleStorage" BaseType="Resource.v1_0_0.Resource" Abstract="true">
45*f2a8e57eSGunnar Mills        <Annotation Term="OData.Description" String="The `SimpleStorage` schema represents the properties of a storage controller and its directly-attached devices."/>
46*f2a8e57eSGunnar Mills        <Annotation Term="OData.LongDescription" String="This resource contains a storage controller and its directly-attached devices."/>
472bde4061SEd Tanous        <Annotation Term="Capabilities.InsertRestrictions">
482bde4061SEd Tanous          <Record>
492bde4061SEd Tanous            <PropertyValue Property="Insertable" Bool="false"/>
502bde4061SEd Tanous          </Record>
512bde4061SEd Tanous        </Annotation>
522bde4061SEd Tanous        <Annotation Term="Capabilities.UpdateRestrictions">
532bde4061SEd Tanous          <Record>
542bde4061SEd Tanous            <PropertyValue Property="Updatable" Bool="false"/>
552bde4061SEd Tanous          </Record>
562bde4061SEd Tanous        </Annotation>
572bde4061SEd Tanous        <Annotation Term="Capabilities.DeleteRestrictions">
582bde4061SEd Tanous          <Record>
592bde4061SEd Tanous            <PropertyValue Property="Deletable" Bool="false"/>
602bde4061SEd Tanous          </Record>
612bde4061SEd Tanous        </Annotation>
622bde4061SEd Tanous        <Annotation Term="Redfish.Uris">
632bde4061SEd Tanous          <Collection>
642bde4061SEd Tanous            <String>/redfish/v1/Systems/{ComputerSystemId}/SimpleStorage/{SimpleStorageId}</String>
652bde4061SEd Tanous            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/SimpleStorage/{SimpleStorageId}</String>
662bde4061SEd Tanous            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/SimpleStorage/{SimpleStorageId}</String>
672bde4061SEd Tanous            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/SimpleStorage/{SimpleStorageId}</String>
682bde4061SEd Tanous            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/SimpleStorage/{SimpleStorageId}</String>
692bde4061SEd Tanous          </Collection>
702bde4061SEd Tanous        </Annotation>
712bde4061SEd Tanous      </EntityType>
722bde4061SEd Tanous    </Schema>
732bde4061SEd Tanous
742bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SimpleStorage.v1_0_0">
752bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
762bde4061SEd Tanous      <Annotation Term="Redfish.Release" String="1.0"/>
772bde4061SEd Tanous
782bde4061SEd Tanous      <EntityType Name="SimpleStorage" BaseType="SimpleStorage.SimpleStorage">
792bde4061SEd Tanous        <Property Name="UefiDevicePath" Type="Edm.String">
802bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
812bde4061SEd Tanous          <Annotation Term="OData.Description" String="The UEFI device path to access this storage controller."/>
822bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the UEFI device path that identifies and locates the specific storage controller."/>
832bde4061SEd Tanous        </Property>
842bde4061SEd Tanous        <Property Name="Devices" Type="Collection(SimpleStorage.v1_0_0.Device)" Nullable="false">
852bde4061SEd Tanous          <Annotation Term="OData.Description" String="The storage devices."/>
86*f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain a list of storage devices related to this resource."/>
872bde4061SEd Tanous        </Property>
882bde4061SEd Tanous        <Property Name="Status" Type="Resource.Status" Nullable="false">
89*f2a8e57eSGunnar Mills          <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
90*f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
912bde4061SEd Tanous        </Property>
922bde4061SEd Tanous      </EntityType>
932bde4061SEd Tanous
942bde4061SEd Tanous      <ComplexType Name="Device">
952bde4061SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
962bde4061SEd Tanous        <Annotation Term="OData.Description" String="A storage device, such as a disk drive or optical media device."/>
972bde4061SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall describe a storage device visible to simple storage."/>
982bde4061SEd Tanous        <Property Name="Oem" Type="Resource.Oem" Nullable="false">
992bde4061SEd Tanous          <Annotation Term="OData.Description" String="The OEM extension property."/>
1002bde4061SEd 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."/>
1012bde4061SEd Tanous        </Property>
1022bde4061SEd Tanous        <Property Name="Name" Type="Edm.String" Nullable="false">
1032bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
104*f2a8e57eSGunnar Mills          <Annotation Term="OData.Description"  String="The name of the resource or array member."/>
105*f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This object represents the name of this resource or array member.  The resource values shall conform with the Redfish Specification-described requirements.  This string value shall be of the 'Name' reserved word format."/>
1062bde4061SEd Tanous          <Annotation Term="Redfish.Required"/>
1072bde4061SEd Tanous        </Property>
1082bde4061SEd Tanous        <Property Name="Status" Type="Resource.Status" Nullable="false">
109*f2a8e57eSGunnar Mills          <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
110*f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
1112bde4061SEd Tanous        </Property>
1122bde4061SEd Tanous        <Property Name="Manufacturer" Type="Edm.String">
1132bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1142bde4061SEd Tanous          <Annotation Term="OData.Description" String="The name of the manufacturer of this device."/>
1152bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall indicate the name of the manufacturer of this storage device."/>
1162bde4061SEd Tanous        </Property>
1172bde4061SEd Tanous        <Property Name="Model" Type="Edm.String">
1182bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1192bde4061SEd Tanous          <Annotation Term="OData.Description" String="The product model number of this device."/>
1202bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall indicate the model information as provided by the manufacturer of this storage device."/>
1212bde4061SEd Tanous        </Property>
1222bde4061SEd Tanous      </ComplexType>
1232bde4061SEd Tanous    </Schema>
1242bde4061SEd Tanous
1252bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SimpleStorage.v1_0_2">
1262bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1272bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
1282bde4061SEd Tanous      <EntityType Name="SimpleStorage" BaseType="SimpleStorage.v1_0_0.SimpleStorage"/>
1292bde4061SEd Tanous    </Schema>
1302bde4061SEd Tanous
1312bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SimpleStorage.v1_0_3">
1322bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1332bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
1342bde4061SEd Tanous      <EntityType Name="SimpleStorage" BaseType="SimpleStorage.v1_0_2.SimpleStorage"/>
1352bde4061SEd Tanous    </Schema>
1362bde4061SEd Tanous
1372bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SimpleStorage.v1_0_4">
1382bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1392bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
1402bde4061SEd Tanous      <EntityType Name="SimpleStorage" BaseType="SimpleStorage.v1_0_3.SimpleStorage"/>
1412bde4061SEd Tanous    </Schema>
1422bde4061SEd Tanous
1432bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SimpleStorage.v1_0_5">
1442bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1452bde4061SEd 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."/>
1462bde4061SEd Tanous      <EntityType Name="SimpleStorage" BaseType="SimpleStorage.v1_0_4.SimpleStorage"/>
1472bde4061SEd Tanous    </Schema>
1482bde4061SEd Tanous
1492bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SimpleStorage.v1_0_6">
1502bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1512bde4061SEd 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."/>
1522bde4061SEd Tanous      <EntityType Name="SimpleStorage" BaseType="SimpleStorage.v1_0_5.SimpleStorage"/>
1532bde4061SEd Tanous    </Schema>
1542bde4061SEd Tanous
1552bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SimpleStorage.v1_0_7">
1562bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1572bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1582bde4061SEd Tanous      <EntityType Name="SimpleStorage" BaseType="SimpleStorage.v1_0_6.SimpleStorage"/>
1592bde4061SEd Tanous    </Schema>
1602bde4061SEd Tanous
1612bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SimpleStorage.v1_0_8">
1622bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1632bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
1642bde4061SEd Tanous      <EntityType Name="SimpleStorage" BaseType="SimpleStorage.v1_0_7.SimpleStorage"/>
1652bde4061SEd Tanous    </Schema>
1662bde4061SEd Tanous
167*f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SimpleStorage.v1_0_9">
168*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
169*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
170*f2a8e57eSGunnar Mills      <EntityType Name="SimpleStorage" BaseType="SimpleStorage.v1_0_8.SimpleStorage"/>
171*f2a8e57eSGunnar Mills    </Schema>
172*f2a8e57eSGunnar Mills
1732bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SimpleStorage.v1_1_0">
1742bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1752bde4061SEd Tanous      <Annotation Term="Redfish.Release" String="2016.1"/>
1762bde4061SEd Tanous
1772bde4061SEd Tanous      <EntityType Name="SimpleStorage" BaseType="SimpleStorage.v1_0_2.SimpleStorage"/>
1782bde4061SEd Tanous
1792bde4061SEd Tanous      <ComplexType Name="Device" BaseType="SimpleStorage.v1_0_0.Device">
1802bde4061SEd Tanous        <Property Name="CapacityBytes" Type="Edm.Int64">
1812bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1822bde4061SEd Tanous          <Annotation Term="OData.Description" String="The size, in bytes, of the storage device."/>
1832bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall represent the size, in bytes, of the storage device."/>
1842bde4061SEd Tanous          <Annotation Term="Validation.Minimum" Int="0"/>
1852bde4061SEd Tanous          <Annotation Term="Measures.Unit" String="By"/>
1862bde4061SEd Tanous        </Property>
1872bde4061SEd Tanous      </ComplexType>
1882bde4061SEd Tanous    </Schema>
1892bde4061SEd Tanous
1902bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SimpleStorage.v1_1_1">
1912bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1922bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
1932bde4061SEd Tanous      <EntityType Name="SimpleStorage" BaseType="SimpleStorage.v1_1_0.SimpleStorage"/>
1942bde4061SEd Tanous    </Schema>
1952bde4061SEd Tanous
1962bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SimpleStorage.v1_1_2">
1972bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1982bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
1992bde4061SEd Tanous      <EntityType Name="SimpleStorage" BaseType="SimpleStorage.v1_1_1.SimpleStorage"/>
2002bde4061SEd Tanous    </Schema>
2012bde4061SEd Tanous
2022bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SimpleStorage.v1_1_3">
2032bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2042bde4061SEd 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."/>
2052bde4061SEd Tanous      <EntityType Name="SimpleStorage" BaseType="SimpleStorage.v1_1_2.SimpleStorage"/>
2062bde4061SEd Tanous    </Schema>
2072bde4061SEd Tanous
2082bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SimpleStorage.v1_1_4">
2092bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2102bde4061SEd 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."/>
2112bde4061SEd Tanous      <EntityType Name="SimpleStorage" BaseType="SimpleStorage.v1_1_3.SimpleStorage"/>
2122bde4061SEd Tanous    </Schema>
2132bde4061SEd Tanous
2142bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SimpleStorage.v1_1_5">
2152bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2162bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
2172bde4061SEd Tanous      <EntityType Name="SimpleStorage" BaseType="SimpleStorage.v1_1_4.SimpleStorage"/>
2182bde4061SEd Tanous    </Schema>
2192bde4061SEd Tanous
2202bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SimpleStorage.v1_1_6">
2212bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2222bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
2232bde4061SEd Tanous      <EntityType Name="SimpleStorage" BaseType="SimpleStorage.v1_1_5.SimpleStorage"/>
2242bde4061SEd Tanous    </Schema>
2252bde4061SEd Tanous
226*f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SimpleStorage.v1_1_7">
227*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
228*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
229*f2a8e57eSGunnar Mills      <EntityType Name="SimpleStorage" BaseType="SimpleStorage.v1_1_6.SimpleStorage"/>
230*f2a8e57eSGunnar Mills    </Schema>
231*f2a8e57eSGunnar Mills
2322bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SimpleStorage.v1_2_0">
2332bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2342bde4061SEd Tanous      <Annotation Term="Redfish.Release" String="2017.1"/>
2352bde4061SEd Tanous
2362bde4061SEd Tanous      <EntityType Name="SimpleStorage" BaseType="SimpleStorage.v1_1_2.SimpleStorage">
2372bde4061SEd Tanous        <Property Name="Links" Type="SimpleStorage.v1_2_0.Links" Nullable="false">
238*f2a8e57eSGunnar Mills          <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
239*f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain links to resources that are related to but are not contained by, or subordinate to, this resource."/>
2402bde4061SEd Tanous        </Property>
2412bde4061SEd Tanous        <Property Name="Actions" Type="SimpleStorage.v1_2_0.Actions" Nullable="false">
242*f2a8e57eSGunnar Mills          <Annotation Term="OData.Description" String="The available actions for this resource."/>
243*f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
2442bde4061SEd Tanous        </Property>
2452bde4061SEd Tanous      </EntityType>
2462bde4061SEd Tanous
2472bde4061SEd Tanous      <ComplexType Name="Links" BaseType="Resource.Links">
248*f2a8e57eSGunnar Mills        <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
249*f2a8e57eSGunnar Mills        <Annotation Term="OData.LongDescription" String="This Redfish Specification-described type shall contain links to resources that are related to but are not contained by, or subordinate to, this resource."/>
2502bde4061SEd Tanous        <NavigationProperty Name="Chassis" Type="Chassis.Chassis" Nullable="false">
2512bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2522bde4061SEd Tanous          <Annotation Term="OData.Description" String="The link to the chassis that contains this simple storage."/>
253*f2a8e57eSGunnar Mills          <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."/>
2542bde4061SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
2552bde4061SEd Tanous        </NavigationProperty>
2562bde4061SEd Tanous      </ComplexType>
2572bde4061SEd Tanous
2582bde4061SEd Tanous      <ComplexType Name="Actions">
2592bde4061SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
260*f2a8e57eSGunnar Mills        <Annotation Term="OData.Description" String="The available actions for this resource."/>
261*f2a8e57eSGunnar Mills        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
2622bde4061SEd Tanous        <Property Name="Oem" Type="SimpleStorage.v1_2_0.OemActions" Nullable="false">
263*f2a8e57eSGunnar Mills          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
264*f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
2652bde4061SEd Tanous        </Property>
2662bde4061SEd Tanous      </ComplexType>
2672bde4061SEd Tanous
2682bde4061SEd Tanous      <ComplexType Name="OemActions">
2692bde4061SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
270*f2a8e57eSGunnar Mills        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
271*f2a8e57eSGunnar Mills        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
2722bde4061SEd Tanous      </ComplexType>
2732bde4061SEd Tanous    </Schema>
2742bde4061SEd Tanous
2752bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SimpleStorage.v1_2_1">
2762bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2772bde4061SEd 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."/>
2782bde4061SEd Tanous      <EntityType Name="SimpleStorage" BaseType="SimpleStorage.v1_2_0.SimpleStorage"/>
2792bde4061SEd Tanous    </Schema>
2802bde4061SEd Tanous
2812bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SimpleStorage.v1_2_2">
2822bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2832bde4061SEd 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."/>
2842bde4061SEd Tanous      <EntityType Name="SimpleStorage" BaseType="SimpleStorage.v1_2_1.SimpleStorage"/>
2852bde4061SEd Tanous    </Schema>
2862bde4061SEd Tanous
2872bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SimpleStorage.v1_2_3">
2882bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2892bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
2902bde4061SEd Tanous      <EntityType Name="SimpleStorage" BaseType="SimpleStorage.v1_2_2.SimpleStorage"/>
2912bde4061SEd Tanous    </Schema>
2922bde4061SEd Tanous
2932bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SimpleStorage.v1_2_4">
2942bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2952bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
2962bde4061SEd Tanous      <EntityType Name="SimpleStorage" BaseType="SimpleStorage.v1_2_3.SimpleStorage"/>
2972bde4061SEd Tanous    </Schema>
2982bde4061SEd Tanous
299*f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SimpleStorage.v1_2_5">
300*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
301*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
302*f2a8e57eSGunnar Mills      <EntityType Name="SimpleStorage" BaseType="SimpleStorage.v1_2_4.SimpleStorage"/>
303*f2a8e57eSGunnar Mills    </Schema>
304*f2a8e57eSGunnar Mills
3052bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SimpleStorage.v1_3_0">
3062bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
3072bde4061SEd Tanous      <Annotation Term="Redfish.Release" String="2020.3"/>
3082bde4061SEd Tanous
3092bde4061SEd Tanous      <EntityType Name="SimpleStorage" BaseType="SimpleStorage.v1_2_3.SimpleStorage"/>
3102bde4061SEd Tanous
3112bde4061SEd Tanous      <ComplexType Name="Links" BaseType="SimpleStorage.v1_2_0.Links">
3122bde4061SEd Tanous        <NavigationProperty Name="Storage" Type="Storage.Storage" Nullable="false">
3132bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
3142bde4061SEd Tanous          <Annotation Term="OData.Description" String="The link to the storage instance that corresponds to this simple storage."/>
315*f2a8e57eSGunnar Mills          <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."/>
3162bde4061SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
3172bde4061SEd Tanous        </NavigationProperty>
3182bde4061SEd Tanous      </ComplexType>
3192bde4061SEd Tanous    </Schema>
3202bde4061SEd Tanous
3212bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SimpleStorage.v1_3_1">
3222bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
3232bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
3242bde4061SEd Tanous      <EntityType Name="SimpleStorage" BaseType="SimpleStorage.v1_3_0.SimpleStorage"/>
3252bde4061SEd Tanous    </Schema>
3262bde4061SEd Tanous
327*f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="SimpleStorage.v1_3_2">
328*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
329*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
330*f2a8e57eSGunnar Mills      <EntityType Name="SimpleStorage" BaseType="SimpleStorage.v1_3_1.SimpleStorage"/>
331*f2a8e57eSGunnar Mills    </Schema>
332*f2a8e57eSGunnar Mills
3332bde4061SEd Tanous  </edmx:DataServices>
3342bde4061SEd Tanous</edmx:Edmx>
335