Ed Tanous | 710adfc | 2017-10-24 17:04:52 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
| 2 | <!---->
|
| 3 | <!--################################################################################ -->
|
| 4 | <!--# Redfish Schema: PhysicalContext v1.0.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-2016 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 |
|
| 18 | <edmx:DataServices>
|
| 19 |
|
| 20 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PhysicalContext.v1_0_0">
|
| 21 |
|
| 22 | <EnumType Name="PhysicalContext">
|
| 23 | <Member Name="Room">
|
| 24 | <Annotation Term="OData.Description" String="The room."/>
|
| 25 | </Member>
|
| 26 | <Member Name="Intake">
|
| 27 | <Annotation Term="OData.Description" String="The intake point of the chassis."/>
|
| 28 | </Member>
|
| 29 | <Member Name="Exhaust">
|
| 30 | <Annotation Term="OData.Description" String="The exhaust point of the chassis."/>
|
| 31 | </Member>
|
| 32 | <Member Name="Front">
|
| 33 | <Annotation Term="OData.Description" String="The front of the chassis."/>
|
| 34 | </Member>
|
| 35 | <Member Name="Back">
|
| 36 | <Annotation Term="OData.Description" String="The back of the chassis."/>
|
| 37 | </Member>
|
| 38 | <Member Name="Upper">
|
| 39 | <Annotation Term="OData.Description" String="The upper portion of the chassis."/>
|
| 40 | </Member>
|
| 41 | <Member Name="Lower">
|
| 42 | <Annotation Term="OData.Description" String="The lower portion of the chassis."/>
|
| 43 | </Member>
|
| 44 | <Member Name="CPU">
|
| 45 | <Annotation Term="OData.Description" String="A Processor (CPU)."/>
|
| 46 | </Member>
|
| 47 | <Member Name="GPU">
|
| 48 | <Annotation Term="OData.Description" String="A Graphics Processor (GPU)."/>
|
| 49 | </Member>
|
| 50 | <Member Name="Backplane">
|
| 51 | <Annotation Term="OData.Description" String="A backplane within the chassis."/>
|
| 52 | </Member>
|
| 53 | <Member Name="SystemBoard">
|
| 54 | <Annotation Term="OData.Description" String="The system board (PCB)."/>
|
| 55 | </Member>
|
| 56 | <Member Name="PowerSupply">
|
| 57 | <Annotation Term="OData.Description" String="A power supply."/>
|
| 58 | </Member>
|
| 59 | <Member Name="VoltageRegulator">
|
| 60 | <Annotation Term="OData.Description" String="A voltage regulator device."/>
|
| 61 | </Member>
|
| 62 | <Member Name="StorageDevice">
|
| 63 | <Annotation Term="OData.Description" String="A storage device."/>
|
| 64 | </Member>
|
| 65 | <Member Name="NetworkingDevice">
|
| 66 | <Annotation Term="OData.Description" String="A networking device."/>
|
| 67 | </Member>
|
| 68 | <Member Name="ComputeBay">
|
| 69 | <Annotation Term="OData.Description" String="Within a compute bay."/>
|
| 70 | </Member>
|
| 71 | <Member Name="StorageBay">
|
| 72 | <Annotation Term="OData.Description" String="Within a storage bay."/>
|
| 73 | </Member>
|
| 74 | <Member Name="NetworkBay">
|
| 75 | <Annotation Term="OData.Description" String="Within a networking bay."/>
|
| 76 | </Member>
|
| 77 | <Member Name="ExpansionBay">
|
| 78 | <Annotation Term="OData.Description" String="Within an expansion bay."/>
|
| 79 | </Member>
|
| 80 | <Member Name="PowerSupplyBay">
|
| 81 | <Annotation Term="OData.Description" String="Within a power supply bay."/>
|
| 82 | </Member>
|
| 83 | </EnumType>
|
| 84 |
|
| 85 | </Schema>
|
| 86 |
|
| 87 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PhysicalContext.v1_0_2">
|
| 88 | <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
|
| 89 | </Schema>
|
| 90 |
|
| 91 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="PhysicalContext.v1_0_3">
|
| 92 | <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
|
| 93 | </Schema>
|
| 94 |
|
| 95 | </edmx:DataServices>
|
| 96 | </edmx:Edmx>
|