Lewanczyk, Dawid | c5b2abe | 2018-05-30 16:59:42 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!----> |
| 3 | <!--################################################################################ --> |
| 4 | <!--# Redfish Schema: PhysicalContext v1.3.0--> |
| 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-2017 Distributed Management Task Force, Inc. (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://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml"> |
| 18 | <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/> |
| 19 | </edmx:Reference> |
| 20 | |
| 21 | <edmx:DataServices> |
| 22 | |
| 23 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PhysicalContext"> |
| 24 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 25 | |
| 26 | <EnumType Name="PhysicalContext"> |
| 27 | <Member Name="Room"> |
| 28 | <Annotation Term="OData.Description" String="The room."/> |
| 29 | </Member> |
| 30 | <Member Name="Intake"> |
| 31 | <Annotation Term="OData.Description" String="The air intake point of the chassis."/> |
| 32 | </Member> |
| 33 | <Member Name="Exhaust"> |
| 34 | <Annotation Term="OData.Description" String="The air exhaust point of the chassis."/> |
| 35 | </Member> |
| 36 | <Member Name="LiquidInlet"> |
| 37 | <Annotation Term="OData.Description" String="The liquid inlet point of the chassis."/> |
| 38 | </Member> |
| 39 | <Member Name="LiquidOutlet"> |
| 40 | <Annotation Term="OData.Description" String="The liquid outlet point of the chassis."/> |
| 41 | </Member> |
| 42 | <Member Name="Front"> |
| 43 | <Annotation Term="OData.Description" String="The front of the chassis."/> |
| 44 | </Member> |
| 45 | <Member Name="Back"> |
| 46 | <Annotation Term="OData.Description" String="The back of the chassis."/> |
| 47 | </Member> |
| 48 | <Member Name="Upper"> |
| 49 | <Annotation Term="OData.Description" String="The upper portion of the chassis."/> |
| 50 | </Member> |
| 51 | <Member Name="Lower"> |
| 52 | <Annotation Term="OData.Description" String="The lower portion of the chassis."/> |
| 53 | </Member> |
| 54 | <Member Name="CPU"> |
| 55 | <Annotation Term="OData.Description" String="A Processor (CPU)."/> |
| 56 | </Member> |
| 57 | <Member Name="GPU"> |
| 58 | <Annotation Term="OData.Description" String="A Graphics Processor (GPU)."/> |
| 59 | </Member> |
| 60 | <Member Name="ASIC"> |
| 61 | <Annotation Term="OData.Description" String="An ASIC device, such as an FPGA or a GPGPU."/> |
| 62 | </Member> |
| 63 | <Member Name="Backplane"> |
| 64 | <Annotation Term="OData.Description" String="A backplane within the chassis."/> |
| 65 | </Member> |
| 66 | <Member Name="SystemBoard"> |
| 67 | <Annotation Term="OData.Description" String="The system board (PCB)."/> |
| 68 | </Member> |
| 69 | <Member Name="PowerSupply"> |
| 70 | <Annotation Term="OData.Description" String="A power supply."/> |
| 71 | </Member> |
| 72 | <Member Name="VoltageRegulator"> |
| 73 | <Annotation Term="OData.Description" String="A voltage regulator device."/> |
| 74 | </Member> |
| 75 | <Member Name="StorageDevice"> |
| 76 | <Annotation Term="OData.Description" String="A storage device."/> |
| 77 | </Member> |
| 78 | <Member Name="NetworkingDevice"> |
| 79 | <Annotation Term="OData.Description" String="A networking device."/> |
| 80 | </Member> |
| 81 | <Member Name="ComputeBay"> |
| 82 | <Annotation Term="OData.Description" String="Within a compute bay."/> |
| 83 | </Member> |
| 84 | <Member Name="StorageBay"> |
| 85 | <Annotation Term="OData.Description" String="Within a storage bay."/> |
| 86 | </Member> |
| 87 | <Member Name="NetworkBay"> |
| 88 | <Annotation Term="OData.Description" String="Within a networking bay."/> |
| 89 | </Member> |
| 90 | <Member Name="ExpansionBay"> |
| 91 | <Annotation Term="OData.Description" String="Within an expansion bay."/> |
| 92 | </Member> |
| 93 | <Member Name="PowerSupplyBay"> |
| 94 | <Annotation Term="OData.Description" String="Within a power supply bay."/> |
| 95 | </Member> |
| 96 | <Member Name="Memory"> |
| 97 | <Annotation Term="OData.Description" String="A memory device."/> |
| 98 | </Member> |
| 99 | <Member Name="Chassis"> |
| 100 | <Annotation Term="OData.Description" String="The entire chassis."/> |
| 101 | </Member> |
| 102 | <Member Name="Fan"> |
| 103 | <Annotation Term="OData.Description" String="A fan."/> |
| 104 | </Member> |
| 105 | </EnumType> |
| 106 | |
| 107 | </Schema> |
| 108 | |
| 109 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PhysicalContext.v1_0_0"> |
| 110 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 111 | |
| 112 | <EnumType Name="PhysicalContext"> |
| 113 | <Annotation Term="Redfish.Deprecated" String="This definition has been moved to the unversioned namespace so that external references can pick up changes over time."/> |
| 114 | <Member Name="Room"> |
| 115 | <Annotation Term="OData.Description" String="The room."/> |
| 116 | </Member> |
| 117 | <Member Name="Intake"> |
| 118 | <Annotation Term="OData.Description" String="The intake point of the chassis."/> |
| 119 | </Member> |
| 120 | <Member Name="Exhaust"> |
| 121 | <Annotation Term="OData.Description" String="The exhaust point of the chassis."/> |
| 122 | </Member> |
| 123 | <Member Name="Front"> |
| 124 | <Annotation Term="OData.Description" String="The front of the chassis."/> |
| 125 | </Member> |
| 126 | <Member Name="Back"> |
| 127 | <Annotation Term="OData.Description" String="The back of the chassis."/> |
| 128 | </Member> |
| 129 | <Member Name="Upper"> |
| 130 | <Annotation Term="OData.Description" String="The upper portion of the chassis."/> |
| 131 | </Member> |
| 132 | <Member Name="Lower"> |
| 133 | <Annotation Term="OData.Description" String="The lower portion of the chassis."/> |
| 134 | </Member> |
| 135 | <Member Name="CPU"> |
| 136 | <Annotation Term="OData.Description" String="A Processor (CPU)."/> |
| 137 | </Member> |
| 138 | <Member Name="GPU"> |
| 139 | <Annotation Term="OData.Description" String="A Graphics Processor (GPU)."/> |
| 140 | </Member> |
| 141 | <Member Name="Backplane"> |
| 142 | <Annotation Term="OData.Description" String="A backplane within the chassis."/> |
| 143 | </Member> |
| 144 | <Member Name="SystemBoard"> |
| 145 | <Annotation Term="OData.Description" String="The system board (PCB)."/> |
| 146 | </Member> |
| 147 | <Member Name="PowerSupply"> |
| 148 | <Annotation Term="OData.Description" String="A power supply."/> |
| 149 | </Member> |
| 150 | <Member Name="VoltageRegulator"> |
| 151 | <Annotation Term="OData.Description" String="A voltage regulator device."/> |
| 152 | </Member> |
| 153 | <Member Name="StorageDevice"> |
| 154 | <Annotation Term="OData.Description" String="A storage device."/> |
| 155 | </Member> |
| 156 | <Member Name="NetworkingDevice"> |
| 157 | <Annotation Term="OData.Description" String="A networking device."/> |
| 158 | </Member> |
| 159 | <Member Name="ComputeBay"> |
| 160 | <Annotation Term="OData.Description" String="Within a compute bay."/> |
| 161 | </Member> |
| 162 | <Member Name="StorageBay"> |
| 163 | <Annotation Term="OData.Description" String="Within a storage bay."/> |
| 164 | </Member> |
| 165 | <Member Name="NetworkBay"> |
| 166 | <Annotation Term="OData.Description" String="Within a networking bay."/> |
| 167 | </Member> |
| 168 | <Member Name="ExpansionBay"> |
| 169 | <Annotation Term="OData.Description" String="Within an expansion bay."/> |
| 170 | </Member> |
| 171 | <Member Name="PowerSupplyBay"> |
| 172 | <Annotation Term="OData.Description" String="Within a power supply bay."/> |
| 173 | </Member> |
| 174 | <Member Name="Memory"> |
| 175 | <Annotation Term="OData.Description" String="A memory device."/> |
| 176 | </Member> |
| 177 | <Member Name="Chassis"> |
| 178 | <Annotation Term="OData.Description" String="The entire chassis."/> |
| 179 | </Member> |
| 180 | <Member Name="Fan"> |
| 181 | <Annotation Term="OData.Description" String="A fan."/> |
| 182 | </Member> |
| 183 | </EnumType> |
| 184 | |
| 185 | </Schema> |
| 186 | |
| 187 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PhysicalContext.v1_0_2"> |
| 188 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 189 | <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/> |
| 190 | </Schema> |
| 191 | |
| 192 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PhysicalContext.v1_0_3"> |
| 193 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 194 | <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/> |
| 195 | </Schema> |
| 196 | |
| 197 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PhysicalContext.v1_0_4"> |
| 198 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 199 | <Annotation Term="OData.Description" String="This version was created to deprecate the versioned definition of PhysicalContext to use an unversioned definition."/> |
| 200 | </Schema> |
| 201 | |
| 202 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PhysicalContext.v1_1_0"> |
| 203 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 204 | <Annotation Term="OData.Description" String="This version was created to show the PhysicalContext enumerated list was updated."/> |
| 205 | </Schema> |
| 206 | |
| 207 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PhysicalContext.v1_1_1"> |
| 208 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 209 | <Annotation Term="OData.Description" String="This version was created to deprecate the versioned definition of PhysicalContext to use an unversioned definition."/> |
| 210 | </Schema> |
| 211 | |
| 212 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PhysicalContext.v1_2_0"> |
| 213 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 214 | <Annotation Term="OData.Description" String="This version was created to show the PhysicalContext enumerated list was updated."/> |
| 215 | </Schema> |
| 216 | |
| 217 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PhysicalContext.v1_2_1"> |
| 218 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 219 | <Annotation Term="OData.Description" String="This version was created to deprecate the versioned definition of PhysicalContext to use an unversioned definition."/> |
| 220 | </Schema> |
| 221 | |
| 222 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PhysicalContext.v1_3_0"> |
| 223 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 224 | <Annotation Term="OData.Description" String="This version was created to show the PhysicalContext enumerated list was updated."/> |
| 225 | </Schema> |
| 226 | |
| 227 | </edmx:DataServices> |
| 228 | </edmx:Edmx> |