blob: d10350471fb1a0971a0ee6aa29d095e6aaf45f70 [file] [log] [blame]
Jason M. Billsea4aa752018-06-05 13:29:11 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
Gunnar Mills2ae81db2024-01-31 14:25:11 -06004<!--# Redfish Schema: Resource v1.18.0 -->
Jason M. Billsea4aa752018-06-05 13:29:11 -07005<!--# -->
6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle, -->
7<!--# available at http://www.dmtf.org/standards/redfish -->
Ed Tanousf263e092023-05-22 09:56:29 -07008<!--# Copyright 2014-2023 DMTF. -->
Jason M. Billsea4aa752018-06-05 13:29:11 -07009<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10<!--################################################################################ -->
11<!---->
12<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
13
14 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
15 <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
16 </edmx:Reference>
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">
Ed Tanouse9cc1bc2023-09-21 11:15:30 -070021 <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070022 <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
23 </edmx:Reference>
Gunnar Mills262d7d42021-01-20 16:28:41 -060024 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/LogEntry_v1.xml">
25 <edmx:Include Namespace="LogEntry"/>
26 </edmx:Reference>
Gunnar Mills2ae81db2024-01-31 14:25:11 -060027 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/ResolutionStep_v1.xml">
28 <edmx:Include Namespace="ResolutionStep"/>
29 </edmx:Reference>
Jason M. Billsea4aa752018-06-05 13:29:11 -070030
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
Jason M. Billsea4aa752018-06-05 13:29:11 -070036 <TypeDefinition Name="Id" UnderlyingType="Edm.String">
Gunnar Mills9d424662021-09-22 21:56:16 -050037 <Annotation Term="OData.Description" String="The unique identifier for this resource within the collection of similar resources."/>
38 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070039 </TypeDefinition>
40
41 <TypeDefinition Name="Description" UnderlyingType="Edm.String">
Gunnar Millsa778c022020-05-12 12:20:36 -050042 <Annotation Term="OData.Description" String="The description of this resource. Used for commonality in the schema definitions."/>
Gunnar Mills9d424662021-09-22 21:56:16 -050043 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070044 </TypeDefinition>
45
46 <TypeDefinition Name="Name" UnderlyingType="Edm.String">
Gunnar Millsa778c022020-05-12 12:20:36 -050047 <Annotation Term="OData.Description" String="The name of the resource or array member."/>
Gunnar Mills9d424662021-09-22 21:56:16 -050048 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070049 </TypeDefinition>
50
51 <TypeDefinition Name="UUID" UnderlyingType="Edm.Guid"/>
52
Jason M. Billsea4aa752018-06-05 13:29:11 -070053 <ComplexType Name="Links" Abstract="true">
54 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
55 <Property Name="Oem" Type="Resource.Oem" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -070056 <Annotation Term="OData.Description" String="The OEM extension property."/>
57 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070058 </Property>
59 </ComplexType>
60
Jason M. Billsea4aa752018-06-05 13:29:11 -070061 <ComplexType Name="Oem">
62 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
63 <Annotation Term="Redfish.DynamicPropertyPatterns">
64 <Collection>
65 <Record>
Ed Tanouscb103132019-10-08 11:34:22 -070066 <PropertyValue Property="Pattern" String="^[A-Za-z0-9_]+$"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070067 <PropertyValue Property="Type" String="Resource.OemObject"/>
68 </Record>
69 </Collection>
70 </Annotation>
Ed Tanouscb103132019-10-08 11:34:22 -070071 <Annotation Term="OData.Description" String="The OEM extension."/>
Gunnar Millsa778c022020-05-12 12:20:36 -050072 <Annotation Term="OData.LongDescription" String="This object represents the OEM properties. The resource values shall comply with the Redfish Specification-described requirements."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070073 </ComplexType>
74
Jason M. Billsea4aa752018-06-05 13:29:11 -070075 <ComplexType Name="OemObject">
76 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Ed Tanouscb103132019-10-08 11:34:22 -070077 <Annotation Term="OData.Description" String="The base type for an OEM extension."/>
Gunnar Millsa778c022020-05-12 12:20:36 -050078 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070079 </ComplexType>
80
Jason M. Billsea4aa752018-06-05 13:29:11 -070081 <EntityType Name="ItemOrCollection" Abstract="true"/>
82
Jason M. Billsea4aa752018-06-05 13:29:11 -070083 <EntityType Name="Item" BaseType="Resource.ItemOrCollection" Abstract="true">
84 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Millsa778c022020-05-12 12:20:36 -050085 <Annotation Term="OData.Description" String="The base type for resources and members that can be linked to."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070086 <Property Name="Oem" Type="Resource.Oem" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -070087 <Annotation Term="OData.Description" String="The OEM extension property."/>
88 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070089 </Property>
90 </EntityType>
91
92 <EntityType Name="ReferenceableMember" BaseType="Resource.Item" Abstract="true"/>
93
94 <EntityType Name="Resource" BaseType="Resource.Item" Abstract="true"/>
95
96 <EntityType Name="ResourceCollection" BaseType="Resource.ItemOrCollection" Abstract="true"/>
97
Jason M. Billsea4aa752018-06-05 13:29:11 -070098 <ComplexType Name="Status">
99 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
100 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500101 <Annotation Term="OData.Description" String="The status and health of a resource and its children."/>
102 <Annotation Term="OData.LongDescription" String="This type shall contain any status or health properties of a resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700103 <Property Name="State" Type="Resource.State">
104 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600105 <Annotation Term="OData.Description" String="The known state of the resource, such as if it is enabled."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500106 <Annotation Term="OData.LongDescription" String="This property shall indicate whether and why this component is available. Enabled indicates the resource is available. Disabled indicates the resource has been intentionally made unavailable but it can be enabled. Offline indicates the resource is unavailable intentionally and requires action to make it available. InTest indicates that the component is undergoing testing. Starting indicates that the resource is becoming available. Absent indicates the resource is physically unavailable."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700107 </Property>
108 <Property Name="HealthRollup" Type="Resource.Health">
109 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500110 <Annotation Term="OData.Description" String="The overall health state from the view of this resource."/>
111 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700112 </Property>
113 <Property Name="Health" Type="Resource.Health">
114 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500115 <Annotation Term="OData.Description" String="The health state of this resource in the absence of its dependent resources."/>
116 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700117 </Property>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600118 <Property Name="Conditions" Type="Collection(Resource.Condition)">
119 <Annotation Term="OData.Description" String="Conditions in this resource that require attention."/>
Sui Chen141d9432022-02-03 22:01:27 -0800120 <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 Base Message Registry."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500121 <Annotation Term="Redfish.Revisions">
122 <Collection>
123 <Record>
124 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
125 <PropertyValue Property="Version" String="v1_11_0"/>
126 </Record>
127 </Collection>
128 </Annotation>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600129 </Property>
Ed Tanous530520e2019-01-02 13:41:37 -0800130 <Property Name="Oem" Type="Resource.Oem" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700131 <Annotation Term="OData.Description" String="The OEM extension property."/>
132 <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."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800133 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700134 </ComplexType>
135
Gunnar Mills262d7d42021-01-20 16:28:41 -0600136 <ComplexType Name="Condition">
137 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
138 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
139 <Annotation Term="OData.Description" String="A condition that requires attention."/>
140 <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."/>
141 <Property Name="Timestamp" Type="Edm.DateTimeOffset" Nullable="false">
142 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
143 <Annotation Term="OData.Description" String="The time the condition occurred."/>
144 <Annotation Term="OData.LongDescription" String="This property shall indicate the time the condition occurred."/>
145 </Property>
146 <Property Name="MessageId" Type="Edm.String" Nullable="false">
147 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
148 <Annotation Term="OData.Description" String="The identifier for the message."/>
149 <Annotation Term="OData.LongDescription" String="This property shall contain a MessageId, as defined in the 'MessageId format' clause of the Redfish Specification."/>
150 <Annotation Term="Redfish.Required"/>
151 </Property>
152 <Property Name="MessageArgs" Type="Collection(Edm.String)" Nullable="false">
153 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
154 <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."/>
155 <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."/>
156 </Property>
157 <Property Name="Message" Type="Edm.String" Nullable="false">
158 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
159 <Annotation Term="OData.Description" String="The human-readable message for this condition."/>
160 <Annotation Term="OData.LongDescription" String="This property shall contain a human-readable message describing this condition."/>
161 </Property>
162 <Property Name="Severity" Type="Resource.Health" Nullable="false">
163 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
164 <Annotation Term="OData.Description" String="The severity of the condition."/>
165 <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."/>
166 </Property>
167 <NavigationProperty Name="OriginOfCondition" Type="Resource.Item" Nullable="false">
168 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
169 <Annotation Term="OData.Description" String="A link to the resource or object that originated the condition."/>
170 <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."/>
171 <Annotation Term="OData.AutoExpandReferences"/>
172 </NavigationProperty>
173 <NavigationProperty Name="LogEntry" Type="LogEntry.LogEntry" Nullable="false">
174 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
175 <Annotation Term="OData.Description" String="The link to the log entry created for this condition."/>
176 <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."/>
177 <Annotation Term="OData.AutoExpandReferences"/>
178 </NavigationProperty>
Sui Chen141d9432022-02-03 22:01:27 -0800179 <Property Name="Resolution" Type="Edm.String" Nullable="false">
180 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
181 <Annotation Term="OData.Description" String="Suggestions on how to resolve the condition."/>
182 <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."/>
183 <Annotation Term="Redfish.Revisions">
184 <Collection>
185 <Record>
186 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
187 <PropertyValue Property="Version" String="v1_14_0"/>
188 </Record>
189 </Collection>
190 </Annotation>
191 </Property>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600192 <Property Name="ResolutionSteps" Type="Collection(ResolutionStep.ResolutionStep)" Nullable="false">
193 <Annotation Term="OData.Description" String="The list of recommended steps to resolve the condition."/>
194 <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."/>
195 <Annotation Term="Redfish.Revisions">
196 <Collection>
197 <Record>
198 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
199 <PropertyValue Property="Version" String="v1_18_0"/>
200 </Record>
201 </Collection>
202 </Annotation>
203 </Property>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600204 </ComplexType>
205
Jason M. Billsea4aa752018-06-05 13:29:11 -0700206 <EnumType Name="State">
207 <Member Name="Enabled">
Gunnar Millsa778c022020-05-12 12:20:36 -0500208 <Annotation Term="OData.Description" String="This function or resource is enabled."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700209 </Member>
210 <Member Name="Disabled">
Gunnar Millsa778c022020-05-12 12:20:36 -0500211 <Annotation Term="OData.Description" String="This function or resource is disabled."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700212 </Member>
213 <Member Name="StandbyOffline">
Gunnar Millsa778c022020-05-12 12:20:36 -0500214 <Annotation Term="OData.Description" String="This function or resource is enabled but awaits an external action to activate it."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700215 </Member>
216 <Member Name="StandbySpare">
Gunnar Millsa778c022020-05-12 12:20:36 -0500217 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700218 </Member>
219 <Member Name="InTest">
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600220 <Annotation Term="OData.Description" String="This function or resource is undergoing testing or is in the process of capturing information for debugging."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700221 </Member>
222 <Member Name="Starting">
Gunnar Millsa778c022020-05-12 12:20:36 -0500223 <Annotation Term="OData.Description" String="This function or resource is starting."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700224 </Member>
225 <Member Name="Absent">
Ed Tanousf263e092023-05-22 09:56:29 -0700226 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700227 </Member>
228 <Member Name="UnavailableOffline">
Gunnar Millsa778c022020-05-12 12:20:36 -0500229 <Annotation Term="OData.Description" String="This function or resource is present but cannot be used."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600230 <Annotation Term="Redfish.Revisions">
231 <Collection>
232 <Record>
233 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
234 <PropertyValue Property="Version" String="v1_1_0"/>
235 </Record>
236 </Collection>
237 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700238 </Member>
239 <Member Name="Deferring">
Ed Tanouscb103132019-10-08 11:34:22 -0700240 <Annotation Term="OData.Description" String="The element does not process any commands but queues new requests."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600241 <Annotation Term="Redfish.Revisions">
242 <Collection>
243 <Record>
244 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
245 <PropertyValue Property="Version" String="v1_2_0"/>
246 </Record>
247 </Collection>
248 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700249 </Member>
250 <Member Name="Quiesced">
251 <Annotation Term="OData.Description" String="The element is enabled but only processes a restricted set of commands."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600252 <Annotation Term="Redfish.Revisions">
253 <Collection>
254 <Record>
255 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
256 <PropertyValue Property="Version" String="v1_2_0"/>
257 </Record>
258 </Collection>
259 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700260 </Member>
261 <Member Name="Updating">
Gunnar Mills844b4152020-06-22 12:44:09 -0500262 <Annotation Term="OData.Description" String="The element is updating and might be unavailable or degraded."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600263 <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>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700271 </Member>
Gunnar Mills09b9d452020-02-11 13:27:39 -0600272 <Member Name="Qualified">
273 <Annotation Term="OData.Description" String="The element quality is within the acceptable range of operation."/>
274 <Annotation Term="Redfish.Revisions">
275 <Collection>
276 <Record>
277 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
278 <PropertyValue Property="Version" String="v1_9_0"/>
279 </Record>
280 </Collection>
281 </Annotation>
282 </Member>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700283 </EnumType>
284
Jason M. Billsea4aa752018-06-05 13:29:11 -0700285 <EnumType Name="Health">
286 <Member Name="OK">
287 <Annotation Term="OData.Description" String="Normal."/>
288 </Member>
289 <Member Name="Warning">
Ed Tanouscb103132019-10-08 11:34:22 -0700290 <Annotation Term="OData.Description" String="A condition requires attention."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700291 </Member>
292 <Member Name="Critical">
Ed Tanouscb103132019-10-08 11:34:22 -0700293 <Annotation Term="OData.Description" String="A critical condition requires immediate attention."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700294 </Member>
295 </EnumType>
296
Jason M. Billsea4aa752018-06-05 13:29:11 -0700297 <EnumType Name="ResetType">
298 <Member Name="On">
Ed Tanouscb103132019-10-08 11:34:22 -0700299 <Annotation Term="OData.Description" String="Turn on the unit."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500300 <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`."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700301 </Member>
302 <Member Name="ForceOff">
Ed Tanouscb103132019-10-08 11:34:22 -0700303 <Annotation Term="OData.Description" String="Turn off the unit immediately (non-graceful shutdown)."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500304 <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`."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700305 </Member>
306 <Member Name="GracefulShutdown">
Ed Tanouscb103132019-10-08 11:34:22 -0700307 <Annotation Term="OData.Description" String="Shut down gracefully and power off."/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600308 <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`."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700309 </Member>
310 <Member Name="GracefulRestart">
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600311 <Annotation Term="OData.Description" String="Shut down gracefully and restart the unit."/>
312 <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`."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700313 </Member>
314 <Member Name="ForceRestart">
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600315 <Annotation Term="OData.Description" String="Shut down immediately and non-gracefully and restart the unit."/>
316 <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`."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700317 </Member>
318 <Member Name="Nmi">
Ed Tanouscb103132019-10-08 11:34:22 -0700319 <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."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500320 <Annotation Term="OData.LongDescription" String="This value shall indicate the resource will generate a diagnostic interrupt."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700321 </Member>
322 <Member Name="ForceOn">
Ed Tanouscb103132019-10-08 11:34:22 -0700323 <Annotation Term="OData.Description" String="Turn on the unit immediately."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500324 <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`."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700325 </Member>
326 <Member Name="PushPowerButton">
327 <Annotation Term="OData.Description" String="Simulate the pressing of the physical power button on this unit."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500328 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700329 </Member>
330 <Member Name="PowerCycle">
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500331 <Annotation Term="OData.Description" String="Power cycle the unit. Behaves like a full power removal, followed by a power restore to the resource."/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800332 <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`."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600333 <Annotation Term="Redfish.Revisions">
334 <Collection>
335 <Record>
336 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
337 <PropertyValue Property="Version" String="v1_4_0"/>
338 </Record>
339 </Collection>
340 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700341 </Member>
Gunnar Mills9d424662021-09-22 21:56:16 -0500342 <Member Name="Suspend">
343 <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."/>
344 <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`."/>
345 <Annotation Term="Redfish.Revisions">
346 <Collection>
347 <Record>
348 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
349 <PropertyValue Property="Version" String="v1_13_0"/>
350 </Record>
351 </Collection>
352 </Annotation>
353 </Member>
354 <Member Name="Pause">
355 <Annotation Term="OData.Description" String="Pause execution on the unit but do not remove power. This is typically a feature of virtual machine hypervisors."/>
356 <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`."/>
357 <Annotation Term="Redfish.Revisions">
358 <Collection>
359 <Record>
360 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
361 <PropertyValue Property="Version" String="v1_13_0"/>
362 </Record>
363 </Collection>
364 </Annotation>
365 </Member>
366 <Member Name="Resume">
367 <Annotation Term="OData.Description" String="Resume execution on the paused unit. This is typically a feature of virtual machine hypervisors."/>
368 <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`."/>
369 <Annotation Term="Redfish.Revisions">
370 <Collection>
371 <Record>
372 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
373 <PropertyValue Property="Version" String="v1_13_0"/>
374 </Record>
375 </Collection>
376 </Annotation>
377 </Member>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700378 </EnumType>
379
380 <ComplexType Name="Identifier" Abstract="true">
Gunnar Millsa778c022020-05-12 12:20:36 -0500381 <Annotation Term="OData.Description" String="Any additional identifiers for a resource."/>
382 <Annotation Term="OData.LongDescription" String="This type shall contain any additional identifiers for a resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700383 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
384 </ComplexType>
385
386 <ComplexType Name="Location" Abstract="true">
387 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500388 <Annotation Term="OData.Description" String="The location of a resource."/>
389 <Annotation Term="OData.LongDescription" String="This type shall describe the location of a resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700390 </ComplexType>
391
392 <EnumType Name="IndicatorLED">
393 <Member Name="Lit">
Ed Tanouscb103132019-10-08 11:34:22 -0700394 <Annotation Term="OData.Description" String="The indicator LED is lit."/>
395 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700396 </Member>
397 <Member Name="Blinking">
Ed Tanouscb103132019-10-08 11:34:22 -0700398 <Annotation Term="OData.Description" String="The indicator LED is blinking."/>
399 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700400 </Member>
401 <Member Name="Off">
Ed Tanouscb103132019-10-08 11:34:22 -0700402 <Annotation Term="OData.Description" String="The indicator LED is off."/>
403 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700404 </Member>
405 </EnumType>
406
407 <EnumType Name="PowerState">
408 <Member Name="On">
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800409 <Annotation Term="OData.Description" String="The resource is powered on."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700410 </Member>
411 <Member Name="Off">
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800412 <Annotation Term="OData.Description" String="The resource is powered off. The components within the resource might continue to have AUX power."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700413 </Member>
414 <Member Name="PoweringOn">
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800415 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700416 </Member>
417 <Member Name="PoweringOff">
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800418 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700419 </Member>
Gunnar Mills9d424662021-09-22 21:56:16 -0500420 <Member Name="Paused">
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800421 <Annotation Term="OData.Description" String="The resource is paused."/>
Gunnar Mills9d424662021-09-22 21:56:16 -0500422 <Annotation Term="Redfish.Revisions">
423 <Collection>
424 <Record>
425 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
426 <PropertyValue Property="Version" String="v1_13_0"/>
427 </Record>
428 </Collection>
429 </Annotation>
430 </Member>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700431 </EnumType>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700432 </Schema>
433
434 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_0">
435 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600436 <Annotation Term="Redfish.Release" String="1.0"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700437
Jason M. Billsea4aa752018-06-05 13:29:11 -0700438 <EntityType Name="ReferenceableMember" BaseType="Resource.ReferenceableMember" Abstract="true">
Ed Tanouscb103132019-10-08 11:34:22 -0700439 <Annotation Term="OData.Description" String="The base type for addressable members of an array."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500440 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700441 <Key>
442 <PropertyRef Name="MemberId"/>
443 </Key>
444 <Property Name="MemberId" Nullable="false" Type="Edm.String">
445 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Mills9d424662021-09-22 21:56:16 -0500446 <Annotation Term="OData.Description" String="The unique identifier for the member within an array."/>
447 <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."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800448 <Annotation Term="Redfish.Required"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700449 </Property>
450 </EntityType>
451
Jason M. Billsea4aa752018-06-05 13:29:11 -0700452 <EntityType Name="Resource" BaseType="Resource.Resource" Abstract="true">
453 <Key>
454 <PropertyRef Name="Id"/>
455 </Key>
456 <Property Name="Id" Type="Resource.Id" Nullable="false">
457 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
458 <Annotation Term="Redfish.Required"/>
459 </Property>
460 <Property Name="Description" Type="Resource.Description">
461 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
462 </Property>
463 <Property Name="Name" Type="Resource.Name" Nullable="false">
464 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
465 <Annotation Term="Redfish.Required"/>
466 </Property>
467 </EntityType>
468
Jason M. Billsea4aa752018-06-05 13:29:11 -0700469 <EntityType Name="ResourceCollection" BaseType="Resource.ResourceCollection" Abstract="true">
470 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
471 <Key>
472 <PropertyRef Name="Name"/>
473 </Key>
474 <Property Name="Description" Type="Resource.Description">
475 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
476 </Property>
477 <Property Name="Name" Type="Resource.Name" Nullable="false">
478 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800479 <Annotation Term="Redfish.Required"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700480 </Property>
481 <Property Name="Oem" Type="Resource.Oem" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700482 <Annotation Term="OData.Description" String="The OEM extension property."/>
483 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700484 </Property>
485 </EntityType>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700486 </Schema>
487
488 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_2">
489 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700490 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700491 </Schema>
492
493 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_3">
494 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700495 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700496 </Schema>
497
498 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_4">
499 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700500 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700501 </Schema>
502
Ed Tanous530520e2019-01-02 13:41:37 -0800503 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_5">
504 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
505 <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."/>
506 </Schema>
507
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600508 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_6">
509 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500510 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700511 </Schema>
512
513 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_7">
514 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
515 <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."/>
516 </Schema>
517
518 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_8">
519 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
520 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600521 </Schema>
522
Gunnar Millsa778c022020-05-12 12:20:36 -0500523 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_9">
524 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
525 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
526 </Schema>
527
Gunnar Mills844b4152020-06-22 12:44:09 -0500528 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_10">
529 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
530 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
531 </Schema>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500532
Gunnar Mills262d7d42021-01-20 16:28:41 -0600533 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_11">
534 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
535 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
536 </Schema>
Gunnar Mills844b4152020-06-22 12:44:09 -0500537
Gunnar Mills10f270b2021-05-19 15:34:06 -0500538 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_12">
539 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600540 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500541 </Schema>
542
Gunnar Mills9d424662021-09-22 21:56:16 -0500543 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_13">
544 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
545 <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."/>
546 </Schema>
547
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600548 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_14">
549 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
550 <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."/>
551 </Schema>
552
Jason M. Billsea4aa752018-06-05 13:29:11 -0700553 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_0">
554 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600555 <Annotation Term="Redfish.Release" String="2016.1"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700556
557 <ComplexType Name="Identifier" BaseType="Resource.Identifier">
558 <Property Name="DurableName" Type="Edm.String">
559 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500560 <Annotation Term="OData.Description" String="The world-wide, persistent name of the resource."/>
561 <Annotation Term="OData.LongDescription" String="This property shall contain the world-wide unique identifier for the resource. The string shall be in the Identifier.DurableNameFormat property value format."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700562 </Property>
563 <Property Name="DurableNameFormat" Type="Resource.v1_1_0.DurableNameFormat">
564 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700565 <Annotation Term="OData.Description" String="The format of the durable name property."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700566 <Annotation Term="OData.LongDescription" String="This property shall represent the format of the DurableName property."/>
567 </Property>
568 </ComplexType>
569
570 <ComplexType Name="Location" BaseType="Resource.Location">
571 <Property Name="Info" Type="Edm.String">
572 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500573 <Annotation Term="OData.Description" String="The location of the resource."/>
574 <Annotation Term="OData.LongDescription" String="This property shall represent the location of the resource."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600575 <Annotation Term="Redfish.Revisions">
576 <Collection>
577 <Record>
578 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
579 <PropertyValue Property="Version" String="v1_5_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700580 <PropertyValue Property="Description" String="This property has been deprecated in favor of the PostalAddress, Placement, and PartLocation properties."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600581 </Record>
582 </Collection>
583 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700584 </Property>
585 <Property Name="InfoFormat" Type="Edm.String">
586 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700587 <Annotation Term="OData.Description" String="The format of the Info property."/>
588 <Annotation Term="OData.LongDescription" String="This property shall represent the Info property format."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600589 <Annotation Term="Redfish.Revisions">
590 <Collection>
591 <Record>
592 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
593 <PropertyValue Property="Version" String="v1_5_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700594 <PropertyValue Property="Description" String="This property has been deprecated in favor of the PostalAddress, Placement, and PartLocation properties."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600595 </Record>
596 </Collection>
597 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700598 </Property>
Ed Tanous530520e2019-01-02 13:41:37 -0800599 <Property Name="Oem" Type="Resource.Oem" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700600 <Annotation Term="OData.Description" String="The OEM extension property."/>
601 <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."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800602 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700603 </ComplexType>
604
605 <EnumType Name="DurableNameFormat">
606 <Member Name="NAA">
Ed Tanouscb103132019-10-08 11:34:22 -0700607 <Annotation Term="OData.Description" String="The Name Address Authority (NAA) format."/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600608 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700609 </Member>
610 <Member Name="iQN">
Ed Tanouscb103132019-10-08 11:34:22 -0700611 <Annotation Term="OData.Description" String="The iSCSI Qualified Name (iQN)."/>
612 <Annotation Term="OData.LongDescription" String="This durable name shall be in the iSCSI Qualified Name (iQN) format, as defined in RFC3720 and RFC3721."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700613 </Member>
614 <Member Name="FC_WWN">
Ed Tanouscb103132019-10-08 11:34:22 -0700615 <Annotation Term="OData.Description" String="The Fibre Channel (FC) World Wide Name (WWN)."/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600616 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700617 </Member>
618 <Member Name="UUID">
Ed Tanouscb103132019-10-08 11:34:22 -0700619 <Annotation Term="OData.Description" String="The Universally Unique Identifier (UUID)."/>
Ed Tanoused761212022-09-23 15:03:29 -0700620 <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})'."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700621 </Member>
622 <Member Name="EUI">
Ed Tanouscb103132019-10-08 11:34:22 -0700623 <Annotation Term="OData.Description" String="The IEEE-defined 64-bit Extended Unique Identifier (EUI)."/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600624 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700625 </Member>
626 <Member Name="NQN">
Ed Tanouscb103132019-10-08 11:34:22 -0700627 <Annotation Term="OData.Description" String="The NVMe Qualified Name (NQN)."/>
628 <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."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600629 <Annotation Term="Redfish.Revisions">
630 <Collection>
631 <Record>
632 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
633 <PropertyValue Property="Version" String="v1_6_0"/>
634 </Record>
635 </Collection>
636 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700637 </Member>
638 <Member Name="NSID">
Ed Tanouscb103132019-10-08 11:34:22 -0700639 <Annotation Term="OData.Description" String="The NVM Namespace Identifier (NSID)."/>
640 <Annotation Term="OData.LongDescription" String="This durable name shall be in the NVM Namespace Identifier (NSID) format, as defined in the NVN Express Specification."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600641 <Annotation Term="Redfish.Revisions">
642 <Collection>
643 <Record>
644 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
645 <PropertyValue Property="Version" String="v1_6_0"/>
646 </Record>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500647 <Record>
648 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
649 <PropertyValue Property="Version" String="v1_12_0"/>
650 <PropertyValue Property="Description" String="This value has been deprecated due to its non-uniqueness and `NGUID` should be used."/>
651 </Record>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600652 </Collection>
653 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700654 </Member>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500655 <Member Name="NGUID">
656 <Annotation Term="OData.Description" String="The Namespace Globally Unique Identifier (NGUID)."/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600657 <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."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500658 <Annotation Term="Redfish.Revisions">
659 <Collection>
660 <Record>
661 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
662 <PropertyValue Property="Version" String="v1_10_0"/>
663 </Record>
664 </Collection>
665 </Annotation>
666 </Member>
Sui Chen141d9432022-02-03 22:01:27 -0800667 <Member Name="MACAddress">
668 <Annotation Term="OData.Description" String="The media access control address (MAC address)."/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600669 <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."/>
Sui Chen141d9432022-02-03 22:01:27 -0800670 <Annotation Term="Redfish.Revisions">
671 <Collection>
672 <Record>
673 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
674 <PropertyValue Property="Version" String="v1_14_0"/>
675 </Record>
676 </Collection>
677 </Annotation>
678 </Member>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800679 <Member Name="GCXLID">
680 <Annotation Term="OData.Description" String="The globally unique CXL logical device identifier (GCXLID)."/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600681 <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."/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800682 <Annotation Term="Redfish.Revisions">
683 <Collection>
684 <Record>
685 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
686 <PropertyValue Property="Version" String="v1_15_0"/>
687 </Record>
688 </Collection>
689 </Annotation>
690 </Member>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700691 </EnumType>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700692 </Schema>
693
694 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_1">
695 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700696 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700697 </Schema>
698
699 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_2">
700 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700701 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700702 </Schema>
703
704 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_3">
705 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700706 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700707 </Schema>
708
709 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_4">
710 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700711 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700712 </Schema>
713
714 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_5">
715 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700716 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700717 </Schema>
718
Ed Tanous530520e2019-01-02 13:41:37 -0800719 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_6">
720 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
721 <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."/>
722 </Schema>
723
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600724 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_7">
725 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500726 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700727 </Schema>
728
729 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_8">
730 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
731 <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."/>
732 </Schema>
733
734 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_9">
735 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
736 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600737 </Schema>
738
Gunnar Millsa778c022020-05-12 12:20:36 -0500739 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_10">
740 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
741 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
742 </Schema>
743
Gunnar Mills844b4152020-06-22 12:44:09 -0500744 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_11">
745 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
746 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
747 </Schema>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500748
Gunnar Mills262d7d42021-01-20 16:28:41 -0600749 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_12">
750 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
751 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
752 </Schema>
Gunnar Mills844b4152020-06-22 12:44:09 -0500753
Gunnar Mills10f270b2021-05-19 15:34:06 -0500754 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_13">
755 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600756 <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."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500757 </Schema>
758
Gunnar Mills9d424662021-09-22 21:56:16 -0500759 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_14">
760 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
761 <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."/>
762 </Schema>
763
Ed Tanoused761212022-09-23 15:03:29 -0700764 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_15">
765 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
766 <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."/>
767 </Schema>
768
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600769 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_16">
770 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
771 <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."/>
772 </Schema>
773
Jason M. Billsea4aa752018-06-05 13:29:11 -0700774 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_0">
775 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600776 <Annotation Term="Redfish.Release" String="2016.2"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700777 <Annotation Term="OData.Description" String="This version moves the former definition of PowerState to the unversioned namespace."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700778 </Schema>
779
780 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_1">
781 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700782 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700783 </Schema>
784
785 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_2">
786 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700787 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700788 </Schema>
789
790 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_3">
791 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700792 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700793 </Schema>
794
795 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_4">
796 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700797 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700798 </Schema>
799
Ed Tanous530520e2019-01-02 13:41:37 -0800800 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_5">
801 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
802 <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."/>
803 </Schema>
804
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600805 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_6">
806 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500807 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700808 </Schema>
809
810 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_7">
811 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
812 <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."/>
813 </Schema>
814
815 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_8">
816 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
817 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600818 </Schema>
819
Gunnar Millsa778c022020-05-12 12:20:36 -0500820 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_9">
821 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
822 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
823 </Schema>
824
Gunnar Mills844b4152020-06-22 12:44:09 -0500825 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_10">
826 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
827 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
828 </Schema>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500829
Gunnar Mills262d7d42021-01-20 16:28:41 -0600830 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_11">
831 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
832 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
833 </Schema>
Gunnar Mills844b4152020-06-22 12:44:09 -0500834
Gunnar Mills10f270b2021-05-19 15:34:06 -0500835 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_12">
836 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600837 <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."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500838 </Schema>
839
Gunnar Mills9d424662021-09-22 21:56:16 -0500840 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_13">
841 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
842 <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."/>
843 </Schema>
844
Ed Tanoused761212022-09-23 15:03:29 -0700845 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_14">
846 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
847 <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."/>
848 </Schema>
849
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600850 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_15">
851 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
852 <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."/>
853 </Schema>
854
Jason M. Billsea4aa752018-06-05 13:29:11 -0700855 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_0">
856 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600857 <Annotation Term="Redfish.Release" String="2016.3"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500858
Jason M. Billsea4aa752018-06-05 13:29:11 -0700859 <EnumType Name="RackUnits">
Ed Tanouscb103132019-10-08 11:34:22 -0700860 <Annotation Term="OData.Description" String="The type of rack unit in use."/>
861 <Annotation Term="OData.LongDescription" String="Enumeration literals shall name the type of rack unit in use."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700862 <Member Name="OpenU">
Ed Tanouscb103132019-10-08 11:34:22 -0700863 <Annotation Term="OData.Description" String="A rack unit that is equal to 48 mm (1.89 in)."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500864 <Annotation Term="OData.LongDescription" String="Rack units shall be specified in terms of the Open Compute Open Rack Specification."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700865 </Member>
866 <Member Name="EIA_310">
Ed Tanouscb103132019-10-08 11:34:22 -0700867 <Annotation Term="OData.Description" String="A rack unit that is equal to 1.75 in (44.45 mm)."/>
868 <Annotation Term="OData.LongDescription" String="Rack units shall conform to the EIA-310 standard."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700869 </Member>
870 </EnumType>
871
872 <ComplexType Name="PostalAddress">
Gunnar Millsa778c022020-05-12 12:20:36 -0500873 <Annotation Term="OData.Description" String="The postal address for a resource."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500874 <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."/>
Ed Tanouse9cc1bc2023-09-21 11:15:30 -0700875 <Annotation Term="Redfish.Revisions">
876 <Collection>
877 <Record>
878 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
879 <PropertyValue Property="Version" String="v1_17_0"/>
880 <PropertyValue Property="Description" String="This object and its properties have been deprecated in favor of PhysicalAddress."/>
881 </Record>
882 </Collection>
883 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700884 <Property Name="Country" Type="Edm.String">
885 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700886 <Annotation Term="OData.Description" String="The country."/>
887 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the Country field."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700888 </Property>
889 <Property Name="Territory" Type="Edm.String">
890 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
891 <Annotation Term="OData.Description" String="A top-level subdivision within a country."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700892 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700893 </Property>
894 <Property Name="District" Type="Edm.String">
895 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700896 <Annotation Term="OData.Description" String="A county, parish, gun (JP), or district (IN)."/>
897 <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)."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700898 </Property>
899 <Property Name="City" Type="Edm.String">
900 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
901 <Annotation Term="OData.Description" String="City, township, or shi (JP)."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700902 <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)."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700903 </Property>
904 <Property Name="Division" Type="Edm.String">
905 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500906 <Annotation Term="OData.Description" String="City division, borough, city district, ward, or chou (JP)."/>
907 <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)."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700908 </Property>
909 <Property Name="Neighborhood" Type="Edm.String">
910 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
911 <Annotation Term="OData.Description" String="Neighborhood or block."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700912 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the A5 field. Names a neighborhood or block."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700913 </Property>
914 <Property Name="LeadingStreetDirection" Type="Edm.String">
915 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
916 <Annotation Term="OData.Description" String="A leading street direction."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700917 <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)."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700918 </Property>
919 <Property Name="Street" Type="Edm.String">
920 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
921 <Annotation Term="OData.Description" String="Street name."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700922 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the A6 field. Names a street."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700923 </Property>
924 <Property Name="TrailingStreetSuffix" Type="Edm.String">
925 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
926 <Annotation Term="OData.Description" String="A trailing street suffix."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700927 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the POD field. Names a trailing street suffix."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700928 </Property>
929 <Property Name="StreetSuffix" Type="Edm.String">
930 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
931 <Annotation Term="OData.Description" String="Avenue, Platz, Street, Circle."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700932 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the STS field. Names a street suffix."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700933 </Property>
934 <Property Name="HouseNumber" Type="Edm.Int64">
935 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700936 <Annotation Term="OData.Description" String="The numeric portion of house number."/>
937 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700938 </Property>
939 <Property Name="HouseNumberSuffix" Type="Edm.String">
940 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700941 <Annotation Term="OData.Description" String="The house number suffix."/>
942 <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)."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700943 </Property>
944 <Property Name="Landmark" Type="Edm.String">
945 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700946 <Annotation Term="OData.Description" String="The landmark."/>
947 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the LMK field. Identifies a landmark or vanity address."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700948 </Property>
949 <Property Name="Location" Type="Edm.String">
950 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700951 <Annotation Term="OData.Description" String="The room designation or other additional information."/>
952 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the LOC field. Provides additional information."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600953 <Annotation Term="Redfish.Revisions">
954 <Collection>
955 <Record>
956 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
957 <PropertyValue Property="Version" String="v1_7_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700958 <PropertyValue Property="Description" String="This property has been deprecated in favor of the AdditionalInfo property."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600959 </Record>
960 </Collection>
961 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700962 </Property>
963 <Property Name="Floor" Type="Edm.String">
964 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700965 <Annotation Term="OData.Description" String="The floor."/>
966 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the FLR field. Provides a floor designation."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700967 </Property>
968 <Property Name="Name" Type="Edm.String">
969 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700970 <Annotation Term="OData.Description" String="The name."/>
971 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the NAM field. Names the occupant."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700972 </Property>
973 <Property Name="PostalCode" Type="Edm.String">
974 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700975 <Annotation Term="OData.Description" String="The postal code or zip code."/>
976 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the PC field. A postal code (or zip code)."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700977 </Property>
978 <Property Name="Building" Type="Edm.String">
979 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700980 <Annotation Term="OData.Description" String="The name of the building."/>
981 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the BLD field. Names the building."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700982 </Property>
983 <Property Name="Unit" Type="Edm.String">
984 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700985 <Annotation Term="OData.Description" String="The name or number of the apartment unit or suite."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500986 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700987 </Property>
988 <Property Name="Room" Type="Edm.String">
989 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700990 <Annotation Term="OData.Description" String="The name or number of the room."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500991 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700992 </Property>
993 <Property Name="Seat" Type="Edm.String">
994 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700995 <Annotation Term="OData.Description" String="The seat, such as the desk, cubicle, or workstation."/>
996 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700997 </Property>
998 <Property Name="PlaceType" Type="Edm.String">
999 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001000 <Annotation Term="OData.Description" String="The description of the type of place that is addressed."/>
1001 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the PLC field. Examples include office and residence."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001002 </Property>
1003 <Property Name="Community" Type="Edm.String">
1004 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001005 <Annotation Term="OData.Description" String="The postal community name."/>
1006 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the PCN field. A postal community name."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001007 </Property>
1008 <Property Name="POBox" Type="Edm.String">
1009 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001010 <Annotation Term="OData.Description" String="The post office box (PO box)."/>
1011 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the POBOX field. A post office box (PO box)."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001012 </Property>
1013 <Property Name="AdditionalCode" Type="Edm.String">
1014 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001015 <Annotation Term="OData.Description" String="The additional code."/>
1016 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the ADDCODE field."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001017 </Property>
1018 <Property Name="Road" Type="Edm.String">
1019 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001020 <Annotation Term="OData.Description" String="The primary road or street."/>
1021 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the RD field. Designates a primary road or street."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001022 </Property>
1023 <Property Name="RoadSection" Type="Edm.String">
1024 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001025 <Annotation Term="OData.Description" String="The road section."/>
1026 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the RDSEC field. A road section."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001027 </Property>
1028 <Property Name="RoadBranch" Type="Edm.String">
1029 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001030 <Annotation Term="OData.Description" String="The road branch."/>
1031 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001032 </Property>
1033 <Property Name="RoadSubBranch" Type="Edm.String">
1034 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001035 <Annotation Term="OData.Description" String="The road sub branch."/>
1036 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the RDSUBBR field."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001037 </Property>
1038 <Property Name="RoadPreModifier" Type="Edm.String">
1039 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001040 <Annotation Term="OData.Description" String="The road pre-modifier."/>
1041 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the PRM field. For example, Old or New."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001042 </Property>
1043 <Property Name="RoadPostModifier" Type="Edm.String">
1044 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001045 <Annotation Term="OData.Description" String="The road post-modifier."/>
1046 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the POM field. For example, Extended."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001047 </Property>
1048 <Property Name="GPSCoords" Type="Edm.String">
Jason M. Billsea4aa752018-06-05 13:29:11 -07001049 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1050 <Annotation Term="OData.Description" String="The GPS coordinates of the part."/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001051 <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."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001052 <Annotation Term="Redfish.Revisions">
1053 <Collection>
1054 <Record>
1055 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
1056 <PropertyValue Property="Version" String="v1_6_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001057 <PropertyValue Property="Description" String="This property has been deprecated in favor of the Longitude and Latitude properties."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001058 </Record>
1059 </Collection>
1060 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001061 </Property>
1062 </ComplexType>
1063
1064 <ComplexType Name="Placement">
1065 <Annotation Term="OData.Description" String="The placement within the addressed location."/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001066 <Annotation Term="OData.LongDescription" String="The value shall describe a location within a resource. Examples include a shelf in a rack."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001067 <Property Name="Row" Type="Edm.String">
1068 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001069 <Annotation Term="OData.Description" String="The name of the row."/>
1070 <Annotation Term="OData.LongDescription" String="This property shall contain the name of the row."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001071 </Property>
1072 <Property Name="Rack" Type="Edm.String">
1073 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001074 <Annotation Term="OData.Description" String="The name of a rack location within a row."/>
1075 <Annotation Term="OData.LongDescription" String="This property shall contain the name of the rack within a row."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001076 </Property>
1077 <Property Name="RackOffsetUnits" Type="Resource.v1_3_0.RackUnits">
1078 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001079 <Annotation Term="OData.Description" String="The type of rack units in use."/>
1080 <Annotation Term="OData.LongDescription" String="This property shall contain a RackUnit enumeration literal that indicates the type of rack units in use."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001081 </Property>
1082 <Property Name="RackOffset" Type="Edm.Int64" DefaultValue="0">
1083 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001084 <Annotation Term="OData.Description" String="The vertical location of the item, in terms of RackOffsetUnits."/>
1085 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001086 </Property>
1087 </ComplexType>
1088
1089 <ComplexType Name="Location" BaseType="Resource.v1_1_0.Location">
Gunnar Millsa778c022020-05-12 12:20:36 -05001090 <Annotation Term="OData.Description" String="The location of a resource."/>
Gunnar Mills844b4152020-06-22 12:44:09 -05001091 <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."/>
Ed Tanouscb103132019-10-08 11:34:22 -07001092 <Property Name="PostalAddress" Type="Resource.v1_3_0.PostalAddress" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -05001093 <Annotation Term="OData.Description" String="The postal address of the addressed resource."/>
1094 <Annotation Term="OData.LongDescription" String="This property shall contain a postal address of the resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001095 </Property>
Ed Tanouscb103132019-10-08 11:34:22 -07001096 <Property Name="Placement" Type="Resource.v1_3_0.Placement" Nullable="false">
Jason M. Billsea4aa752018-06-05 13:29:11 -07001097 <Annotation Term="OData.Description" String="A place within the addressed location."/>
Ed Tanouscb103132019-10-08 11:34:22 -07001098 <Annotation Term="OData.LongDescription" String="This property shall contain a place within the addressed location."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001099 </Property>
1100 </ComplexType>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001101 </Schema>
1102
1103 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_1">
1104 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001105 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001106 </Schema>
1107
1108 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_2">
1109 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001110 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001111 </Schema>
1112
1113 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_3">
1114 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001115 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001116 </Schema>
1117
Ed Tanous530520e2019-01-02 13:41:37 -08001118 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_4">
1119 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1120 <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."/>
1121 </Schema>
1122
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001123 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_5">
1124 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001125 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Ed Tanouscb103132019-10-08 11:34:22 -07001126 </Schema>
1127
1128 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_6">
1129 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001130 <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`."/>
Ed Tanouscb103132019-10-08 11:34:22 -07001131 </Schema>
1132
1133 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_7">
1134 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1135 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001136 </Schema>
1137
Gunnar Millsa778c022020-05-12 12:20:36 -05001138 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_8">
1139 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1140 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1141 </Schema>
1142
Gunnar Mills844b4152020-06-22 12:44:09 -05001143 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_9">
1144 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1145 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1146 </Schema>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001147
Gunnar Mills262d7d42021-01-20 16:28:41 -06001148 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_10">
1149 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1150 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1151 </Schema>
Gunnar Mills844b4152020-06-22 12:44:09 -05001152
Gunnar Mills10f270b2021-05-19 15:34:06 -05001153 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_11">
1154 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001155 <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."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001156 </Schema>
1157
Gunnar Mills9d424662021-09-22 21:56:16 -05001158 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_12">
1159 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1160 <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."/>
1161 </Schema>
1162
Ed Tanoused761212022-09-23 15:03:29 -07001163 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_13">
1164 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1165 <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."/>
1166 </Schema>
1167
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001168 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_14">
1169 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1170 <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."/>
1171 </Schema>
1172
Jason M. Billsea4aa752018-06-05 13:29:11 -07001173 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_0">
1174 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001175 <Annotation Term="Redfish.Release" String="2017.1"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001176 <Annotation Term="OData.Description" String="This version was created to add PowerCycle enumeration to ResetType."/>
1177 </Schema>
1178
1179 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_1">
1180 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001181 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001182 </Schema>
1183
1184 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_2">
1185 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001186 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001187 </Schema>
1188
Ed Tanous530520e2019-01-02 13:41:37 -08001189 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_3">
1190 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1191 <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."/>
1192 </Schema>
1193
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001194 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_4">
1195 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001196 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Ed Tanouscb103132019-10-08 11:34:22 -07001197 </Schema>
1198
1199 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_5">
1200 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001201 <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`."/>
Ed Tanouscb103132019-10-08 11:34:22 -07001202 </Schema>
1203
1204 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_6">
1205 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1206 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001207 </Schema>
1208
Gunnar Millsa778c022020-05-12 12:20:36 -05001209 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_7">
1210 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1211 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1212 </Schema>
1213
Gunnar Mills844b4152020-06-22 12:44:09 -05001214 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_8">
1215 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1216 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1217 </Schema>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001218
Gunnar Mills262d7d42021-01-20 16:28:41 -06001219 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_9">
1220 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1221 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1222 </Schema>
Gunnar Mills844b4152020-06-22 12:44:09 -05001223
Gunnar Mills10f270b2021-05-19 15:34:06 -05001224 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_10">
1225 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001226 <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."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001227 </Schema>
1228
Gunnar Mills9d424662021-09-22 21:56:16 -05001229 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_11">
1230 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1231 <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."/>
1232 </Schema>
1233
Ed Tanoused761212022-09-23 15:03:29 -07001234 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_12">
1235 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1236 <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."/>
1237 </Schema>
1238
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001239 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_13">
1240 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1241 <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."/>
1242 </Schema>
1243
Jason M. Billsea4aa752018-06-05 13:29:11 -07001244 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_0">
1245 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001246 <Annotation Term="Redfish.Release" String="2017.2"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001247 <Annotation Term="OData.Description" String="This version was created to add PartLocation to Location."/>
1248
1249 <EnumType Name="LocationType">
Gunnar Mills10f270b2021-05-19 15:34:06 -05001250 <Annotation Term="OData.Description" String="The types of locations for a part within an enclosure."/>
1251 <Annotation Term="OData.LongDescription" String="This enumeration shall list the types of locations for a part within an enclosure."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001252 <Member Name="Slot">
Gunnar Mills10f270b2021-05-19 15:34:06 -05001253 <Annotation Term="OData.Description" String="A slot."/>
1254 <Annotation Term="OData.LongDescription" String="This value shall indicate the part is located in a slot."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001255 </Member>
1256 <Member Name="Bay">
Gunnar Mills10f270b2021-05-19 15:34:06 -05001257 <Annotation Term="OData.Description" String="A bay."/>
1258 <Annotation Term="OData.LongDescription" String="This value shall indicate the part is located in a bay."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001259 </Member>
1260 <Member Name="Connector">
Gunnar Mills10f270b2021-05-19 15:34:06 -05001261 <Annotation Term="OData.Description" String="A connector or port."/>
1262 <Annotation Term="OData.LongDescription" String="This value shall indicate the part is located in a connector or port."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001263 </Member>
1264 <Member Name="Socket">
Gunnar Mills10f270b2021-05-19 15:34:06 -05001265 <Annotation Term="OData.Description" String="A socket."/>
1266 <Annotation Term="OData.LongDescription" String="This value shall indicate the part is located in a socket."/>
1267 </Member>
1268 <Member Name="Backplane">
1269 <Annotation Term="OData.Description" String="A backplane."/>
1270 <Annotation Term="OData.LongDescription" String="This value shall indicate the part is a backplane in an enclosure."/>
1271 <Annotation Term="Redfish.Revisions">
1272 <Collection>
1273 <Record>
1274 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
1275 <PropertyValue Property="Version" String="v1_12_0"/>
1276 </Record>
1277 </Collection>
1278 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001279 </Member>
Gunnar Mills9d424662021-09-22 21:56:16 -05001280 <Member Name="Embedded">
1281 <Annotation Term="OData.Description" String="Embedded within a part."/>
1282 <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."/>
1283 <Annotation Term="Redfish.Revisions">
1284 <Collection>
1285 <Record>
1286 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
1287 <PropertyValue Property="Version" String="v1_13_0"/>
1288 </Record>
1289 </Collection>
1290 </Annotation>
1291 </Member>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001292 </EnumType>
1293
1294 <EnumType Name="Reference">
Gunnar Mills10f270b2021-05-19 15:34:06 -05001295 <Annotation Term="OData.Description" String="The reference areas for the location of the part within an enclosure."/>
1296 <Annotation Term="OData.LongDescription" String="This enumeration shall list the reference areas for the location of the part within an enclosure."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001297 <Member Name="Top">
Ed Tanouscb103132019-10-08 11:34:22 -07001298 <Annotation Term="OData.Description" String="The part is in the top of the unit."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001299 <Annotation Term="OData.LongDescription" String="This value shall indicate the part is in the top of the unit."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001300 </Member>
1301 <Member Name="Bottom">
Ed Tanouscb103132019-10-08 11:34:22 -07001302 <Annotation Term="OData.Description" String="The part is in the bottom of the unit."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001303 <Annotation Term="OData.LongDescription" String="This value shall indicate the part is in the bottom of the unit."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001304 </Member>
1305 <Member Name="Front">
Ed Tanouscb103132019-10-08 11:34:22 -07001306 <Annotation Term="OData.Description" String="The part is in the front of the unit."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001307 <Annotation Term="OData.LongDescription" String="This value shall indicate the part is in the front of the unit."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001308 </Member>
1309 <Member Name="Rear">
Ed Tanouscb103132019-10-08 11:34:22 -07001310 <Annotation Term="OData.Description" String="The part is in the rear of the unit."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001311 <Annotation Term="OData.LongDescription" String="This value shall indicate the part is in the rear of the unit."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001312 </Member>
1313 <Member Name="Left">
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001314 <Annotation Term="OData.Description" String="The part is on the left side of the unit."/>
1315 <Annotation Term="OData.LongDescription" String="This value shall indicate the part is on the left side of the unit."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001316 </Member>
1317 <Member Name="Right">
Ed Tanouscb103132019-10-08 11:34:22 -07001318 <Annotation Term="OData.Description" String="The part is on the right side of the unit."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001319 <Annotation Term="OData.LongDescription" String="This value shall indicate the part is on the right side of the unit."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001320 </Member>
1321 <Member Name="Middle">
Ed Tanouscb103132019-10-08 11:34:22 -07001322 <Annotation Term="OData.Description" String="The part is in the middle of the unit."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001323 <Annotation Term="OData.LongDescription" String="This value shall indicate the part is in the middle of the unit."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001324 </Member>
1325 </EnumType>
1326
1327 <EnumType Name="Orientation">
Gunnar Mills10f270b2021-05-19 15:34:06 -05001328 <Annotation Term="OData.Description" String="The orientations for the ordering of the part location ordinal value."/>
1329 <Annotation Term="OData.LongDescription" String="This enumeration shall list the orientations for the ordering of the LocationOrdinalValue property."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001330 <Member Name="FrontToBack">
Ed Tanouscb103132019-10-08 11:34:22 -07001331 <Annotation Term="OData.Description" String="The ordering for LocationOrdinalValue is front to back."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001332 <Annotation Term="OData.LongDescription" String="This value shall indicate the ordering for LocationOrdinalValue is front to back."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001333 </Member>
1334 <Member Name="BackToFront">
Ed Tanouscb103132019-10-08 11:34:22 -07001335 <Annotation Term="OData.Description" String="The ordering for the LocationOrdinalValue is back to front."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001336 <Annotation Term="OData.LongDescription" String="This value shall indicate the ordering for LocationOrdinalValue is back to front."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001337 </Member>
1338 <Member Name="TopToBottom">
Ed Tanouscb103132019-10-08 11:34:22 -07001339 <Annotation Term="OData.Description" String="The ordering for the LocationOrdinalValue is top to bottom."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001340 <Annotation Term="OData.LongDescription" String="This value shall indicate the ordering for LocationOrdinalValue is top to bottom."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001341 </Member>
1342 <Member Name="BottomToTop">
Ed Tanouscb103132019-10-08 11:34:22 -07001343 <Annotation Term="OData.Description" String="The ordering for LocationOrdinalValue is bottom to top."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001344 <Annotation Term="OData.LongDescription" String="This value shall indicate the ordering for LocationOrdinalValue is bottom to top."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001345 </Member>
1346 <Member Name="LeftToRight">
Ed Tanouscb103132019-10-08 11:34:22 -07001347 <Annotation Term="OData.Description" String="The ordering for the LocationOrdinalValue is left to right."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001348 <Annotation Term="OData.LongDescription" String="This value shall indicate the ordering for LocationOrdinalValue is left to right."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001349 </Member>
1350 <Member Name="RightToLeft">
Ed Tanouscb103132019-10-08 11:34:22 -07001351 <Annotation Term="OData.Description" String="The ordering for the LocationOrdinalValue is right to left."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001352 <Annotation Term="OData.LongDescription" String="This value shall indicate the ordering for LocationOrdinalValue is right to left."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001353 </Member>
1354 </EnumType>
1355
1356 <ComplexType Name="PartLocation">
Gunnar Mills10f270b2021-05-19 15:34:06 -05001357 <Annotation Term="OData.Description" String="The part location for a resource within an enclosure."/>
1358 <Annotation Term="OData.LongDescription" String="This type shall describe a location for a resource within an enclosure."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001359 <Property Name="ServiceLabel" Type="Edm.String">
1360 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001361 <Annotation Term="OData.Description" String="The label of the part location, such as a silk-screened name or a printed label."/>
1362 <Annotation Term="OData.LongDescription" String="This property shall contain the label assigned for service at the part location."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001363 </Property>
1364 <Property Name="LocationType" Type="Resource.v1_5_0.LocationType">
1365 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Mills9d424662021-09-22 21:56:16 -05001366 <Annotation Term="OData.Description" String="The type of location of the part."/>
1367 <Annotation Term="OData.LongDescription" String="This property shall contain the type of location of the part."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001368 </Property>
1369 <Property Name="LocationOrdinalValue" Type="Edm.Int64" DefaultValue="0">
1370 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001371 <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`."/>
1372 <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`."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001373 </Property>
1374 <Property Name="Reference" Type="Resource.v1_5_0.Reference">
1375 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001376 <Annotation Term="OData.Description" String="The reference point for the part location. Provides guidance about the general location of the part."/>
1377 <Annotation Term="OData.LongDescription" String="This property shall contain the general location within the unit of the part."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001378 </Property>
1379 <Property Name="Orientation" Type="Resource.v1_5_0.Orientation">
1380 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1381 <Annotation Term="OData.Description" String="The orientation for the ordering of the slot enumeration used by the LocationOrdinalValue property."/>
Ed Tanouscb103132019-10-08 11:34:22 -07001382 <Annotation Term="OData.LongDescription" String="This property shall contain the orientation for the ordering used by the LocationOrdinalValue property."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001383 </Property>
1384 </ComplexType>
1385
1386 <ComplexType Name="Location" BaseType="Resource.v1_3_0.Location">
Ed Tanouscb103132019-10-08 11:34:22 -07001387 <Property Name="PartLocation" Type="Resource.v1_5_0.PartLocation" Nullable="false">
Gunnar Mills10f270b2021-05-19 15:34:06 -05001388 <Annotation Term="OData.Description" String="The part location for a resource within an enclosure."/>
1389 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001390 </Property>
1391 </ComplexType>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001392 </Schema>
1393
1394 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_1">
1395 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001396 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001397 </Schema>
1398
Ed Tanous530520e2019-01-02 13:41:37 -08001399 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_2">
1400 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1401 <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."/>
1402 </Schema>
1403
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001404 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_3">
1405 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001406 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Ed Tanouscb103132019-10-08 11:34:22 -07001407 </Schema>
1408
1409 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_4">
1410 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001411 <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`."/>
Ed Tanouscb103132019-10-08 11:34:22 -07001412 </Schema>
1413
1414 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_5">
1415 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1416 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001417 </Schema>
1418
Gunnar Millsa778c022020-05-12 12:20:36 -05001419 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_6">
1420 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1421 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1422 </Schema>
1423
Gunnar Mills844b4152020-06-22 12:44:09 -05001424 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_7">
1425 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1426 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1427 </Schema>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001428
Gunnar Mills262d7d42021-01-20 16:28:41 -06001429 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_8">
1430 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1431 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1432 </Schema>
Gunnar Mills844b4152020-06-22 12:44:09 -05001433
Gunnar Mills10f270b2021-05-19 15:34:06 -05001434 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_9">
1435 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001436 <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."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001437 </Schema>
1438
Gunnar Mills9d424662021-09-22 21:56:16 -05001439 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_10">
1440 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1441 <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."/>
1442 </Schema>
1443
Ed Tanoused761212022-09-23 15:03:29 -07001444 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_11">
1445 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1446 <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."/>
1447 </Schema>
1448
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001449 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_12">
1450 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1451 <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."/>
1452 </Schema>
1453
Jason M. Billsea4aa752018-06-05 13:29:11 -07001454 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_0">
1455 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001456 <Annotation Term="Redfish.Release" String="2017.3"/>
Sui Chen141d9432022-02-03 22:01:27 -08001457 <Annotation Term="OData.Description" String="This version was created to add GPS coordinates to Location and enumerations for DurableNameFormat for NVMe fabric extension."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001458
1459 <ComplexType Name="Location" BaseType="Resource.v1_5_0.Location">
1460 <Property Name="Longitude" Type="Edm.Decimal" DefaultValue="0">
Ed Tanous530520e2019-01-02 13:41:37 -08001461 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001462 <Annotation Term="OData.Description" String="The longitude of the resource in degree units."/>
1463 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001464 <Annotation Term="Measures.Unit" String="deg"/>
1465 </Property>
1466 <Property Name="Latitude" Type="Edm.Decimal" DefaultValue="0">
Ed Tanous530520e2019-01-02 13:41:37 -08001467 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001468 <Annotation Term="OData.Description" String="The latitude of the resource."/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001469 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001470 <Annotation Term="Measures.Unit" String="deg"/>
1471 </Property>
1472 <Property Name="AltitudeMeters" Type="Edm.Decimal" DefaultValue="0">
Ed Tanous530520e2019-01-02 13:41:37 -08001473 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001474 <Annotation Term="OData.Description" String="The altitude of the resource in meters."/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001475 <Annotation Term="OData.LongDescription" String="This property shall contain the altitude of the resource, in meter units, defined as the elevation above sea level."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001476 <Annotation Term="Measures.Unit" String="m"/>
1477 </Property>
1478 </ComplexType>
1479 </Schema>
1480
Ed Tanous530520e2019-01-02 13:41:37 -08001481 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_1">
1482 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1483 <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."/>
1484 </Schema>
1485
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001486 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_2">
1487 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001488 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Ed Tanouscb103132019-10-08 11:34:22 -07001489 </Schema>
1490
1491 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_3">
1492 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001493 <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`."/>
Ed Tanouscb103132019-10-08 11:34:22 -07001494 </Schema>
1495
1496 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_4">
1497 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1498 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001499 </Schema>
1500
Gunnar Millsa778c022020-05-12 12:20:36 -05001501 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_5">
1502 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1503 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1504 </Schema>
1505
Gunnar Mills844b4152020-06-22 12:44:09 -05001506 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_6">
1507 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1508 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1509 </Schema>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001510
Gunnar Mills262d7d42021-01-20 16:28:41 -06001511 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_7">
1512 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1513 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1514 </Schema>
Gunnar Mills844b4152020-06-22 12:44:09 -05001515
Gunnar Mills10f270b2021-05-19 15:34:06 -05001516 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_8">
1517 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001518 <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."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001519 </Schema>
1520
Gunnar Mills9d424662021-09-22 21:56:16 -05001521 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_9">
1522 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1523 <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."/>
1524 </Schema>
1525
Sui Chen141d9432022-02-03 22:01:27 -08001526 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_10">
1527 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1528 <Annotation Term="OData.Description" String="This version was created to enhance the description of AltitudeMeters."/>
1529 </Schema>
1530
Ed Tanoused761212022-09-23 15:03:29 -07001531 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_11">
1532 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1533 <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."/>
1534 </Schema>
1535
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001536 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_12">
1537 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1538 <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."/>
1539 </Schema>
1540
Ed Tanous530520e2019-01-02 13:41:37 -08001541 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_0">
1542 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001543 <Annotation Term="Redfish.Release" String="2018.2"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001544 <Annotation Term="OData.Description" String="This version was created to add an array of Contact Information entries to Location, and deprecates Location within PostalAddress in favor of AdditionalInfo."/>
Ed Tanous530520e2019-01-02 13:41:37 -08001545
1546 <ComplexType Name="Location" BaseType="Resource.v1_6_0.Location">
1547 <Property Name="Contacts" Type="Collection(Resource.v1_7_0.ContactInfo)">
Ed Tanouscb103132019-10-08 11:34:22 -07001548 <Annotation Term="OData.Description" String="An array of contact information."/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001549 <Annotation Term="OData.LongDescription" String="This property shall contain an array of contact information for an individual or organization responsible for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -08001550 </Property>
1551 </ComplexType>
1552
1553 <ComplexType Name="PostalAddress" BaseType="Resource.v1_3_0.PostalAddress">
1554 <Property Name="AdditionalInfo" Type="Edm.String">
1555 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001556 <Annotation Term="OData.Description" String="The room designation or other additional information."/>
1557 <Annotation Term="OData.LongDescription" String="The value shall conform to the requirements of the LOC field as defined in RFC5139. Provides additional information."/>
Ed Tanous530520e2019-01-02 13:41:37 -08001558 </Property>
1559 </ComplexType>
1560
1561 <ComplexType Name="Placement" BaseType="Resource.v1_3_0.Placement">
1562 <Property Name="AdditionalInfo" Type="Edm.String">
1563 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1564 <Annotation Term="OData.Description" String="Area designation or other additional info."/>
Ed Tanouscb103132019-10-08 11:34:22 -07001565 <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."/>
Ed Tanous530520e2019-01-02 13:41:37 -08001566 </Property>
1567 </ComplexType>
1568
1569 <ComplexType Name="ContactInfo">
Gunnar Millsa778c022020-05-12 12:20:36 -05001570 <Annotation Term="OData.Description" String="Contact information for this resource."/>
1571 <Annotation Term="OData.LongDescription" String="This object shall contain contact information for an individual or organization responsible for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -08001572 <Property Name="ContactName" Type="Edm.String">
1573 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1574 <Annotation Term="OData.Description" String="Name of this contact."/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001575 <Annotation Term="OData.LongDescription" String="This property shall contain the name of a person or organization to contact for information about this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -08001576 </Property>
1577 <Property Name="PhoneNumber" Type="Edm.String">
1578 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1579 <Annotation Term="OData.Description" String="Phone number for this contact."/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001580 <Annotation Term="OData.LongDescription" String="This property shall contain the phone number for a person or organization to contact for information about this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -08001581 </Property>
1582 <Property Name="EmailAddress" Type="Edm.String">
1583 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1584 <Annotation Term="OData.Description" String="Email address for this contact."/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001585 <Annotation Term="OData.LongDescription" String="This property shall contain the email address for a person or organization to contact for information about this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -08001586 </Property>
1587 </ComplexType>
1588 </Schema>
1589
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001590 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_1">
1591 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001592 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Ed Tanouscb103132019-10-08 11:34:22 -07001593 </Schema>
1594
1595 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_2">
1596 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001597 <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`."/>
Ed Tanouscb103132019-10-08 11:34:22 -07001598 </Schema>
1599
1600 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_3">
1601 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1602 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001603 </Schema>
1604
Gunnar Millsa778c022020-05-12 12:20:36 -05001605 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_4">
1606 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1607 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1608 </Schema>
1609
Gunnar Mills844b4152020-06-22 12:44:09 -05001610 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_5">
1611 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1612 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1613 </Schema>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001614
Gunnar Mills262d7d42021-01-20 16:28:41 -06001615 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_6">
1616 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1617 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1618 </Schema>
Gunnar Mills844b4152020-06-22 12:44:09 -05001619
Gunnar Mills10f270b2021-05-19 15:34:06 -05001620 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_7">
1621 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001622 <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."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001623 </Schema>
1624
Gunnar Mills9d424662021-09-22 21:56:16 -05001625 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_8">
1626 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1627 <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."/>
1628 </Schema>
1629
Sui Chen141d9432022-02-03 22:01:27 -08001630 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_9">
1631 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1632 <Annotation Term="OData.Description" String="This version was created to enhance the description of AltitudeMeters."/>
1633 </Schema>
1634
Ed Tanoused761212022-09-23 15:03:29 -07001635 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_10">
1636 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1637 <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."/>
1638 </Schema>
1639
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001640 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_11">
1641 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1642 <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."/>
1643 </Schema>
1644
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001645 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_0">
1646 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1647 <Annotation Term="Redfish.Release" String="2018.3"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001648 <Annotation Term="OData.Description" String="This version was created to add the Redfish excerpt annotation to the Name property."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001649 </Schema>
1650
Ed Tanouscb103132019-10-08 11:34:22 -07001651 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_1">
1652 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001653 <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`."/>
Ed Tanouscb103132019-10-08 11:34:22 -07001654 </Schema>
1655
1656 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_2">
1657 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1658 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1659 </Schema>
1660
Gunnar Mills6f44b752020-02-06 16:50:51 -06001661 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_3">
1662 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills844b4152020-06-22 12:44:09 -05001663 <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."/>
Gunnar Mills6f44b752020-02-06 16:50:51 -06001664 </Schema>
1665
Gunnar Millsa778c022020-05-12 12:20:36 -05001666 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_4">
1667 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1668 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1669 </Schema>
1670
Gunnar Mills844b4152020-06-22 12:44:09 -05001671 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_5">
1672 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1673 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1674 </Schema>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001675
Gunnar Mills262d7d42021-01-20 16:28:41 -06001676 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_6">
1677 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1678 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1679 </Schema>
Gunnar Mills844b4152020-06-22 12:44:09 -05001680
Gunnar Mills10f270b2021-05-19 15:34:06 -05001681 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_7">
1682 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001683 <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."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001684 </Schema>
1685
Gunnar Mills9d424662021-09-22 21:56:16 -05001686 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_8">
1687 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1688 <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."/>
1689 </Schema>
1690
Sui Chen141d9432022-02-03 22:01:27 -08001691 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_9">
1692 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1693 <Annotation Term="OData.Description" String="This version was created to enhance the description of AltitudeMeters."/>
1694 </Schema>
1695
Ed Tanoused761212022-09-23 15:03:29 -07001696 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_10">
1697 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1698 <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."/>
1699 </Schema>
1700
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001701 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_11">
1702 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1703 <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."/>
1704 </Schema>
1705
Gunnar Mills09b9d452020-02-11 13:27:39 -06001706 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_9_0">
1707 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1708 <Annotation Term="Redfish.Release" String="2019.4"/>
1709 <Annotation Term="OData.Description" String="This version was created to add the `Qualified` enumeration to State within Status."/>
1710 </Schema>
1711
Gunnar Millsa778c022020-05-12 12:20:36 -05001712 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_9_1">
1713 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1714 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1715 </Schema>
1716
Gunnar Mills844b4152020-06-22 12:44:09 -05001717 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_9_2">
1718 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1719 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1720 </Schema>
1721
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001722 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_9_3">
1723 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1724 <Annotation Term="OData.Description" String="This version was created to add long descriptions to the ResetType enumeration values."/>
1725 </Schema>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001726
Gunnar Mills262d7d42021-01-20 16:28:41 -06001727 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_9_4">
1728 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1729 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1730 </Schema>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001731
Gunnar Mills10f270b2021-05-19 15:34:06 -05001732 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_9_5">
1733 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001734 <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."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001735 </Schema>
1736
Gunnar Mills9d424662021-09-22 21:56:16 -05001737 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_9_6">
1738 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1739 <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."/>
1740 </Schema>
1741
Sui Chen141d9432022-02-03 22:01:27 -08001742 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_9_7">
1743 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1744 <Annotation Term="OData.Description" String="This version was created to enhance the description of AltitudeMeters."/>
1745 </Schema>
1746
Ed Tanoused761212022-09-23 15:03:29 -07001747 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_9_8">
1748 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1749 <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."/>
1750 </Schema>
1751
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001752 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_9_9">
1753 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1754 <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."/>
1755 </Schema>
1756
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001757 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_10_0">
1758 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1759 <Annotation Term="Redfish.Release" String="2020.3"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001760 <Annotation Term="OData.Description" String="This version was created to add the `NGUID` enumeration to Identifiers."/>
1761 </Schema>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001762
Gunnar Mills262d7d42021-01-20 16:28:41 -06001763 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_10_1">
1764 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1765 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1766 </Schema>
1767
Gunnar Mills10f270b2021-05-19 15:34:06 -05001768 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_10_2">
1769 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001770 <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."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001771 </Schema>
1772
Gunnar Mills9d424662021-09-22 21:56:16 -05001773 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_10_3">
1774 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1775 <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."/>
1776 </Schema>
1777
Sui Chen141d9432022-02-03 22:01:27 -08001778 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_10_4">
1779 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1780 <Annotation Term="OData.Description" String="This version was created to enhance the description of AltitudeMeters."/>
1781 </Schema>
1782
Ed Tanoused761212022-09-23 15:03:29 -07001783 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_10_5">
1784 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1785 <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."/>
1786 </Schema>
1787
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001788 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_10_6">
1789 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1790 <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."/>
1791 </Schema>
1792
Gunnar Mills262d7d42021-01-20 16:28:41 -06001793 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_11_0">
1794 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1795 <Annotation Term="Redfish.Release" String="2020.4"/>
1796 <Annotation Term="OData.Description" String="This version was created to add the Conditions array property to Status."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001797 </Schema>
1798
Gunnar Mills10f270b2021-05-19 15:34:06 -05001799 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_11_1">
1800 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001801 <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."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001802 </Schema>
1803
Gunnar Mills9d424662021-09-22 21:56:16 -05001804 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_11_2">
1805 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1806 <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."/>
1807 </Schema>
1808
Sui Chen141d9432022-02-03 22:01:27 -08001809 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_11_3">
1810 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001811 <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."/>
Sui Chen141d9432022-02-03 22:01:27 -08001812 </Schema>
1813
Ed Tanoused761212022-09-23 15:03:29 -07001814 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_11_4">
1815 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1816 <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."/>
1817 </Schema>
1818
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001819 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_11_5">
1820 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1821 <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."/>
1822 </Schema>
1823
Gunnar Mills10f270b2021-05-19 15:34:06 -05001824 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_12_0">
1825 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1826 <Annotation Term="Redfish.Release" String="2021.1"/>
1827 <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."/>
1828 </Schema>
1829
Gunnar Mills9d424662021-09-22 21:56:16 -05001830 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_12_1">
1831 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1832 <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."/>
1833 </Schema>
1834
Sui Chen141d9432022-02-03 22:01:27 -08001835 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_12_2">
1836 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001837 <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."/>
Sui Chen141d9432022-02-03 22:01:27 -08001838 </Schema>
1839
Ed Tanoused761212022-09-23 15:03:29 -07001840 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_12_3">
1841 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1842 <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."/>
1843 </Schema>
1844
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001845 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_12_4">
1846 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1847 <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."/>
1848 </Schema>
1849
Gunnar Mills9d424662021-09-22 21:56:16 -05001850 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_13_0">
1851 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1852 <Annotation Term="Redfish.Release" String="2021.2"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001853 <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."/>
Gunnar Mills9d424662021-09-22 21:56:16 -05001854 </Schema>
1855
Sui Chen141d9432022-02-03 22:01:27 -08001856 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_13_1">
1857 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001858 <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."/>
Sui Chen141d9432022-02-03 22:01:27 -08001859 </Schema>
1860
Ed Tanoused761212022-09-23 15:03:29 -07001861 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_13_2">
1862 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1863 <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."/>
1864 </Schema>
1865
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001866 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_13_3">
1867 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1868 <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."/>
1869 </Schema>
1870
Sui Chen141d9432022-02-03 22:01:27 -08001871 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_14_0">
1872 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1873 <Annotation Term="Redfish.Release" String="2021.4"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001874 <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."/>
Sui Chen141d9432022-02-03 22:01:27 -08001875 </Schema>
1876
Ed Tanoused761212022-09-23 15:03:29 -07001877 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_14_1">
1878 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1879 <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."/>
1880 </Schema>
1881
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001882 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_14_2">
1883 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1884 <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."/>
1885 </Schema>
1886
Ed Tanousa8d8f9d2023-01-26 13:57:00 -08001887 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_15_0">
1888 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1889 <Annotation Term="Redfish.Release" String="2022.3"/>
1890 <Annotation Term="OData.Description" String="This version was created to add `GCXLID` to DurableNameFormat."/>
1891 </Schema>
1892
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001893 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_15_1">
1894 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1895 <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."/>
1896 </Schema>
1897
Ed Tanousf263e092023-05-22 09:56:29 -07001898 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_16_0">
1899 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1900 <Annotation Term="Redfish.Release" String="2023.1"/>
1901
1902 <ComplexType Name="Location" BaseType="Resource.v1_7_0.Location">
1903 <Property Name="PartLocationContext" Type="Edm.String">
1904 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001905 <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."/>
1906 <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."/>
Ed Tanousf263e092023-05-22 09:56:29 -07001907 </Property>
1908 </ComplexType>
1909 </Schema>
1910
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001911 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_16_1">
1912 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1913 <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."/>
1914 </Schema>
1915
Ed Tanouse9cc1bc2023-09-21 11:15:30 -07001916 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_17_0">
1917 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1918 <Annotation Term="Redfish.Release" String="2023.2"/>
1919 <Annotation Term="OData.Description" String="This version was created to deprecate PostalAddress in Location in favor of PhysicalAddress."/>
1920
1921 <ComplexType Name="Location" BaseType="Resource.v1_16_0.Location">
1922 <Property Name="PhysicalAddress" Type="Resource.v1_17_0.PhysicalAddress" Nullable="false">
1923 <Annotation Term="OData.Description" String="The physical address for a resource."/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001924 <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."/>
Ed Tanouse9cc1bc2023-09-21 11:15:30 -07001925 </Property>
1926 </ComplexType>
1927
1928 <ComplexType Name="PhysicalAddress">
1929 <Annotation Term="OData.Description" String="The physical address for a resource."/>
1930 <Annotation Term="OData.LongDescription" String="This type shall contain a physical address for a resource."/>
1931 <Property Name="StreetAddress" Type="Edm.String">
1932 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1933 <Annotation Term="OData.Description" String="The street-level address, including building, room, or other identifiers."/>
1934 <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."/>
1935 </Property>
1936 <Property Name="City" Type="Edm.String">
1937 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1938 <Annotation Term="OData.Description" String="City, township, or shi (JP)."/>
1939 <Annotation Term="OData.LongDescription" String="This property shall contain the city, township, or shi (JP) location for this resource."/>
1940 </Property>
1941 <Property Name="StateOrProvince" Type="Edm.String">
1942 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1943 <Annotation Term="OData.Description" String="State or province."/>
1944 <Annotation Term="OData.LongDescription" String="This property shall contain the state, province, or territory location within the country for this resource."/>
1945 </Property>
1946 <Property Name="ISOSubdivisionCode" Type="Edm.String">
1947 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001948 <Annotation Term="OData.Description" String="ISO 3166-2 subdivision code."/>
Ed Tanouse9cc1bc2023-09-21 11:15:30 -07001949 <Annotation Term="OData.LongDescription" String="This property shall contain the ISO 3166-2-defined state, province, or territory subdivision code for this resource."/>
1950 <Annotation Term="Validation.Pattern" String="^[A-Z0-9]{1,3}$"/>
1951 </Property>
1952 <Property Name="Country" Type="Edm.String">
1953 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1954 <Annotation Term="OData.Description" String="The country."/>
1955 <Annotation Term="OData.LongDescription" String="This property shall contain the country location for this resource."/>
1956 </Property>
1957 <Property Name="ISOCountryCode" Type="Edm.String">
1958 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1959 <Annotation Term="OData.Description" String="The ISO 3166-1 country code."/>
1960 <Annotation Term="OData.LongDescription" String="This property shall contain the ISO 3166-1-defined alpha-2 or alpha-3 country code."/>
1961 <Annotation Term="Validation.Pattern" String="^([A-Z]{2}|[A-Z]{3})$"/>
1962 </Property>
1963 <Property Name="PostalCode" Type="Edm.String">
1964 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1965 <Annotation Term="OData.Description" String="The postal code."/>
1966 <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."/>
1967 </Property>
1968 </ComplexType>
1969 </Schema>
1970
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001971 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_17_1">
1972 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1973 <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."/>
1974 </Schema>
1975
1976 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_18_0">
1977 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1978 <Annotation Term="Redfish.Release" String="2023.3"/>
1979 <Annotation Term="OData.Description" String="This version was created to add ResolutionSteps to the Conditions property in Status."/>
1980 </Schema>
1981
Jason M. Billsea4aa752018-06-05 13:29:11 -07001982 </edmx:DataServices>
1983</edmx:Edmx>