xref: /openbmc/bmcweb/features/redfish/schema/dmtf/csdl/Resource_v1.xml (revision c6d7a45d427f9a6d9e761afcf305761dca60d7cf)
1720c9898SEd Tanous<?xml version="1.0" encoding="UTF-8"?>
2720c9898SEd Tanous<!---->
3720c9898SEd Tanous<!--################################################################################       -->
49b46bc0bSMyung Bae<!--# Redfish Schema:  Resource v1.21.0                                                    -->
5720c9898SEd Tanous<!--#                                                                                      -->
6720c9898SEd Tanous<!--# For a detailed change log, see the README file contained in the DSP8010 bundle,      -->
7720c9898SEd Tanous<!--# available at http://www.dmtf.org/standards/redfish                                   -->
8d125652eSGunnar Mills<!--# Copyright 2014-2025 DMTF.                                                            -->
9720c9898SEd Tanous<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10720c9898SEd Tanous<!--################################################################################       -->
11720c9898SEd Tanous<!---->
12720c9898SEd Tanous<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
13720c9898SEd Tanous
14720c9898SEd Tanous  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
15720c9898SEd Tanous    <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
16720c9898SEd Tanous  </edmx:Reference>
17720c9898SEd Tanous  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml">
18720c9898SEd Tanous    <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/>
19720c9898SEd Tanous  </edmx:Reference>
20720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
21720c9898SEd Tanous    <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/>
22720c9898SEd Tanous    <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
23720c9898SEd Tanous  </edmx:Reference>
24720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/LogEntry_v1.xml">
25720c9898SEd Tanous    <edmx:Include Namespace="LogEntry"/>
26720c9898SEd Tanous  </edmx:Reference>
27720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/ResolutionStep_v1.xml">
28720c9898SEd Tanous    <edmx:Include Namespace="ResolutionStep"/>
29720c9898SEd Tanous  </edmx:Reference>
30720c9898SEd Tanous
31720c9898SEd Tanous  <edmx:DataServices>
32720c9898SEd Tanous
33720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource">
34720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
35f2a8e57eSGunnar Mills      <Annotation Term="Redfish.Language" String="en"/>
36720c9898SEd Tanous
37720c9898SEd Tanous      <TypeDefinition Name="Id" UnderlyingType="Edm.String">
38720c9898SEd Tanous        <Annotation Term="OData.Description" String="The unique identifier for this resource within the collection of similar resources."/>
39720c9898SEd Tanous        <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."/>
40720c9898SEd Tanous      </TypeDefinition>
41720c9898SEd Tanous
42720c9898SEd Tanous      <TypeDefinition Name="Description" UnderlyingType="Edm.String">
43720c9898SEd Tanous        <Annotation Term="OData.Description" String="The description of this resource.  Used for commonality in the schema definitions."/>
44720c9898SEd Tanous        <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."/>
45720c9898SEd Tanous      </TypeDefinition>
46720c9898SEd Tanous
47720c9898SEd Tanous      <TypeDefinition Name="Name" UnderlyingType="Edm.String">
48720c9898SEd Tanous        <Annotation Term="OData.Description"  String="The name of the resource or array member."/>
49720c9898SEd Tanous        <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."/>
50720c9898SEd Tanous      </TypeDefinition>
51720c9898SEd Tanous
52720c9898SEd Tanous      <TypeDefinition Name="UUID" UnderlyingType="Edm.Guid"/>
53720c9898SEd Tanous
54720c9898SEd Tanous      <ComplexType Name="Links" Abstract="true">
55720c9898SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
56720c9898SEd Tanous        <Property Name="Oem" Type="Resource.Oem" Nullable="false">
57720c9898SEd Tanous          <Annotation Term="OData.Description" String="The OEM extension property."/>
58720c9898SEd Tanous          <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."/>
59720c9898SEd Tanous        </Property>
60720c9898SEd Tanous      </ComplexType>
61720c9898SEd Tanous
62720c9898SEd Tanous      <ComplexType Name="Oem">
63720c9898SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
64720c9898SEd Tanous        <Annotation Term="Redfish.DynamicPropertyPatterns">
65720c9898SEd Tanous          <Collection>
66720c9898SEd Tanous            <Record>
67720c9898SEd Tanous              <PropertyValue Property="Pattern" String="^[A-Za-z0-9_]+$"/>
68720c9898SEd Tanous              <PropertyValue Property="Type" String="Resource.OemObject"/>
69720c9898SEd Tanous            </Record>
70720c9898SEd Tanous          </Collection>
71720c9898SEd Tanous        </Annotation>
72720c9898SEd Tanous        <Annotation Term="OData.Description" String="The OEM extension."/>
73720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This object represents the OEM properties.  The resource values shall comply with the Redfish Specification-described requirements."/>
74720c9898SEd Tanous      </ComplexType>
75720c9898SEd Tanous
76720c9898SEd Tanous      <ComplexType Name="OemObject">
77720c9898SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
78720c9898SEd Tanous        <Annotation Term="OData.Description" String="The base type for an OEM extension."/>
79720c9898SEd Tanous        <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."/>
80720c9898SEd Tanous      </ComplexType>
81720c9898SEd Tanous
82720c9898SEd Tanous      <EntityType Name="ItemOrCollection" Abstract="true"/>
83720c9898SEd Tanous
84720c9898SEd Tanous      <EntityType Name="Item" BaseType="Resource.ItemOrCollection" Abstract="true">
85720c9898SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
86720c9898SEd Tanous        <Annotation Term="OData.Description" String="The base type for resources and members that can be linked to."/>
87720c9898SEd Tanous        <Property Name="Oem" Type="Resource.Oem" Nullable="false">
88720c9898SEd Tanous          <Annotation Term="OData.Description" String="The OEM extension property."/>
89720c9898SEd Tanous          <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."/>
90720c9898SEd Tanous        </Property>
91720c9898SEd Tanous      </EntityType>
92720c9898SEd Tanous
93720c9898SEd Tanous      <EntityType Name="ReferenceableMember" BaseType="Resource.Item" Abstract="true"/>
94720c9898SEd Tanous
95720c9898SEd Tanous      <EntityType Name="Resource" BaseType="Resource.Item" Abstract="true"/>
96720c9898SEd Tanous
97720c9898SEd Tanous      <EntityType Name="ResourceCollection" BaseType="Resource.ItemOrCollection" Abstract="true"/>
98720c9898SEd Tanous
99720c9898SEd Tanous      <ComplexType Name="Status">
100720c9898SEd Tanous        <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
101720c9898SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
102720c9898SEd Tanous        <Annotation Term="OData.Description" String="The status and health of a resource and its children."/>
103720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall contain any status or health properties of a resource."/>
104720c9898SEd Tanous        <Property Name="State" Type="Resource.State">
105720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
106f2a8e57eSGunnar Mills          <Annotation Term="OData.Description" String="The state of the resource."/>
107f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall indicate the state of the resource."/>
108720c9898SEd Tanous        </Property>
109720c9898SEd Tanous        <Property Name="HealthRollup" Type="Resource.Health">
110720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
111720c9898SEd Tanous          <Annotation Term="OData.Description" String="The overall health state from the view of this resource."/>
11228cfceb2SGunnar Mills          <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.  For additional property requirements, see the corresponding definition in the Redfish Data Model Specification."/>
113720c9898SEd Tanous        </Property>
114720c9898SEd Tanous        <Property Name="Health" Type="Resource.Health">
115720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
116720c9898SEd Tanous          <Annotation Term="OData.Description" String="The health state of this resource in the absence of its dependent resources."/>
117720c9898SEd Tanous          <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."/>
118720c9898SEd Tanous        </Property>
119720c9898SEd Tanous        <Property Name="Conditions" Type="Collection(Resource.Condition)">
120720c9898SEd Tanous          <Annotation Term="OData.Description" String="Conditions in this resource that require attention."/>
1219b46bc0bSMyung Bae          <Annotation Term="OData.LongDescription" String="This property shall represent the active conditions requiring attention in this or a related resource.  The conditions may affect the `Health` or `HealthRollup` of this resource.  The service may roll up multiple conditions originating from a resource, using the `ConditionInRelatedResource` message from the Base Message Registry.  The array order of conditions may change as new conditions occur or as conditions are resolved by the service."/>
122720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
123720c9898SEd Tanous            <Collection>
124720c9898SEd Tanous              <Record>
125720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
126720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_11_0"/>
127720c9898SEd Tanous              </Record>
128720c9898SEd Tanous            </Collection>
129720c9898SEd Tanous          </Annotation>
130720c9898SEd Tanous        </Property>
131720c9898SEd Tanous        <Property Name="Oem" Type="Resource.Oem" Nullable="false">
132720c9898SEd Tanous          <Annotation Term="OData.Description" String="The OEM extension property."/>
133720c9898SEd Tanous          <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."/>
134720c9898SEd Tanous        </Property>
135720c9898SEd Tanous      </ComplexType>
136720c9898SEd Tanous
137720c9898SEd Tanous      <ComplexType Name="Condition">
138720c9898SEd Tanous        <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
139720c9898SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
140720c9898SEd Tanous        <Annotation Term="OData.Description" String="A condition that requires attention."/>
141720c9898SEd Tanous        <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."/>
142720c9898SEd Tanous        <Property Name="Timestamp" Type="Edm.DateTimeOffset" Nullable="false">
143720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
144720c9898SEd Tanous          <Annotation Term="OData.Description" String="The time the condition occurred."/>
145720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall indicate the time the condition occurred."/>
146720c9898SEd Tanous        </Property>
147720c9898SEd Tanous        <Property Name="MessageId" Type="Edm.String" Nullable="false">
148720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
149720c9898SEd Tanous          <Annotation Term="OData.Description" String="The identifier for the message."/>
150f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain a `MessageId`, as defined in the 'MessageId format' clause of the Redfish Specification."/>
151720c9898SEd Tanous          <Annotation Term="Redfish.Required"/>
152720c9898SEd Tanous        </Property>
153720c9898SEd Tanous        <Property Name="MessageArgs" Type="Collection(Edm.String)" Nullable="false">
154720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
155720c9898SEd Tanous          <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."/>
156f2a8e57eSGunnar Mills          <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."/>
157720c9898SEd Tanous        </Property>
158720c9898SEd Tanous        <Property Name="Message" Type="Edm.String" Nullable="false">
159720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
160720c9898SEd Tanous          <Annotation Term="OData.Description" String="The human-readable message for this condition."/>
161720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain a human-readable message describing this condition."/>
162720c9898SEd Tanous        </Property>
163720c9898SEd Tanous        <Property Name="Severity" Type="Resource.Health" Nullable="false">
164720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
165720c9898SEd Tanous          <Annotation Term="OData.Description" String="The severity of the condition."/>
166720c9898SEd Tanous          <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."/>
167720c9898SEd Tanous        </Property>
168720c9898SEd Tanous        <NavigationProperty Name="OriginOfCondition" Type="Resource.Item" Nullable="false">
169720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
170720c9898SEd Tanous          <Annotation Term="OData.Description" String="A link to the resource or object that originated the condition."/>
171720c9898SEd Tanous          <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."/>
172720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
173720c9898SEd Tanous        </NavigationProperty>
174720c9898SEd Tanous        <NavigationProperty Name="LogEntry" Type="LogEntry.LogEntry" Nullable="false">
175720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
176720c9898SEd Tanous          <Annotation Term="OData.Description" String="The link to the log entry created for this condition."/>
177f2a8e57eSGunnar Mills          <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."/>
178720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
179720c9898SEd Tanous        </NavigationProperty>
180720c9898SEd Tanous        <Property Name="Resolution" Type="Edm.String" Nullable="false">
181720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
182720c9898SEd Tanous          <Annotation Term="OData.Description" String="Suggestions on how to resolve the condition."/>
183720c9898SEd Tanous          <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."/>
184720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
185720c9898SEd Tanous            <Collection>
186720c9898SEd Tanous              <Record>
187720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
188720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_14_0"/>
189720c9898SEd Tanous              </Record>
190720c9898SEd Tanous            </Collection>
191720c9898SEd Tanous          </Annotation>
192720c9898SEd Tanous        </Property>
193720c9898SEd Tanous        <Property Name="ResolutionSteps" Type="Collection(ResolutionStep.ResolutionStep)" Nullable="false">
194720c9898SEd Tanous          <Annotation Term="OData.Description" String="The list of recommended steps to resolve the condition."/>
195720c9898SEd Tanous          <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."/>
196720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
197720c9898SEd Tanous            <Collection>
198720c9898SEd Tanous              <Record>
199720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
200720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_18_0"/>
201720c9898SEd Tanous              </Record>
202720c9898SEd Tanous            </Collection>
203720c9898SEd Tanous          </Annotation>
204720c9898SEd Tanous        </Property>
205dd5c81e9SGunnar Mills        <Property Name="Username" Type="Edm.String">
206dd5c81e9SGunnar Mills          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
207dd5c81e9SGunnar Mills          <Annotation Term="OData.Description" String="The username of the account associated with the condition."/>
208dd5c81e9SGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain the username of the account associated with the condition.  This should be used for conditions that result from a user action."/>
209dd5c81e9SGunnar Mills          <Annotation Term="Redfish.Revisions">
210dd5c81e9SGunnar Mills            <Collection>
211dd5c81e9SGunnar Mills              <Record>
212dd5c81e9SGunnar Mills                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
213dd5c81e9SGunnar Mills                <PropertyValue Property="Version" String="v1_20_0"/>
214dd5c81e9SGunnar Mills              </Record>
215dd5c81e9SGunnar Mills            </Collection>
216dd5c81e9SGunnar Mills          </Annotation>
217dd5c81e9SGunnar Mills        </Property>
218dd5c81e9SGunnar Mills        <Property Name="UserAuthenticationSource" Type="Edm.String">
219dd5c81e9SGunnar Mills          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
220dd5c81e9SGunnar Mills          <Annotation Term="OData.Description" String="The source of authentication for the username property associated with the condition."/>
221dd5c81e9SGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain the URL to the authentication service that is associated with the username property.  This should be used for conditions that result from a user action."/>
222dd5c81e9SGunnar Mills          <Annotation Term="Redfish.Revisions">
223dd5c81e9SGunnar Mills            <Collection>
224dd5c81e9SGunnar Mills              <Record>
225dd5c81e9SGunnar Mills                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
226dd5c81e9SGunnar Mills                <PropertyValue Property="Version" String="v1_20_0"/>
227dd5c81e9SGunnar Mills              </Record>
228dd5c81e9SGunnar Mills            </Collection>
229dd5c81e9SGunnar Mills          </Annotation>
230dd5c81e9SGunnar Mills        </Property>
231*c6d7a45dSGunnar Mills        <Property Name="ConditionType" Type="Resource.v1_22_0.ConditionType">
232*c6d7a45dSGunnar Mills          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
233*c6d7a45dSGunnar Mills          <Annotation Term="OData.Description" String="The type of condition."/>
234*c6d7a45dSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain the type of condition."/>
235*c6d7a45dSGunnar Mills          <Annotation Term="Redfish.Revisions">
236*c6d7a45dSGunnar Mills            <Collection>
237*c6d7a45dSGunnar Mills              <Record>
238*c6d7a45dSGunnar Mills                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
239*c6d7a45dSGunnar Mills                <PropertyValue Property="Version" String="v1_22_0"/>
240*c6d7a45dSGunnar Mills              </Record>
241*c6d7a45dSGunnar Mills            </Collection>
242*c6d7a45dSGunnar Mills          </Annotation>
243*c6d7a45dSGunnar Mills        </Property>
2449b46bc0bSMyung Bae        <Property Name="Oem" Type="Resource.Oem" Nullable="false">
2459b46bc0bSMyung Bae          <Annotation Term="OData.Description" String="The OEM extension property."/>
2469b46bc0bSMyung Bae          <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."/>
2479b46bc0bSMyung Bae          <Annotation Term="Redfish.Revisions">
2489b46bc0bSMyung Bae            <Collection>
2499b46bc0bSMyung Bae              <Record>
2509b46bc0bSMyung Bae                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
2519b46bc0bSMyung Bae                <PropertyValue Property="Version" String="v1_21_0"/>
2529b46bc0bSMyung Bae              </Record>
2539b46bc0bSMyung Bae            </Collection>
2549b46bc0bSMyung Bae          </Annotation>
2559b46bc0bSMyung Bae        </Property>
256720c9898SEd Tanous      </ComplexType>
257720c9898SEd Tanous
258720c9898SEd Tanous      <EnumType Name="State">
259720c9898SEd Tanous        <Member Name="Enabled">
260720c9898SEd Tanous          <Annotation Term="OData.Description" String="This function or resource is enabled."/>
261f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This value shall indicate that a function or resource is capable of operating."/>
262720c9898SEd Tanous        </Member>
263720c9898SEd Tanous        <Member Name="Disabled">
264720c9898SEd Tanous          <Annotation Term="OData.Description" String="This function or resource is disabled."/>
265f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This value shall indicate that a function or resource is unavailable."/>
266720c9898SEd Tanous        </Member>
267720c9898SEd Tanous        <Member Name="StandbyOffline">
268720c9898SEd Tanous          <Annotation Term="OData.Description" String="This function or resource is enabled but awaits an external action to activate it."/>
269f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This value shall indicate that a resource is temporarily unavailable but may become available through an external action."/>
270720c9898SEd Tanous        </Member>
271720c9898SEd Tanous        <Member Name="StandbySpare">
272720c9898SEd Tanous          <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."/>
273f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This value shall indicate that a resource is unavailable but may become available automatically as part of a failover, through an external action, or in response to the change in state of another device or resource."/>
274720c9898SEd Tanous        </Member>
275720c9898SEd Tanous        <Member Name="InTest">
276720c9898SEd Tanous          <Annotation Term="OData.Description" String="This function or resource is undergoing testing or is in the process of capturing information for debugging."/>
277f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This value shall indicate that the component is undergoing testing or is in the process of capturing information for debugging."/>
278720c9898SEd Tanous        </Member>
279720c9898SEd Tanous        <Member Name="Starting">
280720c9898SEd Tanous          <Annotation Term="OData.Description" String="This function or resource is starting."/>
281f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This value shall indicate that the resource is attempting to transition to `Enabled`."/>
282720c9898SEd Tanous        </Member>
283720c9898SEd Tanous        <Member Name="Absent">
284720c9898SEd Tanous          <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."/>
285f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This value shall indicate that the function or device is absent as defined in the 'Absent resources' clause of the Redfish Specification."/>
286720c9898SEd Tanous        </Member>
287720c9898SEd Tanous        <Member Name="UnavailableOffline">
288720c9898SEd Tanous          <Annotation Term="OData.Description" String="This function or resource is present but cannot be used."/>
289f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This value shall indicate that a function or resource is present but not able to be used."/>
290720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
291720c9898SEd Tanous            <Collection>
292720c9898SEd Tanous              <Record>
293720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
294720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_1_0"/>
295720c9898SEd Tanous              </Record>
296720c9898SEd Tanous            </Collection>
297720c9898SEd Tanous          </Annotation>
298720c9898SEd Tanous        </Member>
299720c9898SEd Tanous        <Member Name="Deferring">
300720c9898SEd Tanous          <Annotation Term="OData.Description" String="The element does not process any commands but queues new requests."/>
301f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This value shall indicate the element does not process any commands but queues new requests."/>
302720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
303720c9898SEd Tanous            <Collection>
304720c9898SEd Tanous              <Record>
305720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
306720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_2_0"/>
307720c9898SEd Tanous              </Record>
308720c9898SEd Tanous            </Collection>
309720c9898SEd Tanous          </Annotation>
310720c9898SEd Tanous        </Member>
311720c9898SEd Tanous        <Member Name="Quiesced">
312720c9898SEd Tanous          <Annotation Term="OData.Description" String="The element is enabled but only processes a restricted set of commands."/>
313f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This value shall indicate the element is enabled but only processes a restricted set of commands."/>
314720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
315720c9898SEd Tanous            <Collection>
316720c9898SEd Tanous              <Record>
317720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
318720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_2_0"/>
319720c9898SEd Tanous              </Record>
320720c9898SEd Tanous            </Collection>
321720c9898SEd Tanous          </Annotation>
322720c9898SEd Tanous        </Member>
323720c9898SEd Tanous        <Member Name="Updating">
324720c9898SEd Tanous          <Annotation Term="OData.Description" String="The element is updating and might be unavailable or degraded."/>
325f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This value shall indicate the element is updating.  The element may become unavailable or operate at a degraded level of performance or functionality."/>
326720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
327720c9898SEd Tanous            <Collection>
328720c9898SEd Tanous              <Record>
329720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
330720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_2_0"/>
331720c9898SEd Tanous              </Record>
332720c9898SEd Tanous            </Collection>
333720c9898SEd Tanous          </Annotation>
334720c9898SEd Tanous        </Member>
335720c9898SEd Tanous        <Member Name="Qualified">
336720c9898SEd Tanous          <Annotation Term="OData.Description" String="The element quality is within the acceptable range of operation."/>
337f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This value shall indicate the element is within the acceptable range of operation."/>
338720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
339720c9898SEd Tanous            <Collection>
340720c9898SEd Tanous              <Record>
341720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
342720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_9_0"/>
343720c9898SEd Tanous              </Record>
344f2a8e57eSGunnar Mills              <Record>
345f2a8e57eSGunnar Mills                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
346f2a8e57eSGunnar Mills                <PropertyValue Property="Version" String="v1_19_0"/>
347f2a8e57eSGunnar Mills                <PropertyValue Property="Description" String="This value has been deprecated in favor of StandbySpare."/>
348f2a8e57eSGunnar Mills              </Record>
349f2a8e57eSGunnar Mills            </Collection>
350f2a8e57eSGunnar Mills          </Annotation>
351f2a8e57eSGunnar Mills        </Member>
352f2a8e57eSGunnar Mills        <Member Name="Degraded">
353f2a8e57eSGunnar Mills          <Annotation Term="OData.Description" String="The function or resource is degraded."/>
354f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This value shall indicate the resource is enabled but operating in a degraded mode."/>
355f2a8e57eSGunnar Mills          <Annotation Term="Redfish.Revisions">
356f2a8e57eSGunnar Mills            <Collection>
357f2a8e57eSGunnar Mills              <Record>
358f2a8e57eSGunnar Mills                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
359f2a8e57eSGunnar Mills                <PropertyValue Property="Version" String="v1_19_0"/>
360f2a8e57eSGunnar Mills              </Record>
361720c9898SEd Tanous            </Collection>
362720c9898SEd Tanous          </Annotation>
363720c9898SEd Tanous        </Member>
364720c9898SEd Tanous      </EnumType>
365720c9898SEd Tanous
366720c9898SEd Tanous      <EnumType Name="Health">
367720c9898SEd Tanous        <Member Name="OK">
368720c9898SEd Tanous          <Annotation Term="OData.Description" String="Normal."/>
369720c9898SEd Tanous        </Member>
370720c9898SEd Tanous        <Member Name="Warning">
371720c9898SEd Tanous          <Annotation Term="OData.Description" String="A condition requires attention."/>
372720c9898SEd Tanous        </Member>
373720c9898SEd Tanous        <Member Name="Critical">
374720c9898SEd Tanous          <Annotation Term="OData.Description" String="A critical condition requires immediate attention."/>
375720c9898SEd Tanous        </Member>
376720c9898SEd Tanous      </EnumType>
377720c9898SEd Tanous
378720c9898SEd Tanous      <EnumType Name="ResetType">
379720c9898SEd Tanous        <Member Name="On">
380720c9898SEd Tanous          <Annotation Term="OData.Description" String="Turn on the unit."/>
381f2a8e57eSGunnar Mills          <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`."/>
382720c9898SEd Tanous        </Member>
383720c9898SEd Tanous        <Member Name="ForceOff">
384720c9898SEd Tanous          <Annotation Term="OData.Description" String="Turn off the unit immediately (non-graceful shutdown)."/>
385f2a8e57eSGunnar Mills          <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`."/>
386720c9898SEd Tanous        </Member>
387720c9898SEd Tanous        <Member Name="GracefulShutdown">
388720c9898SEd Tanous          <Annotation Term="OData.Description" String="Shut down gracefully and power off."/>
389f2a8e57eSGunnar Mills          <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`."/>
390720c9898SEd Tanous        </Member>
391720c9898SEd Tanous        <Member Name="GracefulRestart">
392720c9898SEd Tanous          <Annotation Term="OData.Description" String="Shut down gracefully and restart the unit."/>
393f2a8e57eSGunnar Mills          <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`."/>
394720c9898SEd Tanous        </Member>
395720c9898SEd Tanous        <Member Name="ForceRestart">
396720c9898SEd Tanous          <Annotation Term="OData.Description" String="Shut down immediately and non-gracefully and restart the unit."/>
397f2a8e57eSGunnar Mills          <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`."/>
398720c9898SEd Tanous        </Member>
399720c9898SEd Tanous        <Member Name="Nmi">
400720c9898SEd Tanous          <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."/>
401720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall indicate the resource will generate a diagnostic interrupt."/>
402720c9898SEd Tanous        </Member>
403720c9898SEd Tanous        <Member Name="ForceOn">
404720c9898SEd Tanous          <Annotation Term="OData.Description" String="Turn on the unit immediately."/>
405f2a8e57eSGunnar Mills          <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`."/>
406720c9898SEd Tanous        </Member>
407720c9898SEd Tanous        <Member Name="PushPowerButton">
408720c9898SEd Tanous          <Annotation Term="OData.Description" String="Simulate the pressing of the physical power button on this unit."/>
409720c9898SEd Tanous          <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."/>
410720c9898SEd Tanous        </Member>
411720c9898SEd Tanous        <Member Name="PowerCycle">
4129b46bc0bSMyung Bae          <Annotation Term="OData.Description" String="Power cycle the unit.  Behaves like a power removal, followed by a power restore to the resource."/>
4139b46bc0bSMyung Bae          <Annotation Term="OData.LongDescription" String="This value shall indicate the resource will perform a power cycle.  This is different from `FullPowerCycle` in that it typically performs localized power sequencing of the resource while external power is still present.  For example, turning DC voltage regulators off and then turning DC voltage regulators back on.  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`."/>
414720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
415720c9898SEd Tanous            <Collection>
416720c9898SEd Tanous              <Record>
417720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
418720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_4_0"/>
419720c9898SEd Tanous              </Record>
420720c9898SEd Tanous            </Collection>
421720c9898SEd Tanous          </Annotation>
422720c9898SEd Tanous        </Member>
423720c9898SEd Tanous        <Member Name="Suspend">
424720c9898SEd Tanous          <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."/>
425f2a8e57eSGunnar Mills          <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`."/>
426720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
427720c9898SEd Tanous            <Collection>
428720c9898SEd Tanous              <Record>
429720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
430720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_13_0"/>
431720c9898SEd Tanous              </Record>
432720c9898SEd Tanous            </Collection>
433720c9898SEd Tanous          </Annotation>
434720c9898SEd Tanous        </Member>
435720c9898SEd Tanous        <Member Name="Pause">
436720c9898SEd Tanous          <Annotation Term="OData.Description" String="Pause execution on the unit but do not remove power.  This is typically a feature of virtual machine hypervisors."/>
437f2a8e57eSGunnar Mills          <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`."/>
438720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
439720c9898SEd Tanous            <Collection>
440720c9898SEd Tanous              <Record>
441720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
442720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_13_0"/>
443720c9898SEd Tanous              </Record>
444720c9898SEd Tanous            </Collection>
445720c9898SEd Tanous          </Annotation>
446720c9898SEd Tanous        </Member>
447720c9898SEd Tanous        <Member Name="Resume">
448720c9898SEd Tanous          <Annotation Term="OData.Description" String="Resume execution on the paused unit.  This is typically a feature of virtual machine hypervisors."/>
449f2a8e57eSGunnar Mills          <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`."/>
450720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
451720c9898SEd Tanous            <Collection>
452720c9898SEd Tanous              <Record>
453720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
454720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_13_0"/>
455720c9898SEd Tanous              </Record>
456720c9898SEd Tanous            </Collection>
457720c9898SEd Tanous          </Annotation>
458720c9898SEd Tanous        </Member>
4599b46bc0bSMyung Bae        <Member Name="FullPowerCycle">
4609b46bc0bSMyung Bae          <Annotation Term="OData.Description" String="Full power cycle the unit.  Behaves like removing utility lines, followed by restoring utility lines to the resource."/>
4619b46bc0bSMyung Bae          <Annotation Term="OData.LongDescription" String="This value shall indicate the resource will perform a full power cycle as if utility lines to the resource are removed and restored.  This is different from `PowerCycle` in that it's as close to a true power cycle as possible.  For example, removing AC power cables from an enclosure and then restoring the AC power cables.  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`.  If a service supports this value but there are no other distinct power cycle flows, the service shall support `PowerCycle` as an alias to `FullPowerCycle`.  This type of reset may cause the manager providing the Redfish service to power cycle.  If the manager providing the Redfish service is affected by this type of reset, the service shall send the action response before resetting to prevent client timeouts."/>
4629b46bc0bSMyung Bae          <Annotation Term="Redfish.Revisions">
4639b46bc0bSMyung Bae            <Collection>
4649b46bc0bSMyung Bae              <Record>
4659b46bc0bSMyung Bae                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
4669b46bc0bSMyung Bae                <PropertyValue Property="Version" String="v1_21_0"/>
4679b46bc0bSMyung Bae              </Record>
4689b46bc0bSMyung Bae            </Collection>
4699b46bc0bSMyung Bae          </Annotation>
4709b46bc0bSMyung Bae        </Member>
471720c9898SEd Tanous      </EnumType>
472720c9898SEd Tanous
473720c9898SEd Tanous      <ComplexType Name="Identifier" Abstract="true">
474720c9898SEd Tanous        <Annotation Term="OData.Description" String="Any additional identifiers for a resource."/>
475720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall contain any additional identifiers for a resource."/>
476720c9898SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
477720c9898SEd Tanous      </ComplexType>
478720c9898SEd Tanous
479720c9898SEd Tanous      <ComplexType Name="Location" Abstract="true">
480720c9898SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
481720c9898SEd Tanous        <Annotation Term="OData.Description" String="The location of a resource."/>
482720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall describe the location of a resource."/>
483720c9898SEd Tanous      </ComplexType>
484720c9898SEd Tanous
485720c9898SEd Tanous      <EnumType Name="IndicatorLED">
486720c9898SEd Tanous        <Member Name="Lit">
487720c9898SEd Tanous          <Annotation Term="OData.Description" String="The indicator LED is lit."/>
488f2a8e57eSGunnar Mills          <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."/>
489720c9898SEd Tanous        </Member>
490720c9898SEd Tanous        <Member Name="Blinking">
491720c9898SEd Tanous          <Annotation Term="OData.Description" String="The indicator LED is blinking."/>
492f2a8e57eSGunnar Mills          <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."/>
493720c9898SEd Tanous        </Member>
494720c9898SEd Tanous        <Member Name="Off">
495720c9898SEd Tanous          <Annotation Term="OData.Description" String="The indicator LED is off."/>
496f2a8e57eSGunnar Mills          <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."/>
497720c9898SEd Tanous        </Member>
498720c9898SEd Tanous      </EnumType>
499720c9898SEd Tanous
500720c9898SEd Tanous      <EnumType Name="PowerState">
501720c9898SEd Tanous        <Member Name="On">
502720c9898SEd Tanous          <Annotation Term="OData.Description" String="The resource is powered on."/>
503720c9898SEd Tanous        </Member>
504720c9898SEd Tanous        <Member Name="Off">
505720c9898SEd Tanous          <Annotation Term="OData.Description" String="The resource is powered off.  The components within the resource might continue to have AUX power."/>
506720c9898SEd Tanous        </Member>
507720c9898SEd Tanous        <Member Name="PoweringOn">
508720c9898SEd Tanous          <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."/>
509720c9898SEd Tanous        </Member>
510720c9898SEd Tanous        <Member Name="PoweringOff">
511720c9898SEd Tanous          <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."/>
512720c9898SEd Tanous        </Member>
513720c9898SEd Tanous        <Member Name="Paused">
514720c9898SEd Tanous          <Annotation Term="OData.Description" String="The resource is paused."/>
515720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
516720c9898SEd Tanous            <Collection>
517720c9898SEd Tanous              <Record>
518720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
519720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_13_0"/>
520720c9898SEd Tanous              </Record>
521720c9898SEd Tanous            </Collection>
522720c9898SEd Tanous          </Annotation>
523720c9898SEd Tanous        </Member>
524720c9898SEd Tanous      </EnumType>
525720c9898SEd Tanous    </Schema>
526720c9898SEd Tanous
527720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_0">
528720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
529720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="1.0"/>
530720c9898SEd Tanous
531720c9898SEd Tanous      <EntityType Name="ReferenceableMember" BaseType="Resource.ReferenceableMember" Abstract="true">
532720c9898SEd Tanous        <Annotation Term="OData.Description" String="The base type for addressable members of an array."/>
533f2a8e57eSGunnar Mills        <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."/>
534720c9898SEd Tanous        <Key>
535720c9898SEd Tanous          <PropertyRef Name="MemberId"/>
536720c9898SEd Tanous        </Key>
537720c9898SEd Tanous        <Property Name="MemberId" Nullable="false" Type="Edm.String">
538720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
539720c9898SEd Tanous          <Annotation Term="OData.Description" String="The unique identifier for the member within an array."/>
540720c9898SEd Tanous          <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."/>
541720c9898SEd Tanous          <Annotation Term="Redfish.Required"/>
542720c9898SEd Tanous        </Property>
543720c9898SEd Tanous      </EntityType>
544720c9898SEd Tanous
545720c9898SEd Tanous      <EntityType Name="Resource" BaseType="Resource.Resource" Abstract="true">
546720c9898SEd Tanous        <Key>
547720c9898SEd Tanous          <PropertyRef Name="Id"/>
548720c9898SEd Tanous        </Key>
549720c9898SEd Tanous        <Property Name="Id" Type="Resource.Id" Nullable="false">
550720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
551720c9898SEd Tanous          <Annotation Term="Redfish.Required"/>
552720c9898SEd Tanous        </Property>
553720c9898SEd Tanous        <Property Name="Description" Type="Resource.Description">
554720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
555720c9898SEd Tanous        </Property>
556720c9898SEd Tanous        <Property Name="Name" Type="Resource.Name" Nullable="false">
557720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
558720c9898SEd Tanous          <Annotation Term="Redfish.Required"/>
559720c9898SEd Tanous        </Property>
560720c9898SEd Tanous      </EntityType>
561720c9898SEd Tanous
562720c9898SEd Tanous      <EntityType Name="ResourceCollection" BaseType="Resource.ResourceCollection" Abstract="true">
563720c9898SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
564720c9898SEd Tanous        <Key>
565720c9898SEd Tanous          <PropertyRef Name="Name"/>
566720c9898SEd Tanous        </Key>
567720c9898SEd Tanous        <Property Name="Description" Type="Resource.Description">
568720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
569720c9898SEd Tanous        </Property>
570720c9898SEd Tanous        <Property Name="Name" Type="Resource.Name" Nullable="false">
571720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
572720c9898SEd Tanous          <Annotation Term="Redfish.Required"/>
573720c9898SEd Tanous        </Property>
574720c9898SEd Tanous        <Property Name="Oem" Type="Resource.Oem" Nullable="false">
575720c9898SEd Tanous          <Annotation Term="OData.Description" String="The OEM extension property."/>
576720c9898SEd Tanous          <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."/>
577720c9898SEd Tanous        </Property>
578720c9898SEd Tanous      </EntityType>
579720c9898SEd Tanous    </Schema>
580720c9898SEd Tanous
581720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_2">
582720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
583720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
584720c9898SEd Tanous    </Schema>
585720c9898SEd Tanous
586720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_3">
587720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
588720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
589720c9898SEd Tanous    </Schema>
590720c9898SEd Tanous
591720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_4">
592720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
593720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
594720c9898SEd Tanous    </Schema>
595720c9898SEd Tanous
596720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_5">
597720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
598720c9898SEd Tanous      <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."/>
599720c9898SEd Tanous    </Schema>
600720c9898SEd Tanous
601720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_6">
602720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
603720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
604720c9898SEd Tanous    </Schema>
605720c9898SEd Tanous
606720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_7">
607720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
608f2a8e57eSGunnar Mills      <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."/>
609720c9898SEd Tanous    </Schema>
610720c9898SEd Tanous
611720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_8">
612720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
613720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
614720c9898SEd Tanous    </Schema>
615720c9898SEd Tanous
616720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_9">
617720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
618720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
619720c9898SEd Tanous    </Schema>
620720c9898SEd Tanous
621720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_10">
622720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
623720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
624720c9898SEd Tanous    </Schema>
625720c9898SEd Tanous
626720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_11">
627720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
628720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
629720c9898SEd Tanous    </Schema>
630720c9898SEd Tanous
631720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_12">
632720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
633720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
634720c9898SEd Tanous    </Schema>
635720c9898SEd Tanous
636720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_13">
637720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
638f2a8e57eSGunnar Mills      <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."/>
639720c9898SEd Tanous    </Schema>
640720c9898SEd Tanous
641720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_14">
642720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
643f2a8e57eSGunnar Mills      <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."/>
644f2a8e57eSGunnar Mills    </Schema>
645f2a8e57eSGunnar Mills
646f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_15">
647f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
648f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add long descriptions to the values of `State` in `Status`.  It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
649720c9898SEd Tanous    </Schema>
650720c9898SEd Tanous
65128cfceb2SGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_16">
65228cfceb2SGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
65328cfceb2SGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add references in property long descriptions to the Redfish Data Model Specification where additional requirements or details are provided."/>
65428cfceb2SGunnar Mills    </Schema>
65528cfceb2SGunnar Mills
656720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_0">
657720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
658720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2016.1"/>
659720c9898SEd Tanous
660720c9898SEd Tanous      <ComplexType Name="Identifier" BaseType="Resource.Identifier">
661720c9898SEd Tanous        <Property Name="DurableName" Type="Edm.String">
662720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
663720c9898SEd Tanous          <Annotation Term="OData.Description" String="The world-wide, persistent name of the resource."/>
664f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain the world-wide unique identifier for the resource.  The string shall be in the format described by the value in the `DurableNameFormat` property."/>
665720c9898SEd Tanous        </Property>
666720c9898SEd Tanous        <Property Name="DurableNameFormat" Type="Resource.v1_1_0.DurableNameFormat">
667720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
668720c9898SEd Tanous          <Annotation Term="OData.Description" String="The format of the durable name property."/>
669f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall represent the format of the `DurableName` property."/>
670720c9898SEd Tanous        </Property>
671720c9898SEd Tanous      </ComplexType>
672720c9898SEd Tanous
673720c9898SEd Tanous      <ComplexType Name="Location" BaseType="Resource.Location">
674720c9898SEd Tanous        <Property Name="Info" Type="Edm.String">
675720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
676720c9898SEd Tanous          <Annotation Term="OData.Description" String="The location of the resource."/>
677720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall represent the location of the resource."/>
678720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
679720c9898SEd Tanous            <Collection>
680720c9898SEd Tanous              <Record>
681720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
682720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_5_0"/>
683f2a8e57eSGunnar Mills                <PropertyValue Property="Description" String="This property has been deprecated in favor of the `PostalAddress`, `Placement`, and `PartLocation` properties."/>
684720c9898SEd Tanous              </Record>
685720c9898SEd Tanous            </Collection>
686720c9898SEd Tanous          </Annotation>
687720c9898SEd Tanous        </Property>
688720c9898SEd Tanous        <Property Name="InfoFormat" Type="Edm.String">
689720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
690f2a8e57eSGunnar Mills          <Annotation Term="OData.Description" String="The format of the `Info` property."/>
691f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall represent the `Info` property format."/>
692720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
693720c9898SEd Tanous            <Collection>
694720c9898SEd Tanous              <Record>
695720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
696720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_5_0"/>
697f2a8e57eSGunnar Mills                <PropertyValue Property="Description" String="This property has been deprecated in favor of the `PostalAddress`, `Placement`, and `PartLocation` properties."/>
698720c9898SEd Tanous              </Record>
699720c9898SEd Tanous            </Collection>
700720c9898SEd Tanous          </Annotation>
701720c9898SEd Tanous        </Property>
702720c9898SEd Tanous        <Property Name="Oem" Type="Resource.Oem" Nullable="false">
703720c9898SEd Tanous          <Annotation Term="OData.Description" String="The OEM extension property."/>
704720c9898SEd Tanous          <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."/>
705720c9898SEd Tanous        </Property>
706720c9898SEd Tanous      </ComplexType>
707720c9898SEd Tanous
708720c9898SEd Tanous      <EnumType Name="DurableNameFormat">
709720c9898SEd Tanous        <Member Name="NAA">
710720c9898SEd Tanous          <Annotation Term="OData.Description" String="The Name Address Authority (NAA) format."/>
711f2a8e57eSGunnar Mills          <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."/>
712720c9898SEd Tanous        </Member>
713720c9898SEd Tanous        <Member Name="iQN">
714720c9898SEd Tanous          <Annotation Term="OData.Description" String="The iSCSI Qualified Name (iQN)."/>
715720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This durable name shall be in the iSCSI Qualified Name (iQN) format, as defined in RFC3720 and RFC3721."/>
716720c9898SEd Tanous        </Member>
717720c9898SEd Tanous        <Member Name="FC_WWN">
718720c9898SEd Tanous          <Annotation Term="OData.Description" String="The Fibre Channel (FC) World Wide Name (WWN)."/>
719f2a8e57eSGunnar Mills          <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."/>
720720c9898SEd Tanous        </Member>
721720c9898SEd Tanous        <Member Name="UUID">
722720c9898SEd Tanous          <Annotation Term="OData.Description" String="The Universally Unique Identifier (UUID)."/>
723f2a8e57eSGunnar Mills          <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})'."/>
724720c9898SEd Tanous        </Member>
725720c9898SEd Tanous        <Member Name="EUI">
726720c9898SEd Tanous          <Annotation Term="OData.Description" String="The IEEE-defined 64-bit Extended Unique Identifier (EUI)."/>
727f2a8e57eSGunnar Mills          <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."/>
728720c9898SEd Tanous        </Member>
729720c9898SEd Tanous        <Member Name="NQN">
730720c9898SEd Tanous          <Annotation Term="OData.Description" String="The NVMe Qualified Name (NQN)."/>
731720c9898SEd Tanous          <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."/>
732720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
733720c9898SEd Tanous            <Collection>
734720c9898SEd Tanous              <Record>
735720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
736720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_6_0"/>
737720c9898SEd Tanous              </Record>
738720c9898SEd Tanous            </Collection>
739720c9898SEd Tanous          </Annotation>
740720c9898SEd Tanous        </Member>
741720c9898SEd Tanous        <Member Name="NSID">
742720c9898SEd Tanous          <Annotation Term="OData.Description" String="The NVM Namespace Identifier (NSID)."/>
743720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This durable name shall be in the NVM Namespace Identifier (NSID) format, as defined in the NVN Express Specification."/>
744720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
745720c9898SEd Tanous            <Collection>
746720c9898SEd Tanous              <Record>
747720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
748720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_6_0"/>
749720c9898SEd Tanous              </Record>
750720c9898SEd Tanous              <Record>
751720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
752720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_12_0"/>
753720c9898SEd Tanous                <PropertyValue Property="Description" String="This value has been deprecated due to its non-uniqueness and `NGUID` should be used."/>
754720c9898SEd Tanous              </Record>
755720c9898SEd Tanous            </Collection>
756720c9898SEd Tanous          </Annotation>
757720c9898SEd Tanous        </Member>
758720c9898SEd Tanous        <Member Name="NGUID">
759720c9898SEd Tanous          <Annotation Term="OData.Description" String="The Namespace Globally Unique Identifier (NGUID)."/>
760f2a8e57eSGunnar Mills          <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."/>
761720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
762720c9898SEd Tanous            <Collection>
763720c9898SEd Tanous              <Record>
764720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
765720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_10_0"/>
766720c9898SEd Tanous              </Record>
767720c9898SEd Tanous            </Collection>
768720c9898SEd Tanous          </Annotation>
769720c9898SEd Tanous        </Member>
770720c9898SEd Tanous        <Member Name="MACAddress">
771720c9898SEd Tanous          <Annotation Term="OData.Description" String="The media access control address (MAC address)."/>
772f2a8e57eSGunnar Mills          <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."/>
773720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
774720c9898SEd Tanous            <Collection>
775720c9898SEd Tanous              <Record>
776720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
777720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_14_0"/>
778720c9898SEd Tanous              </Record>
779720c9898SEd Tanous            </Collection>
780720c9898SEd Tanous          </Annotation>
781720c9898SEd Tanous        </Member>
782720c9898SEd Tanous        <Member Name="GCXLID">
783720c9898SEd Tanous          <Annotation Term="OData.Description" String="The globally unique CXL logical device identifier (GCXLID)."/>
784f2a8e57eSGunnar Mills          <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."/>
785720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
786720c9898SEd Tanous            <Collection>
787720c9898SEd Tanous              <Record>
788720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
789720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_15_0"/>
790720c9898SEd Tanous              </Record>
791720c9898SEd Tanous            </Collection>
792720c9898SEd Tanous          </Annotation>
793720c9898SEd Tanous        </Member>
794720c9898SEd Tanous      </EnumType>
795720c9898SEd Tanous    </Schema>
796720c9898SEd Tanous
797720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_1">
798720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
799720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
800720c9898SEd Tanous    </Schema>
801720c9898SEd Tanous
802720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_2">
803720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
804720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
805720c9898SEd Tanous    </Schema>
806720c9898SEd Tanous
807720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_3">
808720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
809720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
810720c9898SEd Tanous    </Schema>
811720c9898SEd Tanous
812720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_4">
813720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
814720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
815720c9898SEd Tanous    </Schema>
816720c9898SEd Tanous
817720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_5">
818720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
819f2a8e57eSGunnar Mills      <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."/>
820720c9898SEd Tanous    </Schema>
821720c9898SEd Tanous
822720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_6">
823720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
824720c9898SEd Tanous      <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."/>
825720c9898SEd Tanous    </Schema>
826720c9898SEd Tanous
827720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_7">
828720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
829720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
830720c9898SEd Tanous    </Schema>
831720c9898SEd Tanous
832720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_8">
833720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
834f2a8e57eSGunnar Mills      <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."/>
835720c9898SEd Tanous    </Schema>
836720c9898SEd Tanous
837720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_9">
838720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
839720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
840720c9898SEd Tanous    </Schema>
841720c9898SEd Tanous
842720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_10">
843720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
844720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
845720c9898SEd Tanous    </Schema>
846720c9898SEd Tanous
847720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_11">
848720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
849720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
850720c9898SEd Tanous    </Schema>
851720c9898SEd Tanous
852720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_12">
853720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
854720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
855720c9898SEd Tanous    </Schema>
856720c9898SEd Tanous
857720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_13">
858720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
859720c9898SEd Tanous      <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."/>
860720c9898SEd Tanous    </Schema>
861720c9898SEd Tanous
862720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_14">
863720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
864f2a8e57eSGunnar Mills      <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."/>
865720c9898SEd Tanous    </Schema>
866720c9898SEd Tanous
867720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_15">
868720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
869f2a8e57eSGunnar Mills      <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."/>
870720c9898SEd Tanous    </Schema>
871720c9898SEd Tanous
872720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_16">
873720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
874f2a8e57eSGunnar Mills      <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."/>
875f2a8e57eSGunnar Mills    </Schema>
876f2a8e57eSGunnar Mills
877f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_17">
878f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
879f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add long descriptions to the values of `State` in `Status`.  It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
880720c9898SEd Tanous    </Schema>
881720c9898SEd Tanous
88228cfceb2SGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_18">
88328cfceb2SGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
88428cfceb2SGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add references in property long descriptions to the Redfish Data Model Specification where additional requirements or details are provided."/>
88528cfceb2SGunnar Mills    </Schema>
88628cfceb2SGunnar Mills
887720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_0">
888720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
889720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2016.2"/>
8909b46bc0bSMyung Bae      <Annotation Term="OData.Description" String="This version moves the former definition of `PowerState` to the unversioned namespace."/>
891720c9898SEd Tanous    </Schema>
892720c9898SEd Tanous
893720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_1">
894720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
895720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
896720c9898SEd Tanous    </Schema>
897720c9898SEd Tanous
898720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_2">
899720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
900720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
901720c9898SEd Tanous    </Schema>
902720c9898SEd Tanous
903720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_3">
904720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
905720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
906720c9898SEd Tanous    </Schema>
907720c9898SEd Tanous
908720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_4">
909720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
910f2a8e57eSGunnar Mills      <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."/>
911720c9898SEd Tanous    </Schema>
912720c9898SEd Tanous
913720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_5">
914720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
915720c9898SEd Tanous      <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."/>
916720c9898SEd Tanous    </Schema>
917720c9898SEd Tanous
918720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_6">
919720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
920720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
921720c9898SEd Tanous    </Schema>
922720c9898SEd Tanous
923720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_7">
924720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
925f2a8e57eSGunnar Mills      <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."/>
926720c9898SEd Tanous    </Schema>
927720c9898SEd Tanous
928720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_8">
929720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
930720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
931720c9898SEd Tanous    </Schema>
932720c9898SEd Tanous
933720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_9">
934720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
935720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
936720c9898SEd Tanous    </Schema>
937720c9898SEd Tanous
938720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_10">
939720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
940720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
941720c9898SEd Tanous    </Schema>
942720c9898SEd Tanous
943720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_11">
944720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
945720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
946720c9898SEd Tanous    </Schema>
947720c9898SEd Tanous
948720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_12">
949720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
950720c9898SEd Tanous      <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."/>
951720c9898SEd Tanous    </Schema>
952720c9898SEd Tanous
953720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_13">
954720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
955f2a8e57eSGunnar Mills      <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."/>
956720c9898SEd Tanous    </Schema>
957720c9898SEd Tanous
958720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_14">
959720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
960f2a8e57eSGunnar Mills      <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."/>
961720c9898SEd Tanous    </Schema>
962720c9898SEd Tanous
963720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_15">
964720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
965f2a8e57eSGunnar Mills      <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."/>
966f2a8e57eSGunnar Mills    </Schema>
967f2a8e57eSGunnar Mills
968f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_16">
969f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
970f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add long descriptions to the values of `State` in `Status`.  It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
971720c9898SEd Tanous    </Schema>
972720c9898SEd Tanous
97328cfceb2SGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_17">
97428cfceb2SGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
97528cfceb2SGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add references in property long descriptions to the Redfish Data Model Specification where additional requirements or details are provided."/>
97628cfceb2SGunnar Mills    </Schema>
97728cfceb2SGunnar Mills
978720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_0">
979720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
980720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2016.3"/>
981720c9898SEd Tanous
982720c9898SEd Tanous      <EnumType Name="RackUnits">
983720c9898SEd Tanous        <Annotation Term="OData.Description" String="The type of rack unit in use."/>
984720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="Enumeration literals shall name the type of rack unit in use."/>
985720c9898SEd Tanous        <Member Name="OpenU">
986720c9898SEd Tanous          <Annotation Term="OData.Description" String="A rack unit that is equal to 48 mm (1.89 in)."/>
987720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="Rack units shall be specified in terms of the Open Compute Open Rack Specification."/>
988720c9898SEd Tanous        </Member>
989720c9898SEd Tanous        <Member Name="EIA_310">
990720c9898SEd Tanous          <Annotation Term="OData.Description" String="A rack unit that is equal to 1.75 in (44.45 mm)."/>
991720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="Rack units shall conform to the EIA-310 standard."/>
992720c9898SEd Tanous        </Member>
993720c9898SEd Tanous      </EnumType>
994720c9898SEd Tanous
995720c9898SEd Tanous      <ComplexType Name="PostalAddress">
996720c9898SEd Tanous        <Annotation Term="OData.Description" String="The postal address for a resource."/>
997720c9898SEd Tanous        <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."/>
998720c9898SEd Tanous        <Annotation Term="Redfish.Revisions">
999720c9898SEd Tanous          <Collection>
1000720c9898SEd Tanous            <Record>
1001720c9898SEd Tanous              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
1002720c9898SEd Tanous              <PropertyValue Property="Version" String="v1_17_0"/>
1003f2a8e57eSGunnar Mills              <PropertyValue Property="Description" String="This object and its properties have been deprecated in favor of `PhysicalAddress`."/>
1004720c9898SEd Tanous            </Record>
1005720c9898SEd Tanous          </Collection>
1006720c9898SEd Tanous        </Annotation>
1007720c9898SEd Tanous        <Property Name="Country" Type="Edm.String">
1008720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1009720c9898SEd Tanous          <Annotation Term="OData.Description" String="The country."/>
1010720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the Country field."/>
1011720c9898SEd Tanous        </Property>
1012720c9898SEd Tanous        <Property Name="Territory" Type="Edm.String">
1013720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1014720c9898SEd Tanous          <Annotation Term="OData.Description" String="A top-level subdivision within a country."/>
1015720c9898SEd Tanous          <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."/>
1016720c9898SEd Tanous        </Property>
1017720c9898SEd Tanous        <Property Name="District" Type="Edm.String">
1018720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1019720c9898SEd Tanous          <Annotation Term="OData.Description" String="A county, parish, gun (JP), or district (IN)."/>
1020720c9898SEd Tanous          <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)."/>
1021720c9898SEd Tanous        </Property>
1022720c9898SEd Tanous        <Property Name="City" Type="Edm.String">
1023720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1024720c9898SEd Tanous          <Annotation Term="OData.Description" String="City, township, or shi (JP)."/>
1025720c9898SEd Tanous          <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)."/>
1026720c9898SEd Tanous        </Property>
1027720c9898SEd Tanous        <Property Name="Division" Type="Edm.String">
1028720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1029720c9898SEd Tanous          <Annotation Term="OData.Description" String="City division, borough, city district, ward, or chou (JP)."/>
1030720c9898SEd Tanous          <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)."/>
1031720c9898SEd Tanous        </Property>
1032720c9898SEd Tanous        <Property Name="Neighborhood" Type="Edm.String">
1033720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1034720c9898SEd Tanous          <Annotation Term="OData.Description" String="Neighborhood or block."/>
1035720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the A5 field.  Names a neighborhood or block."/>
1036720c9898SEd Tanous        </Property>
1037720c9898SEd Tanous        <Property Name="LeadingStreetDirection" Type="Edm.String">
1038720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1039720c9898SEd Tanous          <Annotation Term="OData.Description" String="A leading street direction."/>
1040720c9898SEd Tanous          <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)."/>
1041720c9898SEd Tanous        </Property>
1042720c9898SEd Tanous        <Property Name="Street" Type="Edm.String">
1043720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1044720c9898SEd Tanous          <Annotation Term="OData.Description" String="Street name."/>
1045720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the A6 field.  Names a street."/>
1046720c9898SEd Tanous        </Property>
1047720c9898SEd Tanous        <Property Name="TrailingStreetSuffix" Type="Edm.String">
1048720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1049720c9898SEd Tanous          <Annotation Term="OData.Description" String="A trailing street suffix."/>
1050720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the POD field.  Names a trailing street suffix."/>
1051720c9898SEd Tanous        </Property>
1052720c9898SEd Tanous        <Property Name="StreetSuffix" Type="Edm.String">
1053720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1054720c9898SEd Tanous          <Annotation Term="OData.Description" String="Avenue, Platz, Street, Circle."/>
1055720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the STS field.  Names a street suffix."/>
1056720c9898SEd Tanous        </Property>
1057720c9898SEd Tanous        <Property Name="HouseNumber" Type="Edm.Int64">
1058720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1059720c9898SEd Tanous          <Annotation Term="OData.Description" String="The numeric portion of house number."/>
1060720c9898SEd Tanous          <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."/>
1061720c9898SEd Tanous        </Property>
1062720c9898SEd Tanous        <Property Name="HouseNumberSuffix" Type="Edm.String">
1063720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1064720c9898SEd Tanous          <Annotation Term="OData.Description" String="The house number suffix."/>
1065720c9898SEd Tanous          <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)."/>
1066720c9898SEd Tanous        </Property>
1067720c9898SEd Tanous        <Property Name="Landmark" Type="Edm.String">
1068720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1069720c9898SEd Tanous          <Annotation Term="OData.Description" String="The landmark."/>
1070720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the LMK field.  Identifies a landmark or vanity address."/>
1071720c9898SEd Tanous        </Property>
1072720c9898SEd Tanous        <Property Name="Location" Type="Edm.String">
1073720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1074720c9898SEd Tanous          <Annotation Term="OData.Description" String="The room designation or other additional information."/>
1075720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the LOC field.  Provides additional information."/>
1076720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
1077720c9898SEd Tanous            <Collection>
1078720c9898SEd Tanous              <Record>
1079720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
1080720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_7_0"/>
1081f2a8e57eSGunnar Mills                <PropertyValue Property="Description" String="This property has been deprecated in favor of the `AdditionalInfo` property."/>
1082720c9898SEd Tanous              </Record>
1083720c9898SEd Tanous            </Collection>
1084720c9898SEd Tanous          </Annotation>
1085720c9898SEd Tanous        </Property>
1086720c9898SEd Tanous        <Property Name="Floor" Type="Edm.String">
1087720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1088720c9898SEd Tanous          <Annotation Term="OData.Description" String="The floor."/>
1089720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the FLR field.  Provides a floor designation."/>
1090720c9898SEd Tanous        </Property>
1091720c9898SEd Tanous        <Property Name="Name" Type="Edm.String">
1092720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1093720c9898SEd Tanous          <Annotation Term="OData.Description" String="The name."/>
1094720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the NAM field.  Names the occupant."/>
1095720c9898SEd Tanous        </Property>
1096720c9898SEd Tanous        <Property Name="PostalCode" Type="Edm.String">
1097720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1098720c9898SEd Tanous          <Annotation Term="OData.Description" String="The postal code or zip code."/>
1099720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the PC field.  A postal code (or zip code)."/>
1100720c9898SEd Tanous        </Property>
1101720c9898SEd Tanous        <Property Name="Building" Type="Edm.String">
1102720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1103720c9898SEd Tanous          <Annotation Term="OData.Description" String="The name of the building."/>
1104720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the BLD field.  Names the building."/>
1105720c9898SEd Tanous        </Property>
1106720c9898SEd Tanous        <Property Name="Unit" Type="Edm.String">
1107720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1108720c9898SEd Tanous          <Annotation Term="OData.Description" String="The name or number of the apartment unit or suite."/>
1109720c9898SEd Tanous          <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."/>
1110720c9898SEd Tanous        </Property>
1111720c9898SEd Tanous        <Property Name="Room" Type="Edm.String">
1112720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1113720c9898SEd Tanous          <Annotation Term="OData.Description" String="The name or number of the room."/>
1114720c9898SEd Tanous          <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."/>
1115720c9898SEd Tanous        </Property>
1116720c9898SEd Tanous        <Property Name="Seat" Type="Edm.String">
1117720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1118720c9898SEd Tanous          <Annotation Term="OData.Description" String="The seat, such as the desk, cubicle, or workstation."/>
1119720c9898SEd Tanous          <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."/>
1120720c9898SEd Tanous        </Property>
1121720c9898SEd Tanous        <Property Name="PlaceType" Type="Edm.String">
1122720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1123720c9898SEd Tanous          <Annotation Term="OData.Description" String="The description of the type of place that is addressed."/>
1124720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the PLC field.  Examples include office and residence."/>
1125720c9898SEd Tanous        </Property>
1126720c9898SEd Tanous        <Property Name="Community" Type="Edm.String">
1127720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1128720c9898SEd Tanous          <Annotation Term="OData.Description" String="The postal community name."/>
1129720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the PCN field.  A postal community name."/>
1130720c9898SEd Tanous        </Property>
1131720c9898SEd Tanous        <Property Name="POBox" Type="Edm.String">
1132720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1133720c9898SEd Tanous          <Annotation Term="OData.Description" String="The post office box (PO box)."/>
1134720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the POBOX field.  A post office box (PO box)."/>
1135720c9898SEd Tanous        </Property>
1136720c9898SEd Tanous        <Property Name="AdditionalCode" Type="Edm.String">
1137720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1138720c9898SEd Tanous          <Annotation Term="OData.Description" String="The additional code."/>
1139720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the ADDCODE field."/>
1140720c9898SEd Tanous        </Property>
1141720c9898SEd Tanous        <Property Name="Road" Type="Edm.String">
1142720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1143720c9898SEd Tanous          <Annotation Term="OData.Description" String="The primary road or street."/>
1144720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the RD field.  Designates a primary road or street."/>
1145720c9898SEd Tanous        </Property>
1146720c9898SEd Tanous        <Property Name="RoadSection" Type="Edm.String">
1147720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1148720c9898SEd Tanous          <Annotation Term="OData.Description" String="The road section."/>
1149720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the RDSEC field.  A road section."/>
1150720c9898SEd Tanous        </Property>
1151720c9898SEd Tanous        <Property Name="RoadBranch" Type="Edm.String">
1152720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1153720c9898SEd Tanous          <Annotation Term="OData.Description" String="The road branch."/>
1154720c9898SEd Tanous          <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."/>
1155720c9898SEd Tanous        </Property>
1156720c9898SEd Tanous        <Property Name="RoadSubBranch" Type="Edm.String">
1157720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1158720c9898SEd Tanous          <Annotation Term="OData.Description" String="The road sub branch."/>
1159720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the RDSUBBR field."/>
1160720c9898SEd Tanous        </Property>
1161720c9898SEd Tanous        <Property Name="RoadPreModifier" Type="Edm.String">
1162720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1163720c9898SEd Tanous          <Annotation Term="OData.Description" String="The road pre-modifier."/>
1164720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the PRM field.  For example, Old or New."/>
1165720c9898SEd Tanous        </Property>
1166720c9898SEd Tanous        <Property Name="RoadPostModifier" Type="Edm.String">
1167720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1168720c9898SEd Tanous          <Annotation Term="OData.Description" String="The road post-modifier."/>
1169720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the POM field.  For example, Extended."/>
1170720c9898SEd Tanous        </Property>
1171720c9898SEd Tanous        <Property Name="GPSCoords" Type="Edm.String">
1172720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1173720c9898SEd Tanous          <Annotation Term="OData.Description" String="The GPS coordinates of the part."/>
1174720c9898SEd Tanous          <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."/>
1175720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
1176720c9898SEd Tanous            <Collection>
1177720c9898SEd Tanous              <Record>
1178720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
1179720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_6_0"/>
1180720c9898SEd Tanous                <PropertyValue Property="Description" String="This property has been deprecated in favor of the Longitude and Latitude properties."/>
1181720c9898SEd Tanous              </Record>
1182720c9898SEd Tanous            </Collection>
1183720c9898SEd Tanous          </Annotation>
1184720c9898SEd Tanous        </Property>
1185720c9898SEd Tanous      </ComplexType>
1186720c9898SEd Tanous
1187720c9898SEd Tanous      <ComplexType Name="Placement">
1188720c9898SEd Tanous        <Annotation Term="OData.Description" String="The placement within the addressed location."/>
1189720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="The value shall describe a location within a resource.  Examples include a shelf in a rack."/>
1190720c9898SEd Tanous        <Property Name="Row" Type="Edm.String">
1191720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1192720c9898SEd Tanous          <Annotation Term="OData.Description" String="The name of the row."/>
1193720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the name of the row."/>
1194720c9898SEd Tanous        </Property>
1195720c9898SEd Tanous        <Property Name="Rack" Type="Edm.String">
1196720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1197720c9898SEd Tanous          <Annotation Term="OData.Description" String="The name of a rack location within a row."/>
1198720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the name of the rack within a row."/>
1199720c9898SEd Tanous        </Property>
1200720c9898SEd Tanous        <Property Name="RackOffsetUnits" Type="Resource.v1_3_0.RackUnits">
1201720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1202720c9898SEd Tanous          <Annotation Term="OData.Description" String="The type of rack units in use."/>
1203720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain a RackUnit enumeration literal that indicates the type of rack units in use."/>
1204720c9898SEd Tanous        </Property>
1205720c9898SEd Tanous        <Property Name="RackOffset" Type="Edm.Int64" DefaultValue="0">
1206720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1207720c9898SEd Tanous          <Annotation Term="OData.Description" String="The vertical location of the item, in terms of RackOffsetUnits."/>
1208720c9898SEd Tanous          <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."/>
1209720c9898SEd Tanous        </Property>
1210720c9898SEd Tanous      </ComplexType>
1211720c9898SEd Tanous
1212720c9898SEd Tanous      <ComplexType Name="Location" BaseType="Resource.v1_1_0.Location">
1213720c9898SEd Tanous        <Annotation Term="OData.Description" String="The location of a resource."/>
1214720c9898SEd Tanous        <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."/>
1215720c9898SEd Tanous        <Property Name="PostalAddress" Type="Resource.v1_3_0.PostalAddress" Nullable="false">
1216720c9898SEd Tanous          <Annotation Term="OData.Description" String="The postal address of the addressed resource."/>
1217720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain a postal address of the resource."/>
1218720c9898SEd Tanous        </Property>
1219720c9898SEd Tanous        <Property Name="Placement" Type="Resource.v1_3_0.Placement" Nullable="false">
1220720c9898SEd Tanous          <Annotation Term="OData.Description" String="A place within the addressed location."/>
1221720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain a place within the addressed location."/>
1222720c9898SEd Tanous        </Property>
1223720c9898SEd Tanous      </ComplexType>
1224720c9898SEd Tanous    </Schema>
1225720c9898SEd Tanous
1226720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_1">
1227720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1228720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
1229720c9898SEd Tanous    </Schema>
1230720c9898SEd Tanous
1231720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_2">
1232720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1233720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
1234720c9898SEd Tanous    </Schema>
1235720c9898SEd Tanous
1236720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_3">
1237720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1238f2a8e57eSGunnar Mills      <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."/>
1239720c9898SEd Tanous    </Schema>
1240720c9898SEd Tanous
1241720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_4">
1242720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1243720c9898SEd Tanous      <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."/>
1244720c9898SEd Tanous    </Schema>
1245720c9898SEd Tanous
1246720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_5">
1247720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1248720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
1249720c9898SEd Tanous    </Schema>
1250720c9898SEd Tanous
1251720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_6">
1252720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1253f2a8e57eSGunnar Mills      <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`."/>
1254720c9898SEd Tanous    </Schema>
1255720c9898SEd Tanous
1256720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_7">
1257720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1258720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1259720c9898SEd Tanous    </Schema>
1260720c9898SEd Tanous
1261720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_8">
1262720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1263720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1264720c9898SEd Tanous    </Schema>
1265720c9898SEd Tanous
1266720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_9">
1267720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1268720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1269720c9898SEd Tanous    </Schema>
1270720c9898SEd Tanous
1271720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_10">
1272720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1273720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1274720c9898SEd Tanous    </Schema>
1275720c9898SEd Tanous
1276720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_11">
1277720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1278720c9898SEd Tanous      <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."/>
1279720c9898SEd Tanous    </Schema>
1280720c9898SEd Tanous
1281720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_12">
1282720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1283f2a8e57eSGunnar Mills      <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."/>
1284720c9898SEd Tanous    </Schema>
1285720c9898SEd Tanous
1286720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_13">
1287720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1288f2a8e57eSGunnar Mills      <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."/>
1289720c9898SEd Tanous    </Schema>
1290720c9898SEd Tanous
1291720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_14">
1292720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1293f2a8e57eSGunnar Mills      <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."/>
1294f2a8e57eSGunnar Mills    </Schema>
1295f2a8e57eSGunnar Mills
1296f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_15">
1297f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1298f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add long descriptions to the values of `State` in `Status`.  It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
1299720c9898SEd Tanous    </Schema>
1300720c9898SEd Tanous
130128cfceb2SGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_16">
130228cfceb2SGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
130328cfceb2SGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add references in property long descriptions to the Redfish Data Model Specification where additional requirements or details are provided."/>
130428cfceb2SGunnar Mills    </Schema>
130528cfceb2SGunnar Mills
1306720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_0">
1307720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1308720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2017.1"/>
13099b46bc0bSMyung Bae      <Annotation Term="OData.Description" String="This version was created to add the `PowerCycle` enumeration to `ResetType`."/>
1310720c9898SEd Tanous    </Schema>
1311720c9898SEd Tanous
1312720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_1">
1313720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1314720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
1315720c9898SEd Tanous    </Schema>
1316720c9898SEd Tanous
1317720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_2">
1318720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1319f2a8e57eSGunnar Mills      <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."/>
1320720c9898SEd Tanous    </Schema>
1321720c9898SEd Tanous
1322720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_3">
1323720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1324720c9898SEd Tanous      <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."/>
1325720c9898SEd Tanous    </Schema>
1326720c9898SEd Tanous
1327720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_4">
1328720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1329720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
1330720c9898SEd Tanous    </Schema>
1331720c9898SEd Tanous
1332720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_5">
1333720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1334f2a8e57eSGunnar Mills      <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`."/>
1335720c9898SEd Tanous    </Schema>
1336720c9898SEd Tanous
1337720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_6">
1338720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1339720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1340720c9898SEd Tanous    </Schema>
1341720c9898SEd Tanous
1342720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_7">
1343720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1344720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1345720c9898SEd Tanous    </Schema>
1346720c9898SEd Tanous
1347720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_8">
1348720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1349720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1350720c9898SEd Tanous    </Schema>
1351720c9898SEd Tanous
1352720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_9">
1353720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1354720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1355720c9898SEd Tanous    </Schema>
1356720c9898SEd Tanous
1357720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_10">
1358720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1359720c9898SEd Tanous      <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."/>
1360720c9898SEd Tanous    </Schema>
1361720c9898SEd Tanous
1362720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_11">
1363720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1364f2a8e57eSGunnar Mills      <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."/>
1365720c9898SEd Tanous    </Schema>
1366720c9898SEd Tanous
1367720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_12">
1368720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1369f2a8e57eSGunnar Mills      <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."/>
1370720c9898SEd Tanous    </Schema>
1371720c9898SEd Tanous
1372720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_13">
1373720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1374f2a8e57eSGunnar Mills      <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."/>
1375f2a8e57eSGunnar Mills    </Schema>
1376f2a8e57eSGunnar Mills
1377f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_14">
1378f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1379f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add long descriptions to the values of `State` in `Status`.  It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
1380720c9898SEd Tanous    </Schema>
1381720c9898SEd Tanous
138228cfceb2SGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_15">
138328cfceb2SGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
138428cfceb2SGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add references in property long descriptions to the Redfish Data Model Specification where additional requirements or details are provided."/>
138528cfceb2SGunnar Mills    </Schema>
138628cfceb2SGunnar Mills
1387720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_0">
1388720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1389720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2017.2"/>
1390f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add `PartLocation` to Location."/>
1391720c9898SEd Tanous
1392720c9898SEd Tanous      <EnumType Name="LocationType">
1393720c9898SEd Tanous        <Annotation Term="OData.Description" String="The types of locations for a part within an enclosure."/>
1394720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This enumeration shall list the types of locations for a part within an enclosure."/>
1395720c9898SEd Tanous        <Member Name="Slot">
1396720c9898SEd Tanous          <Annotation Term="OData.Description" String="A slot."/>
1397720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall indicate the part is located in a slot."/>
1398720c9898SEd Tanous        </Member>
1399720c9898SEd Tanous        <Member Name="Bay">
1400720c9898SEd Tanous          <Annotation Term="OData.Description" String="A bay."/>
1401720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall indicate the part is located in a bay."/>
1402720c9898SEd Tanous        </Member>
1403720c9898SEd Tanous        <Member Name="Connector">
1404720c9898SEd Tanous          <Annotation Term="OData.Description" String="A connector or port."/>
1405720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall indicate the part is located in a connector or port."/>
1406720c9898SEd Tanous        </Member>
1407720c9898SEd Tanous        <Member Name="Socket">
1408720c9898SEd Tanous          <Annotation Term="OData.Description" String="A socket."/>
1409720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall indicate the part is located in a socket."/>
1410720c9898SEd Tanous        </Member>
1411720c9898SEd Tanous        <Member Name="Backplane">
1412720c9898SEd Tanous          <Annotation Term="OData.Description" String="A backplane."/>
1413720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall indicate the part is a backplane in an enclosure."/>
1414720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
1415720c9898SEd Tanous            <Collection>
1416720c9898SEd Tanous              <Record>
1417720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
1418720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_12_0"/>
1419720c9898SEd Tanous              </Record>
1420720c9898SEd Tanous            </Collection>
1421720c9898SEd Tanous          </Annotation>
1422720c9898SEd Tanous        </Member>
1423720c9898SEd Tanous        <Member Name="Embedded">
1424720c9898SEd Tanous          <Annotation Term="OData.Description" String="Embedded within a part."/>
1425720c9898SEd Tanous          <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."/>
1426720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
1427720c9898SEd Tanous            <Collection>
1428720c9898SEd Tanous              <Record>
1429720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
1430720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_13_0"/>
1431720c9898SEd Tanous              </Record>
1432720c9898SEd Tanous            </Collection>
1433720c9898SEd Tanous          </Annotation>
1434720c9898SEd Tanous        </Member>
1435720c9898SEd Tanous      </EnumType>
1436720c9898SEd Tanous
1437720c9898SEd Tanous      <EnumType Name="Reference">
1438720c9898SEd Tanous        <Annotation Term="OData.Description" String="The reference areas for the location of the part within an enclosure."/>
1439720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This enumeration shall list the reference areas for the location of the part within an enclosure."/>
1440720c9898SEd Tanous        <Member Name="Top">
1441720c9898SEd Tanous          <Annotation Term="OData.Description" String="The part is in the top of the unit."/>
1442720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall indicate the part is in the top of the unit."/>
1443720c9898SEd Tanous        </Member>
1444720c9898SEd Tanous        <Member Name="Bottom">
1445720c9898SEd Tanous          <Annotation Term="OData.Description" String="The part is in the bottom of the unit."/>
1446720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall indicate the part is in the bottom of the unit."/>
1447720c9898SEd Tanous        </Member>
1448720c9898SEd Tanous        <Member Name="Front">
1449720c9898SEd Tanous          <Annotation Term="OData.Description" String="The part is in the front of the unit."/>
1450720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall indicate the part is in the front of the unit."/>
1451720c9898SEd Tanous        </Member>
1452720c9898SEd Tanous        <Member Name="Rear">
1453720c9898SEd Tanous          <Annotation Term="OData.Description" String="The part is in the rear of the unit."/>
1454720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall indicate the part is in the rear of the unit."/>
1455720c9898SEd Tanous        </Member>
1456720c9898SEd Tanous        <Member Name="Left">
1457720c9898SEd Tanous          <Annotation Term="OData.Description" String="The part is on the left side of the unit."/>
1458720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall indicate the part is on the left side of the unit."/>
1459720c9898SEd Tanous        </Member>
1460720c9898SEd Tanous        <Member Name="Right">
1461720c9898SEd Tanous          <Annotation Term="OData.Description" String="The part is on the right side of the unit."/>
1462720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall indicate the part is on the right side of the unit."/>
1463720c9898SEd Tanous        </Member>
1464720c9898SEd Tanous        <Member Name="Middle">
1465720c9898SEd Tanous          <Annotation Term="OData.Description" String="The part is in the middle of the unit."/>
1466720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall indicate the part is in the middle of the unit."/>
1467720c9898SEd Tanous        </Member>
1468720c9898SEd Tanous      </EnumType>
1469720c9898SEd Tanous
1470720c9898SEd Tanous      <EnumType Name="Orientation">
1471720c9898SEd Tanous        <Annotation Term="OData.Description" String="The orientations for the ordering of the part location ordinal value."/>
1472f2a8e57eSGunnar Mills        <Annotation Term="OData.LongDescription" String="This enumeration shall list the orientations for the ordering of the `LocationOrdinalValue` property."/>
1473720c9898SEd Tanous        <Member Name="FrontToBack">
1474f2a8e57eSGunnar Mills          <Annotation Term="OData.Description" String="The ordering for `LocationOrdinalValue` is front to back."/>
1475f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This value shall indicate the ordering for `LocationOrdinalValue` is front to back."/>
1476720c9898SEd Tanous        </Member>
1477720c9898SEd Tanous        <Member Name="BackToFront">
1478720c9898SEd Tanous          <Annotation Term="OData.Description" String="The ordering for the LocationOrdinalValue is back to front."/>
1479f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This value shall indicate the ordering for `LocationOrdinalValue` is back to front."/>
1480720c9898SEd Tanous        </Member>
1481720c9898SEd Tanous        <Member Name="TopToBottom">
1482720c9898SEd Tanous          <Annotation Term="OData.Description" String="The ordering for the LocationOrdinalValue is top to bottom."/>
1483f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This value shall indicate the ordering for `LocationOrdinalValue` is top to bottom."/>
1484720c9898SEd Tanous        </Member>
1485720c9898SEd Tanous        <Member Name="BottomToTop">
1486f2a8e57eSGunnar Mills          <Annotation Term="OData.Description" String="The ordering for `LocationOrdinalValue` is bottom to top."/>
1487f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This value shall indicate the ordering for `LocationOrdinalValue` is bottom to top."/>
1488720c9898SEd Tanous        </Member>
1489720c9898SEd Tanous        <Member Name="LeftToRight">
1490720c9898SEd Tanous          <Annotation Term="OData.Description" String="The ordering for the LocationOrdinalValue is left to right."/>
1491f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This value shall indicate the ordering for `LocationOrdinalValue` is left to right."/>
1492720c9898SEd Tanous        </Member>
1493720c9898SEd Tanous        <Member Name="RightToLeft">
1494720c9898SEd Tanous          <Annotation Term="OData.Description" String="The ordering for the LocationOrdinalValue is right to left."/>
1495f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This value shall indicate the ordering for `LocationOrdinalValue` is right to left."/>
1496720c9898SEd Tanous        </Member>
1497720c9898SEd Tanous      </EnumType>
1498720c9898SEd Tanous
1499720c9898SEd Tanous      <ComplexType Name="PartLocation">
1500720c9898SEd Tanous        <Annotation Term="OData.Description" String="The part location for a resource within an enclosure."/>
1501720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall describe a location for a resource within an enclosure."/>
1502720c9898SEd Tanous        <Property Name="ServiceLabel" Type="Edm.String">
1503720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1504720c9898SEd Tanous          <Annotation Term="OData.Description" String="The label of the part location, such as a silk-screened name or a printed label."/>
1505720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the label assigned for service at the part location."/>
1506720c9898SEd Tanous        </Property>
1507720c9898SEd Tanous        <Property Name="LocationType" Type="Resource.v1_5_0.LocationType">
1508720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1509720c9898SEd Tanous          <Annotation Term="OData.Description" String="The type of location of the part."/>
1510720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the type of location of the part."/>
1511720c9898SEd Tanous        </Property>
1512720c9898SEd Tanous        <Property Name="LocationOrdinalValue" Type="Edm.Int64" DefaultValue="0">
1513720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1514f2a8e57eSGunnar Mills          <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`."/>
1515f2a8e57eSGunnar Mills          <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`."/>
1516720c9898SEd Tanous        </Property>
1517720c9898SEd Tanous        <Property Name="Reference" Type="Resource.v1_5_0.Reference">
1518720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1519720c9898SEd Tanous          <Annotation Term="OData.Description" String="The reference point for the part location.  Provides guidance about the general location of the part."/>
1520720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the general location within the unit of the part."/>
1521720c9898SEd Tanous        </Property>
1522720c9898SEd Tanous        <Property Name="Orientation" Type="Resource.v1_5_0.Orientation">
1523720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1524f2a8e57eSGunnar Mills          <Annotation Term="OData.Description" String="The orientation for the ordering of the slot enumeration used by the `LocationOrdinalValue` property."/>
1525f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain the orientation for the ordering used by the `LocationOrdinalValue` property."/>
1526720c9898SEd Tanous        </Property>
1527720c9898SEd Tanous      </ComplexType>
1528720c9898SEd Tanous
1529720c9898SEd Tanous      <ComplexType Name="Location" BaseType="Resource.v1_3_0.Location">
1530720c9898SEd Tanous        <Property Name="PartLocation" Type="Resource.v1_5_0.PartLocation" Nullable="false">
1531720c9898SEd Tanous          <Annotation Term="OData.Description" String="The part location for a resource within an enclosure."/>
1532f2a8e57eSGunnar Mills          <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."/>
1533720c9898SEd Tanous        </Property>
1534720c9898SEd Tanous      </ComplexType>
1535720c9898SEd Tanous    </Schema>
1536720c9898SEd Tanous
1537720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_1">
1538720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1539f2a8e57eSGunnar Mills      <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."/>
1540720c9898SEd Tanous    </Schema>
1541720c9898SEd Tanous
1542720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_2">
1543720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1544720c9898SEd Tanous      <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."/>
1545720c9898SEd Tanous    </Schema>
1546720c9898SEd Tanous
1547720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_3">
1548720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1549720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
1550720c9898SEd Tanous    </Schema>
1551720c9898SEd Tanous
1552720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_4">
1553720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1554f2a8e57eSGunnar Mills      <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`."/>
1555720c9898SEd Tanous    </Schema>
1556720c9898SEd Tanous
1557720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_5">
1558720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1559720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1560720c9898SEd Tanous    </Schema>
1561720c9898SEd Tanous
1562720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_6">
1563720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1564720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1565720c9898SEd Tanous    </Schema>
1566720c9898SEd Tanous
1567720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_7">
1568720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1569720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1570720c9898SEd Tanous    </Schema>
1571720c9898SEd Tanous
1572720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_8">
1573720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1574720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1575720c9898SEd Tanous    </Schema>
1576720c9898SEd Tanous
1577720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_9">
1578720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1579f2a8e57eSGunnar Mills      <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`."/>
1580720c9898SEd Tanous    </Schema>
1581720c9898SEd Tanous
1582720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_10">
1583720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1584f2a8e57eSGunnar Mills      <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."/>
1585720c9898SEd Tanous    </Schema>
1586720c9898SEd Tanous
1587720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_11">
1588720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1589f2a8e57eSGunnar Mills      <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."/>
1590720c9898SEd Tanous    </Schema>
1591720c9898SEd Tanous
1592720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_12">
1593720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1594f2a8e57eSGunnar Mills      <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."/>
1595f2a8e57eSGunnar Mills    </Schema>
1596f2a8e57eSGunnar Mills
1597f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_13">
1598f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1599f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add long descriptions to the values of `State` in `Status`.  It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
1600720c9898SEd Tanous    </Schema>
1601720c9898SEd Tanous
160228cfceb2SGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_14">
160328cfceb2SGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
160428cfceb2SGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add references in property long descriptions to the Redfish Data Model Specification where additional requirements or details are provided."/>
160528cfceb2SGunnar Mills    </Schema>
160628cfceb2SGunnar Mills
1607720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_0">
1608720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1609720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2017.3"/>
1610f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add enumerations for `DurableNameFormat` for NVMe fabric extension."/>
1611720c9898SEd Tanous
1612720c9898SEd Tanous      <ComplexType Name="Location" BaseType="Resource.v1_5_0.Location">
1613720c9898SEd Tanous        <Property Name="Longitude" Type="Edm.Decimal" DefaultValue="0">
1614720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1615720c9898SEd Tanous          <Annotation Term="OData.Description" String="The longitude of the resource in degree units."/>
1616720c9898SEd Tanous          <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."/>
1617720c9898SEd Tanous          <Annotation Term="Measures.Unit" String="deg"/>
1618720c9898SEd Tanous        </Property>
1619720c9898SEd Tanous        <Property Name="Latitude" Type="Edm.Decimal" DefaultValue="0">
1620720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1621720c9898SEd Tanous          <Annotation Term="OData.Description" String="The latitude of the resource."/>
1622720c9898SEd Tanous          <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."/>
1623720c9898SEd Tanous          <Annotation Term="Measures.Unit" String="deg"/>
1624720c9898SEd Tanous        </Property>
1625720c9898SEd Tanous        <Property Name="AltitudeMeters" Type="Edm.Decimal" DefaultValue="0">
1626720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1627720c9898SEd Tanous          <Annotation Term="OData.Description" String="The altitude of the resource in meters."/>
1628720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the altitude of the resource, in meter units, defined as the elevation above sea level."/>
1629720c9898SEd Tanous          <Annotation Term="Measures.Unit" String="m"/>
1630720c9898SEd Tanous        </Property>
1631720c9898SEd Tanous      </ComplexType>
1632720c9898SEd Tanous    </Schema>
1633720c9898SEd Tanous
1634720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_1">
1635720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1636f2a8e57eSGunnar Mills      <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."/>
1637720c9898SEd Tanous    </Schema>
1638720c9898SEd Tanous
1639720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_2">
1640720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1641720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
1642720c9898SEd Tanous    </Schema>
1643720c9898SEd Tanous
1644720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_3">
1645720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1646720c9898SEd Tanous      <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`."/>
1647720c9898SEd Tanous    </Schema>
1648720c9898SEd Tanous
1649720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_4">
1650720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1651720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1652720c9898SEd Tanous    </Schema>
1653720c9898SEd Tanous
1654720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_5">
1655720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1656720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1657720c9898SEd Tanous    </Schema>
1658720c9898SEd Tanous
1659720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_6">
1660720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1661720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1662720c9898SEd Tanous    </Schema>
1663720c9898SEd Tanous
1664720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_7">
1665720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1666720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1667720c9898SEd Tanous    </Schema>
1668720c9898SEd Tanous
1669720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_8">
1670720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1671f2a8e57eSGunnar Mills      <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`."/>
1672720c9898SEd Tanous    </Schema>
1673720c9898SEd Tanous
1674720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_9">
1675720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1676f2a8e57eSGunnar Mills      <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."/>
1677720c9898SEd Tanous    </Schema>
1678720c9898SEd Tanous
1679720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_10">
1680720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1681f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to enhance the description of `AltitudeMeters`."/>
1682720c9898SEd Tanous    </Schema>
1683720c9898SEd Tanous
1684720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_11">
1685720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1686f2a8e57eSGunnar Mills      <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."/>
1687720c9898SEd Tanous    </Schema>
1688720c9898SEd Tanous
1689720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_12">
1690720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1691f2a8e57eSGunnar Mills      <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."/>
1692f2a8e57eSGunnar Mills    </Schema>
1693f2a8e57eSGunnar Mills
1694f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_13">
1695f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1696f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add long descriptions to the values of `State` in `Status`.  It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
1697720c9898SEd Tanous    </Schema>
1698720c9898SEd Tanous
169928cfceb2SGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_14">
170028cfceb2SGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
170128cfceb2SGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add references in property long descriptions to the Redfish Data Model Specification where additional requirements or details are provided."/>
170228cfceb2SGunnar Mills    </Schema>
170328cfceb2SGunnar Mills
1704720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_0">
1705720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1706720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2018.2"/>
1707f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to deprecates `Location` within `PostalAddress` in favor of `AdditionalInfo`."/>
1708720c9898SEd Tanous
1709720c9898SEd Tanous      <ComplexType Name="Location" BaseType="Resource.v1_6_0.Location">
1710720c9898SEd Tanous        <Property Name="Contacts" Type="Collection(Resource.v1_7_0.ContactInfo)">
1711720c9898SEd Tanous          <Annotation Term="OData.Description" String="An array of contact information."/>
1712720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain an array of contact information for an individual or organization responsible for this resource."/>
1713720c9898SEd Tanous        </Property>
1714720c9898SEd Tanous      </ComplexType>
1715720c9898SEd Tanous
1716720c9898SEd Tanous      <ComplexType Name="PostalAddress" BaseType="Resource.v1_3_0.PostalAddress">
1717720c9898SEd Tanous        <Property Name="AdditionalInfo" Type="Edm.String">
1718720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1719720c9898SEd Tanous          <Annotation Term="OData.Description" String="The room designation or other additional information."/>
1720720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="The value shall conform to the requirements of the LOC field as defined in RFC5139.  Provides additional information."/>
1721720c9898SEd Tanous        </Property>
1722720c9898SEd Tanous      </ComplexType>
1723720c9898SEd Tanous
1724720c9898SEd Tanous      <ComplexType Name="Placement" BaseType="Resource.v1_3_0.Placement">
1725720c9898SEd Tanous        <Property Name="AdditionalInfo" Type="Edm.String">
1726720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1727720c9898SEd Tanous          <Annotation Term="OData.Description" String="Area designation or other additional info."/>
1728720c9898SEd Tanous          <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."/>
1729720c9898SEd Tanous        </Property>
1730720c9898SEd Tanous      </ComplexType>
1731720c9898SEd Tanous
1732720c9898SEd Tanous      <ComplexType Name="ContactInfo">
1733720c9898SEd Tanous        <Annotation Term="OData.Description" String="Contact information for this resource."/>
1734720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This object shall contain contact information for an individual or organization responsible for this resource."/>
1735720c9898SEd Tanous        <Property Name="ContactName" Type="Edm.String">
1736720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1737720c9898SEd Tanous          <Annotation Term="OData.Description" String="Name of this contact."/>
1738720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the name of a person or organization to contact for information about this resource."/>
1739720c9898SEd Tanous        </Property>
1740720c9898SEd Tanous        <Property Name="PhoneNumber" Type="Edm.String">
1741720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1742720c9898SEd Tanous          <Annotation Term="OData.Description" String="Phone number for this contact."/>
1743720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the phone number for a person or organization to contact for information about this resource."/>
1744720c9898SEd Tanous        </Property>
1745720c9898SEd Tanous        <Property Name="EmailAddress" Type="Edm.String">
1746720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1747720c9898SEd Tanous          <Annotation Term="OData.Description" String="Email address for this contact."/>
1748720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the email address for a person or organization to contact for information about this resource."/>
1749720c9898SEd Tanous        </Property>
1750720c9898SEd Tanous      </ComplexType>
1751720c9898SEd Tanous    </Schema>
1752720c9898SEd Tanous
1753720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_1">
1754720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1755720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
1756720c9898SEd Tanous    </Schema>
1757720c9898SEd Tanous
1758720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_2">
1759720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1760f2a8e57eSGunnar Mills      <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`."/>
1761720c9898SEd Tanous    </Schema>
1762720c9898SEd Tanous
1763720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_3">
1764720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1765720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1766720c9898SEd Tanous    </Schema>
1767720c9898SEd Tanous
1768720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_4">
1769720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1770720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1771720c9898SEd Tanous    </Schema>
1772720c9898SEd Tanous
1773720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_5">
1774720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1775720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1776720c9898SEd Tanous    </Schema>
1777720c9898SEd Tanous
1778720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_6">
1779720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1780720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1781720c9898SEd Tanous    </Schema>
1782720c9898SEd Tanous
1783720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_7">
1784720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1785f2a8e57eSGunnar Mills      <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`."/>
1786720c9898SEd Tanous    </Schema>
1787720c9898SEd Tanous
1788720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_8">
1789720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1790f2a8e57eSGunnar Mills      <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."/>
1791720c9898SEd Tanous    </Schema>
1792720c9898SEd Tanous
1793720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_9">
1794720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1795f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to enhance the description of `AltitudeMeters`."/>
1796720c9898SEd Tanous    </Schema>
1797720c9898SEd Tanous
1798720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_10">
1799720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1800f2a8e57eSGunnar Mills      <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."/>
1801720c9898SEd Tanous    </Schema>
1802720c9898SEd Tanous
1803720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_11">
1804720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1805f2a8e57eSGunnar Mills      <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."/>
1806f2a8e57eSGunnar Mills    </Schema>
1807f2a8e57eSGunnar Mills
1808f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_12">
1809f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1810f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add long descriptions to the values of `State` in `Status`.  It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
1811720c9898SEd Tanous    </Schema>
1812720c9898SEd Tanous
181328cfceb2SGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_13">
181428cfceb2SGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
181528cfceb2SGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add references in property long descriptions to the Redfish Data Model Specification where additional requirements or details are provided."/>
181628cfceb2SGunnar Mills    </Schema>
181728cfceb2SGunnar Mills
1818720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_0">
1819720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1820720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2018.3"/>
1821f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add the Redfish excerpt annotation to the `Name` property."/>
1822720c9898SEd Tanous    </Schema>
1823720c9898SEd Tanous
1824720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_1">
1825720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1826f2a8e57eSGunnar Mills      <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`."/>
1827720c9898SEd Tanous    </Schema>
1828720c9898SEd Tanous
1829720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_2">
1830720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1831720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1832720c9898SEd Tanous    </Schema>
1833720c9898SEd Tanous
1834720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_3">
1835720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1836f2a8e57eSGunnar Mills      <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."/>
1837720c9898SEd Tanous    </Schema>
1838720c9898SEd Tanous
1839720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_4">
1840720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1841720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1842720c9898SEd Tanous    </Schema>
1843720c9898SEd Tanous
1844720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_5">
1845720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1846720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1847720c9898SEd Tanous    </Schema>
1848720c9898SEd Tanous
1849720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_6">
1850720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1851720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1852720c9898SEd Tanous    </Schema>
1853720c9898SEd Tanous
1854720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_7">
1855720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1856f2a8e57eSGunnar Mills      <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`."/>
1857720c9898SEd Tanous    </Schema>
1858720c9898SEd Tanous
1859720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_8">
1860720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1861f2a8e57eSGunnar Mills      <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."/>
1862720c9898SEd Tanous    </Schema>
1863720c9898SEd Tanous
1864720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_9">
1865720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1866f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to enhance the description of `AltitudeMeters`."/>
1867720c9898SEd Tanous    </Schema>
1868720c9898SEd Tanous
1869720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_10">
1870720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1871f2a8e57eSGunnar Mills      <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."/>
1872720c9898SEd Tanous    </Schema>
1873720c9898SEd Tanous
1874720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_11">
1875720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1876f2a8e57eSGunnar Mills      <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."/>
1877f2a8e57eSGunnar Mills    </Schema>
1878f2a8e57eSGunnar Mills
1879f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_12">
1880f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1881f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add long descriptions to the values of `State` in `Status`.  It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
1882720c9898SEd Tanous    </Schema>
1883720c9898SEd Tanous
188428cfceb2SGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_13">
188528cfceb2SGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
188628cfceb2SGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add references in property long descriptions to the Redfish Data Model Specification where additional requirements or details are provided."/>
188728cfceb2SGunnar Mills    </Schema>
188828cfceb2SGunnar Mills
1889720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_9_0">
1890720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1891720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2019.4"/>
1892f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add the `Qualified` enumeration to `State` within `Status`."/>
1893720c9898SEd Tanous    </Schema>
1894720c9898SEd Tanous
1895720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_9_1">
1896720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1897720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1898720c9898SEd Tanous    </Schema>
1899720c9898SEd Tanous
1900720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_9_2">
1901720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1902720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1903720c9898SEd Tanous    </Schema>
1904720c9898SEd Tanous
1905720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_9_3">
1906720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1907f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add long descriptions to the `ResetType` enumeration values."/>
1908720c9898SEd Tanous    </Schema>
1909720c9898SEd Tanous
1910720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_9_4">
1911720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1912720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1913720c9898SEd Tanous    </Schema>
1914720c9898SEd Tanous
1915720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_9_5">
1916720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1917f2a8e57eSGunnar Mills      <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`."/>
1918720c9898SEd Tanous    </Schema>
1919720c9898SEd Tanous
1920720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_9_6">
1921720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1922f2a8e57eSGunnar Mills      <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."/>
1923720c9898SEd Tanous    </Schema>
1924720c9898SEd Tanous
1925720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_9_7">
1926720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1927f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to enhance the description of `AltitudeMeters`."/>
1928720c9898SEd Tanous    </Schema>
1929720c9898SEd Tanous
1930720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_9_8">
1931720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1932f2a8e57eSGunnar Mills      <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."/>
1933720c9898SEd Tanous    </Schema>
1934720c9898SEd Tanous
1935720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_9_9">
1936720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1937f2a8e57eSGunnar Mills      <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."/>
1938f2a8e57eSGunnar Mills    </Schema>
1939f2a8e57eSGunnar Mills
1940f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_9_10">
1941f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1942f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add long descriptions to the values of `State` in `Status`.  It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
1943720c9898SEd Tanous    </Schema>
1944720c9898SEd Tanous
194528cfceb2SGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_9_11">
194628cfceb2SGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
194728cfceb2SGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add references in property long descriptions to the Redfish Data Model Specification where additional requirements or details are provided."/>
194828cfceb2SGunnar Mills    </Schema>
194928cfceb2SGunnar Mills
1950720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_10_0">
1951720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1952720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2020.3"/>
1953720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to add the `NGUID` enumeration to Identifiers."/>
1954720c9898SEd Tanous    </Schema>
1955720c9898SEd Tanous
1956720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_10_1">
1957720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1958720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1959720c9898SEd Tanous    </Schema>
1960720c9898SEd Tanous
1961720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_10_2">
1962720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1963f2a8e57eSGunnar Mills      <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`."/>
1964720c9898SEd Tanous    </Schema>
1965720c9898SEd Tanous
1966720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_10_3">
1967720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1968f2a8e57eSGunnar Mills      <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."/>
1969720c9898SEd Tanous    </Schema>
1970720c9898SEd Tanous
1971720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_10_4">
1972720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1973f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to enhance the description of `AltitudeMeters`."/>
1974720c9898SEd Tanous    </Schema>
1975720c9898SEd Tanous
1976720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_10_5">
1977720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1978f2a8e57eSGunnar Mills      <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."/>
1979720c9898SEd Tanous    </Schema>
1980720c9898SEd Tanous
1981720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_10_6">
1982720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1983f2a8e57eSGunnar Mills      <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."/>
1984f2a8e57eSGunnar Mills    </Schema>
1985f2a8e57eSGunnar Mills
1986f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_10_7">
1987f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1988f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add long descriptions to the values of `State` in `Status`.  It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
1989720c9898SEd Tanous    </Schema>
1990720c9898SEd Tanous
199128cfceb2SGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_10_8">
199228cfceb2SGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
199328cfceb2SGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add references in property long descriptions to the Redfish Data Model Specification where additional requirements or details are provided."/>
199428cfceb2SGunnar Mills    </Schema>
199528cfceb2SGunnar Mills
1996720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_11_0">
1997720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1998720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2020.4"/>
1999f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add the `Conditions` array property to `Status`."/>
2000720c9898SEd Tanous    </Schema>
2001720c9898SEd Tanous
2002720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_11_1">
2003720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2004f2a8e57eSGunnar Mills      <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`."/>
2005720c9898SEd Tanous    </Schema>
2006720c9898SEd Tanous
2007720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_11_2">
2008720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2009f2a8e57eSGunnar Mills      <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."/>
2010720c9898SEd Tanous    </Schema>
2011720c9898SEd Tanous
2012720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_11_3">
2013720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2014f2a8e57eSGunnar Mills      <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`."/>
2015720c9898SEd Tanous    </Schema>
2016720c9898SEd Tanous
2017720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_11_4">
2018720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2019f2a8e57eSGunnar Mills      <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."/>
2020720c9898SEd Tanous    </Schema>
2021720c9898SEd Tanous
2022720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_11_5">
2023720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2024f2a8e57eSGunnar Mills      <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."/>
2025f2a8e57eSGunnar Mills    </Schema>
2026f2a8e57eSGunnar Mills
2027f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_11_6">
2028f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2029f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add long descriptions to the values of `State` in `Status`.  It was also created to note that the array order of conditions may change as new conditions occur or are resolved by the service.  It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
2030720c9898SEd Tanous    </Schema>
2031720c9898SEd Tanous
203228cfceb2SGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_11_7">
203328cfceb2SGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
203428cfceb2SGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add references in property long descriptions to the Redfish Data Model Specification where additional requirements or details are provided."/>
203528cfceb2SGunnar Mills    </Schema>
203628cfceb2SGunnar Mills
20379b46bc0bSMyung Bae    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_11_8">
20389b46bc0bSMyung Bae      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
20399b46bc0bSMyung Bae      <Annotation Term="OData.Description" String="This version was created to clarify that `Conditions` may include conditions that require attention but do not necessarily affect the `Health` or `HealthRollup` of the resource."/>
20409b46bc0bSMyung Bae    </Schema>
20419b46bc0bSMyung Bae
2042720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_12_0">
2043720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2044720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2021.1"/>
2045f2a8e57eSGunnar Mills      <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`."/>
2046720c9898SEd Tanous    </Schema>
2047720c9898SEd Tanous
2048720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_12_1">
2049720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2050f2a8e57eSGunnar Mills      <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."/>
2051720c9898SEd Tanous    </Schema>
2052720c9898SEd Tanous
2053720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_12_2">
2054720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2055f2a8e57eSGunnar Mills      <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`."/>
2056720c9898SEd Tanous    </Schema>
2057720c9898SEd Tanous
2058720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_12_3">
2059720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2060f2a8e57eSGunnar Mills      <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."/>
2061720c9898SEd Tanous    </Schema>
2062720c9898SEd Tanous
2063720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_12_4">
2064720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2065f2a8e57eSGunnar Mills      <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."/>
2066f2a8e57eSGunnar Mills    </Schema>
2067f2a8e57eSGunnar Mills
2068f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_12_5">
2069f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2070f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add long descriptions to the values of `State` in `Status`.  It was also created to note that the array order of conditions may change as new conditions occur or are resolved by the service.  It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
2071720c9898SEd Tanous    </Schema>
2072720c9898SEd Tanous
207328cfceb2SGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_12_6">
207428cfceb2SGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
207528cfceb2SGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add references in property long descriptions to the Redfish Data Model Specification where additional requirements or details are provided."/>
207628cfceb2SGunnar Mills    </Schema>
207728cfceb2SGunnar Mills
20789b46bc0bSMyung Bae    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_12_7">
20799b46bc0bSMyung Bae      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
20809b46bc0bSMyung Bae      <Annotation Term="OData.Description" String="This version was created to clarify that `Conditions` may include conditions that require attention but do not necessarily affect the `Health` or `HealthRollup` of the resource."/>
20819b46bc0bSMyung Bae    </Schema>
20829b46bc0bSMyung Bae
2083720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_13_0">
2084720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2085720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2021.2"/>
20869b46bc0bSMyung Bae      <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`."/>
2087720c9898SEd Tanous    </Schema>
2088720c9898SEd Tanous
2089720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_13_1">
2090720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2091f2a8e57eSGunnar Mills      <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`."/>
2092720c9898SEd Tanous    </Schema>
2093720c9898SEd Tanous
2094720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_13_2">
2095720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2096f2a8e57eSGunnar Mills      <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."/>
2097720c9898SEd Tanous    </Schema>
2098720c9898SEd Tanous
2099720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_13_3">
2100720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2101f2a8e57eSGunnar Mills      <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."/>
2102f2a8e57eSGunnar Mills    </Schema>
2103f2a8e57eSGunnar Mills
2104f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_13_4">
2105f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2106f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add long descriptions to the values of `State` in `Status`.  It was also created to note that the array order of conditions may change as new conditions occur or are resolved by the service.  It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
2107720c9898SEd Tanous    </Schema>
2108720c9898SEd Tanous
210928cfceb2SGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_13_5">
211028cfceb2SGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
211128cfceb2SGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add references in property long descriptions to the Redfish Data Model Specification where additional requirements or details are provided."/>
211228cfceb2SGunnar Mills    </Schema>
211328cfceb2SGunnar Mills
21149b46bc0bSMyung Bae    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_13_6">
21159b46bc0bSMyung Bae      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
21169b46bc0bSMyung Bae      <Annotation Term="OData.Description" String="This version was created to clarify that `Conditions` may include conditions that require attention but do not necessarily affect the `Health` or `HealthRollup` of the resource."/>
21179b46bc0bSMyung Bae    </Schema>
21189b46bc0bSMyung Bae
2119720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_14_0">
2120720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2121720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2021.4"/>
2122f2a8e57eSGunnar Mills      <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`."/>
2123720c9898SEd Tanous    </Schema>
2124720c9898SEd Tanous
2125720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_14_1">
2126720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2127f2a8e57eSGunnar Mills      <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."/>
2128720c9898SEd Tanous    </Schema>
2129720c9898SEd Tanous
2130720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_14_2">
2131720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2132f2a8e57eSGunnar Mills      <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."/>
2133f2a8e57eSGunnar Mills    </Schema>
2134f2a8e57eSGunnar Mills
2135f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_14_3">
2136f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2137f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add long descriptions to the values of `State` in `Status`.  It was also created to note that the array order of conditions may change as new conditions occur or are resolved by the service.  It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
2138720c9898SEd Tanous    </Schema>
2139720c9898SEd Tanous
214028cfceb2SGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_14_4">
214128cfceb2SGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
214228cfceb2SGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add references in property long descriptions to the Redfish Data Model Specification where additional requirements or details are provided."/>
214328cfceb2SGunnar Mills    </Schema>
214428cfceb2SGunnar Mills
21459b46bc0bSMyung Bae    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_14_5">
21469b46bc0bSMyung Bae      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
21479b46bc0bSMyung Bae      <Annotation Term="OData.Description" String="This version was created to clarify that `Conditions` may include conditions that require attention but do not necessarily affect the `Health` or `HealthRollup` of the resource."/>
21489b46bc0bSMyung Bae    </Schema>
21499b46bc0bSMyung Bae
2150720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_15_0">
2151720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2152720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2022.3"/>
2153f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add `GCXLID` to `DurableNameFormat`."/>
2154720c9898SEd Tanous    </Schema>
2155720c9898SEd Tanous
2156720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_15_1">
2157720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2158f2a8e57eSGunnar Mills      <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."/>
2159f2a8e57eSGunnar Mills    </Schema>
2160f2a8e57eSGunnar Mills
2161f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_15_2">
2162f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2163f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add long descriptions to the values of `State` in `Status`.  It was also created to note that the array order of conditions may change as new conditions occur or are resolved by the service.  It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
2164720c9898SEd Tanous    </Schema>
2165720c9898SEd Tanous
216628cfceb2SGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_15_3">
216728cfceb2SGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
216828cfceb2SGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add references in property long descriptions to the Redfish Data Model Specification where additional requirements or details are provided."/>
216928cfceb2SGunnar Mills    </Schema>
217028cfceb2SGunnar Mills
21719b46bc0bSMyung Bae    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_15_4">
21729b46bc0bSMyung Bae      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
21739b46bc0bSMyung Bae      <Annotation Term="OData.Description" String="This version was created to clarify that `Conditions` may include conditions that require attention but do not necessarily affect the `Health` or `HealthRollup` of the resource."/>
21749b46bc0bSMyung Bae    </Schema>
21759b46bc0bSMyung Bae
2176720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_16_0">
2177720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2178720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2023.1"/>
2179720c9898SEd Tanous
2180720c9898SEd Tanous      <ComplexType Name="Location" BaseType="Resource.v1_7_0.Location">
2181720c9898SEd Tanous        <Property Name="PartLocationContext" Type="Edm.String">
2182720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2183f2a8e57eSGunnar Mills          <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."/>
2184f2a8e57eSGunnar Mills          <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."/>
2185720c9898SEd Tanous        </Property>
2186720c9898SEd Tanous      </ComplexType>
2187720c9898SEd Tanous    </Schema>
2188720c9898SEd Tanous
2189720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_16_1">
2190720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2191f2a8e57eSGunnar Mills      <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."/>
2192f2a8e57eSGunnar Mills    </Schema>
2193f2a8e57eSGunnar Mills
2194f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_16_2">
2195f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2196f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add long descriptions to the values of `State` in `Status`.  It was also created to note that the array order of conditions may change as new conditions occur or are resolved by the service.  It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
2197720c9898SEd Tanous    </Schema>
2198720c9898SEd Tanous
219928cfceb2SGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_16_3">
220028cfceb2SGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
220128cfceb2SGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add references in property long descriptions to the Redfish Data Model Specification where additional requirements or details are provided."/>
220228cfceb2SGunnar Mills    </Schema>
220328cfceb2SGunnar Mills
22049b46bc0bSMyung Bae    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_16_4">
22059b46bc0bSMyung Bae      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
22069b46bc0bSMyung Bae      <Annotation Term="OData.Description" String="This version was created to clarify that `Conditions` may include conditions that require attention but do not necessarily affect the `Health` or `HealthRollup` of the resource."/>
22079b46bc0bSMyung Bae    </Schema>
22089b46bc0bSMyung Bae
2209720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_17_0">
2210720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2211720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2023.2"/>
2212f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to deprecate PostalAddress in Location in favor of `PhysicalAddress`."/>
2213720c9898SEd Tanous
2214720c9898SEd Tanous      <ComplexType Name="Location" BaseType="Resource.v1_16_0.Location">
2215720c9898SEd Tanous        <Property Name="PhysicalAddress" Type="Resource.v1_17_0.PhysicalAddress" Nullable="false">
2216720c9898SEd Tanous          <Annotation Term="OData.Description" String="The physical address for a resource."/>
2217720c9898SEd Tanous          <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."/>
2218720c9898SEd Tanous        </Property>
2219720c9898SEd Tanous      </ComplexType>
2220720c9898SEd Tanous
2221720c9898SEd Tanous      <ComplexType Name="PhysicalAddress">
2222720c9898SEd Tanous        <Annotation Term="OData.Description" String="The physical address for a resource."/>
2223720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall contain a physical address for a resource."/>
2224720c9898SEd Tanous        <Property Name="StreetAddress" Type="Edm.String">
2225720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2226720c9898SEd Tanous          <Annotation Term="OData.Description" String="The street-level address, including building, room, or other identifiers."/>
2227720c9898SEd Tanous          <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."/>
2228720c9898SEd Tanous        </Property>
2229720c9898SEd Tanous        <Property Name="City" Type="Edm.String">
2230720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2231720c9898SEd Tanous          <Annotation Term="OData.Description" String="City, township, or shi (JP)."/>
2232720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the city, township, or shi (JP) location for this resource."/>
2233720c9898SEd Tanous        </Property>
2234720c9898SEd Tanous        <Property Name="StateOrProvince" Type="Edm.String">
2235720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2236720c9898SEd Tanous          <Annotation Term="OData.Description" String="State or province."/>
2237720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the state, province, or territory location within the country for this resource."/>
2238720c9898SEd Tanous        </Property>
2239720c9898SEd Tanous        <Property Name="ISOSubdivisionCode" Type="Edm.String">
2240720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2241720c9898SEd Tanous          <Annotation Term="OData.Description" String="ISO 3166-2 subdivision code."/>
2242720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the ISO 3166-2-defined state, province, or territory subdivision code for this resource."/>
2243720c9898SEd Tanous        <Annotation Term="Validation.Pattern" String="^[A-Z0-9]{1,3}$"/>
2244720c9898SEd Tanous        </Property>
2245720c9898SEd Tanous        <Property Name="Country" Type="Edm.String">
2246720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2247720c9898SEd Tanous          <Annotation Term="OData.Description" String="The country."/>
2248720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the country location for this resource."/>
2249720c9898SEd Tanous        </Property>
2250720c9898SEd Tanous        <Property Name="ISOCountryCode" Type="Edm.String">
2251720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2252720c9898SEd Tanous          <Annotation Term="OData.Description" String="The ISO 3166-1 country code."/>
2253720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the ISO 3166-1-defined alpha-2 or alpha-3 country code."/>
2254720c9898SEd Tanous        <Annotation Term="Validation.Pattern" String="^([A-Z]{2}|[A-Z]{3})$"/>
2255720c9898SEd Tanous        </Property>
2256720c9898SEd Tanous        <Property Name="PostalCode" Type="Edm.String">
2257720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2258720c9898SEd Tanous          <Annotation Term="OData.Description" String="The postal code."/>
2259720c9898SEd Tanous          <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."/>
2260720c9898SEd Tanous        </Property>
2261720c9898SEd Tanous      </ComplexType>
2262720c9898SEd Tanous    </Schema>
2263720c9898SEd Tanous
2264720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_17_1">
2265720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2266f2a8e57eSGunnar Mills      <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."/>
2267f2a8e57eSGunnar Mills    </Schema>
2268f2a8e57eSGunnar Mills
2269f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_17_2">
2270f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2271f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add long descriptions to the values of `State` in `Status`.  It was also created to note that the array order of conditions may change as new conditions occur or are resolved by the service.  It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
2272720c9898SEd Tanous    </Schema>
2273720c9898SEd Tanous
227428cfceb2SGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_17_3">
227528cfceb2SGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
227628cfceb2SGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add references in property long descriptions to the Redfish Data Model Specification where additional requirements or details are provided."/>
227728cfceb2SGunnar Mills    </Schema>
227828cfceb2SGunnar Mills
22799b46bc0bSMyung Bae    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_17_4">
22809b46bc0bSMyung Bae      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
22819b46bc0bSMyung Bae      <Annotation Term="OData.Description" String="This version was created to clarify that `Conditions` may include conditions that require attention but do not necessarily affect the `Health` or `HealthRollup` of the resource."/>
22829b46bc0bSMyung Bae    </Schema>
22839b46bc0bSMyung Bae
2284720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_18_0">
2285720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2286720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2023.3"/>
2287f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add `ResolutionSteps` to the `Conditions` property in `Status`."/>
2288f2a8e57eSGunnar Mills    </Schema>
2289f2a8e57eSGunnar Mills
2290f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_18_1">
2291f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2292f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add long descriptions to the values of `State` in `Status`.  It was also created to note that the array order of conditions may change as new conditions occur or are resolved by the service.  It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
2293f2a8e57eSGunnar Mills    </Schema>
2294f2a8e57eSGunnar Mills
229528cfceb2SGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_18_2">
229628cfceb2SGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
229728cfceb2SGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add references in property long descriptions to the Redfish Data Model Specification where additional requirements or details are provided."/>
229828cfceb2SGunnar Mills    </Schema>
229928cfceb2SGunnar Mills
23009b46bc0bSMyung Bae    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_18_3">
23019b46bc0bSMyung Bae      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
23029b46bc0bSMyung Bae      <Annotation Term="OData.Description" String="This version was created to clarify that `Conditions` may include conditions that require attention but do not necessarily affect the `Health` or `HealthRollup` of the resource."/>
23039b46bc0bSMyung Bae    </Schema>
23049b46bc0bSMyung Bae
2305f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_19_0">
2306f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2307f2a8e57eSGunnar Mills      <Annotation Term="Redfish.Release" String="2024.1"/>
2308f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to deprecate `Qualified` in `State` in favor of `StandbySpare`.  It was also created to add `Degraded` to `State`."/>
2309720c9898SEd Tanous    </Schema>
2310720c9898SEd Tanous
231128cfceb2SGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_19_1">
231228cfceb2SGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
231328cfceb2SGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add references in property long descriptions to the Redfish Data Model Specification where additional requirements or details are provided."/>
231428cfceb2SGunnar Mills    </Schema>
231528cfceb2SGunnar Mills
23169b46bc0bSMyung Bae    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_19_2">
23179b46bc0bSMyung Bae      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
23189b46bc0bSMyung Bae      <Annotation Term="OData.Description" String="This version was created to clarify that `Conditions` may include conditions that require attention but do not necessarily affect the `Health` or `HealthRollup` of the resource."/>
23199b46bc0bSMyung Bae    </Schema>
23209b46bc0bSMyung Bae
2321dd5c81e9SGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_20_0">
2322dd5c81e9SGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2323dd5c81e9SGunnar Mills      <Annotation Term="Redfish.Release" String="2024.3"/>
2324dd5c81e9SGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add `Username` and `UserAuthenticationSource` to the `Condition` property in `Status`."/>
2325dd5c81e9SGunnar Mills    </Schema>
2326dd5c81e9SGunnar Mills
23279b46bc0bSMyung Bae    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_20_1">
23289b46bc0bSMyung Bae      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
23299b46bc0bSMyung Bae      <Annotation Term="OData.Description" String="This version was created to clarify that `Conditions` may include conditions that require attention but do not necessarily affect the `Health` or `HealthRollup` of the resource."/>
23309b46bc0bSMyung Bae    </Schema>
23319b46bc0bSMyung Bae
23329b46bc0bSMyung Bae    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_21_0">
23339b46bc0bSMyung Bae      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
23349b46bc0bSMyung Bae      <Annotation Term="Redfish.Release" String="2024.4"/>
23359b46bc0bSMyung Bae      <Annotation Term="OData.Description" String="This version was created to add the `FullPowerCycle` enumeration to `ResetType`.  It was also created to add the `Oem` property to the `Condition` property in `Status`."/>
23369b46bc0bSMyung Bae    </Schema>
23379b46bc0bSMyung Bae
2338*c6d7a45dSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_22_0">
2339*c6d7a45dSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2340*c6d7a45dSGunnar Mills      <Annotation Term="Redfish.Release" String="2025.2"/>
2341*c6d7a45dSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add the `ConditionType` to `Conditions` within `Status`."/>
2342*c6d7a45dSGunnar Mills
2343*c6d7a45dSGunnar Mills      <EnumType Name="ConditionType">
2344*c6d7a45dSGunnar Mills        <Member Name="Alert">
2345*c6d7a45dSGunnar Mills          <Annotation Term="OData.Description" String="The condition is an alert."/>
2346*c6d7a45dSGunnar Mills          <Annotation Term="OData.LongDescription" String="This value shall indicate a condition that requires correction, such as a fault."/>
2347*c6d7a45dSGunnar Mills        </Member>
2348*c6d7a45dSGunnar Mills        <Member Name="Informational">
2349*c6d7a45dSGunnar Mills          <Annotation Term="OData.Description" String="The condition is informational."/>
2350*c6d7a45dSGunnar Mills          <Annotation Term="OData.LongDescription" String="This value shall indicate a condition that requires attention, maintenance, or some other user intervention, such as performing a reset to activate new firmware."/>
2351*c6d7a45dSGunnar Mills        </Member>
2352*c6d7a45dSGunnar Mills        <Member Name="Subsystem">
2353*c6d7a45dSGunnar Mills          <Annotation Term="OData.Description" String="The condition is the health of a subsystem."/>
2354*c6d7a45dSGunnar Mills          <Annotation Term="OData.LongDescription" String="This value shall indicate a condition that contains the health of a subsystem.  If supported by the service, the service shall always provide this condition in responses."/>
2355*c6d7a45dSGunnar Mills        </Member>
2356*c6d7a45dSGunnar Mills      </EnumType>
2357*c6d7a45dSGunnar Mills    </Schema>
2358*c6d7a45dSGunnar Mills
2359720c9898SEd Tanous  </edmx:DataServices>
2360720c9898SEd Tanous</edmx:Edmx>
2361