1<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################       -->
4<!--# Redfish Schema:  GraphicsController v1.0.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://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
18    <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
19    <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/>
20  </edmx:Reference>
21  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
22    <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
23  </edmx:Reference>
24  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
25    <edmx:Include Namespace="Resource"/>
26    <edmx:Include Namespace="Resource.v1_0_0"/>
27  </edmx:Reference>
28  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PortCollection_v1.xml">
29    <edmx:Include Namespace="PortCollection"/>
30  </edmx:Reference>
31  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Processor_v1.xml">
32    <edmx:Include Namespace="Processor"/>
33  </edmx:Reference>
34  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PCIeDevice_v1.xml">
35    <edmx:Include Namespace="PCIeDevice"/>
36  </edmx:Reference>
37
38  <edmx:DataServices>
39
40    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="GraphicsController">
41      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
42      <Annotation Term="Redfish.Language" String="en"/>
43
44      <EntityType Name="GraphicsController" BaseType="Resource.v1_0_0.Resource" Abstract="true">
45        <Annotation Term="OData.Description" String="The `GraphicsController` schema defines a graphics controller that can be used to drive one or more display devices."/>
46        <Annotation Term="OData.LongDescription" String="This resource shall represent a graphics output device in a Redfish implementation."/>
47        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
48        <Annotation Term="Capabilities.InsertRestrictions">
49          <Record>
50            <PropertyValue Property="Insertable" Bool="false"/>
51          </Record>
52        </Annotation>
53        <Annotation Term="Capabilities.UpdateRestrictions">
54          <Record>
55            <PropertyValue Property="Updatable" Bool="true"/>
56          </Record>
57        </Annotation>
58        <Annotation Term="Capabilities.DeleteRestrictions">
59          <Record>
60            <PropertyValue Property="Deletable" Bool="true"/>
61          </Record>
62        </Annotation>
63        <Annotation Term="Redfish.Uris">
64          <Collection>
65            <String>/redfish/v1/Systems/{ComputerSystemId}/GraphicsControllers/{ControllerId}</String>
66          </Collection>
67        </Annotation>
68      </EntityType>
69    </Schema>
70
71    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="GraphicsController.v1_0_0">
72      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
73      <Annotation Term="Redfish.Release" String="2021.1"/>
74
75      <EntityType Name="GraphicsController" BaseType="GraphicsController.GraphicsController">
76        <Property Name="AssetTag" Type="Edm.String">
77          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
78          <Annotation Term="OData.Description" String="The user-assigned asset tag for this graphics controller."/>
79          <Annotation Term="OData.LongDescription" String="This property shall contain the user-assigned asset tag, which is an identifying string that tracks the drive for inventory purposes."/>
80        </Property>
81        <Property Name="Manufacturer" Type="Edm.String">
82          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
83          <Annotation Term="OData.Description" String="The manufacturer of this graphics controller."/>
84          <Annotation Term="OData.LongDescription" String="This property shall contain the name of the organization responsible for producing the graphics controller.  This organization may be the entity from which the graphics controller is purchased, but this is not necessarily true."/>
85        </Property>
86        <Property Name="Model" Type="Edm.String">
87          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
88          <Annotation Term="OData.Description" String="The product model number of this graphics controller."/>
89          <Annotation Term="OData.LongDescription" String="This property shall contain the manufacturer-provided model information of this graphics controller."/>
90        </Property>
91        <Property Name="SKU" Type="Edm.String">
92          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
93          <Annotation Term="OData.Description" String="The SKU for this graphics controller."/>
94          <Annotation Term="OData.LongDescription" String="This property shall contain the SKU number for this graphics controller."/>
95        </Property>
96        <Property Name="SerialNumber" Type="Edm.String">
97          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
98          <Annotation Term="OData.Description" String="The serial number for this graphics controller."/>
99          <Annotation Term="OData.LongDescription" String="This property shall contain a manufacturer-allocated number that identifies the graphics controller."/>
100        </Property>
101        <Property Name="PartNumber" Type="Edm.String">
102          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
103          <Annotation Term="OData.Description" String="The part number for this graphics controller."/>
104          <Annotation Term="OData.LongDescription" String="This property shall contain the manufacturer-provided part number for the graphics controller."/>
105        </Property>
106        <Property Name="SparePartNumber" Type="Edm.String">
107          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
108          <Annotation Term="OData.Description" String="The spare part number of the graphics controller."/>
109          <Annotation Term="OData.LongDescription" String="This property shall contain the spare part number of the graphics controller."/>
110        </Property>
111        <Property Name="BiosVersion" Type="Edm.String">
112          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
113          <Annotation Term="OData.Description" String="The version of the graphics controller BIOS or primary graphics controller firmware."/>
114          <Annotation Term="OData.LongDescription" String="This property shall contain the version string of the currently installed and running BIOS or firmware for the graphics controller."/>
115        </Property>
116        <Property Name="DriverVersion" Type="Edm.String">
117          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
118          <Annotation Term="OData.Description" String="The version of the graphics controller driver loaded in the operating system."/>
119          <Annotation Term="OData.LongDescription" String="This property shall contain the version string of the currently loaded driver for this graphics controller."/>
120        </Property>
121        <Property Name="Status" Type="Resource.Status" Nullable="false">
122          <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
123          <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
124        </Property>
125        <Property Name="Location" Type="Resource.Location" Nullable="false">
126          <Annotation Term="OData.Description" String="The location of the graphics controller."/>
127          <Annotation Term="OData.LongDescription" String="This property shall contain the location information of the associated graphics controller."/>
128        </Property>
129        <NavigationProperty Name="Ports" Type="PortCollection.PortCollection" Nullable="false">
130          <Annotation Term="OData.Description" String="The ports of the graphics controller."/>
131          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type `PortCollection`."/>
132        </NavigationProperty>
133        <Property Name="Links" Type="GraphicsController.v1_0_0.Links" Nullable="false">
134          <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
135          <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."/>
136        </Property>
137        <Property Name="Actions" Type="GraphicsController.v1_0_0.Actions" Nullable="false">
138          <Annotation Term="OData.Description" String="The available actions for this resource."/>
139          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
140        </Property>
141      </EntityType>
142
143      <ComplexType Name="Links" BaseType="Resource.Links">
144        <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
145        <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."/>
146        <NavigationProperty Name="Processors" Type="Collection(Processor.Processor)">
147          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
148          <Annotation Term="OData.Description" String="An array of links to the processors that are a part of this graphics controller."/>
149          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type `Processor` that represent the processors that this graphics controller contains."/>
150          <Annotation Term="OData.AutoExpandReferences"/>
151        </NavigationProperty>
152        <NavigationProperty Name="PCIeDevice" Type="PCIeDevice.PCIeDevice" Nullable="false">
153          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
154          <Annotation Term="OData.Description" String="A link to the PCIe device that represents this graphics controller."/>
155          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type `PCIeDevice` that represents this graphics controller."/>
156          <Annotation Term="OData.AutoExpandReferences"/>
157        </NavigationProperty>
158      </ComplexType>
159
160      <ComplexType Name="Actions">
161        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
162        <Annotation Term="OData.Description" String="The available actions for this resource."/>
163        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
164        <Property Name="Oem" Type="GraphicsController.v1_0_0.OemActions" Nullable="false">
165          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
166          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
167        </Property>
168      </ComplexType>
169
170      <ComplexType Name="OemActions">
171        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
172        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
173        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
174      </ComplexType>
175    </Schema>
176
177    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="GraphicsController.v1_0_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="GraphicsController" BaseType="GraphicsController.v1_0_0.GraphicsController"/>
181    </Schema>
182
183    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="GraphicsController.v1_0_2">
184      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
185      <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."/>
186      <EntityType Name="GraphicsController" BaseType="GraphicsController.v1_0_1.GraphicsController"/>
187    </Schema>
188
189  </edmx:DataServices>
190</edmx:Edmx>
191