1720c9898SEd Tanous<?xml version="1.0" encoding="UTF-8"?> 2720c9898SEd Tanous<!----> 3720c9898SEd Tanous<!--################################################################################ --> 4*5ecf7b4eSGunnar Mills<!--# Redfish Schema: Fan v1.6.0 --> 5720c9898SEd Tanous<!--# --> 6720c9898SEd Tanous<!--# For a detailed change log, see the README file contained in the DSP8010 bundle, --> 7720c9898SEd Tanous<!--# available at http://www.dmtf.org/standards/redfish --> 8d125652eSGunnar Mills<!--# Copyright 2014-2025 DMTF. --> 9720c9898SEd Tanous<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright --> 10720c9898SEd Tanous<!--################################################################################ --> 11720c9898SEd Tanous<!----> 12720c9898SEd Tanous<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0"> 13720c9898SEd Tanous 14720c9898SEd Tanous <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml"> 15720c9898SEd Tanous <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/> 16720c9898SEd Tanous </edmx:Reference> 17720c9898SEd Tanous <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml"> 18720c9898SEd Tanous <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/> 19720c9898SEd Tanous </edmx:Reference> 20720c9898SEd Tanous <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml"> 21720c9898SEd Tanous <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/> 22720c9898SEd Tanous </edmx:Reference> 23720c9898SEd Tanous <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml"> 24720c9898SEd Tanous <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/> 25720c9898SEd Tanous <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/> 26720c9898SEd Tanous </edmx:Reference> 27720c9898SEd Tanous <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml"> 28720c9898SEd Tanous <edmx:Include Namespace="Resource"/> 29720c9898SEd Tanous <edmx:Include Namespace="Resource.v1_0_0"/> 30720c9898SEd Tanous </edmx:Reference> 31720c9898SEd Tanous <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PhysicalContext_v1.xml"> 32720c9898SEd Tanous <edmx:Include Namespace="PhysicalContext"/> 33720c9898SEd Tanous </edmx:Reference> 34720c9898SEd Tanous <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Redundancy_v1.xml"> 35720c9898SEd Tanous <edmx:Include Namespace="Redundancy"/> 36720c9898SEd Tanous </edmx:Reference> 37720c9898SEd Tanous <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Sensor_v1.xml"> 38720c9898SEd Tanous <edmx:Include Namespace="Sensor"/> 39720c9898SEd Tanous </edmx:Reference> 40720c9898SEd Tanous <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Assembly_v1.xml"> 41720c9898SEd Tanous <edmx:Include Namespace="Assembly"/> 42720c9898SEd Tanous </edmx:Reference> 43720c9898SEd Tanous <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Chassis_v1.xml"> 44720c9898SEd Tanous <edmx:Include Namespace="Chassis"/> 45720c9898SEd Tanous </edmx:Reference> 46720c9898SEd Tanous 47720c9898SEd Tanous <edmx:DataServices> 48720c9898SEd Tanous 49720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Fan"> 50720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 51f2a8e57eSGunnar Mills <Annotation Term="Redfish.Language" String="en"/> 52720c9898SEd Tanous 53720c9898SEd Tanous <EntityType Name="Fan" BaseType="Resource.v1_0_0.Resource" Abstract="true"> 54f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="The `Fan` schema describes a cooling fan unit for a computer system or similar devices contained within a chassis. It also describes the location, such as a slot, socket, or bay, where a unit can be installed, by populating a resource instance with an absent state if a unit is not present."/> 55f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This resource shall represent a cooling fan for a Redfish implementation. It may also represent a location, such as a slot, socket, or bay, where a unit may be installed, but the `State` property within the `Status` property contains `Absent`."/> 56720c9898SEd Tanous <Annotation Term="Capabilities.InsertRestrictions"> 57720c9898SEd Tanous <Record> 58720c9898SEd Tanous <PropertyValue Property="Insertable" Bool="false"/> 59720c9898SEd Tanous </Record> 60720c9898SEd Tanous </Annotation> 61720c9898SEd Tanous <Annotation Term="Capabilities.UpdateRestrictions"> 62720c9898SEd Tanous <Record> 63720c9898SEd Tanous <PropertyValue Property="Updatable" Bool="true"/> 64720c9898SEd Tanous <Annotation Term="OData.Description" String="Any writable properties can be updated."/> 65720c9898SEd Tanous </Record> 66720c9898SEd Tanous </Annotation> 67720c9898SEd Tanous <Annotation Term="Capabilities.DeleteRestrictions"> 68720c9898SEd Tanous <Record> 69720c9898SEd Tanous <PropertyValue Property="Deletable" Bool="false"/> 70720c9898SEd Tanous </Record> 71720c9898SEd Tanous </Annotation> 72720c9898SEd Tanous <Annotation Term="Redfish.Uris"> 73720c9898SEd Tanous <Collection> 74720c9898SEd Tanous <String>/redfish/v1/Chassis/{ChassisId}/ThermalSubsystem/Fans/{FanId}</String> 75720c9898SEd Tanous </Collection> 76720c9898SEd Tanous </Annotation> 77720c9898SEd Tanous </EntityType> 78720c9898SEd Tanous </Schema> 79720c9898SEd Tanous 80720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Fan.v1_0_0"> 81720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 82720c9898SEd Tanous <Annotation Term="Redfish.Release" String="2020.4"/> 83720c9898SEd Tanous 84720c9898SEd Tanous <EntityType Name="Fan" BaseType="Fan.Fan"> 85720c9898SEd Tanous <Property Name="PhysicalContext" Type="PhysicalContext.PhysicalContext" Nullable="false"> 86720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 87720c9898SEd Tanous <Annotation Term="OData.Description" String="The area or device associated with this fan."/> 88720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain a description of the affected device or region within the chassis with which this fan is associated."/> 89720c9898SEd Tanous </Property> 90720c9898SEd Tanous <Property Name="Status" Type="Resource.Status" Nullable="false"> 91720c9898SEd Tanous <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/> 92720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/> 93720c9898SEd Tanous </Property> 94720c9898SEd Tanous <NavigationProperty Name="SpeedPercent" Type="Sensor.Sensor"> 95720c9898SEd Tanous <Annotation Term="Redfish.ExcerptCopy" String="Fan"/> 96720c9898SEd Tanous <Annotation Term="OData.Description" String="The fan speed (percent)."/> 97*5ecf7b4eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain the fan speed, in percent units, for this resource. Services should calculate the value of `Reading` by dividing `SpeedRPM` by `RatedSpeedRPM`. The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `Percent`."/> 98720c9898SEd Tanous </NavigationProperty> 99720c9898SEd Tanous <Property Name="Manufacturer" Type="Edm.String"> 100720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 101720c9898SEd Tanous <Annotation Term="OData.Description" String="The manufacturer of this fan."/> 102720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the name of the organization responsible for producing the fan. This organization may be the entity from whom the fan is purchased, but this is not necessarily true."/> 103720c9898SEd Tanous </Property> 104720c9898SEd Tanous <Property Name="Model" Type="Edm.String"> 105720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 106720c9898SEd Tanous <Annotation Term="OData.Description" String="The model number for this fan."/> 107720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the model information as defined by the manufacturer for this fan."/> 108720c9898SEd Tanous </Property> 109720c9898SEd Tanous <Property Name="SerialNumber" Type="Edm.String"> 110720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 111720c9898SEd Tanous <Annotation Term="OData.Description" String="The serial number for this fan."/> 112720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the serial number as defined by the manufacturer for this fan."/> 113720c9898SEd Tanous </Property> 114720c9898SEd Tanous <Property Name="PartNumber" Type="Edm.String"> 115720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 116720c9898SEd Tanous <Annotation Term="OData.Description" String="The part number for this fan."/> 117720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the part number as defined by the manufacturer for this fan."/> 118720c9898SEd Tanous </Property> 119720c9898SEd Tanous <Property Name="SparePartNumber" Type="Edm.String"> 120720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 121720c9898SEd Tanous <Annotation Term="OData.Description" String="The spare part number for this fan."/> 122720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the spare or replacement part number as defined by the manufacturer for this fan."/> 123720c9898SEd Tanous </Property> 124720c9898SEd Tanous <Property Name="Location" Type="Resource.Location" Nullable="false"> 125720c9898SEd Tanous <Annotation Term="OData.Description" String="The location of the fan."/> 126720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the location information of this fan."/> 127720c9898SEd Tanous </Property> 128720c9898SEd Tanous <Property Name="LocationIndicatorActive" Type="Edm.Boolean"> 129720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 130720c9898SEd Tanous <Annotation Term="OData.Description" String="An indicator allowing an operator to physically locate this resource."/> 131720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the state of the indicator used to physically identify or locate this resource."/> 132720c9898SEd Tanous </Property> 133720c9898SEd Tanous <Property Name="HotPluggable" Type="Edm.Boolean"> 134720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 135720c9898SEd Tanous <Annotation Term="OData.Description" String="An indication of whether this device can be inserted or removed while the equipment is in operation."/> 136720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall indicate whether the device can be inserted or removed while the underlying equipment otherwise remains in its current operational state. Hot-pluggable devices can become operable without altering the operational state of the underlying equipment. Devices that cannot be inserted or removed from equipment in operation, or devices that cannot become operable without affecting the operational state of that equipment, shall not be hot-pluggable."/> 137720c9898SEd Tanous </Property> 138720c9898SEd Tanous <NavigationProperty Name="Assembly" Type="Assembly.Assembly" ContainsTarget="true" Nullable="false"> 139720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 140720c9898SEd Tanous <Annotation Term="OData.Description" String="The link to the assembly associated with this fan."/> 141f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type `Assembly`."/> 142720c9898SEd Tanous <Annotation Term="OData.AutoExpandReferences"/> 143720c9898SEd Tanous </NavigationProperty> 144720c9898SEd Tanous <Property Name="Actions" Type="Fan.v1_0_0.Actions" Nullable="false"> 145720c9898SEd Tanous <Annotation Term="OData.Description" String="The available actions for this resource."/> 146720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/> 147720c9898SEd Tanous </Property> 148720c9898SEd Tanous </EntityType> 149720c9898SEd Tanous 150720c9898SEd Tanous <ComplexType Name="Actions"> 151720c9898SEd Tanous <Annotation Term="OData.AdditionalProperties" Bool="false"/> 152720c9898SEd Tanous <Annotation Term="OData.Description" String="The available actions for this resource."/> 153720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/> 154720c9898SEd Tanous <Property Name="Oem" Type="Fan.v1_0_0.OemActions" Nullable="false"> 155720c9898SEd Tanous <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 156720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/> 157720c9898SEd Tanous </Property> 158720c9898SEd Tanous </ComplexType> 159720c9898SEd Tanous 160720c9898SEd Tanous <ComplexType Name="OemActions"> 161720c9898SEd Tanous <Annotation Term="OData.AdditionalProperties" Bool="true"/> 162720c9898SEd Tanous <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 163720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/> 164720c9898SEd Tanous </ComplexType> 165720c9898SEd Tanous </Schema> 166720c9898SEd Tanous 167720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Fan.v1_0_1"> 168720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 169720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 170720c9898SEd Tanous <EntityType Name="Fan" BaseType="Fan.v1_0_0.Fan"/> 171720c9898SEd Tanous </Schema> 172720c9898SEd Tanous 173720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Fan.v1_0_2"> 174720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 175f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to update descriptions to tie excerpt property definitions to a specific type of `Sensor` or `Control` resource."/> 176720c9898SEd Tanous <EntityType Name="Fan" BaseType="Fan.v1_0_1.Fan"/> 177720c9898SEd Tanous </Schema> 178720c9898SEd Tanous 179720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Fan.v1_0_3"> 180720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 181720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/> 182720c9898SEd Tanous <EntityType Name="Fan" BaseType="Fan.v1_0_2.Fan"/> 183720c9898SEd Tanous </Schema> 184720c9898SEd Tanous 185720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Fan.v1_0_4"> 186720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 187720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 188720c9898SEd Tanous <EntityType Name="Fan" BaseType="Fan.v1_0_3.Fan"/> 189720c9898SEd Tanous </Schema> 190720c9898SEd Tanous 191f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Fan.v1_0_5"> 192f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 193f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 194f2a8e57eSGunnar Mills <EntityType Name="Fan" BaseType="Fan.v1_0_4.Fan"/> 195f2a8e57eSGunnar Mills </Schema> 196f2a8e57eSGunnar Mills 197720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Fan.v1_1_0"> 198720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 199720c9898SEd Tanous <Annotation Term="Redfish.Release" String="2021.1"/> 200720c9898SEd Tanous 201720c9898SEd Tanous <EntityType Name="Fan" BaseType="Fan.v1_0_1.Fan"> 202720c9898SEd Tanous <NavigationProperty Name="PowerWatts" Type="Sensor.Sensor"> 203720c9898SEd Tanous <Annotation Term="Redfish.ExcerptCopy" String="Power"/> 204720c9898SEd Tanous <Annotation Term="OData.Description" String="Power consumption (W)."/> 205f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain the total power, in watt units, for this resource. The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `Power`."/> 206720c9898SEd Tanous </NavigationProperty> 207720c9898SEd Tanous </EntityType> 208720c9898SEd Tanous </Schema> 209720c9898SEd Tanous 210720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Fan.v1_1_1"> 211720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 212f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to update descriptions to tie excerpt property definitions to a specific type of `Sensor` or `Control` resource."/> 213720c9898SEd Tanous <EntityType Name="Fan" BaseType="Fan.v1_1_0.Fan"/> 214720c9898SEd Tanous </Schema> 215720c9898SEd Tanous 216720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Fan.v1_1_2"> 217720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 218720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/> 219720c9898SEd Tanous <EntityType Name="Fan" BaseType="Fan.v1_1_1.Fan"/> 220720c9898SEd Tanous </Schema> 221720c9898SEd Tanous 222720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Fan.v1_1_3"> 223720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 224720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 225720c9898SEd Tanous <EntityType Name="Fan" BaseType="Fan.v1_1_2.Fan"/> 226720c9898SEd Tanous </Schema> 227720c9898SEd Tanous 228f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Fan.v1_1_4"> 229f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 230f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 231f2a8e57eSGunnar Mills <EntityType Name="Fan" BaseType="Fan.v1_1_3.Fan"/> 232f2a8e57eSGunnar Mills </Schema> 233f2a8e57eSGunnar Mills 234720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Fan.v1_2_0"> 235720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 236720c9898SEd Tanous <Annotation Term="Redfish.Release" String="2022.1"/> 237720c9898SEd Tanous 238720c9898SEd Tanous <EntityType Name="Fan" BaseType="Fan.v1_1_1.Fan"> 239720c9898SEd Tanous <Property Name="Links" Type="Fan.v1_2_0.Links" Nullable="false"> 240720c9898SEd Tanous <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/> 241720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain links to resources that are related to but are not contained by, or subordinate to, this resource."/> 242720c9898SEd Tanous </Property> 243720c9898SEd Tanous </EntityType> 244720c9898SEd Tanous 245720c9898SEd Tanous <ComplexType Name="Links" BaseType="Resource.Links"> 246720c9898SEd Tanous <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/> 247720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This Redfish Specification-described type shall contain links to resources that are related to but are not contained by, or subordinate to, this resource."/> 248720c9898SEd Tanous <NavigationProperty Name="CoolingChassis" Type="Collection(Chassis.Chassis)"> 249720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 250720c9898SEd Tanous <Annotation Term="OData.Description" String="An array of links to the chassis that are directly cooled by this fan."/> 251f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type `Chassis` that represent the chassis directly cooled by this fan. This property shall not be present if the fan is only providing cooling to its containing chassis."/> 252720c9898SEd Tanous <Annotation Term="OData.AutoExpandReferences"/> 253720c9898SEd Tanous </NavigationProperty> 254720c9898SEd Tanous </ComplexType> 255720c9898SEd Tanous </Schema> 256720c9898SEd Tanous 257720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Fan.v1_2_1"> 258720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 259720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/> 260720c9898SEd Tanous <EntityType Name="Fan" BaseType="Fan.v1_2_0.Fan"/> 261720c9898SEd Tanous </Schema> 262720c9898SEd Tanous 263720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Fan.v1_2_2"> 264720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 265720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 266720c9898SEd Tanous <EntityType Name="Fan" BaseType="Fan.v1_2_1.Fan"/> 267720c9898SEd Tanous </Schema> 268720c9898SEd Tanous 269f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Fan.v1_2_3"> 270f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 271f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 272f2a8e57eSGunnar Mills <EntityType Name="Fan" BaseType="Fan.v1_2_2.Fan"/> 273f2a8e57eSGunnar Mills </Schema> 274f2a8e57eSGunnar Mills 275720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Fan.v1_3_0"> 276720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 277720c9898SEd Tanous <Annotation Term="Redfish.Release" String="2022.2"/> 278720c9898SEd Tanous 279720c9898SEd Tanous <EntityType Name="Fan" BaseType="Fan.v1_2_0.Fan"> 280720c9898SEd Tanous <Property Name="Replaceable" Type="Edm.Boolean"> 281720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 282720c9898SEd Tanous <Annotation Term="OData.Description" String="An indication of whether this component can be independently replaced as allowed by the vendor's replacement policy."/> 283720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall indicate whether this component can be independently replaced as allowed by the vendor's replacement policy. A value of `false` indicates the component needs to be replaced by policy as part of another component. If the `LocationType` property of this component contains `Embedded`, this property shall contain `false`."/> 284720c9898SEd Tanous </Property> 285720c9898SEd Tanous </EntityType> 286720c9898SEd Tanous </Schema> 287720c9898SEd Tanous 288720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Fan.v1_3_1"> 289720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 290720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to update the schema descriptions to mention its applicability to physical locations as an absent resource."/> 291720c9898SEd Tanous <EntityType Name="Fan" BaseType="Fan.v1_3_0.Fan"/> 292720c9898SEd Tanous </Schema> 293720c9898SEd Tanous 294720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Fan.v1_3_2"> 295720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 296720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 297720c9898SEd Tanous <EntityType Name="Fan" BaseType="Fan.v1_3_1.Fan"/> 298720c9898SEd Tanous </Schema> 299720c9898SEd Tanous 300f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Fan.v1_3_3"> 301f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 302f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 303f2a8e57eSGunnar Mills <EntityType Name="Fan" BaseType="Fan.v1_3_2.Fan"/> 304f2a8e57eSGunnar Mills </Schema> 305f2a8e57eSGunnar Mills 306720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Fan.v1_4_0"> 307720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 308720c9898SEd Tanous <Annotation Term="Redfish.Release" String="2023.1"/> 309720c9898SEd Tanous 310720c9898SEd Tanous <EntityType Name="Fan" BaseType="Fan.v1_3_1.Fan"> 311720c9898SEd Tanous <Property Name="FanDiameterMm" Type="Edm.Int64"> 312720c9898SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 313720c9898SEd Tanous <Annotation Term="OData.Description" String="The diameter of the fan assembly in millimeter units."/> 314720c9898SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the diameter of the fan assembly in millimeter units."/> 315720c9898SEd Tanous <Annotation Term="Validation.Minimum" Int="0"/> 316720c9898SEd Tanous <Annotation Term="Measures.Unit" String="mm"/> 317720c9898SEd Tanous </Property> 318720c9898SEd Tanous </EntityType> 319720c9898SEd Tanous </Schema> 320720c9898SEd Tanous 321720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Fan.v1_4_1"> 322720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 323720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 324720c9898SEd Tanous <EntityType Name="Fan" BaseType="Fan.v1_4_0.Fan"/> 325720c9898SEd Tanous </Schema> 326720c9898SEd Tanous 327f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Fan.v1_4_2"> 328f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 329f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 330f2a8e57eSGunnar Mills <EntityType Name="Fan" BaseType="Fan.v1_4_1.Fan"/> 331f2a8e57eSGunnar Mills </Schema> 332f2a8e57eSGunnar Mills 333720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Fan.v1_5_0"> 334720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 335720c9898SEd Tanous <Annotation Term="Redfish.Release" String="2023.2"/> 336720c9898SEd Tanous 337720c9898SEd Tanous <EntityType Name="Fan" BaseType="Fan.v1_4_0.Fan"> 338720c9898SEd Tanous <NavigationProperty Name="SecondarySpeedPercent" Type="Sensor.Sensor"> 339720c9898SEd Tanous <Annotation Term="Redfish.ExcerptCopy" String="Fan"/> 340720c9898SEd Tanous <Annotation Term="OData.Description" String="The fan speed (percent) of the second rotor in a multi-rotor fan."/> 341*5ecf7b4eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain the fan speed, in percent units, for the secondary rotor of this resource. Services should calculate the value of `Reading` by dividing `SpeedRPM` by `RatedSecondarySpeedRPM`. The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `Percent`."/> 342720c9898SEd Tanous </NavigationProperty> 343720c9898SEd Tanous </EntityType> 344720c9898SEd Tanous </Schema> 345720c9898SEd Tanous 346720c9898SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Fan.v1_5_1"> 347720c9898SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 348720c9898SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 349720c9898SEd Tanous <EntityType Name="Fan" BaseType="Fan.v1_5_0.Fan"/> 350720c9898SEd Tanous </Schema> 351720c9898SEd Tanous 352f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Fan.v1_5_2"> 353f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 354f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 355f2a8e57eSGunnar Mills <EntityType Name="Fan" BaseType="Fan.v1_5_1.Fan"/> 356f2a8e57eSGunnar Mills </Schema> 357f2a8e57eSGunnar Mills 358*5ecf7b4eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Fan.v1_6_0"> 359*5ecf7b4eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 360*5ecf7b4eSGunnar Mills <Annotation Term="Redfish.Release" String="2025.3"/> 361*5ecf7b4eSGunnar Mills 362*5ecf7b4eSGunnar Mills <EntityType Name="Fan" BaseType="Fan.v1_5_2.Fan"> 363*5ecf7b4eSGunnar Mills <Property Name="RatedSpeedRPM" Type="Edm.Int64"> 364*5ecf7b4eSGunnar Mills <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 365*5ecf7b4eSGunnar Mills <Annotation Term="OData.Description" String="The rated maximum rotational speed of the fan."/> 366*5ecf7b4eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain the rated maximum rotational speed of the fan in revolutions per minute (RPM) units."/> 367*5ecf7b4eSGunnar Mills <Annotation Term="Measures.Unit" String="{rev}/min"/> 368*5ecf7b4eSGunnar Mills </Property> 369*5ecf7b4eSGunnar Mills <Property Name="RatedSecondarySpeedRPM" Type="Edm.Int64"> 370*5ecf7b4eSGunnar Mills <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 371*5ecf7b4eSGunnar Mills <Annotation Term="OData.Description" String="The rated maximum rotational speed of the second rotor in a multi-rotor fan."/> 372*5ecf7b4eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain the rated maximum rotational speed of the second rotor in a multi-rotor fan in revolutions per minute (RPM) units."/> 373*5ecf7b4eSGunnar Mills <Annotation Term="Measures.Unit" String="{rev}/min"/> 374*5ecf7b4eSGunnar Mills </Property> 375*5ecf7b4eSGunnar Mills </EntityType> 376*5ecf7b4eSGunnar Mills </Schema> 377*5ecf7b4eSGunnar Mills 378720c9898SEd Tanous </edmx:DataServices> 379720c9898SEd Tanous</edmx:Edmx> 380