1<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################       -->
4<!--# Redfish Schema:  PowerSubsystem v1.1.2                                               -->
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                                   -->
8<!--# Copyright 2014-2024 DMTF.                                                            -->
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.Capabilities.V1.xml">
18    <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
19  </edmx:Reference>
20  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml">
21    <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/>
22  </edmx:Reference>
23  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
24    <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
25    <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/>
26  </edmx:Reference>
27  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
28    <edmx:Include Namespace="Resource"/>
29    <edmx:Include Namespace="Resource.v1_0_0"/>
30  </edmx:Reference>
31  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PowerSupplyCollection_v1.xml">
32    <edmx:Include Namespace="PowerSupplyCollection"/>
33  </edmx:Reference>
34  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/BatteryCollection_v1.xml">
35    <edmx:Include Namespace="BatteryCollection"/>
36  </edmx:Reference>
37  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Redundancy_v1.xml">
38    <edmx:Include Namespace="Redundancy"/>
39  </edmx:Reference>
40
41  <edmx:DataServices>
42
43    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerSubsystem">
44      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
45      <Annotation Term="Redfish.Language" String="en"/>
46
47      <EntityType Name="PowerSubsystem" BaseType="Resource.v1_0_0.Resource" Abstract="true">
48        <Annotation Term="OData.Description" String="This `PowerSubsystem schema` contains the definition for the power subsystem of a chassis."/>
49        <Annotation Term="OData.LongDescription" String="This resource shall represent a power subsystem for a Redfish implementation."/>
50        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
51        <Annotation Term="Capabilities.InsertRestrictions">
52          <Record>
53            <PropertyValue Property="Insertable" Bool="false"/>
54          </Record>
55        </Annotation>
56        <Annotation Term="Capabilities.UpdateRestrictions">
57          <Record>
58            <PropertyValue Property="Updatable" Bool="true"/>
59          </Record>
60        </Annotation>
61        <Annotation Term="Capabilities.DeleteRestrictions">
62          <Record>
63            <PropertyValue Property="Deletable" Bool="false"/>
64          </Record>
65        </Annotation>
66        <Annotation Term="Redfish.Uris">
67          <Collection>
68            <String>/redfish/v1/Chassis/{ChassisId}/PowerSubsystem</String>
69          </Collection>
70        </Annotation>
71      </EntityType>
72    </Schema>
73
74    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerSubsystem.v1_0_0">
75      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
76      <Annotation Term="Redfish.Release" String="2020.4"/>
77
78      <EntityType Name="PowerSubsystem" BaseType="PowerSubsystem.PowerSubsystem">
79        <Property Name="Status" Type="Resource.Status" Nullable="false">
80          <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
81          <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
82        </Property>
83        <Property Name="CapacityWatts" Type="Edm.Decimal">
84          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
85          <Annotation Term="OData.Description" String="The total amount of power that can be allocated to this subsystem.  This value can be either the power supply capacity or the power budget that an upstream chassis assigns to this subsystem."/>
86          <Annotation Term="OData.LongDescription" String="This property shall represent the total power capacity that can be allocated to this subsystem."/>
87          <Annotation Term="Validation.Minimum" Int="0"/>
88          <Annotation Term="Measures.Unit" String="W"/>
89        </Property>
90        <Property Name="Allocation" Type="PowerSubsystem.v1_0_0.PowerAllocation" Nullable="false">
91          <Annotation Term="OData.Description" String="Power allocation for this subsystem."/>
92          <Annotation Term="OData.LongDescription" String="This property shall contain the set of properties describing the allocation of power for this subsystem."/>
93        </Property>
94        <NavigationProperty Name="PowerSupplies" Type="PowerSupplyCollection.PowerSupplyCollection" Nullable="false">
95          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
96          <Annotation Term="OData.Description" String="The link to the collection of power supplies within this subsystem."/>
97          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type `PowerSupplyCollection`."/>
98          <Annotation Term="OData.AutoExpandReferences"/>
99        </NavigationProperty>
100        <Property Name="PowerSupplyRedundancy" Type="Collection(Redundancy.RedundantGroup)" Nullable="false">
101          <Annotation Term="OData.Description" String="The redundancy information for the set of power supplies in this subsystem."/>
102          <Annotation Term="OData.LongDescription" String="This property shall contain redundancy information for the set of power supplies in this subsystem.  The values of the `RedundancyGroup` array shall reference resources of type `PowerSupply`."/>
103        </Property>
104        <Property Name="Actions" Type="PowerSubsystem.v1_0_0.Actions" Nullable="false">
105          <Annotation Term="OData.Description" String="The available actions for this resource."/>
106          <Annotation Term="OData.LongDescription" String="The `Actions` property shall contain the available actions for this resource."/>
107        </Property>
108      </EntityType>
109
110      <ComplexType Name="PowerAllocation">
111        <Annotation Term="OData.Description" String="Power allocation for a subsystem."/>
112        <Annotation Term="OData.LongDescription" String="This type shall contain the set of properties describing the allocation of power for a subsystem."/>
113        <Property Name="RequestedWatts" Type="Edm.Decimal">
114          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
115          <Annotation Term="OData.Description" String="The potential power, in watt units, that the subsystem requests, which might be higher than the current level being consumed because the requested power includes a budget that the subsystem wants for future use."/>
116          <Annotation Term="OData.LongDescription" String="This property shall represent the amount of power, in watt units, that the subsystem currently requests to be budgeted for future use."/>
117          <Annotation Term="Validation.Minimum" Int="0"/>
118          <Annotation Term="Measures.Unit" String="W"/>
119        </Property>
120        <Property Name="AllocatedWatts" Type="Edm.Decimal">
121          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
122          <Annotation Term="OData.Description" String="The total amount of power that has been allocated or budgeted to this subsystem."/>
123          <Annotation Term="OData.LongDescription" String="This property shall represent the total power currently allocated or budgeted to this subsystem."/>
124          <Annotation Term="Validation.Minimum" Int="0"/>
125          <Annotation Term="Measures.Unit" String="W"/>
126        </Property>
127      </ComplexType>
128
129      <ComplexType Name="Actions">
130        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
131        <Annotation Term="OData.Description" String="The available actions for this resource."/>
132        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
133        <Property Name="Oem" Type="PowerSubsystem.v1_0_0.OemActions" Nullable="false">
134          <Annotation Term="OData.Description" String="This property contains the available OEM-specific actions for this resource."/>
135          <Annotation Term="OData.LongDescription" String="This property shall contain any additional OEM actions for this resource."/>
136        </Property>
137      </ComplexType>
138
139      <ComplexType Name="OemActions">
140        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
141        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
142        <Annotation Term="OData.LongDescription" String="This type shall contain any additional OEM actions for this resource."/>
143      </ComplexType>
144    </Schema>
145
146    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerSubsystem.v1_0_1">
147      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
148      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
149      <EntityType Name="PowerSubsystem" BaseType="PowerSubsystem.v1_0_0.PowerSubsystem"/>
150    </Schema>
151
152    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerSubsystem.v1_0_2">
153      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
154      <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."/>
155      <EntityType Name="PowerSubsystem" BaseType="PowerSubsystem.v1_0_1.PowerSubsystem"/>
156    </Schema>
157
158    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerSubsystem.v1_1_0">
159      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
160      <Annotation Term="Redfish.Release" String="2021.2"/>
161
162      <EntityType Name="PowerSubsystem" BaseType="PowerSubsystem.v1_0_0.PowerSubsystem">
163        <NavigationProperty Name="Batteries" Type="BatteryCollection.BatteryCollection" Nullable="false">
164          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
165          <Annotation Term="OData.Description" String="The link to the collection of batteries within this subsystem."/>
166          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type `BatteryCollection`."/>
167          <Annotation Term="OData.AutoExpandReferences"/>
168        </NavigationProperty>
169      </EntityType>
170    </Schema>
171
172    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerSubsystem.v1_1_1">
173      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
174      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
175      <EntityType Name="PowerSubsystem" BaseType="PowerSubsystem.v1_1_0.PowerSubsystem"/>
176    </Schema>
177
178    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerSubsystem.v1_1_2">
179      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
180      <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."/>
181      <EntityType Name="PowerSubsystem" BaseType="PowerSubsystem.v1_1_1.PowerSubsystem"/>
182    </Schema>
183
184  </edmx:DataServices>
185</edmx:Edmx>
186