1<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################       -->
4<!--# Redfish Schema:  PowerDistribution v1.3.3                                            -->
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-2023 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/Chassis_v1.xml">
32    <edmx:Include Namespace="Chassis"/>
33  </edmx:Reference>
34  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Manager_v1.xml">
35    <edmx:Include Namespace="Manager"/>
36  </edmx:Reference>
37  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Facility_v1.xml">
38    <edmx:Include Namespace="Facility"/>
39  </edmx:Reference>
40  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/SensorCollection_v1.xml">
41    <edmx:Include Namespace="SensorCollection"/>
42  </edmx:Reference>
43  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/CircuitCollection_v1.xml">
44    <edmx:Include Namespace="CircuitCollection"/>
45  </edmx:Reference>
46  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/OutletCollection_v1.xml">
47    <edmx:Include Namespace="OutletCollection"/>
48  </edmx:Reference>
49  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/OutletGroupCollection_v1.xml">
50    <edmx:Include Namespace="OutletGroupCollection"/>
51  </edmx:Reference>
52  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PowerDistributionMetrics_v1.xml">
53    <edmx:Include Namespace="PowerDistributionMetrics"/>
54  </edmx:Reference>
55  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PowerSupplyCollection_v1.xml">
56    <edmx:Include Namespace="PowerSupplyCollection"/>
57  </edmx:Reference>
58  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Redundancy_v1.xml">
59    <edmx:Include Namespace="Redundancy"/>
60  </edmx:Reference>
61
62  <edmx:DataServices>
63
64    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerDistribution">
65      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
66
67      <EntityType Name="PowerDistribution" BaseType="Resource.v1_0_0.Resource" Abstract="true">
68        <Annotation Term="OData.Description" String="This is the schema definition for a power distribution component or unit, such as a floor power distribution unit (PDU) or switchgear."/>
69        <Annotation Term="OData.LongDescription" String="This resource shall be used to represent a power distribution component or unit for a Redfish implementation."/>
70        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
71        <Annotation Term="Capabilities.InsertRestrictions">
72          <Record>
73            <PropertyValue Property="Insertable" Bool="false"/>
74          </Record>
75        </Annotation>
76        <Annotation Term="Capabilities.UpdateRestrictions">
77          <Record>
78            <PropertyValue Property="Updatable" Bool="true"/>
79            <Annotation Term="OData.Description" String="Any writable properties can be updated."/>
80          </Record>
81        </Annotation>
82        <Annotation Term="Capabilities.DeleteRestrictions">
83          <Record>
84            <PropertyValue Property="Deletable" Bool="false"/>
85          </Record>
86        </Annotation>
87        <Annotation Term="Redfish.Uris">
88          <Collection>
89            <String>/redfish/v1/PowerEquipment/RackPDUs/{PowerDistributionId}</String>
90            <String>/redfish/v1/PowerEquipment/FloorPDUs/{PowerDistributionId}</String>
91            <String>/redfish/v1/PowerEquipment/TransferSwitches/{PowerDistributionId}</String>
92            <String>/redfish/v1/PowerEquipment/PowerShelves/{PowerDistributionId}</String>
93            <String>/redfish/v1/PowerEquipment/Switchgear/{PowerDistributionId}</String>
94            <String>/redfish/v1/PowerEquipment/ElectricalBuses/{PowerDistributionId}</String>
95          </Collection>
96        </Annotation>
97      </EntityType>
98
99      <Action Name="TransferControl" IsBound="true">
100        <Parameter Name="PowerDistribution" Type="PowerDistribution.v1_0_0.Actions"/>
101        <Annotation Term="OData.Description" String="This action transfers control to the alternative input circuit."/>
102        <Annotation Term="OData.LongDescription" String="This action shall transfer power input from the existing mains circuit to the alternative mains circuit."/>
103      </Action>
104    </Schema>
105
106    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerDistribution.v1_0_0">
107      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
108      <Annotation Term="Redfish.Release" String="2019.4"/>
109
110      <EntityType Name="PowerDistribution" BaseType="PowerDistribution.PowerDistribution">
111        <Property Name="EquipmentType" Nullable="false" Type="PowerDistribution.v1_0_0.PowerEquipmentType">
112          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
113          <Annotation Term="OData.Description" String="The type of equipment this resource represents."/>
114          <Annotation Term="OData.LongDescription" String="This property shall contain the type of equipment this resource represents."/>
115          <Annotation Term="Redfish.Required"/>
116        </Property>
117        <Property Name="Model" Type="Edm.String">
118          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
119          <Annotation Term="OData.Description" String="The product model number of this equipment."/>
120          <Annotation Term="OData.LongDescription" String="This property shall contain the manufacturer-provided model information of this equipment."/>
121        </Property>
122        <Property Name="Manufacturer" Type="Edm.String">
123          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
124          <Annotation Term="OData.Description" String="The manufacturer of this equipment."/>
125          <Annotation Term="OData.LongDescription" String="This property shall contain the name of the organization responsible for producing the equipment.  This organization may be the entity from which the equipment is purchased, but this is not necessarily true."/>
126        </Property>
127        <Property Name="SerialNumber" Type="Edm.String">
128          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
129          <Annotation Term="OData.Description" String="The serial number for this equipment."/>
130          <Annotation Term="OData.LongDescription" String="This property shall contain a manufacturer-allocated number that identifies the equipment."/>
131        </Property>
132        <Property Name="PartNumber" Type="Edm.String">
133          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
134          <Annotation Term="OData.Description" String="The part number for this equipment."/>
135          <Annotation Term="OData.LongDescription" String="This property shall contain the manufacturer-provided part number for the equipment."/>
136        </Property>
137        <Property Name="Version" Type="Edm.String">
138          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
139          <Annotation Term="OData.Description" String="The hardware version of this equipment."/>
140          <Annotation Term="OData.LongDescription" String="This property shall contain the hardware version of this equipment as determined by the vendor or supplier."/>
141        </Property>
142        <Property Name="FirmwareVersion" Type="Edm.String" Nullable="false">
143          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
144          <Annotation Term="OData.Description" String="The firmware version of this equipment."/>
145          <Annotation Term="OData.LongDescription" String="This property shall contain a string describing the firmware version of this equipment as provided by the manufacturer."/>
146        </Property>
147        <Property Name="ProductionDate" Type="Edm.DateTimeOffset">
148          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
149          <Annotation Term="OData.Description" String="The production or manufacturing date of this equipment."/>
150          <Annotation Term="OData.LongDescription" String="This property shall contain the date of production or manufacture for this equipment."/>
151        </Property>
152        <Property Name="AssetTag" Type="Edm.String">
153          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
154          <Annotation Term="OData.Description" String="The user-assigned asset tag for this equipment."/>
155          <Annotation Term="OData.LongDescription" String="This property shall contain the user-assigned asset tag, which is an identifying string that tracks the equipment for inventory purposes.  Modifying this property may modify the AssetTag in the containing Chassis resource."/>
156        </Property>
157        <Property Name="UUID" Type="Resource.UUID">
158          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
159          <Annotation Term="OData.Description" String="The UUID for this equipment."/>
160          <Annotation Term="OData.LongDescription" String="This property shall contain the UUID for the equipment."/>
161        </Property>
162        <Property Name="Location" Type="Resource.Location" Nullable="false">
163          <Annotation Term="OData.Description" String="The location of the equipment."/>
164          <Annotation Term="OData.LongDescription" String="This property shall contain the location information of the associated equipment."/>
165        </Property>
166        <Property Name="TransferConfiguration" Type="PowerDistribution.v1_0_0.TransferConfiguration">
167          <Annotation Term="OData.Description" String="The configuration settings for an automatic transfer switch."/>
168          <Annotation Term="OData.LongDescription" String="This property shall contain the configuration information regarding an automatic transfer switch function for this resource."/>
169        </Property>
170        <Property Name="TransferCriteria" Type="PowerDistribution.v1_0_0.TransferCriteria">
171          <Annotation Term="OData.Description" String="The criteria used to initiate a transfer for an automatic transfer switch."/>
172          <Annotation Term="OData.LongDescription" String="This property shall contain the criteria for initiating a transfer within an automatic transfer switch function for this resource."/>
173        </Property>
174
175        <NavigationProperty Name="Sensors" Type="SensorCollection.SensorCollection" Nullable="false">
176          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
177          <Annotation Term="OData.Description" String="A link to the collection of sensors located in the equipment and sub-components."/>
178          <Annotation Term="OData.LongDescription" String="This property shall be a link to a resource collection of type SensorCollection that contains the sensors located in the equipment and sub-components."/>
179          <Annotation Term="OData.AutoExpandReferences"/>
180          <Annotation Term="Redfish.Revisions">
181            <Collection>
182              <Record>
183                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
184                <PropertyValue Property="Version" String="v1_3_0"/>
185                <PropertyValue Property="Description" String="This property has been deprecated in favor of the Sensors link in the Chassis resource."/>
186              </Record>
187            </Collection>
188          </Annotation>
189        </NavigationProperty>
190
191        <Property Name="Status" Type="Resource.Status" Nullable="false">
192          <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
193          <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
194        </Property>
195
196        <NavigationProperty Name="Mains" Type="CircuitCollection.CircuitCollection" Nullable="false">
197          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
198          <Annotation Term="OData.Description" String="A link to the power input circuits for this equipment."/>
199          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type CircuitCollection that contains the power input circuits for this equipment."/>
200          <Annotation Term="OData.AutoExpandReferences"/>
201        </NavigationProperty>
202
203        <NavigationProperty Name="Branches" Type="CircuitCollection.CircuitCollection" Nullable="false">
204          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
205          <Annotation Term="OData.Description" String="A link to the branch circuits for this equipment."/>
206          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type CircuitCollection that contains the branch circuits for this equipment."/>
207          <Annotation Term="OData.AutoExpandReferences"/>
208        </NavigationProperty>
209
210        <NavigationProperty Name="Feeders" Type="CircuitCollection.CircuitCollection" Nullable="false">
211          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
212          <Annotation Term="OData.Description" String="A link to the feeder circuits for this equipment."/>
213          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type CircuitCollection that contains the feeder circuits for this equipment."/>
214          <Annotation Term="OData.AutoExpandReferences"/>
215        </NavigationProperty>
216
217        <NavigationProperty Name="Subfeeds" Type="CircuitCollection.CircuitCollection" Nullable="false">
218          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
219          <Annotation Term="OData.Description" String="A link to the subfeed circuits for this equipment."/>
220          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type CircuitCollection that contains the subfeed circuits for this equipment."/>
221          <Annotation Term="OData.AutoExpandReferences"/>
222        </NavigationProperty>
223
224        <NavigationProperty Name="Outlets" Type="OutletCollection.OutletCollection" Nullable="false">
225          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
226          <Annotation Term="OData.Description" String="A link to the outlets for this equipment."/>
227          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type OutletCollection that contains the outlets for this equipment."/>
228          <Annotation Term="OData.AutoExpandReferences"/>
229        </NavigationProperty>
230
231        <NavigationProperty Name="OutletGroups" Type="OutletGroupCollection.OutletGroupCollection" Nullable="false">
232          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
233          <Annotation Term="OData.Description" String="A link to the outlet groups for this equipment."/>
234          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type OutletCollection that contains the outlet groups for this equipment."/>
235          <Annotation Term="OData.AutoExpandReferences"/>
236        </NavigationProperty>
237
238        <NavigationProperty Name="Metrics" Type="PowerDistributionMetrics.PowerDistributionMetrics" Nullable="false">
239          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
240          <Annotation Term="OData.Description" String="A link to the summary metrics for this equipment."/>
241          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type PowerDistributionMetrics."/>
242          <Annotation Term="OData.AutoExpandReferences"/>
243        </NavigationProperty>
244
245        <Property Name="Links" Type="PowerDistribution.v1_0_0.Links" Nullable="false">
246          <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
247          <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."/>
248        </Property>
249
250        <Property Name="Actions" Type="PowerDistribution.v1_0_0.Actions" Nullable="false">
251          <Annotation Term="OData.Description" String="The available actions for this resource."/>
252          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
253        </Property>
254      </EntityType>
255
256      <ComplexType Name="Links" BaseType="Resource.Links">
257        <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
258        <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."/>
259        <NavigationProperty Name="Chassis" Type="Collection(Chassis.Chassis)">
260          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
261          <Annotation Term="OData.Description" String="An array of links to the chassis that contain this equipment."/>
262          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type Chassis that represent the physical containers associated with this resource."/>
263          <Annotation Term="OData.AutoExpandReferences"/>
264        </NavigationProperty>
265        <NavigationProperty Name="Facility" Type="Facility.Facility" Nullable="false">
266          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
267          <Annotation Term="OData.Description" String="A link to the facility that contains this equipment."/>
268          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type Facility that represents the facility that contains this equipment."/>
269          <Annotation Term="OData.AutoExpandReferences"/>
270        </NavigationProperty>
271        <NavigationProperty Name="ManagedBy" Type="Collection(Manager.Manager)">
272          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
273          <Annotation Term="OData.Description" String="An array of links to the managers responsible for managing this equipment."/>
274          <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 equipment."/>
275          <Annotation Term="OData.AutoExpandReferences"/>
276        </NavigationProperty>
277      </ComplexType>
278
279      <EnumType Name="PowerEquipmentType">
280        <Member Name="RackPDU">
281          <Annotation Term="OData.Description" String="A power distribution unit providing outlets for a rack or similar quantity of devices."/>
282        </Member>
283        <Member Name="FloorPDU">
284          <Annotation Term="OData.Description" String="A power distribution unit providing feeder circuits for further power distribution."/>
285        </Member>
286        <Member Name="ManualTransferSwitch">
287          <Annotation Term="OData.Description" String="A manual power transfer switch."/>
288        </Member>
289        <Member Name="AutomaticTransferSwitch">
290          <Annotation Term="OData.Description" String="An automatic power transfer switch."/>
291        </Member>
292        <Member Name="Switchgear">
293          <Annotation Term="OData.Description" String="Electrical switchgear."/>
294        </Member>
295        <Member Name="PowerShelf">
296          <Annotation Term="OData.Description" String="A power shelf."/>
297          <Annotation Term="Redfish.Revisions">
298            <Collection>
299              <Record>
300                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
301                <PropertyValue Property="Version" String="v1_1_0"/>
302              </Record>
303            </Collection>
304          </Annotation>
305        </Member>
306        <Member Name="Bus">
307          <Annotation Term="OData.Description" String="An electrical bus."/>
308          <Annotation Term="Redfish.Revisions">
309            <Collection>
310              <Record>
311                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
312                <PropertyValue Property="Version" String="v1_2_0"/>
313              </Record>
314            </Collection>
315          </Annotation>
316        </Member>
317        <Member Name="BatteryShelf">
318          <Annotation Term="OData.Description" String="A battery shelf or battery-backed unit (BBU)."/>
319          <Annotation Term="Redfish.Revisions">
320            <Collection>
321              <Record>
322                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
323                <PropertyValue Property="Version" String="v1_3_0"/>
324              </Record>
325            </Collection>
326          </Annotation>
327        </Member>
328      </EnumType>
329
330      <ComplexType Name="TransferConfiguration">
331        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
332        <Annotation Term="OData.Description" String="The configuration settings for an automatic transfer switch."/>
333        <Annotation Term="OData.LongDescription" String="This type shall contain the configuration information regarding an automatic transfer switch function for this resource."/>
334        <Property Name="ActiveMainsId" Type="Edm.String">
335          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
336          <Annotation Term="OData.Description" String="The mains circuit that is switched on and qualified to supply power to the output circuit."/>
337          <Annotation Term="OData.LongDescription" String="This property shall contain the mains circuit that is switched on and qualified to supply power to the output circuit.  The value shall be a string that matches the Id property value of a circuit contained in the collection referenced by the Mains property."/>
338        </Property>
339        <Property Name="AutoTransferEnabled" Type="Edm.Boolean">
340          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
341          <Annotation Term="OData.Description" String="Indicates if the qualified alternate mains circuit is automatically switched on when the preferred mains circuit becomes unqualified and is automatically switched off."/>
342          <Annotation Term="OData.LongDescription" String="This property shall indicate if the qualified alternate mains circuit is automatically switched on when the preferred mains circuit becomes unqualified and is automatically switched off."/>
343        </Property>
344        <Property Name="ClosedTransitionAllowed" Type="Edm.Boolean">
345          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
346          <Annotation Term="OData.Description" String="Indicates if a make-before-break switching sequence of the mains circuits is permitted when they are both qualified and in synchronization."/>
347          <Annotation Term="OData.LongDescription" String="This property shall indicate if a make-before-break switching sequence of the mains circuits is permitted when they are both qualified and in synchronization."/>
348        </Property>
349        <Property Name="ClosedTransitionTimeoutSeconds" Type="Edm.Int64">
350          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
351          <Annotation Term="OData.Description" String="The time in seconds to wait for a closed transition to occur."/>
352          <Annotation Term="OData.LongDescription" String="This property shall contain the time in seconds to wait for a closed transition to occur."/>
353        </Property>
354        <Property Name="PreferredMainsId" Type="Edm.String">
355          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
356          <Annotation Term="OData.Description" String="The preferred source for the mains circuit to this equipment."/>
357          <Annotation Term="OData.LongDescription" String="This property shall contain the preferred source for mains circuit to this equipment.  The value shall be a string that matches the Id property value of a circuit contained in the collection referenced by the Mains property."/>
358        </Property>
359        <Property Name="RetransferDelaySeconds" Type="Edm.Int64">
360          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
361          <Annotation Term="OData.Description" String="The time in seconds to delay the automatic transfer from the alternate mains circuit back to the preferred mains circuit."/>
362          <Annotation Term="OData.LongDescription" String="This property shall contain the time in seconds to delay the automatic transfer from the alternate mains circuit back to the preferred mains circuit."/>
363        </Property>
364        <Property Name="RetransferEnabled" Type="Edm.Boolean">
365          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
366          <Annotation Term="OData.Description" String="Indicates if the automatic transfer is permitted from the alternate mains circuit back to the preferred mains circuit after the preferred mains circuit is qualified again and the Retransfer Delay time has expired."/>
367          <Annotation Term="OData.LongDescription" String="This property shall indicate if the automatic transfer is permitted from the alternate mains circuit back to the preferred mains circuit after the preferred mains circuit is qualified again and the RetransferDelaySeconds time has expired."/>
368        </Property>
369        <Property Name="TransferDelaySeconds" Type="Edm.Int64">
370          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
371          <Annotation Term="OData.Description" String="The time in seconds to delay the automatic transfer from the preferred mains circuit to the alternate mains circuit when the preferred mains circuit is disqualified."/>
372          <Annotation Term="OData.LongDescription" String="This property shall contain the time in seconds to delay the automatic transfer from the preferred mains circuit to the alternate mains circuit when the preferred mains circuit is disqualified.  A value of zero shall mean it transfers as fast as possible."/>
373        </Property>
374        <Property Name="TransferInhibit" Type="Edm.Boolean">
375          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
376          <Annotation Term="OData.Description" String="Indicates if any transfer is inhibited."/>
377          <Annotation Term="OData.LongDescription" String="This property shall indicate if any transfer is inhibited."/>
378        </Property>
379      </ComplexType>
380
381      <ComplexType Name="TransferCriteria">
382        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
383        <Annotation Term="OData.Description" String="The criteria used to initiate a transfer for an automatic transfer switch."/>
384        <Annotation Term="OData.LongDescription" String="This type shall contain the criteria for initiating a transfer within an automatic transfer switch function for this resource."/>
385        <Property Name="TransferSensitivity" Type="PowerDistribution.v1_0_0.TransferSensitivityType">
386          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
387          <Annotation Term="OData.Description" String="The sensitivity to voltage waveform quality to satisfy the criterion for initiating a transfer."/>
388          <Annotation Term="OData.LongDescription" String="This property shall contain the setting that adjusts the analytical sensitivity of the detection of the quality of voltage waveform that satisfies a criterion for transfer."/>
389        </Property>
390        <Property Name="OverVoltageRMSPercentage" Type="Edm.Decimal">
391          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
392          <Annotation Term="OData.Description" String="The positive percentage of voltage RMS over the nominal value that satisfies a criterion for transfer."/>
393          <Annotation Term="OData.LongDescription" String="This property shall contain the positive percentage of voltage RMS over the nominal value that satisfies a criterion for transfer."/>
394          <Annotation Term="Measures.Unit" String="%"/>
395          <Annotation Term="Validation.Minimum" Int="0"/>
396        </Property>
397        <Property Name="UnderVoltageRMSPercentage" Type="Edm.Decimal">
398          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
399          <Annotation Term="OData.Description" String="The negative percentage of voltage RMS under the nominal value that satisfies a criterion for transfer."/>
400          <Annotation Term="OData.LongDescription" String="This property shall contain the negative percentage of voltage RMS under the nominal value that satisfies a criterion for transfer."/>
401          <Annotation Term="Measures.Unit" String="%"/>
402          <Annotation Term="Validation.Maximum" Int="0"/>
403        </Property>
404        <Property Name="OverNominalFrequencyHz" Type="Edm.Decimal">
405          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
406          <Annotation Term="OData.Description" String="The frequency in hertz units over the nominal value that satisfies a criterion for transfer."/>
407          <Annotation Term="OData.LongDescription" String="This property shall contain the frequency in hertz units over the nominal value that satisfies a criterion for transfer."/>
408          <Annotation Term="Measures.Unit" String="Hz"/>
409        </Property>
410        <Property Name="UnderNominalFrequencyHz" Type="Edm.Decimal">
411          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
412          <Annotation Term="OData.Description" String="The frequency in hertz units under the nominal value that satisfies a criterion for transfer."/>
413          <Annotation Term="OData.LongDescription" String="This property shall contain the frequency in hertz units under the nominal value that satisfies a criterion for transfer."/>
414          <Annotation Term="Measures.Unit" String="Hz"/>
415        </Property>
416      </ComplexType>
417
418      <EnumType Name="TransferSensitivityType">
419        <Member Name="High">
420          <Annotation Term="OData.Description" String="High sensitivity for initiating a transfer."/>
421        </Member>
422        <Member Name="Medium">
423          <Annotation Term="OData.Description" String="Medium sensitivity for initiating a transfer."/>
424        </Member>
425        <Member Name="Low">
426          <Annotation Term="OData.Description" String="Low sensitivity for initiating a transfer."/>
427        </Member>
428      </EnumType>
429
430      <ComplexType Name="Actions">
431        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
432        <Annotation Term="OData.Description" String="The available actions for this resource."/>
433        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
434        <Property Name="Oem" Type="PowerDistribution.v1_0_0.OemActions" Nullable="false">
435          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
436          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
437        </Property>
438      </ComplexType>
439
440      <ComplexType Name="OemActions">
441        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
442        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
443        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
444      </ComplexType>
445    </Schema>
446
447    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerDistribution.v1_0_1">
448      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
449      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
450      <EntityType Name="PowerDistribution" BaseType="PowerDistribution.v1_0_0.PowerDistribution"/>
451    </Schema>
452
453    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerDistribution.v1_0_2">
454      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
455      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
456      <EntityType Name="PowerDistribution" BaseType="PowerDistribution.v1_0_1.PowerDistribution"/>
457    </Schema>
458
459    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerDistribution.v1_0_3">
460      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
461      <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
462      <EntityType Name="PowerDistribution" BaseType="PowerDistribution.v1_0_2.PowerDistribution"/>
463    </Schema>
464
465    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerDistribution.v1_0_4">
466      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
467      <Annotation Term="OData.Description" String="This version was created to correct various typographic errors."/>
468      <EntityType Name="PowerDistribution" BaseType="PowerDistribution.v1_0_3.PowerDistribution"/>
469    </Schema>
470
471    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerDistribution.v1_0_5">
472      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
473      <Annotation Term="OData.Description" String="This version was created to remove Chassis link guidance that is no longer recommended."/>
474      <EntityType Name="PowerDistribution" BaseType="PowerDistribution.v1_0_4.PowerDistribution"/>
475    </Schema>
476
477    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerDistribution.v1_0_6">
478      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
479      <Annotation Term="OData.Description" String="This version was created to update the description for AssetTag to show there might be a tie to the AssetTag of the containing Chassis resource."/>
480      <EntityType Name="PowerDistribution" BaseType="PowerDistribution.v1_0_5.PowerDistribution"/>
481    </Schema>
482
483    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerDistribution.v1_0_7">
484      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
485      <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
486      <EntityType Name="PowerDistribution" BaseType="PowerDistribution.v1_0_6.PowerDistribution"/>
487    </Schema>
488
489    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerDistribution.v1_0_8">
490      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
491      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
492      <EntityType Name="PowerDistribution" BaseType="PowerDistribution.v1_0_7.PowerDistribution"/>
493    </Schema>
494
495    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerDistribution.v1_1_0">
496      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
497      <Annotation Term="Redfish.Release" String="2021.2"/>
498      <Annotation Term="OData.Description" String="This version was created to add `PowerShelf` to EquipmentType."/>
499
500      <EntityType Name="PowerDistribution" BaseType="PowerDistribution.v1_0_3.PowerDistribution">
501        <NavigationProperty Name="PowerSupplies" Type="PowerSupplyCollection.PowerSupplyCollection" Nullable="false">
502          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
503          <Annotation Term="OData.Description" String="The link to the collection of power supplies for this equipment."/>
504          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type PowerSupplyCollection."/>
505          <Annotation Term="OData.AutoExpandReferences"/>
506          <Annotation Term="Redfish.Revisions">
507            <Collection>
508              <Record>
509                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
510                <PropertyValue Property="Version" String="v1_3_0"/>
511                <PropertyValue Property="Description" String="This property has been deprecated in favor of the PowerSupplies link in the Chassis resource."/>
512              </Record>
513            </Collection>
514          </Annotation>
515        </NavigationProperty>
516        <Property Name="PowerSupplyRedundancy" Type="Collection(Redundancy.RedundantGroup)" Nullable="false">
517          <Annotation Term="OData.Description" String="The redundancy information for the set of power supplies for this equipment."/>
518          <Annotation Term="OData.LongDescription" String="This property shall contain redundancy information for the set of power supplies for this equipment.  The values of the RedundancyGroup array shall reference resources of type PowerSupply."/>
519          <Annotation Term="Redfish.Revisions">
520            <Collection>
521              <Record>
522                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
523                <PropertyValue Property="Version" String="v1_3_0"/>
524                <PropertyValue Property="Description" String="This property has been deprecated in favor of the PowerSupplyRedundancy property in the Chassis resource."/>
525              </Record>
526            </Collection>
527          </Annotation>
528        </Property>
529        <Property Name="MainsRedundancy" Type="Redundancy.RedundantGroup" Nullable="false">
530          <Annotation Term="OData.Description" String="The redundancy information for the mains (input) circuits for this equipment."/>
531          <Annotation Term="OData.LongDescription" String="This property shall contain redundancy information for the mains (input) circuits for this equipment.  The values of the RedundancyGroup array shall reference resources of type Circuit."/>
532        </Property>
533      </EntityType>
534    </Schema>
535
536    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerDistribution.v1_1_1">
537      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
538      <Annotation Term="OData.Description" String="This version was created to correct various typographic errors."/>
539      <EntityType Name="PowerDistribution" BaseType="PowerDistribution.v1_1_0.PowerDistribution"/>
540    </Schema>
541
542    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerDistribution.v1_1_2">
543      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
544      <Annotation Term="OData.Description" String="This version was created to remove Chassis link guidance that is no longer recommended."/>
545      <EntityType Name="PowerDistribution" BaseType="PowerDistribution.v1_1_1.PowerDistribution"/>
546    </Schema>
547
548    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerDistribution.v1_1_3">
549      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
550      <Annotation Term="OData.Description" String="This version was created to update the description for AssetTag to show there might be a tie to the AssetTag of the containing Chassis resource."/>
551      <EntityType Name="PowerDistribution" BaseType="PowerDistribution.v1_1_2.PowerDistribution"/>
552    </Schema>
553
554    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerDistribution.v1_1_4">
555      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
556      <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
557      <EntityType Name="PowerDistribution" BaseType="PowerDistribution.v1_1_3.PowerDistribution"/>
558    </Schema>
559
560    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerDistribution.v1_1_5">
561      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
562      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
563      <EntityType Name="PowerDistribution" BaseType="PowerDistribution.v1_1_4.PowerDistribution"/>
564    </Schema>
565
566    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerDistribution.v1_2_0">
567      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
568      <Annotation Term="Redfish.Release" String="2021.3"/>
569      <Annotation Term="OData.Description" String="This version was created to add `Bus` to PowerEquipmentType."/>
570
571      <EntityType Name="PowerDistribution" BaseType="PowerDistribution.v1_1_0.PowerDistribution"/>
572    </Schema>
573
574    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerDistribution.v1_2_1">
575      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
576      <Annotation Term="OData.Description" String="This version was created to correct various typographic errors."/>
577      <EntityType Name="PowerDistribution" BaseType="PowerDistribution.v1_2_0.PowerDistribution"/>
578    </Schema>
579
580    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerDistribution.v1_2_2">
581      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
582      <Annotation Term="OData.Description" String="This version was created to remove Chassis link guidance that is no longer recommended."/>
583      <EntityType Name="PowerDistribution" BaseType="PowerDistribution.v1_2_1.PowerDistribution"/>
584    </Schema>
585
586    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerDistribution.v1_2_3">
587      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
588      <Annotation Term="OData.Description" String="This version was created to update the description for AssetTag to show there might be a tie to the AssetTag of the containing Chassis resource."/>
589      <EntityType Name="PowerDistribution" BaseType="PowerDistribution.v1_2_2.PowerDistribution"/>
590    </Schema>
591
592    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerDistribution.v1_2_4">
593      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
594      <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
595      <EntityType Name="PowerDistribution" BaseType="PowerDistribution.v1_2_3.PowerDistribution"/>
596    </Schema>
597
598    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerDistribution.v1_2_5">
599      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
600      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
601      <EntityType Name="PowerDistribution" BaseType="PowerDistribution.v1_2_4.PowerDistribution"/>
602    </Schema>
603
604    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerDistribution.v1_3_0">
605      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
606      <Annotation Term="Redfish.Release" String="2022.3"/>
607      <Annotation Term="OData.Description" String="This version was created to deprecate the PowerSupplyRedundancy property and the PowerSupplies link, in favor of the equivalent properties in the Chassis schema.  It was also created to add BatteryShelf to PowerDistributionType."/>
608      <EntityType Name="PowerDistribution" BaseType="PowerDistribution.v1_2_2.PowerDistribution">
609        <Property Name="UserLabel" Type="Edm.String" Nullable="false">
610          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
611          <Annotation Term="OData.Description" String="A user-assigned label."/>
612          <Annotation Term="OData.LongDescription" String="This property shall contain a user-assigned label used to identify this resource.  If a value has not been assigned by a user, the value of this property shall be an empty string."/>
613        </Property>
614      </EntityType>
615    </Schema>
616
617    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerDistribution.v1_3_1">
618      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
619      <Annotation Term="OData.Description" String="This version was created to update the description for AssetTag to show there might be a tie to the AssetTag of the containing Chassis resource."/>
620      <EntityType Name="PowerDistribution" BaseType="PowerDistribution.v1_3_0.PowerDistribution"/>
621    </Schema>
622
623    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerDistribution.v1_3_2">
624      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
625      <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/>
626      <EntityType Name="PowerDistribution" BaseType="PowerDistribution.v1_3_1.PowerDistribution"/>
627    </Schema>
628
629    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerDistribution.v1_3_3">
630      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
631      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
632      <EntityType Name="PowerDistribution" BaseType="PowerDistribution.v1_3_2.PowerDistribution"/>
633    </Schema>
634
635  </edmx:DataServices>
636</edmx:Edmx>
637