| <?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="OemLogEntry.v1_0_0"> |
| <Annotation Term="Redfish.OwningEntity" String="OpenBMC"/> |
| <Annotation Term="Redfish.Release" String="1.0"/> |
| |
| <ComplexType Name="OpenBmc" BaseType="Resource.OemObject"> |
| <Annotation Term="OData.AdditionalProperties" Bool="true"/> |
| <Annotation Term="OData.Description" String="Oem properties for OpenBmc."/> |
| <Property Name="AdditionalDataSizeBytes" Type="Edm.Int64"> |
| <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| <Annotation Term="OData.Description" String="The size of diagnostic data in bytes for the log entry if the entry type is `DUMP`."/> |
| <Annotation Term="OData.LongDescription" String="This property shall contain the size of diagnostic data in bytes for the log entry if the entry if the entry type is `DUMP`."/> |
| </Property> |
| <Property Name="AdditionalDataURI" Type="Edm.String"> |
| <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| <Annotation Term="OData.Description" String="The offload URI of the diagnostic data if the entry type is `DUMP`."/> |
| <Annotation Term="OData.LongDescription" String="This property shall contain the offload URI of the diagnostic data if the entry type is `DUMP`."/> |
| </Property> |
| <Property Name="DiagnosticDataType" Type="OemLogEntry.v1_0_0.DiagnosticDataType"> |
| <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| <Annotation Term="OData.Description" String="The type of diagnostic data entry"/> |
| <Annotation Term="OData.LongDescription" String="This property shall contain the type of diagnostic data entry."/> |
| </Property> |
| <Property Name="OEMDiagnosticDataType" Type="Edm.String"> |
| <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| <Annotation Term="OData.Description" String="The OEM type of diagnostic data entry"/> |
| <Annotation Term="OData.LongDescription" String="This property shall contain the OEM type of diagnostic data entry."/> |
| </Property> |
| </ComplexType> |
| |
| <EnumType Name="DiagnosticDataType"> |
| <Member Name="Manager"> |
| <Annotation Term="OData.Description" String="Indicates Manager diagnostic data."/> |
| </Member> |
| <Member Name="PreOS"> |
| <Annotation Term="OData.Description" String="Indicates Pre-OS diagnostic data."/> |
| </Member> |
| <Member Name="OS"> |
| <Annotation Term="OData.Description" String="Indicates Operation system(OS) diagnostic data."/> |
| </Member> |
| <Member Name="OEM"> |
| <Annotation Term="OData.Description" String="Indicates OEM diagnostic data."/> |
| </Member> |
| </EnumType> |
| |
| </Schema> |
| |
| </edmx:DataServices> |
| </edmx:Edmx> |
| |