blob: 3ca17815a58aaa4317405c52c65dc593004a68e2 [file] [log] [blame]
Jason M. Billsea4aa752018-06-05 13:29:11 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
Ed Tanous530520e2019-01-02 13:41:37 -08004<!--# Redfish Schema: MemoryDomain v1.2.1-->
Jason M. Billsea4aa752018-06-05 13:29:11 -07005<!--# -->
6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle, -->
7<!--# available at http://www.dmtf.org/standards/redfish -->
Ed Tanous530520e2019-01-02 13:41:37 -08008<!--# Copyright 2014-2018 DMTF. -->
Jason M. Billsea4aa752018-06-05 13:29:11 -07009<!--# 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>
Ed Tanous530520e2019-01-02 13:41:37 -080017 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
18 <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
19 </edmx:Reference>
Jason M. Billsea4aa752018-06-05 13:29:11 -070020 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
21 <edmx:Include Namespace="Resource.v1_0_0"/>
22 </edmx:Reference>
23 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
24 <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
25 </edmx:Reference>
26 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Memory_v1.xml">
27 <edmx:Include Namespace="Memory"/>
28 </edmx:Reference>
29 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/MemoryChunksCollection_v1.xml">
30 <edmx:Include Namespace="MemoryChunksCollection"/>
31 </edmx:Reference>
32
33 <edmx:DataServices>
34
35 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryDomain">
36 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
37
38 <EntityType Name="MemoryDomain" BaseType="Resource.v1_0_0.Resource" Abstract="true">
39 <Annotation Term="OData.Description" String="This is the schema definition of a Memory Domain and its configuration. Memory Domains are used to indicate to the client which Memory (DIMMs) can be grouped together in Memory Chunks to form interleave sets or otherwise grouped together."/>
40 <Annotation Term="OData.LongDescription" String="This resource shall be used to represent Memory Domains in a Redfish implementation."/>
41 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanous530520e2019-01-02 13:41:37 -080042 <Annotation Term="Capabilities.InsertRestrictions">
43 <Record>
44 <PropertyValue Property="Insertable" Bool="false"/>
45 </Record>
46 </Annotation>
47 <Annotation Term="Capabilities.UpdateRestrictions">
48 <Record>
49 <PropertyValue Property="Updatable" Bool="false"/>
50 </Record>
51 </Annotation>
52 <Annotation Term="Capabilities.DeleteRestrictions">
53 <Record>
54 <PropertyValue Property="Deletable" Bool="false"/>
55 </Record>
56 </Annotation>
57 <Annotation Term="Redfish.Uris">
58 <Collection>
59 <String>/redfish/v1/Systems/{ComputerSystemId}/MemoryDomains/{MemoryDomainId}</String>
60 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/MemoryDomains/{MemoryDomainId}</String>
61 </Collection>
62 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -070063 </EntityType>
64
65 </Schema>
66
67 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryDomain.v1_0_0">
68 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
69
70 <EntityType Name="MemoryDomain" BaseType="MemoryDomain.MemoryDomain">
71
72 <Property Name="AllowsMemoryChunkCreation" Type="Edm.Boolean" DefaultValue="false">
73 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
74 <Annotation Term="OData.Description" String="Indicates if this Memory Domain supports the creation of Memory Chunks."/>
75 <Annotation Term="OData.LongDescription" String="The value of this property shall indicate if this Memory Domain supports the creation of Memory Chunks."/>
76 </Property>
77 <Property Name="AllowsBlockProvisioning" Type="Edm.Boolean" DefaultValue="false">
78 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
79 <Annotation Term="OData.Description" String="Indicates if this Memory Domain supports the provisioning of blocks of memory."/>
80 <Annotation Term="OData.LongDescription" String="The value of this property shall indicate if this Memory Domain supports the creation of Blocks of memory."/>
81 </Property>
82 <NavigationProperty Name="MemoryChunks" Type="MemoryChunksCollection.MemoryChunksCollection" ContainsTarget="true">
83 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
84 <Annotation Term="OData.Description" String="A reference to the collection of Memory Chunks associated with this Memory Domain."/>
85 <Annotation Term="OData.LongDescription" String="The value of this property shall be a link to a collection of type MemoryChunkCollection."/>
86 <Annotation Term="OData.AutoExpandReferences"/>
87 </NavigationProperty>
88 <Property Name="InterleavableMemorySets" Type="Collection(MemoryDomain.v1_0_0.MemorySet)">
89 <Annotation Term="OData.Description" String="This is the interleave sets for the memory chunk."/>
90 <Annotation Term="OData.LongDescription" String="These properties shall represent the interleave sets for the memory chunk."/>
91 </Property>
92 </EntityType>
93
94 <ComplexType Name="MemorySet">
95 <Annotation Term="OData.Description" String="This is the interleave sets for a memory chunk."/>
96 <Annotation Term="OData.LongDescription" String="This type shall represent the interleave sets for a memory chunk."/>
97 <NavigationProperty Name="MemorySet" Type="Collection(Memory.Memory)">
98 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
99 <Annotation Term="OData.Description" String="This is the collection of memory for a particular interleave set."/>
100 <Annotation Term="OData.LongDescription" String="The values in this collection shall be links to objects of type Memory."/>
101 <Annotation Term="OData.AutoExpandReferences"/>
102 </NavigationProperty>
103 </ComplexType>
104
105 </Schema>
106
107 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryDomain.v1_0_1">
108 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
109 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
110 <EntityType Name="MemoryDomain" BaseType="MemoryDomain.v1_0_0.MemoryDomain"/>
111 </Schema>
112
113 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryDomain.v1_0_2">
114 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
115 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
116 <EntityType Name="MemoryDomain" BaseType="MemoryDomain.v1_0_1.MemoryDomain"/>
117 </Schema>
118
Ed Tanous530520e2019-01-02 13:41:37 -0800119 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryDomain.v1_0_3">
120 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
121 <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."/>
122 <EntityType Name="MemoryDomain" BaseType="MemoryDomain.v1_0_2.MemoryDomain"/>
123 </Schema>
124
Jason M. Billsea4aa752018-06-05 13:29:11 -0700125 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryDomain.v1_1_0">
126 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
127 <EntityType Name="MemoryDomain" BaseType="MemoryDomain.v1_0_1.MemoryDomain">
128 <Property Name="AllowsMirroring" Type="Edm.Boolean" DefaultValue="false">
129 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
130 <Annotation Term="OData.Description" String="Indicates if this Memory Domain supports the creation of Memory Chunks with mirroring enabled."/>
131 <Annotation Term="OData.LongDescription" String="The value of this property shall indicate if this Memory Domain supports the creation of Memory Chunks with mirroring enabled."/>
132 </Property>
133 <Property Name="AllowsSparing" Type="Edm.Boolean" DefaultValue="false">
134 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
135 <Annotation Term="OData.Description" String="Indicates if this Memory Domain supports the creation of Memory Chunks with sparing enabled."/>
136 <Annotation Term="OData.LongDescription" String="The value of this property shall indicate if this Memory Domain supports the creation of Memory Chunks with sparing enabled."/>
137 </Property>
138 </EntityType>
139 </Schema>
140
141 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryDomain.v1_1_1">
142 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
143 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
144 <EntityType Name="MemoryDomain" BaseType="MemoryDomain.v1_1_0.MemoryDomain"/>
145 </Schema>
146
Ed Tanous530520e2019-01-02 13:41:37 -0800147 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryDomain.v1_1_2">
148 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
149 <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."/>
150 <EntityType Name="MemoryDomain" BaseType="MemoryDomain.v1_1_1.MemoryDomain"/>
151 </Schema>
152
Jason M. Billsea4aa752018-06-05 13:29:11 -0700153 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryDomain.v1_2_0">
154 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
155 <EntityType Name="MemoryDomain" BaseType="MemoryDomain.v1_1_1.MemoryDomain">
156 <Property Name="Actions" Type="MemoryDomain.v1_2_0.Actions" Nullable="false">
157 <Annotation Term="OData.Description" String="The available actions for this resource."/>
158 <Annotation Term="OData.LongDescription" String="The Actions property shall contain the available actions for this resource."/>
159 </Property>
160 </EntityType>
161
162 <ComplexType Name="Actions">
163 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
164 <Annotation Term="OData.Description" String="The available actions for this resource."/>
165 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800166 <Property Name="Oem" Type="MemoryDomain.v1_2_0.OemActions" Nullable="false">
167 <Annotation Term="OData.Description" String="This property contains the available OEM specific actions for this resource."/>
168 <Annotation Term="OData.LongDescription" String="This property shall contain any additional OEM actions for this resource."/>
169 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700170 </ComplexType>
171
172 <ComplexType Name="OemActions">
173 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
174 <Annotation Term="OData.Description" String="The available OEM specific actions for this resource."/>
175 <Annotation Term="OData.LongDescription" String="This type shall contain any additional OEM actions for this resource."/>
176 </ComplexType>
177 </Schema>
178
Ed Tanous530520e2019-01-02 13:41:37 -0800179 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MemoryDomain.v1_2_1">
180 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
181 <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."/>
182 <EntityType Name="MemoryDomain" BaseType="MemoryDomain.v1_2_0.MemoryDomain"/>
183 </Schema>
184
Jason M. Billsea4aa752018-06-05 13:29:11 -0700185 </edmx:DataServices>
186</edmx:Edmx>