12bde4061SEd Tanous<?xml version="1.0" encoding="UTF-8"?> 22bde4061SEd Tanous<!----> 32bde4061SEd Tanous<!--################################################################################ --> 4f2a8e57eSGunnar Mills<!--# Redfish Schema: MediaController v1.3.2 --> 52bde4061SEd Tanous<!--# --> 62bde4061SEd Tanous<!--# For a detailed change log, see the README file contained in the DSP8010 bundle, --> 72bde4061SEd Tanous<!--# available at http://www.dmtf.org/standards/redfish --> 8*d125652eSGunnar Mills<!--# Copyright 2014-2025 DMTF. --> 92bde4061SEd Tanous<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright --> 102bde4061SEd Tanous<!--################################################################################ --> 112bde4061SEd Tanous<!----> 122bde4061SEd Tanous<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0"> 132bde4061SEd Tanous 142bde4061SEd Tanous <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml"> 152bde4061SEd Tanous <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/> 162bde4061SEd Tanous </edmx:Reference> 172bde4061SEd Tanous <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml"> 182bde4061SEd Tanous <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/> 192bde4061SEd Tanous </edmx:Reference> 202bde4061SEd Tanous <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml"> 212bde4061SEd Tanous <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/> 222bde4061SEd Tanous <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/> 232bde4061SEd Tanous </edmx:Reference> 242bde4061SEd Tanous <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml"> 252bde4061SEd Tanous <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/> 262bde4061SEd Tanous </edmx:Reference> 272bde4061SEd Tanous <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml"> 282bde4061SEd Tanous <edmx:Include Namespace="Resource"/> 292bde4061SEd Tanous <edmx:Include Namespace="Resource.v1_0_0"/> 302bde4061SEd Tanous </edmx:Reference> 312bde4061SEd Tanous <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Chassis_v1.xml"> 322bde4061SEd Tanous <edmx:Include Namespace="Chassis"/> 332bde4061SEd Tanous </edmx:Reference> 342bde4061SEd Tanous <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Assembly_v1.xml"> 352bde4061SEd Tanous <edmx:Include Namespace="Assembly"/> 362bde4061SEd Tanous </edmx:Reference> 372bde4061SEd Tanous <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PortCollection_v1.xml"> 382bde4061SEd Tanous <edmx:Include Namespace="PortCollection"/> 392bde4061SEd Tanous </edmx:Reference> 402bde4061SEd Tanous <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Endpoint_v1.xml"> 412bde4061SEd Tanous <edmx:Include Namespace="Endpoint"/> 422bde4061SEd Tanous </edmx:Reference> 432bde4061SEd Tanous <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/MemoryDomain_v1.xml"> 442bde4061SEd Tanous <edmx:Include Namespace="MemoryDomain"/> 452bde4061SEd Tanous </edmx:Reference> 462bde4061SEd Tanous <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/EnvironmentMetrics_v1.xml"> 472bde4061SEd Tanous <edmx:Include Namespace="EnvironmentMetrics"/> 482bde4061SEd Tanous </edmx:Reference> 492bde4061SEd Tanous 502bde4061SEd Tanous <edmx:DataServices> 512bde4061SEd Tanous 522bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MediaController"> 532bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 54f2a8e57eSGunnar Mills <Annotation Term="Redfish.Language" String="en"/> 552bde4061SEd Tanous 562bde4061SEd Tanous <EntityType Name="MediaController" BaseType="Resource.v1_0_0.Resource" Abstract="true"> 57f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="The `MediaController` schema contains the definition of a media controller and its configuration."/> 58f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This resource shall represent a media controller in a Redfish implementation."/> 592bde4061SEd Tanous <Annotation Term="OData.AdditionalProperties" Bool="false"/> 602bde4061SEd Tanous <Annotation Term="Capabilities.InsertRestrictions"> 612bde4061SEd Tanous <Record> 622bde4061SEd Tanous <PropertyValue Property="Insertable" Bool="false"/> 632bde4061SEd Tanous </Record> 642bde4061SEd Tanous </Annotation> 652bde4061SEd Tanous <Annotation Term="Capabilities.UpdateRestrictions"> 662bde4061SEd Tanous <Record> 672bde4061SEd Tanous <PropertyValue Property="Updatable" Bool="false"/> 682bde4061SEd Tanous </Record> 692bde4061SEd Tanous </Annotation> 702bde4061SEd Tanous <Annotation Term="Capabilities.DeleteRestrictions"> 712bde4061SEd Tanous <Record> 722bde4061SEd Tanous <PropertyValue Property="Deletable" Bool="false"/> 732bde4061SEd Tanous </Record> 742bde4061SEd Tanous </Annotation> 752bde4061SEd Tanous <Annotation Term="Redfish.Uris"> 762bde4061SEd Tanous <Collection> 772bde4061SEd Tanous <String>/redfish/v1/Chassis/{ChassisId}/MediaControllers/{MediaControllerId}</String> 782bde4061SEd Tanous </Collection> 792bde4061SEd Tanous </Annotation> 802bde4061SEd Tanous <Annotation Term="Redfish.DeprecatedUris"> 812bde4061SEd Tanous <Collection> 822bde4061SEd Tanous <String>/redfish/v1/Chassis/{ChassisId}/MediaControllers/{MediaControllerId}</String> 832bde4061SEd Tanous </Collection> 842bde4061SEd Tanous </Annotation> 852bde4061SEd Tanous <Annotation Term="Redfish.Revisions"> 862bde4061SEd Tanous <Collection> 872bde4061SEd Tanous <Record> 882bde4061SEd Tanous <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> 892bde4061SEd Tanous <PropertyValue Property="Version" String="v1_2_0"/> 90f2a8e57eSGunnar Mills <PropertyValue Property="Description" String="This schema has been deprecated in favor of the `FabricAdapter` schema."/> 912bde4061SEd Tanous </Record> 922bde4061SEd Tanous </Collection> 932bde4061SEd Tanous </Annotation> 942bde4061SEd Tanous </EntityType> 952bde4061SEd Tanous 962bde4061SEd Tanous <Action Name="Reset" IsBound="true"> 972bde4061SEd Tanous <Annotation Term="OData.Description" String="This action resets this media controller."/> 982bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This action shall reset this media controller."/> 992bde4061SEd Tanous <Parameter Name="MediaController" Type="MediaController.v1_0_0.Actions"/> 1002bde4061SEd Tanous <Parameter Name="ResetType" Type="Resource.ResetType"> 1012bde4061SEd Tanous <Annotation Term="OData.Description" String="The type of reset."/> 1022bde4061SEd Tanous <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."/> 1032bde4061SEd Tanous </Parameter> 1042bde4061SEd Tanous </Action> 1052bde4061SEd Tanous </Schema> 1062bde4061SEd Tanous 1072bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MediaController.v1_0_0"> 1082bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1092bde4061SEd Tanous <Annotation Term="Redfish.Release" String="2019.4"/> 1102bde4061SEd Tanous 1112bde4061SEd Tanous <EntityType Name="MediaController" BaseType="MediaController.MediaController"> 1122bde4061SEd Tanous <Property Name="Links" Type="MediaController.v1_0_0.Links" Nullable="false"> 1132bde4061SEd Tanous <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/> 1142bde4061SEd Tanous <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."/> 1152bde4061SEd Tanous </Property> 1162bde4061SEd Tanous <Property Name="Manufacturer" Type="Edm.String"> 1172bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1182bde4061SEd Tanous <Annotation Term="OData.Description" String="The manufacturer of this media controller."/> 1192bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the manufacturer of the media controller."/> 1202bde4061SEd Tanous </Property> 1212bde4061SEd Tanous <Property Name="Model" Type="Edm.String"> 1222bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1232bde4061SEd Tanous <Annotation Term="OData.Description" String="The model of this media controller."/> 1242bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the model of the media controller."/> 1252bde4061SEd Tanous </Property> 1262bde4061SEd Tanous <Property Name="SerialNumber" Type="Edm.String"> 1272bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1282bde4061SEd Tanous <Annotation Term="OData.Description" String="The serial number of this media controller."/> 1292bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall indicate the serial number as provided by the manufacturer of this media controller."/> 1302bde4061SEd Tanous </Property> 1312bde4061SEd Tanous <Property Name="PartNumber" Type="Edm.String"> 1322bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1332bde4061SEd Tanous <Annotation Term="OData.Description" String="The part number of this media controller."/> 1342bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall indicate the part number as provided by the manufacturer of this media controller."/> 1352bde4061SEd Tanous </Property> 1362bde4061SEd Tanous <Property Name="Status" Type="Resource.Status" Nullable="false"> 1372bde4061SEd Tanous <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/> 1382bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/> 1392bde4061SEd Tanous </Property> 1402bde4061SEd Tanous <NavigationProperty Name="Ports" Type="PortCollection.PortCollection" ContainsTarget="true" Nullable="false"> 1412bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1422bde4061SEd Tanous <Annotation Term="OData.Description" String="The link to the collection of ports associated with this media controller."/> 143f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type `PortCollection`."/> 1442bde4061SEd Tanous <Annotation Term="OData.AutoExpandReferences"/> 1452bde4061SEd Tanous </NavigationProperty> 1462bde4061SEd Tanous <Property Name="MediaControllerType" Type="MediaController.v1_0_0.MediaControllerType"> 1472bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1482bde4061SEd Tanous <Annotation Term="OData.Description" String="The type of media controller."/> 1492bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the type of media controller."/> 1502bde4061SEd Tanous </Property> 1512bde4061SEd Tanous <Property Name="Actions" Type="MediaController.v1_0_0.Actions" Nullable="false"> 1522bde4061SEd Tanous <Annotation Term="OData.Description" String="The available actions for this resource."/> 1532bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/> 1542bde4061SEd Tanous </Property> 1552bde4061SEd Tanous </EntityType> 1562bde4061SEd Tanous 1572bde4061SEd Tanous <ComplexType Name="Actions"> 1582bde4061SEd Tanous <Annotation Term="OData.AdditionalProperties" Bool="false"/> 1592bde4061SEd Tanous <Annotation Term="OData.Description" String="The available actions for this resource."/> 1602bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/> 1612bde4061SEd Tanous <Property Name="Oem" Type="MediaController.v1_0_0.OemActions" Nullable="false"> 1622bde4061SEd Tanous <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 1632bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/> 1642bde4061SEd Tanous </Property> 1652bde4061SEd Tanous </ComplexType> 1662bde4061SEd Tanous 1672bde4061SEd Tanous <ComplexType Name="OemActions"> 1682bde4061SEd Tanous <Annotation Term="OData.AdditionalProperties" Bool="true"/> 1692bde4061SEd Tanous <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 1702bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/> 1712bde4061SEd Tanous </ComplexType> 1722bde4061SEd Tanous 1732bde4061SEd Tanous <EnumType Name="MediaControllerType"> 1742bde4061SEd Tanous <Member Name="Memory"> 1752bde4061SEd Tanous <Annotation Term="OData.Description" String="The media controller is for memory."/> 1762bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This value shall indicate the media controller is for memory."/> 1772bde4061SEd Tanous </Member> 1782bde4061SEd Tanous </EnumType> 1792bde4061SEd Tanous 1802bde4061SEd Tanous <ComplexType Name="Links" BaseType="Resource.Links"> 1812bde4061SEd Tanous <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/> 1822bde4061SEd Tanous <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."/> 1832bde4061SEd Tanous <NavigationProperty Name="Endpoints" Type="Collection(Endpoint.Endpoint)"> 1842bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1852bde4061SEd Tanous <Annotation Term="OData.Description" String="An array of links to the endpoints that connect to this media controller."/> 186f2a8e57eSGunnar Mills <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."/> 1872bde4061SEd Tanous <Annotation Term="OData.AutoExpandReferences"/> 1882bde4061SEd Tanous </NavigationProperty> 1892bde4061SEd Tanous <NavigationProperty Name="MemoryDomains" Type="Collection(MemoryDomain.MemoryDomain)"> 1902bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1912bde4061SEd Tanous <Annotation Term="OData.Description" String="An array of links to the memory domains associated with this media controller."/> 192f2a8e57eSGunnar Mills <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."/> 1932bde4061SEd Tanous <Annotation Term="OData.AutoExpandReferences"/> 1942bde4061SEd Tanous </NavigationProperty> 1952bde4061SEd Tanous </ComplexType> 1962bde4061SEd Tanous </Schema> 1972bde4061SEd Tanous 1982bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MediaController.v1_0_1"> 1992bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2002bde4061SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 2012bde4061SEd Tanous <EntityType Name="MediaController" BaseType="MediaController.v1_0_0.MediaController"/> 2022bde4061SEd Tanous </Schema> 2032bde4061SEd Tanous 204f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MediaController.v1_0_2"> 205f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 206f2a8e57eSGunnar Mills <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."/> 207f2a8e57eSGunnar Mills <EntityType Name="MediaController" BaseType="MediaController.v1_0_1.MediaController"/> 208f2a8e57eSGunnar Mills </Schema> 209f2a8e57eSGunnar Mills 2102bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MediaController.v1_1_0"> 2112bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2122bde4061SEd Tanous <Annotation Term="Redfish.Release" String="2020.2"/> 2132bde4061SEd Tanous 2142bde4061SEd Tanous <EntityType Name="MediaController" BaseType="MediaController.v1_0_1.MediaController"> 2152bde4061SEd Tanous <Property Name="UUID" Type="Resource.UUID"> 2162bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 2172bde4061SEd Tanous <Annotation Term="OData.Description" String="The UUID for this media controller."/> 2182bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain a universally unique identifier number for the media controller."/> 2192bde4061SEd Tanous </Property> 2202bde4061SEd Tanous </EntityType> 2212bde4061SEd Tanous </Schema> 2222bde4061SEd Tanous 2232bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MediaController.v1_1_1"> 2242bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2252bde4061SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 2262bde4061SEd Tanous <EntityType Name="MediaController" BaseType="MediaController.v1_1_0.MediaController"/> 2272bde4061SEd Tanous </Schema> 2282bde4061SEd Tanous 229f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MediaController.v1_1_2"> 230f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 231f2a8e57eSGunnar Mills <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."/> 232f2a8e57eSGunnar Mills <EntityType Name="MediaController" BaseType="MediaController.v1_1_1.MediaController"/> 233f2a8e57eSGunnar Mills </Schema> 234f2a8e57eSGunnar Mills 2352bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MediaController.v1_2_0"> 2362bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2372bde4061SEd Tanous <Annotation Term="Redfish.Release" String="2021.1"/> 2382bde4061SEd Tanous 2392bde4061SEd Tanous <EntityType Name="MediaController" BaseType="MediaController.v1_1_0.MediaController"> 2402bde4061SEd Tanous <NavigationProperty Name="EnvironmentMetrics" Type="EnvironmentMetrics.EnvironmentMetrics" Nullable="false"> 2412bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 2422bde4061SEd Tanous <Annotation Term="OData.Description" String="The link to the environment metrics for this media controller."/> 243f2a8e57eSGunnar Mills <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."/> 2442bde4061SEd Tanous <Annotation Term="OData.AutoExpandReferences"/> 2452bde4061SEd Tanous </NavigationProperty> 2462bde4061SEd Tanous </EntityType> 2472bde4061SEd Tanous </Schema> 2482bde4061SEd Tanous 2492bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MediaController.v1_2_1"> 2502bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2512bde4061SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 2522bde4061SEd Tanous <EntityType Name="MediaController" BaseType="MediaController.v1_2_0.MediaController"/> 2532bde4061SEd Tanous </Schema> 2542bde4061SEd Tanous 255f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MediaController.v1_2_2"> 256f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 257f2a8e57eSGunnar Mills <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."/> 258f2a8e57eSGunnar Mills <EntityType Name="MediaController" BaseType="MediaController.v1_2_1.MediaController"/> 259f2a8e57eSGunnar Mills </Schema> 260f2a8e57eSGunnar Mills 2612bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MediaController.v1_3_0"> 2622bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2632bde4061SEd Tanous <Annotation Term="Redfish.Release" String="2022.1"/> 2642bde4061SEd Tanous <Annotation Term="OData.Description" String="This version was created to deprecate the schema."/> 2652bde4061SEd Tanous 2662bde4061SEd Tanous <EntityType Name="MediaController" BaseType="MediaController.v1_2_0.MediaController"/> 2672bde4061SEd Tanous </Schema> 2682bde4061SEd Tanous 2692bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MediaController.v1_3_1"> 2702bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 2712bde4061SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 2722bde4061SEd Tanous <EntityType Name="MediaController" BaseType="MediaController.v1_3_0.MediaController"/> 2732bde4061SEd Tanous </Schema> 2742bde4061SEd Tanous 275f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MediaController.v1_3_2"> 276f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 277f2a8e57eSGunnar Mills <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."/> 278f2a8e57eSGunnar Mills <EntityType Name="MediaController" BaseType="MediaController.v1_3_1.MediaController"/> 279f2a8e57eSGunnar Mills </Schema> 280f2a8e57eSGunnar Mills 2812bde4061SEd Tanous </edmx:DataServices> 2822bde4061SEd Tanous</edmx:Edmx> 283