blob: 7ac85b2e03aa1a436bcbdcf6ef6dfdfc234f3265 [file] [log] [blame]
Jason M. Billsea4aa752018-06-05 13:29:11 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
Gunnar Mills10f270b2021-05-19 15:34:06 -05004<!--# Redfish Schema: Resource v1.12.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 Millsa778c022020-05-12 12:20:36 -050033 <Annotation Term="OData.Description" String="The identifier that uniquely identifies the resource within the collection of similar resources."/>
34 <Annotation Term="OData.LongDescription" String="This property represents an identifier for the resource. The resource values shall comply with the Redfish Specification-described requirements."/>
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."/>
39 <Annotation Term="OData.LongDescription" String="This object represents the description of this resource. The resource values shall comply with the Redfish Specification-described requirements."/>
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."/>
44 <Annotation Term="OData.LongDescription" String="This object represents the name of this resource or array member. The resource values shall comply with the Redfish Specification-described requirements. This string value shall be of the 'Name' reserved word format."/>
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."/>
116 <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."/>
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>
175 </ComplexType>
176
Jason M. Billsea4aa752018-06-05 13:29:11 -0700177 <EnumType Name="State">
178 <Member Name="Enabled">
Gunnar Millsa778c022020-05-12 12:20:36 -0500179 <Annotation Term="OData.Description" String="This function or resource is enabled."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700180 </Member>
181 <Member Name="Disabled">
Gunnar Millsa778c022020-05-12 12:20:36 -0500182 <Annotation Term="OData.Description" String="This function or resource is disabled."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700183 </Member>
184 <Member Name="StandbyOffline">
Gunnar Millsa778c022020-05-12 12:20:36 -0500185 <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 -0700186 </Member>
187 <Member Name="StandbySpare">
Gunnar Millsa778c022020-05-12 12:20:36 -0500188 <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 -0700189 </Member>
190 <Member Name="InTest">
Gunnar Millsa778c022020-05-12 12:20:36 -0500191 <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 -0700192 </Member>
193 <Member Name="Starting">
Gunnar Millsa778c022020-05-12 12:20:36 -0500194 <Annotation Term="OData.Description" String="This function or resource is starting."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700195 </Member>
196 <Member Name="Absent">
Gunnar Millsa778c022020-05-12 12:20:36 -0500197 <Annotation Term="OData.Description" String="This function or resource is either not present or detected."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700198 </Member>
199 <Member Name="UnavailableOffline">
Gunnar Millsa778c022020-05-12 12:20:36 -0500200 <Annotation Term="OData.Description" String="This function or resource is present but cannot be used."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600201 <Annotation Term="Redfish.Revisions">
202 <Collection>
203 <Record>
204 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
205 <PropertyValue Property="Version" String="v1_1_0"/>
206 </Record>
207 </Collection>
208 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700209 </Member>
210 <Member Name="Deferring">
Ed Tanouscb103132019-10-08 11:34:22 -0700211 <Annotation Term="OData.Description" String="The element does not process any commands but queues new requests."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600212 <Annotation Term="Redfish.Revisions">
213 <Collection>
214 <Record>
215 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
216 <PropertyValue Property="Version" String="v1_2_0"/>
217 </Record>
218 </Collection>
219 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700220 </Member>
221 <Member Name="Quiesced">
222 <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 -0600223 <Annotation Term="Redfish.Revisions">
224 <Collection>
225 <Record>
226 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
227 <PropertyValue Property="Version" String="v1_2_0"/>
228 </Record>
229 </Collection>
230 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700231 </Member>
232 <Member Name="Updating">
Gunnar Mills844b4152020-06-22 12:44:09 -0500233 <Annotation Term="OData.Description" String="The element is updating and might be unavailable or degraded."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600234 <Annotation Term="Redfish.Revisions">
235 <Collection>
236 <Record>
237 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
238 <PropertyValue Property="Version" String="v1_2_0"/>
239 </Record>
240 </Collection>
241 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700242 </Member>
Gunnar Mills09b9d452020-02-11 13:27:39 -0600243 <Member Name="Qualified">
244 <Annotation Term="OData.Description" String="The element quality is within the acceptable range of operation."/>
245 <Annotation Term="Redfish.Revisions">
246 <Collection>
247 <Record>
248 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
249 <PropertyValue Property="Version" String="v1_9_0"/>
250 </Record>
251 </Collection>
252 </Annotation>
253 </Member>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700254 </EnumType>
255
Jason M. Billsea4aa752018-06-05 13:29:11 -0700256 <EnumType Name="Health">
257 <Member Name="OK">
258 <Annotation Term="OData.Description" String="Normal."/>
259 </Member>
260 <Member Name="Warning">
Ed Tanouscb103132019-10-08 11:34:22 -0700261 <Annotation Term="OData.Description" String="A condition requires attention."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700262 </Member>
263 <Member Name="Critical">
Ed Tanouscb103132019-10-08 11:34:22 -0700264 <Annotation Term="OData.Description" String="A critical condition requires immediate attention."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700265 </Member>
266 </EnumType>
267
Jason M. Billsea4aa752018-06-05 13:29:11 -0700268 <EnumType Name="ResetType">
269 <Member Name="On">
Ed Tanouscb103132019-10-08 11:34:22 -0700270 <Annotation Term="OData.Description" String="Turn on the unit."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500271 <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 -0700272 </Member>
273 <Member Name="ForceOff">
Ed Tanouscb103132019-10-08 11:34:22 -0700274 <Annotation Term="OData.Description" String="Turn off the unit immediately (non-graceful shutdown)."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500275 <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 -0700276 </Member>
277 <Member Name="GracefulShutdown">
Ed Tanouscb103132019-10-08 11:34:22 -0700278 <Annotation Term="OData.Description" String="Shut down gracefully and power off."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500279 <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 -0700280 </Member>
281 <Member Name="GracefulRestart">
Ed Tanouscb103132019-10-08 11:34:22 -0700282 <Annotation Term="OData.Description" String="Shut down gracefully and restart the system."/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600283 <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 -0700284 </Member>
285 <Member Name="ForceRestart">
Ed Tanouscb103132019-10-08 11:34:22 -0700286 <Annotation Term="OData.Description" String="Shut down immediately and non-gracefully and restart the system."/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600287 <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 -0700288 </Member>
289 <Member Name="Nmi">
Ed Tanouscb103132019-10-08 11:34:22 -0700290 <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 -0500291 <Annotation Term="OData.LongDescription" String="This value shall indicate the resource will generate a diagnostic interrupt."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700292 </Member>
293 <Member Name="ForceOn">
Ed Tanouscb103132019-10-08 11:34:22 -0700294 <Annotation Term="OData.Description" String="Turn on the unit immediately."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500295 <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 -0700296 </Member>
297 <Member Name="PushPowerButton">
298 <Annotation Term="OData.Description" String="Simulate the pressing of the physical power button on this unit."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500299 <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 -0700300 </Member>
301 <Member Name="PowerCycle">
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500302 <Annotation Term="OData.Description" String="Power cycle the unit. Behaves like a full power removal, followed by a power restore to the resource."/>
303 <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 -0600304 <Annotation Term="Redfish.Revisions">
305 <Collection>
306 <Record>
307 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
308 <PropertyValue Property="Version" String="v1_4_0"/>
309 </Record>
310 </Collection>
311 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700312 </Member>
313 </EnumType>
314
315 <ComplexType Name="Identifier" Abstract="true">
Gunnar Millsa778c022020-05-12 12:20:36 -0500316 <Annotation Term="OData.Description" String="Any additional identifiers for a resource."/>
317 <Annotation Term="OData.LongDescription" String="This type shall contain any additional identifiers for a resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700318 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
319 </ComplexType>
320
321 <ComplexType Name="Location" Abstract="true">
322 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500323 <Annotation Term="OData.Description" String="The location of a resource."/>
324 <Annotation Term="OData.LongDescription" String="This type shall describe the location of a resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700325 </ComplexType>
326
327 <EnumType Name="IndicatorLED">
328 <Member Name="Lit">
Ed Tanouscb103132019-10-08 11:34:22 -0700329 <Annotation Term="OData.Description" String="The indicator LED is lit."/>
330 <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 -0700331 </Member>
332 <Member Name="Blinking">
Ed Tanouscb103132019-10-08 11:34:22 -0700333 <Annotation Term="OData.Description" String="The indicator LED is blinking."/>
334 <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 -0700335 </Member>
336 <Member Name="Off">
Ed Tanouscb103132019-10-08 11:34:22 -0700337 <Annotation Term="OData.Description" String="The indicator LED is off."/>
338 <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 -0700339 </Member>
340 </EnumType>
341
342 <EnumType Name="PowerState">
343 <Member Name="On">
Ed Tanouscb103132019-10-08 11:34:22 -0700344 <Annotation Term="OData.Description" String="The state is powered on."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700345 </Member>
346 <Member Name="Off">
Ed Tanouscb103132019-10-08 11:34:22 -0700347 <Annotation Term="OData.Description" String="The state is powered off."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700348 </Member>
349 <Member Name="PoweringOn">
Ed Tanouscb103132019-10-08 11:34:22 -0700350 <Annotation Term="OData.Description" String="A temporary state between off and on."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700351 </Member>
352 <Member Name="PoweringOff">
Ed Tanouscb103132019-10-08 11:34:22 -0700353 <Annotation Term="OData.Description" String="A temporary state between on and off."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700354 </Member>
355 </EnumType>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700356 </Schema>
357
358 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_0">
359 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600360 <Annotation Term="Redfish.Release" String="1.0"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700361
Jason M. Billsea4aa752018-06-05 13:29:11 -0700362 <EntityType Name="ReferenceableMember" BaseType="Resource.ReferenceableMember" Abstract="true">
Ed Tanouscb103132019-10-08 11:34:22 -0700363 <Annotation Term="OData.Description" String="The base type for addressable members of an array."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500364 <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 -0700365 <Key>
366 <PropertyRef Name="MemberId"/>
367 </Key>
368 <Property Name="MemberId" Nullable="false" Type="Edm.String">
369 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700370 <Annotation Term="OData.Description" String="The identifier for the member within the collection."/>
371 <Annotation Term="OData.LongDescription" String="This property shall uniquely identify the member within the collection. For services supporting Redfish v1.6 or higher, this value shall contain the zero-based array index."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800372 <Annotation Term="Redfish.Required"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700373 </Property>
374 </EntityType>
375
Jason M. Billsea4aa752018-06-05 13:29:11 -0700376 <EntityType Name="Resource" BaseType="Resource.Resource" Abstract="true">
377 <Key>
378 <PropertyRef Name="Id"/>
379 </Key>
380 <Property Name="Id" Type="Resource.Id" Nullable="false">
381 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
382 <Annotation Term="Redfish.Required"/>
383 </Property>
384 <Property Name="Description" Type="Resource.Description">
385 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
386 </Property>
387 <Property Name="Name" Type="Resource.Name" Nullable="false">
388 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
389 <Annotation Term="Redfish.Required"/>
390 </Property>
391 </EntityType>
392
Jason M. Billsea4aa752018-06-05 13:29:11 -0700393 <EntityType Name="ResourceCollection" BaseType="Resource.ResourceCollection" Abstract="true">
394 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
395 <Key>
396 <PropertyRef Name="Name"/>
397 </Key>
398 <Property Name="Description" Type="Resource.Description">
399 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
400 </Property>
401 <Property Name="Name" Type="Resource.Name" Nullable="false">
402 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800403 <Annotation Term="Redfish.Required"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700404 </Property>
405 <Property Name="Oem" Type="Resource.Oem" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700406 <Annotation Term="OData.Description" String="The OEM extension property."/>
407 <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 -0700408 </Property>
409 </EntityType>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700410 </Schema>
411
412 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_2">
413 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700414 <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 -0700415 </Schema>
416
417 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_3">
418 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700419 <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 -0700420 </Schema>
421
422 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_4">
423 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700424 <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 -0700425 </Schema>
426
Ed Tanous530520e2019-01-02 13:41:37 -0800427 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_5">
428 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
429 <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."/>
430 </Schema>
431
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600432 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_6">
433 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500434 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700435 </Schema>
436
437 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_7">
438 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
439 <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."/>
440 </Schema>
441
442 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_8">
443 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
444 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600445 </Schema>
446
Gunnar Millsa778c022020-05-12 12:20:36 -0500447 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_9">
448 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
449 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
450 </Schema>
451
Gunnar Mills844b4152020-06-22 12:44:09 -0500452 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_10">
453 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
454 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
455 </Schema>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500456
Gunnar Mills262d7d42021-01-20 16:28:41 -0600457 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_11">
458 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
459 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
460 </Schema>
Gunnar Mills844b4152020-06-22 12:44:09 -0500461
Gunnar Mills10f270b2021-05-19 15:34:06 -0500462 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_12">
463 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
464 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
465 </Schema>
466
Jason M. Billsea4aa752018-06-05 13:29:11 -0700467 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_0">
468 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600469 <Annotation Term="Redfish.Release" String="2016.1"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700470
471 <ComplexType Name="Identifier" BaseType="Resource.Identifier">
472 <Property Name="DurableName" Type="Edm.String">
473 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500474 <Annotation Term="OData.Description" String="The world-wide, persistent name of the resource."/>
475 <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 -0700476 </Property>
477 <Property Name="DurableNameFormat" Type="Resource.v1_1_0.DurableNameFormat">
478 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700479 <Annotation Term="OData.Description" String="The format of the durable name property."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700480 <Annotation Term="OData.LongDescription" String="This property shall represent the format of the DurableName property."/>
481 </Property>
482 </ComplexType>
483
484 <ComplexType Name="Location" BaseType="Resource.Location">
485 <Property Name="Info" Type="Edm.String">
486 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500487 <Annotation Term="OData.Description" String="The location of the resource."/>
488 <Annotation Term="OData.LongDescription" String="This property shall represent the location of the resource."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600489 <Annotation Term="Redfish.Revisions">
490 <Collection>
491 <Record>
492 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
493 <PropertyValue Property="Version" String="v1_5_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700494 <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 -0600495 </Record>
496 </Collection>
497 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700498 </Property>
499 <Property Name="InfoFormat" Type="Edm.String">
500 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700501 <Annotation Term="OData.Description" String="The format of the Info property."/>
502 <Annotation Term="OData.LongDescription" String="This property shall represent the Info property format."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600503 <Annotation Term="Redfish.Revisions">
504 <Collection>
505 <Record>
506 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
507 <PropertyValue Property="Version" String="v1_5_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700508 <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 -0600509 </Record>
510 </Collection>
511 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700512 </Property>
Ed Tanous530520e2019-01-02 13:41:37 -0800513 <Property Name="Oem" Type="Resource.Oem" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700514 <Annotation Term="OData.Description" String="The OEM extension property."/>
515 <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 -0800516 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700517 </ComplexType>
518
519 <EnumType Name="DurableNameFormat">
520 <Member Name="NAA">
Ed Tanouscb103132019-10-08 11:34:22 -0700521 <Annotation Term="OData.Description" String="The Name Address Authority (NAA) format."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500522 <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 -0700523 </Member>
524 <Member Name="iQN">
Ed Tanouscb103132019-10-08 11:34:22 -0700525 <Annotation Term="OData.Description" String="The iSCSI Qualified Name (iQN)."/>
526 <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 -0700527 </Member>
528 <Member Name="FC_WWN">
Ed Tanouscb103132019-10-08 11:34:22 -0700529 <Annotation Term="OData.Description" String="The Fibre Channel (FC) World Wide Name (WWN)."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500530 <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 -0700531 </Member>
532 <Member Name="UUID">
Ed Tanouscb103132019-10-08 11:34:22 -0700533 <Annotation Term="OData.Description" String="The Universally Unique Identifier (UUID)."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500534 <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 -0700535 </Member>
536 <Member Name="EUI">
Ed Tanouscb103132019-10-08 11:34:22 -0700537 <Annotation Term="OData.Description" String="The IEEE-defined 64-bit Extended Unique Identifier (EUI)."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500538 <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 -0700539 </Member>
540 <Member Name="NQN">
Ed Tanouscb103132019-10-08 11:34:22 -0700541 <Annotation Term="OData.Description" String="The NVMe Qualified Name (NQN)."/>
542 <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 -0600543 <Annotation Term="Redfish.Revisions">
544 <Collection>
545 <Record>
546 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
547 <PropertyValue Property="Version" String="v1_6_0"/>
548 </Record>
549 </Collection>
550 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700551 </Member>
552 <Member Name="NSID">
Ed Tanouscb103132019-10-08 11:34:22 -0700553 <Annotation Term="OData.Description" String="The NVM Namespace Identifier (NSID)."/>
554 <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 -0600555 <Annotation Term="Redfish.Revisions">
556 <Collection>
557 <Record>
558 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
559 <PropertyValue Property="Version" String="v1_6_0"/>
560 </Record>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500561 <Record>
562 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
563 <PropertyValue Property="Version" String="v1_12_0"/>
564 <PropertyValue Property="Description" String="This value has been deprecated due to its non-uniqueness and `NGUID` should be used."/>
565 </Record>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600566 </Collection>
567 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700568 </Member>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500569 <Member Name="NGUID">
570 <Annotation Term="OData.Description" String="The Namespace Globally Unique Identifier (NGUID)."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500571 <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 -0500572 <Annotation Term="Redfish.Revisions">
573 <Collection>
574 <Record>
575 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
576 <PropertyValue Property="Version" String="v1_10_0"/>
577 </Record>
578 </Collection>
579 </Annotation>
580 </Member>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700581 </EnumType>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700582 </Schema>
583
584 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_1">
585 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700586 <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 -0700587 </Schema>
588
589 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_2">
590 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700591 <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 -0700592 </Schema>
593
594 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_3">
595 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700596 <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 -0700597 </Schema>
598
599 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_4">
600 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700601 <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 -0700602 </Schema>
603
604 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_5">
605 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700606 <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 -0700607 </Schema>
608
Ed Tanous530520e2019-01-02 13:41:37 -0800609 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_6">
610 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
611 <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."/>
612 </Schema>
613
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600614 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_7">
615 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500616 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700617 </Schema>
618
619 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_8">
620 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
621 <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."/>
622 </Schema>
623
624 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_9">
625 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
626 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600627 </Schema>
628
Gunnar Millsa778c022020-05-12 12:20:36 -0500629 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_10">
630 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
631 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
632 </Schema>
633
Gunnar Mills844b4152020-06-22 12:44:09 -0500634 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_11">
635 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
636 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
637 </Schema>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500638
Gunnar Mills262d7d42021-01-20 16:28:41 -0600639 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_12">
640 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
641 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
642 </Schema>
Gunnar Mills844b4152020-06-22 12:44:09 -0500643
Gunnar Mills10f270b2021-05-19 15:34:06 -0500644 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_13">
645 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
646 <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."/>
647 </Schema>
648
Jason M. Billsea4aa752018-06-05 13:29:11 -0700649 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_0">
650 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600651 <Annotation Term="Redfish.Release" String="2016.2"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700652 <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 -0700653 </Schema>
654
655 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_1">
656 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700657 <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 -0700658 </Schema>
659
660 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_2">
661 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700662 <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 -0700663 </Schema>
664
665 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_3">
666 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700667 <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 -0700668 </Schema>
669
670 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_4">
671 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700672 <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 -0700673 </Schema>
674
Ed Tanous530520e2019-01-02 13:41:37 -0800675 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_5">
676 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
677 <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."/>
678 </Schema>
679
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600680 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_6">
681 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500682 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700683 </Schema>
684
685 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_7">
686 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
687 <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."/>
688 </Schema>
689
690 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_8">
691 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
692 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600693 </Schema>
694
Gunnar Millsa778c022020-05-12 12:20:36 -0500695 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_9">
696 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
697 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
698 </Schema>
699
Gunnar Mills844b4152020-06-22 12:44:09 -0500700 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_10">
701 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
702 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
703 </Schema>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500704
Gunnar Mills262d7d42021-01-20 16:28:41 -0600705 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_11">
706 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
707 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
708 </Schema>
Gunnar Mills844b4152020-06-22 12:44:09 -0500709
Gunnar Mills10f270b2021-05-19 15:34:06 -0500710 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_12">
711 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
712 <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."/>
713 </Schema>
714
Jason M. Billsea4aa752018-06-05 13:29:11 -0700715 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_0">
716 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600717 <Annotation Term="Redfish.Release" String="2016.3"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500718
Jason M. Billsea4aa752018-06-05 13:29:11 -0700719 <EnumType Name="RackUnits">
Ed Tanouscb103132019-10-08 11:34:22 -0700720 <Annotation Term="OData.Description" String="The type of rack unit in use."/>
721 <Annotation Term="OData.LongDescription" String="Enumeration literals shall name the type of rack unit in use."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700722 <Member Name="OpenU">
Ed Tanouscb103132019-10-08 11:34:22 -0700723 <Annotation Term="OData.Description" String="A rack unit that is equal to 48 mm (1.89 in)."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500724 <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 -0700725 </Member>
726 <Member Name="EIA_310">
Ed Tanouscb103132019-10-08 11:34:22 -0700727 <Annotation Term="OData.Description" String="A rack unit that is equal to 1.75 in (44.45 mm)."/>
728 <Annotation Term="OData.LongDescription" String="Rack units shall conform to the EIA-310 standard."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700729 </Member>
730 </EnumType>
731
732 <ComplexType Name="PostalAddress">
Gunnar Millsa778c022020-05-12 12:20:36 -0500733 <Annotation Term="OData.Description" String="The postal address for a resource."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500734 <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 -0700735 <Property Name="Country" Type="Edm.String">
736 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700737 <Annotation Term="OData.Description" String="The country."/>
738 <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 -0700739 </Property>
740 <Property Name="Territory" Type="Edm.String">
741 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
742 <Annotation Term="OData.Description" String="A top-level subdivision within a country."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700743 <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 -0700744 </Property>
745 <Property Name="District" Type="Edm.String">
746 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700747 <Annotation Term="OData.Description" String="A county, parish, gun (JP), or district (IN)."/>
748 <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 -0700749 </Property>
750 <Property Name="City" Type="Edm.String">
751 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
752 <Annotation Term="OData.Description" String="City, township, or shi (JP)."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700753 <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 -0700754 </Property>
755 <Property Name="Division" Type="Edm.String">
756 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500757 <Annotation Term="OData.Description" String="City division, borough, city district, ward, or chou (JP)."/>
758 <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 -0700759 </Property>
760 <Property Name="Neighborhood" Type="Edm.String">
761 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
762 <Annotation Term="OData.Description" String="Neighborhood or block."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700763 <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 -0700764 </Property>
765 <Property Name="LeadingStreetDirection" Type="Edm.String">
766 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
767 <Annotation Term="OData.Description" String="A leading street direction."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700768 <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 -0700769 </Property>
770 <Property Name="Street" Type="Edm.String">
771 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
772 <Annotation Term="OData.Description" String="Street name."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700773 <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 -0700774 </Property>
775 <Property Name="TrailingStreetSuffix" Type="Edm.String">
776 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
777 <Annotation Term="OData.Description" String="A trailing street suffix."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700778 <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 -0700779 </Property>
780 <Property Name="StreetSuffix" Type="Edm.String">
781 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
782 <Annotation Term="OData.Description" String="Avenue, Platz, Street, Circle."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700783 <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 -0700784 </Property>
785 <Property Name="HouseNumber" Type="Edm.Int64">
786 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700787 <Annotation Term="OData.Description" String="The numeric portion of house number."/>
788 <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 -0700789 </Property>
790 <Property Name="HouseNumberSuffix" Type="Edm.String">
791 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700792 <Annotation Term="OData.Description" String="The house number suffix."/>
793 <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 -0700794 </Property>
795 <Property Name="Landmark" Type="Edm.String">
796 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700797 <Annotation Term="OData.Description" String="The landmark."/>
798 <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 -0700799 </Property>
800 <Property Name="Location" Type="Edm.String">
801 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700802 <Annotation Term="OData.Description" String="The room designation or other additional information."/>
803 <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 -0600804 <Annotation Term="Redfish.Revisions">
805 <Collection>
806 <Record>
807 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
808 <PropertyValue Property="Version" String="v1_7_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700809 <PropertyValue Property="Description" String="This property has been deprecated in favor of the AdditionalInfo property."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600810 </Record>
811 </Collection>
812 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700813 </Property>
814 <Property Name="Floor" Type="Edm.String">
815 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700816 <Annotation Term="OData.Description" String="The floor."/>
817 <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 -0700818 </Property>
819 <Property Name="Name" Type="Edm.String">
820 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700821 <Annotation Term="OData.Description" String="The name."/>
822 <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 -0700823 </Property>
824 <Property Name="PostalCode" Type="Edm.String">
825 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700826 <Annotation Term="OData.Description" String="The postal code or zip code."/>
827 <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 -0700828 </Property>
829 <Property Name="Building" Type="Edm.String">
830 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700831 <Annotation Term="OData.Description" String="The name of the building."/>
832 <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 -0700833 </Property>
834 <Property Name="Unit" Type="Edm.String">
835 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700836 <Annotation Term="OData.Description" String="The name or number of the apartment unit or suite."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500837 <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 -0700838 </Property>
839 <Property Name="Room" Type="Edm.String">
840 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700841 <Annotation Term="OData.Description" String="The name or number of the room."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500842 <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 -0700843 </Property>
844 <Property Name="Seat" Type="Edm.String">
845 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700846 <Annotation Term="OData.Description" String="The seat, such as the desk, cubicle, or workstation."/>
847 <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 -0700848 </Property>
849 <Property Name="PlaceType" Type="Edm.String">
850 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700851 <Annotation Term="OData.Description" String="The description of the type of place that is addressed."/>
852 <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 -0700853 </Property>
854 <Property Name="Community" Type="Edm.String">
855 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700856 <Annotation Term="OData.Description" String="The postal community name."/>
857 <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 -0700858 </Property>
859 <Property Name="POBox" Type="Edm.String">
860 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700861 <Annotation Term="OData.Description" String="The post office box (PO box)."/>
862 <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 -0700863 </Property>
864 <Property Name="AdditionalCode" Type="Edm.String">
865 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700866 <Annotation Term="OData.Description" String="The additional code."/>
867 <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 -0700868 </Property>
869 <Property Name="Road" Type="Edm.String">
870 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700871 <Annotation Term="OData.Description" String="The primary road or street."/>
872 <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 -0700873 </Property>
874 <Property Name="RoadSection" Type="Edm.String">
875 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700876 <Annotation Term="OData.Description" String="The road section."/>
877 <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 -0700878 </Property>
879 <Property Name="RoadBranch" Type="Edm.String">
880 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700881 <Annotation Term="OData.Description" String="The road branch."/>
882 <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 -0700883 </Property>
884 <Property Name="RoadSubBranch" Type="Edm.String">
885 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700886 <Annotation Term="OData.Description" String="The road sub branch."/>
887 <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 -0700888 </Property>
889 <Property Name="RoadPreModifier" Type="Edm.String">
890 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700891 <Annotation Term="OData.Description" String="The road pre-modifier."/>
892 <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 -0700893 </Property>
894 <Property Name="RoadPostModifier" Type="Edm.String">
895 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700896 <Annotation Term="OData.Description" String="The road post-modifier."/>
897 <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 -0700898 </Property>
899 <Property Name="GPSCoords" Type="Edm.String">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700900 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
901 <Annotation Term="OData.Description" String="The GPS coordinates of the part."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700902 <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 -0600903 <Annotation Term="Redfish.Revisions">
904 <Collection>
905 <Record>
906 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
907 <PropertyValue Property="Version" String="v1_6_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700908 <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 -0600909 </Record>
910 </Collection>
911 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700912 </Property>
913 </ComplexType>
914
915 <ComplexType Name="Placement">
916 <Annotation Term="OData.Description" String="The placement within the addressed location."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500917 <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 -0700918 <Property Name="Row" Type="Edm.String">
919 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700920 <Annotation Term="OData.Description" String="The name of the row."/>
921 <Annotation Term="OData.LongDescription" String="This property shall contain the name of the row."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700922 </Property>
923 <Property Name="Rack" Type="Edm.String">
924 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700925 <Annotation Term="OData.Description" String="The name of a rack location within a row."/>
926 <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 -0700927 </Property>
928 <Property Name="RackOffsetUnits" Type="Resource.v1_3_0.RackUnits">
929 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700930 <Annotation Term="OData.Description" String="The type of rack units in use."/>
931 <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 -0700932 </Property>
933 <Property Name="RackOffset" Type="Edm.Int64" DefaultValue="0">
934 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700935 <Annotation Term="OData.Description" String="The vertical location of the item, in terms of RackOffsetUnits."/>
936 <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 -0700937 </Property>
938 </ComplexType>
939
940 <ComplexType Name="Location" BaseType="Resource.v1_1_0.Location">
Gunnar Millsa778c022020-05-12 12:20:36 -0500941 <Annotation Term="OData.Description" String="The location of a resource."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500942 <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 -0700943 <Property Name="PostalAddress" Type="Resource.v1_3_0.PostalAddress" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500944 <Annotation Term="OData.Description" String="The postal address of the addressed resource."/>
945 <Annotation Term="OData.LongDescription" String="This property shall contain a postal address of the resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700946 </Property>
Ed Tanouscb103132019-10-08 11:34:22 -0700947 <Property Name="Placement" Type="Resource.v1_3_0.Placement" Nullable="false">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700948 <Annotation Term="OData.Description" String="A place within the addressed location."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700949 <Annotation Term="OData.LongDescription" String="This property shall contain a place within the addressed location."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700950 </Property>
951 </ComplexType>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700952 </Schema>
953
954 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_1">
955 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700956 <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 -0700957 </Schema>
958
959 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_2">
960 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700961 <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 -0700962 </Schema>
963
964 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_3">
965 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700966 <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 -0700967 </Schema>
968
Ed Tanous530520e2019-01-02 13:41:37 -0800969 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_4">
970 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
971 <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."/>
972 </Schema>
973
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600974 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_5">
975 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500976 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700977 </Schema>
978
979 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_6">
980 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
981 <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."/>
982 </Schema>
983
984 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_7">
985 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
986 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600987 </Schema>
988
Gunnar Millsa778c022020-05-12 12:20:36 -0500989 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_8">
990 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
991 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
992 </Schema>
993
Gunnar Mills844b4152020-06-22 12:44:09 -0500994 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_9">
995 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
996 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
997 </Schema>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500998
Gunnar Mills262d7d42021-01-20 16:28:41 -0600999 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_10">
1000 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1001 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1002 </Schema>
Gunnar Mills844b4152020-06-22 12:44:09 -05001003
Gunnar Mills10f270b2021-05-19 15:34:06 -05001004 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_11">
1005 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1006 <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."/>
1007 </Schema>
1008
Jason M. Billsea4aa752018-06-05 13:29:11 -07001009 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_0">
1010 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001011 <Annotation Term="Redfish.Release" String="2017.1"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001012 <Annotation Term="OData.Description" String="This version was created to add PowerCycle enumeration to ResetType."/>
1013 </Schema>
1014
1015 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_1">
1016 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001017 <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 -07001018 </Schema>
1019
1020 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_2">
1021 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001022 <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 -07001023 </Schema>
1024
Ed Tanous530520e2019-01-02 13:41:37 -08001025 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_3">
1026 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1027 <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."/>
1028 </Schema>
1029
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001030 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_4">
1031 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001032 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Ed Tanouscb103132019-10-08 11:34:22 -07001033 </Schema>
1034
1035 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_5">
1036 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1037 <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."/>
1038 </Schema>
1039
1040 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_6">
1041 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1042 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001043 </Schema>
1044
Gunnar Millsa778c022020-05-12 12:20:36 -05001045 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_7">
1046 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1047 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1048 </Schema>
1049
Gunnar Mills844b4152020-06-22 12:44:09 -05001050 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_8">
1051 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1052 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1053 </Schema>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001054
Gunnar Mills262d7d42021-01-20 16:28:41 -06001055 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_9">
1056 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1057 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1058 </Schema>
Gunnar Mills844b4152020-06-22 12:44:09 -05001059
Gunnar Mills10f270b2021-05-19 15:34:06 -05001060 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_10">
1061 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1062 <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."/>
1063 </Schema>
1064
Jason M. Billsea4aa752018-06-05 13:29:11 -07001065 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_0">
1066 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001067 <Annotation Term="Redfish.Release" String="2017.2"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001068 <Annotation Term="OData.Description" String="This version was created to add PartLocation to Location."/>
1069
1070 <EnumType Name="LocationType">
Gunnar Mills10f270b2021-05-19 15:34:06 -05001071 <Annotation Term="OData.Description" String="The types of locations for a part within an enclosure."/>
1072 <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 -07001073 <Member Name="Slot">
Gunnar Mills10f270b2021-05-19 15:34:06 -05001074 <Annotation Term="OData.Description" String="A slot."/>
1075 <Annotation Term="OData.LongDescription" String="This value shall indicate the part is located in a slot."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001076 </Member>
1077 <Member Name="Bay">
Gunnar Mills10f270b2021-05-19 15:34:06 -05001078 <Annotation Term="OData.Description" String="A bay."/>
1079 <Annotation Term="OData.LongDescription" String="This value shall indicate the part is located in a bay."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001080 </Member>
1081 <Member Name="Connector">
Gunnar Mills10f270b2021-05-19 15:34:06 -05001082 <Annotation Term="OData.Description" String="A connector or port."/>
1083 <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 -07001084 </Member>
1085 <Member Name="Socket">
Gunnar Mills10f270b2021-05-19 15:34:06 -05001086 <Annotation Term="OData.Description" String="A socket."/>
1087 <Annotation Term="OData.LongDescription" String="This value shall indicate the part is located in a socket."/>
1088 </Member>
1089 <Member Name="Backplane">
1090 <Annotation Term="OData.Description" String="A backplane."/>
1091 <Annotation Term="OData.LongDescription" String="This value shall indicate the part is a backplane in an enclosure."/>
1092 <Annotation Term="Redfish.Revisions">
1093 <Collection>
1094 <Record>
1095 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
1096 <PropertyValue Property="Version" String="v1_12_0"/>
1097 </Record>
1098 </Collection>
1099 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001100 </Member>
1101 </EnumType>
1102
1103 <EnumType Name="Reference">
Gunnar Mills10f270b2021-05-19 15:34:06 -05001104 <Annotation Term="OData.Description" String="The reference areas for the location of the part within an enclosure."/>
1105 <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 -07001106 <Member Name="Top">
Ed Tanouscb103132019-10-08 11:34:22 -07001107 <Annotation Term="OData.Description" String="The part is in the top of the unit."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001108 <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 -07001109 </Member>
1110 <Member Name="Bottom">
Ed Tanouscb103132019-10-08 11:34:22 -07001111 <Annotation Term="OData.Description" String="The part is in the bottom of the unit."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001112 <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 -07001113 </Member>
1114 <Member Name="Front">
Ed Tanouscb103132019-10-08 11:34:22 -07001115 <Annotation Term="OData.Description" String="The part is in the front of the unit."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001116 <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 -07001117 </Member>
1118 <Member Name="Rear">
Ed Tanouscb103132019-10-08 11:34:22 -07001119 <Annotation Term="OData.Description" String="The part is in the rear of the unit."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001120 <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 -07001121 </Member>
1122 <Member Name="Left">
Ed Tanouscb103132019-10-08 11:34:22 -07001123 <Annotation Term="OData.Description" String="The part is on the left side of of the unit."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001124 <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 -07001125 </Member>
1126 <Member Name="Right">
Ed Tanouscb103132019-10-08 11:34:22 -07001127 <Annotation Term="OData.Description" String="The part is on the right side of the unit."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001128 <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 -07001129 </Member>
1130 <Member Name="Middle">
Ed Tanouscb103132019-10-08 11:34:22 -07001131 <Annotation Term="OData.Description" String="The part is in the middle of the unit."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001132 <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 -07001133 </Member>
1134 </EnumType>
1135
1136 <EnumType Name="Orientation">
Gunnar Mills10f270b2021-05-19 15:34:06 -05001137 <Annotation Term="OData.Description" String="The orientations for the ordering of the part location ordinal value."/>
1138 <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 -07001139 <Member Name="FrontToBack">
Ed Tanouscb103132019-10-08 11:34:22 -07001140 <Annotation Term="OData.Description" String="The ordering for LocationOrdinalValue is front to back."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001141 <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 -07001142 </Member>
1143 <Member Name="BackToFront">
Ed Tanouscb103132019-10-08 11:34:22 -07001144 <Annotation Term="OData.Description" String="The ordering for the LocationOrdinalValue is back to front."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001145 <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 -07001146 </Member>
1147 <Member Name="TopToBottom">
Ed Tanouscb103132019-10-08 11:34:22 -07001148 <Annotation Term="OData.Description" String="The ordering for the LocationOrdinalValue is top to bottom."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001149 <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 -07001150 </Member>
1151 <Member Name="BottomToTop">
Ed Tanouscb103132019-10-08 11:34:22 -07001152 <Annotation Term="OData.Description" String="The ordering for LocationOrdinalValue is bottom to top."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001153 <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 -07001154 </Member>
1155 <Member Name="LeftToRight">
Ed Tanouscb103132019-10-08 11:34:22 -07001156 <Annotation Term="OData.Description" String="The ordering for the LocationOrdinalValue is left to right."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001157 <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 -07001158 </Member>
1159 <Member Name="RightToLeft">
Ed Tanouscb103132019-10-08 11:34:22 -07001160 <Annotation Term="OData.Description" String="The ordering for the LocationOrdinalValue is right to left."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001161 <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 -07001162 </Member>
1163 </EnumType>
1164
1165 <ComplexType Name="PartLocation">
Gunnar Mills10f270b2021-05-19 15:34:06 -05001166 <Annotation Term="OData.Description" String="The part location for a resource within an enclosure."/>
1167 <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 -07001168 <Property Name="ServiceLabel" Type="Edm.String">
1169 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001170 <Annotation Term="OData.Description" String="The label of the part location, such as a silk-screened name or a printed label."/>
1171 <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 -07001172 </Property>
1173 <Property Name="LocationType" Type="Resource.v1_5_0.LocationType">
1174 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001175 <Annotation Term="OData.Description" String="The type of location of the part, such as slot, bay, socket, or slot."/>
1176 <Annotation Term="OData.LongDescription" String="This property shall contain the type of location of the part, such as slot, bay, socket, or slot."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001177 </Property>
1178 <Property Name="LocationOrdinalValue" Type="Edm.Int64" DefaultValue="0">
1179 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001180 <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`."/>
1181 <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 -07001182 </Property>
1183 <Property Name="Reference" Type="Resource.v1_5_0.Reference">
1184 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001185 <Annotation Term="OData.Description" String="The reference point for the part location. Provides guidance about the general location of the part."/>
1186 <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 -07001187 </Property>
1188 <Property Name="Orientation" Type="Resource.v1_5_0.Orientation">
1189 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1190 <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 -07001191 <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 -07001192 </Property>
1193 </ComplexType>
1194
1195 <ComplexType Name="Location" BaseType="Resource.v1_3_0.Location">
Ed Tanouscb103132019-10-08 11:34:22 -07001196 <Property Name="PartLocation" Type="Resource.v1_5_0.PartLocation" Nullable="false">
Gunnar Mills10f270b2021-05-19 15:34:06 -05001197 <Annotation Term="OData.Description" String="The part location for a resource within an enclosure."/>
1198 <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 -07001199 </Property>
1200 </ComplexType>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001201 </Schema>
1202
1203 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_1">
1204 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001205 <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 -07001206 </Schema>
1207
Ed Tanous530520e2019-01-02 13:41:37 -08001208 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_2">
1209 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1210 <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."/>
1211 </Schema>
1212
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001213 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_3">
1214 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001215 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Ed Tanouscb103132019-10-08 11:34:22 -07001216 </Schema>
1217
1218 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_4">
1219 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1220 <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."/>
1221 </Schema>
1222
1223 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_5">
1224 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1225 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001226 </Schema>
1227
Gunnar Millsa778c022020-05-12 12:20:36 -05001228 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_6">
1229 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1230 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1231 </Schema>
1232
Gunnar Mills844b4152020-06-22 12:44:09 -05001233 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_7">
1234 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1235 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1236 </Schema>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001237
Gunnar Mills262d7d42021-01-20 16:28:41 -06001238 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_8">
1239 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1240 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1241 </Schema>
Gunnar Mills844b4152020-06-22 12:44:09 -05001242
Gunnar Mills10f270b2021-05-19 15:34:06 -05001243 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_9">
1244 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1245 <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."/>
1246 </Schema>
1247
Jason M. Billsea4aa752018-06-05 13:29:11 -07001248 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_0">
1249 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001250 <Annotation Term="Redfish.Release" String="2017.3"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001251 <Annotation Term="OData.Description" String="This version was created to add GPS Coordinated to Location and enumerations for DurableNameFormat for NVMe fabric extension."/>
1252
1253 <ComplexType Name="Location" BaseType="Resource.v1_5_0.Location">
1254 <Property Name="Longitude" Type="Edm.Decimal" DefaultValue="0">
Ed Tanous530520e2019-01-02 13:41:37 -08001255 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001256 <Annotation Term="OData.Description" String="The longitude of the resource in degrees."/>
1257 <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 -07001258 <Annotation Term="Measures.Unit" String="deg"/>
1259 </Property>
1260 <Property Name="Latitude" Type="Edm.Decimal" DefaultValue="0">
Ed Tanous530520e2019-01-02 13:41:37 -08001261 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001262 <Annotation Term="OData.Description" String="The latitude of the resource."/>
1263 <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 -07001264 <Annotation Term="Measures.Unit" String="deg"/>
1265 </Property>
1266 <Property Name="AltitudeMeters" Type="Edm.Decimal" DefaultValue="0">
Ed Tanous530520e2019-01-02 13:41:37 -08001267 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001268 <Annotation Term="OData.Description" String="The altitude of the resource in meters."/>
1269 <Annotation Term="OData.LongDescription" String="This property shall contain the altitude of the resource in meters."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001270 <Annotation Term="Measures.Unit" String="m"/>
1271 </Property>
1272 </ComplexType>
1273 </Schema>
1274
Ed Tanous530520e2019-01-02 13:41:37 -08001275 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_1">
1276 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1277 <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."/>
1278 </Schema>
1279
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001280 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_2">
1281 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001282 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Ed Tanouscb103132019-10-08 11:34:22 -07001283 </Schema>
1284
1285 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_3">
1286 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1287 <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."/>
1288 </Schema>
1289
1290 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_4">
1291 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1292 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001293 </Schema>
1294
Gunnar Millsa778c022020-05-12 12:20:36 -05001295 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_5">
1296 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1297 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1298 </Schema>
1299
Gunnar Mills844b4152020-06-22 12:44:09 -05001300 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_6">
1301 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1302 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1303 </Schema>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001304
Gunnar Mills262d7d42021-01-20 16:28:41 -06001305 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_7">
1306 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1307 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1308 </Schema>
Gunnar Mills844b4152020-06-22 12:44:09 -05001309
Gunnar Mills10f270b2021-05-19 15:34:06 -05001310 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_8">
1311 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1312 <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."/>
1313 </Schema>
1314
Ed Tanous530520e2019-01-02 13:41:37 -08001315 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_0">
1316 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001317 <Annotation Term="Redfish.Release" String="2018.2"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001318 <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 -08001319
1320 <ComplexType Name="Location" BaseType="Resource.v1_6_0.Location">
1321 <Property Name="Contacts" Type="Collection(Resource.v1_7_0.ContactInfo)">
Ed Tanouscb103132019-10-08 11:34:22 -07001322 <Annotation Term="OData.Description" String="An array of contact information."/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001323 <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 -08001324 </Property>
1325 </ComplexType>
1326
1327 <ComplexType Name="PostalAddress" BaseType="Resource.v1_3_0.PostalAddress">
1328 <Property Name="AdditionalInfo" Type="Edm.String">
1329 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001330 <Annotation Term="OData.Description" String="The room designation or other additional information."/>
1331 <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 -08001332 </Property>
1333 </ComplexType>
1334
1335 <ComplexType Name="Placement" BaseType="Resource.v1_3_0.Placement">
1336 <Property Name="AdditionalInfo" Type="Edm.String">
1337 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1338 <Annotation Term="OData.Description" String="Area designation or other additional info."/>
Ed Tanouscb103132019-10-08 11:34:22 -07001339 <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 -08001340 </Property>
1341 </ComplexType>
1342
1343 <ComplexType Name="ContactInfo">
Gunnar Millsa778c022020-05-12 12:20:36 -05001344 <Annotation Term="OData.Description" String="Contact information for this resource."/>
1345 <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 -08001346 <Property Name="ContactName" Type="Edm.String">
1347 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1348 <Annotation Term="OData.Description" String="Name of this contact."/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001349 <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 -08001350 </Property>
1351 <Property Name="PhoneNumber" Type="Edm.String">
1352 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1353 <Annotation Term="OData.Description" String="Phone number for this contact."/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001354 <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 -08001355 </Property>
1356 <Property Name="EmailAddress" Type="Edm.String">
1357 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1358 <Annotation Term="OData.Description" String="Email address for this contact."/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001359 <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 -08001360 </Property>
1361 </ComplexType>
1362 </Schema>
1363
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001364 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_1">
1365 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001366 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Ed Tanouscb103132019-10-08 11:34:22 -07001367 </Schema>
1368
1369 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_2">
1370 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1371 <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."/>
1372 </Schema>
1373
1374 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_3">
1375 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1376 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001377 </Schema>
1378
Gunnar Millsa778c022020-05-12 12:20:36 -05001379 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_4">
1380 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1381 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1382 </Schema>
1383
Gunnar Mills844b4152020-06-22 12:44:09 -05001384 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_5">
1385 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1386 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1387 </Schema>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001388
Gunnar Mills262d7d42021-01-20 16:28:41 -06001389 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_6">
1390 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1391 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1392 </Schema>
Gunnar Mills844b4152020-06-22 12:44:09 -05001393
Gunnar Mills10f270b2021-05-19 15:34:06 -05001394 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_7">
1395 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1396 <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."/>
1397 </Schema>
1398
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001399 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_0">
1400 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1401 <Annotation Term="Redfish.Release" String="2018.3"/>
Gunnar Mills844b4152020-06-22 12:44:09 -05001402 <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 -06001403 </Schema>
1404
Ed Tanouscb103132019-10-08 11:34:22 -07001405 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_1">
1406 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1407 <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."/>
1408 </Schema>
1409
1410 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_2">
1411 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1412 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1413 </Schema>
1414
Gunnar Mills6f44b752020-02-06 16:50:51 -06001415 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_3">
1416 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills844b4152020-06-22 12:44:09 -05001417 <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 -06001418 </Schema>
1419
Gunnar Millsa778c022020-05-12 12:20:36 -05001420 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_4">
1421 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1422 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1423 </Schema>
1424
Gunnar Mills844b4152020-06-22 12:44:09 -05001425 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_5">
1426 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1427 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1428 </Schema>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001429
Gunnar Mills262d7d42021-01-20 16:28:41 -06001430 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_6">
1431 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1432 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1433 </Schema>
Gunnar Mills844b4152020-06-22 12:44:09 -05001434
Gunnar Mills10f270b2021-05-19 15:34:06 -05001435 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_7">
1436 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1437 <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."/>
1438 </Schema>
1439
Gunnar Mills09b9d452020-02-11 13:27:39 -06001440 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_9_0">
1441 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1442 <Annotation Term="Redfish.Release" String="2019.4"/>
1443 <Annotation Term="OData.Description" String="This version was created to add the `Qualified` enumeration to State within Status."/>
1444 </Schema>
1445
Gunnar Millsa778c022020-05-12 12:20:36 -05001446 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_9_1">
1447 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1448 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1449 </Schema>
1450
Gunnar Mills844b4152020-06-22 12:44:09 -05001451 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_9_2">
1452 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1453 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1454 </Schema>
1455
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001456 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_9_3">
1457 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1458 <Annotation Term="OData.Description" String="This version was created to add long descriptions to the ResetType enumeration values."/>
1459 </Schema>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001460
Gunnar Mills262d7d42021-01-20 16:28:41 -06001461 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_9_4">
1462 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1463 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1464 </Schema>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001465
Gunnar Mills10f270b2021-05-19 15:34:06 -05001466 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_9_5">
1467 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1468 <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."/>
1469 </Schema>
1470
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001471 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_10_0">
1472 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1473 <Annotation Term="Redfish.Release" String="2020.3"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001474 <Annotation Term="OData.Description" String="This version was created to add the `NGUID` enumeration to Identifiers."/>
1475 </Schema>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001476
Gunnar Mills262d7d42021-01-20 16:28:41 -06001477 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_10_1">
1478 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1479 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1480 </Schema>
1481
Gunnar Mills10f270b2021-05-19 15:34:06 -05001482 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_10_2">
1483 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1484 <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."/>
1485 </Schema>
1486
Gunnar Mills262d7d42021-01-20 16:28:41 -06001487 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_11_0">
1488 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1489 <Annotation Term="Redfish.Release" String="2020.4"/>
1490 <Annotation Term="OData.Description" String="This version was created to add the Conditions array property to Status."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001491 </Schema>
1492
Gunnar Mills10f270b2021-05-19 15:34:06 -05001493 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_11_1">
1494 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1495 <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."/>
1496 </Schema>
1497
1498 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_12_0">
1499 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1500 <Annotation Term="Redfish.Release" String="2021.1"/>
1501 <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."/>
1502 </Schema>
1503
Jason M. Billsea4aa752018-06-05 13:29:11 -07001504 </edmx:DataServices>
1505</edmx:Edmx>