1<?xml version="1.0" encoding="UTF-8"?> 2<!----> 3<!--################################################################################ --> 4<!--# Redfish Schema: PowerEquipment v1.2.1 --> 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://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml"> 21 <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/> 22 </edmx:Reference> 23 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml"> 24 <edmx:Include Namespace="Resource"/> 25 <edmx:Include Namespace="Resource.v1_0_0"/> 26 </edmx:Reference> 27 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PowerDistributionCollection_v1.xml"> 28 <edmx:Include Namespace="PowerDistributionCollection"/> 29 </edmx:Reference> 30 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Manager_v1.xml"> 31 <edmx:Include Namespace="Manager"/> 32 </edmx:Reference> 33 34 <edmx:DataServices> 35 36 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerEquipment"> 37 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 38 39 <EntityType Name="PowerEquipment" BaseType="Resource.v1_0_0.Resource" Abstract="true"> 40 <Annotation Term="OData.Description" String="This is the schema definition for the set of power equipment."/> 41 <Annotation Term="OData.LongDescription" String="This resource shall be used to represent the set of power equipment for a Redfish implementation."/> 42 <Annotation Term="Capabilities.InsertRestrictions"> 43 <Record> 44 <PropertyValue Property="Insertable" Bool="false"/> 45 </Record> 46 </Annotation> 47 <Annotation Term="Capabilities.UpdateRestrictions"> 48 <Record> 49 <PropertyValue Property="Updatable" Bool="false"/> 50 </Record> 51 </Annotation> 52 <Annotation Term="Capabilities.DeleteRestrictions"> 53 <Record> 54 <PropertyValue Property="Deletable" Bool="false"/> 55 </Record> 56 </Annotation> 57 <Annotation Term="Redfish.Uris"> 58 <Collection> 59 <String>/redfish/v1/PowerEquipment</String> 60 </Collection> 61 </Annotation> 62 </EntityType> 63 </Schema> 64 65 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerEquipment.v1_0_0"> 66 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 67 <Annotation Term="Redfish.Release" String="2019.4"/> 68 69 <EntityType Name="PowerEquipment" BaseType="PowerEquipment.PowerEquipment"> 70 <Property Name="Status" Type="Resource.Status" Nullable="false"> 71 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/> 72 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/> 73 </Property> 74 <NavigationProperty Name="FloorPDUs" Type="PowerDistributionCollection.PowerDistributionCollection" Nullable="false"> 75 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 76 <Annotation Term="OData.Description" String="A link to a collection of floor power distribution units."/> 77 <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."/> 78 <Annotation Term="OData.AutoExpandReferences"/> 79 </NavigationProperty> 80 <NavigationProperty Name="RackPDUs" Type="PowerDistributionCollection.PowerDistributionCollection" Nullable="false"> 81 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 82 <Annotation Term="OData.Description" String="A link to a collection of rack-level power distribution units."/> 83 <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."/> 84 <Annotation Term="OData.AutoExpandReferences"/> 85 </NavigationProperty> 86 <NavigationProperty Name="Switchgear" Type="PowerDistributionCollection.PowerDistributionCollection" Nullable="false"> 87 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 88 <Annotation Term="OData.Description" String="A link to a collection of switchgear."/> 89 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type PowerDistributionCollection that contains a set of switchgear."/> 90 <Annotation Term="OData.AutoExpandReferences"/> 91 </NavigationProperty> 92 <NavigationProperty Name="TransferSwitches" Type="PowerDistributionCollection.PowerDistributionCollection" Nullable="false"> 93 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 94 <Annotation Term="OData.Description" String="A link to a collection of transfer switches."/> 95 <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."/> 96 <Annotation Term="OData.AutoExpandReferences"/> 97 </NavigationProperty> 98 99 <Property Name="Links" Type="PowerEquipment.v1_0_0.Links" Nullable="false"> 100 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/> 101 <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."/> 102 </Property> 103 <Property Name="Actions" Type="PowerEquipment.v1_0_0.Actions" Nullable="false"> 104 <Annotation Term="OData.Description" String="The available actions for this resource."/> 105 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/> 106 </Property> 107 </EntityType> 108 109 <ComplexType Name="Links" BaseType="Resource.Links"> 110 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/> 111 <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."/> 112 <NavigationProperty Name="ManagedBy" Type="Collection(Manager.Manager)"> 113 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 114 <Annotation Term="OData.Description" String="An array of links to the managers responsible for managing this power equipment."/> 115 <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."/> 116 <Annotation Term="OData.AutoExpandReferences"/> 117 </NavigationProperty> 118 </ComplexType> 119 120 <ComplexType Name="Actions"> 121 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 122 <Annotation Term="OData.Description" String="The available actions for this resource."/> 123 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/> 124 <Property Name="Oem" Type="PowerEquipment.v1_0_0.OemActions" Nullable="false"> 125 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 126 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/> 127 </Property> 128 </ComplexType> 129 130 <ComplexType Name="OemActions"> 131 <Annotation Term="OData.AdditionalProperties" Bool="true"/> 132 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 133 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/> 134 </ComplexType> 135 </Schema> 136 137 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerEquipment.v1_0_1"> 138 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 139 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 140 <EntityType Name="PowerEquipment" BaseType="PowerEquipment.v1_0_0.PowerEquipment"/> 141 </Schema> 142 143 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerEquipment.v1_1_0"> 144 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 145 <Annotation Term="Redfish.Release" String="2021.2"/> 146 147 <EntityType Name="PowerEquipment" BaseType="PowerEquipment.v1_0_0.PowerEquipment"> 148 <NavigationProperty Name="PowerShelves" Type="PowerDistributionCollection.PowerDistributionCollection" Nullable="false"> 149 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 150 <Annotation Term="OData.Description" String="A link to a collection of power shelves."/> 151 <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."/> 152 <Annotation Term="OData.AutoExpandReferences"/> 153 </NavigationProperty> 154 </EntityType> 155 </Schema> 156 157 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerEquipment.v1_1_1"> 158 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 159 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 160 <EntityType Name="PowerEquipment" BaseType="PowerEquipment.v1_1_0.PowerEquipment"/> 161 </Schema> 162 163 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerEquipment.v1_2_0"> 164 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 165 <Annotation Term="Redfish.Release" String="2021.3"/> 166 167 <EntityType Name="PowerEquipment" BaseType="PowerEquipment.v1_1_0.PowerEquipment"> 168 <NavigationProperty Name="ElectricalBuses" Type="PowerDistributionCollection.PowerDistributionCollection" Nullable="false"> 169 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 170 <Annotation Term="OData.Description" String="The link to a collection of electrical buses."/> 171 <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."/> 172 <Annotation Term="OData.AutoExpandReferences"/> 173 </NavigationProperty> 174 </EntityType> 175 </Schema> 176 177 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PowerEquipment.v1_2_1"> 178 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 179 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 180 <EntityType Name="PowerEquipment" BaseType="PowerEquipment.v1_2_0.PowerEquipment"/> 181 </Schema> 182 183 </edmx:DataServices> 184</edmx:Edmx> 185