Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!----> |
| 3 | <!--################################################################################ --> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 4 | <!--# Redfish Schema: Resource v1.8.0--> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 5 | <!--# --> |
| 6 | <!--# For a detailed change log, see the README file contained in the DSP8010 bundle, --> |
| 7 | <!--# available at http://www.dmtf.org/standards/redfish --> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 8 | <!--# Copyright 2014-2018 DMTF. --> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 9 | <!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright --> |
| 10 | <!--################################################################################ --> |
| 11 | <!----> |
| 12 | <edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0"> |
| 13 | |
| 14 | <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml"> |
| 15 | <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/> |
| 16 | </edmx:Reference> |
| 17 | <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml"> |
| 18 | <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/> |
| 19 | </edmx:Reference> |
| 20 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml"> |
| 21 | <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/> |
| 22 | </edmx:Reference> |
| 23 | |
| 24 | <edmx:DataServices> |
| 25 | |
| 26 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource"> |
| 27 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 28 | |
| 29 | <!--Type Definitions--> |
| 30 | <TypeDefinition Name="Id" UnderlyingType="Edm.String"> |
| 31 | <Annotation Term="OData.Description" String="Uniquely identifies the resource within the collection of like resources."/> |
| 32 | <Annotation Term="OData.LongDescription" String="This property represents an identifier for the resource. All values for resources described by this schema shall comply to the requirements as described in the Redfish specification."/> |
| 33 | </TypeDefinition> |
| 34 | |
| 35 | <TypeDefinition Name="Description" UnderlyingType="Edm.String"> |
| 36 | <Annotation Term="OData.Description" String="Provides a description of this resource and is used for commonality in the schema definitions."/> |
| 37 | <Annotation Term="OData.LongDescription" String="This object represents the Description property. All values for resources described by this schema shall comply to the requirements as described in the Redfish specification."/> |
| 38 | </TypeDefinition> |
| 39 | |
| 40 | <TypeDefinition Name="Name" UnderlyingType="Edm.String"> |
| 41 | <Annotation Term="OData.Description" String="The name of the resource or array element."/> |
| 42 | <Annotation Term="OData.LongDescription" String="This object represents the Name property. All values for resources described by this schema shall comply to the requirements as described in the Redfish specification. The value of this string shall be of the format for the reserved word *Name*."/> |
| 43 | </TypeDefinition> |
| 44 | |
| 45 | <TypeDefinition Name="UUID" UnderlyingType="Edm.Guid"/> |
| 46 | |
| 47 | <!--Base Complex type for Links properties--> |
| 48 | <ComplexType Name="Links" Abstract="true"> |
| 49 | <Annotation Term="OData.AdditionalProperties" Bool="false"/> |
| 50 | <Property Name="Oem" Type="Resource.Oem" Nullable="false"> |
| 51 | <Annotation Term="OData.Description" String="Oem extension object."/> |
| 52 | <Annotation Term="OData.LongDescription" String="This object represents the Oem property. All values for resources described by this schema shall comply to the requirements as described in the Redfish specification."/> |
| 53 | </Property> |
| 54 | </ComplexType> |
| 55 | |
| 56 | <!--Complex type that serves as a "property bag" for OEM properties--> |
| 57 | <ComplexType Name="Oem"> |
| 58 | <Annotation Term="OData.AdditionalProperties" Bool="true"/> |
| 59 | <Annotation Term="Redfish.DynamicPropertyPatterns"> |
| 60 | <Collection> |
| 61 | <Record> |
| 62 | <PropertyValue Property="Pattern" String="[A-Za-z0-9_.:]+"/> |
| 63 | <PropertyValue Property="Type" String="Resource.OemObject"/> |
| 64 | </Record> |
| 65 | </Collection> |
| 66 | </Annotation> |
| 67 | <Annotation Term="OData.Description" String="Oem extension object."/> |
| 68 | <Annotation Term="OData.LongDescription" String="This object represents the Oem properties. All values for resources described by this schema shall comply to the requirements as described in the Redfish specification."/> |
| 69 | </ComplexType> |
| 70 | |
| 71 | <!--Base type for OEM property--> |
| 72 | <ComplexType Name="OemObject"> |
| 73 | <Annotation Term="OData.AdditionalProperties" Bool="true"/> |
| 74 | <Annotation Term="OData.Description" String="Base type for an Oem object."/> |
| 75 | <Annotation Term="OData.LongDescription" String="This object represents the base type for an Oem property. All values for resources described by this schema shall comply to the requirements as described in the Redfish specification."/> |
| 76 | </ComplexType> |
| 77 | |
| 78 | <!--Unversioned Base Types--> |
| 79 | |
| 80 | <EntityType Name="ItemOrCollection" Abstract="true"/> |
| 81 | |
| 82 | <!--Base type for Resources and ReferenceableMembers--> |
| 83 | <EntityType Name="Item" BaseType="Resource.ItemOrCollection" Abstract="true"> |
| 84 | <Annotation Term="OData.AdditionalProperties" Bool="false"/> |
| 85 | <Annotation Term="OData.Description" String="This is the base type for resources and referenceable members."/> |
| 86 | <Property Name="Oem" Type="Resource.Oem" Nullable="false"> |
| 87 | <Annotation Term="OData.Description" String="This is the manufacturer/provider specific extension moniker used to divide the Oem object into sections."/> |
| 88 | <Annotation Term="OData.LongDescription" String="The value of this string shall be of the format for the reserved word *Oem*."/> |
| 89 | </Property> |
| 90 | </EntityType> |
| 91 | |
| 92 | <EntityType Name="ReferenceableMember" BaseType="Resource.Item" Abstract="true"/> |
| 93 | |
| 94 | <EntityType Name="Resource" BaseType="Resource.Item" Abstract="true"/> |
| 95 | |
| 96 | <EntityType Name="ResourceCollection" BaseType="Resource.ItemOrCollection" Abstract="true"/> |
| 97 | |
| 98 | <!--Shared types--> |
| 99 | |
| 100 | <!--This object represents the standard status structure for resources.--> |
| 101 | <ComplexType Name="Status"> |
| 102 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 103 | <Annotation Term="OData.AdditionalProperties" Bool="false"/> |
| 104 | <Annotation Term="OData.Description" String="This type describes the status and health of a resource and its children."/> |
| 105 | <Annotation Term="OData.LongDescription" String="This type shall contain any status or health properties of a resource."/> |
| 106 | <Property Name="State" Type="Resource.State"> |
| 107 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 108 | <Annotation Term="OData.Description" String="This indicates the known state of the resource, such as if it is enabled."/> |
| 109 | <Annotation Term="OData.LongDescription" String="This property shall represent if this component is available or not and why. 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 be made available. InTest indicates that the component is undergoing testing. Starting indicates that the resource is on its way to becoming available. Absent indicates the resources is physically unavailable."/> |
| 110 | </Property> |
| 111 | <Property Name="HealthRollup" Type="Resource.Health"> |
| 112 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 113 | <Annotation Term="OData.Description" String="This represents the overall health state from the view of this resource."/> |
| 114 | <Annotation Term="OData.LongDescription" String="This property shall represent the HealthState of the resource and its dependent resources. The values shall conform to those defined in the Redfish specification."/> |
| 115 | </Property> |
| 116 | <Property Name="Health" Type="Resource.Health"> |
| 117 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 118 | <Annotation Term="OData.Description" String="This represents the health state of this resource in the absence of its dependent resources."/> |
| 119 | <Annotation Term="OData.LongDescription" String="This property shall represent the HealthState of the resource without considering its dependent resources. The values shall conform to those defined in the Redfish specification."/> |
| 120 | </Property> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 121 | <Property Name="Oem" Type="Resource.Oem" Nullable="false"> |
| 122 | <Annotation Term="OData.Description" String="Oem extension object."/> |
| 123 | <Annotation Term="OData.LongDescription" String="This object represents the Oem property. All values for resources described by this schema shall comply to the requirements as described in the Redfish specification."/> |
| 124 | </Property> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 125 | </ComplexType> |
| 126 | |
| 127 | <!--This indicates the known state of the resource, such as if it is enabled.--> |
| 128 | <EnumType Name="State"> |
| 129 | <Member Name="Enabled"> |
| 130 | <Annotation Term="OData.Description" String="This function or resource has been enabled."/> |
| 131 | </Member> |
| 132 | <Member Name="Disabled"> |
| 133 | <Annotation Term="OData.Description" String="This function or resource has been disabled."/> |
| 134 | </Member> |
| 135 | <Member Name="StandbyOffline"> |
| 136 | <Annotation Term="OData.Description" String="This function or resource is enabled, but awaiting an external action to activate it."/> |
| 137 | </Member> |
| 138 | <Member Name="StandbySpare"> |
| 139 | <Annotation Term="OData.Description" String="This function or resource is part of a redundancy set and is awaiting a failover or other external action to activate it."/> |
| 140 | </Member> |
| 141 | <Member Name="InTest"> |
| 142 | <Annotation Term="OData.Description" String="This function or resource is undergoing testing."/> |
| 143 | </Member> |
| 144 | <Member Name="Starting"> |
| 145 | <Annotation Term="OData.Description" String="This function or resource is starting."/> |
| 146 | </Member> |
| 147 | <Member Name="Absent"> |
| 148 | <Annotation Term="OData.Description" String="This function or resource is not present or not detected."/> |
| 149 | </Member> |
| 150 | <Member Name="UnavailableOffline"> |
| 151 | <Annotation Term="OData.Description" String="This function or resource is present but cannot be used."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 152 | <Annotation Term="Redfish.Revisions"> |
| 153 | <Collection> |
| 154 | <Record> |
| 155 | <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> |
| 156 | <PropertyValue Property="Version" String="v1_1_0"/> |
| 157 | </Record> |
| 158 | </Collection> |
| 159 | </Annotation> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 160 | </Member> |
| 161 | <Member Name="Deferring"> |
| 162 | <Annotation Term="OData.Description" String="The element will not process any commands but will queue new requests."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 163 | <Annotation Term="Redfish.Revisions"> |
| 164 | <Collection> |
| 165 | <Record> |
| 166 | <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> |
| 167 | <PropertyValue Property="Version" String="v1_2_0"/> |
| 168 | </Record> |
| 169 | </Collection> |
| 170 | </Annotation> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 171 | </Member> |
| 172 | <Member Name="Quiesced"> |
| 173 | <Annotation Term="OData.Description" String="The element is enabled but only processes a restricted set of commands."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 174 | <Annotation Term="Redfish.Revisions"> |
| 175 | <Collection> |
| 176 | <Record> |
| 177 | <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> |
| 178 | <PropertyValue Property="Version" String="v1_2_0"/> |
| 179 | </Record> |
| 180 | </Collection> |
| 181 | </Annotation> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 182 | </Member> |
| 183 | <Member Name="Updating"> |
| 184 | <Annotation Term="OData.Description" String="The element is updating and may be unavailable or degraded."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 185 | <Annotation Term="Redfish.Revisions"> |
| 186 | <Collection> |
| 187 | <Record> |
| 188 | <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> |
| 189 | <PropertyValue Property="Version" String="v1_2_0"/> |
| 190 | </Record> |
| 191 | </Collection> |
| 192 | </Annotation> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 193 | </Member> |
| 194 | </EnumType> |
| 195 | |
| 196 | <!--This represents the state of the health of a resource.--> |
| 197 | <EnumType Name="Health"> |
| 198 | <Member Name="OK"> |
| 199 | <Annotation Term="OData.Description" String="Normal."/> |
| 200 | </Member> |
| 201 | <Member Name="Warning"> |
| 202 | <Annotation Term="OData.Description" String="A condition exists that requires attention."/> |
| 203 | </Member> |
| 204 | <Member Name="Critical"> |
| 205 | <Annotation Term="OData.Description" String="A critical condition exists that requires immediate attention."/> |
| 206 | </Member> |
| 207 | </EnumType> |
| 208 | |
| 209 | <!--Common RestType parameter values for Reset Action--> |
| 210 | <EnumType Name="ResetType"> |
| 211 | <Member Name="On"> |
| 212 | <Annotation Term="OData.Description" String="Turn the unit on."/> |
| 213 | </Member> |
| 214 | <Member Name="ForceOff"> |
| 215 | <Annotation Term="OData.Description" String="Turn the unit off immediately (non-graceful shutdown)."/> |
| 216 | </Member> |
| 217 | <Member Name="GracefulShutdown"> |
| 218 | <Annotation Term="OData.Description" String="Perform a graceful shutdown and power off."/> |
| 219 | </Member> |
| 220 | <Member Name="GracefulRestart"> |
| 221 | <Annotation Term="OData.Description" String="Perform a graceful shutdown followed by a restart of the system."/> |
| 222 | </Member> |
| 223 | <Member Name="ForceRestart"> |
| 224 | <Annotation Term="OData.Description" String="Perform an immediate (non-graceful) shutdown, followed by a restart."/> |
| 225 | </Member> |
| 226 | <Member Name="Nmi"> |
| 227 | <Annotation Term="OData.Description" String="Generate a Diagnostic Interrupt (usually an NMI on x86 systems) to cease normal operations, perform diagnostic actions and typically halt the system."/> |
| 228 | </Member> |
| 229 | <Member Name="ForceOn"> |
| 230 | <Annotation Term="OData.Description" String="Turn the unit on immediately."/> |
| 231 | </Member> |
| 232 | <Member Name="PushPowerButton"> |
| 233 | <Annotation Term="OData.Description" String="Simulate the pressing of the physical power button on this unit."/> |
| 234 | </Member> |
| 235 | <Member Name="PowerCycle"> |
| 236 | <Annotation Term="OData.Description" String="Perform a power cycle of the unit."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 237 | <Annotation Term="Redfish.Revisions"> |
| 238 | <Collection> |
| 239 | <Record> |
| 240 | <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> |
| 241 | <PropertyValue Property="Version" String="v1_4_0"/> |
| 242 | </Record> |
| 243 | </Collection> |
| 244 | </Annotation> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 245 | </Member> |
| 246 | </EnumType> |
| 247 | |
| 248 | <ComplexType Name="Identifier" Abstract="true"> |
| 249 | <Annotation Term="OData.Description" String="This type describes any additional identifiers for a resource."/> |
| 250 | <Annotation Term="OData.LongDescription" String="This type shall contain any additional identifiers of a resource."/> |
| 251 | <Annotation Term="OData.AdditionalProperties" Bool="false"/> |
| 252 | </ComplexType> |
| 253 | |
| 254 | <ComplexType Name="Location" Abstract="true"> |
| 255 | <Annotation Term="OData.AdditionalProperties" Bool="false"/> |
| 256 | <Annotation Term="OData.Description" String="This type describes the location of a resource."/> |
| 257 | <Annotation Term="OData.LongDescription" String="This type shall describe the location of a resource."/> |
| 258 | </ComplexType> |
| 259 | |
| 260 | <EnumType Name="IndicatorLED"> |
| 261 | <Member Name="Lit"> |
| 262 | <Annotation Term="OData.Description" String="The Indicator LED is lit."/> |
| 263 | <Annotation Term="OData.LongDescription" String="This value shall represent the Indicator LED is in a solid on state. If this value is not supported by the service, the service shall reject PATCH or PUT requests containing this value by returning HTTP 400 (Bad Request)."/> |
| 264 | </Member> |
| 265 | <Member Name="Blinking"> |
| 266 | <Annotation Term="OData.Description" String="The Indicator LED is blinking."/> |
| 267 | <Annotation Term="OData.LongDescription" String="This value shall represent the Indicator LED is in a blinking state where the LED is being turned on and off in repetition. If this value is not supported by the service, the service shall reject PATCH or PUT requests containing this value by returning HTTP 400 (Bad Request)."/> |
| 268 | </Member> |
| 269 | <Member Name="Off"> |
| 270 | <Annotation Term="OData.Description" String="The Indicator LED is off."/> |
| 271 | <Annotation Term="OData.LongDescription" String="This value shall represent the Indicator LED is in a solid off state. If this value is not supported by the service, the service shall reject PATCH or PUT requests containing this value by returning HTTP 400 (Bad Request)."/> |
| 272 | </Member> |
| 273 | </EnumType> |
| 274 | |
| 275 | <EnumType Name="PowerState"> |
| 276 | <Member Name="On"> |
| 277 | <Annotation Term="OData.Description" String="The state is powered On."/> |
| 278 | </Member> |
| 279 | <Member Name="Off"> |
| 280 | <Annotation Term="OData.Description" String="The state is powered Off."/> |
| 281 | </Member> |
| 282 | <Member Name="PoweringOn"> |
| 283 | <Annotation Term="OData.Description" String="A temporary state between Off and On."/> |
| 284 | </Member> |
| 285 | <Member Name="PoweringOff"> |
| 286 | <Annotation Term="OData.Description" String="A temporary state between On and Off."/> |
| 287 | </Member> |
| 288 | </EnumType> |
| 289 | |
| 290 | </Schema> |
| 291 | |
| 292 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_0"> |
| 293 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 294 | <Annotation Term="Redfish.Release" String="1.0"/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 295 | |
| 296 | <!--Base entity type for array members--> |
| 297 | <EntityType Name="ReferenceableMember" BaseType="Resource.ReferenceableMember" Abstract="true"> |
| 298 | <Annotation Term="OData.Description" String="This is the base type for addressable members of an array."/> |
| 299 | <Annotation Term="OData.LongDescription" String="Array members can be referenced using the value returned in the @odata.id property which may or may not be a dereferenceable URL. The @odata.id of this entity shall be the location of this element within an Item."/> |
| 300 | <Key> |
| 301 | <PropertyRef Name="MemberId"/> |
| 302 | </Key> |
| 303 | <Property Name="MemberId" Nullable="false" Type="Edm.String"> |
| 304 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 305 | <Annotation Term="OData.Description" String="This is the identifier for the member within the collection."/> |
| 306 | <Annotation Term="OData.LongDescription" String="The value of this string shall uniquely identify the member within the collection."/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 307 | <Annotation Term="Redfish.Required"/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 308 | </Property> |
| 309 | </EntityType> |
| 310 | |
| 311 | <!--Base entity type for all resources--> |
| 312 | <EntityType Name="Resource" BaseType="Resource.Resource" Abstract="true"> |
| 313 | <Key> |
| 314 | <PropertyRef Name="Id"/> |
| 315 | </Key> |
| 316 | <Property Name="Id" Type="Resource.Id" Nullable="false"> |
| 317 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 318 | <Annotation Term="Redfish.Required"/> |
| 319 | </Property> |
| 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"/> |
| 325 | <Annotation Term="Redfish.Required"/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 326 | <Annotation Term="Redfish.Excerpt"/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 327 | </Property> |
| 328 | </EntityType> |
| 329 | |
| 330 | <!--Base entity type for all resource collection objects--> |
| 331 | <EntityType Name="ResourceCollection" BaseType="Resource.ResourceCollection" Abstract="true"> |
| 332 | <Annotation Term="OData.AdditionalProperties" Bool="false"/> |
| 333 | <Key> |
| 334 | <PropertyRef Name="Name"/> |
| 335 | </Key> |
| 336 | <Property Name="Description" Type="Resource.Description"> |
| 337 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 338 | </Property> |
| 339 | <Property Name="Name" Type="Resource.Name" Nullable="false"> |
| 340 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 341 | <Annotation Term="Redfish.Required"/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 342 | </Property> |
| 343 | <Property Name="Oem" Type="Resource.Oem" Nullable="false"> |
| 344 | <Annotation Term="OData.Description" String="This is the manufacturer/provider specific extension moniker used to divide the Oem object into sections."/> |
| 345 | <Annotation Term="OData.LongDescription" String="The value of this string shall be of the format for the reserved word *Oem*."/> |
| 346 | </Property> |
| 347 | </EntityType> |
| 348 | |
| 349 | </Schema> |
| 350 | |
| 351 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_2"> |
| 352 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 353 | <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/> |
| 354 | </Schema> |
| 355 | |
| 356 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_3"> |
| 357 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 358 | <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/> |
| 359 | </Schema> |
| 360 | |
| 361 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_4"> |
| 362 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 363 | <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/> |
| 364 | </Schema> |
| 365 | |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 366 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_5"> |
| 367 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 368 | <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."/> |
| 369 | </Schema> |
| 370 | |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 371 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_0_6"> |
| 372 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 373 | <Annotation Term="OData.Description" String="This version was created to make use of the new Revisions annotation."/> |
| 374 | </Schema> |
| 375 | |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 376 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_0"> |
| 377 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 378 | <Annotation Term="Redfish.Release" String="2016.1"/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 379 | |
| 380 | <ComplexType Name="Identifier" BaseType="Resource.Identifier"> |
| 381 | <Property Name="DurableName" Type="Edm.String"> |
| 382 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 383 | <Annotation Term="OData.Description" String="This indicates the world wide, persistent name of the resource."/> |
| 384 | <Annotation Term="OData.LongDescription" String="This property shall contain the world wide unique identifier for the resource. The string shall be in the format described by the value of the Identifier.DurableNameFormat property."/> |
| 385 | </Property> |
| 386 | <Property Name="DurableNameFormat" Type="Resource.v1_1_0.DurableNameFormat"> |
| 387 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 388 | <Annotation Term="OData.Description" String="This represents the format of the DurableName property."/> |
| 389 | <Annotation Term="OData.LongDescription" String="This property shall represent the format of the DurableName property."/> |
| 390 | </Property> |
| 391 | </ComplexType> |
| 392 | |
| 393 | <ComplexType Name="Location" BaseType="Resource.Location"> |
| 394 | <Property Name="Info" Type="Edm.String"> |
| 395 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 396 | <Annotation Term="OData.Description" String="This indicates the location of the resource."/> |
| 397 | <Annotation Term="OData.LongDescription" String="This property shall represent the location of the resource."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 398 | <Annotation Term="Redfish.Revisions"> |
| 399 | <Collection> |
| 400 | <Record> |
| 401 | <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> |
| 402 | <PropertyValue Property="Version" String="v1_5_0"/> |
| 403 | <PropertyValue Property="Description" String="This property has been Deprecated in favor of the PostalAddress, Placement, and PartLocation."/> |
| 404 | </Record> |
| 405 | </Collection> |
| 406 | </Annotation> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 407 | </Property> |
| 408 | <Property Name="InfoFormat" Type="Edm.String"> |
| 409 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 410 | <Annotation Term="OData.Description" String="This represents the format of the Info property."/> |
| 411 | <Annotation Term="OData.LongDescription" String="This property shall represent the format of the Info property."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 412 | <Annotation Term="Redfish.Revisions"> |
| 413 | <Collection> |
| 414 | <Record> |
| 415 | <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> |
| 416 | <PropertyValue Property="Version" String="v1_5_0"/> |
| 417 | <PropertyValue Property="Description" String="This property has been Deprecated in favor of the PostalAddress, Placement, and PartLocation."/> |
| 418 | </Record> |
| 419 | </Collection> |
| 420 | </Annotation> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 421 | </Property> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 422 | <Property Name="Oem" Type="Resource.Oem" Nullable="false"> |
| 423 | <Annotation Term="OData.Description" String="Oem extension object."/> |
| 424 | <Annotation Term="OData.LongDescription" String="This object represents the Oem property. All values for resources described by this schema shall comply to the requirements as described in the Redfish specification."/> |
| 425 | </Property> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 426 | </ComplexType> |
| 427 | |
| 428 | <EnumType Name="DurableNameFormat"> |
| 429 | <Member Name="NAA"> |
| 430 | <Annotation Term="OData.Description" String="Name Address Authority Format."/> |
| 431 | <Annotation Term="OData.LongDescription" String="This durable name shall be a hexadecimal representation of the Name Address Authority structure as defined in the T11 Fibre Channel - Framing and Signaling - 3 (FC-FS-3) specification."/> |
| 432 | </Member> |
| 433 | <Member Name="iQN"> |
| 434 | <Annotation Term="OData.Description" String="iSCSI Qualified Name."/> |
| 435 | <Annotation Term="OData.LongDescription" String="This durable name shall be in the iSCSI Qualified Name format as defined in RFC 3720 and RFC 3721."/> |
| 436 | </Member> |
| 437 | <Member Name="FC_WWN"> |
| 438 | <Annotation Term="OData.Description" String="Fibre Channel World Wide Name."/> |
| 439 | <Annotation Term="OData.LongDescription" String="This durable name shall be a hexadecimal representation of the World Wide Name format as defined in the T11 Fibre Channel Physical and Signaling Interface Specification."/> |
| 440 | </Member> |
| 441 | <Member Name="UUID"> |
| 442 | <Annotation Term="OData.Description" String="Universally Unique Identifier."/> |
| 443 | <Annotation Term="OData.LongDescription" String="This durable name shall be the hexadecimal representation of the Universal Unique Identifier as defined in the Internation Telecom Union's OSI networking and system aspects - Naming, Addressing and Registration Specification."/> |
| 444 | </Member> |
| 445 | <Member Name="EUI"> |
| 446 | <Annotation Term="OData.Description" String="IEEE-defined 64-bit Extended Unique Identifier."/> |
| 447 | <Annotation Term="OData.LongDescription" String="This durable name shall be the hexadecimal representation of the IEEE-defined 64-bit Extended Unique Identifier as defined in the IEEE's Guidelines for 64-bit Global Identifier (EUI-64) Specification."/> |
| 448 | </Member> |
| 449 | <Member Name="NQN"> |
| 450 | <Annotation Term="OData.Description" String="NVMe Qualified Name."/> |
| 451 | <Annotation Term="OData.LongDescription" String="This durable name shall be in the NVMe Qualified Name format as defined in the NVN Express over Fabric Specification."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 452 | <Annotation Term="Redfish.Revisions"> |
| 453 | <Collection> |
| 454 | <Record> |
| 455 | <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> |
| 456 | <PropertyValue Property="Version" String="v1_6_0"/> |
| 457 | </Record> |
| 458 | </Collection> |
| 459 | </Annotation> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 460 | </Member> |
| 461 | <Member Name="NSID"> |
| 462 | <Annotation Term="OData.Description" String="NVM Namespace Identifier."/> |
| 463 | <Annotation Term="OData.LongDescription" String="This durable name shall be in the NVM Namespace Identifier format as defined in the NVN Express Specification."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 464 | <Annotation Term="Redfish.Revisions"> |
| 465 | <Collection> |
| 466 | <Record> |
| 467 | <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> |
| 468 | <PropertyValue Property="Version" String="v1_6_0"/> |
| 469 | </Record> |
| 470 | </Collection> |
| 471 | </Annotation> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 472 | </Member> |
| 473 | </EnumType> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 474 | </Schema> |
| 475 | |
| 476 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_1"> |
| 477 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 478 | <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/> |
| 479 | </Schema> |
| 480 | |
| 481 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_2"> |
| 482 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 483 | <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/> |
| 484 | </Schema> |
| 485 | |
| 486 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_3"> |
| 487 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 488 | <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/> |
| 489 | </Schema> |
| 490 | |
| 491 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_4"> |
| 492 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 493 | <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/> |
| 494 | </Schema> |
| 495 | |
| 496 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_5"> |
| 497 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 498 | <Annotation Term="OData.Description" String="This version was created to add an abstract base type for Identifier and Location, and to deprecate the versioned definition of IndicatorLED to use an unversioned definition."/> |
| 499 | </Schema> |
| 500 | |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 501 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_6"> |
| 502 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 503 | <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."/> |
| 504 | </Schema> |
| 505 | |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 506 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_1_7"> |
| 507 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 508 | <Annotation Term="OData.Description" String="This version was created to make use of the new Revisions annotation."/> |
| 509 | </Schema> |
| 510 | |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 511 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_0"> |
| 512 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 513 | <Annotation Term="Redfish.Release" String="2016.2"/> |
| 514 | <Annotation Term="OData.Description" String="This version contained the former definition of PowerState, which has since been moved to the unversioned namespace."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 515 | </Schema> |
| 516 | |
| 517 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_1"> |
| 518 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 519 | <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/> |
| 520 | </Schema> |
| 521 | |
| 522 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_2"> |
| 523 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 524 | <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/> |
| 525 | </Schema> |
| 526 | |
| 527 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_3"> |
| 528 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 529 | <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/> |
| 530 | </Schema> |
| 531 | |
| 532 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_4"> |
| 533 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 534 | <Annotation Term="OData.Description" String="This version was created to add an abstract base type for Identifier and Location, and to deprecate the versioned definition of IndicatorLED and PowerState to use an unversioned definition."/> |
| 535 | </Schema> |
| 536 | |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 537 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_5"> |
| 538 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 539 | <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."/> |
| 540 | </Schema> |
| 541 | |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 542 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_2_6"> |
| 543 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 544 | <Annotation Term="OData.Description" String="This version was created to make use of the new Revisions annotation."/> |
| 545 | </Schema> |
| 546 | |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 547 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_0"> |
| 548 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 549 | <Annotation Term="Redfish.Release" String="2016.3"/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 550 | <EnumType Name="RackUnits"> |
| 551 | <Annotation Term="OData.Description" String="Defines a rack unit."/> |
| 552 | <Annotation Term="OData.LongDescription" String="Enumeration literals shall name the type of rack units in use."/> |
| 553 | <Member Name="OpenU"> |
| 554 | <Annotation Term="OData.Description" String="Defines a rack unit as being equal to 48 mm (1.89 in)."/> |
| 555 | <Annotation Term="OData.LongDescription" String="Rack units shall be specifie3d in terms of the Open Compute Open Rack specification."/> |
| 556 | </Member> |
| 557 | <Member Name="EIA_310"> |
| 558 | <Annotation Term="OData.Description" String="Defines a rack unit as being equal to 1.75 in (44.45 mm)."/> |
| 559 | <Annotation Term="OData.LongDescription" String="Rack units shall be specified as defined by the EIA-310 standard."/> |
| 560 | </Member> |
| 561 | </EnumType> |
| 562 | |
| 563 | <ComplexType Name="PostalAddress"> |
| 564 | <Annotation Term="OData.Description" String="The PostalAddress for a resource."/> |
| 565 | <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."/> |
| 566 | <Property Name="Country" Type="Edm.String"> |
| 567 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
| 568 | <Annotation Term="OData.Description" String="Country."/> |
| 569 | <Annotation Term="OData.LongDescription" String="The value shall conform the requirements of the Country field as defined in RFC5139."/> |
| 570 | </Property> |
| 571 | <Property Name="Territory" Type="Edm.String"> |
| 572 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
| 573 | <Annotation Term="OData.Description" String="A top-level subdivision within a country."/> |
| 574 | <Annotation Term="OData.LongDescription" String="The value shall conform the requirements of the A1 field as defined in RFC5139 when used to name a territory, state, region, province, or prefecture within a country."/> |
| 575 | </Property> |
| 576 | <Property Name="District" Type="Edm.String"> |
| 577 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
| 578 | <Annotation Term="OData.Description" String="A county, parish, gun (JP), or district (IN)."/> |
| 579 | <Annotation Term="OData.LongDescription" String="The value shall conform the requirements of the A2 field as defined in RFC5139. It is used to name a county, parish, gun (JP), or district (IN)."/> |
| 580 | </Property> |
| 581 | <Property Name="City" Type="Edm.String"> |
| 582 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
| 583 | <Annotation Term="OData.Description" String="City, township, or shi (JP)."/> |
| 584 | <Annotation Term="OData.LongDescription" String="The value shall conform the requirements of the A3 field as defined in RFC5139. It is used to name a city, township, or shi (JP)."/> |
| 585 | </Property> |
| 586 | <Property Name="Division" Type="Edm.String"> |
| 587 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
| 588 | <Annotation Term="OData.Description" String="City division, borough, dity district, ward, chou (JP)."/> |
| 589 | <Annotation Term="OData.LongDescription" String="The value shall conform the requirements of the A4 field as defined in RFC5139. It is used to name a city division, borough, dity district, ward, chou (JP)."/> |
| 590 | </Property> |
| 591 | <Property Name="Neighborhood" Type="Edm.String"> |
| 592 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
| 593 | <Annotation Term="OData.Description" String="Neighborhood or block."/> |
| 594 | <Annotation Term="OData.LongDescription" String="The value shall conform the requirements of the A5 field as defined in RFC5139. It is used to name a neighborhood or block."/> |
| 595 | </Property> |
| 596 | <Property Name="LeadingStreetDirection" Type="Edm.String"> |
| 597 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
| 598 | <Annotation Term="OData.Description" String="A leading street direction."/> |
| 599 | <Annotation Term="OData.LongDescription" String="The value shall conform the requirements of the PRD field as defined in RFC5139. It is used to name a leading street direction, (N, W, SE)."/> |
| 600 | </Property> |
| 601 | <Property Name="Street" Type="Edm.String"> |
| 602 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
| 603 | <Annotation Term="OData.Description" String="Street name."/> |
| 604 | <Annotation Term="OData.LongDescription" String="The value shall conform the requirements of the A6 field as defined in RFC5139. It is used to name a street."/> |
| 605 | </Property> |
| 606 | <Property Name="TrailingStreetSuffix" Type="Edm.String"> |
| 607 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
| 608 | <Annotation Term="OData.Description" String="A trailing street suffix."/> |
| 609 | <Annotation Term="OData.LongDescription" String="The value shall conform the requirements of the POD field as defined in RFC5139. It is used to name a trailing street suffix."/> |
| 610 | </Property> |
| 611 | <Property Name="StreetSuffix" Type="Edm.String"> |
| 612 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
| 613 | <Annotation Term="OData.Description" String="Avenue, Platz, Street, Circle."/> |
| 614 | <Annotation Term="OData.LongDescription" String="The value shall conform the requirements of the STS field as defined in RFC5139. It is used to name a street suffix."/> |
| 615 | </Property> |
| 616 | <Property Name="HouseNumber" Type="Edm.Int64"> |
| 617 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
| 618 | <Annotation Term="OData.Description" String="Numeric portion of house number."/> |
| 619 | <Annotation Term="OData.LongDescription" String="The value shall conform the requirements of the HNO field as defined in RFC5139. It is the numeric portion of the house number."/> |
| 620 | </Property> |
| 621 | <Property Name="HouseNumberSuffix" Type="Edm.String"> |
| 622 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
| 623 | <Annotation Term="OData.Description" String="House number suffix."/> |
| 624 | <Annotation Term="OData.LongDescription" String="The value shall conform the requirements of the HNS field as defined in RFC5139. It is used to provide a suffix to a house number, (F, B, 1/2)."/> |
| 625 | </Property> |
| 626 | <Property Name="Landmark" Type="Edm.String"> |
| 627 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
| 628 | <Annotation Term="OData.Description" String="Landmark."/> |
| 629 | <Annotation Term="OData.LongDescription" String="The value shall conform the requirements of the LMK field as defined in RFC5139. It is used to identify a landmark or vanity address."/> |
| 630 | </Property> |
| 631 | <Property Name="Location" Type="Edm.String"> |
| 632 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
| 633 | <Annotation Term="OData.Description" String="Room designation or other additional info."/> |
| 634 | <Annotation Term="OData.LongDescription" String="The value shall conform the requirements of the LOC field as defined in RFC5139. It is used to provide additional information."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 635 | <Annotation Term="Redfish.Revisions"> |
| 636 | <Collection> |
| 637 | <Record> |
| 638 | <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> |
| 639 | <PropertyValue Property="Version" String="v1_7_0"/> |
| 640 | <PropertyValue Property="Description" String="This property has been Deprecated in favor of the property AdditionalInfo."/> |
| 641 | </Record> |
| 642 | </Collection> |
| 643 | </Annotation> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 644 | </Property> |
| 645 | <Property Name="Floor" Type="Edm.String"> |
| 646 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
| 647 | <Annotation Term="OData.Description" String="Floor."/> |
| 648 | <Annotation Term="OData.LongDescription" String="The value shall conform the requirements of the FLR field as defined in RFC5139. It is used to provide a floor designation."/> |
| 649 | </Property> |
| 650 | <Property Name="Name" Type="Edm.String"> |
| 651 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
| 652 | <Annotation Term="OData.Description" String="Name."/> |
| 653 | <Annotation Term="OData.LongDescription" String="The value shall conform the requirements of the NAM field as defined in RFC5139. It is used to name the occupant."/> |
| 654 | </Property> |
| 655 | <Property Name="PostalCode" Type="Edm.String"> |
| 656 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
| 657 | <Annotation Term="OData.Description" String="Postal code (or zip code)."/> |
| 658 | <Annotation Term="OData.LongDescription" String="The value shall conform the requirements of the PC field as defined in RFC5139. The value shall be a Postal code (or zip code)."/> |
| 659 | </Property> |
| 660 | <Property Name="Building" Type="Edm.String"> |
| 661 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
| 662 | <Annotation Term="OData.Description" String="Name of the building."/> |
| 663 | <Annotation Term="OData.LongDescription" String="The value shall conform the requirements of the BLD field as defined in RFC5139. The value shall be name a building used to locate the resource."/> |
| 664 | </Property> |
| 665 | <Property Name="Unit" Type="Edm.String"> |
| 666 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
| 667 | <Annotation Term="OData.Description" String="Name or number of the unit (apartment, suite)."/> |
| 668 | <Annotation Term="OData.LongDescription" String="The value shall conform the requirements of the UNIT field as defined in RFC5139. The value shall be a name or number of a unit (apartment, suite) used to locate the resource."/> |
| 669 | </Property> |
| 670 | <Property Name="Room" Type="Edm.String"> |
| 671 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
| 672 | <Annotation Term="OData.Description" String="Name or number of the room."/> |
| 673 | <Annotation Term="OData.LongDescription" String="The value shall conform the requirements of the ROOM field as defined in RFC5139. The value shall be a name or number of a room used to locate the resource within the unit."/> |
| 674 | </Property> |
| 675 | <Property Name="Seat" Type="Edm.String"> |
| 676 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
| 677 | <Annotation Term="OData.Description" String="Seat (desk, cubicle, workstation)."/> |
| 678 | <Annotation Term="OData.LongDescription" String="The value shall conform the requirements of the SEAT field as defined in RFC5139. The value shall be a name or number of a Seat (desk, cubicle, workstation)."/> |
| 679 | </Property> |
| 680 | <Property Name="PlaceType" Type="Edm.String"> |
| 681 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
| 682 | <Annotation Term="OData.Description" String="A description of the type of place that is addressed."/> |
| 683 | <Annotation Term="OData.LongDescription" String="The value shall conform the requirements of the PLC field as defined in RFC5139. Examples include: office, residence,...)."/> |
| 684 | </Property> |
| 685 | <Property Name="Community" Type="Edm.String"> |
| 686 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
| 687 | <Annotation Term="OData.Description" String="Postal community name."/> |
| 688 | <Annotation Term="OData.LongDescription" String="The value shall conform the requirements of the PCN field as defined in RFC5139. The value shall be a postal community name."/> |
| 689 | </Property> |
| 690 | <Property Name="POBox" Type="Edm.String"> |
| 691 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
| 692 | <Annotation Term="OData.Description" String="Post office box (P.O. box)."/> |
| 693 | <Annotation Term="OData.LongDescription" String="The value shall conform the requirements of the POBOX field as defined in RFC5139. The value shall be a Post office box (P.O. box)."/> |
| 694 | </Property> |
| 695 | <Property Name="AdditionalCode" Type="Edm.String"> |
| 696 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
| 697 | <Annotation Term="OData.Description" String="Additional code."/> |
| 698 | <Annotation Term="OData.LongDescription" String="The value shall conform the requirements of the ADDCODE field as defined in RFC5139."/> |
| 699 | </Property> |
| 700 | <Property Name="Road" Type="Edm.String"> |
| 701 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
| 702 | <Annotation Term="OData.Description" String="A primary road or street."/> |
| 703 | <Annotation Term="OData.LongDescription" String="The value shall conform the requirements of the RD field as defined in RFC5139. The value designates a primary road or street."/> |
| 704 | </Property> |
| 705 | <Property Name="RoadSection" Type="Edm.String"> |
| 706 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
| 707 | <Annotation Term="OData.Description" String="Road Section."/> |
| 708 | <Annotation Term="OData.LongDescription" String="The value shall conform the requirements of the RDSEC field as defined in RFC5139. The value shall be a road section."/> |
| 709 | </Property> |
| 710 | <Property Name="RoadBranch" Type="Edm.String"> |
| 711 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
| 712 | <Annotation Term="OData.Description" String="Road branch."/> |
| 713 | <Annotation Term="OData.LongDescription" String="The value shall conform the requirements of the RDBR field as defined in RFC5139. The value shall be a Post office box (P.O. box)road branch."/> |
| 714 | </Property> |
| 715 | <Property Name="RoadSubBranch" Type="Edm.String"> |
| 716 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
| 717 | <Annotation Term="OData.Description" String="Road sub branch."/> |
| 718 | <Annotation Term="OData.LongDescription" String="The value shall conform the requirements of the RDSUBBR field as defined in RFC5139."/> |
| 719 | </Property> |
| 720 | <Property Name="RoadPreModifier" Type="Edm.String"> |
| 721 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
| 722 | <Annotation Term="OData.Description" String="Road pre-modifier."/> |
| 723 | <Annotation Term="OData.LongDescription" String="The value shall conform the requirements of the PRM field as defined in RFC5139. (Old, New)."/> |
| 724 | </Property> |
| 725 | <Property Name="RoadPostModifier" Type="Edm.String"> |
| 726 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
| 727 | <Annotation Term="OData.Description" String="Road post-modifier."/> |
| 728 | <Annotation Term="OData.LongDescription" String="The value shall conform the requirements of the POM field as defined in RFC5139. (Extended)."/> |
| 729 | </Property> |
| 730 | <Property Name="GPSCoords" Type="Edm.String"> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 731 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
| 732 | <Annotation Term="OData.Description" String="The GPS coordinates of the part."/> |
| 733 | <Annotation Term="OData.LongDescription" String="The value shall conform the requirements of the ADDCODE field as defined in RFC5139. The value shall be the GPS coordinates of the location. If furnished, this shall be expressed in the format '[-][nn]n.nnnnnn, [-][nn]n.nnnnn', i.e. two numbers, either positive or negative, with six decimal places of precision, comma-separated."/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 734 | <Annotation Term="Redfish.Revisions"> |
| 735 | <Collection> |
| 736 | <Record> |
| 737 | <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> |
| 738 | <PropertyValue Property="Version" String="v1_6_0"/> |
| 739 | <PropertyValue Property="Description" String="This property has been Deprecated in favor of properties Longitude and Latitude."/> |
| 740 | </Record> |
| 741 | </Collection> |
| 742 | </Annotation> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 743 | </Property> |
| 744 | </ComplexType> |
| 745 | |
| 746 | <ComplexType Name="Placement"> |
| 747 | <Annotation Term="OData.Description" String="The placement within the addressed location."/> |
| 748 | <Annotation Term="OData.LongDescription" String="The value shall describe a location within a resource. Examples include a shelf in a rack."/> |
| 749 | <Property Name="Row" Type="Edm.String"> |
| 750 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
| 751 | <Annotation Term="OData.Description" String="Name of row."/> |
| 752 | <Annotation Term="OData.LongDescription" String="The value shall be the name of the row."/> |
| 753 | </Property> |
| 754 | <Property Name="Rack" Type="Edm.String"> |
| 755 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
| 756 | <Annotation Term="OData.Description" String="Name of a rack location within a row."/> |
| 757 | <Annotation Term="OData.LongDescription" String="The value shall be the name of the rack within a row."/> |
| 758 | </Property> |
| 759 | <Property Name="RackOffsetUnits" Type="Resource.v1_3_0.RackUnits"> |
| 760 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
| 761 | <Annotation Term="OData.Description" String="The type of Rack Units in use."/> |
| 762 | <Annotation Term="OData.LongDescription" String="The value shall be a RackUnit enumeration literal indicating the type of rack units in use."/> |
| 763 | </Property> |
| 764 | <Property Name="RackOffset" Type="Edm.Int64" DefaultValue="0"> |
| 765 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
| 766 | <Annotation Term="OData.Description" String="Vertical location of the item in terms of RackOffsetUnits."/> |
| 767 | <Annotation Term="OData.LongDescription" String="Vertical location of the item in the rack. Rack offset units shall be measured from bottom to top starting with 0."/> |
| 768 | </Property> |
| 769 | </ComplexType> |
| 770 | |
| 771 | <ComplexType Name="Location" BaseType="Resource.v1_1_0.Location"> |
| 772 | <Annotation Term="OData.Description" String="The location of a resource."/> |
| 773 | <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."/> |
| 774 | <Property Name="PostalAddress" Type="Resource.v1_3_0.PostalAddress"> |
| 775 | <Annotation Term="OData.Description" String="Postal address of the addressed resource."/> |
| 776 | <Annotation Term="OData.LongDescription" String="The value shall be a postal address of the resource."/> |
| 777 | </Property> |
| 778 | <Property Name="Placement" Type="Resource.v1_3_0.Placement"> |
| 779 | <Annotation Term="OData.Description" String="A place within the addressed location."/> |
| 780 | <Annotation Term="OData.LongDescription" String="The value shall be a place within the addressed location."/> |
| 781 | </Property> |
| 782 | </ComplexType> |
| 783 | |
| 784 | </Schema> |
| 785 | |
| 786 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_1"> |
| 787 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 788 | <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/> |
| 789 | </Schema> |
| 790 | |
| 791 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_2"> |
| 792 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 793 | <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/> |
| 794 | </Schema> |
| 795 | |
| 796 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_3"> |
| 797 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 798 | <Annotation Term="OData.Description" String="This version was created to add an abstract base type for Identifier and Location, and to deprecate the versioned definition of IndicatorLED and PowerState to use an unversioned definition."/> |
| 799 | </Schema> |
| 800 | |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 801 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_4"> |
| 802 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 803 | <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."/> |
| 804 | </Schema> |
| 805 | |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 806 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_3_5"> |
| 807 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 808 | <Annotation Term="OData.Description" String="This version was created to make use of the new Revisions annotation."/> |
| 809 | </Schema> |
| 810 | |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 811 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_0"> |
| 812 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 813 | <Annotation Term="Redfish.Release" String="2017.1"/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 814 | <Annotation Term="OData.Description" String="This version was created to add PowerCycle enumeration to ResetType."/> |
| 815 | </Schema> |
| 816 | |
| 817 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_1"> |
| 818 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 819 | <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/> |
| 820 | </Schema> |
| 821 | |
| 822 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_2"> |
| 823 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 824 | <Annotation Term="OData.Description" String="This version was created to add an abstract base type for Identifier and Location, and to deprecate the versioned definition of IndicatorLED and PowerState to use an unversioned definition."/> |
| 825 | </Schema> |
| 826 | |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 827 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_3"> |
| 828 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 829 | <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."/> |
| 830 | </Schema> |
| 831 | |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 832 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_4_4"> |
| 833 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 834 | <Annotation Term="OData.Description" String="This version was created to make use of the new Revisions annotation."/> |
| 835 | </Schema> |
| 836 | |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 837 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_0"> |
| 838 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 839 | <Annotation Term="Redfish.Release" String="2017.2"/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 840 | <Annotation Term="OData.Description" String="This version was created to add PartLocation to Location."/> |
| 841 | |
| 842 | <EnumType Name="LocationType"> |
| 843 | <Annotation Term="OData.Description" String="Defines the location types for PartLocation."/> |
| 844 | <Annotation Term="OData.LongDescription" String="Enumeration literals shall name the type of location in use."/> |
| 845 | <Member Name="Slot"> |
| 846 | <Annotation Term="OData.Description" String="Defines a slot as the type of location."/> |
| 847 | <Annotation Term="OData.LongDescription" String="Slot shall be used to indicate the type of PartLocation is of type slot."/> |
| 848 | </Member> |
| 849 | <Member Name="Bay"> |
| 850 | <Annotation Term="OData.Description" String="Defines a bay as the type of location."/> |
| 851 | <Annotation Term="OData.LongDescription" String="Bay shall be used to indicate the type of PartLocation is of type bay."/> |
| 852 | </Member> |
| 853 | <Member Name="Connector"> |
| 854 | <Annotation Term="OData.Description" String="Defines a connector as the type of location."/> |
| 855 | <Annotation Term="OData.LongDescription" String="Connector shall be used to indicate the type of PartLocation is of type connector."/> |
| 856 | </Member> |
| 857 | <Member Name="Socket"> |
| 858 | <Annotation Term="OData.Description" String="Defines a socket as the type of location."/> |
| 859 | <Annotation Term="OData.LongDescription" String="Socket shall be used to indicate the type of PartLocation is of type socket."/> |
| 860 | </Member> |
| 861 | </EnumType> |
| 862 | |
| 863 | <EnumType Name="Reference"> |
| 864 | <Annotation Term="OData.Description" String="Defines a reference area for the location of the part."/> |
| 865 | <Annotation Term="OData.LongDescription" String="Enumeration literals shall name the reference for the part location."/> |
| 866 | <Member Name="Top"> |
| 867 | <Annotation Term="OData.Description" String="Defines the part as being in the top of the unit."/> |
| 868 | <Annotation Term="OData.LongDescription" String="Top shall be used to specify the part location is in the top of the unit."/> |
| 869 | </Member> |
| 870 | <Member Name="Bottom"> |
| 871 | <Annotation Term="OData.Description" String="Defines the part as being in the bottom of the unit."/> |
| 872 | <Annotation Term="OData.LongDescription" String="Top shall be used to specify the part location is in the bottom of the unit."/> |
| 873 | </Member> |
| 874 | <Member Name="Front"> |
| 875 | <Annotation Term="OData.Description" String="Defines the part as being in the front of the unit."/> |
| 876 | <Annotation Term="OData.LongDescription" String="Top shall be used to specify the part location is in the front of the unit."/> |
| 877 | </Member> |
| 878 | <Member Name="Rear"> |
| 879 | <Annotation Term="OData.Description" String="Defines the part as being in the rear of the unit."/> |
| 880 | <Annotation Term="OData.LongDescription" String="Top shall be used to specify the part location is in the rear of the unit."/> |
| 881 | </Member> |
| 882 | <Member Name="Left"> |
| 883 | <Annotation Term="OData.Description" String="Defines the part as being in the left of the unit."/> |
| 884 | <Annotation Term="OData.LongDescription" String="Top shall be used to specify the part location is in the left of the unit."/> |
| 885 | </Member> |
| 886 | <Member Name="Right"> |
| 887 | <Annotation Term="OData.Description" String="Defines the part as being in the right of the unit."/> |
| 888 | <Annotation Term="OData.LongDescription" String="Top shall be used to specify the part location is in the right of the unit."/> |
| 889 | </Member> |
| 890 | <Member Name="Middle"> |
| 891 | <Annotation Term="OData.Description" String="Defines the part as being in the middle of the unit."/> |
| 892 | <Annotation Term="OData.LongDescription" String="Top shall be used to specify the part location is in the middle of the unit."/> |
| 893 | </Member> |
| 894 | </EnumType> |
| 895 | |
| 896 | <EnumType Name="Orientation"> |
| 897 | <Annotation Term="OData.Description" String="Defines a orientation for the ordering of the ordinal value of the part location."/> |
| 898 | <Annotation Term="OData.LongDescription" String="Enumeration literals shall name the orientation for the location type ordering in determining the LocationOrdinalValue."/> |
| 899 | <Member Name="FrontToBack"> |
| 900 | <Annotation Term="OData.Description" String="Defines the ordering for the LocationOrdinalValue is front to back."/> |
| 901 | <Annotation Term="OData.LongDescription" String="This value shall be used to specify the ordering for LocationOrdinalValue is front to back."/> |
| 902 | </Member> |
| 903 | <Member Name="BackToFront"> |
| 904 | <Annotation Term="OData.Description" String="Defines the ordering for the LocationOrdinalValue is back to front."/> |
| 905 | <Annotation Term="OData.LongDescription" String="This value shall be used to specify the ordering for LocationOrdinalValue is back to front."/> |
| 906 | </Member> |
| 907 | <Member Name="TopToBottom"> |
| 908 | <Annotation Term="OData.Description" String="Defines the ordering for the LocationOrdinalValue is top to bottom."/> |
| 909 | <Annotation Term="OData.LongDescription" String="This value shall be used to specify the ordering for LocationOrdinalValue is top to bottom."/> |
| 910 | </Member> |
| 911 | <Member Name="BottomToTop"> |
| 912 | <Annotation Term="OData.Description" String="Defines the ordering for the LocationOrdinalValue is bottom to top."/> |
| 913 | <Annotation Term="OData.LongDescription" String="This value shall be used to specify the ordering for LocationOrdinalValue is bottom to top."/> |
| 914 | </Member> |
| 915 | <Member Name="LeftToRight"> |
| 916 | <Annotation Term="OData.Description" String="Defines the ordering for the LocationOrdinalValue is left to right."/> |
| 917 | <Annotation Term="OData.LongDescription" String="This value shall be used to specify the ordering for LocationOrdinalValue is left to right."/> |
| 918 | </Member> |
| 919 | <Member Name="RightToLeft"> |
| 920 | <Annotation Term="OData.Description" String="Defines the ordering for the LocationOrdinalValue is right to left."/> |
| 921 | <Annotation Term="OData.LongDescription" String="This value shall be used to specify the ordering for LocationOrdinalValue is right to left."/> |
| 922 | </Member> |
| 923 | </EnumType> |
| 924 | |
| 925 | <ComplexType Name="PartLocation"> |
| 926 | <Annotation Term="OData.Description" String="The part location within the placement."/> |
| 927 | <Annotation Term="OData.LongDescription" String="The value shall describe a location within a resource. This representation shall be used to indicate the location within the Placement."/> |
| 928 | <Property Name="ServiceLabel" Type="Edm.String"> |
| 929 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 930 | <Annotation Term="OData.Description" String="This is the label of the part location, such as a silk screened name or a printed label."/> |
| 931 | <Annotation Term="OData.LongDescription" String="The value shall be the label assigned for service at the part location."/> |
| 932 | </Property> |
| 933 | <Property Name="LocationType" Type="Resource.v1_5_0.LocationType"> |
| 934 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 935 | <Annotation Term="OData.Description" String="The type of location of the part, such as slot, bay, socket and slot."/> |
| 936 | <Annotation Term="OData.LongDescription" String="The value shall be a LocationType enumeration literal indicating the type of rack units in use."/> |
| 937 | </Property> |
| 938 | <Property Name="LocationOrdinalValue" Type="Edm.Int64" DefaultValue="0"> |
| 939 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 940 | <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 then the LocationOrdinalValue will be 2."/> |
| 941 | <Annotation Term="OData.LongDescription" String="The value shall be 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."/> |
| 942 | </Property> |
| 943 | <Property Name="Reference" Type="Resource.v1_5_0.Reference"> |
| 944 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 945 | <Annotation Term="OData.Description" String="The reference point for the part location. This is used to give guidance as to the general location of the part."/> |
| 946 | <Annotation Term="OData.LongDescription" String="The value shall be a Reference enumeration literal indicating the general location within the unit of the part."/> |
| 947 | </Property> |
| 948 | <Property Name="Orientation" Type="Resource.v1_5_0.Orientation"> |
| 949 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 950 | <Annotation Term="OData.Description" String="The orientation for the ordering of the slot enumeration used by the LocationOrdinalValue property."/> |
| 951 | <Annotation Term="OData.LongDescription" String="The value shall be a Orientation enumeration literal indicating the orientation for the ordering used by the LocationOrdinalValue property."/> |
| 952 | </Property> |
| 953 | </ComplexType> |
| 954 | |
| 955 | <ComplexType Name="Location" BaseType="Resource.v1_3_0.Location"> |
| 956 | <Property Name="PartLocation" Type="Resource.v1_5_0.PartLocation"> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 957 | <Annotation Term="OData.Description" String="The part location within the placement."/> |
| 958 | <Annotation Term="OData.LongDescription" String="The value shall describe a location within a resource. This representation shall be used to indicate the location within the Placement."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 959 | </Property> |
| 960 | </ComplexType> |
| 961 | |
| 962 | </Schema> |
| 963 | |
| 964 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_1"> |
| 965 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 966 | <Annotation Term="OData.Description" String="This version was created to add an abstract base type for Identifier and Location, and to deprecate the versioned definition of IndicatorLED and PowerState to use an unversioned definition."/> |
| 967 | </Schema> |
| 968 | |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 969 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_2"> |
| 970 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 971 | <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."/> |
| 972 | </Schema> |
| 973 | |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 974 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_5_3"> |
| 975 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 976 | <Annotation Term="OData.Description" String="This version was created to make use of the new Revisions annotation."/> |
| 977 | </Schema> |
| 978 | |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 979 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_0"> |
| 980 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 981 | <Annotation Term="Redfish.Release" String="2017.3"/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 982 | <Annotation Term="OData.Description" String="This version was created to add GPS Coordinated to Location and enumerations for DurableNameFormat for NVMe fabric extension."/> |
| 983 | |
| 984 | <ComplexType Name="Location" BaseType="Resource.v1_5_0.Location"> |
| 985 | <Property Name="Longitude" Type="Edm.Decimal" DefaultValue="0"> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 986 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 987 | <Annotation Term="OData.Description" String="The longitude resource in degrees."/> |
| 988 | <Annotation Term="OData.LongDescription" String="The value shall be the longitude of the resource specified in degrees using a decimal format and not minutes or seconds."/> |
| 989 | <Annotation Term="Measures.Unit" String="deg"/> |
| 990 | </Property> |
| 991 | <Property Name="Latitude" Type="Edm.Decimal" DefaultValue="0"> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 992 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 993 | <Annotation Term="OData.Description" String="The latitude resource."/> |
| 994 | <Annotation Term="OData.LongDescription" String="The value shall be the latitude of the resource specified in degrees using a decimal format and not minutes or seconds."/> |
| 995 | <Annotation Term="Measures.Unit" String="deg"/> |
| 996 | </Property> |
| 997 | <Property Name="AltitudeMeters" Type="Edm.Decimal" DefaultValue="0"> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 998 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 999 | <Annotation Term="OData.Description" String="The altitude of the resource in meters."/> |
| 1000 | <Annotation Term="OData.LongDescription" String="The altitude of the resource in meters."/> |
| 1001 | <Annotation Term="Measures.Unit" String="m"/> |
| 1002 | </Property> |
| 1003 | </ComplexType> |
| 1004 | </Schema> |
| 1005 | |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 1006 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_1"> |
| 1007 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 1008 | <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."/> |
| 1009 | </Schema> |
| 1010 | |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 1011 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_6_2"> |
| 1012 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 1013 | <Annotation Term="OData.Description" String="This version was created to make use of the new Revisions annotation."/> |
| 1014 | </Schema> |
| 1015 | |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 1016 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_0"> |
| 1017 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 1018 | <Annotation Term="Redfish.Release" String="2018.2"/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 1019 | <Annotation Term="OData.Description" String="This version was created to add an array of Contact Information entries to Location, and to deprecate Location within PostalAddress in favor of AdditionalInfo."/> |
| 1020 | |
| 1021 | <ComplexType Name="Location" BaseType="Resource.v1_6_0.Location"> |
| 1022 | <Property Name="Contacts" Type="Collection(Resource.v1_7_0.ContactInfo)"> |
| 1023 | <Annotation Term="OData.Description" String="Array of contact information."/> |
| 1024 | <Annotation Term="OData.LongDescription" String="The value shall contain contact information used to obtain more information from an individual or organization responsible for this resource."/> |
| 1025 | </Property> |
| 1026 | </ComplexType> |
| 1027 | |
| 1028 | <ComplexType Name="PostalAddress" BaseType="Resource.v1_3_0.PostalAddress"> |
| 1029 | <Property Name="AdditionalInfo" Type="Edm.String"> |
| 1030 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
| 1031 | <Annotation Term="OData.Description" String="Room designation or other additional info."/> |
| 1032 | <Annotation Term="OData.LongDescription" String="The value shall conform the requirements of the LOC field as defined in RFC5139. It is used to provide additional information."/> |
| 1033 | </Property> |
| 1034 | </ComplexType> |
| 1035 | |
| 1036 | <ComplexType Name="Placement" BaseType="Resource.v1_3_0.Placement"> |
| 1037 | <Property Name="AdditionalInfo" Type="Edm.String"> |
| 1038 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
| 1039 | <Annotation Term="OData.Description" String="Area designation or other additional info."/> |
| 1040 | <Annotation Term="OData.LongDescription" String="The value shall contain additional information, such as Tile, Column (Post), Wall, or other designation used to describe a location that cannot be conveyed with other properties defined for the Placement object."/> |
| 1041 | </Property> |
| 1042 | </ComplexType> |
| 1043 | |
| 1044 | <ComplexType Name="ContactInfo"> |
| 1045 | <Annotation Term="OData.Description" String="Contact information for this resource."/> |
| 1046 | <Annotation Term="OData.LongDescription" String="This object shall contain contact information used to obtain more information from an individual or organization responsible for this resource."/> |
| 1047 | <Property Name="ContactName" Type="Edm.String"> |
| 1048 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
| 1049 | <Annotation Term="OData.Description" String="Name of this contact."/> |
| 1050 | <Annotation Term="OData.LongDescription" String="The value shall contain the name of a person or organization to contact for information about this resource."/> |
| 1051 | </Property> |
| 1052 | <Property Name="PhoneNumber" Type="Edm.String"> |
| 1053 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
| 1054 | <Annotation Term="OData.Description" String="Phone number for this contact."/> |
| 1055 | <Annotation Term="OData.LongDescription" String="The value shall contain the phone number for a person or organization to contact for information about this resource."/> |
| 1056 | </Property> |
| 1057 | <Property Name="EmailAddress" Type="Edm.String"> |
| 1058 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
| 1059 | <Annotation Term="OData.Description" String="Email address for this contact."/> |
| 1060 | <Annotation Term="OData.LongDescription" String="The value shall contain the email address for a person or organization to contact for information about this resource."/> |
| 1061 | </Property> |
| 1062 | </ComplexType> |
| 1063 | </Schema> |
| 1064 | |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 1065 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_7_1"> |
| 1066 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 1067 | <Annotation Term="OData.Description" String="This version was created to make use of the new Revisions annotation."/> |
| 1068 | </Schema> |
| 1069 | |
| 1070 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Resource.v1_8_0"> |
| 1071 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 1072 | <Annotation Term="Redfish.Release" String="2018.3"/> |
| 1073 | <Annotation Term="OData.Description" String="This version was created to to add the Redfish Excerpt annotation to the Name property."/> |
| 1074 | </Schema> |
| 1075 | |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 1076 | </edmx:DataServices> |
| 1077 | </edmx:Edmx> |