blob: 47b94040e178bcb263924fdee12efad24499b764 [file] [log] [blame]
Ravi Tejae7d68c32020-03-15 13:30:41 -05001<?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>
Asmitha Karunanithi239c4b82020-06-12 14:00:21 -05007 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/LogService_v1.xml">
8 <edmx:Include Namespace="LogService"/>
9 <edmx:Include Namespace="LogService.v1_0_0"/>
Ravi Tejae7d68c32020-03-15 13:30:41 -050010 </edmx:Reference>
11
12 <edmx:DataServices>
13
Ravi Tejae7d68c32020-03-15 13:30:41 -050014 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="OemLogService.v1_0_0">
15 <Annotation Term="Redfish.OwningEntity" String="OpenBMC"/>
16 <Annotation Term="Redfish.Release" String="1.0"/>
17
Asmitha Karunanithi239c4b82020-06-12 14:00:21 -050018 <Action Name="CollectDiagnosticData" IsBound="true">
19 <Parameter Name="OemLogService" Type="LogService.v1_0_0.OemActions"/>
20 <Annotation Term="OData.Description" String="This action is used to trigger the creation of a dump." />
21 <Annotation Term="OData.LongDescription" String="This action is used to trigger the creation of a dump." />
22 </Action>
Ravi Tejae7d68c32020-03-15 13:30:41 -050023
Ravi Tejae7d68c32020-03-15 13:30:41 -050024 </Schema>
25
26 </edmx:DataServices>
27</edmx:Edmx>
28