12bde4061SEd Tanous<?xml version="1.0" encoding="UTF-8"?> 22bde4061SEd Tanous<!----> 32bde4061SEd Tanous<!--################################################################################ --> 4f2a8e57eSGunnar Mills<!--# Redfish Schema: OutletGroup v1.2.0 --> 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/Sensor_v1.xml"> 282bde4061SEd Tanous <edmx:Include Namespace="Sensor"/> 292bde4061SEd Tanous </edmx:Reference> 302bde4061SEd Tanous <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Circuit_v1.xml"> 312bde4061SEd Tanous <edmx:Include Namespace="Circuit"/> 322bde4061SEd Tanous </edmx:Reference> 332bde4061SEd Tanous <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Outlet_v1.xml"> 342bde4061SEd Tanous <edmx:Include Namespace="Outlet"/> 352bde4061SEd Tanous </edmx:Reference> 362bde4061SEd Tanous 372bde4061SEd Tanous <edmx:DataServices> 382bde4061SEd Tanous 392bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="OutletGroup"> 402bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 41f2a8e57eSGunnar Mills <Annotation Term="Redfish.Language" String="en"/> 422bde4061SEd Tanous 432bde4061SEd Tanous <EntityType Name="OutletGroup" BaseType="Resource.v1_0_0.Resource" Abstract="true"> 44f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="The `OutletGroup` schema contains definitions for an electrical outlet group."/> 452bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This resource shall be used to represent an electrical outlet group for a Redfish implementation."/> 462bde4061SEd Tanous <Annotation Term="Capabilities.InsertRestrictions"> 472bde4061SEd Tanous <Record> 482bde4061SEd Tanous <PropertyValue Property="Insertable" Bool="false"/> 492bde4061SEd Tanous </Record> 502bde4061SEd Tanous </Annotation> 512bde4061SEd Tanous <Annotation Term="Capabilities.UpdateRestrictions"> 522bde4061SEd Tanous <Record> 532bde4061SEd Tanous <PropertyValue Property="Updatable" Bool="true"/> 542bde4061SEd Tanous <Annotation Term="OData.Description" String="Outlet group properties can be updated to change limits, exceptions and other writable properties."/> 552bde4061SEd Tanous </Record> 562bde4061SEd Tanous </Annotation> 572bde4061SEd Tanous <Annotation Term="Capabilities.DeleteRestrictions"> 582bde4061SEd Tanous <Record> 592bde4061SEd Tanous <PropertyValue Property="Deletable" Bool="true"/> 602bde4061SEd Tanous <Annotation Term="OData.Description" String="Some implementations can allow outlet groups to be deleted."/> 612bde4061SEd Tanous </Record> 622bde4061SEd Tanous </Annotation> 632bde4061SEd Tanous <Annotation Term="Redfish.Uris"> 642bde4061SEd Tanous <Collection> 652bde4061SEd Tanous <String>/redfish/v1/PowerEquipment/RackPDUs/{PowerDistributionId}/OutletGroups/{OutletGroupId}</String> 662bde4061SEd Tanous <String>/redfish/v1/PowerEquipment/TransferSwitches/{PowerDistributionId}/OutletGroups/{OutletGroupId}</String> 672bde4061SEd Tanous <String>/redfish/v1/PowerEquipment/PowerShelves/{PowerDistributionId}/OutletGroups/{OutletGroupId}</String> 682bde4061SEd Tanous <String>/redfish/v1/PowerEquipment/ElectricalBuses/{PowerDistributionId}/OutletGroups/{OutletGroupId}</String> 692bde4061SEd Tanous </Collection> 702bde4061SEd Tanous </Annotation> 712bde4061SEd Tanous </EntityType> 722bde4061SEd Tanous 732bde4061SEd Tanous <Action Name="PowerControl" IsBound="true"> 742bde4061SEd Tanous <Annotation Term="OData.Description" String="This action turns the outlet group on or off."/> 752bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This action shall control the power state of the outlet group."/> 762bde4061SEd Tanous <Parameter Name="OutletGroup" Type="OutletGroup.v1_0_0.Actions"/> 772bde4061SEd Tanous <Parameter Name="PowerState" Type="Circuit.PowerState"> 782bde4061SEd Tanous <Annotation Term="OData.Description" String="The desired power state of the outlet group."/> 792bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This parameter shall contain the desired power state of the outlet group."/> 802bde4061SEd Tanous </Parameter> 812bde4061SEd Tanous </Action> 822bde4061SEd Tanous 832bde4061SEd Tanous <Action Name="ResetMetrics" IsBound="true"> 842bde4061SEd Tanous <Parameter Name="OutletGroup" Type="OutletGroup.v1_0_0.Actions"/> 852bde4061SEd Tanous <Annotation Term="OData.Description" String="This action resets metrics related to this outlet group."/> 862bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This action shall reset any time intervals or counted values for this outlet group."/> 872bde4061SEd Tanous </Action> 882bde4061SEd Tanous 892bde4061SEd Tanous <EnumType Name="PowerState"> 902bde4061SEd Tanous <Member Name="On"> 912bde4061SEd Tanous <Annotation Term="OData.Description" String="Power on."/> 922bde4061SEd Tanous </Member> 932bde4061SEd Tanous <Member Name="Off"> 942bde4061SEd Tanous <Annotation Term="OData.Description" String="Power off."/> 952bde4061SEd Tanous </Member> 962bde4061SEd Tanous <Member Name="PowerCycle"> 972bde4061SEd Tanous <Annotation Term="OData.Description" String="Power cycle."/> 98f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This value shall indicate the resource will transition to a power off state, then transition to a power on state. Upon successful completion, the `PowerState` property, if supported, shall contain the value `On`."/> 992bde4061SEd Tanous <Annotation Term="Redfish.Revisions"> 1002bde4061SEd Tanous <Collection> 1012bde4061SEd Tanous <Record> 1022bde4061SEd Tanous <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 1032bde4061SEd Tanous <PropertyValue Property="Version" String="v1_1_0"/> 1042bde4061SEd Tanous </Record> 1052bde4061SEd Tanous </Collection> 1062bde4061SEd Tanous </Annotation> 1072bde4061SEd Tanous </Member> 1082bde4061SEd Tanous </EnumType> 1092bde4061SEd Tanous </Schema> 1102bde4061SEd Tanous 1112bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="OutletGroup.v1_0_0"> 1122bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1132bde4061SEd Tanous <Annotation Term="Redfish.Release" String="2019.4"/> 1142bde4061SEd Tanous 1152bde4061SEd Tanous <EntityType Name="OutletGroup" BaseType="OutletGroup.OutletGroup"> 1162bde4061SEd Tanous <Property Name="Status" Type="Resource.Status" Nullable="false"> 1172bde4061SEd Tanous <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/> 1182bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/> 1192bde4061SEd Tanous </Property> 1202bde4061SEd Tanous <Property Name="CreatedBy" Type="Edm.String"> 1212bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1222bde4061SEd Tanous <Annotation Term="OData.Description" String="The creator of this outlet group."/> 1232bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the name of the person or application that created this outlet group."/> 1242bde4061SEd Tanous </Property> 1252bde4061SEd Tanous <Property Name="PowerOnDelaySeconds" Type="Edm.Decimal"> 1262bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 127f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="The number of seconds to delay power up after a power cycle or a `PowerControl` action. Zero seconds indicates no delay to power up."/> 128f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain the number of seconds to delay power up after a power cycle or a `PowerControl` action. The value `0` shall indicate no delay to power up."/> 1292bde4061SEd Tanous </Property> 1302bde4061SEd Tanous <Property Name="PowerOffDelaySeconds" Type="Edm.Decimal"> 1312bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 132f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="The number of seconds to delay power off after a `PowerControl` action. Zero seconds indicates no delay to power off."/> 133f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain the number of seconds to delay power off after a `PowerControl` action. The value `0` shall indicate no delay to power off."/> 1342bde4061SEd Tanous </Property> 1352bde4061SEd Tanous <Property Name="PowerCycleDelaySeconds" Type="Edm.Decimal"> 1362bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 137f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="The number of seconds to delay power on after a `PowerControl` action to cycle power. Zero seconds indicates no delay."/> 138f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain the number of seconds to delay power on after a `PowerControl` action to cycle power. The value `0` shall indicate no delay to power on."/> 1392bde4061SEd Tanous </Property> 1402bde4061SEd Tanous <Property Name="PowerRestoreDelaySeconds" Type="Edm.Decimal"> 1412bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1422bde4061SEd Tanous <Annotation Term="OData.Description" String="The number of seconds to delay power on after power has been restored. Zero seconds indicates no delay."/> 1432bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the number of seconds to delay power on after a power fault. The value `0` shall indicate no delay to power on."/> 1442bde4061SEd Tanous </Property> 1452bde4061SEd Tanous <Property Name="PowerRestorePolicy" Type="Circuit.PowerRestorePolicyTypes" Nullable="false"> 1462bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1472bde4061SEd Tanous <Annotation Term="OData.Description" String="The desired power state of the outlet group when power is restored after a power loss."/> 148f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain the desired `PowerState` of the outlet group when power is applied. The value `LastState` shall return the outlet group to the `PowerState` it was in when power was lost."/> 1492bde4061SEd Tanous </Property> 1502bde4061SEd Tanous <Property Name="PowerState" Type="Resource.PowerState"> 1512bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1522bde4061SEd Tanous <Annotation Term="OData.Description" String="The power state of the outlet group."/> 1532bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the power state of the outlet group."/> 1542bde4061SEd Tanous </Property> 1552bde4061SEd Tanous <Property Name="PowerEnabled" Type="Edm.Boolean"> 1562bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1572bde4061SEd Tanous <Annotation Term="OData.Description" String="Indicates if the outlet group can be powered."/> 1582bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the power enable state of the outlet group. The value `true` shall indicate that the group can be powered on, and the value `false` shall indicate that the group cannot be powered."/> 1592bde4061SEd Tanous </Property> 1602bde4061SEd Tanous 1612bde4061SEd Tanous <NavigationProperty Name="PowerWatts" Type="Sensor.Sensor"> 1622bde4061SEd Tanous <Annotation Term="Redfish.ExcerptCopy" String="Power"/> 1632bde4061SEd Tanous <Annotation Term="OData.Description" String="The power (W) for this outlet group."/> 164f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain the total power, in watt units, for this outlet group that represents the `Total` `ElectricalContext` sensor when multiple power sensors exist for this outlet group. The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `Power`."/> 1652bde4061SEd Tanous </NavigationProperty> 1662bde4061SEd Tanous <NavigationProperty Name="EnergykWh" Type="Sensor.Sensor"> 1672bde4061SEd Tanous <Annotation Term="Redfish.ExcerptCopy" String="EnergykWh"/> 1682bde4061SEd Tanous <Annotation Term="OData.Description" String="The energy (kWh) for this outlet group."/> 169f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain the total energy, in kilowatt-hour units, for this outlet group that represents the `Total` `ElectricalContext` sensor when multiple energy sensors exist for this outlet group. The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `EnergykWh`."/> 1702bde4061SEd Tanous </NavigationProperty> 1712bde4061SEd Tanous 1722bde4061SEd Tanous <Property Name="Links" Type="OutletGroup.v1_0_0.Links" Nullable="false"> 1732bde4061SEd Tanous <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/> 1742bde4061SEd 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."/> 1752bde4061SEd Tanous </Property> 1762bde4061SEd Tanous <Property Name="Actions" Type="OutletGroup.v1_0_0.Actions" Nullable="false"> 1772bde4061SEd Tanous <Annotation Term="OData.Description" String="The available actions for this resource."/> 1782bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/> 1792bde4061SEd Tanous </Property> 1802bde4061SEd Tanous </EntityType> 1812bde4061SEd Tanous 1822bde4061SEd Tanous <ComplexType Name="Links" BaseType="Resource.Links"> 1832bde4061SEd Tanous <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/> 1842bde4061SEd 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."/> 1852bde4061SEd Tanous <NavigationProperty Name="Outlets" Type="Collection(Outlet.Outlet)" ContainsTarget="true"> 1862bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1872bde4061SEd Tanous <Annotation Term="OData.Description" String="The set of outlets in this outlet group."/> 188f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall be an array of links to resources of type `Outlet` that represent the outlets in this outlet group."/> 1892bde4061SEd Tanous <Annotation Term="OData.AutoExpandReferences"/> 1902bde4061SEd Tanous </NavigationProperty> 1912bde4061SEd Tanous </ComplexType> 1922bde4061SEd Tanous 1932bde4061SEd Tanous <ComplexType Name="Actions"> 1942bde4061SEd Tanous <Annotation Term="OData.AdditionalProperties" Bool="false"/> 1952bde4061SEd Tanous <Annotation Term="OData.Description" String="The available actions for this resource."/> 1962bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/> 1972bde4061SEd Tanous <Property Name="Oem" Type="OutletGroup.v1_0_0.OemActions" Nullable="false"> 1982bde4061SEd Tanous <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 1992bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/> 2002bde4061SEd Tanous </Property> 2012bde4061SEd Tanous </ComplexType> 2022bde4061SEd Tanous 2032bde4061SEd Tanous <ComplexType Name="OemActions"> 2042bde4061SEd Tanous <Annotation Term="OData.AdditionalProperties" Bool="true"/> 2052bde4061SEd Tanous <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 2062bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/> 2072bde4061SEd Tanous </ComplexType> 2082bde4061SEd Tanous </Schema> 2092bde4061SEd Tanous 2102bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="OutletGroup.v1_0_1"> 2112bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2122bde4061SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 2132bde4061SEd Tanous <EntityType Name="OutletGroup" BaseType="OutletGroup.v1_0_0.OutletGroup"/> 2142bde4061SEd Tanous </Schema> 2152bde4061SEd Tanous 2162bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="OutletGroup.v1_0_2"> 2172bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 218f2a8e57eSGunnar 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. It was also created to correct various typographical errors."/> 2192bde4061SEd Tanous <EntityType Name="OutletGroup" BaseType="OutletGroup.v1_0_1.OutletGroup"/> 2202bde4061SEd Tanous </Schema> 2212bde4061SEd Tanous 2222bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="OutletGroup.v1_0_3"> 2232bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 224f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to update the `PowerState` parameter in the `PowerControl` action to reference the common enumeration in the `Circuit` schema."/> 2252bde4061SEd Tanous <EntityType Name="OutletGroup" BaseType="OutletGroup.v1_0_2.OutletGroup"/> 2262bde4061SEd Tanous </Schema> 2272bde4061SEd Tanous 2282bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="OutletGroup.v1_0_4"> 2292bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2302bde4061SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 2312bde4061SEd Tanous <EntityType Name="OutletGroup" BaseType="OutletGroup.v1_0_3.OutletGroup"/> 2322bde4061SEd Tanous </Schema> 2332bde4061SEd Tanous 234f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="OutletGroup.v1_0_5"> 235f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 236f2a8e57eSGunnar 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."/> 237f2a8e57eSGunnar Mills <EntityType Name="OutletGroup" BaseType="OutletGroup.v1_0_4.OutletGroup"/> 238f2a8e57eSGunnar Mills </Schema> 239f2a8e57eSGunnar Mills 2402bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="OutletGroup.v1_1_0"> 2412bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2422bde4061SEd Tanous <Annotation Term="Redfish.Release" String="2021.4"/> 243f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to add `PowerCycle` to the `PowerState` parameter of the `PowerControl` action."/> 2442bde4061SEd Tanous 2452bde4061SEd Tanous <EntityType Name="OutletGroup" BaseType="OutletGroup.v1_0_2.OutletGroup"> 2462bde4061SEd Tanous <Property Name="PowerControlLocked" Type="Edm.Boolean" Nullable="false"> 2472bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 2482bde4061SEd Tanous <Annotation Term="OData.Description" String="Indicates whether power control requests are locked."/> 249f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall indicate whether requests to the `PowerControl` action are locked. If `true`, services shall reject requests to the `PowerControl` action."/> 2502bde4061SEd Tanous </Property> 2512bde4061SEd Tanous <Property Name="ConfigurationLocked" Type="Edm.Boolean" Nullable="false"> 2522bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 2532bde4061SEd Tanous <Annotation Term="OData.Description" String="Indicates whether the configuration is locked."/> 2542bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall indicate whether modification requests to this resource are not permitted. If `true`, services shall reject modification requests to other properties in this resource."/> 2552bde4061SEd Tanous </Property> 2562bde4061SEd Tanous <Property Name="PowerStateInTransition" Type="Edm.Boolean" Nullable="false"> 2572bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 2582bde4061SEd Tanous <Annotation Term="OData.Description" String="Indicates whether the power state is undergoing a delayed transition."/> 259f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall indicate whether the `PowerState` property will undergo a transition between on and off states due to a configured delay. The transition may be due to the configuration of the power on, off, or restore delay properties. If `true`, the `PowerState` property will transition at the conclusion of a configured delay."/> 2602bde4061SEd Tanous </Property> 2612bde4061SEd Tanous </EntityType> 2622bde4061SEd Tanous </Schema> 2632bde4061SEd Tanous 2642bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="OutletGroup.v1_1_1"> 2652bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 266f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to update the `PowerState` parameter in the `PowerControl` action to reference the common enumeration in the `Circuit` schema."/> 2672bde4061SEd Tanous <EntityType Name="OutletGroup" BaseType="OutletGroup.v1_1_0.OutletGroup"/> 2682bde4061SEd Tanous </Schema> 2692bde4061SEd Tanous 2702bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="OutletGroup.v1_1_2"> 2712bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2722bde4061SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 2732bde4061SEd Tanous <EntityType Name="OutletGroup" BaseType="OutletGroup.v1_1_1.OutletGroup"/> 2742bde4061SEd Tanous </Schema> 2752bde4061SEd Tanous 276f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="OutletGroup.v1_1_3"> 277f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 278f2a8e57eSGunnar 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."/> 279f2a8e57eSGunnar Mills <EntityType Name="OutletGroup" BaseType="OutletGroup.v1_1_2.OutletGroup"/> 280f2a8e57eSGunnar Mills </Schema> 281f2a8e57eSGunnar Mills 282f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="OutletGroup.v1_2_0"> 283f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 284f2a8e57eSGunnar Mills <Annotation Term="Redfish.Release" String="2024.1"/> 285f2a8e57eSGunnar Mills 286f2a8e57eSGunnar Mills <EntityType Name="OutletGroup" BaseType="OutletGroup.v1_1_3.OutletGroup"> 287f2a8e57eSGunnar Mills <Property Name="OutletGroupType" Type="OutletGroup.v1_2_0.OutletGroupType" Nullable="false"> 288f2a8e57eSGunnar Mills <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 289f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="The type of outlet group that this resource represents."/> 290f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall describe the type of this outlet group."/> 291f2a8e57eSGunnar Mills </Property> 292f2a8e57eSGunnar Mills </EntityType> 293f2a8e57eSGunnar Mills 294f2a8e57eSGunnar Mills <ComplexType Name="Links" BaseType="OutletGroup.v1_0_0.Links"> 295f2a8e57eSGunnar Mills <NavigationProperty Name="OutletGroups" Type="Collection(OutletGroup.OutletGroup)" ContainsTarget="true"> 296f2a8e57eSGunnar Mills <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 297f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="The set of outlet groups in this outlet group."/> 298f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall be an array of links to resources of type `OutletGroup` that represent the outlet groups in this outlet group. This allows representation of a group of outlet groups. The outlet groups referenced by this property shall not contain other outlet groups. Services shall only populate either the link for `Outlets` or `OutletGroups`, but not both."/> 299f2a8e57eSGunnar Mills <Annotation Term="OData.AutoExpandReferences"/> 300f2a8e57eSGunnar Mills </NavigationProperty> 301f2a8e57eSGunnar Mills </ComplexType> 302f2a8e57eSGunnar Mills 303f2a8e57eSGunnar Mills <EnumType Name="OutletGroupType"> 304f2a8e57eSGunnar Mills <Member Name="HardwareDefined"> 305f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="A group that is hardware-defined."/> 306f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This value shall represent an outlet group that is hardware-defined."/> 307f2a8e57eSGunnar Mills </Member> 308f2a8e57eSGunnar Mills <Member Name="UserDefined"> 309f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="A group that is user-defined."/> 310f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This value shall represent an outlet group that is user-defined."/> 311f2a8e57eSGunnar Mills </Member> 312f2a8e57eSGunnar Mills </EnumType> 313f2a8e57eSGunnar Mills </Schema> 314f2a8e57eSGunnar Mills 3152bde4061SEd Tanous </edmx:DataServices> 3162bde4061SEd Tanous</edmx:Edmx> 317