Ravi Teja | e7d68c3 | 2020-03-15 13:30:41 -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> |
Asmitha Karunanithi | 239c4b8 | 2020-06-12 14:00:21 -0500 | [diff] [blame^] | 7 | <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 Teja | e7d68c3 | 2020-03-15 13:30:41 -0500 | [diff] [blame] | 10 | </edmx:Reference> |
| 11 | |
| 12 | <edmx:DataServices> |
| 13 | |
Ravi Teja | e7d68c3 | 2020-03-15 13:30:41 -0500 | [diff] [blame] | 14 | <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 Karunanithi | 239c4b8 | 2020-06-12 14:00:21 -0500 | [diff] [blame^] | 18 | <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 Teja | e7d68c3 | 2020-03-15 13:30:41 -0500 | [diff] [blame] | 23 | |
Ravi Teja | e7d68c3 | 2020-03-15 13:30:41 -0500 | [diff] [blame] | 24 | </Schema> |
| 25 | |
| 26 | </edmx:DataServices> |
| 27 | </edmx:Edmx> |
| 28 | |