Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame^] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!----> |
| 3 | <!--################################################################################ --> |
| 4 | <!--# Redfish Schema: MemoryChunks v1.2.1--> |
| 5 | <!--# --> |
| 6 | <!--# For a detailed change log, see the README file contained in the DSP8010 bundle, --> |
| 7 | <!--# available at http://www.dmtf.org/standards/redfish --> |
| 8 | <!--# Copyright 2014-2018 Distributed Management Task Force, Inc. (DMTF). --> |
| 9 | <!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright --> |
| 10 | <!--################################################################################ --> |
| 11 | <!----> |
| 12 | <edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0"> |
| 13 | |
| 14 | <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml"> |
| 15 | <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/> |
| 16 | </edmx:Reference> |
| 17 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml"> |
| 18 | <edmx:Include Namespace="Resource"/> |
| 19 | <edmx:Include Namespace="Resource.v1_0_0"/> |
| 20 | </edmx:Reference> |
| 21 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml"> |
| 22 | <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/> |
| 23 | </edmx:Reference> |
| 24 | |
| 25 | <edmx:DataServices> |
| 26 | |
| 27 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks"> |
| 28 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 29 | |
| 30 | <EntityType Name="MemoryChunks" BaseType="Resource.v1_0_0.Resource" Abstract="true"> |
| 31 | <Annotation Term="OData.Description" String="This is the schema definition of a Memory Chunk and its configuration."/> |
| 32 | <Annotation Term="OData.LongDescription" String="This resource shall be used to represent Memory Chunks and Interleave Sets in a Redfish implementation."/> |
| 33 | <Annotation Term="OData.AdditionalProperties" Bool="false"/> |
| 34 | </EntityType> |
| 35 | |
| 36 | </Schema> |
| 37 | |
| 38 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_0_0"> |
| 39 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 40 | |
| 41 | <EntityType Name="MemoryChunks" BaseType="MemoryChunks.MemoryChunks"> |
| 42 | <Property Name="MemoryChunkSizeMiB" Type="Edm.Int64"> |
| 43 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 44 | <Annotation Term="OData.Description" String="Size of the memory chunk measured in mebibytes (MiB)."/> |
| 45 | <Annotation Term="OData.LongDescription" String="The value of this property shall be the size of the memory chunk in MiB."/> |
| 46 | </Property> |
| 47 | <Property Name="AddressRangeType" Type="MemoryChunks.v1_0_0.AddressRangeType"> |
| 48 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 49 | <Annotation Term="OData.Description" String="Memory type of this memory chunk."/> |
| 50 | <Annotation Term="OData.LongDescription" String="The value of this property shall be the type of memory chunk."/> |
| 51 | </Property> |
| 52 | <Property Name="IsMirrorEnabled" Type="Edm.Boolean" DefaultValue="false"> |
| 53 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 54 | <Annotation Term="OData.Description" String="Mirror Enabled status."/> |
| 55 | <Annotation Term="OData.LongDescription" String="The value of this property shall indicate if memory mirroring is enabled for this MemoryChunk."/> |
| 56 | </Property> |
| 57 | <Property Name="IsSpare" Type="Edm.Boolean" DefaultValue="false"> |
| 58 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 59 | <Annotation Term="OData.Description" String="Spare enabled status."/> |
| 60 | <Annotation Term="OData.LongDescription" String="The value of this property shall indicate if sparing is enabled for this MemoryChunk."/> |
| 61 | </Property> |
| 62 | <Property Name="InterleaveSets" Type="Collection(MemoryChunks.v1_0_0.InterleaveSet)"> |
| 63 | <Annotation Term="OData.Description" String="This is the interleave sets for the memory chunk."/> |
| 64 | <Annotation Term="OData.LongDescription" String="These properties shall represent the interleave sets for the memory chunk."/> |
| 65 | </Property> |
| 66 | </EntityType> |
| 67 | |
| 68 | <ComplexType Name="InterleaveSet"> |
| 69 | <Annotation Term="OData.AdditionalProperties" Bool="false"/> |
| 70 | <Annotation Term="OData.Description" String="This an interleave set for a memory chunk."/> |
| 71 | <Annotation Term="OData.LongDescription" String="This type shall describe an interleave set of which the memory chunk is a part."/> |
| 72 | <NavigationProperty Name="Memory" Type="Resource.Item" Nullable="false"> |
| 73 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 74 | <Annotation Term="OData.Description" String="Describes a memory device of the interleave set."/> |
| 75 | <Annotation Term="OData.LongDescription" String="The value of this property shall be the memory device to which these settings apply."/> |
| 76 | <Annotation Term="OData.AutoExpandReferences"/> |
| 77 | </NavigationProperty> |
| 78 | <Property Name="RegionId" Type="Edm.String"> |
| 79 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 80 | <Annotation Term="OData.Description" String="DIMM region identifier."/> |
| 81 | <Annotation Term="OData.LongDescription" String="The value of this property shall be the DIMM region identifier."/> |
| 82 | </Property> |
| 83 | <Property Name="OffsetMiB" Type="Edm.Int64"> |
| 84 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 85 | <Annotation Term="OData.Description" String="Offset within the DIMM that corresponds to the start of this memory region, measured in mebibytes (MiB)."/> |
| 86 | <Annotation Term="OData.LongDescription" String="The value of this property shall be the offset within the DIMM that corresponds to the start of this memory region, with units in MiB."/> |
| 87 | </Property> |
| 88 | <Property Name="SizeMiB" Type="Edm.Int64"> |
| 89 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 90 | <Annotation Term="OData.Description" String="Size of this memory region measured in mebibytes (MiB)."/> |
| 91 | <Annotation Term="OData.LongDescription" String="The value of this property shall be the size of this memory region, with units in MiB."/> |
| 92 | </Property> |
| 93 | <Property Name="MemoryLevel" Type="Edm.Int64" DefaultValue="1"> |
| 94 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 95 | <Annotation Term="OData.Description" String="Level of the interleave set for multi-level tiered memory."/> |
| 96 | <Annotation Term="OData.LongDescription" String="The value of this property shall be the level of this interleave set for multi-level tiered memory."/> |
| 97 | </Property> |
| 98 | </ComplexType> |
| 99 | |
| 100 | <EnumType Name="AddressRangeType"> |
| 101 | <Member Name="Volatile"> |
| 102 | <Annotation Term="OData.Description" String="Volatile memory."/> |
| 103 | </Member> |
| 104 | <Member Name="PMEM"> |
| 105 | <Annotation Term="OData.Description" String="Byte accessible persistent memory."/> |
| 106 | </Member> |
| 107 | <Member Name="Block"> |
| 108 | <Annotation Term="OData.Description" String="Block accesible memory."/> |
| 109 | </Member> |
| 110 | </EnumType> |
| 111 | |
| 112 | </Schema> |
| 113 | |
| 114 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_0_1"> |
| 115 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 116 | <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/> |
| 117 | <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_0_0.MemoryChunks"/> |
| 118 | </Schema> |
| 119 | |
| 120 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_0_2"> |
| 121 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 122 | <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/> |
| 123 | <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_0_1.MemoryChunks"/> |
| 124 | </Schema> |
| 125 | |
| 126 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_1_0"> |
| 127 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 128 | <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_0_2.MemoryChunks"> |
| 129 | <Property Name="Actions" Type="MemoryChunks.v1_1_0.Actions" Nullable="false"> |
| 130 | <Annotation Term="OData.Description" String="The available actions for this resource."/> |
| 131 | <Annotation Term="OData.LongDescription" String="The Actions property shall contain the available actions for this resource."/> |
| 132 | </Property> |
| 133 | </EntityType> |
| 134 | |
| 135 | <ComplexType Name="Actions"> |
| 136 | <Annotation Term="OData.AdditionalProperties" Bool="false"/> |
| 137 | <Annotation Term="OData.Description" String="The available actions for this resource."/> |
| 138 | <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/> |
| 139 | <Property Name="Oem" Type="MemoryChunks.v1_1_0.OemActions" Nullable="false"/> |
| 140 | </ComplexType> |
| 141 | |
| 142 | <ComplexType Name="OemActions"> |
| 143 | <Annotation Term="OData.AdditionalProperties" Bool="true"/> |
| 144 | <Annotation Term="OData.Description" String="The available OEM specific actions for this resource."/> |
| 145 | <Annotation Term="OData.LongDescription" String="This type shall contain any additional OEM actions for this resource."/> |
| 146 | </ComplexType> |
| 147 | </Schema> |
| 148 | |
| 149 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_2_0"> |
| 150 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 151 | <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_1_0.MemoryChunks"> |
| 152 | <Property Name="Status" Type="Resource.Status" Nullable="false"/> |
| 153 | </EntityType> |
| 154 | </Schema> |
| 155 | |
| 156 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryChunks.v1_2_1"> |
| 157 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 158 | <Annotation Term="OData.Description" String="This version was created to update descriptions to match the editorial style used in other Redfish schemas."/> |
| 159 | <EntityType Name="MemoryChunks" BaseType="MemoryChunks.v1_2_0.MemoryChunks"/> |
| 160 | </Schema> |
| 161 | |
| 162 | </edmx:DataServices> |
| 163 | </edmx:Edmx> |