1<?xml version="1.0" encoding="UTF-8"?> 2<!----> 3<!--################################################################################ --> 4<!--# Redfish Schema: Resource v1.19.1 --> 5<!--# --> 6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle, --> 7<!--# available at http://www.dmtf.org/standards/redfish --> 8<!--# Copyright 2014-2024 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 that affects 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 </ComplexType> 206 207 <EnumType Name="State"> 208 <Member Name="Enabled"> 209 <Annotation Term="OData.Description" String="This function or resource is enabled."/> 210 <Annotation Term="OData.LongDescription" String="This value shall indicate that a function or resource is capable of operating."/> 211 </Member> 212 <Member Name="Disabled"> 213 <Annotation Term="OData.Description" String="This function or resource is disabled."/> 214 <Annotation Term="OData.LongDescription" String="This value shall indicate that a function or resource is unavailable."/> 215 </Member> 216 <Member Name="StandbyOffline"> 217 <Annotation Term="OData.Description" String="This function or resource is enabled but awaits an external action to activate it."/> 218 <Annotation Term="OData.LongDescription" String="This value shall indicate that a resource is temporarily unavailable but may become available through an external action."/> 219 </Member> 220 <Member Name="StandbySpare"> 221 <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."/> 222 <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."/> 223 </Member> 224 <Member Name="InTest"> 225 <Annotation Term="OData.Description" String="This function or resource is undergoing testing or is in the process of capturing information for debugging."/> 226 <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."/> 227 </Member> 228 <Member Name="Starting"> 229 <Annotation Term="OData.Description" String="This function or resource is starting."/> 230 <Annotation Term="OData.LongDescription" String="This value shall indicate that the resource is attempting to transition to `Enabled`."/> 231 </Member> 232 <Member Name="Absent"> 233 <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."/> 234 <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."/> 235 </Member> 236 <Member Name="UnavailableOffline"> 237 <Annotation Term="OData.Description" String="This function or resource is present but cannot be used."/> 238 <Annotation Term="OData.LongDescription" String="This value shall indicate that a function or resource is present but not able to be used."/> 239 <Annotation Term="Redfish.Revisions"> 240 <Collection> 241 <Record> 242 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 243 <PropertyValue Property="Version" String="v1_1_0"/> 244 </Record> 245 </Collection> 246 </Annotation> 247 </Member> 248 <Member Name="Deferring"> 249 <Annotation Term="OData.Description" String="The element does not process any commands but queues new requests."/> 250 <Annotation Term="OData.LongDescription" String="This value shall indicate the element does not process any commands but queues new requests."/> 251 <Annotation Term="Redfish.Revisions"> 252 <Collection> 253 <Record> 254 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 255 <PropertyValue Property="Version" String="v1_2_0"/> 256 </Record> 257 </Collection> 258 </Annotation> 259 </Member> 260 <Member Name="Quiesced"> 261 <Annotation Term="OData.Description" String="The element is enabled but only processes a restricted set of commands."/> 262 <Annotation Term="OData.LongDescription" String="This value shall indicate the element is enabled but only processes a restricted set of commands."/> 263 <Annotation Term="Redfish.Revisions"> 264 <Collection> 265 <Record> 266 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 267 <PropertyValue Property="Version" String="v1_2_0"/> 268 </Record> 269 </Collection> 270 </Annotation> 271 </Member> 272 <Member Name="Updating"> 273 <Annotation Term="OData.Description" String="The element is updating and might be unavailable or degraded."/> 274 <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."/> 275 <Annotation Term="Redfish.Revisions"> 276 <Collection> 277 <Record> 278 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 279 <PropertyValue Property="Version" String="v1_2_0"/> 280 </Record> 281 </Collection> 282 </Annotation> 283 </Member> 284 <Member Name="Qualified"> 285 <Annotation Term="OData.Description" String="The element quality is within the acceptable range of operation."/> 286 <Annotation Term="OData.LongDescription" String="This value shall indicate the element is within the acceptable range of operation."/> 287 <Annotation Term="Redfish.Revisions"> 288 <Collection> 289 <Record> 290 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 291 <PropertyValue Property="Version" String="v1_9_0"/> 292 </Record> 293 <Record> 294 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> 295 <PropertyValue Property="Version" String="v1_19_0"/> 296 <PropertyValue Property="Description" String="This value has been deprecated in favor of StandbySpare."/> 297 </Record> 298 </Collection> 299 </Annotation> 300 </Member> 301 <Member Name="Degraded"> 302 <Annotation Term="OData.Description" String="The function or resource is degraded."/> 303 <Annotation Term="OData.LongDescription" String="This value shall indicate the resource is enabled but operating in a degraded mode."/> 304 <Annotation Term="Redfish.Revisions"> 305 <Collection> 306 <Record> 307 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 308 <PropertyValue Property="Version" String="v1_19_0"/> 309 </Record> 310 </Collection> 311 </Annotation> 312 </Member> 313 </EnumType> 314 315 <EnumType Name="Health"> 316 <Member Name="OK"> 317 <Annotation Term="OData.Description" String="Normal."/> 318 </Member> 319 <Member Name="Warning"> 320 <Annotation Term="OData.Description" String="A condition requires attention."/> 321 </Member> 322 <Member Name="Critical"> 323 <Annotation Term="OData.Description" String="A critical condition requires immediate attention."/> 324 </Member> 325 </EnumType> 326 327 <EnumType Name="ResetType"> 328 <Member Name="On"> 329 <Annotation Term="OData.Description" String="Turn on the unit."/> 330 <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`."/> 331 </Member> 332 <Member Name="ForceOff"> 333 <Annotation Term="OData.Description" String="Turn off the unit immediately (non-graceful shutdown)."/> 334 <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`."/> 335 </Member> 336 <Member Name="GracefulShutdown"> 337 <Annotation Term="OData.Description" String="Shut down gracefully and power off."/> 338 <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`."/> 339 </Member> 340 <Member Name="GracefulRestart"> 341 <Annotation Term="OData.Description" String="Shut down gracefully and restart the unit."/> 342 <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`."/> 343 </Member> 344 <Member Name="ForceRestart"> 345 <Annotation Term="OData.Description" String="Shut down immediately and non-gracefully and restart the unit."/> 346 <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`."/> 347 </Member> 348 <Member Name="Nmi"> 349 <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."/> 350 <Annotation Term="OData.LongDescription" String="This value shall indicate the resource will generate a diagnostic interrupt."/> 351 </Member> 352 <Member Name="ForceOn"> 353 <Annotation Term="OData.Description" String="Turn on the unit immediately."/> 354 <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`."/> 355 </Member> 356 <Member Name="PushPowerButton"> 357 <Annotation Term="OData.Description" String="Simulate the pressing of the physical power button on this unit."/> 358 <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."/> 359 </Member> 360 <Member Name="PowerCycle"> 361 <Annotation Term="OData.Description" String="Power cycle the unit. Behaves like a full power removal, followed by a power restore to the resource."/> 362 <Annotation Term="OData.LongDescription" String="This value shall indicate the resource will perform a power cycle. 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`."/> 363 <Annotation Term="Redfish.Revisions"> 364 <Collection> 365 <Record> 366 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 367 <PropertyValue Property="Version" String="v1_4_0"/> 368 </Record> 369 </Collection> 370 </Annotation> 371 </Member> 372 <Member Name="Suspend"> 373 <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."/> 374 <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`."/> 375 <Annotation Term="Redfish.Revisions"> 376 <Collection> 377 <Record> 378 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 379 <PropertyValue Property="Version" String="v1_13_0"/> 380 </Record> 381 </Collection> 382 </Annotation> 383 </Member> 384 <Member Name="Pause"> 385 <Annotation Term="OData.Description" String="Pause execution on the unit but do not remove power. This is typically a feature of virtual machine hypervisors."/> 386 <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`."/> 387 <Annotation Term="Redfish.Revisions"> 388 <Collection> 389 <Record> 390 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 391 <PropertyValue Property="Version" String="v1_13_0"/> 392 </Record> 393 </Collection> 394 </Annotation> 395 </Member> 396 <Member Name="Resume"> 397 <Annotation Term="OData.Description" String="Resume execution on the paused unit. This is typically a feature of virtual machine hypervisors."/> 398 <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`."/> 399 <Annotation Term="Redfish.Revisions"> 400 <Collection> 401 <Record> 402 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 403 <PropertyValue Property="Version" String="v1_13_0"/> 404 </Record> 405 </Collection> 406 </Annotation> 407 </Member> 408 </EnumType> 409 410 <ComplexType Name="Identifier" Abstract="true"> 411 <Annotation Term="OData.Description" String="Any additional identifiers for a resource."/> 412 <Annotation Term="OData.LongDescription" String="This type shall contain any additional identifiers for a resource."/> 413 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 414 </ComplexType> 415 416 <ComplexType Name="Location" Abstract="true"> 417 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 418 <Annotation Term="OData.Description" String="The location of a resource."/> 419 <Annotation Term="OData.LongDescription" String="This type shall describe the location of a resource."/> 420 </ComplexType> 421 422 <EnumType Name="IndicatorLED"> 423 <Member Name="Lit"> 424 <Annotation Term="OData.Description" String="The indicator LED is lit."/> 425 <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."/> 426 </Member> 427 <Member Name="Blinking"> 428 <Annotation Term="OData.Description" String="The indicator LED is blinking."/> 429 <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."/> 430 </Member> 431 <Member Name="Off"> 432 <Annotation Term="OData.Description" String="The indicator LED is off."/> 433 <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."/> 434 </Member> 435 </EnumType> 436 437 <EnumType Name="PowerState"> 438 <Member Name="On"> 439 <Annotation Term="OData.Description" String="The resource is powered on."/> 440 </Member> 441 <Member Name="Off"> 442 <Annotation Term="OData.Description" String="The resource is powered off. The components within the resource might continue to have AUX power."/> 443 </Member> 444 <Member Name="PoweringOn"> 445 <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."/> 446 </Member> 447 <Member Name="PoweringOff"> 448 <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."/> 449 </Member> 450 <Member Name="Paused"> 451 <Annotation Term="OData.Description" String="The resource is paused."/> 452 <Annotation Term="Redfish.Revisions"> 453 <Collection> 454 <Record> 455 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 456 <PropertyValue Property="Version" String="v1_13_0"/> 457 </Record> 458 </Collection> 459 </Annotation> 460 </Member> 461 </EnumType> 462 </Schema> 463 464 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_0"> 465 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 466 <Annotation Term="Redfish.Release" String="1.0"/> 467 468 <EntityType Name="ReferenceableMember" BaseType="Resource.ReferenceableMember" Abstract="true"> 469 <Annotation Term="OData.Description" String="The base type for addressable members of an array."/> 470 <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."/> 471 <Key> 472 <PropertyRef Name="MemberId"/> 473 </Key> 474 <Property Name="MemberId" Nullable="false" Type="Edm.String"> 475 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 476 <Annotation Term="OData.Description" String="The unique identifier for the member within an array."/> 477 <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."/> 478 <Annotation Term="Redfish.Required"/> 479 </Property> 480 </EntityType> 481 482 <EntityType Name="Resource" BaseType="Resource.Resource" Abstract="true"> 483 <Key> 484 <PropertyRef Name="Id"/> 485 </Key> 486 <Property Name="Id" Type="Resource.Id" Nullable="false"> 487 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 488 <Annotation Term="Redfish.Required"/> 489 </Property> 490 <Property Name="Description" Type="Resource.Description"> 491 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 492 </Property> 493 <Property Name="Name" Type="Resource.Name" Nullable="false"> 494 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 495 <Annotation Term="Redfish.Required"/> 496 </Property> 497 </EntityType> 498 499 <EntityType Name="ResourceCollection" BaseType="Resource.ResourceCollection" Abstract="true"> 500 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 501 <Key> 502 <PropertyRef Name="Name"/> 503 </Key> 504 <Property Name="Description" Type="Resource.Description"> 505 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 506 </Property> 507 <Property Name="Name" Type="Resource.Name" Nullable="false"> 508 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 509 <Annotation Term="Redfish.Required"/> 510 </Property> 511 <Property Name="Oem" Type="Resource.Oem" Nullable="false"> 512 <Annotation Term="OData.Description" String="The OEM extension property."/> 513 <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."/> 514 </Property> 515 </EntityType> 516 </Schema> 517 518 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_2"> 519 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 520 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/> 521 </Schema> 522 523 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_3"> 524 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 525 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/> 526 </Schema> 527 528 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_4"> 529 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 530 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/> 531 </Schema> 532 533 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_5"> 534 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 535 <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."/> 536 </Schema> 537 538 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_6"> 539 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 540 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/> 541 </Schema> 542 543 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_7"> 544 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 545 <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."/> 546 </Schema> 547 548 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_8"> 549 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 550 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> 551 </Schema> 552 553 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_9"> 554 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 555 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 556 </Schema> 557 558 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_10"> 559 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 560 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 561 </Schema> 562 563 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_11"> 564 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 565 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 566 </Schema> 567 568 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_12"> 569 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 570 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 571 </Schema> 572 573 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_13"> 574 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 575 <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."/> 576 </Schema> 577 578 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_14"> 579 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 580 <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."/> 581 </Schema> 582 583 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_15"> 584 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 585 <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."/> 586 </Schema> 587 588 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_16"> 589 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 590 <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."/> 591 </Schema> 592 593 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_0"> 594 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 595 <Annotation Term="Redfish.Release" String="2016.1"/> 596 597 <ComplexType Name="Identifier" BaseType="Resource.Identifier"> 598 <Property Name="DurableName" Type="Edm.String"> 599 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 600 <Annotation Term="OData.Description" String="The world-wide, persistent name of the resource."/> 601 <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."/> 602 </Property> 603 <Property Name="DurableNameFormat" Type="Resource.v1_1_0.DurableNameFormat"> 604 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 605 <Annotation Term="OData.Description" String="The format of the durable name property."/> 606 <Annotation Term="OData.LongDescription" String="This property shall represent the format of the `DurableName` property."/> 607 </Property> 608 </ComplexType> 609 610 <ComplexType Name="Location" BaseType="Resource.Location"> 611 <Property Name="Info" Type="Edm.String"> 612 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 613 <Annotation Term="OData.Description" String="The location of the resource."/> 614 <Annotation Term="OData.LongDescription" String="This property shall represent the location of the resource."/> 615 <Annotation Term="Redfish.Revisions"> 616 <Collection> 617 <Record> 618 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> 619 <PropertyValue Property="Version" String="v1_5_0"/> 620 <PropertyValue Property="Description" String="This property has been deprecated in favor of the `PostalAddress`, `Placement`, and `PartLocation` properties."/> 621 </Record> 622 </Collection> 623 </Annotation> 624 </Property> 625 <Property Name="InfoFormat" Type="Edm.String"> 626 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 627 <Annotation Term="OData.Description" String="The format of the `Info` property."/> 628 <Annotation Term="OData.LongDescription" String="This property shall represent the `Info` property format."/> 629 <Annotation Term="Redfish.Revisions"> 630 <Collection> 631 <Record> 632 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> 633 <PropertyValue Property="Version" String="v1_5_0"/> 634 <PropertyValue Property="Description" String="This property has been deprecated in favor of the `PostalAddress`, `Placement`, and `PartLocation` properties."/> 635 </Record> 636 </Collection> 637 </Annotation> 638 </Property> 639 <Property Name="Oem" Type="Resource.Oem" Nullable="false"> 640 <Annotation Term="OData.Description" String="The OEM extension property."/> 641 <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."/> 642 </Property> 643 </ComplexType> 644 645 <EnumType Name="DurableNameFormat"> 646 <Member Name="NAA"> 647 <Annotation Term="OData.Description" String="The Name Address Authority (NAA) format."/> 648 <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."/> 649 </Member> 650 <Member Name="iQN"> 651 <Annotation Term="OData.Description" String="The iSCSI Qualified Name (iQN)."/> 652 <Annotation Term="OData.LongDescription" String="This durable name shall be in the iSCSI Qualified Name (iQN) format, as defined in RFC3720 and RFC3721."/> 653 </Member> 654 <Member Name="FC_WWN"> 655 <Annotation Term="OData.Description" String="The Fibre Channel (FC) World Wide Name (WWN)."/> 656 <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."/> 657 </Member> 658 <Member Name="UUID"> 659 <Annotation Term="OData.Description" String="The Universally Unique Identifier (UUID)."/> 660 <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})'."/> 661 </Member> 662 <Member Name="EUI"> 663 <Annotation Term="OData.Description" String="The IEEE-defined 64-bit Extended Unique Identifier (EUI)."/> 664 <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."/> 665 </Member> 666 <Member Name="NQN"> 667 <Annotation Term="OData.Description" String="The NVMe Qualified Name (NQN)."/> 668 <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."/> 669 <Annotation Term="Redfish.Revisions"> 670 <Collection> 671 <Record> 672 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 673 <PropertyValue Property="Version" String="v1_6_0"/> 674 </Record> 675 </Collection> 676 </Annotation> 677 </Member> 678 <Member Name="NSID"> 679 <Annotation Term="OData.Description" String="The NVM Namespace Identifier (NSID)."/> 680 <Annotation Term="OData.LongDescription" String="This durable name shall be in the NVM Namespace Identifier (NSID) format, as defined in the NVN Express Specification."/> 681 <Annotation Term="Redfish.Revisions"> 682 <Collection> 683 <Record> 684 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 685 <PropertyValue Property="Version" String="v1_6_0"/> 686 </Record> 687 <Record> 688 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> 689 <PropertyValue Property="Version" String="v1_12_0"/> 690 <PropertyValue Property="Description" String="This value has been deprecated due to its non-uniqueness and `NGUID` should be used."/> 691 </Record> 692 </Collection> 693 </Annotation> 694 </Member> 695 <Member Name="NGUID"> 696 <Annotation Term="OData.Description" String="The Namespace Globally Unique Identifier (NGUID)."/> 697 <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."/> 698 <Annotation Term="Redfish.Revisions"> 699 <Collection> 700 <Record> 701 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 702 <PropertyValue Property="Version" String="v1_10_0"/> 703 </Record> 704 </Collection> 705 </Annotation> 706 </Member> 707 <Member Name="MACAddress"> 708 <Annotation Term="OData.Description" String="The media access control address (MAC address)."/> 709 <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."/> 710 <Annotation Term="Redfish.Revisions"> 711 <Collection> 712 <Record> 713 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 714 <PropertyValue Property="Version" String="v1_14_0"/> 715 </Record> 716 </Collection> 717 </Annotation> 718 </Member> 719 <Member Name="GCXLID"> 720 <Annotation Term="OData.Description" String="The globally unique CXL logical device identifier (GCXLID)."/> 721 <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."/> 722 <Annotation Term="Redfish.Revisions"> 723 <Collection> 724 <Record> 725 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 726 <PropertyValue Property="Version" String="v1_15_0"/> 727 </Record> 728 </Collection> 729 </Annotation> 730 </Member> 731 </EnumType> 732 </Schema> 733 734 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_1"> 735 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 736 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/> 737 </Schema> 738 739 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_2"> 740 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 741 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/> 742 </Schema> 743 744 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_3"> 745 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 746 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/> 747 </Schema> 748 749 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_4"> 750 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 751 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/> 752 </Schema> 753 754 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_5"> 755 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 756 <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."/> 757 </Schema> 758 759 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_6"> 760 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 761 <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."/> 762 </Schema> 763 764 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_7"> 765 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 766 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/> 767 </Schema> 768 769 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_8"> 770 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 771 <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."/> 772 </Schema> 773 774 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_9"> 775 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 776 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> 777 </Schema> 778 779 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_10"> 780 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 781 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 782 </Schema> 783 784 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_11"> 785 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 786 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 787 </Schema> 788 789 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_12"> 790 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 791 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 792 </Schema> 793 794 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_13"> 795 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 796 <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."/> 797 </Schema> 798 799 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_14"> 800 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 801 <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."/> 802 </Schema> 803 804 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_15"> 805 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 806 <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."/> 807 </Schema> 808 809 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_16"> 810 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 811 <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."/> 812 </Schema> 813 814 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_17"> 815 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 816 <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."/> 817 </Schema> 818 819 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_18"> 820 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 821 <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."/> 822 </Schema> 823 824 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_0"> 825 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 826 <Annotation Term="Redfish.Release" String="2016.2"/> 827 <Annotation Term="OData.Description" String="This version moves the former definition of PowerState to the unversioned namespace."/> 828 </Schema> 829 830 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_1"> 831 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 832 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/> 833 </Schema> 834 835 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_2"> 836 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 837 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/> 838 </Schema> 839 840 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_3"> 841 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 842 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/> 843 </Schema> 844 845 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_4"> 846 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 847 <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."/> 848 </Schema> 849 850 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_5"> 851 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 852 <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."/> 853 </Schema> 854 855 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_6"> 856 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 857 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/> 858 </Schema> 859 860 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_7"> 861 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 862 <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."/> 863 </Schema> 864 865 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_8"> 866 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 867 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> 868 </Schema> 869 870 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_9"> 871 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 872 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 873 </Schema> 874 875 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_10"> 876 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 877 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 878 </Schema> 879 880 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_11"> 881 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 882 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 883 </Schema> 884 885 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_12"> 886 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 887 <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."/> 888 </Schema> 889 890 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_13"> 891 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 892 <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."/> 893 </Schema> 894 895 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_14"> 896 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 897 <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."/> 898 </Schema> 899 900 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_15"> 901 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 902 <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."/> 903 </Schema> 904 905 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_16"> 906 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 907 <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."/> 908 </Schema> 909 910 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_17"> 911 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 912 <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."/> 913 </Schema> 914 915 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_0"> 916 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 917 <Annotation Term="Redfish.Release" String="2016.3"/> 918 919 <EnumType Name="RackUnits"> 920 <Annotation Term="OData.Description" String="The type of rack unit in use."/> 921 <Annotation Term="OData.LongDescription" String="Enumeration literals shall name the type of rack unit in use."/> 922 <Member Name="OpenU"> 923 <Annotation Term="OData.Description" String="A rack unit that is equal to 48 mm (1.89 in)."/> 924 <Annotation Term="OData.LongDescription" String="Rack units shall be specified in terms of the Open Compute Open Rack Specification."/> 925 </Member> 926 <Member Name="EIA_310"> 927 <Annotation Term="OData.Description" String="A rack unit that is equal to 1.75 in (44.45 mm)."/> 928 <Annotation Term="OData.LongDescription" String="Rack units shall conform to the EIA-310 standard."/> 929 </Member> 930 </EnumType> 931 932 <ComplexType Name="PostalAddress"> 933 <Annotation Term="OData.Description" String="The postal address for a resource."/> 934 <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."/> 935 <Annotation Term="Redfish.Revisions"> 936 <Collection> 937 <Record> 938 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> 939 <PropertyValue Property="Version" String="v1_17_0"/> 940 <PropertyValue Property="Description" String="This object and its properties have been deprecated in favor of `PhysicalAddress`."/> 941 </Record> 942 </Collection> 943 </Annotation> 944 <Property Name="Country" Type="Edm.String"> 945 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 946 <Annotation Term="OData.Description" String="The country."/> 947 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the Country field."/> 948 </Property> 949 <Property Name="Territory" Type="Edm.String"> 950 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 951 <Annotation Term="OData.Description" String="A top-level subdivision within a country."/> 952 <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."/> 953 </Property> 954 <Property Name="District" Type="Edm.String"> 955 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 956 <Annotation Term="OData.Description" String="A county, parish, gun (JP), or district (IN)."/> 957 <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)."/> 958 </Property> 959 <Property Name="City" Type="Edm.String"> 960 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 961 <Annotation Term="OData.Description" String="City, township, or shi (JP)."/> 962 <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)."/> 963 </Property> 964 <Property Name="Division" Type="Edm.String"> 965 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 966 <Annotation Term="OData.Description" String="City division, borough, city district, ward, or chou (JP)."/> 967 <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)."/> 968 </Property> 969 <Property Name="Neighborhood" Type="Edm.String"> 970 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 971 <Annotation Term="OData.Description" String="Neighborhood or block."/> 972 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the A5 field. Names a neighborhood or block."/> 973 </Property> 974 <Property Name="LeadingStreetDirection" Type="Edm.String"> 975 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 976 <Annotation Term="OData.Description" String="A leading street direction."/> 977 <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)."/> 978 </Property> 979 <Property Name="Street" Type="Edm.String"> 980 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 981 <Annotation Term="OData.Description" String="Street name."/> 982 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the A6 field. Names a street."/> 983 </Property> 984 <Property Name="TrailingStreetSuffix" Type="Edm.String"> 985 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 986 <Annotation Term="OData.Description" String="A trailing street suffix."/> 987 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the POD field. Names a trailing street suffix."/> 988 </Property> 989 <Property Name="StreetSuffix" Type="Edm.String"> 990 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 991 <Annotation Term="OData.Description" String="Avenue, Platz, Street, Circle."/> 992 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the STS field. Names a street suffix."/> 993 </Property> 994 <Property Name="HouseNumber" Type="Edm.Int64"> 995 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 996 <Annotation Term="OData.Description" String="The numeric portion of house number."/> 997 <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."/> 998 </Property> 999 <Property Name="HouseNumberSuffix" Type="Edm.String"> 1000 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1001 <Annotation Term="OData.Description" String="The house number suffix."/> 1002 <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)."/> 1003 </Property> 1004 <Property Name="Landmark" Type="Edm.String"> 1005 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1006 <Annotation Term="OData.Description" String="The landmark."/> 1007 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the LMK field. Identifies a landmark or vanity address."/> 1008 </Property> 1009 <Property Name="Location" Type="Edm.String"> 1010 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1011 <Annotation Term="OData.Description" String="The room designation or other additional information."/> 1012 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the LOC field. Provides additional information."/> 1013 <Annotation Term="Redfish.Revisions"> 1014 <Collection> 1015 <Record> 1016 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> 1017 <PropertyValue Property="Version" String="v1_7_0"/> 1018 <PropertyValue Property="Description" String="This property has been deprecated in favor of the `AdditionalInfo` property."/> 1019 </Record> 1020 </Collection> 1021 </Annotation> 1022 </Property> 1023 <Property Name="Floor" Type="Edm.String"> 1024 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1025 <Annotation Term="OData.Description" String="The floor."/> 1026 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the FLR field. Provides a floor designation."/> 1027 </Property> 1028 <Property Name="Name" Type="Edm.String"> 1029 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1030 <Annotation Term="OData.Description" String="The name."/> 1031 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the NAM field. Names the occupant."/> 1032 </Property> 1033 <Property Name="PostalCode" Type="Edm.String"> 1034 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1035 <Annotation Term="OData.Description" String="The postal code or zip code."/> 1036 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the PC field. A postal code (or zip code)."/> 1037 </Property> 1038 <Property Name="Building" Type="Edm.String"> 1039 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1040 <Annotation Term="OData.Description" String="The name of the building."/> 1041 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the BLD field. Names the building."/> 1042 </Property> 1043 <Property Name="Unit" Type="Edm.String"> 1044 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1045 <Annotation Term="OData.Description" String="The name or number of the apartment unit or suite."/> 1046 <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."/> 1047 </Property> 1048 <Property Name="Room" Type="Edm.String"> 1049 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1050 <Annotation Term="OData.Description" String="The name or number of the room."/> 1051 <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."/> 1052 </Property> 1053 <Property Name="Seat" Type="Edm.String"> 1054 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1055 <Annotation Term="OData.Description" String="The seat, such as the desk, cubicle, or workstation."/> 1056 <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."/> 1057 </Property> 1058 <Property Name="PlaceType" Type="Edm.String"> 1059 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1060 <Annotation Term="OData.Description" String="The description of the type of place that is addressed."/> 1061 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the PLC field. Examples include office and residence."/> 1062 </Property> 1063 <Property Name="Community" Type="Edm.String"> 1064 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1065 <Annotation Term="OData.Description" String="The postal community name."/> 1066 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the PCN field. A postal community name."/> 1067 </Property> 1068 <Property Name="POBox" Type="Edm.String"> 1069 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1070 <Annotation Term="OData.Description" String="The post office box (PO box)."/> 1071 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the POBOX field. A post office box (PO box)."/> 1072 </Property> 1073 <Property Name="AdditionalCode" Type="Edm.String"> 1074 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1075 <Annotation Term="OData.Description" String="The additional code."/> 1076 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the ADDCODE field."/> 1077 </Property> 1078 <Property Name="Road" Type="Edm.String"> 1079 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1080 <Annotation Term="OData.Description" String="The primary road or street."/> 1081 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the RD field. Designates a primary road or street."/> 1082 </Property> 1083 <Property Name="RoadSection" Type="Edm.String"> 1084 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1085 <Annotation Term="OData.Description" String="The road section."/> 1086 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the RDSEC field. A road section."/> 1087 </Property> 1088 <Property Name="RoadBranch" Type="Edm.String"> 1089 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1090 <Annotation Term="OData.Description" String="The road branch."/> 1091 <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."/> 1092 </Property> 1093 <Property Name="RoadSubBranch" Type="Edm.String"> 1094 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1095 <Annotation Term="OData.Description" String="The road sub branch."/> 1096 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the RDSUBBR field."/> 1097 </Property> 1098 <Property Name="RoadPreModifier" Type="Edm.String"> 1099 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1100 <Annotation Term="OData.Description" String="The road pre-modifier."/> 1101 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the PRM field. For example, Old or New."/> 1102 </Property> 1103 <Property Name="RoadPostModifier" Type="Edm.String"> 1104 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1105 <Annotation Term="OData.Description" String="The road post-modifier."/> 1106 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the POM field. For example, Extended."/> 1107 </Property> 1108 <Property Name="GPSCoords" Type="Edm.String"> 1109 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1110 <Annotation Term="OData.Description" String="The GPS coordinates of the part."/> 1111 <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."/> 1112 <Annotation Term="Redfish.Revisions"> 1113 <Collection> 1114 <Record> 1115 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> 1116 <PropertyValue Property="Version" String="v1_6_0"/> 1117 <PropertyValue Property="Description" String="This property has been deprecated in favor of the Longitude and Latitude properties."/> 1118 </Record> 1119 </Collection> 1120 </Annotation> 1121 </Property> 1122 </ComplexType> 1123 1124 <ComplexType Name="Placement"> 1125 <Annotation Term="OData.Description" String="The placement within the addressed location."/> 1126 <Annotation Term="OData.LongDescription" String="The value shall describe a location within a resource. Examples include a shelf in a rack."/> 1127 <Property Name="Row" Type="Edm.String"> 1128 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1129 <Annotation Term="OData.Description" String="The name of the row."/> 1130 <Annotation Term="OData.LongDescription" String="This property shall contain the name of the row."/> 1131 </Property> 1132 <Property Name="Rack" Type="Edm.String"> 1133 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1134 <Annotation Term="OData.Description" String="The name of a rack location within a row."/> 1135 <Annotation Term="OData.LongDescription" String="This property shall contain the name of the rack within a row."/> 1136 </Property> 1137 <Property Name="RackOffsetUnits" Type="Resource.v1_3_0.RackUnits"> 1138 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1139 <Annotation Term="OData.Description" String="The type of rack units in use."/> 1140 <Annotation Term="OData.LongDescription" String="This property shall contain a RackUnit enumeration literal that indicates the type of rack units in use."/> 1141 </Property> 1142 <Property Name="RackOffset" Type="Edm.Int64" DefaultValue="0"> 1143 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1144 <Annotation Term="OData.Description" String="The vertical location of the item, in terms of RackOffsetUnits."/> 1145 <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."/> 1146 </Property> 1147 </ComplexType> 1148 1149 <ComplexType Name="Location" BaseType="Resource.v1_1_0.Location"> 1150 <Annotation Term="OData.Description" String="The location of a resource."/> 1151 <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."/> 1152 <Property Name="PostalAddress" Type="Resource.v1_3_0.PostalAddress" Nullable="false"> 1153 <Annotation Term="OData.Description" String="The postal address of the addressed resource."/> 1154 <Annotation Term="OData.LongDescription" String="This property shall contain a postal address of the resource."/> 1155 </Property> 1156 <Property Name="Placement" Type="Resource.v1_3_0.Placement" Nullable="false"> 1157 <Annotation Term="OData.Description" String="A place within the addressed location."/> 1158 <Annotation Term="OData.LongDescription" String="This property shall contain a place within the addressed location."/> 1159 </Property> 1160 </ComplexType> 1161 </Schema> 1162 1163 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_1"> 1164 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1165 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/> 1166 </Schema> 1167 1168 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_2"> 1169 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1170 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/> 1171 </Schema> 1172 1173 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_3"> 1174 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1175 <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."/> 1176 </Schema> 1177 1178 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_4"> 1179 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1180 <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."/> 1181 </Schema> 1182 1183 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_5"> 1184 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1185 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/> 1186 </Schema> 1187 1188 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_6"> 1189 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1190 <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`."/> 1191 </Schema> 1192 1193 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_7"> 1194 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1195 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> 1196 </Schema> 1197 1198 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_8"> 1199 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1200 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1201 </Schema> 1202 1203 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_9"> 1204 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1205 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1206 </Schema> 1207 1208 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_10"> 1209 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1210 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1211 </Schema> 1212 1213 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_11"> 1214 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1215 <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."/> 1216 </Schema> 1217 1218 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_12"> 1219 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1220 <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."/> 1221 </Schema> 1222 1223 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_13"> 1224 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1225 <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."/> 1226 </Schema> 1227 1228 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_14"> 1229 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1230 <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."/> 1231 </Schema> 1232 1233 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_15"> 1234 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1235 <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."/> 1236 </Schema> 1237 1238 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_16"> 1239 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1240 <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."/> 1241 </Schema> 1242 1243 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_0"> 1244 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1245 <Annotation Term="Redfish.Release" String="2017.1"/> 1246 <Annotation Term="OData.Description" String="This version was created to add PowerCycle enumeration to ResetType."/> 1247 </Schema> 1248 1249 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_1"> 1250 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1251 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/> 1252 </Schema> 1253 1254 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_2"> 1255 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1256 <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."/> 1257 </Schema> 1258 1259 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_3"> 1260 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1261 <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."/> 1262 </Schema> 1263 1264 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_4"> 1265 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1266 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/> 1267 </Schema> 1268 1269 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_5"> 1270 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1271 <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`."/> 1272 </Schema> 1273 1274 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_6"> 1275 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1276 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> 1277 </Schema> 1278 1279 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_7"> 1280 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1281 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1282 </Schema> 1283 1284 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_8"> 1285 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1286 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1287 </Schema> 1288 1289 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_9"> 1290 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1291 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1292 </Schema> 1293 1294 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_10"> 1295 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1296 <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."/> 1297 </Schema> 1298 1299 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_11"> 1300 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1301 <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."/> 1302 </Schema> 1303 1304 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_12"> 1305 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1306 <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."/> 1307 </Schema> 1308 1309 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_13"> 1310 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1311 <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."/> 1312 </Schema> 1313 1314 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_14"> 1315 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1316 <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."/> 1317 </Schema> 1318 1319 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_15"> 1320 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1321 <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."/> 1322 </Schema> 1323 1324 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_0"> 1325 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1326 <Annotation Term="Redfish.Release" String="2017.2"/> 1327 <Annotation Term="OData.Description" String="This version was created to add `PartLocation` to Location."/> 1328 1329 <EnumType Name="LocationType"> 1330 <Annotation Term="OData.Description" String="The types of locations for a part within an enclosure."/> 1331 <Annotation Term="OData.LongDescription" String="This enumeration shall list the types of locations for a part within an enclosure."/> 1332 <Member Name="Slot"> 1333 <Annotation Term="OData.Description" String="A slot."/> 1334 <Annotation Term="OData.LongDescription" String="This value shall indicate the part is located in a slot."/> 1335 </Member> 1336 <Member Name="Bay"> 1337 <Annotation Term="OData.Description" String="A bay."/> 1338 <Annotation Term="OData.LongDescription" String="This value shall indicate the part is located in a bay."/> 1339 </Member> 1340 <Member Name="Connector"> 1341 <Annotation Term="OData.Description" String="A connector or port."/> 1342 <Annotation Term="OData.LongDescription" String="This value shall indicate the part is located in a connector or port."/> 1343 </Member> 1344 <Member Name="Socket"> 1345 <Annotation Term="OData.Description" String="A socket."/> 1346 <Annotation Term="OData.LongDescription" String="This value shall indicate the part is located in a socket."/> 1347 </Member> 1348 <Member Name="Backplane"> 1349 <Annotation Term="OData.Description" String="A backplane."/> 1350 <Annotation Term="OData.LongDescription" String="This value shall indicate the part is a backplane in an enclosure."/> 1351 <Annotation Term="Redfish.Revisions"> 1352 <Collection> 1353 <Record> 1354 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 1355 <PropertyValue Property="Version" String="v1_12_0"/> 1356 </Record> 1357 </Collection> 1358 </Annotation> 1359 </Member> 1360 <Member Name="Embedded"> 1361 <Annotation Term="OData.Description" String="Embedded within a part."/> 1362 <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."/> 1363 <Annotation Term="Redfish.Revisions"> 1364 <Collection> 1365 <Record> 1366 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 1367 <PropertyValue Property="Version" String="v1_13_0"/> 1368 </Record> 1369 </Collection> 1370 </Annotation> 1371 </Member> 1372 </EnumType> 1373 1374 <EnumType Name="Reference"> 1375 <Annotation Term="OData.Description" String="The reference areas for the location of the part within an enclosure."/> 1376 <Annotation Term="OData.LongDescription" String="This enumeration shall list the reference areas for the location of the part within an enclosure."/> 1377 <Member Name="Top"> 1378 <Annotation Term="OData.Description" String="The part is in the top of the unit."/> 1379 <Annotation Term="OData.LongDescription" String="This value shall indicate the part is in the top of the unit."/> 1380 </Member> 1381 <Member Name="Bottom"> 1382 <Annotation Term="OData.Description" String="The part is in the bottom of the unit."/> 1383 <Annotation Term="OData.LongDescription" String="This value shall indicate the part is in the bottom of the unit."/> 1384 </Member> 1385 <Member Name="Front"> 1386 <Annotation Term="OData.Description" String="The part is in the front of the unit."/> 1387 <Annotation Term="OData.LongDescription" String="This value shall indicate the part is in the front of the unit."/> 1388 </Member> 1389 <Member Name="Rear"> 1390 <Annotation Term="OData.Description" String="The part is in the rear of the unit."/> 1391 <Annotation Term="OData.LongDescription" String="This value shall indicate the part is in the rear of the unit."/> 1392 </Member> 1393 <Member Name="Left"> 1394 <Annotation Term="OData.Description" String="The part is on the left side of the unit."/> 1395 <Annotation Term="OData.LongDescription" String="This value shall indicate the part is on the left side of the unit."/> 1396 </Member> 1397 <Member Name="Right"> 1398 <Annotation Term="OData.Description" String="The part is on the right side of the unit."/> 1399 <Annotation Term="OData.LongDescription" String="This value shall indicate the part is on the right side of the unit."/> 1400 </Member> 1401 <Member Name="Middle"> 1402 <Annotation Term="OData.Description" String="The part is in the middle of the unit."/> 1403 <Annotation Term="OData.LongDescription" String="This value shall indicate the part is in the middle of the unit."/> 1404 </Member> 1405 </EnumType> 1406 1407 <EnumType Name="Orientation"> 1408 <Annotation Term="OData.Description" String="The orientations for the ordering of the part location ordinal value."/> 1409 <Annotation Term="OData.LongDescription" String="This enumeration shall list the orientations for the ordering of the `LocationOrdinalValue` property."/> 1410 <Member Name="FrontToBack"> 1411 <Annotation Term="OData.Description" String="The ordering for `LocationOrdinalValue` is front to back."/> 1412 <Annotation Term="OData.LongDescription" String="This value shall indicate the ordering for `LocationOrdinalValue` is front to back."/> 1413 </Member> 1414 <Member Name="BackToFront"> 1415 <Annotation Term="OData.Description" String="The ordering for the LocationOrdinalValue is back to front."/> 1416 <Annotation Term="OData.LongDescription" String="This value shall indicate the ordering for `LocationOrdinalValue` is back to front."/> 1417 </Member> 1418 <Member Name="TopToBottom"> 1419 <Annotation Term="OData.Description" String="The ordering for the LocationOrdinalValue is top to bottom."/> 1420 <Annotation Term="OData.LongDescription" String="This value shall indicate the ordering for `LocationOrdinalValue` is top to bottom."/> 1421 </Member> 1422 <Member Name="BottomToTop"> 1423 <Annotation Term="OData.Description" String="The ordering for `LocationOrdinalValue` is bottom to top."/> 1424 <Annotation Term="OData.LongDescription" String="This value shall indicate the ordering for `LocationOrdinalValue` is bottom to top."/> 1425 </Member> 1426 <Member Name="LeftToRight"> 1427 <Annotation Term="OData.Description" String="The ordering for the LocationOrdinalValue is left to right."/> 1428 <Annotation Term="OData.LongDescription" String="This value shall indicate the ordering for `LocationOrdinalValue` is left to right."/> 1429 </Member> 1430 <Member Name="RightToLeft"> 1431 <Annotation Term="OData.Description" String="The ordering for the LocationOrdinalValue is right to left."/> 1432 <Annotation Term="OData.LongDescription" String="This value shall indicate the ordering for `LocationOrdinalValue` is right to left."/> 1433 </Member> 1434 </EnumType> 1435 1436 <ComplexType Name="PartLocation"> 1437 <Annotation Term="OData.Description" String="The part location for a resource within an enclosure."/> 1438 <Annotation Term="OData.LongDescription" String="This type shall describe a location for a resource within an enclosure."/> 1439 <Property Name="ServiceLabel" Type="Edm.String"> 1440 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1441 <Annotation Term="OData.Description" String="The label of the part location, such as a silk-screened name or a printed label."/> 1442 <Annotation Term="OData.LongDescription" String="This property shall contain the label assigned for service at the part location."/> 1443 </Property> 1444 <Property Name="LocationType" Type="Resource.v1_5_0.LocationType"> 1445 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1446 <Annotation Term="OData.Description" String="The type of location of the part."/> 1447 <Annotation Term="OData.LongDescription" String="This property shall contain the type of location of the part."/> 1448 </Property> 1449 <Property Name="LocationOrdinalValue" Type="Edm.Int64" DefaultValue="0"> 1450 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1451 <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`."/> 1452 <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`."/> 1453 </Property> 1454 <Property Name="Reference" Type="Resource.v1_5_0.Reference"> 1455 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1456 <Annotation Term="OData.Description" String="The reference point for the part location. Provides guidance about the general location of the part."/> 1457 <Annotation Term="OData.LongDescription" String="This property shall contain the general location within the unit of the part."/> 1458 </Property> 1459 <Property Name="Orientation" Type="Resource.v1_5_0.Orientation"> 1460 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1461 <Annotation Term="OData.Description" String="The orientation for the ordering of the slot enumeration used by the `LocationOrdinalValue` property."/> 1462 <Annotation Term="OData.LongDescription" String="This property shall contain the orientation for the ordering used by the `LocationOrdinalValue` property."/> 1463 </Property> 1464 </ComplexType> 1465 1466 <ComplexType Name="Location" BaseType="Resource.v1_3_0.Location"> 1467 <Property Name="PartLocation" Type="Resource.v1_5_0.PartLocation" Nullable="false"> 1468 <Annotation Term="OData.Description" String="The part location for a resource within an enclosure."/> 1469 <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."/> 1470 </Property> 1471 </ComplexType> 1472 </Schema> 1473 1474 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_1"> 1475 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1476 <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."/> 1477 </Schema> 1478 1479 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_2"> 1480 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1481 <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."/> 1482 </Schema> 1483 1484 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_3"> 1485 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1486 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/> 1487 </Schema> 1488 1489 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_4"> 1490 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1491 <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`."/> 1492 </Schema> 1493 1494 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_5"> 1495 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1496 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> 1497 </Schema> 1498 1499 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_6"> 1500 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1501 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1502 </Schema> 1503 1504 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_7"> 1505 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1506 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1507 </Schema> 1508 1509 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_8"> 1510 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1511 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1512 </Schema> 1513 1514 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_9"> 1515 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1516 <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`."/> 1517 </Schema> 1518 1519 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_10"> 1520 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1521 <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."/> 1522 </Schema> 1523 1524 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_11"> 1525 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1526 <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."/> 1527 </Schema> 1528 1529 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_12"> 1530 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1531 <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."/> 1532 </Schema> 1533 1534 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_13"> 1535 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1536 <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."/> 1537 </Schema> 1538 1539 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_14"> 1540 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1541 <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."/> 1542 </Schema> 1543 1544 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_0"> 1545 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1546 <Annotation Term="Redfish.Release" String="2017.3"/> 1547 <Annotation Term="OData.Description" String="This version was created to add enumerations for `DurableNameFormat` for NVMe fabric extension."/> 1548 1549 <ComplexType Name="Location" BaseType="Resource.v1_5_0.Location"> 1550 <Property Name="Longitude" Type="Edm.Decimal" DefaultValue="0"> 1551 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1552 <Annotation Term="OData.Description" String="The longitude of the resource in degree units."/> 1553 <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."/> 1554 <Annotation Term="Measures.Unit" String="deg"/> 1555 </Property> 1556 <Property Name="Latitude" Type="Edm.Decimal" DefaultValue="0"> 1557 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1558 <Annotation Term="OData.Description" String="The latitude of the resource."/> 1559 <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."/> 1560 <Annotation Term="Measures.Unit" String="deg"/> 1561 </Property> 1562 <Property Name="AltitudeMeters" Type="Edm.Decimal" DefaultValue="0"> 1563 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1564 <Annotation Term="OData.Description" String="The altitude of the resource in meters."/> 1565 <Annotation Term="OData.LongDescription" String="This property shall contain the altitude of the resource, in meter units, defined as the elevation above sea level."/> 1566 <Annotation Term="Measures.Unit" String="m"/> 1567 </Property> 1568 </ComplexType> 1569 </Schema> 1570 1571 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_1"> 1572 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1573 <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."/> 1574 </Schema> 1575 1576 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_2"> 1577 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1578 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/> 1579 </Schema> 1580 1581 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_3"> 1582 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1583 <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`."/> 1584 </Schema> 1585 1586 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_4"> 1587 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1588 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> 1589 </Schema> 1590 1591 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_5"> 1592 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1593 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1594 </Schema> 1595 1596 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_6"> 1597 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1598 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1599 </Schema> 1600 1601 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_7"> 1602 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1603 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1604 </Schema> 1605 1606 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_8"> 1607 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1608 <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`."/> 1609 </Schema> 1610 1611 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_9"> 1612 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1613 <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."/> 1614 </Schema> 1615 1616 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_10"> 1617 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1618 <Annotation Term="OData.Description" String="This version was created to enhance the description of `AltitudeMeters`."/> 1619 </Schema> 1620 1621 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_11"> 1622 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1623 <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."/> 1624 </Schema> 1625 1626 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_12"> 1627 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1628 <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."/> 1629 </Schema> 1630 1631 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_13"> 1632 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1633 <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."/> 1634 </Schema> 1635 1636 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_14"> 1637 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1638 <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."/> 1639 </Schema> 1640 1641 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_0"> 1642 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1643 <Annotation Term="Redfish.Release" String="2018.2"/> 1644 <Annotation Term="OData.Description" String="This version was created to deprecates `Location` within `PostalAddress` in favor of `AdditionalInfo`."/> 1645 1646 <ComplexType Name="Location" BaseType="Resource.v1_6_0.Location"> 1647 <Property Name="Contacts" Type="Collection(Resource.v1_7_0.ContactInfo)"> 1648 <Annotation Term="OData.Description" String="An array of contact information."/> 1649 <Annotation Term="OData.LongDescription" String="This property shall contain an array of contact information for an individual or organization responsible for this resource."/> 1650 </Property> 1651 </ComplexType> 1652 1653 <ComplexType Name="PostalAddress" BaseType="Resource.v1_3_0.PostalAddress"> 1654 <Property Name="AdditionalInfo" Type="Edm.String"> 1655 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1656 <Annotation Term="OData.Description" String="The room designation or other additional information."/> 1657 <Annotation Term="OData.LongDescription" String="The value shall conform to the requirements of the LOC field as defined in RFC5139. Provides additional information."/> 1658 </Property> 1659 </ComplexType> 1660 1661 <ComplexType Name="Placement" BaseType="Resource.v1_3_0.Placement"> 1662 <Property Name="AdditionalInfo" Type="Edm.String"> 1663 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1664 <Annotation Term="OData.Description" String="Area designation or other additional info."/> 1665 <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."/> 1666 </Property> 1667 </ComplexType> 1668 1669 <ComplexType Name="ContactInfo"> 1670 <Annotation Term="OData.Description" String="Contact information for this resource."/> 1671 <Annotation Term="OData.LongDescription" String="This object shall contain contact information for an individual or organization responsible for this resource."/> 1672 <Property Name="ContactName" Type="Edm.String"> 1673 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1674 <Annotation Term="OData.Description" String="Name of this contact."/> 1675 <Annotation Term="OData.LongDescription" String="This property shall contain the name of a person or organization to contact for information about this resource."/> 1676 </Property> 1677 <Property Name="PhoneNumber" Type="Edm.String"> 1678 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1679 <Annotation Term="OData.Description" String="Phone number for this contact."/> 1680 <Annotation Term="OData.LongDescription" String="This property shall contain the phone number for a person or organization to contact for information about this resource."/> 1681 </Property> 1682 <Property Name="EmailAddress" Type="Edm.String"> 1683 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1684 <Annotation Term="OData.Description" String="Email address for this contact."/> 1685 <Annotation Term="OData.LongDescription" String="This property shall contain the email address for a person or organization to contact for information about this resource."/> 1686 </Property> 1687 </ComplexType> 1688 </Schema> 1689 1690 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_1"> 1691 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1692 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/> 1693 </Schema> 1694 1695 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_2"> 1696 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1697 <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`."/> 1698 </Schema> 1699 1700 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_3"> 1701 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1702 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> 1703 </Schema> 1704 1705 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_4"> 1706 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1707 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1708 </Schema> 1709 1710 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_5"> 1711 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1712 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1713 </Schema> 1714 1715 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_6"> 1716 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1717 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1718 </Schema> 1719 1720 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_7"> 1721 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1722 <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`."/> 1723 </Schema> 1724 1725 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_8"> 1726 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1727 <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."/> 1728 </Schema> 1729 1730 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_9"> 1731 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1732 <Annotation Term="OData.Description" String="This version was created to enhance the description of `AltitudeMeters`."/> 1733 </Schema> 1734 1735 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_10"> 1736 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1737 <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."/> 1738 </Schema> 1739 1740 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_11"> 1741 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1742 <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."/> 1743 </Schema> 1744 1745 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_12"> 1746 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1747 <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."/> 1748 </Schema> 1749 1750 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_13"> 1751 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1752 <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."/> 1753 </Schema> 1754 1755 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_0"> 1756 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1757 <Annotation Term="Redfish.Release" String="2018.3"/> 1758 <Annotation Term="OData.Description" String="This version was created to add the Redfish excerpt annotation to the `Name` property."/> 1759 </Schema> 1760 1761 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_1"> 1762 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1763 <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`."/> 1764 </Schema> 1765 1766 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_2"> 1767 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1768 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> 1769 </Schema> 1770 1771 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_3"> 1772 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1773 <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."/> 1774 </Schema> 1775 1776 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_4"> 1777 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1778 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1779 </Schema> 1780 1781 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_5"> 1782 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1783 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1784 </Schema> 1785 1786 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_6"> 1787 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1788 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1789 </Schema> 1790 1791 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_7"> 1792 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1793 <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`."/> 1794 </Schema> 1795 1796 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_8"> 1797 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1798 <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."/> 1799 </Schema> 1800 1801 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_9"> 1802 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1803 <Annotation Term="OData.Description" String="This version was created to enhance the description of `AltitudeMeters`."/> 1804 </Schema> 1805 1806 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_10"> 1807 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1808 <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."/> 1809 </Schema> 1810 1811 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_11"> 1812 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1813 <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."/> 1814 </Schema> 1815 1816 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_12"> 1817 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1818 <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."/> 1819 </Schema> 1820 1821 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_13"> 1822 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1823 <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."/> 1824 </Schema> 1825 1826 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_9_0"> 1827 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1828 <Annotation Term="Redfish.Release" String="2019.4"/> 1829 <Annotation Term="OData.Description" String="This version was created to add the `Qualified` enumeration to `State` within `Status`."/> 1830 </Schema> 1831 1832 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_9_1"> 1833 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1834 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1835 </Schema> 1836 1837 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_9_2"> 1838 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1839 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1840 </Schema> 1841 1842 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_9_3"> 1843 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1844 <Annotation Term="OData.Description" String="This version was created to add long descriptions to the `ResetType` enumeration values."/> 1845 </Schema> 1846 1847 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_9_4"> 1848 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1849 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1850 </Schema> 1851 1852 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_9_5"> 1853 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1854 <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`."/> 1855 </Schema> 1856 1857 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_9_6"> 1858 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1859 <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."/> 1860 </Schema> 1861 1862 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_9_7"> 1863 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1864 <Annotation Term="OData.Description" String="This version was created to enhance the description of `AltitudeMeters`."/> 1865 </Schema> 1866 1867 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_9_8"> 1868 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1869 <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."/> 1870 </Schema> 1871 1872 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_9_9"> 1873 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1874 <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."/> 1875 </Schema> 1876 1877 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_9_10"> 1878 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1879 <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."/> 1880 </Schema> 1881 1882 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_9_11"> 1883 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1884 <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."/> 1885 </Schema> 1886 1887 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_10_0"> 1888 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1889 <Annotation Term="Redfish.Release" String="2020.3"/> 1890 <Annotation Term="OData.Description" String="This version was created to add the `NGUID` enumeration to Identifiers."/> 1891 </Schema> 1892 1893 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_10_1"> 1894 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1895 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1896 </Schema> 1897 1898 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_10_2"> 1899 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1900 <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`."/> 1901 </Schema> 1902 1903 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_10_3"> 1904 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1905 <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."/> 1906 </Schema> 1907 1908 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_10_4"> 1909 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1910 <Annotation Term="OData.Description" String="This version was created to enhance the description of `AltitudeMeters`."/> 1911 </Schema> 1912 1913 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_10_5"> 1914 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1915 <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."/> 1916 </Schema> 1917 1918 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_10_6"> 1919 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1920 <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."/> 1921 </Schema> 1922 1923 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_10_7"> 1924 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1925 <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."/> 1926 </Schema> 1927 1928 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_10_8"> 1929 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1930 <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."/> 1931 </Schema> 1932 1933 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_11_0"> 1934 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1935 <Annotation Term="Redfish.Release" String="2020.4"/> 1936 <Annotation Term="OData.Description" String="This version was created to add the `Conditions` array property to `Status`."/> 1937 </Schema> 1938 1939 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_11_1"> 1940 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1941 <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`."/> 1942 </Schema> 1943 1944 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_11_2"> 1945 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1946 <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."/> 1947 </Schema> 1948 1949 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_11_3"> 1950 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1951 <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`."/> 1952 </Schema> 1953 1954 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_11_4"> 1955 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1956 <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."/> 1957 </Schema> 1958 1959 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_11_5"> 1960 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1961 <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."/> 1962 </Schema> 1963 1964 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_11_6"> 1965 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1966 <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."/> 1967 </Schema> 1968 1969 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_11_7"> 1970 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1971 <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."/> 1972 </Schema> 1973 1974 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_12_0"> 1975 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1976 <Annotation Term="Redfish.Release" String="2021.1"/> 1977 <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`."/> 1978 </Schema> 1979 1980 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_12_1"> 1981 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1982 <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."/> 1983 </Schema> 1984 1985 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_12_2"> 1986 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1987 <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`."/> 1988 </Schema> 1989 1990 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_12_3"> 1991 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1992 <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."/> 1993 </Schema> 1994 1995 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_12_4"> 1996 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1997 <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."/> 1998 </Schema> 1999 2000 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_12_5"> 2001 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2002 <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."/> 2003 </Schema> 2004 2005 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_12_6"> 2006 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2007 <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."/> 2008 </Schema> 2009 2010 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_13_0"> 2011 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2012 <Annotation Term="Redfish.Release" String="2021.2"/> 2013 <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."/> 2014 </Schema> 2015 2016 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_13_1"> 2017 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2018 <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`."/> 2019 </Schema> 2020 2021 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_13_2"> 2022 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2023 <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."/> 2024 </Schema> 2025 2026 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_13_3"> 2027 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2028 <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."/> 2029 </Schema> 2030 2031 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_13_4"> 2032 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2033 <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."/> 2034 </Schema> 2035 2036 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_13_5"> 2037 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2038 <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."/> 2039 </Schema> 2040 2041 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_14_0"> 2042 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2043 <Annotation Term="Redfish.Release" String="2021.4"/> 2044 <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`."/> 2045 </Schema> 2046 2047 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_14_1"> 2048 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2049 <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."/> 2050 </Schema> 2051 2052 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_14_2"> 2053 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2054 <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."/> 2055 </Schema> 2056 2057 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_14_3"> 2058 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2059 <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."/> 2060 </Schema> 2061 2062 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_14_4"> 2063 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2064 <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."/> 2065 </Schema> 2066 2067 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_15_0"> 2068 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2069 <Annotation Term="Redfish.Release" String="2022.3"/> 2070 <Annotation Term="OData.Description" String="This version was created to add `GCXLID` to `DurableNameFormat`."/> 2071 </Schema> 2072 2073 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_15_1"> 2074 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2075 <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."/> 2076 </Schema> 2077 2078 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_15_2"> 2079 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2080 <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."/> 2081 </Schema> 2082 2083 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_15_3"> 2084 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2085 <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."/> 2086 </Schema> 2087 2088 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_16_0"> 2089 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2090 <Annotation Term="Redfish.Release" String="2023.1"/> 2091 2092 <ComplexType Name="Location" BaseType="Resource.v1_7_0.Location"> 2093 <Property Name="PartLocationContext" Type="Edm.String"> 2094 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 2095 <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."/> 2096 <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."/> 2097 </Property> 2098 </ComplexType> 2099 </Schema> 2100 2101 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_16_1"> 2102 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2103 <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."/> 2104 </Schema> 2105 2106 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_16_2"> 2107 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2108 <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."/> 2109 </Schema> 2110 2111 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_16_3"> 2112 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2113 <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."/> 2114 </Schema> 2115 2116 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_17_0"> 2117 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2118 <Annotation Term="Redfish.Release" String="2023.2"/> 2119 <Annotation Term="OData.Description" String="This version was created to deprecate PostalAddress in Location in favor of `PhysicalAddress`."/> 2120 2121 <ComplexType Name="Location" BaseType="Resource.v1_16_0.Location"> 2122 <Property Name="PhysicalAddress" Type="Resource.v1_17_0.PhysicalAddress" Nullable="false"> 2123 <Annotation Term="OData.Description" String="The physical address for a resource."/> 2124 <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."/> 2125 </Property> 2126 </ComplexType> 2127 2128 <ComplexType Name="PhysicalAddress"> 2129 <Annotation Term="OData.Description" String="The physical address for a resource."/> 2130 <Annotation Term="OData.LongDescription" String="This type shall contain a physical address for a resource."/> 2131 <Property Name="StreetAddress" Type="Edm.String"> 2132 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 2133 <Annotation Term="OData.Description" String="The street-level address, including building, room, or other identifiers."/> 2134 <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."/> 2135 </Property> 2136 <Property Name="City" Type="Edm.String"> 2137 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 2138 <Annotation Term="OData.Description" String="City, township, or shi (JP)."/> 2139 <Annotation Term="OData.LongDescription" String="This property shall contain the city, township, or shi (JP) location for this resource."/> 2140 </Property> 2141 <Property Name="StateOrProvince" Type="Edm.String"> 2142 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 2143 <Annotation Term="OData.Description" String="State or province."/> 2144 <Annotation Term="OData.LongDescription" String="This property shall contain the state, province, or territory location within the country for this resource."/> 2145 </Property> 2146 <Property Name="ISOSubdivisionCode" Type="Edm.String"> 2147 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 2148 <Annotation Term="OData.Description" String="ISO 3166-2 subdivision code."/> 2149 <Annotation Term="OData.LongDescription" String="This property shall contain the ISO 3166-2-defined state, province, or territory subdivision code for this resource."/> 2150 <Annotation Term="Validation.Pattern" String="^[A-Z0-9]{1,3}$"/> 2151 </Property> 2152 <Property Name="Country" Type="Edm.String"> 2153 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 2154 <Annotation Term="OData.Description" String="The country."/> 2155 <Annotation Term="OData.LongDescription" String="This property shall contain the country location for this resource."/> 2156 </Property> 2157 <Property Name="ISOCountryCode" Type="Edm.String"> 2158 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 2159 <Annotation Term="OData.Description" String="The ISO 3166-1 country code."/> 2160 <Annotation Term="OData.LongDescription" String="This property shall contain the ISO 3166-1-defined alpha-2 or alpha-3 country code."/> 2161 <Annotation Term="Validation.Pattern" String="^([A-Z]{2}|[A-Z]{3})$"/> 2162 </Property> 2163 <Property Name="PostalCode" Type="Edm.String"> 2164 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 2165 <Annotation Term="OData.Description" String="The postal code."/> 2166 <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."/> 2167 </Property> 2168 </ComplexType> 2169 </Schema> 2170 2171 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_17_1"> 2172 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2173 <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."/> 2174 </Schema> 2175 2176 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_17_2"> 2177 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2178 <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."/> 2179 </Schema> 2180 2181 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_17_3"> 2182 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2183 <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."/> 2184 </Schema> 2185 2186 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_18_0"> 2187 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2188 <Annotation Term="Redfish.Release" String="2023.3"/> 2189 <Annotation Term="OData.Description" String="This version was created to add `ResolutionSteps` to the `Conditions` property in `Status`."/> 2190 </Schema> 2191 2192 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_18_1"> 2193 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2194 <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."/> 2195 </Schema> 2196 2197 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_18_2"> 2198 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2199 <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."/> 2200 </Schema> 2201 2202 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_19_0"> 2203 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2204 <Annotation Term="Redfish.Release" String="2024.1"/> 2205 <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`."/> 2206 </Schema> 2207 2208 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_19_1"> 2209 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2210 <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."/> 2211 </Schema> 2212 2213 </edmx:DataServices> 2214</edmx:Edmx> 2215