1<?xml version="1.0" encoding="UTF-8"?> 2<!----> 3<!--################################################################################ --> 4<!--# Redfish Schema: Resource v1.21.0 --> 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-2025 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://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml"> 18 <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/> 19 </edmx:Reference> 20 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml"> 21 <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/> 22 <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/> 23 </edmx:Reference> 24 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/LogEntry_v1.xml"> 25 <edmx:Include Namespace="LogEntry"/> 26 </edmx:Reference> 27 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/ResolutionStep_v1.xml"> 28 <edmx:Include Namespace="ResolutionStep"/> 29 </edmx:Reference> 30 31 <edmx:DataServices> 32 33 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource"> 34 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 35 <Annotation Term="Redfish.Language" String="en"/> 36 37 <TypeDefinition Name="Id" UnderlyingType="Edm.String"> 38 <Annotation Term="OData.Description" String="The unique identifier for this resource within the collection of similar resources."/> 39 <Annotation Term="OData.LongDescription" String="This property shall contain the identifier for this resource. The value shall conform with the 'Id' clause of the Redfish Specification."/> 40 </TypeDefinition> 41 42 <TypeDefinition Name="Description" UnderlyingType="Edm.String"> 43 <Annotation Term="OData.Description" String="The description of this resource. Used for commonality in the schema definitions."/> 44 <Annotation Term="OData.LongDescription" String="This property shall contain the description of this resource. The value shall conform with the 'Description' clause of the Redfish Specification."/> 45 </TypeDefinition> 46 47 <TypeDefinition Name="Name" UnderlyingType="Edm.String"> 48 <Annotation Term="OData.Description" String="The name of the resource or array member."/> 49 <Annotation Term="OData.LongDescription" String="This property shall contain the name of this resource or array member. The value shall conform with the 'Name' clause of the Redfish Specification."/> 50 </TypeDefinition> 51 52 <TypeDefinition Name="UUID" UnderlyingType="Edm.Guid"/> 53 54 <ComplexType Name="Links" Abstract="true"> 55 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 56 <Property Name="Oem" Type="Resource.Oem" Nullable="false"> 57 <Annotation Term="OData.Description" String="The OEM extension property."/> 58 <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."/> 59 </Property> 60 </ComplexType> 61 62 <ComplexType Name="Oem"> 63 <Annotation Term="OData.AdditionalProperties" Bool="true"/> 64 <Annotation Term="Redfish.DynamicPropertyPatterns"> 65 <Collection> 66 <Record> 67 <PropertyValue Property="Pattern" String="^[A-Za-z0-9_]+$"/> 68 <PropertyValue Property="Type" String="Resource.OemObject"/> 69 </Record> 70 </Collection> 71 </Annotation> 72 <Annotation Term="OData.Description" String="The OEM extension."/> 73 <Annotation Term="OData.LongDescription" String="This object represents the OEM properties. The resource values shall comply with the Redfish Specification-described requirements."/> 74 </ComplexType> 75 76 <ComplexType Name="OemObject"> 77 <Annotation Term="OData.AdditionalProperties" Bool="true"/> 78 <Annotation Term="OData.Description" String="The base type for an OEM extension."/> 79 <Annotation Term="OData.LongDescription" String="This object represents the base type for an OEM object. The resource values shall comply with the Redfish Specification-described requirements."/> 80 </ComplexType> 81 82 <EntityType Name="ItemOrCollection" Abstract="true"/> 83 84 <EntityType Name="Item" BaseType="Resource.ItemOrCollection" Abstract="true"> 85 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 86 <Annotation Term="OData.Description" String="The base type for resources and members that can be linked to."/> 87 <Property Name="Oem" Type="Resource.Oem" Nullable="false"> 88 <Annotation Term="OData.Description" String="The OEM extension property."/> 89 <Annotation Term="OData.LongDescription" String="This property shall contain the OEM extensions. All values for properties that this object contains shall conform to the Redfish Specification-described requirements."/> 90 </Property> 91 </EntityType> 92 93 <EntityType Name="ReferenceableMember" BaseType="Resource.Item" Abstract="true"/> 94 95 <EntityType Name="Resource" BaseType="Resource.Item" Abstract="true"/> 96 97 <EntityType Name="ResourceCollection" BaseType="Resource.ItemOrCollection" Abstract="true"/> 98 99 <ComplexType Name="Status"> 100 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 101 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 102 <Annotation Term="OData.Description" String="The status and health of a resource and its children."/> 103 <Annotation Term="OData.LongDescription" String="This type shall contain any status or health properties of a resource."/> 104 <Property Name="State" Type="Resource.State"> 105 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 106 <Annotation Term="OData.Description" String="The state of the resource."/> 107 <Annotation Term="OData.LongDescription" String="This property shall indicate the state of the resource."/> 108 </Property> 109 <Property Name="HealthRollup" Type="Resource.Health"> 110 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 111 <Annotation Term="OData.Description" String="The overall health state from the view of this resource."/> 112 <Annotation Term="OData.LongDescription" String="This property shall represent the health state of the resource and its dependent resources. The values shall conform to those defined in the Redfish Specification. For additional property requirements, see the corresponding definition in the Redfish Data Model Specification."/> 113 </Property> 114 <Property Name="Health" Type="Resource.Health"> 115 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 116 <Annotation Term="OData.Description" String="The health state of this resource in the absence of its dependent resources."/> 117 <Annotation Term="OData.LongDescription" String="This property shall represent the health state of the resource without considering its dependent resources. The values shall conform to those defined in the Redfish Specification."/> 118 </Property> 119 <Property Name="Conditions" Type="Collection(Resource.Condition)"> 120 <Annotation Term="OData.Description" String="Conditions in this resource that require attention."/> 121 <Annotation Term="OData.LongDescription" String="This property shall represent the active conditions requiring attention in this or a related resource. The conditions may affect the `Health` or `HealthRollup` of this resource. The service may roll up multiple conditions originating from a resource, using the `ConditionInRelatedResource` message from the Base Message Registry. The array order of conditions may change as new conditions occur or as conditions are resolved by the service."/> 122 <Annotation Term="Redfish.Revisions"> 123 <Collection> 124 <Record> 125 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 126 <PropertyValue Property="Version" String="v1_11_0"/> 127 </Record> 128 </Collection> 129 </Annotation> 130 </Property> 131 <Property Name="Oem" Type="Resource.Oem" Nullable="false"> 132 <Annotation Term="OData.Description" String="The OEM extension property."/> 133 <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."/> 134 </Property> 135 </ComplexType> 136 137 <ComplexType Name="Condition"> 138 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 139 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 140 <Annotation Term="OData.Description" String="A condition that requires attention."/> 141 <Annotation Term="OData.LongDescription" String="This type shall contain the description and details of a condition that exists within this resource or a related resource that requires attention."/> 142 <Property Name="Timestamp" Type="Edm.DateTimeOffset" Nullable="false"> 143 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 144 <Annotation Term="OData.Description" String="The time the condition occurred."/> 145 <Annotation Term="OData.LongDescription" String="This property shall indicate the time the condition occurred."/> 146 </Property> 147 <Property Name="MessageId" Type="Edm.String" Nullable="false"> 148 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 149 <Annotation Term="OData.Description" String="The identifier for the message."/> 150 <Annotation Term="OData.LongDescription" String="This property shall contain a `MessageId`, as defined in the 'MessageId format' clause of the Redfish Specification."/> 151 <Annotation Term="Redfish.Required"/> 152 </Property> 153 <Property Name="MessageArgs" Type="Collection(Edm.String)" Nullable="false"> 154 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 155 <Annotation Term="OData.Description" String="An array of message arguments that are substituted for the arguments in the message when looked up in the message registry."/> 156 <Annotation Term="OData.LongDescription" String="This property shall contain an array of message arguments that are substituted for the arguments in the message when looked up in the message registry. It has the same semantics as the `MessageArgs` property in the Redfish `MessageRegistry` schema."/> 157 </Property> 158 <Property Name="Message" Type="Edm.String" Nullable="false"> 159 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 160 <Annotation Term="OData.Description" String="The human-readable message for this condition."/> 161 <Annotation Term="OData.LongDescription" String="This property shall contain a human-readable message describing this condition."/> 162 </Property> 163 <Property Name="Severity" Type="Resource.Health" Nullable="false"> 164 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 165 <Annotation Term="OData.Description" String="The severity of the condition."/> 166 <Annotation Term="OData.LongDescription" String="This property shall contain the severity of the condition. Services can replace the value defined in the message registry with a value more applicable to the implementation."/> 167 </Property> 168 <NavigationProperty Name="OriginOfCondition" Type="Resource.Item" Nullable="false"> 169 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 170 <Annotation Term="OData.Description" String="A link to the resource or object that originated the condition."/> 171 <Annotation Term="OData.LongDescription" String="This property shall contain a link to the resource or object that originated the condition. This property shall not be present if the condition was caused by this resource."/> 172 <Annotation Term="OData.AutoExpandReferences"/> 173 </NavigationProperty> 174 <NavigationProperty Name="LogEntry" Type="LogEntry.LogEntry" Nullable="false"> 175 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 176 <Annotation Term="OData.Description" String="The link to the log entry created for this condition."/> 177 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type `LogEntry` that represents the log entry created for this condition."/> 178 <Annotation Term="OData.AutoExpandReferences"/> 179 </NavigationProperty> 180 <Property Name="Resolution" Type="Edm.String" Nullable="false"> 181 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 182 <Annotation Term="OData.Description" String="Suggestions on how to resolve the condition."/> 183 <Annotation Term="OData.LongDescription" String="This property shall contain the resolution of the condition. Services should replace the resolution defined in the message registry with a more specific resolution."/> 184 <Annotation Term="Redfish.Revisions"> 185 <Collection> 186 <Record> 187 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 188 <PropertyValue Property="Version" String="v1_14_0"/> 189 </Record> 190 </Collection> 191 </Annotation> 192 </Property> 193 <Property Name="ResolutionSteps" Type="Collection(ResolutionStep.ResolutionStep)" Nullable="false"> 194 <Annotation Term="OData.Description" String="The list of recommended steps to resolve the condition."/> 195 <Annotation Term="OData.LongDescription" String="This property shall contain an array of recommended steps to resolve the condition. A client can stop executing the resolution steps once the condition is removed from the resource."/> 196 <Annotation Term="Redfish.Revisions"> 197 <Collection> 198 <Record> 199 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 200 <PropertyValue Property="Version" String="v1_18_0"/> 201 </Record> 202 </Collection> 203 </Annotation> 204 </Property> 205 <Property Name="Username" Type="Edm.String"> 206 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 207 <Annotation Term="OData.Description" String="The username of the account associated with the condition."/> 208 <Annotation Term="OData.LongDescription" String="This property shall contain the username of the account associated with the condition. This should be used for conditions that result from a user action."/> 209 <Annotation Term="Redfish.Revisions"> 210 <Collection> 211 <Record> 212 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 213 <PropertyValue Property="Version" String="v1_20_0"/> 214 </Record> 215 </Collection> 216 </Annotation> 217 </Property> 218 <Property Name="UserAuthenticationSource" Type="Edm.String"> 219 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 220 <Annotation Term="OData.Description" String="The source of authentication for the username property associated with the condition."/> 221 <Annotation Term="OData.LongDescription" String="This property shall contain the URL to the authentication service that is associated with the username property. This should be used for conditions that result from a user action."/> 222 <Annotation Term="Redfish.Revisions"> 223 <Collection> 224 <Record> 225 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 226 <PropertyValue Property="Version" String="v1_20_0"/> 227 </Record> 228 </Collection> 229 </Annotation> 230 </Property> 231 <Property Name="ConditionType" Type="Resource.v1_22_0.ConditionType"> 232 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 233 <Annotation Term="OData.Description" String="The type of condition."/> 234 <Annotation Term="OData.LongDescription" String="This property shall contain the type of condition."/> 235 <Annotation Term="Redfish.Revisions"> 236 <Collection> 237 <Record> 238 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 239 <PropertyValue Property="Version" String="v1_22_0"/> 240 </Record> 241 </Collection> 242 </Annotation> 243 </Property> 244 <Property Name="Oem" Type="Resource.Oem" Nullable="false"> 245 <Annotation Term="OData.Description" String="The OEM extension property."/> 246 <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."/> 247 <Annotation Term="Redfish.Revisions"> 248 <Collection> 249 <Record> 250 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 251 <PropertyValue Property="Version" String="v1_21_0"/> 252 </Record> 253 </Collection> 254 </Annotation> 255 </Property> 256 </ComplexType> 257 258 <EnumType Name="State"> 259 <Member Name="Enabled"> 260 <Annotation Term="OData.Description" String="This function or resource is enabled."/> 261 <Annotation Term="OData.LongDescription" String="This value shall indicate that a function or resource is capable of operating."/> 262 </Member> 263 <Member Name="Disabled"> 264 <Annotation Term="OData.Description" String="This function or resource is disabled."/> 265 <Annotation Term="OData.LongDescription" String="This value shall indicate that a function or resource is unavailable."/> 266 </Member> 267 <Member Name="StandbyOffline"> 268 <Annotation Term="OData.Description" String="This function or resource is enabled but awaits an external action to activate it."/> 269 <Annotation Term="OData.LongDescription" String="This value shall indicate that a resource is temporarily unavailable but may become available through an external action."/> 270 </Member> 271 <Member Name="StandbySpare"> 272 <Annotation Term="OData.Description" String="This function or resource is part of a redundancy set and awaits a failover or other external action to activate it."/> 273 <Annotation Term="OData.LongDescription" String="This value shall indicate that a resource is unavailable but may become available automatically as part of a failover, through an external action, or in response to the change in state of another device or resource."/> 274 </Member> 275 <Member Name="InTest"> 276 <Annotation Term="OData.Description" String="This function or resource is undergoing testing or is in the process of capturing information for debugging."/> 277 <Annotation Term="OData.LongDescription" String="This value shall indicate that the component is undergoing testing or is in the process of capturing information for debugging."/> 278 </Member> 279 <Member Name="Starting"> 280 <Annotation Term="OData.Description" String="This function or resource is starting."/> 281 <Annotation Term="OData.LongDescription" String="This value shall indicate that the resource is attempting to transition to `Enabled`."/> 282 </Member> 283 <Member Name="Absent"> 284 <Annotation Term="OData.Description" String="This function or device is not currently present or detected. This resource represents a capability or an available location where a device can be installed."/> 285 <Annotation Term="OData.LongDescription" String="This value shall indicate that the function or device is absent as defined in the 'Absent resources' clause of the Redfish Specification."/> 286 </Member> 287 <Member Name="UnavailableOffline"> 288 <Annotation Term="OData.Description" String="This function or resource is present but cannot be used."/> 289 <Annotation Term="OData.LongDescription" String="This value shall indicate that a function or resource is present but not able to be used."/> 290 <Annotation Term="Redfish.Revisions"> 291 <Collection> 292 <Record> 293 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 294 <PropertyValue Property="Version" String="v1_1_0"/> 295 </Record> 296 </Collection> 297 </Annotation> 298 </Member> 299 <Member Name="Deferring"> 300 <Annotation Term="OData.Description" String="The element does not process any commands but queues new requests."/> 301 <Annotation Term="OData.LongDescription" String="This value shall indicate the element does not process any commands but queues new requests."/> 302 <Annotation Term="Redfish.Revisions"> 303 <Collection> 304 <Record> 305 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 306 <PropertyValue Property="Version" String="v1_2_0"/> 307 </Record> 308 </Collection> 309 </Annotation> 310 </Member> 311 <Member Name="Quiesced"> 312 <Annotation Term="OData.Description" String="The element is enabled but only processes a restricted set of commands."/> 313 <Annotation Term="OData.LongDescription" String="This value shall indicate the element is enabled but only processes a restricted set of commands."/> 314 <Annotation Term="Redfish.Revisions"> 315 <Collection> 316 <Record> 317 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 318 <PropertyValue Property="Version" String="v1_2_0"/> 319 </Record> 320 </Collection> 321 </Annotation> 322 </Member> 323 <Member Name="Updating"> 324 <Annotation Term="OData.Description" String="The element is updating and might be unavailable or degraded."/> 325 <Annotation Term="OData.LongDescription" String="This value shall indicate the element is updating. The element may become unavailable or operate at a degraded level of performance or functionality."/> 326 <Annotation Term="Redfish.Revisions"> 327 <Collection> 328 <Record> 329 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 330 <PropertyValue Property="Version" String="v1_2_0"/> 331 </Record> 332 </Collection> 333 </Annotation> 334 </Member> 335 <Member Name="Qualified"> 336 <Annotation Term="OData.Description" String="The element quality is within the acceptable range of operation."/> 337 <Annotation Term="OData.LongDescription" String="This value shall indicate the element is within the acceptable range of operation."/> 338 <Annotation Term="Redfish.Revisions"> 339 <Collection> 340 <Record> 341 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 342 <PropertyValue Property="Version" String="v1_9_0"/> 343 </Record> 344 <Record> 345 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> 346 <PropertyValue Property="Version" String="v1_19_0"/> 347 <PropertyValue Property="Description" String="This value has been deprecated in favor of StandbySpare."/> 348 </Record> 349 </Collection> 350 </Annotation> 351 </Member> 352 <Member Name="Degraded"> 353 <Annotation Term="OData.Description" String="The function or resource is degraded."/> 354 <Annotation Term="OData.LongDescription" String="This value shall indicate the resource is enabled but operating in a degraded mode."/> 355 <Annotation Term="Redfish.Revisions"> 356 <Collection> 357 <Record> 358 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 359 <PropertyValue Property="Version" String="v1_19_0"/> 360 </Record> 361 </Collection> 362 </Annotation> 363 </Member> 364 </EnumType> 365 366 <EnumType Name="Health"> 367 <Member Name="OK"> 368 <Annotation Term="OData.Description" String="Normal."/> 369 </Member> 370 <Member Name="Warning"> 371 <Annotation Term="OData.Description" String="A condition requires attention."/> 372 </Member> 373 <Member Name="Critical"> 374 <Annotation Term="OData.Description" String="A critical condition requires immediate attention."/> 375 </Member> 376 </EnumType> 377 378 <EnumType Name="ResetType"> 379 <Member Name="On"> 380 <Annotation Term="OData.Description" String="Turn on the unit."/> 381 <Annotation Term="OData.LongDescription" String="This value shall indicate the resource will transition to a power on state. Upon successful completion, the `PowerState` property, if supported, shall contain the value `On`."/> 382 </Member> 383 <Member Name="ForceOff"> 384 <Annotation Term="OData.Description" String="Turn off the unit immediately (non-graceful shutdown)."/> 385 <Annotation Term="OData.LongDescription" String="This value shall indicate the resource will transition to a power off state. The transition will start immediately. Upon successful completion, the `PowerState` property, if supported, shall contain the value `Off`."/> 386 </Member> 387 <Member Name="GracefulShutdown"> 388 <Annotation Term="OData.Description" String="Shut down gracefully and power off."/> 389 <Annotation Term="OData.LongDescription" String="This value shall indicate the resource will transition to a power off state. The transition will start after first performing tasks to safely shut down the resource. For example, when shutting down a computer system, the host operating system is allowed to safely shut down processes and close connections. Upon successful completion, the `PowerState` property, if supported, shall contain the value `Off`."/> 390 </Member> 391 <Member Name="GracefulRestart"> 392 <Annotation Term="OData.Description" String="Shut down gracefully and restart the unit."/> 393 <Annotation Term="OData.LongDescription" String="This value shall indicate the resource will transition to a power on state, after transiting through a restart. The transition will start after first performing tasks to safely shut down the resource. For example, when shutting down a computer system, the host operating system is allowed to safely shut down processes and close connections. Upon successful completion, the `PowerState` property, if supported, shall contain the value `On`."/> 394 </Member> 395 <Member Name="ForceRestart"> 396 <Annotation Term="OData.Description" String="Shut down immediately and non-gracefully and restart the unit."/> 397 <Annotation Term="OData.LongDescription" String="This value shall indicate the resource will transition to a power on state, after transiting through a restart. The transition will start immediately. Upon successful completion, the `PowerState` property, if supported, shall contain the value `On`."/> 398 </Member> 399 <Member Name="Nmi"> 400 <Annotation Term="OData.Description" String="Generate a diagnostic interrupt, which is usually an NMI on x86 systems, to stop normal operations, complete diagnostic actions, and, typically, halt the system."/> 401 <Annotation Term="OData.LongDescription" String="This value shall indicate the resource will generate a diagnostic interrupt."/> 402 </Member> 403 <Member Name="ForceOn"> 404 <Annotation Term="OData.Description" String="Turn on the unit immediately."/> 405 <Annotation Term="OData.LongDescription" String="This value shall indicate the resource will transition to a power on state. The transition will start immediately. Upon successful completion, the `PowerState` property shall contain the value `On`."/> 406 </Member> 407 <Member Name="PushPowerButton"> 408 <Annotation Term="OData.Description" String="Simulate the pressing of the physical power button on this unit."/> 409 <Annotation Term="OData.LongDescription" String="This value shall indicate the resource will behave as if the physical power button is pressed. The behavior of pressing the physical power button may be dependent on the state of the unit and the behavior may be configurable."/> 410 </Member> 411 <Member Name="PowerCycle"> 412 <Annotation Term="OData.Description" String="Power cycle the unit. Behaves like a power removal, followed by a power restore to the resource."/> 413 <Annotation Term="OData.LongDescription" String="This value shall indicate the resource will perform a power cycle. This is different from `FullPowerCycle` in that it typically performs localized power sequencing of the resource while external power is still present. For example, turning DC voltage regulators off and then turning DC voltage regulators back on. If currently in the power on state, the resource will transition to a power off state, then transition to a power on state. If currently in the power off state, the resource will transition to a power on state. Upon successful completion, the `PowerState` property, if supported, shall contain the value `On`."/> 414 <Annotation Term="Redfish.Revisions"> 415 <Collection> 416 <Record> 417 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 418 <PropertyValue Property="Version" String="v1_4_0"/> 419 </Record> 420 </Collection> 421 </Annotation> 422 </Member> 423 <Member Name="Suspend"> 424 <Annotation Term="OData.Description" String="Write the state of the unit to disk before powering off. This allows for the state to be restored when powered back on."/> 425 <Annotation Term="OData.LongDescription" String="This value shall indicate the resource will have any state information written to persistent memory and then transition to a power off state. Upon successful completion, the `PowerState` property, if supported, shall contain the value `Off`."/> 426 <Annotation Term="Redfish.Revisions"> 427 <Collection> 428 <Record> 429 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 430 <PropertyValue Property="Version" String="v1_13_0"/> 431 </Record> 432 </Collection> 433 </Annotation> 434 </Member> 435 <Member Name="Pause"> 436 <Annotation Term="OData.Description" String="Pause execution on the unit but do not remove power. This is typically a feature of virtual machine hypervisors."/> 437 <Annotation Term="OData.LongDescription" String="This value shall indicate the resource will transition to a paused state. Upon successful completion, the `PowerState` property, if supported, shall contain the value `Paused`."/> 438 <Annotation Term="Redfish.Revisions"> 439 <Collection> 440 <Record> 441 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 442 <PropertyValue Property="Version" String="v1_13_0"/> 443 </Record> 444 </Collection> 445 </Annotation> 446 </Member> 447 <Member Name="Resume"> 448 <Annotation Term="OData.Description" String="Resume execution on the paused unit. This is typically a feature of virtual machine hypervisors."/> 449 <Annotation Term="OData.LongDescription" String="This value shall indicate the resource will transition to a power on state. Upon successful completion, the `PowerState` property, if supported, shall contain the value `On`."/> 450 <Annotation Term="Redfish.Revisions"> 451 <Collection> 452 <Record> 453 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 454 <PropertyValue Property="Version" String="v1_13_0"/> 455 </Record> 456 </Collection> 457 </Annotation> 458 </Member> 459 <Member Name="FullPowerCycle"> 460 <Annotation Term="OData.Description" String="Full power cycle the unit. Behaves like removing utility lines, followed by restoring utility lines to the resource."/> 461 <Annotation Term="OData.LongDescription" String="This value shall indicate the resource will perform a full power cycle as if utility lines to the resource are removed and restored. This is different from `PowerCycle` in that it's as close to a true power cycle as possible. For example, removing AC power cables from an enclosure and then restoring the AC power cables. If currently in the power on state, the resource will transition to a power off state, then transition to a power on state. If currently in the power off state, the resource will transition to a power on state. Upon successful completion, the `PowerState` property, if supported, shall contain the value `On`. If a service supports this value but there are no other distinct power cycle flows, the service shall support `PowerCycle` as an alias to `FullPowerCycle`. This type of reset may cause the manager providing the Redfish service to power cycle. If the manager providing the Redfish service is affected by this type of reset, the service shall send the action response before resetting to prevent client timeouts."/> 462 <Annotation Term="Redfish.Revisions"> 463 <Collection> 464 <Record> 465 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 466 <PropertyValue Property="Version" String="v1_21_0"/> 467 </Record> 468 </Collection> 469 </Annotation> 470 </Member> 471 </EnumType> 472 473 <ComplexType Name="Identifier" Abstract="true"> 474 <Annotation Term="OData.Description" String="Any additional identifiers for a resource."/> 475 <Annotation Term="OData.LongDescription" String="This type shall contain any additional identifiers for a resource."/> 476 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 477 </ComplexType> 478 479 <ComplexType Name="Location" Abstract="true"> 480 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 481 <Annotation Term="OData.Description" String="The location of a resource."/> 482 <Annotation Term="OData.LongDescription" String="This type shall describe the location of a resource."/> 483 </ComplexType> 484 485 <EnumType Name="IndicatorLED"> 486 <Member Name="Lit"> 487 <Annotation Term="OData.Description" String="The indicator LED is lit."/> 488 <Annotation Term="OData.LongDescription" String="This value shall represent that the indicator LED is in a solid on state. If the service does not support this value, it shall reject `PATCH` or `PUT` requests containing this value by returning the HTTP `400 Bad Request` status code."/> 489 </Member> 490 <Member Name="Blinking"> 491 <Annotation Term="OData.Description" String="The indicator LED is blinking."/> 492 <Annotation Term="OData.LongDescription" String="This value shall represent that the indicator LED is in a blinking state where the LED is being turned on and off in repetition. If the service does not support this value, it shall reject `PATCH` or `PUT` requests containing this value by returning the HTTP `400 Bad Request` status code."/> 493 </Member> 494 <Member Name="Off"> 495 <Annotation Term="OData.Description" String="The indicator LED is off."/> 496 <Annotation Term="OData.LongDescription" String="This value shall represent that the indicator LED is in a solid off state. If the service does not support this value, it shall reject `PATCH` or `PUT` requests containing this value by returning the HTTP `400 Bad Request` status code."/> 497 </Member> 498 </EnumType> 499 500 <EnumType Name="PowerState"> 501 <Member Name="On"> 502 <Annotation Term="OData.Description" String="The resource is powered on."/> 503 </Member> 504 <Member Name="Off"> 505 <Annotation Term="OData.Description" String="The resource is powered off. The components within the resource might continue to have AUX power."/> 506 </Member> 507 <Member Name="PoweringOn"> 508 <Annotation Term="OData.Description" String="A temporary state between off and on. The components within the resource can take time to process the power on action."/> 509 </Member> 510 <Member Name="PoweringOff"> 511 <Annotation Term="OData.Description" String="A temporary state between on and off. The components within the resource can take time to process the power off action."/> 512 </Member> 513 <Member Name="Paused"> 514 <Annotation Term="OData.Description" String="The resource is paused."/> 515 <Annotation Term="Redfish.Revisions"> 516 <Collection> 517 <Record> 518 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 519 <PropertyValue Property="Version" String="v1_13_0"/> 520 </Record> 521 </Collection> 522 </Annotation> 523 </Member> 524 </EnumType> 525 </Schema> 526 527 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_0"> 528 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 529 <Annotation Term="Redfish.Release" String="1.0"/> 530 531 <EntityType Name="ReferenceableMember" BaseType="Resource.ReferenceableMember" Abstract="true"> 532 <Annotation Term="OData.Description" String="The base type for addressable members of an array."/> 533 <Annotation Term="OData.LongDescription" String="References array members by using the value returned in the `@odata.id` property, which can be a dereferenceable URL. The `@odata.id` of this entity shall contain the location of this element within an item."/> 534 <Key> 535 <PropertyRef Name="MemberId"/> 536 </Key> 537 <Property Name="MemberId" Nullable="false" Type="Edm.String"> 538 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 539 <Annotation Term="OData.Description" String="The unique identifier for the member within an array."/> 540 <Annotation Term="OData.LongDescription" String="This property shall contain the unique identifier for this member within an array. For services supporting Redfish v1.6 or higher, this value shall contain the zero-based array index."/> 541 <Annotation Term="Redfish.Required"/> 542 </Property> 543 </EntityType> 544 545 <EntityType Name="Resource" BaseType="Resource.Resource" Abstract="true"> 546 <Key> 547 <PropertyRef Name="Id"/> 548 </Key> 549 <Property Name="Id" Type="Resource.Id" Nullable="false"> 550 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 551 <Annotation Term="Redfish.Required"/> 552 </Property> 553 <Property Name="Description" Type="Resource.Description"> 554 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 555 </Property> 556 <Property Name="Name" Type="Resource.Name" Nullable="false"> 557 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 558 <Annotation Term="Redfish.Required"/> 559 </Property> 560 </EntityType> 561 562 <EntityType Name="ResourceCollection" BaseType="Resource.ResourceCollection" Abstract="true"> 563 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 564 <Key> 565 <PropertyRef Name="Name"/> 566 </Key> 567 <Property Name="Description" Type="Resource.Description"> 568 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 569 </Property> 570 <Property Name="Name" Type="Resource.Name" Nullable="false"> 571 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 572 <Annotation Term="Redfish.Required"/> 573 </Property> 574 <Property Name="Oem" Type="Resource.Oem" Nullable="false"> 575 <Annotation Term="OData.Description" String="The OEM extension property."/> 576 <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."/> 577 </Property> 578 </EntityType> 579 </Schema> 580 581 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_2"> 582 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 583 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/> 584 </Schema> 585 586 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_3"> 587 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 588 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/> 589 </Schema> 590 591 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_4"> 592 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 593 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/> 594 </Schema> 595 596 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_5"> 597 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 598 <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."/> 599 </Schema> 600 601 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_6"> 602 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 603 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/> 604 </Schema> 605 606 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_7"> 607 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 608 <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. It also updates the description for `MemberId` to match the Redfish v1.6 requirements."/> 609 </Schema> 610 611 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_8"> 612 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 613 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> 614 </Schema> 615 616 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_9"> 617 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 618 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 619 </Schema> 620 621 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_10"> 622 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 623 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 624 </Schema> 625 626 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_11"> 627 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 628 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 629 </Schema> 630 631 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_12"> 632 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 633 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 634 </Schema> 635 636 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_13"> 637 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 638 <Annotation Term="OData.Description" String="This version was created to clarify the descriptions for `Id`, `Name`, `Description`, and `MemberId` to be consistent with usage in the specification."/> 639 </Schema> 640 641 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_14"> 642 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 643 <Annotation Term="OData.Description" String="This version was created to replace the 'system' terminology with 'unit' in descriptions for `ResetType`. It was also created to correct various typographical errors."/> 644 </Schema> 645 646 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_15"> 647 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 648 <Annotation Term="OData.Description" String="This version was created to add long descriptions to the values of `State` in `Status`. It was also 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."/> 649 </Schema> 650 651 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_16"> 652 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 653 <Annotation Term="OData.Description" String="This version was created to add references in property long descriptions to the Redfish Data Model Specification where additional requirements or details are provided."/> 654 </Schema> 655 656 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_0"> 657 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 658 <Annotation Term="Redfish.Release" String="2016.1"/> 659 660 <ComplexType Name="Identifier" BaseType="Resource.Identifier"> 661 <Property Name="DurableName" Type="Edm.String"> 662 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 663 <Annotation Term="OData.Description" String="The world-wide, persistent name of the resource."/> 664 <Annotation Term="OData.LongDescription" String="This property shall contain the world-wide unique identifier for the resource. The string shall be in the format described by the value in the `DurableNameFormat` property."/> 665 </Property> 666 <Property Name="DurableNameFormat" Type="Resource.v1_1_0.DurableNameFormat"> 667 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 668 <Annotation Term="OData.Description" String="The format of the durable name property."/> 669 <Annotation Term="OData.LongDescription" String="This property shall represent the format of the `DurableName` property."/> 670 </Property> 671 </ComplexType> 672 673 <ComplexType Name="Location" BaseType="Resource.Location"> 674 <Property Name="Info" Type="Edm.String"> 675 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 676 <Annotation Term="OData.Description" String="The location of the resource."/> 677 <Annotation Term="OData.LongDescription" String="This property shall represent the location of the resource."/> 678 <Annotation Term="Redfish.Revisions"> 679 <Collection> 680 <Record> 681 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> 682 <PropertyValue Property="Version" String="v1_5_0"/> 683 <PropertyValue Property="Description" String="This property has been deprecated in favor of the `PostalAddress`, `Placement`, and `PartLocation` properties."/> 684 </Record> 685 </Collection> 686 </Annotation> 687 </Property> 688 <Property Name="InfoFormat" Type="Edm.String"> 689 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 690 <Annotation Term="OData.Description" String="The format of the `Info` property."/> 691 <Annotation Term="OData.LongDescription" String="This property shall represent the `Info` property format."/> 692 <Annotation Term="Redfish.Revisions"> 693 <Collection> 694 <Record> 695 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> 696 <PropertyValue Property="Version" String="v1_5_0"/> 697 <PropertyValue Property="Description" String="This property has been deprecated in favor of the `PostalAddress`, `Placement`, and `PartLocation` properties."/> 698 </Record> 699 </Collection> 700 </Annotation> 701 </Property> 702 <Property Name="Oem" Type="Resource.Oem" Nullable="false"> 703 <Annotation Term="OData.Description" String="The OEM extension property."/> 704 <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."/> 705 </Property> 706 </ComplexType> 707 708 <EnumType Name="DurableNameFormat"> 709 <Member Name="NAA"> 710 <Annotation Term="OData.Description" String="The Name Address Authority (NAA) format."/> 711 <Annotation Term="OData.LongDescription" String="This durable name shall contain a hexadecimal representation of the Name Address Authority structure, as defined in the T11 Fibre Channel - Framing and Signaling - 3 (FC-FS-3) specification. The `DurableName` property shall follow the regular expression pattern `^(([0-9A-Fa-f]{2}){8}){1,2}$`, where the most significant octet is first."/> 712 </Member> 713 <Member Name="iQN"> 714 <Annotation Term="OData.Description" String="The iSCSI Qualified Name (iQN)."/> 715 <Annotation Term="OData.LongDescription" String="This durable name shall be in the iSCSI Qualified Name (iQN) format, as defined in RFC3720 and RFC3721."/> 716 </Member> 717 <Member Name="FC_WWN"> 718 <Annotation Term="OData.Description" String="The Fibre Channel (FC) World Wide Name (WWN)."/> 719 <Annotation Term="OData.LongDescription" String="This durable name shall contain a hexadecimal representation of the World-Wide Name (WWN) format, as defined in the T11 Fibre Channel Physical and Signaling Interface Specification. The `DurableName` property shall follow the regular expression pattern `^([0-9A-Fa-f]{2}[:-]){7}([0-9A-Fa-f]{2})$`, where the most significant octet is first."/> 720 </Member> 721 <Member Name="UUID"> 722 <Annotation Term="OData.Description" String="The Universally Unique Identifier (UUID)."/> 723 <Annotation Term="OData.LongDescription" String="This durable name shall contain the hexadecimal representation of the UUID, as defined by RFC4122. The `DurableName` property shall follow the regular expression pattern '([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})'."/> 724 </Member> 725 <Member Name="EUI"> 726 <Annotation Term="OData.Description" String="The IEEE-defined 64-bit Extended Unique Identifier (EUI)."/> 727 <Annotation Term="OData.LongDescription" String="This durable name shall contain the hexadecimal representation of the IEEE-defined 64-bit Extended Unique Identifier (EUI), as defined in the IEEE's Guidelines for 64-bit Global Identifier (EUI-64) Specification. The `DurableName` property shall follow the regular expression pattern `^([0-9A-Fa-f]{2}[:-]){7}([0-9A-Fa-f]{2})$`, where the most significant octet is first."/> 728 </Member> 729 <Member Name="NQN"> 730 <Annotation Term="OData.Description" String="The NVMe Qualified Name (NQN)."/> 731 <Annotation Term="OData.LongDescription" String="This durable name shall be in the NVMe Qualified Name (NQN) format, as defined in the NVN Express over Fabric Specification."/> 732 <Annotation Term="Redfish.Revisions"> 733 <Collection> 734 <Record> 735 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 736 <PropertyValue Property="Version" String="v1_6_0"/> 737 </Record> 738 </Collection> 739 </Annotation> 740 </Member> 741 <Member Name="NSID"> 742 <Annotation Term="OData.Description" String="The NVM Namespace Identifier (NSID)."/> 743 <Annotation Term="OData.LongDescription" String="This durable name shall be in the NVM Namespace Identifier (NSID) format, as defined in the NVN Express Specification."/> 744 <Annotation Term="Redfish.Revisions"> 745 <Collection> 746 <Record> 747 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 748 <PropertyValue Property="Version" String="v1_6_0"/> 749 </Record> 750 <Record> 751 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> 752 <PropertyValue Property="Version" String="v1_12_0"/> 753 <PropertyValue Property="Description" String="This value has been deprecated due to its non-uniqueness and `NGUID` should be used."/> 754 </Record> 755 </Collection> 756 </Annotation> 757 </Member> 758 <Member Name="NGUID"> 759 <Annotation Term="OData.Description" String="The Namespace Globally Unique Identifier (NGUID)."/> 760 <Annotation Term="OData.LongDescription" String="This durable name shall be in the Namespace Globally Unique Identifier (NGUID), as defined in the NVN Express Specification. The `DurableName` property shall follow the regular expression pattern `^([0-9A-Fa-f]{2}){16}$`, where the most significant octet is first."/> 761 <Annotation Term="Redfish.Revisions"> 762 <Collection> 763 <Record> 764 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 765 <PropertyValue Property="Version" String="v1_10_0"/> 766 </Record> 767 </Collection> 768 </Annotation> 769 </Member> 770 <Member Name="MACAddress"> 771 <Annotation Term="OData.Description" String="The media access control address (MAC address)."/> 772 <Annotation Term="OData.LongDescription" String="This durable name shall be a media access control address (MAC address), which is a unique identifier assigned to a network interface controller (NIC) for use as a network address. This value should not be used if a more specific type of identifier is available. The `DurableName` property shall follow the regular expression pattern `^([0-9A-Fa-f]{2}[:-]){5}([0-9A-Fa-f]{2})$`, where the most significant octet is first."/> 773 <Annotation Term="Redfish.Revisions"> 774 <Collection> 775 <Record> 776 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 777 <PropertyValue Property="Version" String="v1_14_0"/> 778 </Record> 779 </Collection> 780 </Annotation> 781 </Member> 782 <Member Name="GCXLID"> 783 <Annotation Term="OData.Description" String="The globally unique CXL logical device identifier (GCXLID)."/> 784 <Annotation Term="OData.LongDescription" String="This durable name shall be in the globally unique CXL logical device identifier (GCXLID). The `DurableName` property shall follow the regular expression pattern `^([0-9A-Fa-f]{2}-){7}[0-9A-Fa-f]{2}:([0-9A-Fa-f]{4})$`, where the first eight hyphen-delimited octets contain the PCIe serial number, where the most significant octet is first, and the remaining 16-bit field contains the CXL Logical Device Identifier, with the most significant byte first."/> 785 <Annotation Term="Redfish.Revisions"> 786 <Collection> 787 <Record> 788 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 789 <PropertyValue Property="Version" String="v1_15_0"/> 790 </Record> 791 </Collection> 792 </Annotation> 793 </Member> 794 </EnumType> 795 </Schema> 796 797 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_1"> 798 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 799 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/> 800 </Schema> 801 802 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_2"> 803 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 804 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/> 805 </Schema> 806 807 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_3"> 808 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 809 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/> 810 </Schema> 811 812 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_4"> 813 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 814 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/> 815 </Schema> 816 817 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_5"> 818 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 819 <Annotation Term="OData.Description" String="This version was created to add an abstract base type for `Identifier` and `Location`, and deprecates the versioned definition of `IndicatorLED` to use an unversioned definition."/> 820 </Schema> 821 822 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_6"> 823 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 824 <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."/> 825 </Schema> 826 827 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_7"> 828 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 829 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/> 830 </Schema> 831 832 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_8"> 833 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 834 <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. It also updates the description for `MemberId` to match the Redfish v1.6 requirements."/> 835 </Schema> 836 837 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_9"> 838 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 839 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> 840 </Schema> 841 842 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_10"> 843 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 844 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 845 </Schema> 846 847 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_11"> 848 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 849 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 850 </Schema> 851 852 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_12"> 853 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 854 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 855 </Schema> 856 857 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_13"> 858 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 859 <Annotation Term="OData.Description" String="This version was created to add formats to the different durable name types. It was also created to correct various descriptions to use proper normative terminology."/> 860 </Schema> 861 862 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_14"> 863 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 864 <Annotation Term="OData.Description" String="This version was created to clarify the descriptions for `Id`, `Name`, `Description`, and `MemberId` to be consistent with usage in the specification."/> 865 </Schema> 866 867 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_15"> 868 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 869 <Annotation Term="OData.Description" String="This version was created to enhance the description of `DurableNameFormat` values to indicate that the patterns shown are regular expressions."/> 870 </Schema> 871 872 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_16"> 873 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 874 <Annotation Term="OData.Description" String="This version was created to replace the 'system' terminology with 'unit' in descriptions for `ResetType`. It was also created to correct various typographical errors."/> 875 </Schema> 876 877 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_17"> 878 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 879 <Annotation Term="OData.Description" String="This version was created to add long descriptions to the values of `State` in `Status`. It was also 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."/> 880 </Schema> 881 882 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_18"> 883 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 884 <Annotation Term="OData.Description" String="This version was created to add references in property long descriptions to the Redfish Data Model Specification where additional requirements or details are provided."/> 885 </Schema> 886 887 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_0"> 888 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 889 <Annotation Term="Redfish.Release" String="2016.2"/> 890 <Annotation Term="OData.Description" String="This version moves the former definition of `PowerState` to the unversioned namespace."/> 891 </Schema> 892 893 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_1"> 894 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 895 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/> 896 </Schema> 897 898 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_2"> 899 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 900 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/> 901 </Schema> 902 903 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_3"> 904 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 905 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/> 906 </Schema> 907 908 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_4"> 909 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 910 <Annotation Term="OData.Description" String="This version was created to add an abstract base type for `Identifier` and `Location`, and deprecates the versioned definition of `IndicatorLED` and `PowerState` to use an unversioned definition."/> 911 </Schema> 912 913 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_5"> 914 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 915 <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."/> 916 </Schema> 917 918 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_6"> 919 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 920 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/> 921 </Schema> 922 923 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_7"> 924 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 925 <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. It also updates the `MemberId` description to match the Redfish v1.6 requirements."/> 926 </Schema> 927 928 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_8"> 929 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 930 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> 931 </Schema> 932 933 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_9"> 934 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 935 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 936 </Schema> 937 938 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_10"> 939 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 940 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 941 </Schema> 942 943 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_11"> 944 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 945 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 946 </Schema> 947 948 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_12"> 949 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 950 <Annotation Term="OData.Description" String="This version was created to add formats to the different durable name types. It was also created to correct various descriptions to use proper normative terminology."/> 951 </Schema> 952 953 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_13"> 954 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 955 <Annotation Term="OData.Description" String="This version was created to clarify the descriptions for `Id`, `Name`, `Description`, and `MemberId` to be consistent with usage in the specification."/> 956 </Schema> 957 958 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_14"> 959 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 960 <Annotation Term="OData.Description" String="This version was created to enhance the description of `DurableNameFormat` values to indicate that the patterns shown are regular expressions."/> 961 </Schema> 962 963 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_15"> 964 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 965 <Annotation Term="OData.Description" String="This version was created to replace the 'system' terminology with 'unit' in descriptions for `ResetType`. It was also created to correct various typographical errors."/> 966 </Schema> 967 968 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_16"> 969 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 970 <Annotation Term="OData.Description" String="This version was created to add long descriptions to the values of `State` in `Status`. It was also 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."/> 971 </Schema> 972 973 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_17"> 974 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 975 <Annotation Term="OData.Description" String="This version was created to add references in property long descriptions to the Redfish Data Model Specification where additional requirements or details are provided."/> 976 </Schema> 977 978 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_0"> 979 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 980 <Annotation Term="Redfish.Release" String="2016.3"/> 981 982 <EnumType Name="RackUnits"> 983 <Annotation Term="OData.Description" String="The type of rack unit in use."/> 984 <Annotation Term="OData.LongDescription" String="Enumeration literals shall name the type of rack unit in use."/> 985 <Member Name="OpenU"> 986 <Annotation Term="OData.Description" String="A rack unit that is equal to 48 mm (1.89 in)."/> 987 <Annotation Term="OData.LongDescription" String="Rack units shall be specified in terms of the Open Compute Open Rack Specification."/> 988 </Member> 989 <Member Name="EIA_310"> 990 <Annotation Term="OData.Description" String="A rack unit that is equal to 1.75 in (44.45 mm)."/> 991 <Annotation Term="OData.LongDescription" String="Rack units shall conform to the EIA-310 standard."/> 992 </Member> 993 </EnumType> 994 995 <ComplexType Name="PostalAddress"> 996 <Annotation Term="OData.Description" String="The postal address for a resource."/> 997 <Annotation Term="OData.LongDescription" String="Instances shall describe a postal address for a resource. For more information, see RFC5139. Depending on use, the instance can represent a past, current, or future location."/> 998 <Annotation Term="Redfish.Revisions"> 999 <Collection> 1000 <Record> 1001 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> 1002 <PropertyValue Property="Version" String="v1_17_0"/> 1003 <PropertyValue Property="Description" String="This object and its properties have been deprecated in favor of `PhysicalAddress`."/> 1004 </Record> 1005 </Collection> 1006 </Annotation> 1007 <Property Name="Country" Type="Edm.String"> 1008 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1009 <Annotation Term="OData.Description" String="The country."/> 1010 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the Country field."/> 1011 </Property> 1012 <Property Name="Territory" Type="Edm.String"> 1013 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1014 <Annotation Term="OData.Description" String="A top-level subdivision within a country."/> 1015 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the A1 field when it names a territory, state, region, province, or prefecture within a country."/> 1016 </Property> 1017 <Property Name="District" Type="Edm.String"> 1018 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1019 <Annotation Term="OData.Description" String="A county, parish, gun (JP), or district (IN)."/> 1020 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the A2 field. Names a county, parish, gun (JP), or district (IN)."/> 1021 </Property> 1022 <Property Name="City" Type="Edm.String"> 1023 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1024 <Annotation Term="OData.Description" String="City, township, or shi (JP)."/> 1025 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the A3 field. Names a city, township, or shi (JP)."/> 1026 </Property> 1027 <Property Name="Division" Type="Edm.String"> 1028 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1029 <Annotation Term="OData.Description" String="City division, borough, city district, ward, or chou (JP)."/> 1030 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the A4 field. Names a city division, borough, city district, ward, or chou (JP)."/> 1031 </Property> 1032 <Property Name="Neighborhood" Type="Edm.String"> 1033 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1034 <Annotation Term="OData.Description" String="Neighborhood or block."/> 1035 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the A5 field. Names a neighborhood or block."/> 1036 </Property> 1037 <Property Name="LeadingStreetDirection" Type="Edm.String"> 1038 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1039 <Annotation Term="OData.Description" String="A leading street direction."/> 1040 <Annotation Term="OData.LongDescription" String="The value shall conform to the requirements of the PRD field as defined in RFC5139. Names a leading street direction, (N, W, or SE)."/> 1041 </Property> 1042 <Property Name="Street" Type="Edm.String"> 1043 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1044 <Annotation Term="OData.Description" String="Street name."/> 1045 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the A6 field. Names a street."/> 1046 </Property> 1047 <Property Name="TrailingStreetSuffix" Type="Edm.String"> 1048 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1049 <Annotation Term="OData.Description" String="A trailing street suffix."/> 1050 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the POD field. Names a trailing street suffix."/> 1051 </Property> 1052 <Property Name="StreetSuffix" Type="Edm.String"> 1053 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1054 <Annotation Term="OData.Description" String="Avenue, Platz, Street, Circle."/> 1055 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the STS field. Names a street suffix."/> 1056 </Property> 1057 <Property Name="HouseNumber" Type="Edm.Int64"> 1058 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1059 <Annotation Term="OData.Description" String="The numeric portion of house number."/> 1060 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the HNO field. The numeric portion of the house number."/> 1061 </Property> 1062 <Property Name="HouseNumberSuffix" Type="Edm.String"> 1063 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1064 <Annotation Term="OData.Description" String="The house number suffix."/> 1065 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the HNS field. Provides a suffix to a house number, (F, B, or 1/2)."/> 1066 </Property> 1067 <Property Name="Landmark" Type="Edm.String"> 1068 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1069 <Annotation Term="OData.Description" String="The landmark."/> 1070 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the LMK field. Identifies a landmark or vanity address."/> 1071 </Property> 1072 <Property Name="Location" Type="Edm.String"> 1073 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1074 <Annotation Term="OData.Description" String="The room designation or other additional information."/> 1075 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the LOC field. Provides additional information."/> 1076 <Annotation Term="Redfish.Revisions"> 1077 <Collection> 1078 <Record> 1079 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> 1080 <PropertyValue Property="Version" String="v1_7_0"/> 1081 <PropertyValue Property="Description" String="This property has been deprecated in favor of the `AdditionalInfo` property."/> 1082 </Record> 1083 </Collection> 1084 </Annotation> 1085 </Property> 1086 <Property Name="Floor" Type="Edm.String"> 1087 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1088 <Annotation Term="OData.Description" String="The floor."/> 1089 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the FLR field. Provides a floor designation."/> 1090 </Property> 1091 <Property Name="Name" Type="Edm.String"> 1092 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1093 <Annotation Term="OData.Description" String="The name."/> 1094 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the NAM field. Names the occupant."/> 1095 </Property> 1096 <Property Name="PostalCode" Type="Edm.String"> 1097 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1098 <Annotation Term="OData.Description" String="The postal code or zip code."/> 1099 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the PC field. A postal code (or zip code)."/> 1100 </Property> 1101 <Property Name="Building" Type="Edm.String"> 1102 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1103 <Annotation Term="OData.Description" String="The name of the building."/> 1104 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the BLD field. Names the building."/> 1105 </Property> 1106 <Property Name="Unit" Type="Edm.String"> 1107 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1108 <Annotation Term="OData.Description" String="The name or number of the apartment unit or suite."/> 1109 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the UNIT field. The name or number of a unit, such as the apartment or suite, to locate the resource."/> 1110 </Property> 1111 <Property Name="Room" Type="Edm.String"> 1112 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1113 <Annotation Term="OData.Description" String="The name or number of the room."/> 1114 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the ROOM field. A name or number of a room to locate the resource within the unit."/> 1115 </Property> 1116 <Property Name="Seat" Type="Edm.String"> 1117 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1118 <Annotation Term="OData.Description" String="The seat, such as the desk, cubicle, or workstation."/> 1119 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the SEAT field. A name or number of a seat, such as the desk, cubicle, or workstation."/> 1120 </Property> 1121 <Property Name="PlaceType" Type="Edm.String"> 1122 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1123 <Annotation Term="OData.Description" String="The description of the type of place that is addressed."/> 1124 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the PLC field. Examples include office and residence."/> 1125 </Property> 1126 <Property Name="Community" Type="Edm.String"> 1127 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1128 <Annotation Term="OData.Description" String="The postal community name."/> 1129 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the PCN field. A postal community name."/> 1130 </Property> 1131 <Property Name="POBox" Type="Edm.String"> 1132 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1133 <Annotation Term="OData.Description" String="The post office box (PO box)."/> 1134 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the POBOX field. A post office box (PO box)."/> 1135 </Property> 1136 <Property Name="AdditionalCode" Type="Edm.String"> 1137 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1138 <Annotation Term="OData.Description" String="The additional code."/> 1139 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the ADDCODE field."/> 1140 </Property> 1141 <Property Name="Road" Type="Edm.String"> 1142 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1143 <Annotation Term="OData.Description" String="The primary road or street."/> 1144 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the RD field. Designates a primary road or street."/> 1145 </Property> 1146 <Property Name="RoadSection" Type="Edm.String"> 1147 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1148 <Annotation Term="OData.Description" String="The road section."/> 1149 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the RDSEC field. A road section."/> 1150 </Property> 1151 <Property Name="RoadBranch" Type="Edm.String"> 1152 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1153 <Annotation Term="OData.Description" String="The road branch."/> 1154 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the RDBR field. Shall contain a post office box (PO box) road branch."/> 1155 </Property> 1156 <Property Name="RoadSubBranch" Type="Edm.String"> 1157 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1158 <Annotation Term="OData.Description" String="The road sub branch."/> 1159 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the RDSUBBR field."/> 1160 </Property> 1161 <Property Name="RoadPreModifier" Type="Edm.String"> 1162 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1163 <Annotation Term="OData.Description" String="The road pre-modifier."/> 1164 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the PRM field. For example, Old or New."/> 1165 </Property> 1166 <Property Name="RoadPostModifier" Type="Edm.String"> 1167 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1168 <Annotation Term="OData.Description" String="The road post-modifier."/> 1169 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the POM field. For example, Extended."/> 1170 </Property> 1171 <Property Name="GPSCoords" Type="Edm.String"> 1172 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1173 <Annotation Term="OData.Description" String="The GPS coordinates of the part."/> 1174 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the ADDCODE field. Shall contain the GPS coordinates of the location. If furnished, expressed in the `[-][nn]n.nnnnnn, [-][nn]n.nnnnn` format. For example, two comma-separated positive or negative numbers with six decimal places of precision."/> 1175 <Annotation Term="Redfish.Revisions"> 1176 <Collection> 1177 <Record> 1178 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> 1179 <PropertyValue Property="Version" String="v1_6_0"/> 1180 <PropertyValue Property="Description" String="This property has been deprecated in favor of the Longitude and Latitude properties."/> 1181 </Record> 1182 </Collection> 1183 </Annotation> 1184 </Property> 1185 </ComplexType> 1186 1187 <ComplexType Name="Placement"> 1188 <Annotation Term="OData.Description" String="The placement within the addressed location."/> 1189 <Annotation Term="OData.LongDescription" String="The value shall describe a location within a resource. Examples include a shelf in a rack."/> 1190 <Property Name="Row" Type="Edm.String"> 1191 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1192 <Annotation Term="OData.Description" String="The name of the row."/> 1193 <Annotation Term="OData.LongDescription" String="This property shall contain the name of the row."/> 1194 </Property> 1195 <Property Name="Rack" Type="Edm.String"> 1196 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1197 <Annotation Term="OData.Description" String="The name of a rack location within a row."/> 1198 <Annotation Term="OData.LongDescription" String="This property shall contain the name of the rack within a row."/> 1199 </Property> 1200 <Property Name="RackOffsetUnits" Type="Resource.v1_3_0.RackUnits"> 1201 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1202 <Annotation Term="OData.Description" String="The type of rack units in use."/> 1203 <Annotation Term="OData.LongDescription" String="This property shall contain a RackUnit enumeration literal that indicates the type of rack units in use."/> 1204 </Property> 1205 <Property Name="RackOffset" Type="Edm.Int64" DefaultValue="0"> 1206 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1207 <Annotation Term="OData.Description" String="The vertical location of the item, in terms of RackOffsetUnits."/> 1208 <Annotation Term="OData.LongDescription" String="The vertical location of the item in the rack. Rack offset units shall be measured from bottom to top, starting with 0."/> 1209 </Property> 1210 </ComplexType> 1211 1212 <ComplexType Name="Location" BaseType="Resource.v1_1_0.Location"> 1213 <Annotation Term="OData.Description" String="The location of a resource."/> 1214 <Annotation Term="OData.LongDescription" String="Instances shall describe a location for a resource. For more information, see RFC5139. Depending on use, the instance can represent a past, current, or future location."/> 1215 <Property Name="PostalAddress" Type="Resource.v1_3_0.PostalAddress" Nullable="false"> 1216 <Annotation Term="OData.Description" String="The postal address of the addressed resource."/> 1217 <Annotation Term="OData.LongDescription" String="This property shall contain a postal address of the resource."/> 1218 </Property> 1219 <Property Name="Placement" Type="Resource.v1_3_0.Placement" Nullable="false"> 1220 <Annotation Term="OData.Description" String="A place within the addressed location."/> 1221 <Annotation Term="OData.LongDescription" String="This property shall contain a place within the addressed location."/> 1222 </Property> 1223 </ComplexType> 1224 </Schema> 1225 1226 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_1"> 1227 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1228 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/> 1229 </Schema> 1230 1231 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_2"> 1232 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1233 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/> 1234 </Schema> 1235 1236 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_3"> 1237 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1238 <Annotation Term="OData.Description" String="This version was created to add an abstract base type for `Identifier` and `Location`, and deprecates the versioned definition of `IndicatorLED` and `PowerState` to use an unversioned definition."/> 1239 </Schema> 1240 1241 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_4"> 1242 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1243 <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."/> 1244 </Schema> 1245 1246 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_5"> 1247 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1248 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/> 1249 </Schema> 1250 1251 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_6"> 1252 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1253 <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. It also updates the description for `MemberId` to match the Redfish v1.6 requirements and adds a missing term to several properties to disallow them from being `null`."/> 1254 </Schema> 1255 1256 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_7"> 1257 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1258 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> 1259 </Schema> 1260 1261 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_8"> 1262 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1263 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1264 </Schema> 1265 1266 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_9"> 1267 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1268 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1269 </Schema> 1270 1271 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_10"> 1272 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1273 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1274 </Schema> 1275 1276 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_11"> 1277 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1278 <Annotation Term="OData.Description" String="This version was created to add formats to the different durable name types. It was also created to correct various descriptions to use proper normative terminology."/> 1279 </Schema> 1280 1281 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_12"> 1282 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1283 <Annotation Term="OData.Description" String="This version was created to clarify the descriptions for `Id`, `Name`, `Description`, and `MemberId` to be consistent with usage in the specification."/> 1284 </Schema> 1285 1286 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_13"> 1287 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1288 <Annotation Term="OData.Description" String="This version was created to enhance the description of `DurableNameFormat` values to indicate that the patterns shown are regular expressions."/> 1289 </Schema> 1290 1291 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_14"> 1292 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1293 <Annotation Term="OData.Description" String="This version was created to replace the 'system' terminology with 'unit' in descriptions for `ResetType`. It was also created to correct various typographical errors."/> 1294 </Schema> 1295 1296 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_15"> 1297 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1298 <Annotation Term="OData.Description" String="This version was created to add long descriptions to the values of `State` in `Status`. It was also 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."/> 1299 </Schema> 1300 1301 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_16"> 1302 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1303 <Annotation Term="OData.Description" String="This version was created to add references in property long descriptions to the Redfish Data Model Specification where additional requirements or details are provided."/> 1304 </Schema> 1305 1306 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_0"> 1307 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1308 <Annotation Term="Redfish.Release" String="2017.1"/> 1309 <Annotation Term="OData.Description" String="This version was created to add the `PowerCycle` enumeration to `ResetType`."/> 1310 </Schema> 1311 1312 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_1"> 1313 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1314 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/> 1315 </Schema> 1316 1317 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_2"> 1318 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1319 <Annotation Term="OData.Description" String="This version was created to add an abstract base type for `Identifier` and `Location`, and deprecates the versioned definition of `IndicatorLED` and `PowerState` to use an unversioned definition."/> 1320 </Schema> 1321 1322 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_3"> 1323 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1324 <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."/> 1325 </Schema> 1326 1327 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_4"> 1328 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1329 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/> 1330 </Schema> 1331 1332 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_5"> 1333 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1334 <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. It also updates the description for `MemberId` to match the Redfish v1.6 requirements and adds a missing term to several properties to disallow them from being `null`."/> 1335 </Schema> 1336 1337 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_6"> 1338 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1339 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> 1340 </Schema> 1341 1342 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_7"> 1343 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1344 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1345 </Schema> 1346 1347 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_8"> 1348 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1349 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1350 </Schema> 1351 1352 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_9"> 1353 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1354 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1355 </Schema> 1356 1357 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_10"> 1358 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1359 <Annotation Term="OData.Description" String="This version was created to add formats to the different durable name types. It was also created to correct various descriptions to use proper normative terminology."/> 1360 </Schema> 1361 1362 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_11"> 1363 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1364 <Annotation Term="OData.Description" String="This version was created to clarify the descriptions for `Id`, `Name`, `Description`, and `MemberId` to be consistent with usage in the specification."/> 1365 </Schema> 1366 1367 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_12"> 1368 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1369 <Annotation Term="OData.Description" String="This version was created to enhance the description of `DurableNameFormat` values to indicate that the patterns shown are regular expressions."/> 1370 </Schema> 1371 1372 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_13"> 1373 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1374 <Annotation Term="OData.Description" String="This version was created to replace the 'system' terminology with 'unit' in descriptions for `ResetType`. It was also created to correct various typographical errors."/> 1375 </Schema> 1376 1377 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_14"> 1378 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1379 <Annotation Term="OData.Description" String="This version was created to add long descriptions to the values of `State` in `Status`. It was also 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."/> 1380 </Schema> 1381 1382 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_15"> 1383 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1384 <Annotation Term="OData.Description" String="This version was created to add references in property long descriptions to the Redfish Data Model Specification where additional requirements or details are provided."/> 1385 </Schema> 1386 1387 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_0"> 1388 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1389 <Annotation Term="Redfish.Release" String="2017.2"/> 1390 <Annotation Term="OData.Description" String="This version was created to add `PartLocation` to Location."/> 1391 1392 <EnumType Name="LocationType"> 1393 <Annotation Term="OData.Description" String="The types of locations for a part within an enclosure."/> 1394 <Annotation Term="OData.LongDescription" String="This enumeration shall list the types of locations for a part within an enclosure."/> 1395 <Member Name="Slot"> 1396 <Annotation Term="OData.Description" String="A slot."/> 1397 <Annotation Term="OData.LongDescription" String="This value shall indicate the part is located in a slot."/> 1398 </Member> 1399 <Member Name="Bay"> 1400 <Annotation Term="OData.Description" String="A bay."/> 1401 <Annotation Term="OData.LongDescription" String="This value shall indicate the part is located in a bay."/> 1402 </Member> 1403 <Member Name="Connector"> 1404 <Annotation Term="OData.Description" String="A connector or port."/> 1405 <Annotation Term="OData.LongDescription" String="This value shall indicate the part is located in a connector or port."/> 1406 </Member> 1407 <Member Name="Socket"> 1408 <Annotation Term="OData.Description" String="A socket."/> 1409 <Annotation Term="OData.LongDescription" String="This value shall indicate the part is located in a socket."/> 1410 </Member> 1411 <Member Name="Backplane"> 1412 <Annotation Term="OData.Description" String="A backplane."/> 1413 <Annotation Term="OData.LongDescription" String="This value shall indicate the part is a backplane in an enclosure."/> 1414 <Annotation Term="Redfish.Revisions"> 1415 <Collection> 1416 <Record> 1417 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 1418 <PropertyValue Property="Version" String="v1_12_0"/> 1419 </Record> 1420 </Collection> 1421 </Annotation> 1422 </Member> 1423 <Member Name="Embedded"> 1424 <Annotation Term="OData.Description" String="Embedded within a part."/> 1425 <Annotation Term="OData.LongDescription" String="This value shall indicate the part is embedded or otherwise permanently incorporated into a larger part or device. This value shall not be used for parts that can be removed by a user or are considered field-replaceable."/> 1426 <Annotation Term="Redfish.Revisions"> 1427 <Collection> 1428 <Record> 1429 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 1430 <PropertyValue Property="Version" String="v1_13_0"/> 1431 </Record> 1432 </Collection> 1433 </Annotation> 1434 </Member> 1435 </EnumType> 1436 1437 <EnumType Name="Reference"> 1438 <Annotation Term="OData.Description" String="The reference areas for the location of the part within an enclosure."/> 1439 <Annotation Term="OData.LongDescription" String="This enumeration shall list the reference areas for the location of the part within an enclosure."/> 1440 <Member Name="Top"> 1441 <Annotation Term="OData.Description" String="The part is in the top of the unit."/> 1442 <Annotation Term="OData.LongDescription" String="This value shall indicate the part is in the top of the unit."/> 1443 </Member> 1444 <Member Name="Bottom"> 1445 <Annotation Term="OData.Description" String="The part is in the bottom of the unit."/> 1446 <Annotation Term="OData.LongDescription" String="This value shall indicate the part is in the bottom of the unit."/> 1447 </Member> 1448 <Member Name="Front"> 1449 <Annotation Term="OData.Description" String="The part is in the front of the unit."/> 1450 <Annotation Term="OData.LongDescription" String="This value shall indicate the part is in the front of the unit."/> 1451 </Member> 1452 <Member Name="Rear"> 1453 <Annotation Term="OData.Description" String="The part is in the rear of the unit."/> 1454 <Annotation Term="OData.LongDescription" String="This value shall indicate the part is in the rear of the unit."/> 1455 </Member> 1456 <Member Name="Left"> 1457 <Annotation Term="OData.Description" String="The part is on the left side of the unit."/> 1458 <Annotation Term="OData.LongDescription" String="This value shall indicate the part is on the left side of the unit."/> 1459 </Member> 1460 <Member Name="Right"> 1461 <Annotation Term="OData.Description" String="The part is on the right side of the unit."/> 1462 <Annotation Term="OData.LongDescription" String="This value shall indicate the part is on the right side of the unit."/> 1463 </Member> 1464 <Member Name="Middle"> 1465 <Annotation Term="OData.Description" String="The part is in the middle of the unit."/> 1466 <Annotation Term="OData.LongDescription" String="This value shall indicate the part is in the middle of the unit."/> 1467 </Member> 1468 </EnumType> 1469 1470 <EnumType Name="Orientation"> 1471 <Annotation Term="OData.Description" String="The orientations for the ordering of the part location ordinal value."/> 1472 <Annotation Term="OData.LongDescription" String="This enumeration shall list the orientations for the ordering of the `LocationOrdinalValue` property."/> 1473 <Member Name="FrontToBack"> 1474 <Annotation Term="OData.Description" String="The ordering for `LocationOrdinalValue` is front to back."/> 1475 <Annotation Term="OData.LongDescription" String="This value shall indicate the ordering for `LocationOrdinalValue` is front to back."/> 1476 </Member> 1477 <Member Name="BackToFront"> 1478 <Annotation Term="OData.Description" String="The ordering for the LocationOrdinalValue is back to front."/> 1479 <Annotation Term="OData.LongDescription" String="This value shall indicate the ordering for `LocationOrdinalValue` is back to front."/> 1480 </Member> 1481 <Member Name="TopToBottom"> 1482 <Annotation Term="OData.Description" String="The ordering for the LocationOrdinalValue is top to bottom."/> 1483 <Annotation Term="OData.LongDescription" String="This value shall indicate the ordering for `LocationOrdinalValue` is top to bottom."/> 1484 </Member> 1485 <Member Name="BottomToTop"> 1486 <Annotation Term="OData.Description" String="The ordering for `LocationOrdinalValue` is bottom to top."/> 1487 <Annotation Term="OData.LongDescription" String="This value shall indicate the ordering for `LocationOrdinalValue` is bottom to top."/> 1488 </Member> 1489 <Member Name="LeftToRight"> 1490 <Annotation Term="OData.Description" String="The ordering for the LocationOrdinalValue is left to right."/> 1491 <Annotation Term="OData.LongDescription" String="This value shall indicate the ordering for `LocationOrdinalValue` is left to right."/> 1492 </Member> 1493 <Member Name="RightToLeft"> 1494 <Annotation Term="OData.Description" String="The ordering for the LocationOrdinalValue is right to left."/> 1495 <Annotation Term="OData.LongDescription" String="This value shall indicate the ordering for `LocationOrdinalValue` is right to left."/> 1496 </Member> 1497 </EnumType> 1498 1499 <ComplexType Name="PartLocation"> 1500 <Annotation Term="OData.Description" String="The part location for a resource within an enclosure."/> 1501 <Annotation Term="OData.LongDescription" String="This type shall describe a location for a resource within an enclosure."/> 1502 <Property Name="ServiceLabel" Type="Edm.String"> 1503 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1504 <Annotation Term="OData.Description" String="The label of the part location, such as a silk-screened name or a printed label."/> 1505 <Annotation Term="OData.LongDescription" String="This property shall contain the label assigned for service at the part location."/> 1506 </Property> 1507 <Property Name="LocationType" Type="Resource.v1_5_0.LocationType"> 1508 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1509 <Annotation Term="OData.Description" String="The type of location of the part."/> 1510 <Annotation Term="OData.LongDescription" String="This property shall contain the type of location of the part."/> 1511 </Property> 1512 <Property Name="LocationOrdinalValue" Type="Edm.Int64" DefaultValue="0"> 1513 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1514 <Annotation Term="OData.Description" String="The number that represents the location of the part. For example, if `LocationType` is `Slot` and this unit is in slot 2, the LocationOrdinalValue is `2`."/> 1515 <Annotation Term="OData.LongDescription" String="This property shall contain the number that represents the location of the part based on the `LocationType`. `LocationOrdinalValue` shall be measured based on the Orientation value starting with `0`."/> 1516 </Property> 1517 <Property Name="Reference" Type="Resource.v1_5_0.Reference"> 1518 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1519 <Annotation Term="OData.Description" String="The reference point for the part location. Provides guidance about the general location of the part."/> 1520 <Annotation Term="OData.LongDescription" String="This property shall contain the general location within the unit of the part."/> 1521 </Property> 1522 <Property Name="Orientation" Type="Resource.v1_5_0.Orientation"> 1523 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1524 <Annotation Term="OData.Description" String="The orientation for the ordering of the slot enumeration used by the `LocationOrdinalValue` property."/> 1525 <Annotation Term="OData.LongDescription" String="This property shall contain the orientation for the ordering used by the `LocationOrdinalValue` property."/> 1526 </Property> 1527 </ComplexType> 1528 1529 <ComplexType Name="Location" BaseType="Resource.v1_3_0.Location"> 1530 <Property Name="PartLocation" Type="Resource.v1_5_0.PartLocation" Nullable="false"> 1531 <Annotation Term="OData.Description" String="The part location for a resource within an enclosure."/> 1532 <Annotation Term="OData.LongDescription" String="This property shall contain the part location for a resource within an enclosure. This representation shall indicate the location of a part within a location specified by the `Placement` property."/> 1533 </Property> 1534 </ComplexType> 1535 </Schema> 1536 1537 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_1"> 1538 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1539 <Annotation Term="OData.Description" String="This version was created to add an abstract base type for `Identifier` and `Location`, and deprecates the versioned definition of `IndicatorLED` and `PowerState` to use an unversioned definition."/> 1540 </Schema> 1541 1542 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_2"> 1543 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1544 <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."/> 1545 </Schema> 1546 1547 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_3"> 1548 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1549 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/> 1550 </Schema> 1551 1552 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_4"> 1553 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1554 <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. It also updates the description for `MemberId` to match the Redfish v1.6 requirements and adds a missing term to several properties to disallow them from being `null`."/> 1555 </Schema> 1556 1557 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_5"> 1558 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1559 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> 1560 </Schema> 1561 1562 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_6"> 1563 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1564 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1565 </Schema> 1566 1567 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_7"> 1568 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1569 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1570 </Schema> 1571 1572 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_8"> 1573 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1574 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1575 </Schema> 1576 1577 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_9"> 1578 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1579 <Annotation Term="OData.Description" String="This version was created to add formats to the different durable name types. It was also created to correct various descriptions to use proper normative terminology. It was also created to clarify the usage of `LocationType` within `PartLocation`."/> 1580 </Schema> 1581 1582 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_10"> 1583 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1584 <Annotation Term="OData.Description" String="This version was created to correct the description for `LocationType` within `PartLocation`. It was also created to clarify the descriptions for `Id`, `Name`, `Description`, and `MemberId` to be consistent with usage in the specification."/> 1585 </Schema> 1586 1587 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_11"> 1588 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1589 <Annotation Term="OData.Description" String="This version was created to enhance the description of `DurableNameFormat` values to indicate that the patterns shown are regular expressions."/> 1590 </Schema> 1591 1592 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_12"> 1593 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1594 <Annotation Term="OData.Description" String="This version was created to replace the 'system' terminology with 'unit' in descriptions for `ResetType`. It was also created to correct various typographical errors."/> 1595 </Schema> 1596 1597 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_13"> 1598 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1599 <Annotation Term="OData.Description" String="This version was created to add long descriptions to the values of `State` in `Status`. It was also 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."/> 1600 </Schema> 1601 1602 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_14"> 1603 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1604 <Annotation Term="OData.Description" String="This version was created to add references in property long descriptions to the Redfish Data Model Specification where additional requirements or details are provided."/> 1605 </Schema> 1606 1607 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_0"> 1608 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1609 <Annotation Term="Redfish.Release" String="2017.3"/> 1610 <Annotation Term="OData.Description" String="This version was created to add enumerations for `DurableNameFormat` for NVMe fabric extension."/> 1611 1612 <ComplexType Name="Location" BaseType="Resource.v1_5_0.Location"> 1613 <Property Name="Longitude" Type="Edm.Decimal" DefaultValue="0"> 1614 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1615 <Annotation Term="OData.Description" String="The longitude of the resource in degree units."/> 1616 <Annotation Term="OData.LongDescription" String="This property shall contain the longitude of the resource specified in degree units using a decimal format and not minutes or seconds."/> 1617 <Annotation Term="Measures.Unit" String="deg"/> 1618 </Property> 1619 <Property Name="Latitude" Type="Edm.Decimal" DefaultValue="0"> 1620 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1621 <Annotation Term="OData.Description" String="The latitude of the resource."/> 1622 <Annotation Term="OData.LongDescription" String="This property shall contain the latitude of the resource specified in degree units using a decimal format and not minutes or seconds."/> 1623 <Annotation Term="Measures.Unit" String="deg"/> 1624 </Property> 1625 <Property Name="AltitudeMeters" Type="Edm.Decimal" DefaultValue="0"> 1626 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1627 <Annotation Term="OData.Description" String="The altitude of the resource in meters."/> 1628 <Annotation Term="OData.LongDescription" String="This property shall contain the altitude of the resource, in meter units, defined as the elevation above sea level."/> 1629 <Annotation Term="Measures.Unit" String="m"/> 1630 </Property> 1631 </ComplexType> 1632 </Schema> 1633 1634 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_1"> 1635 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1636 <Annotation Term="OData.Description" String="This version was created to correct the permissions for `Longitude`, `Latitude`, and `AltitudeMeters` inside the `Location` object. 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."/> 1637 </Schema> 1638 1639 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_2"> 1640 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1641 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/> 1642 </Schema> 1643 1644 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_3"> 1645 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1646 <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, and to add a missing term to several properties to disallow them from being `null`."/> 1647 </Schema> 1648 1649 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_4"> 1650 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1651 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> 1652 </Schema> 1653 1654 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_5"> 1655 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1656 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1657 </Schema> 1658 1659 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_6"> 1660 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1661 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1662 </Schema> 1663 1664 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_7"> 1665 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1666 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1667 </Schema> 1668 1669 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_8"> 1670 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1671 <Annotation Term="OData.Description" String="This version was created to add formats to the different durable name types. It was also created to correct various descriptions to use proper normative terminology. It was also created to clarify the usage of `LocationType` within `PartLocation`."/> 1672 </Schema> 1673 1674 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_9"> 1675 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1676 <Annotation Term="OData.Description" String="This version was created to correct the description for `LocationType` within `PartLocation`. It was also created to clarify the descriptions for `Id`, `Name`, `Description`, and `MemberId` to be consistent with usage in the specification."/> 1677 </Schema> 1678 1679 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_10"> 1680 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1681 <Annotation Term="OData.Description" String="This version was created to enhance the description of `AltitudeMeters`."/> 1682 </Schema> 1683 1684 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_11"> 1685 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1686 <Annotation Term="OData.Description" String="This version was created to enhance the description of `DurableNameFormat` values to indicate that the patterns shown are regular expressions."/> 1687 </Schema> 1688 1689 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_12"> 1690 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1691 <Annotation Term="OData.Description" String="This version was created to replace the 'system' terminology with 'unit' in descriptions for `ResetType`. It was also created to correct various typographical errors."/> 1692 </Schema> 1693 1694 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_13"> 1695 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1696 <Annotation Term="OData.Description" String="This version was created to add long descriptions to the values of `State` in `Status`. It was also 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."/> 1697 </Schema> 1698 1699 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_14"> 1700 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1701 <Annotation Term="OData.Description" String="This version was created to add references in property long descriptions to the Redfish Data Model Specification where additional requirements or details are provided."/> 1702 </Schema> 1703 1704 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_0"> 1705 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1706 <Annotation Term="Redfish.Release" String="2018.2"/> 1707 <Annotation Term="OData.Description" String="This version was created to deprecates `Location` within `PostalAddress` in favor of `AdditionalInfo`."/> 1708 1709 <ComplexType Name="Location" BaseType="Resource.v1_6_0.Location"> 1710 <Property Name="Contacts" Type="Collection(Resource.v1_7_0.ContactInfo)"> 1711 <Annotation Term="OData.Description" String="An array of contact information."/> 1712 <Annotation Term="OData.LongDescription" String="This property shall contain an array of contact information for an individual or organization responsible for this resource."/> 1713 </Property> 1714 </ComplexType> 1715 1716 <ComplexType Name="PostalAddress" BaseType="Resource.v1_3_0.PostalAddress"> 1717 <Property Name="AdditionalInfo" Type="Edm.String"> 1718 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1719 <Annotation Term="OData.Description" String="The room designation or other additional information."/> 1720 <Annotation Term="OData.LongDescription" String="The value shall conform to the requirements of the LOC field as defined in RFC5139. Provides additional information."/> 1721 </Property> 1722 </ComplexType> 1723 1724 <ComplexType Name="Placement" BaseType="Resource.v1_3_0.Placement"> 1725 <Property Name="AdditionalInfo" Type="Edm.String"> 1726 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1727 <Annotation Term="OData.Description" String="Area designation or other additional info."/> 1728 <Annotation Term="OData.LongDescription" String="This property shall contain additional information, such as Tile, Column (Post), Wall, or other designation that describes a location that cannot be conveyed with other properties defined for the Placement object."/> 1729 </Property> 1730 </ComplexType> 1731 1732 <ComplexType Name="ContactInfo"> 1733 <Annotation Term="OData.Description" String="Contact information for this resource."/> 1734 <Annotation Term="OData.LongDescription" String="This object shall contain contact information for an individual or organization responsible for this resource."/> 1735 <Property Name="ContactName" Type="Edm.String"> 1736 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1737 <Annotation Term="OData.Description" String="Name of this contact."/> 1738 <Annotation Term="OData.LongDescription" String="This property shall contain the name of a person or organization to contact for information about this resource."/> 1739 </Property> 1740 <Property Name="PhoneNumber" Type="Edm.String"> 1741 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1742 <Annotation Term="OData.Description" String="Phone number for this contact."/> 1743 <Annotation Term="OData.LongDescription" String="This property shall contain the phone number for a person or organization to contact for information about this resource."/> 1744 </Property> 1745 <Property Name="EmailAddress" Type="Edm.String"> 1746 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1747 <Annotation Term="OData.Description" String="Email address for this contact."/> 1748 <Annotation Term="OData.LongDescription" String="This property shall contain the email address for a person or organization to contact for information about this resource."/> 1749 </Property> 1750 </ComplexType> 1751 </Schema> 1752 1753 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_1"> 1754 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1755 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/> 1756 </Schema> 1757 1758 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_2"> 1759 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1760 <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. It was also created to update the description for `MemberId` to match the requirements of Redfish v1.6. It was also created to add a missing term on several properties to not allow them to be `null`."/> 1761 </Schema> 1762 1763 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_3"> 1764 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1765 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> 1766 </Schema> 1767 1768 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_4"> 1769 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1770 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1771 </Schema> 1772 1773 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_5"> 1774 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1775 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1776 </Schema> 1777 1778 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_6"> 1779 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1780 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1781 </Schema> 1782 1783 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_7"> 1784 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1785 <Annotation Term="OData.Description" String="This version was created to add formats to the different durable name types. It was also created to correct various descriptions to use proper normative terminology. It was also created to clarify the usage of `LocationType` within `PartLocation`."/> 1786 </Schema> 1787 1788 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_8"> 1789 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1790 <Annotation Term="OData.Description" String="This version was created to correct the description for `LocationType` within `PartLocation`. It was also created to clarify the descriptions for `Id`, `Name`, `Description`, and `MemberId` to be consistent with usage in the specification."/> 1791 </Schema> 1792 1793 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_9"> 1794 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1795 <Annotation Term="OData.Description" String="This version was created to enhance the description of `AltitudeMeters`."/> 1796 </Schema> 1797 1798 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_10"> 1799 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1800 <Annotation Term="OData.Description" String="This version was created to enhance the description of `DurableNameFormat` values to indicate that the patterns shown are regular expressions."/> 1801 </Schema> 1802 1803 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_11"> 1804 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1805 <Annotation Term="OData.Description" String="This version was created to replace the 'system' terminology with 'unit' in descriptions for `ResetType`. It was also created to correct various typographical errors."/> 1806 </Schema> 1807 1808 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_12"> 1809 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1810 <Annotation Term="OData.Description" String="This version was created to add long descriptions to the values of `State` in `Status`. It was also 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."/> 1811 </Schema> 1812 1813 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_13"> 1814 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1815 <Annotation Term="OData.Description" String="This version was created to add references in property long descriptions to the Redfish Data Model Specification where additional requirements or details are provided."/> 1816 </Schema> 1817 1818 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_0"> 1819 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1820 <Annotation Term="Redfish.Release" String="2018.3"/> 1821 <Annotation Term="OData.Description" String="This version was created to add the Redfish excerpt annotation to the `Name` property."/> 1822 </Schema> 1823 1824 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_1"> 1825 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1826 <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. It was also created to update the description for `MemberId` to match the requirements of Redfish v1.6. It was also created to add a missing term on several properties to not allow them to be `null`."/> 1827 </Schema> 1828 1829 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_2"> 1830 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1831 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> 1832 </Schema> 1833 1834 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_3"> 1835 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1836 <Annotation Term="OData.Description" String="This version was created to remove the Redfish excerpt annotation from the `Name` property, prior to the first publication of schemas containing excerpt usage."/> 1837 </Schema> 1838 1839 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_4"> 1840 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1841 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1842 </Schema> 1843 1844 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_5"> 1845 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1846 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1847 </Schema> 1848 1849 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_6"> 1850 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1851 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1852 </Schema> 1853 1854 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_7"> 1855 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1856 <Annotation Term="OData.Description" String="This version was created to add formats to the different durable name types. It was also created to correct various descriptions to use proper normative terminology. It was also created to clarify the usage of `LocationType` within `PartLocation`."/> 1857 </Schema> 1858 1859 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_8"> 1860 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1861 <Annotation Term="OData.Description" String="This version was created to correct the description for `LocationType` within `PartLocation`. It was also created to clarify the descriptions for `Id`, `Name`, `Description`, and `MemberId` to be consistent with usage in the specification."/> 1862 </Schema> 1863 1864 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_9"> 1865 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1866 <Annotation Term="OData.Description" String="This version was created to enhance the description of `AltitudeMeters`."/> 1867 </Schema> 1868 1869 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_10"> 1870 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1871 <Annotation Term="OData.Description" String="This version was created to enhance the description of `DurableNameFormat` values to indicate that the patterns shown are regular expressions."/> 1872 </Schema> 1873 1874 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_11"> 1875 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1876 <Annotation Term="OData.Description" String="This version was created to replace the 'system' terminology with 'unit' in descriptions for `ResetType`. It was also created to correct various typographical errors."/> 1877 </Schema> 1878 1879 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_12"> 1880 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1881 <Annotation Term="OData.Description" String="This version was created to add long descriptions to the values of `State` in `Status`. It was also 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."/> 1882 </Schema> 1883 1884 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_13"> 1885 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1886 <Annotation Term="OData.Description" String="This version was created to add references in property long descriptions to the Redfish Data Model Specification where additional requirements or details are provided."/> 1887 </Schema> 1888 1889 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_9_0"> 1890 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1891 <Annotation Term="Redfish.Release" String="2019.4"/> 1892 <Annotation Term="OData.Description" String="This version was created to add the `Qualified` enumeration to `State` within `Status`."/> 1893 </Schema> 1894 1895 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_9_1"> 1896 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1897 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1898 </Schema> 1899 1900 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_9_2"> 1901 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1902 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1903 </Schema> 1904 1905 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_9_3"> 1906 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1907 <Annotation Term="OData.Description" String="This version was created to add long descriptions to the `ResetType` enumeration values."/> 1908 </Schema> 1909 1910 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_9_4"> 1911 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1912 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1913 </Schema> 1914 1915 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_9_5"> 1916 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1917 <Annotation Term="OData.Description" String="This version was created to add formats to the different durable name types. It was also created to correct various descriptions to use proper normative terminology. It was also created to clarify the usage of `LocationType` within `PartLocation`."/> 1918 </Schema> 1919 1920 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_9_6"> 1921 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1922 <Annotation Term="OData.Description" String="This version was created to correct the description for `LocationType` within `PartLocation`. It was also created to clarify the descriptions for `Id`, `Name`, `Description`, and `MemberId` to be consistent with usage in the specification."/> 1923 </Schema> 1924 1925 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_9_7"> 1926 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1927 <Annotation Term="OData.Description" String="This version was created to enhance the description of `AltitudeMeters`."/> 1928 </Schema> 1929 1930 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_9_8"> 1931 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1932 <Annotation Term="OData.Description" String="This version was created to enhance the description of `DurableNameFormat` values to indicate that the patterns shown are regular expressions."/> 1933 </Schema> 1934 1935 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_9_9"> 1936 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1937 <Annotation Term="OData.Description" String="This version was created to replace the 'system' terminology with 'unit' in descriptions for `ResetType`. It was also created to correct various typographical errors."/> 1938 </Schema> 1939 1940 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_9_10"> 1941 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1942 <Annotation Term="OData.Description" String="This version was created to add long descriptions to the values of `State` in `Status`. It was also 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."/> 1943 </Schema> 1944 1945 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_9_11"> 1946 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1947 <Annotation Term="OData.Description" String="This version was created to add references in property long descriptions to the Redfish Data Model Specification where additional requirements or details are provided."/> 1948 </Schema> 1949 1950 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_10_0"> 1951 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1952 <Annotation Term="Redfish.Release" String="2020.3"/> 1953 <Annotation Term="OData.Description" String="This version was created to add the `NGUID` enumeration to Identifiers."/> 1954 </Schema> 1955 1956 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_10_1"> 1957 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1958 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1959 </Schema> 1960 1961 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_10_2"> 1962 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1963 <Annotation Term="OData.Description" String="This version was created to add formats to the different durable name types. It was also created to correct various descriptions to use proper normative terminology. It was also created to clarify the usage of `LocationType` within `PartLocation`."/> 1964 </Schema> 1965 1966 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_10_3"> 1967 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1968 <Annotation Term="OData.Description" String="This version was created to correct the description for `LocationType` within `PartLocation`. It was also created to clarify the descriptions for `Id`, `Name`, `Description`, and `MemberId` to be consistent with usage in the specification."/> 1969 </Schema> 1970 1971 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_10_4"> 1972 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1973 <Annotation Term="OData.Description" String="This version was created to enhance the description of `AltitudeMeters`."/> 1974 </Schema> 1975 1976 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_10_5"> 1977 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1978 <Annotation Term="OData.Description" String="This version was created to enhance the description of `DurableNameFormat` values to indicate that the patterns shown are regular expressions."/> 1979 </Schema> 1980 1981 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_10_6"> 1982 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1983 <Annotation Term="OData.Description" String="This version was created to replace the 'system' terminology with 'unit' in descriptions for `ResetType`. It was also created to correct various typographical errors."/> 1984 </Schema> 1985 1986 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_10_7"> 1987 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1988 <Annotation Term="OData.Description" String="This version was created to add long descriptions to the values of `State` in `Status`. It was also 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."/> 1989 </Schema> 1990 1991 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_10_8"> 1992 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1993 <Annotation Term="OData.Description" String="This version was created to add references in property long descriptions to the Redfish Data Model Specification where additional requirements or details are provided."/> 1994 </Schema> 1995 1996 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_11_0"> 1997 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1998 <Annotation Term="Redfish.Release" String="2020.4"/> 1999 <Annotation Term="OData.Description" String="This version was created to add the `Conditions` array property to `Status`."/> 2000 </Schema> 2001 2002 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_11_1"> 2003 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2004 <Annotation Term="OData.Description" String="This version was created to add formats to the different durable name types. It was also created to correct various descriptions to use proper normative terminology. It was also created to clarify the usage of `LocationType` within `PartLocation`."/> 2005 </Schema> 2006 2007 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_11_2"> 2008 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2009 <Annotation Term="OData.Description" String="This version was created to correct the description for `LocationType` within `PartLocation`. It was also created to clarify the descriptions for `Id`, `Name`, `Description`, and `MemberId` to be consistent with usage in the specification."/> 2010 </Schema> 2011 2012 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_11_3"> 2013 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2014 <Annotation Term="OData.Description" String="This version was created to enhance the description of `AltitudeMeters`. It was also created to improve the description of `Conditions`."/> 2015 </Schema> 2016 2017 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_11_4"> 2018 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2019 <Annotation Term="OData.Description" String="This version was created to enhance the description of `DurableNameFormat` values to indicate that the patterns shown are regular expressions."/> 2020 </Schema> 2021 2022 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_11_5"> 2023 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2024 <Annotation Term="OData.Description" String="This version was created to replace the 'system' terminology with 'unit' in descriptions for `ResetType`. It was also created to correct various typographical errors."/> 2025 </Schema> 2026 2027 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_11_6"> 2028 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2029 <Annotation Term="OData.Description" String="This version was created to add long descriptions to the values of `State` in `Status`. It was also created to note that the array order of conditions may change as new conditions occur or are resolved by the service. It was also 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."/> 2030 </Schema> 2031 2032 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_11_7"> 2033 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2034 <Annotation Term="OData.Description" String="This version was created to add references in property long descriptions to the Redfish Data Model Specification where additional requirements or details are provided."/> 2035 </Schema> 2036 2037 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_11_8"> 2038 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2039 <Annotation Term="OData.Description" String="This version was created to clarify that `Conditions` may include conditions that require attention but do not necessarily affect the `Health` or `HealthRollup` of the resource."/> 2040 </Schema> 2041 2042 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_12_0"> 2043 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2044 <Annotation Term="Redfish.Release" String="2021.1"/> 2045 <Annotation Term="OData.Description" String="This version was created to deprecate the `NSID` enumeration from Identifiers. It was also created to add `Backplane` to `LocationType` within `PartLocation`."/> 2046 </Schema> 2047 2048 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_12_1"> 2049 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2050 <Annotation Term="OData.Description" String="This version was created to correct the description for `LocationType` within `PartLocation`. It was also created to clarify the descriptions for `Id`, `Name`, `Description`, and `MemberId` to be consistent with usage in the specification."/> 2051 </Schema> 2052 2053 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_12_2"> 2054 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2055 <Annotation Term="OData.Description" String="This version was created to enhance the description of `AltitudeMeters`. It was also created to improve the description of `Conditions`."/> 2056 </Schema> 2057 2058 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_12_3"> 2059 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2060 <Annotation Term="OData.Description" String="This version was created to enhance the description of `DurableNameFormat` values to indicate that the patterns shown are regular expressions."/> 2061 </Schema> 2062 2063 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_12_4"> 2064 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2065 <Annotation Term="OData.Description" String="This version was created to replace the 'system' terminology with 'unit' in descriptions for `ResetType`. It was also created to correct various typographical errors."/> 2066 </Schema> 2067 2068 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_12_5"> 2069 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2070 <Annotation Term="OData.Description" String="This version was created to add long descriptions to the values of `State` in `Status`. It was also created to note that the array order of conditions may change as new conditions occur or are resolved by the service. It was also 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."/> 2071 </Schema> 2072 2073 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_12_6"> 2074 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2075 <Annotation Term="OData.Description" String="This version was created to add references in property long descriptions to the Redfish Data Model Specification where additional requirements or details are provided."/> 2076 </Schema> 2077 2078 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_12_7"> 2079 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2080 <Annotation Term="OData.Description" String="This version was created to clarify that `Conditions` may include conditions that require attention but do not necessarily affect the `Health` or `HealthRollup` of the resource."/> 2081 </Schema> 2082 2083 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_13_0"> 2084 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2085 <Annotation Term="Redfish.Release" String="2021.2"/> 2086 <Annotation Term="OData.Description" String="This version was created to add `Embedded` to `LocationType` within `PartLocation`. It was also created to add the `Pause`, `Resume`, and `Suspend` enumerations to `ResetType`. It was also created to add `Paused` to `PowerState`."/> 2087 </Schema> 2088 2089 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_13_1"> 2090 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2091 <Annotation Term="OData.Description" String="This version was created to enhance the description of `AltitudeMeters`. It was also created to improve the description of `Conditions`."/> 2092 </Schema> 2093 2094 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_13_2"> 2095 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2096 <Annotation Term="OData.Description" String="This version was created to enhance the description of `DurableNameFormat` values to indicate that the patterns shown are regular expressions."/> 2097 </Schema> 2098 2099 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_13_3"> 2100 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2101 <Annotation Term="OData.Description" String="This version was created to replace the 'system' terminology with 'unit' in descriptions for `ResetType`. It was also created to correct various typographical errors."/> 2102 </Schema> 2103 2104 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_13_4"> 2105 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2106 <Annotation Term="OData.Description" String="This version was created to add long descriptions to the values of `State` in `Status`. It was also created to note that the array order of conditions may change as new conditions occur or are resolved by the service. It was also 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."/> 2107 </Schema> 2108 2109 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_13_5"> 2110 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2111 <Annotation Term="OData.Description" String="This version was created to add references in property long descriptions to the Redfish Data Model Specification where additional requirements or details are provided."/> 2112 </Schema> 2113 2114 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_13_6"> 2115 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2116 <Annotation Term="OData.Description" String="This version was created to clarify that `Conditions` may include conditions that require attention but do not necessarily affect the `Health` or `HealthRollup` of the resource."/> 2117 </Schema> 2118 2119 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_14_0"> 2120 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2121 <Annotation Term="Redfish.Release" String="2021.4"/> 2122 <Annotation Term="OData.Description" String="This version was created to add Resolution to the `Conditions` property in `Status`. It was also created to add `MACAddress` to `DurableNameFormat`."/> 2123 </Schema> 2124 2125 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_14_1"> 2126 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2127 <Annotation Term="OData.Description" String="This version was created to enhance the description of `DurableNameFormat` values to indicate that the patterns shown are regular expressions."/> 2128 </Schema> 2129 2130 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_14_2"> 2131 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2132 <Annotation Term="OData.Description" String="This version was created to replace the 'system' terminology with 'unit' in descriptions for `ResetType`. It was also created to correct various typographical errors."/> 2133 </Schema> 2134 2135 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_14_3"> 2136 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2137 <Annotation Term="OData.Description" String="This version was created to add long descriptions to the values of `State` in `Status`. It was also created to note that the array order of conditions may change as new conditions occur or are resolved by the service. It was also 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."/> 2138 </Schema> 2139 2140 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_14_4"> 2141 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2142 <Annotation Term="OData.Description" String="This version was created to add references in property long descriptions to the Redfish Data Model Specification where additional requirements or details are provided."/> 2143 </Schema> 2144 2145 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_14_5"> 2146 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2147 <Annotation Term="OData.Description" String="This version was created to clarify that `Conditions` may include conditions that require attention but do not necessarily affect the `Health` or `HealthRollup` of the resource."/> 2148 </Schema> 2149 2150 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_15_0"> 2151 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2152 <Annotation Term="Redfish.Release" String="2022.3"/> 2153 <Annotation Term="OData.Description" String="This version was created to add `GCXLID` to `DurableNameFormat`."/> 2154 </Schema> 2155 2156 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_15_1"> 2157 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2158 <Annotation Term="OData.Description" String="This version was created to replace the 'system' terminology with 'unit' in descriptions for `ResetType`. It was also created to correct various typographical errors."/> 2159 </Schema> 2160 2161 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_15_2"> 2162 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2163 <Annotation Term="OData.Description" String="This version was created to add long descriptions to the values of `State` in `Status`. It was also created to note that the array order of conditions may change as new conditions occur or are resolved by the service. It was also 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."/> 2164 </Schema> 2165 2166 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_15_3"> 2167 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2168 <Annotation Term="OData.Description" String="This version was created to add references in property long descriptions to the Redfish Data Model Specification where additional requirements or details are provided."/> 2169 </Schema> 2170 2171 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_15_4"> 2172 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2173 <Annotation Term="OData.Description" String="This version was created to clarify that `Conditions` may include conditions that require attention but do not necessarily affect the `Health` or `HealthRollup` of the resource."/> 2174 </Schema> 2175 2176 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_16_0"> 2177 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2178 <Annotation Term="Redfish.Release" String="2023.1"/> 2179 2180 <ComplexType Name="Location" BaseType="Resource.v1_7_0.Location"> 2181 <Property Name="PartLocationContext" Type="Edm.String"> 2182 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 2183 <Annotation Term="OData.Description" String="Human-readable string to enable differentiation between `PartLocation` values for parts in the same enclosure, which might include hierarchical information of containing `PartLocation` values for the part."/> 2184 <Annotation Term="OData.LongDescription" String="This property shall contain a human-readable string to enable differentiation between `PartLocation` values for parts in the same enclosure, which may include hierarchical information of containing `PartLocation` values for the part. The value of this property shall not include values of the `PartLocation` properties for the part itself. The purpose of this value, in conjunction with the `PartLocation` of the part itself, is to allow clients to determine the physical location of the part without tracing through the `PartLocation` of multiple resources."/> 2185 </Property> 2186 </ComplexType> 2187 </Schema> 2188 2189 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_16_1"> 2190 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2191 <Annotation Term="OData.Description" String="This version was created to replace the 'system' terminology with 'unit' in descriptions for `ResetType`. It was also created to correct various typographical errors."/> 2192 </Schema> 2193 2194 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_16_2"> 2195 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2196 <Annotation Term="OData.Description" String="This version was created to add long descriptions to the values of `State` in `Status`. It was also created to note that the array order of conditions may change as new conditions occur or are resolved by the service. It was also 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."/> 2197 </Schema> 2198 2199 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_16_3"> 2200 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2201 <Annotation Term="OData.Description" String="This version was created to add references in property long descriptions to the Redfish Data Model Specification where additional requirements or details are provided."/> 2202 </Schema> 2203 2204 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_16_4"> 2205 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2206 <Annotation Term="OData.Description" String="This version was created to clarify that `Conditions` may include conditions that require attention but do not necessarily affect the `Health` or `HealthRollup` of the resource."/> 2207 </Schema> 2208 2209 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_17_0"> 2210 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2211 <Annotation Term="Redfish.Release" String="2023.2"/> 2212 <Annotation Term="OData.Description" String="This version was created to deprecate PostalAddress in Location in favor of `PhysicalAddress`."/> 2213 2214 <ComplexType Name="Location" BaseType="Resource.v1_16_0.Location"> 2215 <Property Name="PhysicalAddress" Type="Resource.v1_17_0.PhysicalAddress" Nullable="false"> 2216 <Annotation Term="OData.Description" String="The physical address for a resource."/> 2217 <Annotation Term="OData.LongDescription" String="This property shall contain a physical address for a resource. This property should be present for resources that represent physical objects that can operate without requiring physical containment by another resource. For example, a server chassis might be contained by a rack, but it might also be deployed individually, while a drive is always contained by a chassis and therefore is described by the containing resource."/> 2218 </Property> 2219 </ComplexType> 2220 2221 <ComplexType Name="PhysicalAddress"> 2222 <Annotation Term="OData.Description" String="The physical address for a resource."/> 2223 <Annotation Term="OData.LongDescription" String="This type shall contain a physical address for a resource."/> 2224 <Property Name="StreetAddress" Type="Edm.String"> 2225 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 2226 <Annotation Term="OData.Description" String="The street-level address, including building, room, or other identifiers."/> 2227 <Annotation Term="OData.LongDescription" String="This property shall contain the street-level physical address of the resource, including identifiers such as apartment, room, or building to further locate the resource within a given street address."/> 2228 </Property> 2229 <Property Name="City" Type="Edm.String"> 2230 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 2231 <Annotation Term="OData.Description" String="City, township, or shi (JP)."/> 2232 <Annotation Term="OData.LongDescription" String="This property shall contain the city, township, or shi (JP) location for this resource."/> 2233 </Property> 2234 <Property Name="StateOrProvince" Type="Edm.String"> 2235 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 2236 <Annotation Term="OData.Description" String="State or province."/> 2237 <Annotation Term="OData.LongDescription" String="This property shall contain the state, province, or territory location within the country for this resource."/> 2238 </Property> 2239 <Property Name="ISOSubdivisionCode" Type="Edm.String"> 2240 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 2241 <Annotation Term="OData.Description" String="ISO 3166-2 subdivision code."/> 2242 <Annotation Term="OData.LongDescription" String="This property shall contain the ISO 3166-2-defined state, province, or territory subdivision code for this resource."/> 2243 <Annotation Term="Validation.Pattern" String="^[A-Z0-9]{1,3}$"/> 2244 </Property> 2245 <Property Name="Country" Type="Edm.String"> 2246 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 2247 <Annotation Term="OData.Description" String="The country."/> 2248 <Annotation Term="OData.LongDescription" String="This property shall contain the country location for this resource."/> 2249 </Property> 2250 <Property Name="ISOCountryCode" Type="Edm.String"> 2251 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 2252 <Annotation Term="OData.Description" String="The ISO 3166-1 country code."/> 2253 <Annotation Term="OData.LongDescription" String="This property shall contain the ISO 3166-1-defined alpha-2 or alpha-3 country code."/> 2254 <Annotation Term="Validation.Pattern" String="^([A-Z]{2}|[A-Z]{3})$"/> 2255 </Property> 2256 <Property Name="PostalCode" Type="Edm.String"> 2257 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 2258 <Annotation Term="OData.Description" String="The postal code."/> 2259 <Annotation Term="OData.LongDescription" String="The property shall contain the postal code for this resource. The value shall conform to the RFC5139-defined requirements of the PC field."/> 2260 </Property> 2261 </ComplexType> 2262 </Schema> 2263 2264 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_17_1"> 2265 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2266 <Annotation Term="OData.Description" String="This version was created to replace the 'system' terminology with 'unit' in descriptions for `ResetType`. It was also created to correct various typographical errors."/> 2267 </Schema> 2268 2269 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_17_2"> 2270 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2271 <Annotation Term="OData.Description" String="This version was created to add long descriptions to the values of `State` in `Status`. It was also created to note that the array order of conditions may change as new conditions occur or are resolved by the service. It was also 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."/> 2272 </Schema> 2273 2274 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_17_3"> 2275 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2276 <Annotation Term="OData.Description" String="This version was created to add references in property long descriptions to the Redfish Data Model Specification where additional requirements or details are provided."/> 2277 </Schema> 2278 2279 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_17_4"> 2280 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2281 <Annotation Term="OData.Description" String="This version was created to clarify that `Conditions` may include conditions that require attention but do not necessarily affect the `Health` or `HealthRollup` of the resource."/> 2282 </Schema> 2283 2284 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_18_0"> 2285 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2286 <Annotation Term="Redfish.Release" String="2023.3"/> 2287 <Annotation Term="OData.Description" String="This version was created to add `ResolutionSteps` to the `Conditions` property in `Status`."/> 2288 </Schema> 2289 2290 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_18_1"> 2291 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2292 <Annotation Term="OData.Description" String="This version was created to add long descriptions to the values of `State` in `Status`. It was also created to note that the array order of conditions may change as new conditions occur or are resolved by the service. It was also 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."/> 2293 </Schema> 2294 2295 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_18_2"> 2296 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2297 <Annotation Term="OData.Description" String="This version was created to add references in property long descriptions to the Redfish Data Model Specification where additional requirements or details are provided."/> 2298 </Schema> 2299 2300 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_18_3"> 2301 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2302 <Annotation Term="OData.Description" String="This version was created to clarify that `Conditions` may include conditions that require attention but do not necessarily affect the `Health` or `HealthRollup` of the resource."/> 2303 </Schema> 2304 2305 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_19_0"> 2306 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2307 <Annotation Term="Redfish.Release" String="2024.1"/> 2308 <Annotation Term="OData.Description" String="This version was created to deprecate `Qualified` in `State` in favor of `StandbySpare`. It was also created to add `Degraded` to `State`."/> 2309 </Schema> 2310 2311 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_19_1"> 2312 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2313 <Annotation Term="OData.Description" String="This version was created to add references in property long descriptions to the Redfish Data Model Specification where additional requirements or details are provided."/> 2314 </Schema> 2315 2316 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_19_2"> 2317 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2318 <Annotation Term="OData.Description" String="This version was created to clarify that `Conditions` may include conditions that require attention but do not necessarily affect the `Health` or `HealthRollup` of the resource."/> 2319 </Schema> 2320 2321 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_20_0"> 2322 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2323 <Annotation Term="Redfish.Release" String="2024.3"/> 2324 <Annotation Term="OData.Description" String="This version was created to add `Username` and `UserAuthenticationSource` to the `Condition` property in `Status`."/> 2325 </Schema> 2326 2327 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_20_1"> 2328 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2329 <Annotation Term="OData.Description" String="This version was created to clarify that `Conditions` may include conditions that require attention but do not necessarily affect the `Health` or `HealthRollup` of the resource."/> 2330 </Schema> 2331 2332 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_21_0"> 2333 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2334 <Annotation Term="Redfish.Release" String="2024.4"/> 2335 <Annotation Term="OData.Description" String="This version was created to add the `FullPowerCycle` enumeration to `ResetType`. It was also created to add the `Oem` property to the `Condition` property in `Status`."/> 2336 </Schema> 2337 2338 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_22_0"> 2339 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2340 <Annotation Term="Redfish.Release" String="2025.2"/> 2341 <Annotation Term="OData.Description" String="This version was created to add the `ConditionType` to `Conditions` within `Status`."/> 2342 2343 <EnumType Name="ConditionType"> 2344 <Member Name="Alert"> 2345 <Annotation Term="OData.Description" String="The condition is an alert."/> 2346 <Annotation Term="OData.LongDescription" String="This value shall indicate a condition that requires correction, such as a fault."/> 2347 </Member> 2348 <Member Name="Informational"> 2349 <Annotation Term="OData.Description" String="The condition is informational."/> 2350 <Annotation Term="OData.LongDescription" String="This value shall indicate a condition that requires attention, maintenance, or some other user intervention, such as performing a reset to activate new firmware."/> 2351 </Member> 2352 <Member Name="Subsystem"> 2353 <Annotation Term="OData.Description" String="The condition is the health of a subsystem."/> 2354 <Annotation Term="OData.LongDescription" String="This value shall indicate a condition that contains the health of a subsystem. If supported by the service, the service shall always provide this condition in responses."/> 2355 </Member> 2356 </EnumType> 2357 </Schema> 2358 2359 </edmx:DataServices> 2360</edmx:Edmx> 2361