Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!----> |
| 3 | <!--################################################################################ --> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame^] | 4 | <!--# Redfish Schema: Processor v1.3.1--> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 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 --> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame^] | 8 | <!--# Copyright 2014-2018 DMTF. --> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 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://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> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame^] | 20 | <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml"> |
| 21 | <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/> |
| 22 | </edmx:Reference> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 23 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml"> |
| 24 | <edmx:Include Namespace="Resource"/> |
| 25 | <edmx:Include Namespace="Resource.v1_0_0"/> |
| 26 | </edmx:Reference> |
| 27 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml"> |
| 28 | <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/> |
| 29 | </edmx:Reference> |
| 30 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Chassis_v1.xml"> |
| 31 | <edmx:Include Namespace="Chassis"/> |
| 32 | </edmx:Reference> |
| 33 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Assembly_v1.xml"> |
| 34 | <edmx:Include Namespace="Assembly"/> |
| 35 | </edmx:Reference> |
| 36 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/ProcessorCollection_v1.xml"> |
| 37 | <edmx:Include Namespace="ProcessorCollection"/> |
| 38 | </edmx:Reference> |
| 39 | |
| 40 | <edmx:DataServices> |
| 41 | |
| 42 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor"> |
| 43 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 44 | |
| 45 | <EntityType Name="Processor" BaseType="Resource.v1_0_0.Resource" Abstract="true"> |
| 46 | <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)."/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame^] | 47 | <Annotation Term="OData.LongDescription" String="This resource shall be used to represent a single processor contained within a system."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 48 | <Annotation Term="OData.AdditionalProperties" Bool="false"/> |
| 49 | <Annotation Term="Capabilities.InsertRestrictions"> |
| 50 | <Record> |
| 51 | <PropertyValue Property="Insertable" Bool="false"/> |
| 52 | </Record> |
| 53 | </Annotation> |
| 54 | <Annotation Term="Capabilities.UpdateRestrictions"> |
| 55 | <Record> |
| 56 | <PropertyValue Property="Updatable" Bool="false"/> |
| 57 | </Record> |
| 58 | </Annotation> |
| 59 | <Annotation Term="Capabilities.DeleteRestrictions"> |
| 60 | <Record> |
| 61 | <PropertyValue Property="Deletable" Bool="false"/> |
| 62 | </Record> |
| 63 | </Annotation> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame^] | 64 | <Annotation Term="Redfish.Uris"> |
| 65 | <Collection> |
| 66 | <String>/redfish/v1/Systems/{ComputerSystemId}/Processors/{ProcessorId}</String> |
| 67 | <String>/redfish/v1/Systems/{ComputerSystemId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}</String> |
| 68 | <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Processors/{ProcessorId}</String> |
| 69 | <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}</String> |
| 70 | <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Processors/{ProcessorId}</String> |
| 71 | <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}</String> |
| 72 | </Collection> |
| 73 | </Annotation> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 74 | </EntityType> |
| 75 | |
| 76 | </Schema> |
| 77 | |
| 78 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_0_0"> |
| 79 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 80 | |
| 81 | <EntityType Name="Processor" BaseType="Processor.Processor"> |
| 82 | <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."/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame^] | 83 | <Annotation Term="OData.LongDescription" String="This resource shall be used to represent a single processor contained within a system."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 84 | <Annotation Term="OData.AdditionalProperties" Bool="false"/> |
| 85 | <Property Name="Socket" Type="Edm.String"> |
| 86 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 87 | <Annotation Term="OData.Description" String="The socket or location of the processor."/> |
| 88 | <Annotation Term="OData.LongDescription" String="This property shall contain the string which identifies the physical location or socket of the processor."/> |
| 89 | </Property> |
| 90 | <Property Name="ProcessorType" Type="Processor.v1_0_0.ProcessorType"> |
| 91 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 92 | <Annotation Term="OData.Description" String="The type of processor."/> |
| 93 | <Annotation Term="OData.LongDescription" String="This property shall contain the string which identifies the type of processor contained in this Socket."/> |
| 94 | </Property> |
| 95 | <Property Name="ProcessorArchitecture" Type="Processor.v1_0_0.ProcessorArchitecture"> |
| 96 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 97 | <Annotation Term="OData.Description" String="The architecture of the processor."/> |
| 98 | <Annotation Term="OData.LongDescription" String="This property shall contain the string which identifies the architecture of the processor contained in this Socket."/> |
| 99 | </Property> |
| 100 | <Property Name="InstructionSet" Type="Processor.v1_0_0.InstructionSet"> |
| 101 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 102 | <Annotation Term="OData.Description" String="The instruction set of the processor."/> |
| 103 | <Annotation Term="OData.LongDescription" String="This property shall contain the string which identifies the instruction set of the processor contained in this socket."/> |
| 104 | </Property> |
| 105 | <Property Name="ProcessorId" Type="Processor.v1_0_0.ProcessorId" Nullable="false"> |
| 106 | <Annotation Term="OData.Description" String="Identification information for this processor."/> |
| 107 | <Annotation Term="OData.LongDescription" String="This object shall contain identification information for this processor."/> |
| 108 | </Property> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame^] | 109 | <Property Name="Status" Type="Resource.Status" Nullable="false"> |
| 110 | <Annotation Term="OData.Description" String="This property describes the status and health of the resource and its children."/> |
| 111 | <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/> |
| 112 | </Property> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 113 | <Property Name="Manufacturer" Type="Edm.String"> |
| 114 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 115 | <Annotation Term="OData.Description" String="The processor manufacturer."/> |
| 116 | <Annotation Term="OData.LongDescription" String="This property shall contain a string which identifies the manufacturer of the processor."/> |
| 117 | </Property> |
| 118 | <Property Name="Model" Type="Edm.String"> |
| 119 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 120 | <Annotation Term="OData.Description" String="The product model number of this device."/> |
| 121 | <Annotation Term="OData.LongDescription" String="This property shall indicate the model information as provided by the manufacturer of this processor."/> |
| 122 | </Property> |
| 123 | <Property Name="MaxSpeedMHz" Type="Edm.Int64"> |
| 124 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 125 | <Annotation Term="OData.Description" String="The maximum clock speed of the processor."/> |
| 126 | <Annotation Term="OData.LongDescription" String="This property shall indicate the maximum rated clock speed of the processor in MHz."/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame^] | 127 | <Annotation Term="Measures.Unit" String="MHz"/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 128 | </Property> |
| 129 | <Property Name="TotalCores" Type="Edm.Int64"> |
| 130 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 131 | <Annotation Term="OData.Description" String="The total number of cores contained in this processor."/> |
| 132 | <Annotation Term="OData.LongDescription" String="This property shall indicate the total count of independent processor cores contained within this processor."/> |
| 133 | </Property> |
| 134 | <Property Name="TotalThreads" Type="Edm.Int64"> |
| 135 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 136 | <Annotation Term="OData.Description" String="The total number of execution threads supported by this processor."/> |
| 137 | <Annotation Term="OData.LongDescription" String="This property shall indicate the total count of independent execution threads supported by this processor."/> |
| 138 | </Property> |
| 139 | </EntityType> |
| 140 | |
| 141 | <ComplexType Name="ProcessorId"> |
| 142 | <Annotation Term="OData.AdditionalProperties" Bool="false"/> |
| 143 | <Annotation Term="OData.Description" String="This type describes the Identification information for a processor."/> |
| 144 | <Annotation Term="OData.LongDescription" String="This type shall contain identification information for a processor."/> |
| 145 | <Property Name="VendorId" Type="Edm.String"> |
| 146 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 147 | <Annotation Term="OData.Description" String="The Vendor Identification for this processor."/> |
| 148 | <Annotation Term="OData.LongDescription" String="This property shall indicate the Vendor Identification string information as provided by the manufacturer of this processor."/> |
| 149 | </Property> |
| 150 | <Property Name="IdentificationRegisters" Type="Edm.String"> |
| 151 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 152 | <Annotation Term="OData.Description" String="The contents of the Identification Registers (CPUID) for this processor."/> |
| 153 | <Annotation Term="OData.LongDescription" String="This property shall include the raw CPUID instruction output as provided by the manufacturer of this processor."/> |
| 154 | </Property> |
| 155 | <Property Name="EffectiveFamily" Type="Edm.String"> |
| 156 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 157 | <Annotation Term="OData.Description" String="The effective Family for this processor."/> |
| 158 | <Annotation Term="OData.LongDescription" String="This property shall indicate the effective Family information as provided by the manufacturer of this processor."/> |
| 159 | </Property> |
| 160 | <Property Name="EffectiveModel" Type="Edm.String"> |
| 161 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 162 | <Annotation Term="OData.Description" String="The effective Model for this processor."/> |
| 163 | <Annotation Term="OData.LongDescription" String="This property shall indicate the effective Model information as provided by the manufacturer of this processor."/> |
| 164 | </Property> |
| 165 | <Property Name="Step" Type="Edm.String"> |
| 166 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 167 | <Annotation Term="OData.Description" String="The Step value for this processor."/> |
| 168 | <Annotation Term="OData.LongDescription" String="This property shall indicate the Step or revision string information as provided by the manufacturer of this processor."/> |
| 169 | </Property> |
| 170 | <Property Name="MicrocodeInfo" Type="Edm.String"> |
| 171 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 172 | <Annotation Term="OData.Description" String="The Microcode Information for this processor."/> |
| 173 | <Annotation Term="OData.LongDescription" String="This property shall indicate the Microcode Information as provided by the manufacturer of this processor."/> |
| 174 | </Property> |
| 175 | </ComplexType> |
| 176 | |
| 177 | <EnumType Name="ProcessorType"> |
| 178 | <Member Name="CPU"> |
| 179 | <Annotation Term="OData.Description" String="A Central Processing Unit."/> |
| 180 | </Member> |
| 181 | <Member Name="GPU"> |
| 182 | <Annotation Term="OData.Description" String="A Graphics Processing Unit."/> |
| 183 | </Member> |
| 184 | <Member Name="FPGA"> |
| 185 | <Annotation Term="OData.Description" String="A Field Programmable Gate Array."/> |
| 186 | </Member> |
| 187 | <Member Name="DSP"> |
| 188 | <Annotation Term="OData.Description" String="A Digital Signal Processor."/> |
| 189 | </Member> |
| 190 | <Member Name="Accelerator"> |
| 191 | <Annotation Term="OData.Description" String="An Accelerator."/> |
| 192 | </Member> |
| 193 | <Member Name="Core"> |
| 194 | <Annotation Term="OData.Description" String="A Core in a Processor."/> |
| 195 | </Member> |
| 196 | <Member Name="Thread"> |
| 197 | <Annotation Term="OData.Description" String="A Thread in a Processor."/> |
| 198 | </Member> |
| 199 | <Member Name="OEM"> |
| 200 | <Annotation Term="OData.Description" String="An OEM-defined Processing Unit."/> |
| 201 | </Member> |
| 202 | </EnumType> |
| 203 | |
| 204 | <TypeDefinition Name="ProcessorArchitecture" UnderlyingType="Edm.String"> |
| 205 | <Annotation Term="Redfish.Enumeration"> |
| 206 | <Collection> |
| 207 | <Record> |
| 208 | <PropertyValue Property="Member" String="x86"/> |
| 209 | <Annotation Term="OData.Description" String="x86 or x86-64."/> |
| 210 | </Record> |
| 211 | <Record> |
| 212 | <PropertyValue Property="Member" String="IA-64"/> |
| 213 | <Annotation Term="OData.Description" String="Intel Itanium."/> |
| 214 | </Record> |
| 215 | <Record> |
| 216 | <PropertyValue Property="Member" String="ARM"/> |
| 217 | <Annotation Term="OData.Description" String="ARM."/> |
| 218 | </Record> |
| 219 | <Record> |
| 220 | <PropertyValue Property="Member" String="MIPS"/> |
| 221 | <Annotation Term="OData.Description" String="MIPS."/> |
| 222 | </Record> |
| 223 | <Record> |
| 224 | <PropertyValue Property="Member" String="OEM"/> |
| 225 | <Annotation Term="OData.Description" String="OEM-defined."/> |
| 226 | </Record> |
| 227 | </Collection> |
| 228 | </Annotation> |
| 229 | </TypeDefinition> |
| 230 | |
| 231 | <TypeDefinition Name="InstructionSet" UnderlyingType="Edm.String"> |
| 232 | <Annotation Term="Redfish.Enumeration"> |
| 233 | <Collection> |
| 234 | <Record> |
| 235 | <PropertyValue Property="Member" String="x86"/> |
| 236 | <Annotation Term="OData.Description" String="x86 32-bit."/> |
| 237 | </Record> |
| 238 | <Record> |
| 239 | <PropertyValue Property="Member" String="x86-64"/> |
| 240 | <Annotation Term="OData.Description" String="x86 64-bit."/> |
| 241 | </Record> |
| 242 | <Record> |
| 243 | <PropertyValue Property="Member" String="IA-64"/> |
| 244 | <Annotation Term="OData.Description" String="Intel IA-64."/> |
| 245 | </Record> |
| 246 | <Record> |
| 247 | <PropertyValue Property="Member" String="ARM-A32"/> |
| 248 | <Annotation Term="OData.Description" String="ARM 32-bit."/> |
| 249 | </Record> |
| 250 | <Record> |
| 251 | <PropertyValue Property="Member" String="ARM-A64"/> |
| 252 | <Annotation Term="OData.Description" String="ARM 64-bit."/> |
| 253 | </Record> |
| 254 | <Record> |
| 255 | <PropertyValue Property="Member" String="MIPS32"/> |
| 256 | <Annotation Term="OData.Description" String="MIPS 32-bit."/> |
| 257 | </Record> |
| 258 | <Record> |
| 259 | <PropertyValue Property="Member" String="MIPS64"/> |
| 260 | <Annotation Term="OData.Description" String="MIPS 64-bit."/> |
| 261 | </Record> |
| 262 | <Record> |
| 263 | <PropertyValue Property="Member" String="OEM"/> |
| 264 | <Annotation Term="OData.Description" String="OEM-defined."/> |
| 265 | </Record> |
| 266 | </Collection> |
| 267 | </Annotation> |
| 268 | </TypeDefinition> |
| 269 | |
| 270 | </Schema> |
| 271 | |
| 272 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_0_2"> |
| 273 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 274 | <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/> |
| 275 | <EntityType Name="Processor" BaseType="Processor.v1_0_0.Processor"/> |
| 276 | </Schema> |
| 277 | |
| 278 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_0_3"> |
| 279 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 280 | <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/> |
| 281 | <EntityType Name="Processor" BaseType="Processor.v1_0_2.Processor"/> |
| 282 | </Schema> |
| 283 | |
| 284 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_0_4"> |
| 285 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 286 | <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/> |
| 287 | <EntityType Name="Processor" BaseType="Processor.v1_0_3.Processor"/> |
| 288 | </Schema> |
| 289 | |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame^] | 290 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_0_5"> |
| 291 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 292 | <Annotation Term="OData.Description" String="This version was created to add Units annotations on the MaxSpeedMHz property. It was also 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."/> |
| 293 | <EntityType Name="Processor" BaseType="Processor.v1_0_4.Processor"/> |
| 294 | </Schema> |
| 295 | |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 296 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_1_0"> |
| 297 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 298 | <EntityType Name="Processor" BaseType="Processor.v1_0_4.Processor"> |
| 299 | <Property Name="Links" Type="Processor.v1_1_0.Links" Nullable="false"> |
| 300 | <Annotation Term="OData.Description" String="Contains references to other resources that are related to this resource."/> |
| 301 | <Annotation Term="OData.LongDescription" String="The Links property, as described by the Redfish Specification, shall contain references to resources that are related to, but not contained by (subordinate to), this resource."/> |
| 302 | </Property> |
| 303 | <Property Name="Actions" Type="Processor.v1_1_0.Actions" Nullable="false"> |
| 304 | <Annotation Term="OData.Description" String="The available actions for this resource."/> |
| 305 | <Annotation Term="OData.LongDescription" String="The Actions property shall contain the available actions for this resource."/> |
| 306 | </Property> |
| 307 | </EntityType> |
| 308 | |
| 309 | <ComplexType Name="Links" BaseType="Resource.Links"> |
| 310 | <Annotation Term="OData.Description" String="Contains references to other resources that are related to this resource."/> |
| 311 | <Annotation Term="OData.LongDescription" String="This type, as described by the Redfish Specification, shall contain references to resources that are related to, but not contained by (subordinate to), this resource."/> |
| 312 | <NavigationProperty Name="Chassis" Type="Chassis.Chassis" Nullable="false"> |
| 313 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 314 | <Annotation Term="OData.Description" String="A reference to the Chassis which contains this Processor."/> |
| 315 | <Annotation Term="OData.LongDescription" String="The value of this property shall be a reference to a resource of type Chassis that represent the physical container associated with this Processor."/> |
| 316 | <Annotation Term="OData.AutoExpandReferences"/> |
| 317 | </NavigationProperty> |
| 318 | </ComplexType> |
| 319 | |
| 320 | <ComplexType Name="Actions"> |
| 321 | <Annotation Term="OData.AdditionalProperties" Bool="false"/> |
| 322 | <Annotation Term="OData.Description" String="The available actions for this resource."/> |
| 323 | <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame^] | 324 | <Property Name="Oem" Type="Processor.v1_1_0.OemActions" Nullable="false"> |
| 325 | <Annotation Term="OData.Description" String="This property contains the available OEM specific actions for this resource."/> |
| 326 | <Annotation Term="OData.LongDescription" String="This property shall contain any additional OEM actions for this resource."/> |
| 327 | </Property> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 328 | </ComplexType> |
| 329 | |
| 330 | <ComplexType Name="OemActions"> |
| 331 | <Annotation Term="OData.AdditionalProperties" Bool="true"/> |
| 332 | <Annotation Term="OData.Description" String="The available OEM specific actions for this resource."/> |
| 333 | <Annotation Term="OData.LongDescription" String="This type shall contain any additional OEM actions for this resource."/> |
| 334 | </ComplexType> |
| 335 | </Schema> |
| 336 | |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame^] | 337 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_1_1"> |
| 338 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 339 | <Annotation Term="OData.Description" String="This version was created to add Units annotations on the MaxSpeedMHz property. It was also 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."/> |
| 340 | <EntityType Name="Processor" BaseType="Processor.v1_1_0.Processor"/> |
| 341 | </Schema> |
| 342 | |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 343 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_2_0"> |
| 344 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 345 | <EntityType Name="Processor" BaseType="Processor.v1_1_0.Processor"> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame^] | 346 | <Property Name="Location" Type="Resource.Location" Nullable="false"> |
| 347 | <Annotation Term="OData.Description" String="The Location of the processor."/> |
| 348 | <Annotation Term="OData.LongDescription" String="This property shall contain location information of the associated processor."/> |
| 349 | </Property> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 350 | <NavigationProperty Name="Assembly" Type="Assembly.Assembly" ContainsTarget="true" Nullable="false"> |
| 351 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 352 | <Annotation Term="OData.Description" String="A reference to the Assembly resource associated with this processor."/> |
| 353 | <Annotation Term="OData.LongDescription" String="The value of this property shall be a link to a resource of type Assembly."/> |
| 354 | <Annotation Term="OData.AutoExpandReferences"/> |
| 355 | </NavigationProperty> |
| 356 | </EntityType> |
| 357 | </Schema> |
| 358 | |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame^] | 359 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_2_1"> |
| 360 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 361 | <Annotation Term="OData.Description" String="This version was created to add Units annotations on the MaxSpeedMHz property. It was also 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."/> |
| 362 | <EntityType Name="Processor" BaseType="Processor.v1_2_0.Processor"/> |
| 363 | </Schema> |
| 364 | |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 365 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_3_0"> |
| 366 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 367 | <EntityType Name="Processor" BaseType="Processor.v1_2_0.Processor"> |
| 368 | <NavigationProperty Name="SubProcessors" Type="ProcessorCollection.ProcessorCollection" ContainsTarget="true" Nullable="false"> |
| 369 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 370 | <Annotation Term="OData.Description" String="A reference to the collection of Sub-Processors associated with this system, such as cores or threads that are part of a processor."/> |
| 371 | <Annotation Term="OData.LongDescription" String="The value of this property shall be a link to a collection of type ProcessorCollection."/> |
| 372 | <Annotation Term="OData.AutoExpandReferences"/> |
| 373 | </NavigationProperty> |
| 374 | </EntityType> |
| 375 | </Schema> |
| 376 | |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame^] | 377 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Processor.v1_3_1"> |
| 378 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 379 | <Annotation Term="OData.Description" String="This version was created to add Units annotations on the MaxSpeedMHz property. It was also 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."/> |
| 380 | <EntityType Name="Processor" BaseType="Processor.v1_3_0.Processor"/> |
| 381 | </Schema> |
| 382 | |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 383 | </edmx:DataServices> |
| 384 | </edmx:Edmx> |