Przemyslaw Czarnowski | d04ba32 | 2020-01-21 12:41:56 +0100 | [diff] [blame] | 1 | <?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 Tanous | b1899a0 | 2023-01-07 16:05:21 -0800 | [diff] [blame] | 28 | <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 Czarnowski | d04ba32 | 2020-01-21 12:41:56 +0100 | [diff] [blame] | 33 | |
| 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 Czarnowski | d6c414f | 2020-07-08 15:17:31 +0200 | [diff] [blame] | 37 | <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 Tanous | b1899a0 | 2023-01-07 16:05:21 -0800 | [diff] [blame] | 41 | </Property> |
Przemyslaw Czarnowski | d04ba32 | 2020-01-21 12:41:56 +0100 | [diff] [blame] | 42 | </EntityType> |
| 43 | </Schema> |
| 44 | |
| 45 | </edmx:DataServices> |
| 46 | </edmx:Edmx> |