blob: 11c44f0c1e37c73f39f1095d036251fd36f172b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
|
<?xml version="1.0" encoding="UTF-8"?>
<!---->
<!--################################################################################ -->
<!--# Redfish Schema: Processor v1.0.3-->
<!--# -->
<!--# For a detailed change log, see the README file contained in the DSP8010 bundle, -->
<!--# available at http://www.dmtf.org/standards/redfish -->
<!--# Copyright 2014-2016 Distributed Management Task Force, Inc. (DMTF). -->
<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
<!--################################################################################ -->
<!---->
<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://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
<edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
</edmx:Reference>
<edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
<edmx:Include Namespace="Resource"/>
<edmx:Include Namespace="Resource.v1_0_0"/>
</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="Processor">
<EntityType Name="Processor" BaseType="Resource.v1_0_0.Resource" Abstract="true">
<Annotation Term="OData.Description" String="The Processor resource reports information about a single processor contained within a system. This includes both performance characteristics (clock speed, architecture, core count, etc.) and compatibility (e.g. CPU ID instruction results)."/>
<Annotation Term="OData.AdditionalProperties" Bool="false"/>
<Annotation Term="Capabilities.InsertRestrictions">
<Record>
<PropertyValue Property="Insertable" Bool="false"/>
</Record>
</Annotation>
<Annotation Term="Capabilities.UpdateRestrictions">
<Record>
<PropertyValue Property="Updatable" Bool="false"/>
</Record>
</Annotation>
<Annotation Term="Capabilities.DeleteRestrictions">
<Record>
<PropertyValue Property="Deletable" Bool="false"/>
</Record>
</Annotation>
</EntityType>
</Schema>
<Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_0_0">
<EntityType Name="Processor" BaseType="Processor.Processor">
<Annotation Term="OData.Description" String="This is the schema definition for the Processor resource. It represents the properties of a processor attached to a System."/>
<Annotation Term="OData.AdditionalProperties" Bool="false"/>
<Property Name="Socket" Type="Edm.String">
<Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
<Annotation Term="OData.Description" String="The socket or location of the processor."/>
<Annotation Term="OData.LongDescription" String="This property shall contain the string which identifies the physical location or socket of the processor."/>
</Property>
<Property Name="ProcessorType" Type="Processor.v1_0_0.ProcessorType">
<Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
<Annotation Term="OData.Description" String="The type of processor."/>
<Annotation Term="OData.LongDescription" String="This property shall contain the string which identifies the type of processor contained in this Socket."/>
</Property>
<Property Name="ProcessorArchitecture" Type="Processor.v1_0_0.ProcessorArchitecture">
<Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
<Annotation Term="OData.Description" String="The architecture of the processor."/>
<Annotation Term="OData.LongDescription" String="This property shall contain the string which identifies the architecture of the processor contained in this Socket."/>
</Property>
<Property Name="InstructionSet" Type="Processor.v1_0_0.InstructionSet">
<Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
<Annotation Term="OData.Description" String="The instruction set of the processor."/>
<Annotation Term="OData.LongDescription" String="This property shall contain the string which identifies the instruction set of the processor contained in this socket."/>
</Property>
<Property Name="ProcessorId" Type="Processor.v1_0_0.ProcessorId" Nullable="false">
<Annotation Term="OData.Description" String="Identification information for this processor."/>
<Annotation Term="OData.LongDescription" String="This object shall contain identification information for this processor."/>
</Property>
<Property Name="Status" Type="Resource.Status" Nullable="false"/>
<Property Name="Manufacturer" Type="Edm.String">
<Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
<Annotation Term="OData.Description" String="The processor manufacturer."/>
<Annotation Term="OData.LongDescription" String="This property shall contain a string which identifies the manufacturer of the processor."/>
</Property>
<Property Name="Model" Type="Edm.String">
<Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
<Annotation Term="OData.Description" String="The product model number of this device."/>
<Annotation Term="OData.LongDescription" String="This property shall indicate the model information as provided by the manufacturer of this processor."/>
</Property>
<Property Name="MaxSpeedMHz" Type="Edm.Int64">
<Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
<Annotation Term="OData.Description" String="The maximum clock speed of the processor."/>
<Annotation Term="OData.LongDescription" String="This property shall indicate the maximum rated clock speed of the processor in MHz."/>
</Property>
<Property Name="TotalCores" Type="Edm.Int64">
<Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
<Annotation Term="OData.Description" String="The total number of cores contained in this processor."/>
<Annotation Term="OData.LongDescription" String="This property shall indicate the total count of independent processor cores contained within this processor."/>
</Property>
<Property Name="TotalThreads" Type="Edm.Int64">
<Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
<Annotation Term="OData.Description" String="The total number of execution threads supported by this processor."/>
<Annotation Term="OData.LongDescription" String="This property shall indicate the total count of independent execution threads supported by this processor."/>
</Property>
</EntityType>
<ComplexType Name="ProcessorId">
<Annotation Term="OData.AdditionalProperties" Bool="false"/>
<Property Name="VendorId" Type="Edm.String">
<Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
<Annotation Term="OData.Description" String="The Vendor Identification for this processor."/>
<Annotation Term="OData.LongDescription" String="This property shall indicate the Vendor Identification string information as provided by the manufacturer of this processor."/>
</Property>
<Property Name="IdentificationRegisters" Type="Edm.String">
<Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
<Annotation Term="OData.Description" String="The contents of the Identification Registers (CPUID) for this processor."/>
<Annotation Term="OData.LongDescription" String="This property shall include the raw CPUID instruction output as provided by the manufacturer of this processor."/>
</Property>
<Property Name="EffectiveFamily" Type="Edm.String">
<Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
<Annotation Term="OData.Description" String="The effective Family for this processor."/>
<Annotation Term="OData.LongDescription" String="This property shall indicate the effective Family information as provided by the manufacturer of this processor."/>
</Property>
<Property Name="EffectiveModel" Type="Edm.String">
<Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
<Annotation Term="OData.Description" String="The effective Model for this processor."/>
<Annotation Term="OData.LongDescription" String="This property shall indicate the effective Model information as provided by the manufacturer of this processor."/>
</Property>
<Property Name="Step" Type="Edm.String">
<Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
<Annotation Term="OData.Description" String="The Step value for this processor."/>
<Annotation Term="OData.LongDescription" String="This property shall indicate the Step or revision string information as provided by the manufacturer of this processor."/>
</Property>
<Property Name="MicrocodeInfo" Type="Edm.String">
<Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
<Annotation Term="OData.Description" String="The Microcode Information for this processor."/>
<Annotation Term="OData.LongDescription" String="This property shall indicate the Microcode Information as provided by the manufacturer of this processor."/>
</Property>
</ComplexType>
<EnumType Name="ProcessorType">
<Member Name="CPU">
<Annotation Term="OData.Description" String="A Central Processing Unit."/>
</Member>
<Member Name="GPU">
<Annotation Term="OData.Description" String="A Graphics Processing Unit."/>
</Member>
<Member Name="FPGA">
<Annotation Term="OData.Description" String="A Field Programmable Gate Array."/>
</Member>
<Member Name="DSP">
<Annotation Term="OData.Description" String="A Digital Signal Processor."/>
</Member>
<Member Name="Accelerator">
<Annotation Term="OData.Description" String="An Accelerator."/>
</Member>
<Member Name="OEM">
<Annotation Term="OData.Description" String="An OEM-defined Processing Unit."/>
</Member>
</EnumType>
<TypeDefinition Name="ProcessorArchitecture" UnderlyingType="Edm.String">
<Annotation Term="Redfish.Enumeration">
<Collection>
<Record>
<PropertyValue Property="Member" String="x86"/>
<Annotation Term="OData.Description" String="x86 or x86-64."/>
</Record>
<Record>
<PropertyValue Property="Member" String="IA-64"/>
<Annotation Term="OData.Description" String="Intel Itanium."/>
</Record>
<Record>
<PropertyValue Property="Member" String="ARM"/>
<Annotation Term="OData.Description" String="ARM."/>
</Record>
<Record>
<PropertyValue Property="Member" String="MIPS"/>
<Annotation Term="OData.Description" String="MIPS."/>
</Record>
<Record>
<PropertyValue Property="Member" String="OEM"/>
<Annotation Term="OData.Description" String="OEM-defined."/>
</Record>
</Collection>
</Annotation>
</TypeDefinition>
<TypeDefinition Name="InstructionSet" UnderlyingType="Edm.String">
<Annotation Term="Redfish.Enumeration">
<Collection>
<Record>
<PropertyValue Property="Member" String="x86"/>
<Annotation Term="OData.Description" String="x86 32-bit."/>
</Record>
<Record>
<PropertyValue Property="Member" String="x86-64"/>
<Annotation Term="OData.Description" String="x86 64-bit."/>
</Record>
<Record>
<PropertyValue Property="Member" String="IA-64"/>
<Annotation Term="OData.Description" String="Intel IA-64."/>
</Record>
<Record>
<PropertyValue Property="Member" String="ARM-A32"/>
<Annotation Term="OData.Description" String="ARM 32-bit."/>
</Record>
<Record>
<PropertyValue Property="Member" String="ARM-A64"/>
<Annotation Term="OData.Description" String="ARM 64-bit."/>
</Record>
<Record>
<PropertyValue Property="Member" String="MIPS32"/>
<Annotation Term="OData.Description" String="MIPS 32-bit."/>
</Record>
<Record>
<PropertyValue Property="Member" String="MIPS64"/>
<Annotation Term="OData.Description" String="MIPS 64-bit."/>
</Record>
<Record>
<PropertyValue Property="Member" String="OEM"/>
<Annotation Term="OData.Description" String="OEM-defined."/>
</Record>
</Collection>
</Annotation>
</TypeDefinition>
</Schema>
<Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_0_2">
<Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
<EntityType Name="Processor" BaseType="Processor.v1_0_0.Processor"/>
</Schema>
<Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_0_3">
<Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
<EntityType Name="Processor" BaseType="Processor.v1_0_2.Processor"/>
</Schema>
</edmx:DataServices>
</edmx:Edmx>
|