1<?xml version="1.0" encoding="UTF-8"?> 2<!----> 3<!--################################################################################ --> 4<!--# Redfish Schema: MediaController v1.3.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://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 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/EnvironmentMetrics_v1.xml"> 47 <edmx:Include Namespace="EnvironmentMetrics"/> 48 </edmx:Reference> 49 50 <edmx:DataServices> 51 52 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MediaController"> 53 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 54 <Annotation Term="Redfish.Language" String="en"/> 55 56 <EntityType Name="MediaController" BaseType="Resource.v1_0_0.Resource" Abstract="true"> 57 <Annotation Term="OData.Description" String="The `MediaController` schema contains the definition of a media controller and its configuration."/> 58 <Annotation Term="OData.LongDescription" String="This resource shall represent a media controller in a Redfish implementation."/> 59 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 60 <Annotation Term="Capabilities.InsertRestrictions"> 61 <Record> 62 <PropertyValue Property="Insertable" Bool="false"/> 63 </Record> 64 </Annotation> 65 <Annotation Term="Capabilities.UpdateRestrictions"> 66 <Record> 67 <PropertyValue Property="Updatable" Bool="false"/> 68 </Record> 69 </Annotation> 70 <Annotation Term="Capabilities.DeleteRestrictions"> 71 <Record> 72 <PropertyValue Property="Deletable" Bool="false"/> 73 </Record> 74 </Annotation> 75 <Annotation Term="Redfish.Uris"> 76 <Collection> 77 <String>/redfish/v1/Chassis/{ChassisId}/MediaControllers/{MediaControllerId}</String> 78 </Collection> 79 </Annotation> 80 <Annotation Term="Redfish.DeprecatedUris"> 81 <Collection> 82 <String>/redfish/v1/Chassis/{ChassisId}/MediaControllers/{MediaControllerId}</String> 83 </Collection> 84 </Annotation> 85 <Annotation Term="Redfish.Revisions"> 86 <Collection> 87 <Record> 88 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> 89 <PropertyValue Property="Version" String="v1_2_0"/> 90 <PropertyValue Property="Description" String="This schema has been deprecated in favor of the `FabricAdapter` schema."/> 91 </Record> 92 </Collection> 93 </Annotation> 94 </EntityType> 95 96 <Action Name="Reset" IsBound="true"> 97 <Annotation Term="OData.Description" String="This action resets this media controller."/> 98 <Annotation Term="OData.LongDescription" String="This action shall reset this media controller."/> 99 <Parameter Name="MediaController" Type="MediaController.v1_0_0.Actions"/> 100 <Parameter Name="ResetType" Type="Resource.ResetType"> 101 <Annotation Term="OData.Description" String="The type of reset."/> 102 <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."/> 103 </Parameter> 104 </Action> 105 </Schema> 106 107 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MediaController.v1_0_0"> 108 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 109 <Annotation Term="Redfish.Release" String="2019.4"/> 110 111 <EntityType Name="MediaController" BaseType="MediaController.MediaController"> 112 <Property Name="Links" Type="MediaController.v1_0_0.Links" Nullable="false"> 113 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/> 114 <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."/> 115 </Property> 116 <Property Name="Manufacturer" Type="Edm.String"> 117 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 118 <Annotation Term="OData.Description" String="The manufacturer of this media controller."/> 119 <Annotation Term="OData.LongDescription" String="This property shall contain the manufacturer of the media controller."/> 120 </Property> 121 <Property Name="Model" Type="Edm.String"> 122 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 123 <Annotation Term="OData.Description" String="The model of this media controller."/> 124 <Annotation Term="OData.LongDescription" String="This property shall contain the model of the media controller."/> 125 </Property> 126 <Property Name="SerialNumber" Type="Edm.String"> 127 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 128 <Annotation Term="OData.Description" String="The serial number of this media controller."/> 129 <Annotation Term="OData.LongDescription" String="This property shall indicate the serial number as provided by the manufacturer of this media controller."/> 130 </Property> 131 <Property Name="PartNumber" Type="Edm.String"> 132 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 133 <Annotation Term="OData.Description" String="The part number of this media controller."/> 134 <Annotation Term="OData.LongDescription" String="This property shall indicate the part number as provided by the manufacturer of this media controller."/> 135 </Property> 136 <Property Name="Status" Type="Resource.Status" Nullable="false"> 137 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/> 138 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/> 139 </Property> 140 <NavigationProperty Name="Ports" Type="PortCollection.PortCollection" ContainsTarget="true" Nullable="false"> 141 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 142 <Annotation Term="OData.Description" String="The link to the collection of ports associated with this media controller."/> 143 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type `PortCollection`."/> 144 <Annotation Term="OData.AutoExpandReferences"/> 145 </NavigationProperty> 146 <Property Name="MediaControllerType" Type="MediaController.v1_0_0.MediaControllerType"> 147 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 148 <Annotation Term="OData.Description" String="The type of media controller."/> 149 <Annotation Term="OData.LongDescription" String="This property shall contain the type of media controller."/> 150 </Property> 151 <Property Name="Actions" Type="MediaController.v1_0_0.Actions" Nullable="false"> 152 <Annotation Term="OData.Description" String="The available actions for this resource."/> 153 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/> 154 </Property> 155 </EntityType> 156 157 <ComplexType Name="Actions"> 158 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 159 <Annotation Term="OData.Description" String="The available actions for this resource."/> 160 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/> 161 <Property Name="Oem" Type="MediaController.v1_0_0.OemActions" Nullable="false"> 162 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 163 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/> 164 </Property> 165 </ComplexType> 166 167 <ComplexType Name="OemActions"> 168 <Annotation Term="OData.AdditionalProperties" Bool="true"/> 169 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 170 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/> 171 </ComplexType> 172 173 <EnumType Name="MediaControllerType"> 174 <Member Name="Memory"> 175 <Annotation Term="OData.Description" String="The media controller is for memory."/> 176 <Annotation Term="OData.LongDescription" String="This value shall indicate the media controller is for memory."/> 177 </Member> 178 </EnumType> 179 180 <ComplexType Name="Links" BaseType="Resource.Links"> 181 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/> 182 <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."/> 183 <NavigationProperty Name="Endpoints" Type="Collection(Endpoint.Endpoint)"> 184 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 185 <Annotation Term="OData.Description" String="An array of links to the endpoints that connect to this media controller."/> 186 <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."/> 187 <Annotation Term="OData.AutoExpandReferences"/> 188 </NavigationProperty> 189 <NavigationProperty Name="MemoryDomains" Type="Collection(MemoryDomain.MemoryDomain)"> 190 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 191 <Annotation Term="OData.Description" String="An array of links to the memory domains associated with this media controller."/> 192 <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."/> 193 <Annotation Term="OData.AutoExpandReferences"/> 194 </NavigationProperty> 195 </ComplexType> 196 </Schema> 197 198 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MediaController.v1_0_1"> 199 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 200 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 201 <EntityType Name="MediaController" BaseType="MediaController.v1_0_0.MediaController"/> 202 </Schema> 203 204 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MediaController.v1_0_2"> 205 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 206 <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."/> 207 <EntityType Name="MediaController" BaseType="MediaController.v1_0_1.MediaController"/> 208 </Schema> 209 210 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MediaController.v1_1_0"> 211 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 212 <Annotation Term="Redfish.Release" String="2020.2"/> 213 214 <EntityType Name="MediaController" BaseType="MediaController.v1_0_1.MediaController"> 215 <Property Name="UUID" Type="Resource.UUID"> 216 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 217 <Annotation Term="OData.Description" String="The UUID for this media controller."/> 218 <Annotation Term="OData.LongDescription" String="This property shall contain a universally unique identifier number for the media controller."/> 219 </Property> 220 </EntityType> 221 </Schema> 222 223 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MediaController.v1_1_1"> 224 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 225 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 226 <EntityType Name="MediaController" BaseType="MediaController.v1_1_0.MediaController"/> 227 </Schema> 228 229 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MediaController.v1_1_2"> 230 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 231 <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."/> 232 <EntityType Name="MediaController" BaseType="MediaController.v1_1_1.MediaController"/> 233 </Schema> 234 235 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MediaController.v1_2_0"> 236 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 237 <Annotation Term="Redfish.Release" String="2021.1"/> 238 239 <EntityType Name="MediaController" BaseType="MediaController.v1_1_0.MediaController"> 240 <NavigationProperty Name="EnvironmentMetrics" Type="EnvironmentMetrics.EnvironmentMetrics" Nullable="false"> 241 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 242 <Annotation Term="OData.Description" String="The link to the environment metrics for this media controller."/> 243 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type `EnvironmentMetrics` that specifies the environment metrics for this media controller."/> 244 <Annotation Term="OData.AutoExpandReferences"/> 245 </NavigationProperty> 246 </EntityType> 247 </Schema> 248 249 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MediaController.v1_2_1"> 250 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 251 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 252 <EntityType Name="MediaController" BaseType="MediaController.v1_2_0.MediaController"/> 253 </Schema> 254 255 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MediaController.v1_2_2"> 256 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 257 <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."/> 258 <EntityType Name="MediaController" BaseType="MediaController.v1_2_1.MediaController"/> 259 </Schema> 260 261 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MediaController.v1_3_0"> 262 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 263 <Annotation Term="Redfish.Release" String="2022.1"/> 264 <Annotation Term="OData.Description" String="This version was created to deprecate the schema."/> 265 266 <EntityType Name="MediaController" BaseType="MediaController.v1_2_0.MediaController"/> 267 </Schema> 268 269 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MediaController.v1_3_1"> 270 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 271 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 272 <EntityType Name="MediaController" BaseType="MediaController.v1_3_0.MediaController"/> 273 </Schema> 274 275 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MediaController.v1_3_2"> 276 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 277 <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."/> 278 <EntityType Name="MediaController" BaseType="MediaController.v1_3_1.MediaController"/> 279 </Schema> 280 281 </edmx:DataServices> 282</edmx:Edmx> 283