blob: e3a6d7525413cd8c1e50d31fc6e5d5160b8bc799 [file] [log] [blame]
Gunnar Mills09b9d452020-02-11 13:27:39 -06001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
Gunnar Mills844b4152020-06-22 12:44:09 -05004<!--# Redfish Schema: MediaController v1.1.0 -->
Gunnar Mills09b9d452020-02-11 13:27:39 -06005<!--# -->
6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle, -->
7<!--# available at http://www.dmtf.org/standards/redfish -->
Gunnar Millsa778c022020-05-12 12:20:36 -05008<!--# Copyright 2014-2020 DMTF. -->
Gunnar Mills09b9d452020-02-11 13:27:39 -06009<!--# 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.Measures.V1.xml">
18 <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/>
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:Include Namespace="Validation.v1_0_0" Alias="Validation"/>
23 </edmx:Reference>
24 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
25 <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
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/Assembly_v1.xml">
35 <edmx:Include Namespace="Assembly"/>
36 </edmx:Reference>
37 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PortCollection_v1.xml">
38 <edmx:Include Namespace="PortCollection"/>
39 </edmx:Reference>
40 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Endpoint_v1.xml">
41 <edmx:Include Namespace="Endpoint"/>
42 </edmx:Reference>
43 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/MemoryDomain_v1.xml">
44 <edmx:Include Namespace="MemoryDomain"/>
45 </edmx:Reference>
46
47 <edmx:DataServices>
48
49 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MediaController">
50 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
51
52 <EntityType Name="MediaController" BaseType="Resource.v1_0_0.Resource" Abstract="true">
Gunnar Mills844b4152020-06-22 12:44:09 -050053 <Annotation Term="OData.Description" String="The MediaController schema contains the definition of the media controller and its configuration."/>
54 <Annotation Term="OData.LongDescription" String="This resource contains the media controller in a Redfish implementation."/>
Gunnar Mills09b9d452020-02-11 13:27:39 -060055 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
56 <Annotation Term="Capabilities.InsertRestrictions">
57 <Record>
58 <PropertyValue Property="Insertable" Bool="false"/>
59 </Record>
60 </Annotation>
61 <Annotation Term="Capabilities.UpdateRestrictions">
62 <Record>
63 <PropertyValue Property="Updatable" Bool="true"/>
64 </Record>
65 </Annotation>
66 <Annotation Term="Capabilities.DeleteRestrictions">
67 <Record>
68 <PropertyValue Property="Deletable" Bool="false"/>
69 </Record>
70 </Annotation>
71 <Annotation Term="Redfish.Uris">
72 <Collection>
73 <String>/redfish/v1/Chassis/{ChassisId}/MediaControllers/{MediaControllerId}</String>
74 </Collection>
75 </Annotation>
76 </EntityType>
77
78 <Action Name="Reset" IsBound="true">
Gunnar Mills844b4152020-06-22 12:44:09 -050079 <Annotation Term="OData.Description" String="This action resets this media controller."/>
80 <Annotation Term="OData.LongDescription" String="This action shall reset this media controller."/>
Gunnar Mills09b9d452020-02-11 13:27:39 -060081 <Parameter Name="MediaController" Type="MediaController.v1_0_0.Actions"/>
82 <Parameter Name="ResetType" Type="Resource.ResetType">
83 <Annotation Term="OData.Description" String="The type of reset."/>
Gunnar Mills844b4152020-06-22 12:44:09 -050084 <Annotation Term="OData.LongDescription" String="This parameter shall contain the type of reset. The service can accept a request without the parameter and perform an implementation-specific default reset."/>
Gunnar Mills09b9d452020-02-11 13:27:39 -060085 </Parameter>
Gunnar Mills09b9d452020-02-11 13:27:39 -060086 </Action>
Gunnar Mills09b9d452020-02-11 13:27:39 -060087 </Schema>
88
89 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MediaController.v1_0_0">
90 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
91 <Annotation Term="Redfish.Release" String="2019.4"/>
92
93 <EntityType Name="MediaController" BaseType="MediaController.MediaController">
94 <Property Name="Links" Type="MediaController.v1_0_0.Links" Nullable="false">
Gunnar Mills844b4152020-06-22 12:44:09 -050095 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
96 <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."/>
Gunnar Mills09b9d452020-02-11 13:27:39 -060097 </Property>
98 <Property Name="Manufacturer" Type="Edm.String">
99 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
100 <Annotation Term="OData.Description" String="The manufacturer of this media controller."/>
101 <Annotation Term="OData.LongDescription" String="This property shall contain the manufacturer of the media controller."/>
102 </Property>
103 <Property Name="Model" Type="Edm.String">
104 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
105 <Annotation Term="OData.Description" String="The model of this media controller."/>
106 <Annotation Term="OData.LongDescription" String="This property shall contain the model of the media controller."/>
107 </Property>
108 <Property Name="SerialNumber" Type="Edm.String">
109 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
110 <Annotation Term="OData.Description" String="The serial number of this media controller."/>
111 <Annotation Term="OData.LongDescription" String="This property shall indicate the serial number as provided by the manufacturer of this media controller."/>
112 </Property>
113 <Property Name="PartNumber" Type="Edm.String">
114 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
115 <Annotation Term="OData.Description" String="The part number of this media controller."/>
116 <Annotation Term="OData.LongDescription" String="This property shall indicate the part number as provided by the manufacturer of this media controller."/>
117 </Property>
118 <Property Name="Status" Type="Resource.Status" Nullable="false">
Gunnar Mills844b4152020-06-22 12:44:09 -0500119 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
120 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
Gunnar Mills09b9d452020-02-11 13:27:39 -0600121 </Property>
122 <NavigationProperty Name="Ports" Type="PortCollection.PortCollection" ContainsTarget="true" Nullable="false">
123 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
124 <Annotation Term="OData.Description" String="The link to the collection of ports associated with this media controller."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500125 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type PortCollection."/>
Gunnar Mills09b9d452020-02-11 13:27:39 -0600126 <Annotation Term="OData.AutoExpandReferences"/>
127 </NavigationProperty>
128 <Property Name="MediaControllerType" Type="MediaController.v1_0_0.MediaControllerType">
129 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
130 <Annotation Term="OData.Description" String="The type of media controller."/>
131 <Annotation Term="OData.LongDescription" String="This property shall contain the type of media controller."/>
132 </Property>
133 <Property Name="Actions" Type="MediaController.v1_0_0.Actions" Nullable="false">
Gunnar Mills844b4152020-06-22 12:44:09 -0500134 <Annotation Term="OData.Description" String="The available actions for this resource."/>
135 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
Gunnar Mills09b9d452020-02-11 13:27:39 -0600136 </Property>
137 </EntityType>
138
139 <ComplexType Name="Actions">
140 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500141 <Annotation Term="OData.Description" String="The available actions for this resource."/>
142 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Gunnar Mills09b9d452020-02-11 13:27:39 -0600143 <Property Name="Oem" Type="MediaController.v1_0_0.OemActions" Nullable="false">
Gunnar Mills844b4152020-06-22 12:44:09 -0500144 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
145 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
Gunnar Mills09b9d452020-02-11 13:27:39 -0600146 </Property>
147 </ComplexType>
148
149 <ComplexType Name="OemActions">
150 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500151 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
152 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
Gunnar Mills09b9d452020-02-11 13:27:39 -0600153 </ComplexType>
154
155 <EnumType Name="MediaControllerType">
156 <Member Name="Memory">
157 <Annotation Term="OData.Description" String="The media controller is for memory."/>
158 <Annotation Term="OData.LongDescription" String="This value shall indicate the media controller is for memory."/>
159 </Member>
160 </EnumType>
161
162 <ComplexType Name="Links" BaseType="Resource.Links">
Gunnar Mills844b4152020-06-22 12:44:09 -0500163 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
164 <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."/>
Gunnar Mills09b9d452020-02-11 13:27:39 -0600165 <NavigationProperty Name="Endpoints" Type="Collection(Endpoint.Endpoint)">
166 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
167 <Annotation Term="OData.Description" String="An array of links to the endpoints that connect to this media controller."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500168 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type Endpoint with which this media controller is associated."/>
Gunnar Mills09b9d452020-02-11 13:27:39 -0600169 <Annotation Term="OData.AutoExpandReferences"/>
170 </NavigationProperty>
171 <NavigationProperty Name="MemoryDomains" Type="Collection(MemoryDomain.MemoryDomain)">
172 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
173 <Annotation Term="OData.Description" String="An array of links to the memory domains associated with this media controller."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500174 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type MemoryDomain that represent the memory domains associated with this memory controller."/>
Gunnar Mills09b9d452020-02-11 13:27:39 -0600175 <Annotation Term="OData.AutoExpandReferences"/>
176 </NavigationProperty>
177 </ComplexType>
178 </Schema>
179
Gunnar Mills844b4152020-06-22 12:44:09 -0500180 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MediaController.v1_0_1">
181 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
182 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
183 <EntityType Name="MediaController" BaseType="MediaController.v1_0_0.MediaController"/>
184 </Schema>
185
186 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MediaController.v1_1_0">
187 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
188 <Annotation Term="Redfish.Release" String="2020.2"/>
189
190 <EntityType Name="MediaController" BaseType="MediaController.v1_0_1.MediaController">
191 <Property Name="UUID" Type="Resource.UUID">
192 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
193 <Annotation Term="OData.Description" String="The UUID for this media controller."/>
194 <Annotation Term="OData.LongDescription" String="This property shall contain a universal unique identifier number for the media controller."/>
195 </Property>
196 </EntityType>
197 </Schema>
198
Gunnar Mills09b9d452020-02-11 13:27:39 -0600199 </edmx:DataServices>
200</edmx:Edmx>