blob: 8bc62241a1cfd14d00de96a86eab5e34d246038a [file] [log] [blame]
Przemyslaw Czarnowskid04ba322020-01-21 12:41:56 +01001<?xml version="1.0" encoding="UTF-8"?>
2<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
3
4 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
5 <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
6 </edmx:Reference>
7 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml">
8 <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/>
9 </edmx:Reference>
10 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
11 <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
12 </edmx:Reference>
13 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
14 <edmx:Include Namespace="Resource"/>
15 <edmx:Include Namespace="Resource.v1_0_0"/>
16 </edmx:Reference>
17
18 <edmx:DataServices>
19
20 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="OemVirtualMedia">
21 <Annotation Term="Redfish.OwningEntity" String="OpenBMC"/>
22 </Schema>
23
24 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="OemVirtualMedia.v1_0_0">
25 <Annotation Term="Redfish.OwningEntity" String="OpenBMC"/>
26 <Annotation Term="Redfish.Release" String="1.0"/>
27
Ed Tanousb1899a02023-01-07 16:05:21 -080028 <Property Name="WebSocketEndpoint" Type="Edm.String">
29 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
30 <Annotation Term="OData.Description" String="Indicates endpoint socket name and location."/>
31 <Annotation Term="OData.LongDescription" String="The value of this property shall be a structure ring indicating location and name of the socket used to communicate with nbd server."/>
32 </Property>
Przemyslaw Czarnowskid04ba322020-01-21 12:41:56 +010033
34 <EntityType Name="VirtualMedia" BaseType="Resource.OemObject" Abstract="true">
35 <Annotation Term="OData.Description" String="OEM Extension for VirtualMedia"/>
36 <Annotation Term="OData.LongDescription" String="OEM Extension for VirtualMedia to support Proxy mode."/>
Przemyslaw Czarnowskid6c414f2020-07-08 15:17:31 +020037 <Property Name="WebSocketEndpoint" Type="Edm.String">
38 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
39 <Annotation Term="OData.Description" String="Indicates endpoint socket name and location."/>
40 <Annotation Term="OData.LongDescription" String="The value of this property shall be a structure ring indicating location and name of the socket used to communicate with nbd server."/>
Ed Tanousb1899a02023-01-07 16:05:21 -080041 </Property>
Przemyslaw Czarnowskid04ba322020-01-21 12:41:56 +010042 </EntityType>
43 </Schema>
44
45 </edmx:DataServices>
46</edmx:Edmx>