blob: ca8e37b2c587c474652ea6380ca2e29b2f9cdb52 [file] [log] [blame]
Jason M. Billsea4aa752018-06-05 13:29:11 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
Gunnar Mills09b9d452020-02-11 13:27:39 -06004<!--# Redfish Schema: Resource v1.9.0 -->
Jason M. Billsea4aa752018-06-05 13:29:11 -07005<!--# -->
6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle, -->
7<!--# available at http://www.dmtf.org/standards/redfish -->
Ed Tanouscb103132019-10-08 11:34:22 -07008<!--# Copyright 2014-2019 DMTF. -->
Jason M. Billsea4aa752018-06-05 13:29:11 -07009<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10<!--################################################################################ -->
11<!---->
12<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
13
14 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
15 <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
16 </edmx:Reference>
17 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml">
18 <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/>
19 </edmx:Reference>
20 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
21 <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
22 </edmx:Reference>
23
24 <edmx:DataServices>
25
26 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource">
27 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
28
Jason M. Billsea4aa752018-06-05 13:29:11 -070029 <TypeDefinition Name="Id" UnderlyingType="Edm.String">
Ed Tanouscb103132019-10-08 11:34:22 -070030 <Annotation Term="OData.Description" String="The identifier that uniquely identifies the Resource within the collection of similar Resources."/>
31 <Annotation Term="OData.LongDescription" String="This property represents an identifier for the Resource. The Resource values shall comply with the Redfish Specification-described requirements."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070032 </TypeDefinition>
33
34 <TypeDefinition Name="Description" UnderlyingType="Edm.String">
Ed Tanouscb103132019-10-08 11:34:22 -070035 <Annotation Term="OData.Description" String="The description of this Resource. Used for commonality in the schema definitions."/>
36 <Annotation Term="OData.LongDescription" String="This object represents the description of this Resource. The Resource values shall comply with the Redfish Specification-described requirements."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070037 </TypeDefinition>
38
39 <TypeDefinition Name="Name" UnderlyingType="Edm.String">
Ed Tanouscb103132019-10-08 11:34:22 -070040 <Annotation Term="OData.Description" String="The name of the Resource or array member."/>
41 <Annotation Term="OData.LongDescription" String="This object represents the name of this Resource or array member. The Resource values shall comply with the Redfish Specification-described requirements. This string value shall be of the 'Name' reserved word format."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070042 </TypeDefinition>
43
44 <TypeDefinition Name="UUID" UnderlyingType="Edm.Guid"/>
45
Jason M. Billsea4aa752018-06-05 13:29:11 -070046 <ComplexType Name="Links" Abstract="true">
47 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
48 <Property Name="Oem" Type="Resource.Oem" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -070049 <Annotation Term="OData.Description" String="The OEM extension property."/>
50 <Annotation Term="OData.LongDescription" String="This property shall contain the OEM extensions. All values for properties contained in this object shall conform to the Redfish Specification-described requirements."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070051 </Property>
52 </ComplexType>
53
Jason M. Billsea4aa752018-06-05 13:29:11 -070054 <ComplexType Name="Oem">
55 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
56 <Annotation Term="Redfish.DynamicPropertyPatterns">
57 <Collection>
58 <Record>
Ed Tanouscb103132019-10-08 11:34:22 -070059 <PropertyValue Property="Pattern" String="^[A-Za-z0-9_]+$"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070060 <PropertyValue Property="Type" String="Resource.OemObject"/>
61 </Record>
62 </Collection>
63 </Annotation>
Ed Tanouscb103132019-10-08 11:34:22 -070064 <Annotation Term="OData.Description" String="The OEM extension."/>
65 <Annotation Term="OData.LongDescription" String="This object represents the OEM properties. The Resource values shall comply with the Redfish Specification-described requirements."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070066 </ComplexType>
67
Jason M. Billsea4aa752018-06-05 13:29:11 -070068 <ComplexType Name="OemObject">
69 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Ed Tanouscb103132019-10-08 11:34:22 -070070 <Annotation Term="OData.Description" String="The base type for an OEM extension."/>
71 <Annotation Term="OData.LongDescription" String="This object represents the base type for an OEM object. The Resource values shall comply with the Redfish Specification-described requirements."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070072 </ComplexType>
73
Jason M. Billsea4aa752018-06-05 13:29:11 -070074 <EntityType Name="ItemOrCollection" Abstract="true"/>
75
Jason M. Billsea4aa752018-06-05 13:29:11 -070076 <EntityType Name="Item" BaseType="Resource.ItemOrCollection" Abstract="true">
77 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -070078 <Annotation Term="OData.Description" String="The base type for Resources and members that can be linked to."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070079 <Property Name="Oem" Type="Resource.Oem" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -070080 <Annotation Term="OData.Description" String="The OEM extension property."/>
81 <Annotation Term="OData.LongDescription" String="This property shall contain the OEM extensions. All values for properties that this object contains shall conform to the Redfish Specification-described requirements."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070082 </Property>
83 </EntityType>
84
85 <EntityType Name="ReferenceableMember" BaseType="Resource.Item" Abstract="true"/>
86
87 <EntityType Name="Resource" BaseType="Resource.Item" Abstract="true"/>
88
89 <EntityType Name="ResourceCollection" BaseType="Resource.ItemOrCollection" Abstract="true"/>
90
Jason M. Billsea4aa752018-06-05 13:29:11 -070091 <ComplexType Name="Status">
92 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
93 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -070094 <Annotation Term="OData.Description" String="The status and health of a Resource and its children."/>
95 <Annotation Term="OData.LongDescription" String="This type shall contain any status or health properties of a Resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070096 <Property Name="State" Type="Resource.State">
97 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -070098 <Annotation Term="OData.Description" String="The known state of the Resource, such as, enabled."/>
99 <Annotation Term="OData.LongDescription" String="This property shall indicate whether and why this component is available. Enabled indicates the Resource is available. Disabled indicates the Resource has been intentionally made unavailable but it can be enabled. Offline indicates the Resource is unavailable intentionally and requires action to make it available. InTest indicates that the component is undergoing testing. Starting indicates that the Resource is becoming available. Absent indicates the Resource is physically unavailable."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700100 </Property>
101 <Property Name="HealthRollup" Type="Resource.Health">
102 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700103 <Annotation Term="OData.Description" String="The overall health state from the view of this Resource."/>
104 <Annotation Term="OData.LongDescription" String="This property shall represent the health state of the Resource and its dependent Resources. The values shall conform to those defined in the Redfish Specification."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700105 </Property>
106 <Property Name="Health" Type="Resource.Health">
107 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700108 <Annotation Term="OData.Description" String="The health state of this Resource in the absence of its dependent Resources."/>
109 <Annotation Term="OData.LongDescription" String="This property shall represent the health state of the Resource without considering its dependent Resources. The values shall conform to those defined in the Redfish Specification."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700110 </Property>
Ed Tanous530520e2019-01-02 13:41:37 -0800111 <Property Name="Oem" Type="Resource.Oem" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700112 <Annotation Term="OData.Description" String="The OEM extension property."/>
113 <Annotation Term="OData.LongDescription" String="This property shall contain the OEM extensions. All values for properties contained in this object shall conform to the Redfish Specification-described requirements."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800114 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700115 </ComplexType>
116
Jason M. Billsea4aa752018-06-05 13:29:11 -0700117 <EnumType Name="State">
118 <Member Name="Enabled">
Ed Tanouscb103132019-10-08 11:34:22 -0700119 <Annotation Term="OData.Description" String="This function or Resource is enabled."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700120 </Member>
121 <Member Name="Disabled">
Ed Tanouscb103132019-10-08 11:34:22 -0700122 <Annotation Term="OData.Description" String="This function or Resource is disabled."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700123 </Member>
124 <Member Name="StandbyOffline">
Ed Tanouscb103132019-10-08 11:34:22 -0700125 <Annotation Term="OData.Description" String="This function or Resource is enabled but awaits an external action to activate it."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700126 </Member>
127 <Member Name="StandbySpare">
Ed Tanouscb103132019-10-08 11:34:22 -0700128 <Annotation Term="OData.Description" String="This function or Resource is part of a redundancy set and awaits a failover or other external action to activate it."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700129 </Member>
130 <Member Name="InTest">
Gunnar Mills09b9d452020-02-11 13:27:39 -0600131 <Annotation Term="OData.Description" String="This function or Resource is undergoing testing, or is in the process of capturing information for debugging."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700132 </Member>
133 <Member Name="Starting">
Ed Tanouscb103132019-10-08 11:34:22 -0700134 <Annotation Term="OData.Description" String="This function or Resource is starting."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700135 </Member>
136 <Member Name="Absent">
Ed Tanouscb103132019-10-08 11:34:22 -0700137 <Annotation Term="OData.Description" String="This function or Resource is either not present or detected."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700138 </Member>
139 <Member Name="UnavailableOffline">
Ed Tanouscb103132019-10-08 11:34:22 -0700140 <Annotation Term="OData.Description" String="This function or Resource is present but cannot be used."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600141 <Annotation Term="Redfish.Revisions">
142 <Collection>
143 <Record>
144 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
145 <PropertyValue Property="Version" String="v1_1_0"/>
146 </Record>
147 </Collection>
148 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700149 </Member>
150 <Member Name="Deferring">
Ed Tanouscb103132019-10-08 11:34:22 -0700151 <Annotation Term="OData.Description" String="The element does not process any commands but queues new requests."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600152 <Annotation Term="Redfish.Revisions">
153 <Collection>
154 <Record>
155 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
156 <PropertyValue Property="Version" String="v1_2_0"/>
157 </Record>
158 </Collection>
159 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700160 </Member>
161 <Member Name="Quiesced">
162 <Annotation Term="OData.Description" String="The element is enabled but only processes a restricted set of commands."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600163 <Annotation Term="Redfish.Revisions">
164 <Collection>
165 <Record>
166 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
167 <PropertyValue Property="Version" String="v1_2_0"/>
168 </Record>
169 </Collection>
170 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700171 </Member>
172 <Member Name="Updating">
173 <Annotation Term="OData.Description" String="The element is updating and may be unavailable or degraded."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600174 <Annotation Term="Redfish.Revisions">
175 <Collection>
176 <Record>
177 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
178 <PropertyValue Property="Version" String="v1_2_0"/>
179 </Record>
180 </Collection>
181 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700182 </Member>
Gunnar Mills09b9d452020-02-11 13:27:39 -0600183 <Member Name="Qualified">
184 <Annotation Term="OData.Description" String="The element quality is within the acceptable range of operation."/>
185 <Annotation Term="Redfish.Revisions">
186 <Collection>
187 <Record>
188 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
189 <PropertyValue Property="Version" String="v1_9_0"/>
190 </Record>
191 </Collection>
192 </Annotation>
193 </Member>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700194 </EnumType>
195
Jason M. Billsea4aa752018-06-05 13:29:11 -0700196 <EnumType Name="Health">
197 <Member Name="OK">
198 <Annotation Term="OData.Description" String="Normal."/>
199 </Member>
200 <Member Name="Warning">
Ed Tanouscb103132019-10-08 11:34:22 -0700201 <Annotation Term="OData.Description" String="A condition requires attention."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700202 </Member>
203 <Member Name="Critical">
Ed Tanouscb103132019-10-08 11:34:22 -0700204 <Annotation Term="OData.Description" String="A critical condition requires immediate attention."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700205 </Member>
206 </EnumType>
207
Jason M. Billsea4aa752018-06-05 13:29:11 -0700208 <EnumType Name="ResetType">
209 <Member Name="On">
Ed Tanouscb103132019-10-08 11:34:22 -0700210 <Annotation Term="OData.Description" String="Turn on the unit."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700211 </Member>
212 <Member Name="ForceOff">
Ed Tanouscb103132019-10-08 11:34:22 -0700213 <Annotation Term="OData.Description" String="Turn off the unit immediately (non-graceful shutdown)."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700214 </Member>
215 <Member Name="GracefulShutdown">
Ed Tanouscb103132019-10-08 11:34:22 -0700216 <Annotation Term="OData.Description" String="Shut down gracefully and power off."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700217 </Member>
218 <Member Name="GracefulRestart">
Ed Tanouscb103132019-10-08 11:34:22 -0700219 <Annotation Term="OData.Description" String="Shut down gracefully and restart the system."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700220 </Member>
221 <Member Name="ForceRestart">
Ed Tanouscb103132019-10-08 11:34:22 -0700222 <Annotation Term="OData.Description" String="Shut down immediately and non-gracefully and restart the system."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700223 </Member>
224 <Member Name="Nmi">
Ed Tanouscb103132019-10-08 11:34:22 -0700225 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700226 </Member>
227 <Member Name="ForceOn">
Ed Tanouscb103132019-10-08 11:34:22 -0700228 <Annotation Term="OData.Description" String="Turn on the unit immediately."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700229 </Member>
230 <Member Name="PushPowerButton">
231 <Annotation Term="OData.Description" String="Simulate the pressing of the physical power button on this unit."/>
232 </Member>
233 <Member Name="PowerCycle">
Ed Tanouscb103132019-10-08 11:34:22 -0700234 <Annotation Term="OData.Description" String="Power cycle the unit."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600235 <Annotation Term="Redfish.Revisions">
236 <Collection>
237 <Record>
238 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
239 <PropertyValue Property="Version" String="v1_4_0"/>
240 </Record>
241 </Collection>
242 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700243 </Member>
244 </EnumType>
245
246 <ComplexType Name="Identifier" Abstract="true">
Ed Tanouscb103132019-10-08 11:34:22 -0700247 <Annotation Term="OData.Description" String="Any additional identifiers for a Resource."/>
248 <Annotation Term="OData.LongDescription" String="This type shall contain any additional identifiers for a Resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700249 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
250 </ComplexType>
251
252 <ComplexType Name="Location" Abstract="true">
253 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700254 <Annotation Term="OData.Description" String="The location of a Resource."/>
255 <Annotation Term="OData.LongDescription" String="This type shall describe the location of a Resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700256 </ComplexType>
257
258 <EnumType Name="IndicatorLED">
259 <Member Name="Lit">
Ed Tanouscb103132019-10-08 11:34:22 -0700260 <Annotation Term="OData.Description" String="The indicator LED is lit."/>
261 <Annotation Term="OData.LongDescription" String="This value shall represent that the indicator LED is in a solid on state. If the service does not support this value, it shall reject PATCH or PUT requests containing this value by returning the HTTP 400 (Bad Request) status code."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700262 </Member>
263 <Member Name="Blinking">
Ed Tanouscb103132019-10-08 11:34:22 -0700264 <Annotation Term="OData.Description" String="The indicator LED is blinking."/>
265 <Annotation Term="OData.LongDescription" String="This value shall represent that the indicator LED is in a blinking state where the LED is being turned on and off in repetition. If the service does not support this value, it shall reject PATCH or PUT requests containing this value by returning the HTTP 400 (Bad Request) status code."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700266 </Member>
267 <Member Name="Off">
Ed Tanouscb103132019-10-08 11:34:22 -0700268 <Annotation Term="OData.Description" String="The indicator LED is off."/>
269 <Annotation Term="OData.LongDescription" String="This value shall represent that the indicator LED is in a solid off state. If the service does not support this value, it shall reject PATCH or PUT requests containing this value by returning the HTTP 400 (Bad Request) status code."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700270 </Member>
271 </EnumType>
272
273 <EnumType Name="PowerState">
274 <Member Name="On">
Ed Tanouscb103132019-10-08 11:34:22 -0700275 <Annotation Term="OData.Description" String="The state is powered on."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700276 </Member>
277 <Member Name="Off">
Ed Tanouscb103132019-10-08 11:34:22 -0700278 <Annotation Term="OData.Description" String="The state is powered off."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700279 </Member>
280 <Member Name="PoweringOn">
Ed Tanouscb103132019-10-08 11:34:22 -0700281 <Annotation Term="OData.Description" String="A temporary state between off and on."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700282 </Member>
283 <Member Name="PoweringOff">
Ed Tanouscb103132019-10-08 11:34:22 -0700284 <Annotation Term="OData.Description" String="A temporary state between on and off."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700285 </Member>
286 </EnumType>
287
288 </Schema>
289
290 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_0">
291 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600292 <Annotation Term="Redfish.Release" String="1.0"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700293
Jason M. Billsea4aa752018-06-05 13:29:11 -0700294 <EntityType Name="ReferenceableMember" BaseType="Resource.ReferenceableMember" Abstract="true">
Ed Tanouscb103132019-10-08 11:34:22 -0700295 <Annotation Term="OData.Description" String="The base type for addressable members of an array."/>
296 <Annotation Term="OData.LongDescription" String="References array members by using the value returned in the @odata.id property, which may be a dereferenceable URL. The @odata.id of this entity shall contain the location of this element within an item."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700297 <Key>
298 <PropertyRef Name="MemberId"/>
299 </Key>
300 <Property Name="MemberId" Nullable="false" Type="Edm.String">
301 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700302 <Annotation Term="OData.Description" String="The identifier for the member within the collection."/>
303 <Annotation Term="OData.LongDescription" String="This property shall uniquely identify the member within the collection. For services supporting Redfish v1.6 or higher, this value shall contain the zero-based array index."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800304 <Annotation Term="Redfish.Required"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700305 </Property>
306 </EntityType>
307
Jason M. Billsea4aa752018-06-05 13:29:11 -0700308 <EntityType Name="Resource" BaseType="Resource.Resource" Abstract="true">
309 <Key>
310 <PropertyRef Name="Id"/>
311 </Key>
312 <Property Name="Id" Type="Resource.Id" Nullable="false">
313 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
314 <Annotation Term="Redfish.Required"/>
315 </Property>
316 <Property Name="Description" Type="Resource.Description">
317 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
318 </Property>
319 <Property Name="Name" Type="Resource.Name" Nullable="false">
320 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
321 <Annotation Term="Redfish.Required"/>
322 </Property>
323 </EntityType>
324
Jason M. Billsea4aa752018-06-05 13:29:11 -0700325 <EntityType Name="ResourceCollection" BaseType="Resource.ResourceCollection" Abstract="true">
326 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
327 <Key>
328 <PropertyRef Name="Name"/>
329 </Key>
330 <Property Name="Description" Type="Resource.Description">
331 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
332 </Property>
333 <Property Name="Name" Type="Resource.Name" Nullable="false">
334 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800335 <Annotation Term="Redfish.Required"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700336 </Property>
337 <Property Name="Oem" Type="Resource.Oem" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700338 <Annotation Term="OData.Description" String="The OEM extension property."/>
339 <Annotation Term="OData.LongDescription" String="This property shall contain the OEM extensions. All values for properties contained in this object shall conform to the Redfish Specification-described requirements."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700340 </Property>
341 </EntityType>
342
343 </Schema>
344
345 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_2">
346 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700347 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700348 </Schema>
349
350 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_3">
351 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700352 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700353 </Schema>
354
355 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_4">
356 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700357 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700358 </Schema>
359
Ed Tanous530520e2019-01-02 13:41:37 -0800360 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_5">
361 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
362 <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."/>
363 </Schema>
364
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600365 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_6">
366 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700367 <Annotation Term="OData.Description" String="This version was created to use the new Revisions annotation."/>
368 </Schema>
369
370 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_7">
371 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
372 <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."/>
373 </Schema>
374
375 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_8">
376 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
377 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600378 </Schema>
379
Jason M. Billsea4aa752018-06-05 13:29:11 -0700380 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_0">
381 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600382 <Annotation Term="Redfish.Release" String="2016.1"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700383
384 <ComplexType Name="Identifier" BaseType="Resource.Identifier">
385 <Property Name="DurableName" Type="Edm.String">
386 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700387 <Annotation Term="OData.Description" String="The world-wide, persistent name of the Resource."/>
388 <Annotation Term="OData.LongDescription" String="This property shall contain the world-wide unique identifier for the Resource. The string shall be in the Identifier.DurableNameFormat property value format."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700389 </Property>
390 <Property Name="DurableNameFormat" Type="Resource.v1_1_0.DurableNameFormat">
391 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700392 <Annotation Term="OData.Description" String="The format of the durable name property."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700393 <Annotation Term="OData.LongDescription" String="This property shall represent the format of the DurableName property."/>
394 </Property>
395 </ComplexType>
396
397 <ComplexType Name="Location" BaseType="Resource.Location">
398 <Property Name="Info" Type="Edm.String">
399 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700400 <Annotation Term="OData.Description" String="The location of the Resource."/>
401 <Annotation Term="OData.LongDescription" String="This property shall represent the location of the Resource."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600402 <Annotation Term="Redfish.Revisions">
403 <Collection>
404 <Record>
405 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
406 <PropertyValue Property="Version" String="v1_5_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700407 <PropertyValue Property="Description" String="This property has been deprecated in favor of the PostalAddress, Placement, and PartLocation properties."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600408 </Record>
409 </Collection>
410 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700411 </Property>
412 <Property Name="InfoFormat" Type="Edm.String">
413 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700414 <Annotation Term="OData.Description" String="The format of the Info property."/>
415 <Annotation Term="OData.LongDescription" String="This property shall represent the Info property format."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600416 <Annotation Term="Redfish.Revisions">
417 <Collection>
418 <Record>
419 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
420 <PropertyValue Property="Version" String="v1_5_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700421 <PropertyValue Property="Description" String="This property has been deprecated in favor of the PostalAddress, Placement, and PartLocation properties."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600422 </Record>
423 </Collection>
424 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700425 </Property>
Ed Tanous530520e2019-01-02 13:41:37 -0800426 <Property Name="Oem" Type="Resource.Oem" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700427 <Annotation Term="OData.Description" String="The OEM extension property."/>
428 <Annotation Term="OData.LongDescription" String="This property shall contain the OEM extensions. All values for properties contained in this object shall conform to the Redfish Specification-described requirements."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800429 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700430 </ComplexType>
431
432 <EnumType Name="DurableNameFormat">
433 <Member Name="NAA">
Ed Tanouscb103132019-10-08 11:34:22 -0700434 <Annotation Term="OData.Description" String="The Name Address Authority (NAA) format."/>
435 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700436 </Member>
437 <Member Name="iQN">
Ed Tanouscb103132019-10-08 11:34:22 -0700438 <Annotation Term="OData.Description" String="The iSCSI Qualified Name (iQN)."/>
439 <Annotation Term="OData.LongDescription" String="This durable name shall be in the iSCSI Qualified Name (iQN) format, as defined in RFC3720 and RFC3721."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700440 </Member>
441 <Member Name="FC_WWN">
Ed Tanouscb103132019-10-08 11:34:22 -0700442 <Annotation Term="OData.Description" String="The Fibre Channel (FC) World Wide Name (WWN)."/>
443 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700444 </Member>
445 <Member Name="UUID">
Ed Tanouscb103132019-10-08 11:34:22 -0700446 <Annotation Term="OData.Description" String="The Universally Unique Identifier (UUID)."/>
447 <Annotation Term="OData.LongDescription" String="This durable name shall contain the hexadecimal representation of the UUID, as defined in the International Telecom Union's OSI networking and system aspects - Naming, Addressing and Registration Specification."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700448 </Member>
449 <Member Name="EUI">
Ed Tanouscb103132019-10-08 11:34:22 -0700450 <Annotation Term="OData.Description" String="The IEEE-defined 64-bit Extended Unique Identifier (EUI)."/>
451 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700452 </Member>
453 <Member Name="NQN">
Ed Tanouscb103132019-10-08 11:34:22 -0700454 <Annotation Term="OData.Description" String="The NVMe Qualified Name (NQN)."/>
455 <Annotation Term="OData.LongDescription" String="This durable name shall be in the NVMe Qualified Name (NQN) format, as defined in the NVN Express over Fabric Specification."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600456 <Annotation Term="Redfish.Revisions">
457 <Collection>
458 <Record>
459 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
460 <PropertyValue Property="Version" String="v1_6_0"/>
461 </Record>
462 </Collection>
463 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700464 </Member>
465 <Member Name="NSID">
Ed Tanouscb103132019-10-08 11:34:22 -0700466 <Annotation Term="OData.Description" String="The NVM Namespace Identifier (NSID)."/>
467 <Annotation Term="OData.LongDescription" String="This durable name shall be in the NVM Namespace Identifier (NSID) format, as defined in the NVN Express Specification."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600468 <Annotation Term="Redfish.Revisions">
469 <Collection>
470 <Record>
471 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
472 <PropertyValue Property="Version" String="v1_6_0"/>
473 </Record>
474 </Collection>
475 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700476 </Member>
477 </EnumType>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700478 </Schema>
479
480 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_1">
481 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700482 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700483 </Schema>
484
485 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_2">
486 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700487 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700488 </Schema>
489
490 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_3">
491 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700492 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700493 </Schema>
494
495 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_4">
496 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700497 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700498 </Schema>
499
500 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_5">
501 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700502 <Annotation Term="OData.Description" String="This version was created to add an abstract base type for Identifier and Location, and deprecates the versioned definition of IndicatorLED to use an unversioned definition."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700503 </Schema>
504
Ed Tanous530520e2019-01-02 13:41:37 -0800505 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_6">
506 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
507 <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."/>
508 </Schema>
509
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600510 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_7">
511 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700512 <Annotation Term="OData.Description" String="This version was created to use the new Revisions annotation."/>
513 </Schema>
514
515 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_8">
516 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
517 <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."/>
518 </Schema>
519
520 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_9">
521 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
522 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600523 </Schema>
524
Jason M. Billsea4aa752018-06-05 13:29:11 -0700525 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_0">
526 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600527 <Annotation Term="Redfish.Release" String="2016.2"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700528 <Annotation Term="OData.Description" String="This version moves the former definition of PowerState to the unversioned namespace."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700529 </Schema>
530
531 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_1">
532 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700533 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700534 </Schema>
535
536 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_2">
537 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700538 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700539 </Schema>
540
541 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_3">
542 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700543 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700544 </Schema>
545
546 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_4">
547 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700548 <Annotation Term="OData.Description" String="This version was created to add an abstract base type for Identifier and Location, and deprecates the versioned definition of IndicatorLED and PowerState to use an unversioned definition."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700549 </Schema>
550
Ed Tanous530520e2019-01-02 13:41:37 -0800551 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_5">
552 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
553 <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."/>
554 </Schema>
555
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600556 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_6">
557 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700558 <Annotation Term="OData.Description" String="This version was created to use the new Revisions annotation."/>
559 </Schema>
560
561 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_7">
562 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
563 <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."/>
564 </Schema>
565
566 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_8">
567 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
568 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600569 </Schema>
570
Jason M. Billsea4aa752018-06-05 13:29:11 -0700571 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_0">
572 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600573 <Annotation Term="Redfish.Release" String="2016.3"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700574 <EnumType Name="RackUnits">
Ed Tanouscb103132019-10-08 11:34:22 -0700575 <Annotation Term="OData.Description" String="The type of rack unit in use."/>
576 <Annotation Term="OData.LongDescription" String="Enumeration literals shall name the type of rack unit in use."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700577 <Member Name="OpenU">
Ed Tanouscb103132019-10-08 11:34:22 -0700578 <Annotation Term="OData.Description" String="A rack unit that is equal to 48 mm (1.89 in)."/>
579 <Annotation Term="OData.LongDescription" String="Rack units shall be specified in terms of the Open Compute Open Rack specification."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700580 </Member>
581 <Member Name="EIA_310">
Ed Tanouscb103132019-10-08 11:34:22 -0700582 <Annotation Term="OData.Description" String="A rack unit that is equal to 1.75 in (44.45 mm)."/>
583 <Annotation Term="OData.LongDescription" String="Rack units shall conform to the EIA-310 standard."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700584 </Member>
585 </EnumType>
586
587 <ComplexType Name="PostalAddress">
Ed Tanouscb103132019-10-08 11:34:22 -0700588 <Annotation Term="OData.Description" String="The postal address for a Resource."/>
589 <Annotation Term="OData.LongDescription" String="Instances shall describe a postal address for a Resource. For more information, see RFC5139. Depending on use, the instance may represent a past, current, or future location."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700590 <Property Name="Country" Type="Edm.String">
591 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700592 <Annotation Term="OData.Description" String="The country."/>
593 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the Country field."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700594 </Property>
595 <Property Name="Territory" Type="Edm.String">
596 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
597 <Annotation Term="OData.Description" String="A top-level subdivision within a country."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700598 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the A1 field when it names a territory, state, region, province, or prefecture within a country."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700599 </Property>
600 <Property Name="District" Type="Edm.String">
601 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700602 <Annotation Term="OData.Description" String="A county, parish, gun (JP), or district (IN)."/>
603 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the A2 field. Names a county, parish, gun (JP), or district (IN)."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700604 </Property>
605 <Property Name="City" Type="Edm.String">
606 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
607 <Annotation Term="OData.Description" String="City, township, or shi (JP)."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700608 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the A3 field. Names a city, township, or shi (JP)."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700609 </Property>
610 <Property Name="Division" Type="Edm.String">
611 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700612 <Annotation Term="OData.Description" String="City division, borough, dity district, ward, or chou (JP)."/>
613 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the A4 field. Names a city division, borough, dity district, ward, or chou (JP)."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700614 </Property>
615 <Property Name="Neighborhood" Type="Edm.String">
616 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
617 <Annotation Term="OData.Description" String="Neighborhood or block."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700618 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the A5 field. Names a neighborhood or block."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700619 </Property>
620 <Property Name="LeadingStreetDirection" Type="Edm.String">
621 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
622 <Annotation Term="OData.Description" String="A leading street direction."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700623 <Annotation Term="OData.LongDescription" String="The value shall conform to the requirements of the PRD field as defined in RFC5139. Names a leading street direction, (N, W, or SE)."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700624 </Property>
625 <Property Name="Street" Type="Edm.String">
626 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
627 <Annotation Term="OData.Description" String="Street name."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700628 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the A6 field. Names a street."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700629 </Property>
630 <Property Name="TrailingStreetSuffix" Type="Edm.String">
631 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
632 <Annotation Term="OData.Description" String="A trailing street suffix."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700633 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the POD field. Names a trailing street suffix."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700634 </Property>
635 <Property Name="StreetSuffix" Type="Edm.String">
636 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
637 <Annotation Term="OData.Description" String="Avenue, Platz, Street, Circle."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700638 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the STS field. Names a street suffix."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700639 </Property>
640 <Property Name="HouseNumber" Type="Edm.Int64">
641 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700642 <Annotation Term="OData.Description" String="The numeric portion of house number."/>
643 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the HNO field. The numeric portion of the house number."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700644 </Property>
645 <Property Name="HouseNumberSuffix" Type="Edm.String">
646 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700647 <Annotation Term="OData.Description" String="The house number suffix."/>
648 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the HNS field. Provides a suffix to a house number, (F, B, or 1/2)."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700649 </Property>
650 <Property Name="Landmark" Type="Edm.String">
651 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700652 <Annotation Term="OData.Description" String="The landmark."/>
653 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the LMK field. Identifies a landmark or vanity address."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700654 </Property>
655 <Property Name="Location" Type="Edm.String">
656 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700657 <Annotation Term="OData.Description" String="The room designation or other additional information."/>
658 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the LOC field. Provides additional information."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600659 <Annotation Term="Redfish.Revisions">
660 <Collection>
661 <Record>
662 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
663 <PropertyValue Property="Version" String="v1_7_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700664 <PropertyValue Property="Description" String="This property has been deprecated in favor of the AdditionalInfo property."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600665 </Record>
666 </Collection>
667 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700668 </Property>
669 <Property Name="Floor" Type="Edm.String">
670 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700671 <Annotation Term="OData.Description" String="The floor."/>
672 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the FLR field. Provides a floor designation."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700673 </Property>
674 <Property Name="Name" Type="Edm.String">
675 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700676 <Annotation Term="OData.Description" String="The name."/>
677 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the NAM field. Names the occupant."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700678 </Property>
679 <Property Name="PostalCode" Type="Edm.String">
680 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700681 <Annotation Term="OData.Description" String="The postal code or zip code."/>
682 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the PC field. A postal code (or zip code)."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700683 </Property>
684 <Property Name="Building" Type="Edm.String">
685 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700686 <Annotation Term="OData.Description" String="The name of the building."/>
687 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the BLD field. Names the building."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700688 </Property>
689 <Property Name="Unit" Type="Edm.String">
690 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700691 <Annotation Term="OData.Description" String="The name or number of the apartment unit or suite."/>
692 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the UNIT field. The name or number of a unit, such as the apartment or suite, to locate the Resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700693 </Property>
694 <Property Name="Room" Type="Edm.String">
695 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700696 <Annotation Term="OData.Description" String="The name or number of the room."/>
697 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the ROOM field. A name or number of a room to locate the Resource within the unit."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700698 </Property>
699 <Property Name="Seat" Type="Edm.String">
700 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700701 <Annotation Term="OData.Description" String="The seat, such as the desk, cubicle, or workstation."/>
702 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the SEAT field. A name or number of a seat, such as the desk, cubicle, or workstation."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700703 </Property>
704 <Property Name="PlaceType" Type="Edm.String">
705 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700706 <Annotation Term="OData.Description" String="The description of the type of place that is addressed."/>
707 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the PLC field. Examples include office and residence."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700708 </Property>
709 <Property Name="Community" Type="Edm.String">
710 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700711 <Annotation Term="OData.Description" String="The postal community name."/>
712 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the PCN field. A postal community name."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700713 </Property>
714 <Property Name="POBox" Type="Edm.String">
715 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700716 <Annotation Term="OData.Description" String="The post office box (PO box)."/>
717 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the POBOX field. A post office box (PO box)."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700718 </Property>
719 <Property Name="AdditionalCode" Type="Edm.String">
720 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700721 <Annotation Term="OData.Description" String="The additional code."/>
722 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the ADDCODE field."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700723 </Property>
724 <Property Name="Road" Type="Edm.String">
725 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700726 <Annotation Term="OData.Description" String="The primary road or street."/>
727 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the RD field. Designates a primary road or street."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700728 </Property>
729 <Property Name="RoadSection" Type="Edm.String">
730 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700731 <Annotation Term="OData.Description" String="The road section."/>
732 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the RDSEC field. A road section."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700733 </Property>
734 <Property Name="RoadBranch" Type="Edm.String">
735 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700736 <Annotation Term="OData.Description" String="The road branch."/>
737 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the RDBR field. Shall contain a post office box (PO box) road branch."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700738 </Property>
739 <Property Name="RoadSubBranch" Type="Edm.String">
740 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700741 <Annotation Term="OData.Description" String="The road sub branch."/>
742 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the RDSUBBR field."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700743 </Property>
744 <Property Name="RoadPreModifier" Type="Edm.String">
745 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700746 <Annotation Term="OData.Description" String="The road pre-modifier."/>
747 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the PRM field. For example, Old or New."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700748 </Property>
749 <Property Name="RoadPostModifier" Type="Edm.String">
750 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700751 <Annotation Term="OData.Description" String="The road post-modifier."/>
752 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the POM field. For example, Extended."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700753 </Property>
754 <Property Name="GPSCoords" Type="Edm.String">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700755 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
756 <Annotation Term="OData.Description" String="The GPS coordinates of the part."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700757 <Annotation Term="OData.LongDescription" String="The value shall conform to the RFC5139-defined requirements of the ADDCODE field. Shall contain the GPS coordinates of the location. If furnished, expressed in the '[-][nn]n.nnnnnn, [-][nn]n.nnnnn' format. For example, two comma-separated positive or negative numbers with six decimal places of precision."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600758 <Annotation Term="Redfish.Revisions">
759 <Collection>
760 <Record>
761 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
762 <PropertyValue Property="Version" String="v1_6_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700763 <PropertyValue Property="Description" String="This property has been deprecated in favor of the Longitude and Latitude properties."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600764 </Record>
765 </Collection>
766 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700767 </Property>
768 </ComplexType>
769
770 <ComplexType Name="Placement">
771 <Annotation Term="OData.Description" String="The placement within the addressed location."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700772 <Annotation Term="OData.LongDescription" String="The value shall describe a location within a Resource. Examples include a shelf in a rack."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700773 <Property Name="Row" Type="Edm.String">
774 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700775 <Annotation Term="OData.Description" String="The name of the row."/>
776 <Annotation Term="OData.LongDescription" String="This property shall contain the name of the row."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700777 </Property>
778 <Property Name="Rack" Type="Edm.String">
779 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700780 <Annotation Term="OData.Description" String="The name of a rack location within a row."/>
781 <Annotation Term="OData.LongDescription" String="This property shall contain the name of the rack within a row."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700782 </Property>
783 <Property Name="RackOffsetUnits" Type="Resource.v1_3_0.RackUnits">
784 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700785 <Annotation Term="OData.Description" String="The type of rack units in use."/>
786 <Annotation Term="OData.LongDescription" String="This property shall contain a RackUnit enumeration literal that indicates the type of rack units in use."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700787 </Property>
788 <Property Name="RackOffset" Type="Edm.Int64" DefaultValue="0">
789 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700790 <Annotation Term="OData.Description" String="The vertical location of the item, in terms of RackOffsetUnits."/>
791 <Annotation Term="OData.LongDescription" String="The vertical location of the item in the rack. Rack offset units shall be measured from bottom to top, starting with 0."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700792 </Property>
793 </ComplexType>
794
795 <ComplexType Name="Location" BaseType="Resource.v1_1_0.Location">
Ed Tanouscb103132019-10-08 11:34:22 -0700796 <Annotation Term="OData.Description" String="The location of a Resource."/>
797 <Annotation Term="OData.LongDescription" String="Instances shall describe a location for a Resource. For more information, see RFC5139. Depending on use, the instance may represent a past, current, or future location."/>
798 <Property Name="PostalAddress" Type="Resource.v1_3_0.PostalAddress" Nullable="false">
799 <Annotation Term="OData.Description" String="The postal address of the addressed Resource."/>
800 <Annotation Term="OData.LongDescription" String="This property shall contain a postal address of the Resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700801 </Property>
Ed Tanouscb103132019-10-08 11:34:22 -0700802 <Property Name="Placement" Type="Resource.v1_3_0.Placement" Nullable="false">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700803 <Annotation Term="OData.Description" String="A place within the addressed location."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700804 <Annotation Term="OData.LongDescription" String="This property shall contain a place within the addressed location."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700805 </Property>
806 </ComplexType>
807
808 </Schema>
809
810 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_1">
811 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700812 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700813 </Schema>
814
815 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_2">
816 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700817 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700818 </Schema>
819
820 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_3">
821 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700822 <Annotation Term="OData.Description" String="This version was created to add an abstract base type for Identifier and Location, and deprecates the versioned definition of IndicatorLED and PowerState to use an unversioned definition."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700823 </Schema>
824
Ed Tanous530520e2019-01-02 13:41:37 -0800825 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_4">
826 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
827 <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."/>
828 </Schema>
829
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600830 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_5">
831 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700832 <Annotation Term="OData.Description" String="This version was created to use the new Revisions annotation."/>
833 </Schema>
834
835 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_6">
836 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
837 <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."/>
838 </Schema>
839
840 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_7">
841 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
842 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600843 </Schema>
844
Jason M. Billsea4aa752018-06-05 13:29:11 -0700845 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_0">
846 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600847 <Annotation Term="Redfish.Release" String="2017.1"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700848 <Annotation Term="OData.Description" String="This version was created to add PowerCycle enumeration to ResetType."/>
849 </Schema>
850
851 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_1">
852 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700853 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700854 </Schema>
855
856 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_2">
857 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700858 <Annotation Term="OData.Description" String="This version was created to add an abstract base type for Identifier and Location, and deprecates the versioned definition of IndicatorLED and PowerState to use an unversioned definition."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700859 </Schema>
860
Ed Tanous530520e2019-01-02 13:41:37 -0800861 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_3">
862 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
863 <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."/>
864 </Schema>
865
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600866 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_4">
867 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700868 <Annotation Term="OData.Description" String="This version was created to use the new Revisions annotation."/>
869 </Schema>
870
871 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_5">
872 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
873 <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."/>
874 </Schema>
875
876 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_6">
877 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
878 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600879 </Schema>
880
Jason M. Billsea4aa752018-06-05 13:29:11 -0700881 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_0">
882 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600883 <Annotation Term="Redfish.Release" String="2017.2"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700884 <Annotation Term="OData.Description" String="This version was created to add PartLocation to Location."/>
885
886 <EnumType Name="LocationType">
Ed Tanouscb103132019-10-08 11:34:22 -0700887 <Annotation Term="OData.Description" String="The location types for PartLocation."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700888 <Annotation Term="OData.LongDescription" String="Enumeration literals shall name the type of location in use."/>
889 <Member Name="Slot">
Ed Tanouscb103132019-10-08 11:34:22 -0700890 <Annotation Term="OData.Description" String="The slot as the type of location."/>
891 <Annotation Term="OData.LongDescription" String="Slot shall indicate the type of PartLocation is of the Slot type."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700892 </Member>
893 <Member Name="Bay">
Ed Tanouscb103132019-10-08 11:34:22 -0700894 <Annotation Term="OData.Description" String="The bay as the type of location."/>
895 <Annotation Term="OData.LongDescription" String="Bay shall indicate the type of PartLocation is of the Bay type."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700896 </Member>
897 <Member Name="Connector">
Ed Tanouscb103132019-10-08 11:34:22 -0700898 <Annotation Term="OData.Description" String="The connector as the type of location."/>
899 <Annotation Term="OData.LongDescription" String="Connector shall indicate the type of PartLocation is of the Connector type."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700900 </Member>
901 <Member Name="Socket">
Ed Tanouscb103132019-10-08 11:34:22 -0700902 <Annotation Term="OData.Description" String="The socket as the type of location."/>
903 <Annotation Term="OData.LongDescription" String="Socket shall indicate the type of PartLocation of the Socket type."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700904 </Member>
905 </EnumType>
906
907 <EnumType Name="Reference">
Ed Tanouscb103132019-10-08 11:34:22 -0700908 <Annotation Term="OData.Description" String="The reference area for the location of the part."/>
909 <Annotation Term="OData.LongDescription" String="The enumerated literals shall name the reference for the part location."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700910 <Member Name="Top">
Ed Tanouscb103132019-10-08 11:34:22 -0700911 <Annotation Term="OData.Description" String="The part is in the top of the unit."/>
912 <Annotation Term="OData.LongDescription" String="This value shall be used to indicate the part is in the top of the unit."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700913 </Member>
914 <Member Name="Bottom">
Ed Tanouscb103132019-10-08 11:34:22 -0700915 <Annotation Term="OData.Description" String="The part is in the bottom of the unit."/>
916 <Annotation Term="OData.LongDescription" String="This value shall be used to indicate the part is in the bottom of the unit."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700917 </Member>
918 <Member Name="Front">
Ed Tanouscb103132019-10-08 11:34:22 -0700919 <Annotation Term="OData.Description" String="The part is in the front of the unit."/>
920 <Annotation Term="OData.LongDescription" String="This value shall be used to indicate the part is in the front of the unit."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700921 </Member>
922 <Member Name="Rear">
Ed Tanouscb103132019-10-08 11:34:22 -0700923 <Annotation Term="OData.Description" String="The part is in the rear of the unit."/>
924 <Annotation Term="OData.LongDescription" String="This value shall be used to indicate the part is in the rear of the unit."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700925 </Member>
926 <Member Name="Left">
Ed Tanouscb103132019-10-08 11:34:22 -0700927 <Annotation Term="OData.Description" String="The part is on the left side of of the unit."/>
928 <Annotation Term="OData.LongDescription" String="This value shall be used to indicate the part is on the left side of of the unit."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700929 </Member>
930 <Member Name="Right">
Ed Tanouscb103132019-10-08 11:34:22 -0700931 <Annotation Term="OData.Description" String="The part is on the right side of the unit."/>
932 <Annotation Term="OData.LongDescription" String="This value shall be used to indicate the part is on the right side of the unit."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700933 </Member>
934 <Member Name="Middle">
Ed Tanouscb103132019-10-08 11:34:22 -0700935 <Annotation Term="OData.Description" String="The part is in the middle of the unit."/>
936 <Annotation Term="OData.LongDescription" String="This value shall be used to indicate the part is in the middle of the unit."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700937 </Member>
938 </EnumType>
939
940 <EnumType Name="Orientation">
Ed Tanouscb103132019-10-08 11:34:22 -0700941 <Annotation Term="OData.Description" String="The orientation for the ordering of the part location ordinal value."/>
942 <Annotation Term="OData.LongDescription" String="These enumeration literals shall name the orientation for the location type ordering in determining the LocationOrdinalValue."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700943 <Member Name="FrontToBack">
Ed Tanouscb103132019-10-08 11:34:22 -0700944 <Annotation Term="OData.Description" String="The ordering for LocationOrdinalValue is front to back."/>
945 <Annotation Term="OData.LongDescription" String="This value shall be used to indicate the ordering for LocationOrdinalValue is front to back."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700946 </Member>
947 <Member Name="BackToFront">
Ed Tanouscb103132019-10-08 11:34:22 -0700948 <Annotation Term="OData.Description" String="The ordering for the LocationOrdinalValue is back to front."/>
949 <Annotation Term="OData.LongDescription" String="This value shall be used to indicate the ordering for LocationOrdinalValue is back to front."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700950 </Member>
951 <Member Name="TopToBottom">
Ed Tanouscb103132019-10-08 11:34:22 -0700952 <Annotation Term="OData.Description" String="The ordering for the LocationOrdinalValue is top to bottom."/>
953 <Annotation Term="OData.LongDescription" String="This value shall be used to indicate the ordering for LocationOrdinalValue is top to bottom."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700954 </Member>
955 <Member Name="BottomToTop">
Ed Tanouscb103132019-10-08 11:34:22 -0700956 <Annotation Term="OData.Description" String="The ordering for LocationOrdinalValue is bottom to top."/>
957 <Annotation Term="OData.LongDescription" String="This value shall be used to indicate the ordering for LocationOrdinalValue is bottom to top."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700958 </Member>
959 <Member Name="LeftToRight">
Ed Tanouscb103132019-10-08 11:34:22 -0700960 <Annotation Term="OData.Description" String="The ordering for the LocationOrdinalValue is left to right."/>
961 <Annotation Term="OData.LongDescription" String="This value shall be used to indicate the ordering for LocationOrdinalValue is left to right."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700962 </Member>
963 <Member Name="RightToLeft">
Ed Tanouscb103132019-10-08 11:34:22 -0700964 <Annotation Term="OData.Description" String="The ordering for the LocationOrdinalValue is right to left."/>
965 <Annotation Term="OData.LongDescription" String="This value shall be used to indicate the ordering for LocationOrdinalValue is right to left."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700966 </Member>
967 </EnumType>
968
969 <ComplexType Name="PartLocation">
970 <Annotation Term="OData.Description" String="The part location within the placement."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700971 <Annotation Term="OData.LongDescription" String="This type shall describe a location within a Resource. This representation shall indicate the location within the Placement."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700972 <Property Name="ServiceLabel" Type="Edm.String">
973 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700974 <Annotation Term="OData.Description" String="The label of the part location, such as a silk-screened name or a printed label."/>
975 <Annotation Term="OData.LongDescription" String="This property shall contain the label assigned for service at the part location."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700976 </Property>
977 <Property Name="LocationType" Type="Resource.v1_5_0.LocationType">
978 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
979 <Annotation Term="OData.Description" String="The type of location of the part, such as slot, bay, socket and slot."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700980 <Annotation Term="OData.LongDescription" String="This property shall contain the type of location of the part, such as slot, bay, socket and slot."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700981 </Property>
982 <Property Name="LocationOrdinalValue" Type="Edm.Int64" DefaultValue="0">
983 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700984 <Annotation Term="OData.Description" String="The number that represents the location of the part. If LocationType is `slot` and this unit is in slot 2, the LocationOrdinalValue is 2."/>
985 <Annotation Term="OData.LongDescription" String="This property shall contain the number that represents the location of the part based on the LocationType. LocationOrdinalValue shall be measured based on the Orientation value starting with 0."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700986 </Property>
987 <Property Name="Reference" Type="Resource.v1_5_0.Reference">
988 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700989 <Annotation Term="OData.Description" String="The reference point for the part location. Provides guidance about the general location of the part."/>
990 <Annotation Term="OData.LongDescription" String="This property shall contain the general location within the unit of the part."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700991 </Property>
992 <Property Name="Orientation" Type="Resource.v1_5_0.Orientation">
993 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
994 <Annotation Term="OData.Description" String="The orientation for the ordering of the slot enumeration used by the LocationOrdinalValue property."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700995 <Annotation Term="OData.LongDescription" String="This property shall contain the orientation for the ordering used by the LocationOrdinalValue property."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700996 </Property>
997 </ComplexType>
998
999 <ComplexType Name="Location" BaseType="Resource.v1_3_0.Location">
Ed Tanouscb103132019-10-08 11:34:22 -07001000 <Property Name="PartLocation" Type="Resource.v1_5_0.PartLocation" Nullable="false">
Ed Tanous530520e2019-01-02 13:41:37 -08001001 <Annotation Term="OData.Description" String="The part location within the placement."/>
Ed Tanouscb103132019-10-08 11:34:22 -07001002 <Annotation Term="OData.LongDescription" String="The location within a Resource. This representation shall indicate the location within the Placement."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001003 </Property>
1004 </ComplexType>
1005
1006 </Schema>
1007
1008 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_1">
1009 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001010 <Annotation Term="OData.Description" String="This version was created to add an abstract base type for Identifier and Location, and deprecates the versioned definition of IndicatorLED and PowerState to use an unversioned definition."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001011 </Schema>
1012
Ed Tanous530520e2019-01-02 13:41:37 -08001013 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_2">
1014 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1015 <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."/>
1016 </Schema>
1017
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001018 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_3">
1019 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001020 <Annotation Term="OData.Description" String="This version was created to use the new Revisions annotation."/>
1021 </Schema>
1022
1023 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_4">
1024 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1025 <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."/>
1026 </Schema>
1027
1028 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_5">
1029 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1030 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001031 </Schema>
1032
Jason M. Billsea4aa752018-06-05 13:29:11 -07001033 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_0">
1034 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001035 <Annotation Term="Redfish.Release" String="2017.3"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001036 <Annotation Term="OData.Description" String="This version was created to add GPS Coordinated to Location and enumerations for DurableNameFormat for NVMe fabric extension."/>
1037
1038 <ComplexType Name="Location" BaseType="Resource.v1_5_0.Location">
1039 <Property Name="Longitude" Type="Edm.Decimal" DefaultValue="0">
Ed Tanous530520e2019-01-02 13:41:37 -08001040 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001041 <Annotation Term="OData.Description" String="The longitude of the Resource in degrees."/>
1042 <Annotation Term="OData.LongDescription" String="This property shall contain the longitude of the Resource specified in degrees using a decimal format and not minutes or seconds."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001043 <Annotation Term="Measures.Unit" String="deg"/>
1044 </Property>
1045 <Property Name="Latitude" Type="Edm.Decimal" DefaultValue="0">
Ed Tanous530520e2019-01-02 13:41:37 -08001046 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001047 <Annotation Term="OData.Description" String="The latitude of the Resource."/>
1048 <Annotation Term="OData.LongDescription" String="This property shall contain the latitude of the Resource specified in degrees using a decimal format and not minutes or seconds."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001049 <Annotation Term="Measures.Unit" String="deg"/>
1050 </Property>
1051 <Property Name="AltitudeMeters" Type="Edm.Decimal" DefaultValue="0">
Ed Tanous530520e2019-01-02 13:41:37 -08001052 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001053 <Annotation Term="OData.Description" String="The altitude of the Resource in meters."/>
1054 <Annotation Term="OData.LongDescription" String="This property shall contain the altitude of the Resource in meters."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001055 <Annotation Term="Measures.Unit" String="m"/>
1056 </Property>
1057 </ComplexType>
1058 </Schema>
1059
Ed Tanous530520e2019-01-02 13:41:37 -08001060 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_1">
1061 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1062 <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."/>
1063 </Schema>
1064
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001065 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_2">
1066 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001067 <Annotation Term="OData.Description" String="This version was created to use the new Revisions annotation."/>
1068 </Schema>
1069
1070 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_3">
1071 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1072 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format, and to add a missing term to several properties to disallow them from being null."/>
1073 </Schema>
1074
1075 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_4">
1076 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1077 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001078 </Schema>
1079
Ed Tanous530520e2019-01-02 13:41:37 -08001080 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_0">
1081 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001082 <Annotation Term="Redfish.Release" String="2018.2"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001083 <Annotation Term="OData.Description" String="This version was created to add an array of Contact Information entries to Location, and deprecates Location within PostalAddress in favor of AdditionalInfo."/>
Ed Tanous530520e2019-01-02 13:41:37 -08001084
1085 <ComplexType Name="Location" BaseType="Resource.v1_6_0.Location">
1086 <Property Name="Contacts" Type="Collection(Resource.v1_7_0.ContactInfo)">
Ed Tanouscb103132019-10-08 11:34:22 -07001087 <Annotation Term="OData.Description" String="An array of contact information."/>
1088 <Annotation Term="OData.LongDescription" String="This property shall contain an array of contact information for an individual or organization responsible for this Resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -08001089 </Property>
1090 </ComplexType>
1091
1092 <ComplexType Name="PostalAddress" BaseType="Resource.v1_3_0.PostalAddress">
1093 <Property Name="AdditionalInfo" Type="Edm.String">
1094 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001095 <Annotation Term="OData.Description" String="The room designation or other additional information."/>
1096 <Annotation Term="OData.LongDescription" String="The value shall conform to the requirements of the LOC field as defined in RFC5139. Provides additional information."/>
Ed Tanous530520e2019-01-02 13:41:37 -08001097 </Property>
1098 </ComplexType>
1099
1100 <ComplexType Name="Placement" BaseType="Resource.v1_3_0.Placement">
1101 <Property Name="AdditionalInfo" Type="Edm.String">
1102 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1103 <Annotation Term="OData.Description" String="Area designation or other additional info."/>
Ed Tanouscb103132019-10-08 11:34:22 -07001104 <Annotation Term="OData.LongDescription" String="This property shall contain additional information, such as Tile, Column (Post), Wall, or other designation that describes a location that cannot be conveyed with other properties defined for the Placement object."/>
Ed Tanous530520e2019-01-02 13:41:37 -08001105 </Property>
1106 </ComplexType>
1107
1108 <ComplexType Name="ContactInfo">
Ed Tanouscb103132019-10-08 11:34:22 -07001109 <Annotation Term="OData.Description" String="Contact information for this Resource."/>
1110 <Annotation Term="OData.LongDescription" String="This object shall contain contact information for an individual or organization responsible for this Resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -08001111 <Property Name="ContactName" Type="Edm.String">
1112 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1113 <Annotation Term="OData.Description" String="Name of this contact."/>
Ed Tanouscb103132019-10-08 11:34:22 -07001114 <Annotation Term="OData.LongDescription" String="This property shall contain the name of a person or organization to contact for information about this Resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -08001115 </Property>
1116 <Property Name="PhoneNumber" Type="Edm.String">
1117 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1118 <Annotation Term="OData.Description" String="Phone number for this contact."/>
Ed Tanouscb103132019-10-08 11:34:22 -07001119 <Annotation Term="OData.LongDescription" String="This property shall contain the phone number for a person or organization to contact for information about this Resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -08001120 </Property>
1121 <Property Name="EmailAddress" Type="Edm.String">
1122 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1123 <Annotation Term="OData.Description" String="Email address for this contact."/>
Ed Tanouscb103132019-10-08 11:34:22 -07001124 <Annotation Term="OData.LongDescription" String="This property shall contain the email address for a person or organization to contact for information about this Resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -08001125 </Property>
1126 </ComplexType>
1127 </Schema>
1128
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001129 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_1">
1130 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001131 <Annotation Term="OData.Description" String="This version was created to use the new Revisions annotation."/>
1132 </Schema>
1133
1134 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_2">
1135 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1136 <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."/>
1137 </Schema>
1138
1139 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_3">
1140 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1141 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001142 </Schema>
1143
1144 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_0">
1145 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1146 <Annotation Term="Redfish.Release" String="2018.3"/>
1147 <Annotation Term="OData.Description" String="This version was created to to add the Redfish Excerpt annotation to the Name property."/>
1148 </Schema>
1149
Ed Tanouscb103132019-10-08 11:34:22 -07001150 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_1">
1151 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1152 <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."/>
1153 </Schema>
1154
1155 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_2">
1156 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1157 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1158 </Schema>
1159
Gunnar Mills6f44b752020-02-06 16:50:51 -06001160 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_3">
1161 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1162 <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."/>
1163 </Schema>
1164
Gunnar Mills09b9d452020-02-11 13:27:39 -06001165 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_9_0">
1166 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1167 <Annotation Term="Redfish.Release" String="2019.4"/>
1168 <Annotation Term="OData.Description" String="This version was created to add the `Qualified` enumeration to State within Status."/>
1169 </Schema>
1170
Jason M. Billsea4aa752018-06-05 13:29:11 -07001171 </edmx:DataServices>
1172</edmx:Edmx>