| <?xml version="1.0" encoding="UTF-8"?> |
| <edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0"> |
| |
| <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml"> |
| <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/> |
| </edmx:Reference> |
| <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml"> |
| <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/> |
| </edmx:Reference> |
| <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml"> |
| <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/> |
| </edmx:Reference> |
| <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml"> |
| <edmx:Include Namespace="Resource"/> |
| <edmx:Include Namespace="Resource.v1_0_0"/> |
| </edmx:Reference> |
| <edmx:DataServices> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="OemSession"> |
| <Annotation Term="Redfish.OwningEntity" String="OpenBMC"/> |
| </Schema> |
| |
| <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="OemSession.v1_0_0"> |
| <Annotation Term="Redfish.OwningEntity" String="OpenBMC"/> |
| <Annotation Term="Redfish.Release" String="1.0"/> |
| |
| <EntityType Name="Session" BaseType="Resource.OemObject" Abstract="true"> |
| <Annotation Term="OData.Description" String="OEM Extension for Session"/> |
| <Annotation Term="OData.LongDescription" String="OEM Extension for Session"/> |
| |
| <Property Name="ClientID" Type="Edm.String"> |
| <Annotation Term="OData.Description" String="The Id of the client creating this session."/> |
| <Annotation Term="OData.LongDescription" String="This will be the unique identifier set by the client."/> |
| </Property> |
| |
| </EntityType> |
| </Schema> |
| </edmx:DataServices> |
| </edmx:Edmx> |
| |