blob: 77e417c737e81d59e5ffea19b0f60d7dada76c4e [file] [log] [blame]
Jason M. Billsea4aa752018-06-05 13:29:11 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
Sui Chen141d9432022-02-03 22:01:27 -08004<!--# Redfish Schema: Resource v1.14.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 -->
Gunnar Mills10f270b2021-05-19 15:34:06 -05008<!--# Copyright 2014-2021 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">
21 <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
22 </edmx:Reference>
Gunnar Mills262d7d42021-01-20 16:28:41 -060023 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/LogEntry_v1.xml">
24 <edmx:Include Namespace="LogEntry"/>
25 </edmx:Reference>
Jason M. Billsea4aa752018-06-05 13:29:11 -070026
27 <edmx:DataServices>
28
29 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource">
30 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
31
Jason M. Billsea4aa752018-06-05 13:29:11 -070032 <TypeDefinition Name="Id" UnderlyingType="Edm.String">
Gunnar Mills9d424662021-09-22 21:56:16 -050033 <Annotation Term="OData.Description" String="The unique identifier for this resource within the collection of similar resources."/>
34 <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 -070035 </TypeDefinition>
36
37 <TypeDefinition Name="Description" UnderlyingType="Edm.String">
Gunnar Millsa778c022020-05-12 12:20:36 -050038 <Annotation Term="OData.Description" String="The description of this resource. Used for commonality in the schema definitions."/>
Gunnar Mills9d424662021-09-22 21:56:16 -050039 <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 -070040 </TypeDefinition>
41
42 <TypeDefinition Name="Name" UnderlyingType="Edm.String">
Gunnar Millsa778c022020-05-12 12:20:36 -050043 <Annotation Term="OData.Description" String="The name of the resource or array member."/>
Gunnar Mills9d424662021-09-22 21:56:16 -050044 <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 -070045 </TypeDefinition>
46
47 <TypeDefinition Name="UUID" UnderlyingType="Edm.Guid"/>
48
Jason M. Billsea4aa752018-06-05 13:29:11 -070049 <ComplexType Name="Links" Abstract="true">
50 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
51 <Property Name="Oem" Type="Resource.Oem" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -070052 <Annotation Term="OData.Description" String="The OEM extension property."/>
53 <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 -070054 </Property>
55 </ComplexType>
56
Jason M. Billsea4aa752018-06-05 13:29:11 -070057 <ComplexType Name="Oem">
58 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
59 <Annotation Term="Redfish.DynamicPropertyPatterns">
60 <Collection>
61 <Record>
Ed Tanouscb103132019-10-08 11:34:22 -070062 <PropertyValue Property="Pattern" String="^[A-Za-z0-9_]+$"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070063 <PropertyValue Property="Type" String="Resource.OemObject"/>
64 </Record>
65 </Collection>
66 </Annotation>
Ed Tanouscb103132019-10-08 11:34:22 -070067 <Annotation Term="OData.Description" String="The OEM extension."/>
Gunnar Millsa778c022020-05-12 12:20:36 -050068 <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 -070069 </ComplexType>
70
Jason M. Billsea4aa752018-06-05 13:29:11 -070071 <ComplexType Name="OemObject">
72 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Ed Tanouscb103132019-10-08 11:34:22 -070073 <Annotation Term="OData.Description" String="The base type for an OEM extension."/>
Gunnar Millsa778c022020-05-12 12:20:36 -050074 <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 -070075 </ComplexType>
76
Jason M. Billsea4aa752018-06-05 13:29:11 -070077 <EntityType Name="ItemOrCollection" Abstract="true"/>
78
Jason M. Billsea4aa752018-06-05 13:29:11 -070079 <EntityType Name="Item" BaseType="Resource.ItemOrCollection" Abstract="true">
80 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Millsa778c022020-05-12 12:20:36 -050081 <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 -070082 <Property Name="Oem" Type="Resource.Oem" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -070083 <Annotation Term="OData.Description" String="The OEM extension property."/>
84 <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 -070085 </Property>
86 </EntityType>
87
88 <EntityType Name="ReferenceableMember" BaseType="Resource.Item" Abstract="true"/>
89
90 <EntityType Name="Resource" BaseType="Resource.Item" Abstract="true"/>
91
92 <EntityType Name="ResourceCollection" BaseType="Resource.ItemOrCollection" Abstract="true"/>
93
Jason M. Billsea4aa752018-06-05 13:29:11 -070094 <ComplexType Name="Status">
95 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
96 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Millsa778c022020-05-12 12:20:36 -050097 <Annotation Term="OData.Description" String="The status and health of a resource and its children."/>
98 <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 -070099 <Property Name="State" Type="Resource.State">
100 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500101 <Annotation Term="OData.Description" String="The known state of the resource, such as, enabled."/>
102 <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 -0700103 </Property>
104 <Property Name="HealthRollup" Type="Resource.Health">
105 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500106 <Annotation Term="OData.Description" String="The overall health state from the view of this resource."/>
107 <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 -0700108 </Property>
109 <Property Name="Health" Type="Resource.Health">
110 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500111 <Annotation Term="OData.Description" String="The health state of this resource in the absence of its dependent resources."/>
112 <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 -0700113 </Property>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600114 <Property Name="Conditions" Type="Collection(Resource.Condition)">
115 <Annotation Term="OData.Description" String="Conditions in this resource that require attention."/>
Sui Chen141d9432022-02-03 22:01:27 -0800116 <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 -0500117 <Annotation Term="Redfish.Revisions">
118 <Collection>
119 <Record>
120 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
121 <PropertyValue Property="Version" String="v1_11_0"/>
122 </Record>
123 </Collection>
124 </Annotation>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600125 </Property>
Ed Tanous530520e2019-01-02 13:41:37 -0800126 <Property Name="Oem" Type="Resource.Oem" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700127 <Annotation Term="OData.Description" String="The OEM extension property."/>
128 <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 -0800129 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700130 </ComplexType>
131
Gunnar Mills262d7d42021-01-20 16:28:41 -0600132 <ComplexType Name="Condition">
133 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
134 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
135 <Annotation Term="OData.Description" String="A condition that requires attention."/>
136 <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."/>
137 <Property Name="Timestamp" Type="Edm.DateTimeOffset" Nullable="false">
138 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
139 <Annotation Term="OData.Description" String="The time the condition occurred."/>
140 <Annotation Term="OData.LongDescription" String="This property shall indicate the time the condition occurred."/>
141 </Property>
142 <Property Name="MessageId" Type="Edm.String" Nullable="false">
143 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
144 <Annotation Term="OData.Description" String="The identifier for the message."/>
145 <Annotation Term="OData.LongDescription" String="This property shall contain a MessageId, as defined in the 'MessageId format' clause of the Redfish Specification."/>
146 <Annotation Term="Redfish.Required"/>
147 </Property>
148 <Property Name="MessageArgs" Type="Collection(Edm.String)" Nullable="false">
149 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
150 <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."/>
151 <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."/>
152 </Property>
153 <Property Name="Message" Type="Edm.String" Nullable="false">
154 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
155 <Annotation Term="OData.Description" String="The human-readable message for this condition."/>
156 <Annotation Term="OData.LongDescription" String="This property shall contain a human-readable message describing this condition."/>
157 </Property>
158 <Property Name="Severity" Type="Resource.Health" Nullable="false">
159 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
160 <Annotation Term="OData.Description" String="The severity of the condition."/>
161 <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."/>
162 </Property>
163 <NavigationProperty Name="OriginOfCondition" Type="Resource.Item" Nullable="false">
164 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
165 <Annotation Term="OData.Description" String="A link to the resource or object that originated the condition."/>
166 <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."/>
167 <Annotation Term="OData.AutoExpandReferences"/>
168 </NavigationProperty>
169 <NavigationProperty Name="LogEntry" Type="LogEntry.LogEntry" Nullable="false">
170 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
171 <Annotation Term="OData.Description" String="The link to the log entry created for this condition."/>
172 <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."/>
173 <Annotation Term="OData.AutoExpandReferences"/>
174 </NavigationProperty>
Sui Chen141d9432022-02-03 22:01:27 -0800175 <Property Name="Resolution" Type="Edm.String" Nullable="false">
176 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
177 <Annotation Term="OData.Description" String="Suggestions on how to resolve the condition."/>
178 <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."/>
179 <Annotation Term="Redfish.Revisions">
180 <Collection>
181 <Record>
182 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
183 <PropertyValue Property="Version" String="v1_14_0"/>
184 </Record>
185 </Collection>
186 </Annotation>
187 </Property>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600188 </ComplexType>
189
Jason M. Billsea4aa752018-06-05 13:29:11 -0700190 <EnumType Name="State">
191 <Member Name="Enabled">
Gunnar Millsa778c022020-05-12 12:20:36 -0500192 <Annotation Term="OData.Description" String="This function or resource is enabled."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700193 </Member>
194 <Member Name="Disabled">
Gunnar Millsa778c022020-05-12 12:20:36 -0500195 <Annotation Term="OData.Description" String="This function or resource is disabled."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700196 </Member>
197 <Member Name="StandbyOffline">
Gunnar Millsa778c022020-05-12 12:20:36 -0500198 <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 -0700199 </Member>
200 <Member Name="StandbySpare">
Gunnar Millsa778c022020-05-12 12:20:36 -0500201 <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 -0700202 </Member>
203 <Member Name="InTest">
Gunnar Millsa778c022020-05-12 12:20:36 -0500204 <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 -0700205 </Member>
206 <Member Name="Starting">
Gunnar Millsa778c022020-05-12 12:20:36 -0500207 <Annotation Term="OData.Description" String="This function or resource is starting."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700208 </Member>
209 <Member Name="Absent">
Gunnar Millsa778c022020-05-12 12:20:36 -0500210 <Annotation Term="OData.Description" String="This function or resource is either not present or detected."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700211 </Member>
212 <Member Name="UnavailableOffline">
Gunnar Millsa778c022020-05-12 12:20:36 -0500213 <Annotation Term="OData.Description" String="This function or resource is present but cannot be used."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600214 <Annotation Term="Redfish.Revisions">
215 <Collection>
216 <Record>
217 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
218 <PropertyValue Property="Version" String="v1_1_0"/>
219 </Record>
220 </Collection>
221 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700222 </Member>
223 <Member Name="Deferring">
Ed Tanouscb103132019-10-08 11:34:22 -0700224 <Annotation Term="OData.Description" String="The element does not process any commands but queues new requests."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600225 <Annotation Term="Redfish.Revisions">
226 <Collection>
227 <Record>
228 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
229 <PropertyValue Property="Version" String="v1_2_0"/>
230 </Record>
231 </Collection>
232 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700233 </Member>
234 <Member Name="Quiesced">
235 <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 -0600236 <Annotation Term="Redfish.Revisions">
237 <Collection>
238 <Record>
239 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
240 <PropertyValue Property="Version" String="v1_2_0"/>
241 </Record>
242 </Collection>
243 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700244 </Member>
245 <Member Name="Updating">
Gunnar Mills844b4152020-06-22 12:44:09 -0500246 <Annotation Term="OData.Description" String="The element is updating and might be unavailable or degraded."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600247 <Annotation Term="Redfish.Revisions">
248 <Collection>
249 <Record>
250 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
251 <PropertyValue Property="Version" String="v1_2_0"/>
252 </Record>
253 </Collection>
254 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700255 </Member>
Gunnar Mills09b9d452020-02-11 13:27:39 -0600256 <Member Name="Qualified">
257 <Annotation Term="OData.Description" String="The element quality is within the acceptable range of operation."/>
258 <Annotation Term="Redfish.Revisions">
259 <Collection>
260 <Record>
261 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
262 <PropertyValue Property="Version" String="v1_9_0"/>
263 </Record>
264 </Collection>
265 </Annotation>
266 </Member>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700267 </EnumType>
268
Jason M. Billsea4aa752018-06-05 13:29:11 -0700269 <EnumType Name="Health">
270 <Member Name="OK">
271 <Annotation Term="OData.Description" String="Normal."/>
272 </Member>
273 <Member Name="Warning">
Ed Tanouscb103132019-10-08 11:34:22 -0700274 <Annotation Term="OData.Description" String="A condition requires attention."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700275 </Member>
276 <Member Name="Critical">
Ed Tanouscb103132019-10-08 11:34:22 -0700277 <Annotation Term="OData.Description" String="A critical condition requires immediate attention."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700278 </Member>
279 </EnumType>
280
Jason M. Billsea4aa752018-06-05 13:29:11 -0700281 <EnumType Name="ResetType">
282 <Member Name="On">
Ed Tanouscb103132019-10-08 11:34:22 -0700283 <Annotation Term="OData.Description" String="Turn on the unit."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500284 <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 -0700285 </Member>
286 <Member Name="ForceOff">
Ed Tanouscb103132019-10-08 11:34:22 -0700287 <Annotation Term="OData.Description" String="Turn off the unit immediately (non-graceful shutdown)."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500288 <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 -0700289 </Member>
290 <Member Name="GracefulShutdown">
Ed Tanouscb103132019-10-08 11:34:22 -0700291 <Annotation Term="OData.Description" String="Shut down gracefully and power off."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500292 <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 shutdown the resource. For example, when shutting down a computer system, the hosted operating system is allowed to safely shutdown 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 -0700293 </Member>
294 <Member Name="GracefulRestart">
Ed Tanouscb103132019-10-08 11:34:22 -0700295 <Annotation Term="OData.Description" String="Shut down gracefully and restart the system."/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600296 <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 shutdown the resource. For example, when shutting down a computer system, the hosted operating system is allowed to safely shutting 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 -0700297 </Member>
298 <Member Name="ForceRestart">
Ed Tanouscb103132019-10-08 11:34:22 -0700299 <Annotation Term="OData.Description" String="Shut down immediately and non-gracefully and restart the system."/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600300 <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 shall contain the value `On`."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700301 </Member>
302 <Member Name="Nmi">
Ed Tanouscb103132019-10-08 11:34:22 -0700303 <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 -0500304 <Annotation Term="OData.LongDescription" String="This value shall indicate the resource will generate a diagnostic interrupt."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700305 </Member>
306 <Member Name="ForceOn">
Ed Tanouscb103132019-10-08 11:34:22 -0700307 <Annotation Term="OData.Description" String="Turn on the unit immediately."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500308 <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 -0700309 </Member>
310 <Member Name="PushPowerButton">
311 <Annotation Term="OData.Description" String="Simulate the pressing of the physical power button on this unit."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500312 <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 -0700313 </Member>
314 <Member Name="PowerCycle">
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500315 <Annotation Term="OData.Description" String="Power cycle the unit. Behaves like a full power removal, followed by a power restore to the resource."/>
316 <Annotation Term="OData.LongDescription" String="This value shall indicate the resource will transition to a power off state, then 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 -0600317 <Annotation Term="Redfish.Revisions">
318 <Collection>
319 <Record>
320 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
321 <PropertyValue Property="Version" String="v1_4_0"/>
322 </Record>
323 </Collection>
324 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700325 </Member>
Gunnar Mills9d424662021-09-22 21:56:16 -0500326 <Member Name="Suspend">
327 <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."/>
328 <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`."/>
329 <Annotation Term="Redfish.Revisions">
330 <Collection>
331 <Record>
332 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
333 <PropertyValue Property="Version" String="v1_13_0"/>
334 </Record>
335 </Collection>
336 </Annotation>
337 </Member>
338 <Member Name="Pause">
339 <Annotation Term="OData.Description" String="Pause execution on the unit but do not remove power. This is typically a feature of virtual machine hypervisors."/>
340 <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`."/>
341 <Annotation Term="Redfish.Revisions">
342 <Collection>
343 <Record>
344 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
345 <PropertyValue Property="Version" String="v1_13_0"/>
346 </Record>
347 </Collection>
348 </Annotation>
349 </Member>
350 <Member Name="Resume">
351 <Annotation Term="OData.Description" String="Resume execution on the paused unit. This is typically a feature of virtual machine hypervisors."/>
352 <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`."/>
353 <Annotation Term="Redfish.Revisions">
354 <Collection>
355 <Record>
356 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
357 <PropertyValue Property="Version" String="v1_13_0"/>
358 </Record>
359 </Collection>
360 </Annotation>
361 </Member>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700362 </EnumType>
363
364 <ComplexType Name="Identifier" Abstract="true">
Gunnar Millsa778c022020-05-12 12:20:36 -0500365 <Annotation Term="OData.Description" String="Any additional identifiers for a resource."/>
366 <Annotation Term="OData.LongDescription" String="This type shall contain any additional identifiers for a resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700367 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
368 </ComplexType>
369
370 <ComplexType Name="Location" Abstract="true">
371 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500372 <Annotation Term="OData.Description" String="The location of a resource."/>
373 <Annotation Term="OData.LongDescription" String="This type shall describe the location of a resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700374 </ComplexType>
375
376 <EnumType Name="IndicatorLED">
377 <Member Name="Lit">
Ed Tanouscb103132019-10-08 11:34:22 -0700378 <Annotation Term="OData.Description" String="The indicator LED is lit."/>
379 <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 -0700380 </Member>
381 <Member Name="Blinking">
Ed Tanouscb103132019-10-08 11:34:22 -0700382 <Annotation Term="OData.Description" String="The indicator LED is blinking."/>
383 <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 -0700384 </Member>
385 <Member Name="Off">
Ed Tanouscb103132019-10-08 11:34:22 -0700386 <Annotation Term="OData.Description" String="The indicator LED is off."/>
387 <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 -0700388 </Member>
389 </EnumType>
390
391 <EnumType Name="PowerState">
392 <Member Name="On">
Ed Tanouscb103132019-10-08 11:34:22 -0700393 <Annotation Term="OData.Description" String="The state is powered on."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700394 </Member>
395 <Member Name="Off">
Ed Tanouscb103132019-10-08 11:34:22 -0700396 <Annotation Term="OData.Description" String="The state is powered off."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700397 </Member>
398 <Member Name="PoweringOn">
Ed Tanouscb103132019-10-08 11:34:22 -0700399 <Annotation Term="OData.Description" String="A temporary state between off and on."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700400 </Member>
401 <Member Name="PoweringOff">
Ed Tanouscb103132019-10-08 11:34:22 -0700402 <Annotation Term="OData.Description" String="A temporary state between on and off."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700403 </Member>
Gunnar Mills9d424662021-09-22 21:56:16 -0500404 <Member Name="Paused">
405 <Annotation Term="OData.Description" String="The state is paused."/>
406 <Annotation Term="Redfish.Revisions">
407 <Collection>
408 <Record>
409 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
410 <PropertyValue Property="Version" String="v1_13_0"/>
411 </Record>
412 </Collection>
413 </Annotation>
414 </Member>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700415 </EnumType>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700416 </Schema>
417
418 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_0">
419 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600420 <Annotation Term="Redfish.Release" String="1.0"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700421
Jason M. Billsea4aa752018-06-05 13:29:11 -0700422 <EntityType Name="ReferenceableMember" BaseType="Resource.ReferenceableMember" Abstract="true">
Ed Tanouscb103132019-10-08 11:34:22 -0700423 <Annotation Term="OData.Description" String="The base type for addressable members of an array."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500424 <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 -0700425 <Key>
426 <PropertyRef Name="MemberId"/>
427 </Key>
428 <Property Name="MemberId" Nullable="false" Type="Edm.String">
429 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Mills9d424662021-09-22 21:56:16 -0500430 <Annotation Term="OData.Description" String="The unique identifier for the member within an array."/>
431 <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 -0800432 <Annotation Term="Redfish.Required"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700433 </Property>
434 </EntityType>
435
Jason M. Billsea4aa752018-06-05 13:29:11 -0700436 <EntityType Name="Resource" BaseType="Resource.Resource" Abstract="true">
437 <Key>
438 <PropertyRef Name="Id"/>
439 </Key>
440 <Property Name="Id" Type="Resource.Id" Nullable="false">
441 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
442 <Annotation Term="Redfish.Required"/>
443 </Property>
444 <Property Name="Description" Type="Resource.Description">
445 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
446 </Property>
447 <Property Name="Name" Type="Resource.Name" Nullable="false">
448 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
449 <Annotation Term="Redfish.Required"/>
450 </Property>
451 </EntityType>
452
Jason M. Billsea4aa752018-06-05 13:29:11 -0700453 <EntityType Name="ResourceCollection" BaseType="Resource.ResourceCollection" Abstract="true">
454 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
455 <Key>
456 <PropertyRef Name="Name"/>
457 </Key>
458 <Property Name="Description" Type="Resource.Description">
459 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
460 </Property>
461 <Property Name="Name" Type="Resource.Name" Nullable="false">
462 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800463 <Annotation Term="Redfish.Required"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700464 </Property>
465 <Property Name="Oem" Type="Resource.Oem" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700466 <Annotation Term="OData.Description" String="The OEM extension property."/>
467 <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 -0700468 </Property>
469 </EntityType>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700470 </Schema>
471
472 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_2">
473 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700474 <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 -0700475 </Schema>
476
477 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_3">
478 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700479 <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 -0700480 </Schema>
481
482 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_4">
483 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700484 <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 -0700485 </Schema>
486
Ed Tanous530520e2019-01-02 13:41:37 -0800487 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_5">
488 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
489 <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."/>
490 </Schema>
491
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600492 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_6">
493 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500494 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700495 </Schema>
496
497 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_7">
498 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
499 <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."/>
500 </Schema>
501
502 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_8">
503 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
504 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600505 </Schema>
506
Gunnar Millsa778c022020-05-12 12:20:36 -0500507 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_9">
508 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
509 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
510 </Schema>
511
Gunnar Mills844b4152020-06-22 12:44:09 -0500512 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_10">
513 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
514 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
515 </Schema>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500516
Gunnar Mills262d7d42021-01-20 16:28:41 -0600517 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_11">
518 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
519 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
520 </Schema>
Gunnar Mills844b4152020-06-22 12:44:09 -0500521
Gunnar Mills10f270b2021-05-19 15:34:06 -0500522 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_12">
523 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
524 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
525 </Schema>
526
Gunnar Mills9d424662021-09-22 21:56:16 -0500527 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_13">
528 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
529 <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."/>
530 </Schema>
531
Jason M. Billsea4aa752018-06-05 13:29:11 -0700532 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_0">
533 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600534 <Annotation Term="Redfish.Release" String="2016.1"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700535
536 <ComplexType Name="Identifier" BaseType="Resource.Identifier">
537 <Property Name="DurableName" Type="Edm.String">
538 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500539 <Annotation Term="OData.Description" String="The world-wide, persistent name of the resource."/>
540 <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 -0700541 </Property>
542 <Property Name="DurableNameFormat" Type="Resource.v1_1_0.DurableNameFormat">
543 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700544 <Annotation Term="OData.Description" String="The format of the durable name property."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700545 <Annotation Term="OData.LongDescription" String="This property shall represent the format of the DurableName property."/>
546 </Property>
547 </ComplexType>
548
549 <ComplexType Name="Location" BaseType="Resource.Location">
550 <Property Name="Info" Type="Edm.String">
551 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500552 <Annotation Term="OData.Description" String="The location of the resource."/>
553 <Annotation Term="OData.LongDescription" String="This property shall represent the location of the resource."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600554 <Annotation Term="Redfish.Revisions">
555 <Collection>
556 <Record>
557 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
558 <PropertyValue Property="Version" String="v1_5_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700559 <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 -0600560 </Record>
561 </Collection>
562 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700563 </Property>
564 <Property Name="InfoFormat" Type="Edm.String">
565 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700566 <Annotation Term="OData.Description" String="The format of the Info property."/>
567 <Annotation Term="OData.LongDescription" String="This property shall represent the Info property format."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600568 <Annotation Term="Redfish.Revisions">
569 <Collection>
570 <Record>
571 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
572 <PropertyValue Property="Version" String="v1_5_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700573 <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 -0600574 </Record>
575 </Collection>
576 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700577 </Property>
Ed Tanous530520e2019-01-02 13:41:37 -0800578 <Property Name="Oem" Type="Resource.Oem" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700579 <Annotation Term="OData.Description" String="The OEM extension property."/>
580 <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 -0800581 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700582 </ComplexType>
583
584 <EnumType Name="DurableNameFormat">
585 <Member Name="NAA">
Ed Tanouscb103132019-10-08 11:34:22 -0700586 <Annotation Term="OData.Description" String="The Name Address Authority (NAA) format."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500587 <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 pattern '^(([0-9A-Fa-f]{2}){8}){1,2}$', where the most significant octet is first."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700588 </Member>
589 <Member Name="iQN">
Ed Tanouscb103132019-10-08 11:34:22 -0700590 <Annotation Term="OData.Description" String="The iSCSI Qualified Name (iQN)."/>
591 <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 -0700592 </Member>
593 <Member Name="FC_WWN">
Ed Tanouscb103132019-10-08 11:34:22 -0700594 <Annotation Term="OData.Description" String="The Fibre Channel (FC) World Wide Name (WWN)."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500595 <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 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 -0700596 </Member>
597 <Member Name="UUID">
Ed Tanouscb103132019-10-08 11:34:22 -0700598 <Annotation Term="OData.Description" String="The Universally Unique Identifier (UUID)."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500599 <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 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 -0700600 </Member>
601 <Member Name="EUI">
Ed Tanouscb103132019-10-08 11:34:22 -0700602 <Annotation Term="OData.Description" String="The IEEE-defined 64-bit Extended Unique Identifier (EUI)."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500603 <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 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 -0700604 </Member>
605 <Member Name="NQN">
Ed Tanouscb103132019-10-08 11:34:22 -0700606 <Annotation Term="OData.Description" String="The NVMe Qualified Name (NQN)."/>
607 <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 -0600608 <Annotation Term="Redfish.Revisions">
609 <Collection>
610 <Record>
611 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
612 <PropertyValue Property="Version" String="v1_6_0"/>
613 </Record>
614 </Collection>
615 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700616 </Member>
617 <Member Name="NSID">
Ed Tanouscb103132019-10-08 11:34:22 -0700618 <Annotation Term="OData.Description" String="The NVM Namespace Identifier (NSID)."/>
619 <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 -0600620 <Annotation Term="Redfish.Revisions">
621 <Collection>
622 <Record>
623 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
624 <PropertyValue Property="Version" String="v1_6_0"/>
625 </Record>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500626 <Record>
627 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
628 <PropertyValue Property="Version" String="v1_12_0"/>
629 <PropertyValue Property="Description" String="This value has been deprecated due to its non-uniqueness and `NGUID` should be used."/>
630 </Record>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600631 </Collection>
632 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700633 </Member>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500634 <Member Name="NGUID">
635 <Annotation Term="OData.Description" String="The Namespace Globally Unique Identifier (NGUID)."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500636 <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 pattern '^([0-9A-Fa-f]{2}){16}$', where the most significant octet is first."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500637 <Annotation Term="Redfish.Revisions">
638 <Collection>
639 <Record>
640 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
641 <PropertyValue Property="Version" String="v1_10_0"/>
642 </Record>
643 </Collection>
644 </Annotation>
645 </Member>
Sui Chen141d9432022-02-03 22:01:27 -0800646 <Member Name="MACAddress">
647 <Annotation Term="OData.Description" String="The media access control address (MAC address)."/>
648 <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 pattern '^([0-9A-Fa-f]{2}[:-]){5}([0-9A-Fa-f]{2})$', where the most significant octet is first."/>
649 <Annotation Term="Redfish.Revisions">
650 <Collection>
651 <Record>
652 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
653 <PropertyValue Property="Version" String="v1_14_0"/>
654 </Record>
655 </Collection>
656 </Annotation>
657 </Member>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700658 </EnumType>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700659 </Schema>
660
661 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_1">
662 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700663 <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 -0700664 </Schema>
665
666 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_2">
667 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700668 <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 -0700669 </Schema>
670
671 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_3">
672 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700673 <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 -0700674 </Schema>
675
676 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_4">
677 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700678 <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 -0700679 </Schema>
680
681 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_5">
682 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700683 <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 -0700684 </Schema>
685
Ed Tanous530520e2019-01-02 13:41:37 -0800686 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_6">
687 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
688 <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."/>
689 </Schema>
690
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600691 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_7">
692 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500693 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700694 </Schema>
695
696 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_8">
697 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
698 <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."/>
699 </Schema>
700
701 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_9">
702 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
703 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600704 </Schema>
705
Gunnar Millsa778c022020-05-12 12:20:36 -0500706 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_10">
707 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
708 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
709 </Schema>
710
Gunnar Mills844b4152020-06-22 12:44:09 -0500711 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_11">
712 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
713 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
714 </Schema>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500715
Gunnar Mills262d7d42021-01-20 16:28:41 -0600716 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_12">
717 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
718 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
719 </Schema>
Gunnar Mills844b4152020-06-22 12:44:09 -0500720
Gunnar Mills10f270b2021-05-19 15:34:06 -0500721 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_13">
722 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
723 <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 description to use proper normative terminology."/>
724 </Schema>
725
Gunnar Mills9d424662021-09-22 21:56:16 -0500726 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_14">
727 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
728 <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."/>
729 </Schema>
730
Jason M. Billsea4aa752018-06-05 13:29:11 -0700731 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_0">
732 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600733 <Annotation Term="Redfish.Release" String="2016.2"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700734 <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 -0700735 </Schema>
736
737 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_1">
738 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700739 <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 -0700740 </Schema>
741
742 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_2">
743 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700744 <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 -0700745 </Schema>
746
747 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_3">
748 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700749 <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 -0700750 </Schema>
751
752 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_4">
753 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700754 <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 -0700755 </Schema>
756
Ed Tanous530520e2019-01-02 13:41:37 -0800757 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_5">
758 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
759 <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."/>
760 </Schema>
761
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600762 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_6">
763 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500764 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700765 </Schema>
766
767 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_7">
768 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
769 <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."/>
770 </Schema>
771
772 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_8">
773 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
774 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600775 </Schema>
776
Gunnar Millsa778c022020-05-12 12:20:36 -0500777 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_9">
778 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
779 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
780 </Schema>
781
Gunnar Mills844b4152020-06-22 12:44:09 -0500782 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_10">
783 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
784 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
785 </Schema>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500786
Gunnar Mills262d7d42021-01-20 16:28:41 -0600787 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_11">
788 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
789 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
790 </Schema>
Gunnar Mills844b4152020-06-22 12:44:09 -0500791
Gunnar Mills10f270b2021-05-19 15:34:06 -0500792 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_12">
793 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
794 <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 description to use proper normative terminology."/>
795 </Schema>
796
Gunnar Mills9d424662021-09-22 21:56:16 -0500797 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_13">
798 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
799 <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."/>
800 </Schema>
801
Jason M. Billsea4aa752018-06-05 13:29:11 -0700802 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_0">
803 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600804 <Annotation Term="Redfish.Release" String="2016.3"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500805
Jason M. Billsea4aa752018-06-05 13:29:11 -0700806 <EnumType Name="RackUnits">
Ed Tanouscb103132019-10-08 11:34:22 -0700807 <Annotation Term="OData.Description" String="The type of rack unit in use."/>
808 <Annotation Term="OData.LongDescription" String="Enumeration literals shall name the type of rack unit in use."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700809 <Member Name="OpenU">
Ed Tanouscb103132019-10-08 11:34:22 -0700810 <Annotation Term="OData.Description" String="A rack unit that is equal to 48 mm (1.89 in)."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500811 <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 -0700812 </Member>
813 <Member Name="EIA_310">
Ed Tanouscb103132019-10-08 11:34:22 -0700814 <Annotation Term="OData.Description" String="A rack unit that is equal to 1.75 in (44.45 mm)."/>
815 <Annotation Term="OData.LongDescription" String="Rack units shall conform to the EIA-310 standard."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700816 </Member>
817 </EnumType>
818
819 <ComplexType Name="PostalAddress">
Gunnar Millsa778c022020-05-12 12:20:36 -0500820 <Annotation Term="OData.Description" String="The postal address for a resource."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500821 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700822 <Property Name="Country" Type="Edm.String">
823 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700824 <Annotation Term="OData.Description" String="The country."/>
825 <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 -0700826 </Property>
827 <Property Name="Territory" Type="Edm.String">
828 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
829 <Annotation Term="OData.Description" String="A top-level subdivision within a country."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700830 <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 -0700831 </Property>
832 <Property Name="District" Type="Edm.String">
833 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700834 <Annotation Term="OData.Description" String="A county, parish, gun (JP), or district (IN)."/>
835 <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 -0700836 </Property>
837 <Property Name="City" Type="Edm.String">
838 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
839 <Annotation Term="OData.Description" String="City, township, or shi (JP)."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700840 <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 -0700841 </Property>
842 <Property Name="Division" Type="Edm.String">
843 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500844 <Annotation Term="OData.Description" String="City division, borough, city district, ward, or chou (JP)."/>
845 <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 -0700846 </Property>
847 <Property Name="Neighborhood" Type="Edm.String">
848 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
849 <Annotation Term="OData.Description" String="Neighborhood or block."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700850 <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 -0700851 </Property>
852 <Property Name="LeadingStreetDirection" Type="Edm.String">
853 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
854 <Annotation Term="OData.Description" String="A leading street direction."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700855 <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 -0700856 </Property>
857 <Property Name="Street" Type="Edm.String">
858 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
859 <Annotation Term="OData.Description" String="Street name."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700860 <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 -0700861 </Property>
862 <Property Name="TrailingStreetSuffix" Type="Edm.String">
863 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
864 <Annotation Term="OData.Description" String="A trailing street suffix."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700865 <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 -0700866 </Property>
867 <Property Name="StreetSuffix" Type="Edm.String">
868 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
869 <Annotation Term="OData.Description" String="Avenue, Platz, Street, Circle."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700870 <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 -0700871 </Property>
872 <Property Name="HouseNumber" Type="Edm.Int64">
873 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700874 <Annotation Term="OData.Description" String="The numeric portion of house number."/>
875 <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 -0700876 </Property>
877 <Property Name="HouseNumberSuffix" Type="Edm.String">
878 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700879 <Annotation Term="OData.Description" String="The house number suffix."/>
880 <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 -0700881 </Property>
882 <Property Name="Landmark" Type="Edm.String">
883 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700884 <Annotation Term="OData.Description" String="The landmark."/>
885 <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 -0700886 </Property>
887 <Property Name="Location" Type="Edm.String">
888 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700889 <Annotation Term="OData.Description" String="The room designation or other additional information."/>
890 <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 -0600891 <Annotation Term="Redfish.Revisions">
892 <Collection>
893 <Record>
894 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
895 <PropertyValue Property="Version" String="v1_7_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700896 <PropertyValue Property="Description" String="This property has been deprecated in favor of the AdditionalInfo property."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600897 </Record>
898 </Collection>
899 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700900 </Property>
901 <Property Name="Floor" Type="Edm.String">
902 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700903 <Annotation Term="OData.Description" String="The floor."/>
904 <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 -0700905 </Property>
906 <Property Name="Name" Type="Edm.String">
907 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700908 <Annotation Term="OData.Description" String="The name."/>
909 <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 -0700910 </Property>
911 <Property Name="PostalCode" Type="Edm.String">
912 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700913 <Annotation Term="OData.Description" String="The postal code or zip code."/>
914 <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 -0700915 </Property>
916 <Property Name="Building" Type="Edm.String">
917 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700918 <Annotation Term="OData.Description" String="The name of the building."/>
919 <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 -0700920 </Property>
921 <Property Name="Unit" Type="Edm.String">
922 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700923 <Annotation Term="OData.Description" String="The name or number of the apartment unit or suite."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500924 <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 -0700925 </Property>
926 <Property Name="Room" Type="Edm.String">
927 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700928 <Annotation Term="OData.Description" String="The name or number of the room."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500929 <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 -0700930 </Property>
931 <Property Name="Seat" Type="Edm.String">
932 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700933 <Annotation Term="OData.Description" String="The seat, such as the desk, cubicle, or workstation."/>
934 <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 -0700935 </Property>
936 <Property Name="PlaceType" Type="Edm.String">
937 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700938 <Annotation Term="OData.Description" String="The description of the type of place that is addressed."/>
939 <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 -0700940 </Property>
941 <Property Name="Community" Type="Edm.String">
942 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700943 <Annotation Term="OData.Description" String="The postal community name."/>
944 <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 -0700945 </Property>
946 <Property Name="POBox" Type="Edm.String">
947 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700948 <Annotation Term="OData.Description" String="The post office box (PO box)."/>
949 <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 -0700950 </Property>
951 <Property Name="AdditionalCode" Type="Edm.String">
952 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700953 <Annotation Term="OData.Description" String="The additional code."/>
954 <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 -0700955 </Property>
956 <Property Name="Road" Type="Edm.String">
957 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700958 <Annotation Term="OData.Description" String="The primary road or street."/>
959 <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 -0700960 </Property>
961 <Property Name="RoadSection" Type="Edm.String">
962 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700963 <Annotation Term="OData.Description" String="The road section."/>
964 <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 -0700965 </Property>
966 <Property Name="RoadBranch" Type="Edm.String">
967 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700968 <Annotation Term="OData.Description" String="The road branch."/>
969 <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 -0700970 </Property>
971 <Property Name="RoadSubBranch" Type="Edm.String">
972 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700973 <Annotation Term="OData.Description" String="The road sub branch."/>
974 <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 -0700975 </Property>
976 <Property Name="RoadPreModifier" Type="Edm.String">
977 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700978 <Annotation Term="OData.Description" String="The road pre-modifier."/>
979 <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 -0700980 </Property>
981 <Property Name="RoadPostModifier" Type="Edm.String">
982 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700983 <Annotation Term="OData.Description" String="The road post-modifier."/>
984 <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 -0700985 </Property>
986 <Property Name="GPSCoords" Type="Edm.String">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700987 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
988 <Annotation Term="OData.Description" String="The GPS coordinates of the part."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700989 <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 -0600990 <Annotation Term="Redfish.Revisions">
991 <Collection>
992 <Record>
993 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
994 <PropertyValue Property="Version" String="v1_6_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700995 <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 -0600996 </Record>
997 </Collection>
998 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700999 </Property>
1000 </ComplexType>
1001
1002 <ComplexType Name="Placement">
1003 <Annotation Term="OData.Description" String="The placement within the addressed location."/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001004 <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 -07001005 <Property Name="Row" Type="Edm.String">
1006 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001007 <Annotation Term="OData.Description" String="The name of the row."/>
1008 <Annotation Term="OData.LongDescription" String="This property shall contain the name of the row."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001009 </Property>
1010 <Property Name="Rack" Type="Edm.String">
1011 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001012 <Annotation Term="OData.Description" String="The name of a rack location within a row."/>
1013 <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 -07001014 </Property>
1015 <Property Name="RackOffsetUnits" Type="Resource.v1_3_0.RackUnits">
1016 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001017 <Annotation Term="OData.Description" String="The type of rack units in use."/>
1018 <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 -07001019 </Property>
1020 <Property Name="RackOffset" Type="Edm.Int64" DefaultValue="0">
1021 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001022 <Annotation Term="OData.Description" String="The vertical location of the item, in terms of RackOffsetUnits."/>
1023 <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 -07001024 </Property>
1025 </ComplexType>
1026
1027 <ComplexType Name="Location" BaseType="Resource.v1_1_0.Location">
Gunnar Millsa778c022020-05-12 12:20:36 -05001028 <Annotation Term="OData.Description" String="The location of a resource."/>
Gunnar Mills844b4152020-06-22 12:44:09 -05001029 <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 -07001030 <Property Name="PostalAddress" Type="Resource.v1_3_0.PostalAddress" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -05001031 <Annotation Term="OData.Description" String="The postal address of the addressed resource."/>
1032 <Annotation Term="OData.LongDescription" String="This property shall contain a postal address of the resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001033 </Property>
Ed Tanouscb103132019-10-08 11:34:22 -07001034 <Property Name="Placement" Type="Resource.v1_3_0.Placement" Nullable="false">
Jason M. Billsea4aa752018-06-05 13:29:11 -07001035 <Annotation Term="OData.Description" String="A place within the addressed location."/>
Ed Tanouscb103132019-10-08 11:34:22 -07001036 <Annotation Term="OData.LongDescription" String="This property shall contain a place within the addressed location."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001037 </Property>
1038 </ComplexType>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001039 </Schema>
1040
1041 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_1">
1042 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001043 <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 -07001044 </Schema>
1045
1046 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_2">
1047 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001048 <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 -07001049 </Schema>
1050
1051 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_3">
1052 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001053 <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 -07001054 </Schema>
1055
Ed Tanous530520e2019-01-02 13:41:37 -08001056 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_4">
1057 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1058 <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."/>
1059 </Schema>
1060
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001061 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_5">
1062 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001063 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Ed Tanouscb103132019-10-08 11:34:22 -07001064 </Schema>
1065
1066 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_6">
1067 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1068 <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."/>
1069 </Schema>
1070
1071 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_7">
1072 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1073 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001074 </Schema>
1075
Gunnar Millsa778c022020-05-12 12:20:36 -05001076 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_8">
1077 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1078 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1079 </Schema>
1080
Gunnar Mills844b4152020-06-22 12:44:09 -05001081 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_9">
1082 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1083 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1084 </Schema>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001085
Gunnar Mills262d7d42021-01-20 16:28:41 -06001086 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_10">
1087 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1088 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1089 </Schema>
Gunnar Mills844b4152020-06-22 12:44:09 -05001090
Gunnar Mills10f270b2021-05-19 15:34:06 -05001091 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_11">
1092 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1093 <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 description to use proper normative terminology."/>
1094 </Schema>
1095
Gunnar Mills9d424662021-09-22 21:56:16 -05001096 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_12">
1097 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1098 <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."/>
1099 </Schema>
1100
Jason M. Billsea4aa752018-06-05 13:29:11 -07001101 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_0">
1102 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001103 <Annotation Term="Redfish.Release" String="2017.1"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001104 <Annotation Term="OData.Description" String="This version was created to add PowerCycle enumeration to ResetType."/>
1105 </Schema>
1106
1107 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_1">
1108 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001109 <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 -07001110 </Schema>
1111
1112 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_2">
1113 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001114 <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 -07001115 </Schema>
1116
Ed Tanous530520e2019-01-02 13:41:37 -08001117 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_3">
1118 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1119 <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."/>
1120 </Schema>
1121
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001122 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_4">
1123 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001124 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Ed Tanouscb103132019-10-08 11:34:22 -07001125 </Schema>
1126
1127 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_5">
1128 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1129 <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."/>
1130 </Schema>
1131
1132 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_6">
1133 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1134 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001135 </Schema>
1136
Gunnar Millsa778c022020-05-12 12:20:36 -05001137 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_7">
1138 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1139 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1140 </Schema>
1141
Gunnar Mills844b4152020-06-22 12:44:09 -05001142 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_8">
1143 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1144 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1145 </Schema>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001146
Gunnar Mills262d7d42021-01-20 16:28:41 -06001147 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_9">
1148 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1149 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1150 </Schema>
Gunnar Mills844b4152020-06-22 12:44:09 -05001151
Gunnar Mills10f270b2021-05-19 15:34:06 -05001152 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_10">
1153 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1154 <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 description to use proper normative terminology."/>
1155 </Schema>
1156
Gunnar Mills9d424662021-09-22 21:56:16 -05001157 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_11">
1158 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1159 <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."/>
1160 </Schema>
1161
Jason M. Billsea4aa752018-06-05 13:29:11 -07001162 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_0">
1163 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001164 <Annotation Term="Redfish.Release" String="2017.2"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001165 <Annotation Term="OData.Description" String="This version was created to add PartLocation to Location."/>
1166
1167 <EnumType Name="LocationType">
Gunnar Mills10f270b2021-05-19 15:34:06 -05001168 <Annotation Term="OData.Description" String="The types of locations for a part within an enclosure."/>
1169 <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 -07001170 <Member Name="Slot">
Gunnar Mills10f270b2021-05-19 15:34:06 -05001171 <Annotation Term="OData.Description" String="A slot."/>
1172 <Annotation Term="OData.LongDescription" String="This value shall indicate the part is located in a slot."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001173 </Member>
1174 <Member Name="Bay">
Gunnar Mills10f270b2021-05-19 15:34:06 -05001175 <Annotation Term="OData.Description" String="A bay."/>
1176 <Annotation Term="OData.LongDescription" String="This value shall indicate the part is located in a bay."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001177 </Member>
1178 <Member Name="Connector">
Gunnar Mills10f270b2021-05-19 15:34:06 -05001179 <Annotation Term="OData.Description" String="A connector or port."/>
1180 <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 -07001181 </Member>
1182 <Member Name="Socket">
Gunnar Mills10f270b2021-05-19 15:34:06 -05001183 <Annotation Term="OData.Description" String="A socket."/>
1184 <Annotation Term="OData.LongDescription" String="This value shall indicate the part is located in a socket."/>
1185 </Member>
1186 <Member Name="Backplane">
1187 <Annotation Term="OData.Description" String="A backplane."/>
1188 <Annotation Term="OData.LongDescription" String="This value shall indicate the part is a backplane in an enclosure."/>
1189 <Annotation Term="Redfish.Revisions">
1190 <Collection>
1191 <Record>
1192 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
1193 <PropertyValue Property="Version" String="v1_12_0"/>
1194 </Record>
1195 </Collection>
1196 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001197 </Member>
Gunnar Mills9d424662021-09-22 21:56:16 -05001198 <Member Name="Embedded">
1199 <Annotation Term="OData.Description" String="Embedded within a part."/>
1200 <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."/>
1201 <Annotation Term="Redfish.Revisions">
1202 <Collection>
1203 <Record>
1204 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
1205 <PropertyValue Property="Version" String="v1_13_0"/>
1206 </Record>
1207 </Collection>
1208 </Annotation>
1209 </Member>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001210 </EnumType>
1211
1212 <EnumType Name="Reference">
Gunnar Mills10f270b2021-05-19 15:34:06 -05001213 <Annotation Term="OData.Description" String="The reference areas for the location of the part within an enclosure."/>
1214 <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 -07001215 <Member Name="Top">
Ed Tanouscb103132019-10-08 11:34:22 -07001216 <Annotation Term="OData.Description" String="The part is in the top of the unit."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001217 <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 -07001218 </Member>
1219 <Member Name="Bottom">
Ed Tanouscb103132019-10-08 11:34:22 -07001220 <Annotation Term="OData.Description" String="The part is in the bottom of the unit."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001221 <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 -07001222 </Member>
1223 <Member Name="Front">
Ed Tanouscb103132019-10-08 11:34:22 -07001224 <Annotation Term="OData.Description" String="The part is in the front of the unit."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001225 <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 -07001226 </Member>
1227 <Member Name="Rear">
Ed Tanouscb103132019-10-08 11:34:22 -07001228 <Annotation Term="OData.Description" String="The part is in the rear of the unit."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001229 <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 -07001230 </Member>
1231 <Member Name="Left">
Ed Tanouscb103132019-10-08 11:34:22 -07001232 <Annotation Term="OData.Description" String="The part is on the left side of of the unit."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001233 <Annotation Term="OData.LongDescription" String="This value shall indicate the part is on the left side of of the unit."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001234 </Member>
1235 <Member Name="Right">
Ed Tanouscb103132019-10-08 11:34:22 -07001236 <Annotation Term="OData.Description" String="The part is on the right side of the unit."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001237 <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 -07001238 </Member>
1239 <Member Name="Middle">
Ed Tanouscb103132019-10-08 11:34:22 -07001240 <Annotation Term="OData.Description" String="The part is in the middle of the unit."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001241 <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 -07001242 </Member>
1243 </EnumType>
1244
1245 <EnumType Name="Orientation">
Gunnar Mills10f270b2021-05-19 15:34:06 -05001246 <Annotation Term="OData.Description" String="The orientations for the ordering of the part location ordinal value."/>
1247 <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 -07001248 <Member Name="FrontToBack">
Ed Tanouscb103132019-10-08 11:34:22 -07001249 <Annotation Term="OData.Description" String="The ordering for LocationOrdinalValue is front to back."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001250 <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 -07001251 </Member>
1252 <Member Name="BackToFront">
Ed Tanouscb103132019-10-08 11:34:22 -07001253 <Annotation Term="OData.Description" String="The ordering for the LocationOrdinalValue is back to front."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001254 <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 -07001255 </Member>
1256 <Member Name="TopToBottom">
Ed Tanouscb103132019-10-08 11:34:22 -07001257 <Annotation Term="OData.Description" String="The ordering for the LocationOrdinalValue is top to bottom."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001258 <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 -07001259 </Member>
1260 <Member Name="BottomToTop">
Ed Tanouscb103132019-10-08 11:34:22 -07001261 <Annotation Term="OData.Description" String="The ordering for LocationOrdinalValue is bottom to top."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001262 <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 -07001263 </Member>
1264 <Member Name="LeftToRight">
Ed Tanouscb103132019-10-08 11:34:22 -07001265 <Annotation Term="OData.Description" String="The ordering for the LocationOrdinalValue is left to right."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001266 <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 -07001267 </Member>
1268 <Member Name="RightToLeft">
Ed Tanouscb103132019-10-08 11:34:22 -07001269 <Annotation Term="OData.Description" String="The ordering for the LocationOrdinalValue is right to left."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001270 <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 -07001271 </Member>
1272 </EnumType>
1273
1274 <ComplexType Name="PartLocation">
Gunnar Mills10f270b2021-05-19 15:34:06 -05001275 <Annotation Term="OData.Description" String="The part location for a resource within an enclosure."/>
1276 <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 -07001277 <Property Name="ServiceLabel" Type="Edm.String">
1278 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001279 <Annotation Term="OData.Description" String="The label of the part location, such as a silk-screened name or a printed label."/>
1280 <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 -07001281 </Property>
1282 <Property Name="LocationType" Type="Resource.v1_5_0.LocationType">
1283 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Mills9d424662021-09-22 21:56:16 -05001284 <Annotation Term="OData.Description" String="The type of location of the part."/>
1285 <Annotation Term="OData.LongDescription" String="This property shall contain the type of location of the part."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001286 </Property>
1287 <Property Name="LocationOrdinalValue" Type="Edm.Int64" DefaultValue="0">
1288 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001289 <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`."/>
1290 <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 -07001291 </Property>
1292 <Property Name="Reference" Type="Resource.v1_5_0.Reference">
1293 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001294 <Annotation Term="OData.Description" String="The reference point for the part location. Provides guidance about the general location of the part."/>
1295 <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 -07001296 </Property>
1297 <Property Name="Orientation" Type="Resource.v1_5_0.Orientation">
1298 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1299 <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 -07001300 <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 -07001301 </Property>
1302 </ComplexType>
1303
1304 <ComplexType Name="Location" BaseType="Resource.v1_3_0.Location">
Ed Tanouscb103132019-10-08 11:34:22 -07001305 <Property Name="PartLocation" Type="Resource.v1_5_0.PartLocation" Nullable="false">
Gunnar Mills10f270b2021-05-19 15:34:06 -05001306 <Annotation Term="OData.Description" String="The part location for a resource within an enclosure."/>
1307 <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 -07001308 </Property>
1309 </ComplexType>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001310 </Schema>
1311
1312 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_1">
1313 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001314 <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 -07001315 </Schema>
1316
Ed Tanous530520e2019-01-02 13:41:37 -08001317 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_2">
1318 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1319 <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."/>
1320 </Schema>
1321
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001322 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_3">
1323 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001324 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Ed Tanouscb103132019-10-08 11:34:22 -07001325 </Schema>
1326
1327 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_4">
1328 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1329 <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."/>
1330 </Schema>
1331
1332 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_5">
1333 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1334 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001335 </Schema>
1336
Gunnar Millsa778c022020-05-12 12:20:36 -05001337 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_6">
1338 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1339 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1340 </Schema>
1341
Gunnar Mills844b4152020-06-22 12:44:09 -05001342 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_7">
1343 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1344 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1345 </Schema>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001346
Gunnar Mills262d7d42021-01-20 16:28:41 -06001347 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_8">
1348 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1349 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1350 </Schema>
Gunnar Mills844b4152020-06-22 12:44:09 -05001351
Gunnar Mills10f270b2021-05-19 15:34:06 -05001352 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_9">
1353 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1354 <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 description to use proper normative terminology. It was also created to clarify the usage of LocationType within PartLocation."/>
1355 </Schema>
1356
Gunnar Mills9d424662021-09-22 21:56:16 -05001357 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_10">
1358 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1359 <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."/>
1360 </Schema>
1361
Jason M. Billsea4aa752018-06-05 13:29:11 -07001362 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_0">
1363 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001364 <Annotation Term="Redfish.Release" String="2017.3"/>
Sui Chen141d9432022-02-03 22:01:27 -08001365 <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 -07001366
1367 <ComplexType Name="Location" BaseType="Resource.v1_5_0.Location">
1368 <Property Name="Longitude" Type="Edm.Decimal" DefaultValue="0">
Ed Tanous530520e2019-01-02 13:41:37 -08001369 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001370 <Annotation Term="OData.Description" String="The longitude of the resource in degrees."/>
1371 <Annotation Term="OData.LongDescription" String="This property shall contain the longitude of the resource specified in degrees using a decimal format and not minutes or seconds."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001372 <Annotation Term="Measures.Unit" String="deg"/>
1373 </Property>
1374 <Property Name="Latitude" Type="Edm.Decimal" DefaultValue="0">
Ed Tanous530520e2019-01-02 13:41:37 -08001375 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001376 <Annotation Term="OData.Description" String="The latitude of the resource."/>
1377 <Annotation Term="OData.LongDescription" String="This property shall contain the latitude of the resource specified in degrees using a decimal format and not minutes or seconds."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001378 <Annotation Term="Measures.Unit" String="deg"/>
1379 </Property>
1380 <Property Name="AltitudeMeters" Type="Edm.Decimal" DefaultValue="0">
Ed Tanous530520e2019-01-02 13:41:37 -08001381 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001382 <Annotation Term="OData.Description" String="The altitude of the resource in meters."/>
Sui Chen141d9432022-02-03 22:01:27 -08001383 <Annotation Term="OData.LongDescription" String="This property shall contain the altitude of the resource, in meters units, defined as the elevation above sea level."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001384 <Annotation Term="Measures.Unit" String="m"/>
1385 </Property>
1386 </ComplexType>
1387 </Schema>
1388
Ed Tanous530520e2019-01-02 13:41:37 -08001389 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_1">
1390 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1391 <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."/>
1392 </Schema>
1393
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001394 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_2">
1395 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001396 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Ed Tanouscb103132019-10-08 11:34:22 -07001397 </Schema>
1398
1399 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_3">
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 URI properties use the uri-reference format, and to add a missing term to several properties to disallow them from being null."/>
1402 </Schema>
1403
1404 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_4">
1405 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1406 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001407 </Schema>
1408
Gunnar Millsa778c022020-05-12 12:20:36 -05001409 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_5">
1410 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1411 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1412 </Schema>
1413
Gunnar Mills844b4152020-06-22 12:44:09 -05001414 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_6">
1415 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1416 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1417 </Schema>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001418
Gunnar Mills262d7d42021-01-20 16:28:41 -06001419 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_7">
1420 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1421 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1422 </Schema>
Gunnar Mills844b4152020-06-22 12:44:09 -05001423
Gunnar Mills10f270b2021-05-19 15:34:06 -05001424 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_8">
1425 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1426 <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 description to use proper normative terminology. It was also created to clarify the usage of LocationType within PartLocation."/>
1427 </Schema>
1428
Gunnar Mills9d424662021-09-22 21:56:16 -05001429 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_9">
1430 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1431 <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."/>
1432 </Schema>
1433
Sui Chen141d9432022-02-03 22:01:27 -08001434 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_10">
1435 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1436 <Annotation Term="OData.Description" String="This version was created to enhance the description of AltitudeMeters."/>
1437 </Schema>
1438
Ed Tanous530520e2019-01-02 13:41:37 -08001439 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_0">
1440 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001441 <Annotation Term="Redfish.Release" String="2018.2"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001442 <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 -08001443
1444 <ComplexType Name="Location" BaseType="Resource.v1_6_0.Location">
1445 <Property Name="Contacts" Type="Collection(Resource.v1_7_0.ContactInfo)">
Ed Tanouscb103132019-10-08 11:34:22 -07001446 <Annotation Term="OData.Description" String="An array of contact information."/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001447 <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 -08001448 </Property>
1449 </ComplexType>
1450
1451 <ComplexType Name="PostalAddress" BaseType="Resource.v1_3_0.PostalAddress">
1452 <Property Name="AdditionalInfo" Type="Edm.String">
1453 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001454 <Annotation Term="OData.Description" String="The room designation or other additional information."/>
1455 <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 -08001456 </Property>
1457 </ComplexType>
1458
1459 <ComplexType Name="Placement" BaseType="Resource.v1_3_0.Placement">
1460 <Property Name="AdditionalInfo" Type="Edm.String">
1461 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1462 <Annotation Term="OData.Description" String="Area designation or other additional info."/>
Ed Tanouscb103132019-10-08 11:34:22 -07001463 <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 -08001464 </Property>
1465 </ComplexType>
1466
1467 <ComplexType Name="ContactInfo">
Gunnar Millsa778c022020-05-12 12:20:36 -05001468 <Annotation Term="OData.Description" String="Contact information for this resource."/>
1469 <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 -08001470 <Property Name="ContactName" Type="Edm.String">
1471 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1472 <Annotation Term="OData.Description" String="Name of this contact."/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001473 <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 -08001474 </Property>
1475 <Property Name="PhoneNumber" Type="Edm.String">
1476 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1477 <Annotation Term="OData.Description" String="Phone number for this contact."/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001478 <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 -08001479 </Property>
1480 <Property Name="EmailAddress" Type="Edm.String">
1481 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1482 <Annotation Term="OData.Description" String="Email address for this contact."/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001483 <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 -08001484 </Property>
1485 </ComplexType>
1486 </Schema>
1487
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001488 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_1">
1489 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001490 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Ed Tanouscb103132019-10-08 11:34:22 -07001491 </Schema>
1492
1493 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_2">
1494 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1495 <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."/>
1496 </Schema>
1497
1498 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_3">
1499 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1500 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001501 </Schema>
1502
Gunnar Millsa778c022020-05-12 12:20:36 -05001503 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_4">
1504 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1505 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1506 </Schema>
1507
Gunnar Mills844b4152020-06-22 12:44:09 -05001508 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_5">
1509 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1510 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1511 </Schema>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001512
Gunnar Mills262d7d42021-01-20 16:28:41 -06001513 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_6">
1514 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1515 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1516 </Schema>
Gunnar Mills844b4152020-06-22 12:44:09 -05001517
Gunnar Mills10f270b2021-05-19 15:34:06 -05001518 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_7">
1519 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1520 <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 description to use proper normative terminology. It was also created to clarify the usage of LocationType within PartLocation."/>
1521 </Schema>
1522
Gunnar Mills9d424662021-09-22 21:56:16 -05001523 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_8">
1524 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1525 <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."/>
1526 </Schema>
1527
Sui Chen141d9432022-02-03 22:01:27 -08001528 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_9">
1529 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1530 <Annotation Term="OData.Description" String="This version was created to enhance the description of AltitudeMeters."/>
1531 </Schema>
1532
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001533 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_0">
1534 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1535 <Annotation Term="Redfish.Release" String="2018.3"/>
Gunnar Mills844b4152020-06-22 12:44:09 -05001536 <Annotation Term="OData.Description" String="This version was created to to add the Redfish excerpt annotation to the Name property."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001537 </Schema>
1538
Ed Tanouscb103132019-10-08 11:34:22 -07001539 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_1">
1540 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1541 <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."/>
1542 </Schema>
1543
1544 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_2">
1545 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1546 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1547 </Schema>
1548
Gunnar Mills6f44b752020-02-06 16:50:51 -06001549 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_3">
1550 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills844b4152020-06-22 12:44:09 -05001551 <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 -06001552 </Schema>
1553
Gunnar Millsa778c022020-05-12 12:20:36 -05001554 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_4">
1555 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1556 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1557 </Schema>
1558
Gunnar Mills844b4152020-06-22 12:44:09 -05001559 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_5">
1560 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1561 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1562 </Schema>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001563
Gunnar Mills262d7d42021-01-20 16:28:41 -06001564 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_6">
1565 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1566 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1567 </Schema>
Gunnar Mills844b4152020-06-22 12:44:09 -05001568
Gunnar Mills10f270b2021-05-19 15:34:06 -05001569 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_7">
1570 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1571 <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 description to use proper normative terminology. It was also created to clarify the usage of LocationType within PartLocation."/>
1572 </Schema>
1573
Gunnar Mills9d424662021-09-22 21:56:16 -05001574 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_8">
1575 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1576 <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."/>
1577 </Schema>
1578
Sui Chen141d9432022-02-03 22:01:27 -08001579 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_9">
1580 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1581 <Annotation Term="OData.Description" String="This version was created to enhance the description of AltitudeMeters."/>
1582 </Schema>
1583
Gunnar Mills09b9d452020-02-11 13:27:39 -06001584 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_9_0">
1585 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1586 <Annotation Term="Redfish.Release" String="2019.4"/>
1587 <Annotation Term="OData.Description" String="This version was created to add the `Qualified` enumeration to State within Status."/>
1588 </Schema>
1589
Gunnar Millsa778c022020-05-12 12:20:36 -05001590 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_9_1">
1591 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1592 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1593 </Schema>
1594
Gunnar Mills844b4152020-06-22 12:44:09 -05001595 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_9_2">
1596 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1597 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1598 </Schema>
1599
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001600 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_9_3">
1601 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1602 <Annotation Term="OData.Description" String="This version was created to add long descriptions to the ResetType enumeration values."/>
1603 </Schema>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001604
Gunnar Mills262d7d42021-01-20 16:28:41 -06001605 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_9_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>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001609
Gunnar Mills10f270b2021-05-19 15:34:06 -05001610 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_9_5">
1611 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1612 <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 description to use proper normative terminology. It was also created to clarify the usage of LocationType within PartLocation."/>
1613 </Schema>
1614
Gunnar Mills9d424662021-09-22 21:56:16 -05001615 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_9_6">
1616 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1617 <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."/>
1618 </Schema>
1619
Sui Chen141d9432022-02-03 22:01:27 -08001620 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_9_7">
1621 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1622 <Annotation Term="OData.Description" String="This version was created to enhance the description of AltitudeMeters."/>
1623 </Schema>
1624
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001625 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_10_0">
1626 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1627 <Annotation Term="Redfish.Release" String="2020.3"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001628 <Annotation Term="OData.Description" String="This version was created to add the `NGUID` enumeration to Identifiers."/>
1629 </Schema>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001630
Gunnar Mills262d7d42021-01-20 16:28:41 -06001631 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_10_1">
1632 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1633 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1634 </Schema>
1635
Gunnar Mills10f270b2021-05-19 15:34:06 -05001636 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_10_2">
1637 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1638 <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 description to use proper normative terminology. It was also created to clarify the usage of LocationType within PartLocation."/>
1639 </Schema>
1640
Gunnar Mills9d424662021-09-22 21:56:16 -05001641 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_10_3">
1642 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1643 <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."/>
1644 </Schema>
1645
Sui Chen141d9432022-02-03 22:01:27 -08001646 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_10_4">
1647 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1648 <Annotation Term="OData.Description" String="This version was created to enhance the description of AltitudeMeters."/>
1649 </Schema>
1650
Gunnar Mills262d7d42021-01-20 16:28:41 -06001651 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_11_0">
1652 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1653 <Annotation Term="Redfish.Release" String="2020.4"/>
1654 <Annotation Term="OData.Description" String="This version was created to add the Conditions array property to Status."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001655 </Schema>
1656
Gunnar Mills10f270b2021-05-19 15:34:06 -05001657 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_11_1">
1658 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1659 <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 description to use proper normative terminology. It was also created to clarify the usage of LocationType within PartLocation."/>
1660 </Schema>
1661
Gunnar Mills9d424662021-09-22 21:56:16 -05001662 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_11_2">
1663 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1664 <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."/>
1665 </Schema>
1666
Sui Chen141d9432022-02-03 22:01:27 -08001667 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_11_3">
1668 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1669 <Annotation Term="OData.Description" String="This version was created to enhance the description of AltitudeMeters. It was also added to improve the description of Conditions."/>
1670 </Schema>
1671
Gunnar Mills10f270b2021-05-19 15:34:06 -05001672 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_12_0">
1673 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1674 <Annotation Term="Redfish.Release" String="2021.1"/>
1675 <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."/>
1676 </Schema>
1677
Gunnar Mills9d424662021-09-22 21:56:16 -05001678 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_12_1">
1679 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1680 <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."/>
1681 </Schema>
1682
Sui Chen141d9432022-02-03 22:01:27 -08001683 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_12_2">
1684 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1685 <Annotation Term="OData.Description" String="This version was created to enhance the description of AltitudeMeters. It was also added to improve the description of Conditions."/>
1686 </Schema>
1687
Gunnar Mills9d424662021-09-22 21:56:16 -05001688 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_13_0">
1689 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1690 <Annotation Term="Redfish.Release" String="2021.2"/>
1691 <Annotation Term="OData.Description" String="This version was created to add `Embedded` to LocationType within PartLocation. It was also to add the `Pause`, `Resume`, and `Suspend` enumerations to ResetType. It was also created to add `Paused` to PowerState."/>
1692 </Schema>
1693
Sui Chen141d9432022-02-03 22:01:27 -08001694 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_13_1">
1695 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1696 <Annotation Term="OData.Description" String="This version was created to enhance the description of AltitudeMeters. It was also added to improve the description of Conditions."/>
1697 </Schema>
1698
1699 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_14_0">
1700 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1701 <Annotation Term="Redfish.Release" String="2021.4"/>
1702 <Annotation Term="OData.Description" String="This version was created to add Resolution to the Conditions property in Status. It was also was created to add `MACAddress` to DurableNameFormat."/>
1703 </Schema>
1704
Jason M. Billsea4aa752018-06-05 13:29:11 -07001705 </edmx:DataServices>
1706</edmx:Edmx>