Sunitha Harish | 9dc5074 | 2020-05-11 00:10:20 -0500 | [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 | <edmx:DataServices> |
| 18 | |
| 19 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="OemSession"> |
| 20 | <Annotation Term="Redfish.OwningEntity" String="OpenBMC"/> |
| 21 | </Schema> |
| 22 | |
| 23 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="OemSession.v1_0_0"> |
| 24 | <Annotation Term="Redfish.OwningEntity" String="OpenBMC"/> |
| 25 | <Annotation Term="Redfish.Release" String="1.0"/> |
| 26 | |
| 27 | <EntityType Name="Session" BaseType="Resource.OemObject" Abstract="true"> |
| 28 | <Annotation Term="OData.Description" String="OEM Extension for Session"/> |
| 29 | <Annotation Term="OData.LongDescription" String="OEM Extension for Session"/> |
| 30 | |
| 31 | <Property Name="ClientID" Type="Edm.String"> |
| 32 | <Annotation Term="OData.Description" String="The Id of the client creating this session."/> |
| 33 | <Annotation Term="OData.LongDescription" String="This will be the unique identifier set by the client."/> |
| 34 | </Property> |
Sunitha Harish | 9dc5074 | 2020-05-11 00:10:20 -0500 | [diff] [blame] | 35 | |
| 36 | </EntityType> |
| 37 | </Schema> |
| 38 | </edmx:DataServices> |
| 39 | </edmx:Edmx> |
| 40 | |