blob: cae1993c4e5c582abe0abbf9b851106fc2c0987d [file] [log] [blame]
Jason M. Billsea4aa752018-06-05 13:29:11 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
Ed Tanouscb103132019-10-08 11:34:22 -07004<!--# Redfish Schema: Resource v1.8.2 -->
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">
Ed Tanouscb103132019-10-08 11:34:22 -0700131 <Annotation Term="OData.Description" String="This function or Resource is undergoing testing."/>
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>
183 </EnumType>
184
Jason M. Billsea4aa752018-06-05 13:29:11 -0700185 <EnumType Name="Health">
186 <Member Name="OK">
187 <Annotation Term="OData.Description" String="Normal."/>
188 </Member>
189 <Member Name="Warning">
Ed Tanouscb103132019-10-08 11:34:22 -0700190 <Annotation Term="OData.Description" String="A condition requires attention."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700191 </Member>
192 <Member Name="Critical">
Ed Tanouscb103132019-10-08 11:34:22 -0700193 <Annotation Term="OData.Description" String="A critical condition requires immediate attention."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700194 </Member>
195 </EnumType>
196
Jason M. Billsea4aa752018-06-05 13:29:11 -0700197 <EnumType Name="ResetType">
198 <Member Name="On">
Ed Tanouscb103132019-10-08 11:34:22 -0700199 <Annotation Term="OData.Description" String="Turn on the unit."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700200 </Member>
201 <Member Name="ForceOff">
Ed Tanouscb103132019-10-08 11:34:22 -0700202 <Annotation Term="OData.Description" String="Turn off the unit immediately (non-graceful shutdown)."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700203 </Member>
204 <Member Name="GracefulShutdown">
Ed Tanouscb103132019-10-08 11:34:22 -0700205 <Annotation Term="OData.Description" String="Shut down gracefully and power off."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700206 </Member>
207 <Member Name="GracefulRestart">
Ed Tanouscb103132019-10-08 11:34:22 -0700208 <Annotation Term="OData.Description" String="Shut down gracefully and restart the system."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700209 </Member>
210 <Member Name="ForceRestart">
Ed Tanouscb103132019-10-08 11:34:22 -0700211 <Annotation Term="OData.Description" String="Shut down immediately and non-gracefully and restart the system."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700212 </Member>
213 <Member Name="Nmi">
Ed Tanouscb103132019-10-08 11:34:22 -0700214 <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 -0700215 </Member>
216 <Member Name="ForceOn">
Ed Tanouscb103132019-10-08 11:34:22 -0700217 <Annotation Term="OData.Description" String="Turn on the unit immediately."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700218 </Member>
219 <Member Name="PushPowerButton">
220 <Annotation Term="OData.Description" String="Simulate the pressing of the physical power button on this unit."/>
221 </Member>
222 <Member Name="PowerCycle">
Ed Tanouscb103132019-10-08 11:34:22 -0700223 <Annotation Term="OData.Description" String="Power cycle the unit."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600224 <Annotation Term="Redfish.Revisions">
225 <Collection>
226 <Record>
227 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
228 <PropertyValue Property="Version" String="v1_4_0"/>
229 </Record>
230 </Collection>
231 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700232 </Member>
233 </EnumType>
234
235 <ComplexType Name="Identifier" Abstract="true">
Ed Tanouscb103132019-10-08 11:34:22 -0700236 <Annotation Term="OData.Description" String="Any additional identifiers for a Resource."/>
237 <Annotation Term="OData.LongDescription" String="This type shall contain any additional identifiers for a Resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700238 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
239 </ComplexType>
240
241 <ComplexType Name="Location" Abstract="true">
242 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700243 <Annotation Term="OData.Description" String="The location of a Resource."/>
244 <Annotation Term="OData.LongDescription" String="This type shall describe the location of a Resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700245 </ComplexType>
246
247 <EnumType Name="IndicatorLED">
248 <Member Name="Lit">
Ed Tanouscb103132019-10-08 11:34:22 -0700249 <Annotation Term="OData.Description" String="The indicator LED is lit."/>
250 <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 -0700251 </Member>
252 <Member Name="Blinking">
Ed Tanouscb103132019-10-08 11:34:22 -0700253 <Annotation Term="OData.Description" String="The indicator LED is blinking."/>
254 <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 -0700255 </Member>
256 <Member Name="Off">
Ed Tanouscb103132019-10-08 11:34:22 -0700257 <Annotation Term="OData.Description" String="The indicator LED is off."/>
258 <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 -0700259 </Member>
260 </EnumType>
261
262 <EnumType Name="PowerState">
263 <Member Name="On">
Ed Tanouscb103132019-10-08 11:34:22 -0700264 <Annotation Term="OData.Description" String="The state is powered on."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700265 </Member>
266 <Member Name="Off">
Ed Tanouscb103132019-10-08 11:34:22 -0700267 <Annotation Term="OData.Description" String="The state is powered off."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700268 </Member>
269 <Member Name="PoweringOn">
Ed Tanouscb103132019-10-08 11:34:22 -0700270 <Annotation Term="OData.Description" String="A temporary state between off and on."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700271 </Member>
272 <Member Name="PoweringOff">
Ed Tanouscb103132019-10-08 11:34:22 -0700273 <Annotation Term="OData.Description" String="A temporary state between on and off."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700274 </Member>
275 </EnumType>
276
277 </Schema>
278
279 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_0">
280 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600281 <Annotation Term="Redfish.Release" String="1.0"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700282
Jason M. Billsea4aa752018-06-05 13:29:11 -0700283 <EntityType Name="ReferenceableMember" BaseType="Resource.ReferenceableMember" Abstract="true">
Ed Tanouscb103132019-10-08 11:34:22 -0700284 <Annotation Term="OData.Description" String="The base type for addressable members of an array."/>
285 <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 -0700286 <Key>
287 <PropertyRef Name="MemberId"/>
288 </Key>
289 <Property Name="MemberId" Nullable="false" Type="Edm.String">
290 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700291 <Annotation Term="OData.Description" String="The identifier for the member within the collection."/>
292 <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 -0800293 <Annotation Term="Redfish.Required"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700294 </Property>
295 </EntityType>
296
Jason M. Billsea4aa752018-06-05 13:29:11 -0700297 <EntityType Name="Resource" BaseType="Resource.Resource" Abstract="true">
298 <Key>
299 <PropertyRef Name="Id"/>
300 </Key>
301 <Property Name="Id" Type="Resource.Id" Nullable="false">
302 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
303 <Annotation Term="Redfish.Required"/>
304 </Property>
305 <Property Name="Description" Type="Resource.Description">
306 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
307 </Property>
308 <Property Name="Name" Type="Resource.Name" Nullable="false">
309 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
310 <Annotation Term="Redfish.Required"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600311 <Annotation Term="Redfish.Excerpt"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700312 </Property>
313 </EntityType>
314
Jason M. Billsea4aa752018-06-05 13:29:11 -0700315 <EntityType Name="ResourceCollection" BaseType="Resource.ResourceCollection" Abstract="true">
316 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
317 <Key>
318 <PropertyRef Name="Name"/>
319 </Key>
320 <Property Name="Description" Type="Resource.Description">
321 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
322 </Property>
323 <Property Name="Name" Type="Resource.Name" Nullable="false">
324 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800325 <Annotation Term="Redfish.Required"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700326 </Property>
327 <Property Name="Oem" Type="Resource.Oem" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700328 <Annotation Term="OData.Description" String="The OEM extension property."/>
329 <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 -0700330 </Property>
331 </EntityType>
332
333 </Schema>
334
335 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_2">
336 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700337 <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 -0700338 </Schema>
339
340 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_3">
341 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700342 <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 -0700343 </Schema>
344
345 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_4">
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
Ed Tanous530520e2019-01-02 13:41:37 -0800350 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_5">
351 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
352 <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."/>
353 </Schema>
354
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600355 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_6">
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 use the new Revisions annotation."/>
358 </Schema>
359
360 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_7">
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 URI properties use the uri-reference format. It also updates the description for MemberId to match the Redfish v1.6 requirements."/>
363 </Schema>
364
365 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_8">
366 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
367 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600368 </Schema>
369
Jason M. Billsea4aa752018-06-05 13:29:11 -0700370 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_0">
371 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600372 <Annotation Term="Redfish.Release" String="2016.1"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700373
374 <ComplexType Name="Identifier" BaseType="Resource.Identifier">
375 <Property Name="DurableName" Type="Edm.String">
376 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700377 <Annotation Term="OData.Description" String="The world-wide, persistent name of the Resource."/>
378 <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 -0700379 </Property>
380 <Property Name="DurableNameFormat" Type="Resource.v1_1_0.DurableNameFormat">
381 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700382 <Annotation Term="OData.Description" String="The format of the durable name property."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700383 <Annotation Term="OData.LongDescription" String="This property shall represent the format of the DurableName property."/>
384 </Property>
385 </ComplexType>
386
387 <ComplexType Name="Location" BaseType="Resource.Location">
388 <Property Name="Info" Type="Edm.String">
389 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700390 <Annotation Term="OData.Description" String="The location of the Resource."/>
391 <Annotation Term="OData.LongDescription" String="This property shall represent the location of the Resource."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600392 <Annotation Term="Redfish.Revisions">
393 <Collection>
394 <Record>
395 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
396 <PropertyValue Property="Version" String="v1_5_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700397 <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 -0600398 </Record>
399 </Collection>
400 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700401 </Property>
402 <Property Name="InfoFormat" Type="Edm.String">
403 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700404 <Annotation Term="OData.Description" String="The format of the Info property."/>
405 <Annotation Term="OData.LongDescription" String="This property shall represent the Info property format."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600406 <Annotation Term="Redfish.Revisions">
407 <Collection>
408 <Record>
409 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
410 <PropertyValue Property="Version" String="v1_5_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700411 <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 -0600412 </Record>
413 </Collection>
414 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700415 </Property>
Ed Tanous530520e2019-01-02 13:41:37 -0800416 <Property Name="Oem" Type="Resource.Oem" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700417 <Annotation Term="OData.Description" String="The OEM extension property."/>
418 <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 -0800419 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700420 </ComplexType>
421
422 <EnumType Name="DurableNameFormat">
423 <Member Name="NAA">
Ed Tanouscb103132019-10-08 11:34:22 -0700424 <Annotation Term="OData.Description" String="The Name Address Authority (NAA) format."/>
425 <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 -0700426 </Member>
427 <Member Name="iQN">
Ed Tanouscb103132019-10-08 11:34:22 -0700428 <Annotation Term="OData.Description" String="The iSCSI Qualified Name (iQN)."/>
429 <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 -0700430 </Member>
431 <Member Name="FC_WWN">
Ed Tanouscb103132019-10-08 11:34:22 -0700432 <Annotation Term="OData.Description" String="The Fibre Channel (FC) World Wide Name (WWN)."/>
433 <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 -0700434 </Member>
435 <Member Name="UUID">
Ed Tanouscb103132019-10-08 11:34:22 -0700436 <Annotation Term="OData.Description" String="The Universally Unique Identifier (UUID)."/>
437 <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 -0700438 </Member>
439 <Member Name="EUI">
Ed Tanouscb103132019-10-08 11:34:22 -0700440 <Annotation Term="OData.Description" String="The IEEE-defined 64-bit Extended Unique Identifier (EUI)."/>
441 <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 -0700442 </Member>
443 <Member Name="NQN">
Ed Tanouscb103132019-10-08 11:34:22 -0700444 <Annotation Term="OData.Description" String="The NVMe Qualified Name (NQN)."/>
445 <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 -0600446 <Annotation Term="Redfish.Revisions">
447 <Collection>
448 <Record>
449 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
450 <PropertyValue Property="Version" String="v1_6_0"/>
451 </Record>
452 </Collection>
453 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700454 </Member>
455 <Member Name="NSID">
Ed Tanouscb103132019-10-08 11:34:22 -0700456 <Annotation Term="OData.Description" String="The NVM Namespace Identifier (NSID)."/>
457 <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 -0600458 <Annotation Term="Redfish.Revisions">
459 <Collection>
460 <Record>
461 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
462 <PropertyValue Property="Version" String="v1_6_0"/>
463 </Record>
464 </Collection>
465 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700466 </Member>
467 </EnumType>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700468 </Schema>
469
470 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_1">
471 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700472 <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 -0700473 </Schema>
474
475 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_2">
476 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700477 <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 -0700478 </Schema>
479
480 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_3">
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_4">
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_5">
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 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 -0700493 </Schema>
494
Ed Tanous530520e2019-01-02 13:41:37 -0800495 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_6">
496 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
497 <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."/>
498 </Schema>
499
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600500 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_7">
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 use the new Revisions annotation."/>
503 </Schema>
504
505 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_8">
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 URI properties use the uri-reference format. It also updates the description for MemberId to match the Redfish v1.6 requirements."/>
508 </Schema>
509
510 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_9">
511 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
512 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600513 </Schema>
514
Jason M. Billsea4aa752018-06-05 13:29:11 -0700515 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_0">
516 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600517 <Annotation Term="Redfish.Release" String="2016.2"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700518 <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 -0700519 </Schema>
520
521 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_1">
522 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700523 <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 -0700524 </Schema>
525
526 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_2">
527 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700528 <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 -0700529 </Schema>
530
531 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_3">
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_4">
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 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 -0700539 </Schema>
540
Ed Tanous530520e2019-01-02 13:41:37 -0800541 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_5">
542 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
543 <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."/>
544 </Schema>
545
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600546 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_6">
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 use the new Revisions annotation."/>
549 </Schema>
550
551 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_7">
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 URI properties use the uri-reference format. It also updates the MemberId description to match the Redfish v1.6 requirements."/>
554 </Schema>
555
556 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_8">
557 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
558 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600559 </Schema>
560
Jason M. Billsea4aa752018-06-05 13:29:11 -0700561 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_0">
562 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600563 <Annotation Term="Redfish.Release" String="2016.3"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700564 <EnumType Name="RackUnits">
Ed Tanouscb103132019-10-08 11:34:22 -0700565 <Annotation Term="OData.Description" String="The type of rack unit in use."/>
566 <Annotation Term="OData.LongDescription" String="Enumeration literals shall name the type of rack unit in use."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700567 <Member Name="OpenU">
Ed Tanouscb103132019-10-08 11:34:22 -0700568 <Annotation Term="OData.Description" String="A rack unit that is equal to 48 mm (1.89 in)."/>
569 <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 -0700570 </Member>
571 <Member Name="EIA_310">
Ed Tanouscb103132019-10-08 11:34:22 -0700572 <Annotation Term="OData.Description" String="A rack unit that is equal to 1.75 in (44.45 mm)."/>
573 <Annotation Term="OData.LongDescription" String="Rack units shall conform to the EIA-310 standard."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700574 </Member>
575 </EnumType>
576
577 <ComplexType Name="PostalAddress">
Ed Tanouscb103132019-10-08 11:34:22 -0700578 <Annotation Term="OData.Description" String="The postal address for a Resource."/>
579 <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 -0700580 <Property Name="Country" Type="Edm.String">
581 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700582 <Annotation Term="OData.Description" String="The country."/>
583 <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 -0700584 </Property>
585 <Property Name="Territory" Type="Edm.String">
586 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
587 <Annotation Term="OData.Description" String="A top-level subdivision within a country."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700588 <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 -0700589 </Property>
590 <Property Name="District" 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="A county, parish, gun (JP), or district (IN)."/>
593 <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 -0700594 </Property>
595 <Property Name="City" Type="Edm.String">
596 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
597 <Annotation Term="OData.Description" String="City, township, or shi (JP)."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700598 <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 -0700599 </Property>
600 <Property Name="Division" 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="City division, borough, dity district, ward, or chou (JP)."/>
603 <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 -0700604 </Property>
605 <Property Name="Neighborhood" Type="Edm.String">
606 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
607 <Annotation Term="OData.Description" String="Neighborhood or block."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700608 <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 -0700609 </Property>
610 <Property Name="LeadingStreetDirection" Type="Edm.String">
611 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
612 <Annotation Term="OData.Description" String="A leading street direction."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700613 <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 -0700614 </Property>
615 <Property Name="Street" Type="Edm.String">
616 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
617 <Annotation Term="OData.Description" String="Street name."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700618 <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 -0700619 </Property>
620 <Property Name="TrailingStreetSuffix" Type="Edm.String">
621 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
622 <Annotation Term="OData.Description" String="A trailing street suffix."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700623 <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 -0700624 </Property>
625 <Property Name="StreetSuffix" Type="Edm.String">
626 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
627 <Annotation Term="OData.Description" String="Avenue, Platz, Street, Circle."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700628 <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 -0700629 </Property>
630 <Property Name="HouseNumber" Type="Edm.Int64">
631 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700632 <Annotation Term="OData.Description" String="The numeric portion of house number."/>
633 <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 -0700634 </Property>
635 <Property Name="HouseNumberSuffix" Type="Edm.String">
636 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700637 <Annotation Term="OData.Description" String="The house number suffix."/>
638 <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 -0700639 </Property>
640 <Property Name="Landmark" Type="Edm.String">
641 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700642 <Annotation Term="OData.Description" String="The landmark."/>
643 <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 -0700644 </Property>
645 <Property Name="Location" 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 room designation or other additional information."/>
648 <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 -0600649 <Annotation Term="Redfish.Revisions">
650 <Collection>
651 <Record>
652 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
653 <PropertyValue Property="Version" String="v1_7_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700654 <PropertyValue Property="Description" String="This property has been deprecated in favor of the AdditionalInfo property."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600655 </Record>
656 </Collection>
657 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700658 </Property>
659 <Property Name="Floor" Type="Edm.String">
660 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700661 <Annotation Term="OData.Description" String="The floor."/>
662 <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 -0700663 </Property>
664 <Property Name="Name" Type="Edm.String">
665 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700666 <Annotation Term="OData.Description" String="The name."/>
667 <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 -0700668 </Property>
669 <Property Name="PostalCode" 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 postal code or zip code."/>
672 <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 -0700673 </Property>
674 <Property Name="Building" 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 of the building."/>
677 <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 -0700678 </Property>
679 <Property Name="Unit" 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 name or number of the apartment unit or suite."/>
682 <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 -0700683 </Property>
684 <Property Name="Room" 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 or number of the room."/>
687 <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 -0700688 </Property>
689 <Property Name="Seat" 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 seat, such as the desk, cubicle, or workstation."/>
692 <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 -0700693 </Property>
694 <Property Name="PlaceType" 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 description of the type of place that is addressed."/>
697 <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 -0700698 </Property>
699 <Property Name="Community" 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 postal community name."/>
702 <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 -0700703 </Property>
704 <Property Name="POBox" 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 post office box (PO box)."/>
707 <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 -0700708 </Property>
709 <Property Name="AdditionalCode" 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 additional code."/>
712 <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 -0700713 </Property>
714 <Property Name="Road" 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 primary road or street."/>
717 <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 -0700718 </Property>
719 <Property Name="RoadSection" 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 road section."/>
722 <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 -0700723 </Property>
724 <Property Name="RoadBranch" 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 road branch."/>
727 <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 -0700728 </Property>
729 <Property Name="RoadSubBranch" 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 sub branch."/>
732 <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 -0700733 </Property>
734 <Property Name="RoadPreModifier" 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 pre-modifier."/>
737 <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 -0700738 </Property>
739 <Property Name="RoadPostModifier" 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 post-modifier."/>
742 <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 -0700743 </Property>
744 <Property Name="GPSCoords" Type="Edm.String">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700745 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
746 <Annotation Term="OData.Description" String="The GPS coordinates of the part."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700747 <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 -0600748 <Annotation Term="Redfish.Revisions">
749 <Collection>
750 <Record>
751 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
752 <PropertyValue Property="Version" String="v1_6_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700753 <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 -0600754 </Record>
755 </Collection>
756 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700757 </Property>
758 </ComplexType>
759
760 <ComplexType Name="Placement">
761 <Annotation Term="OData.Description" String="The placement within the addressed location."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700762 <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 -0700763 <Property Name="Row" Type="Edm.String">
764 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700765 <Annotation Term="OData.Description" String="The name of the row."/>
766 <Annotation Term="OData.LongDescription" String="This property shall contain the name of the row."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700767 </Property>
768 <Property Name="Rack" Type="Edm.String">
769 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700770 <Annotation Term="OData.Description" String="The name of a rack location within a row."/>
771 <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 -0700772 </Property>
773 <Property Name="RackOffsetUnits" Type="Resource.v1_3_0.RackUnits">
774 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700775 <Annotation Term="OData.Description" String="The type of rack units in use."/>
776 <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 -0700777 </Property>
778 <Property Name="RackOffset" Type="Edm.Int64" DefaultValue="0">
779 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700780 <Annotation Term="OData.Description" String="The vertical location of the item, in terms of RackOffsetUnits."/>
781 <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 -0700782 </Property>
783 </ComplexType>
784
785 <ComplexType Name="Location" BaseType="Resource.v1_1_0.Location">
Ed Tanouscb103132019-10-08 11:34:22 -0700786 <Annotation Term="OData.Description" String="The location of a Resource."/>
787 <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."/>
788 <Property Name="PostalAddress" Type="Resource.v1_3_0.PostalAddress" Nullable="false">
789 <Annotation Term="OData.Description" String="The postal address of the addressed Resource."/>
790 <Annotation Term="OData.LongDescription" String="This property shall contain a postal address of the Resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700791 </Property>
Ed Tanouscb103132019-10-08 11:34:22 -0700792 <Property Name="Placement" Type="Resource.v1_3_0.Placement" Nullable="false">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700793 <Annotation Term="OData.Description" String="A place within the addressed location."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700794 <Annotation Term="OData.LongDescription" String="This property shall contain a place within the addressed location."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700795 </Property>
796 </ComplexType>
797
798 </Schema>
799
800 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_1">
801 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700802 <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 -0700803 </Schema>
804
805 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_2">
806 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700807 <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 -0700808 </Schema>
809
810 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_3">
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 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 -0700813 </Schema>
814
Ed Tanous530520e2019-01-02 13:41:37 -0800815 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_4">
816 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
817 <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."/>
818 </Schema>
819
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600820 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_5">
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 use the new Revisions annotation."/>
823 </Schema>
824
825 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_6">
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 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."/>
828 </Schema>
829
830 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_7">
831 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
832 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600833 </Schema>
834
Jason M. Billsea4aa752018-06-05 13:29:11 -0700835 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_0">
836 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600837 <Annotation Term="Redfish.Release" String="2017.1"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700838 <Annotation Term="OData.Description" String="This version was created to add PowerCycle enumeration to ResetType."/>
839 </Schema>
840
841 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_1">
842 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700843 <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 -0700844 </Schema>
845
846 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_2">
847 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700848 <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 -0700849 </Schema>
850
Ed Tanous530520e2019-01-02 13:41:37 -0800851 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_3">
852 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
853 <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."/>
854 </Schema>
855
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600856 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_4">
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 use the new Revisions annotation."/>
859 </Schema>
860
861 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_5">
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 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."/>
864 </Schema>
865
866 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_6">
867 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
868 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600869 </Schema>
870
Jason M. Billsea4aa752018-06-05 13:29:11 -0700871 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_0">
872 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600873 <Annotation Term="Redfish.Release" String="2017.2"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700874 <Annotation Term="OData.Description" String="This version was created to add PartLocation to Location."/>
875
876 <EnumType Name="LocationType">
Ed Tanouscb103132019-10-08 11:34:22 -0700877 <Annotation Term="OData.Description" String="The location types for PartLocation."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700878 <Annotation Term="OData.LongDescription" String="Enumeration literals shall name the type of location in use."/>
879 <Member Name="Slot">
Ed Tanouscb103132019-10-08 11:34:22 -0700880 <Annotation Term="OData.Description" String="The slot as the type of location."/>
881 <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 -0700882 </Member>
883 <Member Name="Bay">
Ed Tanouscb103132019-10-08 11:34:22 -0700884 <Annotation Term="OData.Description" String="The bay as the type of location."/>
885 <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 -0700886 </Member>
887 <Member Name="Connector">
Ed Tanouscb103132019-10-08 11:34:22 -0700888 <Annotation Term="OData.Description" String="The connector as the type of location."/>
889 <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 -0700890 </Member>
891 <Member Name="Socket">
Ed Tanouscb103132019-10-08 11:34:22 -0700892 <Annotation Term="OData.Description" String="The socket as the type of location."/>
893 <Annotation Term="OData.LongDescription" String="Socket shall indicate the type of PartLocation of the Socket type."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700894 </Member>
895 </EnumType>
896
897 <EnumType Name="Reference">
Ed Tanouscb103132019-10-08 11:34:22 -0700898 <Annotation Term="OData.Description" String="The reference area for the location of the part."/>
899 <Annotation Term="OData.LongDescription" String="The enumerated literals shall name the reference for the part location."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700900 <Member Name="Top">
Ed Tanouscb103132019-10-08 11:34:22 -0700901 <Annotation Term="OData.Description" String="The part is in the top of the unit."/>
902 <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 -0700903 </Member>
904 <Member Name="Bottom">
Ed Tanouscb103132019-10-08 11:34:22 -0700905 <Annotation Term="OData.Description" String="The part is in the bottom of the unit."/>
906 <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 -0700907 </Member>
908 <Member Name="Front">
Ed Tanouscb103132019-10-08 11:34:22 -0700909 <Annotation Term="OData.Description" String="The part is in the front of the unit."/>
910 <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 -0700911 </Member>
912 <Member Name="Rear">
Ed Tanouscb103132019-10-08 11:34:22 -0700913 <Annotation Term="OData.Description" String="The part is in the rear of the unit."/>
914 <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 -0700915 </Member>
916 <Member Name="Left">
Ed Tanouscb103132019-10-08 11:34:22 -0700917 <Annotation Term="OData.Description" String="The part is on the left side of of the unit."/>
918 <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 -0700919 </Member>
920 <Member Name="Right">
Ed Tanouscb103132019-10-08 11:34:22 -0700921 <Annotation Term="OData.Description" String="The part is on the right side of the unit."/>
922 <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 -0700923 </Member>
924 <Member Name="Middle">
Ed Tanouscb103132019-10-08 11:34:22 -0700925 <Annotation Term="OData.Description" String="The part is in the middle of the unit."/>
926 <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 -0700927 </Member>
928 </EnumType>
929
930 <EnumType Name="Orientation">
Ed Tanouscb103132019-10-08 11:34:22 -0700931 <Annotation Term="OData.Description" String="The orientation for the ordering of the part location ordinal value."/>
932 <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 -0700933 <Member Name="FrontToBack">
Ed Tanouscb103132019-10-08 11:34:22 -0700934 <Annotation Term="OData.Description" String="The ordering for LocationOrdinalValue is front to back."/>
935 <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 -0700936 </Member>
937 <Member Name="BackToFront">
Ed Tanouscb103132019-10-08 11:34:22 -0700938 <Annotation Term="OData.Description" String="The ordering for the LocationOrdinalValue is back to front."/>
939 <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 -0700940 </Member>
941 <Member Name="TopToBottom">
Ed Tanouscb103132019-10-08 11:34:22 -0700942 <Annotation Term="OData.Description" String="The ordering for the LocationOrdinalValue is top to bottom."/>
943 <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 -0700944 </Member>
945 <Member Name="BottomToTop">
Ed Tanouscb103132019-10-08 11:34:22 -0700946 <Annotation Term="OData.Description" String="The ordering for LocationOrdinalValue is bottom to top."/>
947 <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 -0700948 </Member>
949 <Member Name="LeftToRight">
Ed Tanouscb103132019-10-08 11:34:22 -0700950 <Annotation Term="OData.Description" String="The ordering for the LocationOrdinalValue is left to right."/>
951 <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 -0700952 </Member>
953 <Member Name="RightToLeft">
Ed Tanouscb103132019-10-08 11:34:22 -0700954 <Annotation Term="OData.Description" String="The ordering for the LocationOrdinalValue is right to left."/>
955 <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 -0700956 </Member>
957 </EnumType>
958
959 <ComplexType Name="PartLocation">
960 <Annotation Term="OData.Description" String="The part location within the placement."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700961 <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 -0700962 <Property Name="ServiceLabel" Type="Edm.String">
963 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700964 <Annotation Term="OData.Description" String="The label of the part location, such as a silk-screened name or a printed label."/>
965 <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 -0700966 </Property>
967 <Property Name="LocationType" Type="Resource.v1_5_0.LocationType">
968 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
969 <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 -0700970 <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 -0700971 </Property>
972 <Property Name="LocationOrdinalValue" Type="Edm.Int64" DefaultValue="0">
973 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700974 <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."/>
975 <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 -0700976 </Property>
977 <Property Name="Reference" Type="Resource.v1_5_0.Reference">
978 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700979 <Annotation Term="OData.Description" String="The reference point for the part location. Provides guidance about the general location of the part."/>
980 <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 -0700981 </Property>
982 <Property Name="Orientation" Type="Resource.v1_5_0.Orientation">
983 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
984 <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 -0700985 <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 -0700986 </Property>
987 </ComplexType>
988
989 <ComplexType Name="Location" BaseType="Resource.v1_3_0.Location">
Ed Tanouscb103132019-10-08 11:34:22 -0700990 <Property Name="PartLocation" Type="Resource.v1_5_0.PartLocation" Nullable="false">
Ed Tanous530520e2019-01-02 13:41:37 -0800991 <Annotation Term="OData.Description" String="The part location within the placement."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700992 <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 -0700993 </Property>
994 </ComplexType>
995
996 </Schema>
997
998 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_1">
999 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001000 <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 -07001001 </Schema>
1002
Ed Tanous530520e2019-01-02 13:41:37 -08001003 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_2">
1004 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1005 <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."/>
1006 </Schema>
1007
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001008 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_3">
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 use the new Revisions annotation."/>
1011 </Schema>
1012
1013 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_4">
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 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."/>
1016 </Schema>
1017
1018 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_5">
1019 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1020 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001021 </Schema>
1022
Jason M. Billsea4aa752018-06-05 13:29:11 -07001023 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_0">
1024 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001025 <Annotation Term="Redfish.Release" String="2017.3"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001026 <Annotation Term="OData.Description" String="This version was created to add GPS Coordinated to Location and enumerations for DurableNameFormat for NVMe fabric extension."/>
1027
1028 <ComplexType Name="Location" BaseType="Resource.v1_5_0.Location">
1029 <Property Name="Longitude" Type="Edm.Decimal" DefaultValue="0">
Ed Tanous530520e2019-01-02 13:41:37 -08001030 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001031 <Annotation Term="OData.Description" String="The longitude of the Resource in degrees."/>
1032 <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 -07001033 <Annotation Term="Measures.Unit" String="deg"/>
1034 </Property>
1035 <Property Name="Latitude" Type="Edm.Decimal" DefaultValue="0">
Ed Tanous530520e2019-01-02 13:41:37 -08001036 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001037 <Annotation Term="OData.Description" String="The latitude of the Resource."/>
1038 <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 -07001039 <Annotation Term="Measures.Unit" String="deg"/>
1040 </Property>
1041 <Property Name="AltitudeMeters" Type="Edm.Decimal" DefaultValue="0">
Ed Tanous530520e2019-01-02 13:41:37 -08001042 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001043 <Annotation Term="OData.Description" String="The altitude of the Resource in meters."/>
1044 <Annotation Term="OData.LongDescription" String="This property shall contain the altitude of the Resource in meters."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001045 <Annotation Term="Measures.Unit" String="m"/>
1046 </Property>
1047 </ComplexType>
1048 </Schema>
1049
Ed Tanous530520e2019-01-02 13:41:37 -08001050 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_1">
1051 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1052 <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."/>
1053 </Schema>
1054
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001055 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_2">
1056 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001057 <Annotation Term="OData.Description" String="This version was created to use the new Revisions annotation."/>
1058 </Schema>
1059
1060 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_3">
1061 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1062 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format, and to add a missing term to several properties to disallow them from being null."/>
1063 </Schema>
1064
1065 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_4">
1066 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1067 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001068 </Schema>
1069
Ed Tanous530520e2019-01-02 13:41:37 -08001070 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_0">
1071 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001072 <Annotation Term="Redfish.Release" String="2018.2"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001073 <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 -08001074
1075 <ComplexType Name="Location" BaseType="Resource.v1_6_0.Location">
1076 <Property Name="Contacts" Type="Collection(Resource.v1_7_0.ContactInfo)">
Ed Tanouscb103132019-10-08 11:34:22 -07001077 <Annotation Term="OData.Description" String="An array of contact information."/>
1078 <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 -08001079 </Property>
1080 </ComplexType>
1081
1082 <ComplexType Name="PostalAddress" BaseType="Resource.v1_3_0.PostalAddress">
1083 <Property Name="AdditionalInfo" Type="Edm.String">
1084 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001085 <Annotation Term="OData.Description" String="The room designation or other additional information."/>
1086 <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 -08001087 </Property>
1088 </ComplexType>
1089
1090 <ComplexType Name="Placement" BaseType="Resource.v1_3_0.Placement">
1091 <Property Name="AdditionalInfo" Type="Edm.String">
1092 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1093 <Annotation Term="OData.Description" String="Area designation or other additional info."/>
Ed Tanouscb103132019-10-08 11:34:22 -07001094 <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 -08001095 </Property>
1096 </ComplexType>
1097
1098 <ComplexType Name="ContactInfo">
Ed Tanouscb103132019-10-08 11:34:22 -07001099 <Annotation Term="OData.Description" String="Contact information for this Resource."/>
1100 <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 -08001101 <Property Name="ContactName" Type="Edm.String">
1102 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1103 <Annotation Term="OData.Description" String="Name of this contact."/>
Ed Tanouscb103132019-10-08 11:34:22 -07001104 <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 -08001105 </Property>
1106 <Property Name="PhoneNumber" Type="Edm.String">
1107 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1108 <Annotation Term="OData.Description" String="Phone number for this contact."/>
Ed Tanouscb103132019-10-08 11:34:22 -07001109 <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 -08001110 </Property>
1111 <Property Name="EmailAddress" Type="Edm.String">
1112 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1113 <Annotation Term="OData.Description" String="Email address for this contact."/>
Ed Tanouscb103132019-10-08 11:34:22 -07001114 <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 -08001115 </Property>
1116 </ComplexType>
1117 </Schema>
1118
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001119 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_1">
1120 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001121 <Annotation Term="OData.Description" String="This version was created to use the new Revisions annotation."/>
1122 </Schema>
1123
1124 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_2">
1125 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1126 <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."/>
1127 </Schema>
1128
1129 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_3">
1130 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1131 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001132 </Schema>
1133
1134 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_0">
1135 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1136 <Annotation Term="Redfish.Release" String="2018.3"/>
1137 <Annotation Term="OData.Description" String="This version was created to to add the Redfish Excerpt annotation to the Name property."/>
1138 </Schema>
1139
Ed Tanouscb103132019-10-08 11:34:22 -07001140 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_1">
1141 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1142 <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."/>
1143 </Schema>
1144
1145 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_2">
1146 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1147 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1148 </Schema>
1149
Jason M. Billsea4aa752018-06-05 13:29:11 -07001150 </edmx:DataServices>
1151</edmx:Edmx>