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