12bde4061SEd Tanous<?xml version="1.0" encoding="UTF-8"?> 22bde4061SEd Tanous<!----> 32bde4061SEd Tanous<!--################################################################################ --> 4*d125652eSGunnar Mills<!--# Redfish Schema: PowerEquipment v1.2.3 --> 52bde4061SEd Tanous<!--# --> 62bde4061SEd Tanous<!--# For a detailed change log, see the README file contained in the DSP8010 bundle, --> 72bde4061SEd Tanous<!--# available at http://www.dmtf.org/standards/redfish --> 8*d125652eSGunnar Mills<!--# Copyright 2014-2025 DMTF. --> 92bde4061SEd Tanous<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright --> 102bde4061SEd Tanous<!--################################################################################ --> 112bde4061SEd Tanous<!----> 122bde4061SEd Tanous<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0"> 132bde4061SEd Tanous 142bde4061SEd Tanous <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml"> 152bde4061SEd Tanous <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/> 162bde4061SEd Tanous </edmx:Reference> 172bde4061SEd Tanous <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml"> 182bde4061SEd Tanous <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/> 192bde4061SEd Tanous </edmx:Reference> 202bde4061SEd Tanous <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml"> 212bde4061SEd Tanous <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/> 222bde4061SEd Tanous </edmx:Reference> 232bde4061SEd Tanous <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml"> 242bde4061SEd Tanous <edmx:Include Namespace="Resource"/> 252bde4061SEd Tanous <edmx:Include Namespace="Resource.v1_0_0"/> 262bde4061SEd Tanous </edmx:Reference> 272bde4061SEd Tanous <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PowerDistributionCollection_v1.xml"> 282bde4061SEd Tanous <edmx:Include Namespace="PowerDistributionCollection"/> 292bde4061SEd Tanous </edmx:Reference> 302bde4061SEd Tanous <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Manager_v1.xml"> 312bde4061SEd Tanous <edmx:Include Namespace="Manager"/> 322bde4061SEd Tanous </edmx:Reference> 332bde4061SEd Tanous 342bde4061SEd Tanous <edmx:DataServices> 352bde4061SEd Tanous 362bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerEquipment"> 372bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 38f2a8e57eSGunnar Mills <Annotation Term="Redfish.Language" String="en"/> 392bde4061SEd Tanous 402bde4061SEd Tanous <EntityType Name="PowerEquipment" BaseType="Resource.v1_0_0.Resource" Abstract="true"> 41*d125652eSGunnar Mills <Annotation Term="OData.Description" String="The `PowerEquipment` schema represents the set of power equipment managed by a Redfish service."/> 42f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This resource shall represent the set of power equipment for a Redfish implementation."/> 432bde4061SEd Tanous <Annotation Term="Capabilities.InsertRestrictions"> 442bde4061SEd Tanous <Record> 452bde4061SEd Tanous <PropertyValue Property="Insertable" Bool="false"/> 462bde4061SEd Tanous </Record> 472bde4061SEd Tanous </Annotation> 482bde4061SEd Tanous <Annotation Term="Capabilities.UpdateRestrictions"> 492bde4061SEd Tanous <Record> 502bde4061SEd Tanous <PropertyValue Property="Updatable" Bool="false"/> 512bde4061SEd Tanous </Record> 522bde4061SEd Tanous </Annotation> 532bde4061SEd Tanous <Annotation Term="Capabilities.DeleteRestrictions"> 542bde4061SEd Tanous <Record> 552bde4061SEd Tanous <PropertyValue Property="Deletable" Bool="false"/> 562bde4061SEd Tanous </Record> 572bde4061SEd Tanous </Annotation> 582bde4061SEd Tanous <Annotation Term="Redfish.Uris"> 592bde4061SEd Tanous <Collection> 602bde4061SEd Tanous <String>/redfish/v1/PowerEquipment</String> 612bde4061SEd Tanous </Collection> 622bde4061SEd Tanous </Annotation> 632bde4061SEd Tanous </EntityType> 642bde4061SEd Tanous </Schema> 652bde4061SEd Tanous 662bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerEquipment.v1_0_0"> 672bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 682bde4061SEd Tanous <Annotation Term="Redfish.Release" String="2019.4"/> 692bde4061SEd Tanous 702bde4061SEd Tanous <EntityType Name="PowerEquipment" BaseType="PowerEquipment.PowerEquipment"> 712bde4061SEd Tanous <Property Name="Status" Type="Resource.Status" Nullable="false"> 722bde4061SEd Tanous <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/> 732bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/> 742bde4061SEd Tanous </Property> 752bde4061SEd Tanous <NavigationProperty Name="FloorPDUs" Type="PowerDistributionCollection.PowerDistributionCollection" Nullable="false"> 762bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 772bde4061SEd Tanous <Annotation Term="OData.Description" String="A link to a collection of floor power distribution units."/> 78f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type `PowerDistributionCollection` that contains a set of floor power distribution units."/> 792bde4061SEd Tanous <Annotation Term="OData.AutoExpandReferences"/> 802bde4061SEd Tanous </NavigationProperty> 812bde4061SEd Tanous <NavigationProperty Name="RackPDUs" Type="PowerDistributionCollection.PowerDistributionCollection" Nullable="false"> 822bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 832bde4061SEd Tanous <Annotation Term="OData.Description" String="A link to a collection of rack-level power distribution units."/> 84f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type `PowerDistributionCollection` that contains a set of rack-level power distribution units."/> 852bde4061SEd Tanous <Annotation Term="OData.AutoExpandReferences"/> 862bde4061SEd Tanous </NavigationProperty> 872bde4061SEd Tanous <NavigationProperty Name="Switchgear" Type="PowerDistributionCollection.PowerDistributionCollection" Nullable="false"> 882bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 892bde4061SEd Tanous <Annotation Term="OData.Description" String="A link to a collection of switchgear."/> 90f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type `PowerDistributionCollection` that contains a set of switchgear."/> 912bde4061SEd Tanous <Annotation Term="OData.AutoExpandReferences"/> 922bde4061SEd Tanous </NavigationProperty> 932bde4061SEd Tanous <NavigationProperty Name="TransferSwitches" Type="PowerDistributionCollection.PowerDistributionCollection" Nullable="false"> 942bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 952bde4061SEd Tanous <Annotation Term="OData.Description" String="A link to a collection of transfer switches."/> 96f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type `PowerDistributionCollection` that contains a set of transfer switches."/> 972bde4061SEd Tanous <Annotation Term="OData.AutoExpandReferences"/> 982bde4061SEd Tanous </NavigationProperty> 992bde4061SEd Tanous 1002bde4061SEd Tanous <Property Name="Links" Type="PowerEquipment.v1_0_0.Links" Nullable="false"> 1012bde4061SEd Tanous <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/> 1022bde4061SEd 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."/> 1032bde4061SEd Tanous </Property> 1042bde4061SEd Tanous <Property Name="Actions" Type="PowerEquipment.v1_0_0.Actions" Nullable="false"> 1052bde4061SEd Tanous <Annotation Term="OData.Description" String="The available actions for this resource."/> 1062bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/> 1072bde4061SEd Tanous </Property> 1082bde4061SEd Tanous </EntityType> 1092bde4061SEd Tanous 1102bde4061SEd Tanous <ComplexType Name="Links" BaseType="Resource.Links"> 1112bde4061SEd Tanous <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/> 1122bde4061SEd 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."/> 1132bde4061SEd Tanous <NavigationProperty Name="ManagedBy" Type="Collection(Manager.Manager)"> 1142bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1152bde4061SEd Tanous <Annotation Term="OData.Description" String="An array of links to the managers responsible for managing this power equipment."/> 116f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type `Manager` that represent the managers that manage this power equipment."/> 1172bde4061SEd Tanous <Annotation Term="OData.AutoExpandReferences"/> 1182bde4061SEd Tanous </NavigationProperty> 1192bde4061SEd Tanous </ComplexType> 1202bde4061SEd Tanous 1212bde4061SEd Tanous <ComplexType Name="Actions"> 1222bde4061SEd Tanous <Annotation Term="OData.AdditionalProperties" Bool="false"/> 1232bde4061SEd Tanous <Annotation Term="OData.Description" String="The available actions for this resource."/> 1242bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/> 1252bde4061SEd Tanous <Property Name="Oem" Type="PowerEquipment.v1_0_0.OemActions" Nullable="false"> 1262bde4061SEd Tanous <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 1272bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/> 1282bde4061SEd Tanous </Property> 1292bde4061SEd Tanous </ComplexType> 1302bde4061SEd Tanous 1312bde4061SEd Tanous <ComplexType Name="OemActions"> 1322bde4061SEd Tanous <Annotation Term="OData.AdditionalProperties" Bool="true"/> 1332bde4061SEd Tanous <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 1342bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/> 1352bde4061SEd Tanous </ComplexType> 1362bde4061SEd Tanous </Schema> 1372bde4061SEd Tanous 1382bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerEquipment.v1_0_1"> 1392bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1402bde4061SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1412bde4061SEd Tanous <EntityType Name="PowerEquipment" BaseType="PowerEquipment.v1_0_0.PowerEquipment"/> 1422bde4061SEd Tanous </Schema> 1432bde4061SEd Tanous 144f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerEquipment.v1_0_2"> 145f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 146f2a8e57eSGunnar 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."/> 147f2a8e57eSGunnar Mills <EntityType Name="PowerEquipment" BaseType="PowerEquipment.v1_0_1.PowerEquipment"/> 148f2a8e57eSGunnar Mills </Schema> 149f2a8e57eSGunnar Mills 150*d125652eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerEquipment.v1_0_3"> 151*d125652eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 152*d125652eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to correct typographical errors in the schema description."/> 153*d125652eSGunnar Mills <EntityType Name="PowerEquipment" BaseType="PowerEquipment.v1_0_2.PowerEquipment"/> 154*d125652eSGunnar Mills </Schema> 155*d125652eSGunnar Mills 1562bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerEquipment.v1_1_0"> 1572bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1582bde4061SEd Tanous <Annotation Term="Redfish.Release" String="2021.2"/> 1592bde4061SEd Tanous 1602bde4061SEd Tanous <EntityType Name="PowerEquipment" BaseType="PowerEquipment.v1_0_0.PowerEquipment"> 1612bde4061SEd Tanous <NavigationProperty Name="PowerShelves" Type="PowerDistributionCollection.PowerDistributionCollection" Nullable="false"> 1622bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1632bde4061SEd Tanous <Annotation Term="OData.Description" String="A link to a collection of power shelves."/> 164f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type `PowerDistributionCollection` that contains a set of power shelves."/> 1652bde4061SEd Tanous <Annotation Term="OData.AutoExpandReferences"/> 1662bde4061SEd Tanous </NavigationProperty> 1672bde4061SEd Tanous </EntityType> 1682bde4061SEd Tanous </Schema> 1692bde4061SEd Tanous 1702bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerEquipment.v1_1_1"> 1712bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1722bde4061SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1732bde4061SEd Tanous <EntityType Name="PowerEquipment" BaseType="PowerEquipment.v1_1_0.PowerEquipment"/> 1742bde4061SEd Tanous </Schema> 1752bde4061SEd Tanous 176f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerEquipment.v1_1_2"> 177f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 178f2a8e57eSGunnar 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."/> 179f2a8e57eSGunnar Mills <EntityType Name="PowerEquipment" BaseType="PowerEquipment.v1_1_1.PowerEquipment"/> 180f2a8e57eSGunnar Mills </Schema> 181f2a8e57eSGunnar Mills 182*d125652eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerEquipment.v1_1_3"> 183*d125652eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 184*d125652eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to correct typographical errors in the schema description."/> 185*d125652eSGunnar Mills <EntityType Name="PowerEquipment" BaseType="PowerEquipment.v1_1_2.PowerEquipment"/> 186*d125652eSGunnar Mills </Schema> 187*d125652eSGunnar Mills 1882bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerEquipment.v1_2_0"> 1892bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1902bde4061SEd Tanous <Annotation Term="Redfish.Release" String="2021.3"/> 1912bde4061SEd Tanous 1922bde4061SEd Tanous <EntityType Name="PowerEquipment" BaseType="PowerEquipment.v1_1_0.PowerEquipment"> 1932bde4061SEd Tanous <NavigationProperty Name="ElectricalBuses" Type="PowerDistributionCollection.PowerDistributionCollection" Nullable="false"> 1942bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1952bde4061SEd Tanous <Annotation Term="OData.Description" String="The link to a collection of electrical buses."/> 196f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type `PowerDistributionCollection` that contains a set of electrical bus units."/> 1972bde4061SEd Tanous <Annotation Term="OData.AutoExpandReferences"/> 1982bde4061SEd Tanous </NavigationProperty> 1992bde4061SEd Tanous </EntityType> 2002bde4061SEd Tanous </Schema> 2012bde4061SEd Tanous 2022bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerEquipment.v1_2_1"> 2032bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2042bde4061SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 2052bde4061SEd Tanous <EntityType Name="PowerEquipment" BaseType="PowerEquipment.v1_2_0.PowerEquipment"/> 2062bde4061SEd Tanous </Schema> 2072bde4061SEd Tanous 208f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerEquipment.v1_2_2"> 209f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 210f2a8e57eSGunnar 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."/> 211f2a8e57eSGunnar Mills <EntityType Name="PowerEquipment" BaseType="PowerEquipment.v1_2_1.PowerEquipment"/> 212f2a8e57eSGunnar Mills </Schema> 213f2a8e57eSGunnar Mills 214*d125652eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerEquipment.v1_2_3"> 215*d125652eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 216*d125652eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to correct typographical errors in the schema description."/> 217*d125652eSGunnar Mills <EntityType Name="PowerEquipment" BaseType="PowerEquipment.v1_2_2.PowerEquipment"/> 218*d125652eSGunnar Mills </Schema> 219*d125652eSGunnar Mills 2202bde4061SEd Tanous </edmx:DataServices> 2212bde4061SEd Tanous</edmx:Edmx> 222