1<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################       -->
4<!--# Redfish Schema:  Resource v1.9.2                                                     -->
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-2020 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="RedfishExtensions.v1_0_0" Alias="Redfish"/>
22  </edmx:Reference>
23
24  <edmx:DataServices>
25
26    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource">
27      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
28
29      <TypeDefinition Name="Id" UnderlyingType="Edm.String">
30        <Annotation Term="OData.Description" String="The identifier that uniquely identifies the resource within the collection of similar resources."/>
31        <Annotation Term="OData.LongDescription" String="This property represents an identifier for the resource.  The resource values shall comply with the Redfish Specification-described requirements."/>
32      </TypeDefinition>
33
34      <TypeDefinition Name="Description" UnderlyingType="Edm.String">
35        <Annotation Term="OData.Description" String="The description of this resource.  Used for commonality in the schema definitions."/>
36        <Annotation Term="OData.LongDescription" String="This object represents the description of this resource.  The resource values shall comply with the Redfish Specification-described requirements."/>
37      </TypeDefinition>
38
39      <TypeDefinition Name="Name" UnderlyingType="Edm.String">
40        <Annotation Term="OData.Description"  String="The name of the resource or array member."/>
41        <Annotation Term="OData.LongDescription" String="This object represents the name of this resource or array member.  The resource values shall comply with the Redfish Specification-described requirements.  This string value shall be of the 'Name' reserved word format."/>
42      </TypeDefinition>
43
44      <TypeDefinition Name="UUID" UnderlyingType="Edm.Guid"/>
45
46      <ComplexType Name="Links" Abstract="true">
47        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
48        <Property Name="Oem" Type="Resource.Oem" Nullable="false">
49          <Annotation Term="OData.Description" String="The OEM extension property."/>
50          <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."/>
51        </Property>
52      </ComplexType>
53
54      <ComplexType Name="Oem">
55        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
56        <Annotation Term="Redfish.DynamicPropertyPatterns">
57          <Collection>
58            <Record>
59              <PropertyValue Property="Pattern" String="^[A-Za-z0-9_]+$"/>
60              <PropertyValue Property="Type" String="Resource.OemObject"/>
61            </Record>
62          </Collection>
63        </Annotation>
64        <Annotation Term="OData.Description" String="The OEM extension."/>
65        <Annotation Term="OData.LongDescription" String="This object represents the OEM properties.  The resource values shall comply with the Redfish Specification-described requirements."/>
66      </ComplexType>
67
68      <ComplexType Name="OemObject">
69        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
70        <Annotation Term="OData.Description" String="The base type for an OEM extension."/>
71        <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."/>
72      </ComplexType>
73
74      <EntityType Name="ItemOrCollection" Abstract="true"/>
75
76      <EntityType Name="Item" BaseType="Resource.ItemOrCollection" Abstract="true">
77        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
78        <Annotation Term="OData.Description" String="The base type for resources and members that can be linked to."/>
79        <Property Name="Oem" Type="Resource.Oem" Nullable="false">
80          <Annotation Term="OData.Description" String="The OEM extension property."/>
81          <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."/>
82        </Property>
83      </EntityType>
84
85      <EntityType Name="ReferenceableMember" BaseType="Resource.Item" Abstract="true"/>
86
87      <EntityType Name="Resource" BaseType="Resource.Item" Abstract="true"/>
88
89      <EntityType Name="ResourceCollection" BaseType="Resource.ItemOrCollection" Abstract="true"/>
90
91      <ComplexType Name="Status">
92        <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
93        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
94        <Annotation Term="OData.Description" String="The status and health of a resource and its children."/>
95        <Annotation Term="OData.LongDescription" String="This type shall contain any status or health properties of a resource."/>
96        <Property Name="State" Type="Resource.State">
97          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
98          <Annotation Term="OData.Description" String="The known state of the resource, such as, enabled."/>
99          <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."/>
100        </Property>
101        <Property Name="HealthRollup" Type="Resource.Health">
102          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
103          <Annotation Term="OData.Description" String="The overall health state from the view of this resource."/>
104          <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."/>
105        </Property>
106        <Property Name="Health" Type="Resource.Health">
107          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
108          <Annotation Term="OData.Description" String="The health state of this resource in the absence of its dependent resources."/>
109          <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."/>
110        </Property>
111        <Property Name="Oem" Type="Resource.Oem" Nullable="false">
112          <Annotation Term="OData.Description" String="The OEM extension property."/>
113          <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."/>
114        </Property>
115      </ComplexType>
116
117      <EnumType Name="State">
118        <Member Name="Enabled">
119          <Annotation Term="OData.Description" String="This function or resource is enabled."/>
120        </Member>
121        <Member Name="Disabled">
122          <Annotation Term="OData.Description" String="This function or resource is disabled."/>
123        </Member>
124        <Member Name="StandbyOffline">
125          <Annotation Term="OData.Description" String="This function or resource is enabled but awaits an external action to activate it."/>
126        </Member>
127        <Member Name="StandbySpare">
128          <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."/>
129        </Member>
130        <Member Name="InTest">
131          <Annotation Term="OData.Description" String="This function or resource is undergoing testing, or is in the process of capturing information for debugging."/>
132        </Member>
133        <Member Name="Starting">
134          <Annotation Term="OData.Description" String="This function or resource is starting."/>
135        </Member>
136        <Member Name="Absent">
137          <Annotation Term="OData.Description" String="This function or resource is either not present or detected."/>
138        </Member>
139        <Member Name="UnavailableOffline">
140          <Annotation Term="OData.Description" String="This function or resource is present but cannot be used."/>
141          <Annotation Term="Redfish.Revisions">
142            <Collection>
143              <Record>
144                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
145                <PropertyValue Property="Version" String="v1_1_0"/>
146              </Record>
147            </Collection>
148          </Annotation>
149        </Member>
150        <Member Name="Deferring">
151          <Annotation Term="OData.Description" String="The element does not process any commands but queues new requests."/>
152          <Annotation Term="Redfish.Revisions">
153            <Collection>
154              <Record>
155                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
156                <PropertyValue Property="Version" String="v1_2_0"/>
157              </Record>
158            </Collection>
159          </Annotation>
160        </Member>
161        <Member Name="Quiesced">
162          <Annotation Term="OData.Description" String="The element is enabled but only processes a restricted set of commands."/>
163          <Annotation Term="Redfish.Revisions">
164            <Collection>
165              <Record>
166                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
167                <PropertyValue Property="Version" String="v1_2_0"/>
168              </Record>
169            </Collection>
170          </Annotation>
171        </Member>
172        <Member Name="Updating">
173          <Annotation Term="OData.Description" String="The element is updating and might be unavailable or degraded."/>
174          <Annotation Term="Redfish.Revisions">
175            <Collection>
176              <Record>
177                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
178                <PropertyValue Property="Version" String="v1_2_0"/>
179              </Record>
180            </Collection>
181          </Annotation>
182        </Member>
183        <Member Name="Qualified">
184          <Annotation Term="OData.Description" String="The element quality is within the acceptable range of operation."/>
185          <Annotation Term="Redfish.Revisions">
186            <Collection>
187              <Record>
188                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
189                <PropertyValue Property="Version" String="v1_9_0"/>
190              </Record>
191            </Collection>
192          </Annotation>
193        </Member>
194      </EnumType>
195
196      <EnumType Name="Health">
197        <Member Name="OK">
198          <Annotation Term="OData.Description" String="Normal."/>
199        </Member>
200        <Member Name="Warning">
201          <Annotation Term="OData.Description" String="A condition requires attention."/>
202        </Member>
203        <Member Name="Critical">
204          <Annotation Term="OData.Description" String="A critical condition requires immediate attention."/>
205        </Member>
206      </EnumType>
207
208      <EnumType Name="ResetType">
209        <Member Name="On">
210          <Annotation Term="OData.Description" String="Turn on the unit."/>
211        </Member>
212        <Member Name="ForceOff">
213          <Annotation Term="OData.Description" String="Turn off the unit immediately (non-graceful shutdown)."/>
214        </Member>
215        <Member Name="GracefulShutdown">
216          <Annotation Term="OData.Description" String="Shut down gracefully and power off."/>
217        </Member>
218        <Member Name="GracefulRestart">
219          <Annotation Term="OData.Description" String="Shut down gracefully and restart the system."/>
220        </Member>
221        <Member Name="ForceRestart">
222          <Annotation Term="OData.Description" String="Shut down immediately and non-gracefully and restart the system."/>
223        </Member>
224        <Member Name="Nmi">
225          <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."/>
226        </Member>
227        <Member Name="ForceOn">
228          <Annotation Term="OData.Description" String="Turn on the unit immediately."/>
229        </Member>
230        <Member Name="PushPowerButton">
231          <Annotation Term="OData.Description" String="Simulate the pressing of the physical power button on this unit."/>
232        </Member>
233        <Member Name="PowerCycle">
234          <Annotation Term="OData.Description" String="Power cycle the unit."/>
235          <Annotation Term="Redfish.Revisions">
236            <Collection>
237              <Record>
238                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
239                <PropertyValue Property="Version" String="v1_4_0"/>
240              </Record>
241            </Collection>
242          </Annotation>
243        </Member>
244      </EnumType>
245
246      <ComplexType Name="Identifier" Abstract="true">
247        <Annotation Term="OData.Description" String="Any additional identifiers for a resource."/>
248        <Annotation Term="OData.LongDescription" String="This type shall contain any additional identifiers for a resource."/>
249        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
250      </ComplexType>
251
252      <ComplexType Name="Location" Abstract="true">
253        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
254        <Annotation Term="OData.Description" String="The location of a resource."/>
255        <Annotation Term="OData.LongDescription" String="This type shall describe the location of a resource."/>
256      </ComplexType>
257
258      <EnumType Name="IndicatorLED">
259        <Member Name="Lit">
260          <Annotation Term="OData.Description" String="The indicator LED is lit."/>
261          <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."/>
262        </Member>
263        <Member Name="Blinking">
264          <Annotation Term="OData.Description" String="The indicator LED is blinking."/>
265          <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."/>
266        </Member>
267        <Member Name="Off">
268          <Annotation Term="OData.Description" String="The indicator LED is off."/>
269          <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."/>
270        </Member>
271      </EnumType>
272
273      <EnumType Name="PowerState">
274        <Member Name="On">
275          <Annotation Term="OData.Description" String="The state is powered on."/>
276        </Member>
277        <Member Name="Off">
278          <Annotation Term="OData.Description" String="The state is powered off."/>
279        </Member>
280        <Member Name="PoweringOn">
281          <Annotation Term="OData.Description" String="A temporary state between off and on."/>
282        </Member>
283        <Member Name="PoweringOff">
284          <Annotation Term="OData.Description" String="A temporary state between on and off."/>
285        </Member>
286      </EnumType>
287    </Schema>
288
289    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_0">
290      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
291      <Annotation Term="Redfish.Release" String="1.0"/>
292
293      <EntityType Name="ReferenceableMember" BaseType="Resource.ReferenceableMember" Abstract="true">
294        <Annotation Term="OData.Description" String="The base type for addressable members of an array."/>
295        <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."/>
296        <Key>
297          <PropertyRef Name="MemberId"/>
298        </Key>
299        <Property Name="MemberId" Nullable="false" Type="Edm.String">
300          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
301          <Annotation Term="OData.Description" String="The identifier for the member within the collection."/>
302          <Annotation Term="OData.LongDescription" String="This property shall uniquely identify the member within the collection.  For services supporting Redfish v1.6 or higher, this value shall contain the zero-based array index."/>
303          <Annotation Term="Redfish.Required"/>
304        </Property>
305      </EntityType>
306
307      <EntityType Name="Resource" BaseType="Resource.Resource" Abstract="true">
308        <Key>
309          <PropertyRef Name="Id"/>
310        </Key>
311        <Property Name="Id" Type="Resource.Id" Nullable="false">
312          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
313          <Annotation Term="Redfish.Required"/>
314        </Property>
315        <Property Name="Description" Type="Resource.Description">
316          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
317        </Property>
318        <Property Name="Name" Type="Resource.Name" Nullable="false">
319          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
320          <Annotation Term="Redfish.Required"/>
321        </Property>
322      </EntityType>
323
324      <EntityType Name="ResourceCollection" BaseType="Resource.ResourceCollection" Abstract="true">
325        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
326        <Key>
327          <PropertyRef Name="Name"/>
328        </Key>
329        <Property Name="Description" Type="Resource.Description">
330          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
331        </Property>
332        <Property Name="Name" Type="Resource.Name" Nullable="false">
333          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
334          <Annotation Term="Redfish.Required"/>
335        </Property>
336        <Property Name="Oem" Type="Resource.Oem" Nullable="false">
337          <Annotation Term="OData.Description" String="The OEM extension property."/>
338          <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."/>
339        </Property>
340      </EntityType>
341    </Schema>
342
343    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_2">
344      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
345      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
346    </Schema>
347
348    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_3">
349      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
350      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
351    </Schema>
352
353    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_4">
354      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
355      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
356    </Schema>
357
358    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_5">
359      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
360      <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."/>
361    </Schema>
362
363    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_6">
364      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
365      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
366    </Schema>
367
368    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_7">
369      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
370      <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."/>
371    </Schema>
372
373    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_8">
374      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
375      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
376    </Schema>
377
378    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_9">
379      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
380      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
381    </Schema>
382
383    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_10">
384      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
385      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
386    </Schema>
387
388    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_0">
389      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
390      <Annotation Term="Redfish.Release" String="2016.1"/>
391
392      <ComplexType Name="Identifier" BaseType="Resource.Identifier">
393        <Property Name="DurableName" Type="Edm.String">
394          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
395          <Annotation Term="OData.Description" String="The world-wide, persistent name of the resource."/>
396          <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."/>
397        </Property>
398        <Property Name="DurableNameFormat" Type="Resource.v1_1_0.DurableNameFormat">
399          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
400          <Annotation Term="OData.Description" String="The format of the durable name property."/>
401          <Annotation Term="OData.LongDescription" String="This property shall represent the format of the DurableName property."/>
402        </Property>
403      </ComplexType>
404
405      <ComplexType Name="Location" BaseType="Resource.Location">
406        <Property Name="Info" Type="Edm.String">
407          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
408          <Annotation Term="OData.Description" String="The location of the resource."/>
409          <Annotation Term="OData.LongDescription" String="This property shall represent the location of the resource."/>
410          <Annotation Term="Redfish.Revisions">
411            <Collection>
412              <Record>
413                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
414                <PropertyValue Property="Version" String="v1_5_0"/>
415                <PropertyValue Property="Description" String="This property has been deprecated in favor of the PostalAddress, Placement, and PartLocation properties."/>
416              </Record>
417            </Collection>
418          </Annotation>
419        </Property>
420        <Property Name="InfoFormat" Type="Edm.String">
421          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
422          <Annotation Term="OData.Description" String="The format of the Info property."/>
423          <Annotation Term="OData.LongDescription" String="This property shall represent the Info property format."/>
424          <Annotation Term="Redfish.Revisions">
425            <Collection>
426              <Record>
427                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
428                <PropertyValue Property="Version" String="v1_5_0"/>
429                <PropertyValue Property="Description" String="This property has been deprecated in favor of the PostalAddress, Placement, and PartLocation properties."/>
430              </Record>
431            </Collection>
432          </Annotation>
433        </Property>
434        <Property Name="Oem" Type="Resource.Oem" Nullable="false">
435          <Annotation Term="OData.Description" String="The OEM extension property."/>
436          <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."/>
437        </Property>
438      </ComplexType>
439
440      <EnumType Name="DurableNameFormat">
441        <Member Name="NAA">
442          <Annotation Term="OData.Description" String="The Name Address Authority (NAA) format."/>
443          <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."/>
444        </Member>
445        <Member Name="iQN">
446          <Annotation Term="OData.Description" String="The iSCSI Qualified Name (iQN)."/>
447          <Annotation Term="OData.LongDescription" String="This durable name shall be in the iSCSI Qualified Name (iQN) format, as defined in RFC3720 and RFC3721."/>
448        </Member>
449        <Member Name="FC_WWN">
450          <Annotation Term="OData.Description" String="The Fibre Channel (FC) World Wide Name (WWN)."/>
451          <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."/>
452        </Member>
453        <Member Name="UUID">
454          <Annotation Term="OData.Description" String="The Universally Unique Identifier (UUID)."/>
455          <Annotation Term="OData.LongDescription" String="This durable name shall contain the hexadecimal representation of the UUID, as defined in the International Telecom Union's OSI networking and system aspects - Naming, Addressing and Registration Specification."/>
456        </Member>
457        <Member Name="EUI">
458          <Annotation Term="OData.Description" String="The IEEE-defined 64-bit Extended Unique Identifier (EUI)."/>
459          <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."/>
460        </Member>
461        <Member Name="NQN">
462          <Annotation Term="OData.Description" String="The NVMe Qualified Name (NQN)."/>
463          <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."/>
464          <Annotation Term="Redfish.Revisions">
465            <Collection>
466              <Record>
467                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
468                <PropertyValue Property="Version" String="v1_6_0"/>
469              </Record>
470            </Collection>
471          </Annotation>
472        </Member>
473        <Member Name="NSID">
474          <Annotation Term="OData.Description" String="The NVM Namespace Identifier (NSID)."/>
475          <Annotation Term="OData.LongDescription" String="This durable name shall be in the NVM Namespace Identifier (NSID) format, as defined in the NVN Express Specification."/>
476          <Annotation Term="Redfish.Revisions">
477            <Collection>
478              <Record>
479                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
480                <PropertyValue Property="Version" String="v1_6_0"/>
481              </Record>
482            </Collection>
483          </Annotation>
484        </Member>
485      </EnumType>
486    </Schema>
487
488    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_1">
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_1_2">
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_1_3">
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_1_4">
504      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
505      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
506    </Schema>
507
508    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_5">
509      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
510      <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."/>
511    </Schema>
512
513    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_6">
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 OData properties are marked as required, and integer properties are marked as integer rather than number."/>
516    </Schema>
517
518    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_7">
519      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
520      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
521    </Schema>
522
523    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_8">
524      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
525      <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."/>
526    </Schema>
527
528    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_9">
529      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
530      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
531    </Schema>
532
533    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_10">
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_1_11">
539      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
540      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
541    </Schema>
542
543    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_0">
544      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
545      <Annotation Term="Redfish.Release" String="2016.2"/>
546      <Annotation Term="OData.Description" String="This version moves the former definition of PowerState to the unversioned namespace."/>
547    </Schema>
548
549    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_1">
550      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
551      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
552    </Schema>
553
554    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_2">
555      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
556      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
557    </Schema>
558
559    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_3">
560      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
561      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
562    </Schema>
563
564    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_4">
565      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
566      <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."/>
567    </Schema>
568
569    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_5">
570      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
571      <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."/>
572    </Schema>
573
574    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_6">
575      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
576      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
577    </Schema>
578
579    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_7">
580      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
581      <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."/>
582    </Schema>
583
584    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_8">
585      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
586      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
587    </Schema>
588
589    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_9">
590      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
591      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
592    </Schema>
593
594    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_10">
595      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
596      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
597    </Schema>
598
599    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_0">
600      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
601      <Annotation Term="Redfish.Release" String="2016.3"/>
602
603      <EnumType Name="RackUnits">
604        <Annotation Term="OData.Description" String="The type of rack unit in use."/>
605        <Annotation Term="OData.LongDescription" String="Enumeration literals shall name the type of rack unit in use."/>
606        <Member Name="OpenU">
607          <Annotation Term="OData.Description" String="A rack unit that is equal to 48 mm (1.89 in)."/>
608          <Annotation Term="OData.LongDescription" String="Rack units shall be specified in terms of the Open Compute Open Rack Specification."/>
609        </Member>
610        <Member Name="EIA_310">
611          <Annotation Term="OData.Description" String="A rack unit that is equal to 1.75 in (44.45 mm)."/>
612          <Annotation Term="OData.LongDescription" String="Rack units shall conform to the EIA-310 standard."/>
613        </Member>
614      </EnumType>
615
616      <ComplexType Name="PostalAddress">
617        <Annotation Term="OData.Description" String="The postal address for a resource."/>
618        <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."/>
619        <Property Name="Country" Type="Edm.String">
620          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
621          <Annotation Term="OData.Description" String="The country."/>
622          <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the Country field."/>
623        </Property>
624        <Property Name="Territory" Type="Edm.String">
625          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
626          <Annotation Term="OData.Description" String="A top-level subdivision within a country."/>
627          <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."/>
628        </Property>
629        <Property Name="District" Type="Edm.String">
630          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
631          <Annotation Term="OData.Description" String="A county, parish, gun (JP), or district (IN)."/>
632          <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)."/>
633        </Property>
634        <Property Name="City" Type="Edm.String">
635          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
636          <Annotation Term="OData.Description" String="City, township, or shi (JP)."/>
637          <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)."/>
638        </Property>
639        <Property Name="Division" Type="Edm.String">
640          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
641          <Annotation Term="OData.Description" String="City division, borough, city district, ward, or chou (JP)."/>
642          <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)."/>
643        </Property>
644        <Property Name="Neighborhood" Type="Edm.String">
645          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
646          <Annotation Term="OData.Description" String="Neighborhood or block."/>
647          <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the A5 field.  Names a neighborhood or block."/>
648        </Property>
649        <Property Name="LeadingStreetDirection" Type="Edm.String">
650          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
651          <Annotation Term="OData.Description" String="A leading street direction."/>
652          <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)."/>
653        </Property>
654        <Property Name="Street" Type="Edm.String">
655          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
656          <Annotation Term="OData.Description" String="Street name."/>
657          <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the A6 field.  Names a street."/>
658        </Property>
659        <Property Name="TrailingStreetSuffix" Type="Edm.String">
660          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
661          <Annotation Term="OData.Description" String="A trailing street suffix."/>
662          <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the POD field.  Names a trailing street suffix."/>
663        </Property>
664        <Property Name="StreetSuffix" Type="Edm.String">
665          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
666          <Annotation Term="OData.Description" String="Avenue, Platz, Street, Circle."/>
667          <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the STS field.  Names a street suffix."/>
668        </Property>
669        <Property Name="HouseNumber" Type="Edm.Int64">
670          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
671          <Annotation Term="OData.Description" String="The numeric portion of house number."/>
672          <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."/>
673        </Property>
674        <Property Name="HouseNumberSuffix" Type="Edm.String">
675          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
676          <Annotation Term="OData.Description" String="The house number suffix."/>
677          <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)."/>
678        </Property>
679        <Property Name="Landmark" Type="Edm.String">
680          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
681          <Annotation Term="OData.Description" String="The landmark."/>
682          <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the LMK field.  Identifies a landmark or vanity address."/>
683        </Property>
684        <Property Name="Location" Type="Edm.String">
685          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
686          <Annotation Term="OData.Description" String="The room designation or other additional information."/>
687          <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the LOC field.  Provides additional information."/>
688          <Annotation Term="Redfish.Revisions">
689            <Collection>
690              <Record>
691                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
692                <PropertyValue Property="Version" String="v1_7_0"/>
693                <PropertyValue Property="Description" String="This property has been deprecated in favor of the AdditionalInfo property."/>
694              </Record>
695            </Collection>
696          </Annotation>
697        </Property>
698        <Property Name="Floor" Type="Edm.String">
699          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
700          <Annotation Term="OData.Description" String="The floor."/>
701          <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the FLR field.  Provides a floor designation."/>
702        </Property>
703        <Property Name="Name" Type="Edm.String">
704          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
705          <Annotation Term="OData.Description" String="The name."/>
706          <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the NAM field.  Names the occupant."/>
707        </Property>
708        <Property Name="PostalCode" Type="Edm.String">
709          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
710          <Annotation Term="OData.Description" String="The postal code or zip code."/>
711          <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the PC field.  A postal code (or zip code)."/>
712        </Property>
713        <Property Name="Building" Type="Edm.String">
714          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
715          <Annotation Term="OData.Description" String="The name of the building."/>
716          <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the BLD field.  Names the building."/>
717        </Property>
718        <Property Name="Unit" Type="Edm.String">
719          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
720          <Annotation Term="OData.Description" String="The name or number of the apartment unit or suite."/>
721          <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."/>
722        </Property>
723        <Property Name="Room" Type="Edm.String">
724          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
725          <Annotation Term="OData.Description" String="The name or number of the room."/>
726          <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."/>
727        </Property>
728        <Property Name="Seat" Type="Edm.String">
729          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
730          <Annotation Term="OData.Description" String="The seat, such as the desk, cubicle, or workstation."/>
731          <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."/>
732        </Property>
733        <Property Name="PlaceType" Type="Edm.String">
734          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
735          <Annotation Term="OData.Description" String="The description of the type of place that is addressed."/>
736          <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the PLC field.  Examples include office and residence."/>
737        </Property>
738        <Property Name="Community" Type="Edm.String">
739          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
740          <Annotation Term="OData.Description" String="The postal community name."/>
741          <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the PCN field.  A postal community name."/>
742        </Property>
743        <Property Name="POBox" Type="Edm.String">
744          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
745          <Annotation Term="OData.Description" String="The post office box (PO box)."/>
746          <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the POBOX field.  A post office box (PO box)."/>
747        </Property>
748        <Property Name="AdditionalCode" Type="Edm.String">
749          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
750          <Annotation Term="OData.Description" String="The additional code."/>
751          <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the ADDCODE field."/>
752        </Property>
753        <Property Name="Road" Type="Edm.String">
754          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
755          <Annotation Term="OData.Description" String="The primary road or street."/>
756          <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the RD field.  Designates a primary road or street."/>
757        </Property>
758        <Property Name="RoadSection" Type="Edm.String">
759          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
760          <Annotation Term="OData.Description" String="The road section."/>
761          <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the RDSEC field.  A road section."/>
762        </Property>
763        <Property Name="RoadBranch" Type="Edm.String">
764          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
765          <Annotation Term="OData.Description" String="The road branch."/>
766          <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."/>
767        </Property>
768        <Property Name="RoadSubBranch" Type="Edm.String">
769          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
770          <Annotation Term="OData.Description" String="The road sub branch."/>
771          <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the RDSUBBR field."/>
772        </Property>
773        <Property Name="RoadPreModifier" Type="Edm.String">
774          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
775          <Annotation Term="OData.Description" String="The road pre-modifier."/>
776          <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the PRM field.  For example, Old or New."/>
777        </Property>
778        <Property Name="RoadPostModifier" Type="Edm.String">
779          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
780          <Annotation Term="OData.Description" String="The road post-modifier."/>
781          <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the POM field.  For example, Extended."/>
782        </Property>
783        <Property Name="GPSCoords" Type="Edm.String">
784          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
785          <Annotation Term="OData.Description" String="The GPS coordinates of the part."/>
786          <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."/>
787          <Annotation Term="Redfish.Revisions">
788            <Collection>
789              <Record>
790                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
791                <PropertyValue Property="Version" String="v1_6_0"/>
792                <PropertyValue Property="Description" String="This property has been deprecated in favor of the Longitude and Latitude properties."/>
793              </Record>
794            </Collection>
795          </Annotation>
796        </Property>
797      </ComplexType>
798
799      <ComplexType Name="Placement">
800        <Annotation Term="OData.Description" String="The placement within the addressed location."/>
801        <Annotation Term="OData.LongDescription" String="The value shall describe a location within a resource.  Examples include a shelf in a rack."/>
802        <Property Name="Row" Type="Edm.String">
803          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
804          <Annotation Term="OData.Description" String="The name of the row."/>
805          <Annotation Term="OData.LongDescription" String="This property shall contain the name of the row."/>
806        </Property>
807        <Property Name="Rack" Type="Edm.String">
808          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
809          <Annotation Term="OData.Description" String="The name of a rack location within a row."/>
810          <Annotation Term="OData.LongDescription" String="This property shall contain the name of the rack within a row."/>
811        </Property>
812        <Property Name="RackOffsetUnits" Type="Resource.v1_3_0.RackUnits">
813          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
814          <Annotation Term="OData.Description" String="The type of rack units in use."/>
815          <Annotation Term="OData.LongDescription" String="This property shall contain a RackUnit enumeration literal that indicates the type of rack units in use."/>
816        </Property>
817        <Property Name="RackOffset" Type="Edm.Int64" DefaultValue="0">
818          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
819          <Annotation Term="OData.Description" String="The vertical location of the item, in terms of RackOffsetUnits."/>
820          <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."/>
821        </Property>
822      </ComplexType>
823
824      <ComplexType Name="Location" BaseType="Resource.v1_1_0.Location">
825        <Annotation Term="OData.Description" String="The location of a resource."/>
826        <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."/>
827        <Property Name="PostalAddress" Type="Resource.v1_3_0.PostalAddress" Nullable="false">
828          <Annotation Term="OData.Description" String="The postal address of the addressed resource."/>
829          <Annotation Term="OData.LongDescription" String="This property shall contain a postal address of the resource."/>
830        </Property>
831        <Property Name="Placement" Type="Resource.v1_3_0.Placement" Nullable="false">
832          <Annotation Term="OData.Description" String="A place within the addressed location."/>
833          <Annotation Term="OData.LongDescription" String="This property shall contain a place within the addressed location."/>
834        </Property>
835      </ComplexType>
836    </Schema>
837
838    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_1">
839      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
840      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
841    </Schema>
842
843    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_2">
844      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
845      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
846    </Schema>
847
848    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_3">
849      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
850      <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."/>
851    </Schema>
852
853    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_4">
854      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
855      <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."/>
856    </Schema>
857
858    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_5">
859      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
860      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
861    </Schema>
862
863    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_6">
864      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
865      <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."/>
866    </Schema>
867
868    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_7">
869      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
870      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
871    </Schema>
872
873    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_8">
874      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
875      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
876    </Schema>
877
878    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_9">
879      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
880      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
881    </Schema>
882
883    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_0">
884      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
885      <Annotation Term="Redfish.Release" String="2017.1"/>
886      <Annotation Term="OData.Description" String="This version was created to add PowerCycle enumeration to ResetType."/>
887    </Schema>
888
889    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_1">
890      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
891      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
892    </Schema>
893
894    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_2">
895      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
896      <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."/>
897    </Schema>
898
899    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_3">
900      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
901      <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."/>
902    </Schema>
903
904    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_4">
905      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
906      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
907    </Schema>
908
909    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_5">
910      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
911      <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."/>
912    </Schema>
913
914    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_6">
915      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
916      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
917    </Schema>
918
919    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_7">
920      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
921      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
922    </Schema>
923
924    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_8">
925      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
926      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
927    </Schema>
928
929    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_0">
930      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
931      <Annotation Term="Redfish.Release" String="2017.2"/>
932      <Annotation Term="OData.Description" String="This version was created to add PartLocation to Location."/>
933
934      <EnumType Name="LocationType">
935        <Annotation Term="OData.Description" String="The location types for PartLocation."/>
936        <Annotation Term="OData.LongDescription" String="Enumeration literals shall name the type of location in use."/>
937        <Member Name="Slot">
938          <Annotation Term="OData.Description" String="The slot as the type of location."/>
939          <Annotation Term="OData.LongDescription" String="Slot shall indicate the type of PartLocation is of the Slot type."/>
940        </Member>
941        <Member Name="Bay">
942          <Annotation Term="OData.Description" String="The bay as the type of location."/>
943          <Annotation Term="OData.LongDescription" String="Bay shall indicate the type of PartLocation is of the Bay type."/>
944        </Member>
945        <Member Name="Connector">
946          <Annotation Term="OData.Description" String="The connector as the type of location."/>
947          <Annotation Term="OData.LongDescription" String="Connector shall indicate the type of PartLocation is of the Connector type."/>
948        </Member>
949        <Member Name="Socket">
950          <Annotation Term="OData.Description" String="The socket as the type of location."/>
951          <Annotation Term="OData.LongDescription" String="Socket shall indicate the type of PartLocation of the Socket type."/>
952        </Member>
953      </EnumType>
954
955      <EnumType Name="Reference">
956        <Annotation Term="OData.Description" String="The reference area for the location of the part."/>
957        <Annotation Term="OData.LongDescription" String="The enumerated literals shall name the reference for the part location."/>
958        <Member Name="Top">
959          <Annotation Term="OData.Description" String="The part is in the top of the unit."/>
960          <Annotation Term="OData.LongDescription" String="This value shall be used to indicate the part is in the top of the unit."/>
961        </Member>
962        <Member Name="Bottom">
963          <Annotation Term="OData.Description" String="The part is in the bottom of the unit."/>
964          <Annotation Term="OData.LongDescription" String="This value shall be used to indicate the part is in the bottom of the unit."/>
965        </Member>
966        <Member Name="Front">
967          <Annotation Term="OData.Description" String="The part is in the front of the unit."/>
968          <Annotation Term="OData.LongDescription" String="This value shall be used to indicate the part is in the front of the unit."/>
969        </Member>
970        <Member Name="Rear">
971          <Annotation Term="OData.Description" String="The part is in the rear of the unit."/>
972          <Annotation Term="OData.LongDescription" String="This value shall be used to indicate the part is in the rear of the unit."/>
973        </Member>
974        <Member Name="Left">
975          <Annotation Term="OData.Description" String="The part is on the left side of of the unit."/>
976          <Annotation Term="OData.LongDescription" String="This value shall be used to indicate the part is on the left side of of the unit."/>
977        </Member>
978        <Member Name="Right">
979          <Annotation Term="OData.Description" String="The part is on the right side of the unit."/>
980          <Annotation Term="OData.LongDescription" String="This value shall be used to indicate the part is on the right side of the unit."/>
981        </Member>
982        <Member Name="Middle">
983          <Annotation Term="OData.Description" String="The part is in the middle of the unit."/>
984          <Annotation Term="OData.LongDescription" String="This value shall be used to indicate the part is in the middle of the unit."/>
985        </Member>
986      </EnumType>
987
988      <EnumType Name="Orientation">
989        <Annotation Term="OData.Description" String="The orientation for the ordering of the part location ordinal value."/>
990        <Annotation Term="OData.LongDescription" String="These enumeration literals shall name the orientation for the location type ordering in determining the LocationOrdinalValue."/>
991        <Member Name="FrontToBack">
992          <Annotation Term="OData.Description" String="The ordering for LocationOrdinalValue is front to back."/>
993          <Annotation Term="OData.LongDescription" String="This value shall be used to indicate the ordering for LocationOrdinalValue is front to back."/>
994        </Member>
995        <Member Name="BackToFront">
996          <Annotation Term="OData.Description" String="The ordering for the LocationOrdinalValue is back to front."/>
997          <Annotation Term="OData.LongDescription" String="This value shall be used to indicate the ordering for LocationOrdinalValue is back to front."/>
998        </Member>
999        <Member Name="TopToBottom">
1000          <Annotation Term="OData.Description" String="The ordering for the LocationOrdinalValue is top to bottom."/>
1001          <Annotation Term="OData.LongDescription" String="This value shall be used to indicate the ordering for LocationOrdinalValue is top to bottom."/>
1002        </Member>
1003        <Member Name="BottomToTop">
1004          <Annotation Term="OData.Description" String="The ordering for LocationOrdinalValue is bottom to top."/>
1005          <Annotation Term="OData.LongDescription" String="This value shall be used to indicate the ordering for LocationOrdinalValue is bottom to top."/>
1006        </Member>
1007        <Member Name="LeftToRight">
1008          <Annotation Term="OData.Description" String="The ordering for the LocationOrdinalValue is left to right."/>
1009          <Annotation Term="OData.LongDescription" String="This value shall be used to indicate the ordering for LocationOrdinalValue is left to right."/>
1010        </Member>
1011        <Member Name="RightToLeft">
1012          <Annotation Term="OData.Description" String="The ordering for the LocationOrdinalValue is right to left."/>
1013          <Annotation Term="OData.LongDescription" String="This value shall be used to indicate the ordering for LocationOrdinalValue is right to left."/>
1014        </Member>
1015      </EnumType>
1016
1017      <ComplexType Name="PartLocation">
1018        <Annotation Term="OData.Description" String="The part location within the placement."/>
1019        <Annotation Term="OData.LongDescription" String="This type shall describe a location within a resource.  This representation shall indicate the location within the Placement."/>
1020        <Property Name="ServiceLabel" Type="Edm.String">
1021          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1022          <Annotation Term="OData.Description" String="The label of the part location, such as a silk-screened name or a printed label."/>
1023          <Annotation Term="OData.LongDescription" String="This property shall contain the label assigned for service at the part location."/>
1024        </Property>
1025        <Property Name="LocationType" Type="Resource.v1_5_0.LocationType">
1026          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1027          <Annotation Term="OData.Description" String="The type of location of the part, such as slot, bay, socket and slot."/>
1028          <Annotation Term="OData.LongDescription" String="This property shall contain the type of location of the part, such as slot, bay, socket and slot."/>
1029        </Property>
1030        <Property Name="LocationOrdinalValue" Type="Edm.Int64" DefaultValue="0">
1031          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1032          <Annotation Term="OData.Description" String="The number that represents the location of the part.  If LocationType is `slot` and this unit is in slot 2, the LocationOrdinalValue is 2."/>
1033          <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."/>
1034        </Property>
1035        <Property Name="Reference" Type="Resource.v1_5_0.Reference">
1036          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1037          <Annotation Term="OData.Description" String="The reference point for the part location.  Provides guidance about the general location of the part."/>
1038          <Annotation Term="OData.LongDescription" String="This property shall contain the general location within the unit of the part."/>
1039        </Property>
1040        <Property Name="Orientation" Type="Resource.v1_5_0.Orientation">
1041          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1042          <Annotation Term="OData.Description" String="The orientation for the ordering of the slot enumeration used by the LocationOrdinalValue property."/>
1043          <Annotation Term="OData.LongDescription" String="This property shall contain the orientation for the ordering used by the LocationOrdinalValue property."/>
1044        </Property>
1045      </ComplexType>
1046
1047      <ComplexType Name="Location" BaseType="Resource.v1_3_0.Location">
1048        <Property Name="PartLocation" Type="Resource.v1_5_0.PartLocation" Nullable="false">
1049          <Annotation Term="OData.Description" String="The part location within the placement."/>
1050          <Annotation Term="OData.LongDescription" String="The location within a resource.  This representation shall indicate the location within the Placement."/>
1051        </Property>
1052      </ComplexType>
1053    </Schema>
1054
1055    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_1">
1056      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1057      <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."/>
1058    </Schema>
1059
1060    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_2">
1061      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1062      <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."/>
1063    </Schema>
1064
1065    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_3">
1066      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1067      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
1068    </Schema>
1069
1070    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_4">
1071      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1072      <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."/>
1073    </Schema>
1074
1075    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_5">
1076      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1077      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1078    </Schema>
1079
1080    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_6">
1081      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1082      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1083    </Schema>
1084
1085    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_7">
1086      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1087      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1088    </Schema>
1089
1090    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_0">
1091      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1092      <Annotation Term="Redfish.Release" String="2017.3"/>
1093      <Annotation Term="OData.Description" String="This version was created to add GPS Coordinated to Location and enumerations for DurableNameFormat for NVMe fabric extension."/>
1094
1095      <ComplexType Name="Location" BaseType="Resource.v1_5_0.Location">
1096        <Property Name="Longitude" Type="Edm.Decimal" DefaultValue="0">
1097          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1098          <Annotation Term="OData.Description" String="The longitude of the resource in degrees."/>
1099          <Annotation Term="OData.LongDescription" String="This property shall contain the longitude of the resource specified in degrees using a decimal format and not minutes or seconds."/>
1100          <Annotation Term="Measures.Unit" String="deg"/>
1101        </Property>
1102        <Property Name="Latitude" Type="Edm.Decimal" DefaultValue="0">
1103          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1104          <Annotation Term="OData.Description" String="The latitude of the resource."/>
1105          <Annotation Term="OData.LongDescription" String="This property shall contain the latitude of the resource specified in degrees using a decimal format and not minutes or seconds."/>
1106          <Annotation Term="Measures.Unit" String="deg"/>
1107        </Property>
1108        <Property Name="AltitudeMeters" Type="Edm.Decimal" DefaultValue="0">
1109          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1110          <Annotation Term="OData.Description" String="The altitude of the resource in meters."/>
1111          <Annotation Term="OData.LongDescription" String="This property shall contain the altitude of the resource in meters."/>
1112          <Annotation Term="Measures.Unit" String="m"/>
1113        </Property>
1114      </ComplexType>
1115    </Schema>
1116
1117    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_1">
1118      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1119      <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."/>
1120    </Schema>
1121
1122    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_2">
1123      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1124      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
1125    </Schema>
1126
1127    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_3">
1128      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1129      <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format, and to add a missing term to several properties to disallow them from being null."/>
1130    </Schema>
1131
1132    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_4">
1133      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1134      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1135    </Schema>
1136
1137    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_5">
1138      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1139      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1140    </Schema>
1141
1142    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_6">
1143      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1144      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1145    </Schema>
1146
1147    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_0">
1148      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1149      <Annotation Term="Redfish.Release" String="2018.2"/>
1150      <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."/>
1151
1152      <ComplexType Name="Location" BaseType="Resource.v1_6_0.Location">
1153        <Property Name="Contacts" Type="Collection(Resource.v1_7_0.ContactInfo)">
1154          <Annotation Term="OData.Description" String="An array of contact information."/>
1155          <Annotation Term="OData.LongDescription" String="This property shall contain an array of contact information for an individual or organization responsible for this resource."/>
1156        </Property>
1157      </ComplexType>
1158
1159      <ComplexType Name="PostalAddress" BaseType="Resource.v1_3_0.PostalAddress">
1160        <Property Name="AdditionalInfo" Type="Edm.String">
1161          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1162          <Annotation Term="OData.Description" String="The room designation or other additional information."/>
1163          <Annotation Term="OData.LongDescription" String="The value shall conform to the requirements of the LOC field as defined in RFC5139.  Provides additional information."/>
1164        </Property>
1165      </ComplexType>
1166
1167      <ComplexType Name="Placement" BaseType="Resource.v1_3_0.Placement">
1168        <Property Name="AdditionalInfo" Type="Edm.String">
1169          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1170          <Annotation Term="OData.Description" String="Area designation or other additional info."/>
1171          <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."/>
1172        </Property>
1173      </ComplexType>
1174
1175      <ComplexType Name="ContactInfo">
1176        <Annotation Term="OData.Description" String="Contact information for this resource."/>
1177        <Annotation Term="OData.LongDescription" String="This object shall contain contact information for an individual or organization responsible for this resource."/>
1178        <Property Name="ContactName" Type="Edm.String">
1179          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1180          <Annotation Term="OData.Description" String="Name of this contact."/>
1181          <Annotation Term="OData.LongDescription" String="This property shall contain the name of a person or organization to contact for information about this resource."/>
1182        </Property>
1183        <Property Name="PhoneNumber" Type="Edm.String">
1184          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1185          <Annotation Term="OData.Description" String="Phone number for this contact."/>
1186          <Annotation Term="OData.LongDescription" String="This property shall contain the phone number for a person or organization to contact for information about this resource."/>
1187        </Property>
1188        <Property Name="EmailAddress" Type="Edm.String">
1189          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1190          <Annotation Term="OData.Description" String="Email address for this contact."/>
1191          <Annotation Term="OData.LongDescription" String="This property shall contain the email address for a person or organization to contact for information about this resource."/>
1192        </Property>
1193      </ComplexType>
1194    </Schema>
1195
1196    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_1">
1197      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1198      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
1199    </Schema>
1200
1201    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_2">
1202      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1203      <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."/>
1204    </Schema>
1205
1206    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_3">
1207      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1208      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1209    </Schema>
1210
1211    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_4">
1212      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1213      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1214    </Schema>
1215
1216    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_5">
1217      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1218      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1219    </Schema>
1220
1221    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_0">
1222      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1223      <Annotation Term="Redfish.Release" String="2018.3"/>
1224      <Annotation Term="OData.Description" String="This version was created to to add the Redfish excerpt annotation to the Name property."/>
1225    </Schema>
1226
1227    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_1">
1228      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1229      <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."/>
1230    </Schema>
1231
1232    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_2">
1233      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1234      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1235    </Schema>
1236
1237    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_3">
1238      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1239      <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."/>
1240    </Schema>
1241
1242    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_4">
1243      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1244      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1245    </Schema>
1246
1247    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_5">
1248      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1249      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1250    </Schema>
1251
1252    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_9_0">
1253      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1254      <Annotation Term="Redfish.Release" String="2019.4"/>
1255      <Annotation Term="OData.Description" String="This version was created to add the `Qualified` enumeration to State within Status."/>
1256    </Schema>
1257
1258    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_9_1">
1259      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1260      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1261    </Schema>
1262
1263    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_9_2">
1264      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1265      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1266    </Schema>
1267
1268  </edmx:DataServices>
1269</edmx:Edmx>
1270