Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!----> |
| 3 | <!--################################################################################ --> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 4 | <!--# Redfish Schema: LogService v1.1.3 --> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 5 | <!--# --> |
| 6 | <!--# For a detailed change log, see the README file contained in the DSP8010 bundle, --> |
| 7 | <!--# available at http://www.dmtf.org/standards/redfish --> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 8 | <!--# Copyright 2014-2019 DMTF. --> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 9 | <!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright --> |
| 10 | <!--################################################################################ --> |
| 11 | <!----> |
| 12 | <edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0"> |
| 13 | |
| 14 | <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml"> |
| 15 | <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/> |
| 16 | </edmx:Reference> |
| 17 | <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml"> |
| 18 | <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/> |
| 19 | </edmx:Reference> |
| 20 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml"> |
| 21 | <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/> |
| 22 | <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/> |
| 23 | </edmx:Reference> |
| 24 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml"> |
| 25 | <edmx:Include Namespace="Resource"/> |
| 26 | <edmx:Include Namespace="Resource.v1_0_0"/> |
| 27 | </edmx:Reference> |
| 28 | <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/LogEntryCollection_v1.xml"> |
| 29 | <edmx:Include Namespace="LogEntryCollection"/> |
| 30 | </edmx:Reference> |
| 31 | |
| 32 | <edmx:DataServices> |
| 33 | |
| 34 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogService"> |
| 35 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 36 | |
| 37 | <EntityType Name="LogService" BaseType="Resource.v1_0_0.Resource" Abstract="true"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 38 | <Annotation Term="OData.Description" String="The LogService schema contains properties for monitoring and configuring a Log Service."/> |
| 39 | <Annotation Term="OData.LongDescription" String="This Resource shall represent a Log Service for a Redfish implementation."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 40 | <Annotation Term="Capabilities.InsertRestrictions"> |
| 41 | <Record> |
| 42 | <PropertyValue Property="Insertable" Bool="false"/> |
| 43 | </Record> |
| 44 | </Annotation> |
| 45 | <Annotation Term="Capabilities.UpdateRestrictions"> |
| 46 | <Record> |
| 47 | <PropertyValue Property="Updatable" Bool="true"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 48 | <Annotation Term="OData.Description" String="The date and time properties can be updated for a Log Service."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 49 | </Record> |
| 50 | </Annotation> |
| 51 | <Annotation Term="Capabilities.DeleteRestrictions"> |
| 52 | <Record> |
| 53 | <PropertyValue Property="Deletable" Bool="false"/> |
| 54 | </Record> |
| 55 | </Annotation> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 56 | <Annotation Term="Redfish.Uris"> |
| 57 | <Collection> |
| 58 | <String>/redfish/v1/Managers/{ManagerId}/LogServices/{LogServiceId}</String> |
| 59 | <String>/redfish/v1/Systems/{ComputerSystemId}/LogServices/{LogServiceId}</String> |
| 60 | <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/LogServices/{LogServiceId}</String> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 61 | <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/LogServices/{LogServiceId}</String> |
Gunnar Mills | 09b9d45 | 2020-02-11 13:27:39 -0600 | [diff] [blame^] | 62 | <String>/redfish/v1/Chassis/{ChassisId}/LogServices/{LogServiceId}</String> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 63 | <String>/redfish/v1/JobService/Log</String> |
| 64 | <String>/redfish/v1/TelemetryService/LogService</String> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 65 | </Collection> |
| 66 | </Annotation> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 67 | </EntityType> |
| 68 | |
| 69 | <Action Name="ClearLog" IsBound="true"> |
| 70 | <Parameter Name="LogService" Type="LogService.v1_0_0.Actions"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 71 | <Annotation Term="OData.Description" String="The action to clear the log for this Log Service."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 72 | <Annotation Term="OData.LongDescription" String="This action shall delete all entries found in the Entries collection for this Log Service."/> |
| 73 | </Action> |
| 74 | |
| 75 | </Schema> |
| 76 | |
| 77 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogService.v1_0_0"> |
| 78 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 79 | <Annotation Term="Redfish.Release" String="1.0"/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 80 | |
| 81 | <EntityType Name="LogService" BaseType="LogService.LogService"> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 82 | <Property Name="ServiceEnabled" Type="Edm.Boolean"> |
| 83 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 84 | <Annotation Term="OData.Description" String="An indication of whether this service is enabled."/> |
| 85 | <Annotation Term="OData.LongDescription" String="This property shall indicate whether this service is enabled."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 86 | </Property> |
| 87 | <Property Name="MaxNumberOfRecords" Type="Edm.Int64" Nullable="false"> |
| 88 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 89 | <Annotation Term="OData.Description" String="The maximum number of log entries that this service can have."/> |
| 90 | <Annotation Term="OData.LongDescription" String="This property shall contain the maximum number of LogEntry Resources in the Entries collection for this service."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 91 | <Annotation Term="Validation.Minimum" Int="0"/> |
| 92 | </Property> |
| 93 | <Property Name="OverWritePolicy" Type="LogService.v1_0_0.OverWritePolicy" Nullable="false"> |
| 94 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
| 95 | <Annotation Term="OData.Description" String="The overwrite policy for this service that takes place when the log is full."/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 96 | <Annotation Term="OData.LongDescription" String="This property shall indicate the policy of the Log Service when the MaxNumberOfRecords has been reached."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 97 | </Property> |
| 98 | <Property Name="DateTime" Type="Edm.DateTimeOffset"> |
| 99 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 100 | <Annotation Term="OData.Description" String="The current date and time, with UTC offset, that the Log Service uses to set or read time."/> |
| 101 | <Annotation Term="OData.LongDescription" String="This property shall represent the current DateTime value, with UTC offset, in Redfish Timestamp format that the Log Service uses to set or read time."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 102 | </Property> |
| 103 | <Property Name="DateTimeLocalOffset" Type="Edm.String"> |
| 104 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 105 | <Annotation Term="OData.Description" String="The UTC offset that the current DateTime property value contains in the `+HH:MM` format."/> |
| 106 | <Annotation Term="OData.LongDescription" String="This property shall represent the UTC offset that the current DateTime property value contains."/> |
| 107 | <Annotation Term="Validation.Pattern" String="^([-+][0-1][0-9]:[0-5][0-9])$"/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 108 | </Property> |
| 109 | <NavigationProperty Name="Entries" Type="LogEntryCollection.LogEntryCollection" ContainsTarget="true" Nullable="false"> |
| 110 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 111 | <Annotation Term="OData.Description" String="The link to the log entry collection."/> |
| 112 | <Annotation Term="OData.LongDescription" String="This property shall contain a link to a Resource Collection of type LogEntryCollection."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 113 | <Annotation Term="OData.AutoExpandReferences"/> |
| 114 | </NavigationProperty> |
| 115 | <Property Name="Actions" Type="LogService.v1_0_0.Actions" Nullable="false"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 116 | <Annotation Term="OData.Description" String="The available actions for this Resource."/> |
| 117 | <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this Resource."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 118 | </Property> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 119 | <Property Name="Status" Type="Resource.Status" Nullable="false"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 120 | <Annotation Term="OData.Description" String="The status and health of the Resource and its subordinate or dependent Resources."/> |
| 121 | <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the Resource."/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 122 | </Property> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 123 | </EntityType> |
| 124 | |
| 125 | <ComplexType Name="Actions"> |
| 126 | <Annotation Term="OData.AdditionalProperties" Bool="false"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 127 | <Annotation Term="OData.Description" String="The available actions for this Resource."/> |
| 128 | <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this Resource."/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 129 | <Property Name="Oem" Type="LogService.v1_0_0.OemActions" Nullable="false"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 130 | <Annotation Term="OData.Description" String="The available OEM-specific actions for this Resource."/> |
| 131 | <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this Resource."/> |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 132 | </Property> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 133 | </ComplexType> |
| 134 | |
| 135 | <ComplexType Name="OemActions"> |
| 136 | <Annotation Term="OData.AdditionalProperties" Bool="true"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 137 | <Annotation Term="OData.Description" String="The available OEM-specific actions for this Resource."/> |
| 138 | <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this Resource."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 139 | </ComplexType> |
| 140 | |
| 141 | <EnumType Name="OverWritePolicy"> |
| 142 | <Member Name="Unknown"> |
| 143 | <Annotation Term="OData.Description" String="The overwrite policy is not known or is undefined."/> |
| 144 | </Member> |
| 145 | <Member Name="WrapsWhenFull"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 146 | <Annotation Term="OData.Description" String="When full, new entries to the log overwrite earlier entries."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 147 | </Member> |
| 148 | <Member Name="NeverOverWrites"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 149 | <Annotation Term="OData.Description" String="When full, new entries to the log are discarded."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 150 | </Member> |
| 151 | </EnumType> |
| 152 | |
| 153 | </Schema> |
| 154 | |
| 155 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogService.v1_0_2"> |
| 156 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 157 | <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/> |
| 158 | <EntityType Name="LogService" BaseType="LogService.v1_0_0.LogService"/> |
| 159 | </Schema> |
| 160 | |
| 161 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogService.v1_0_3"> |
| 162 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 163 | <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/> |
| 164 | <EntityType Name="LogService" BaseType="LogService.v1_0_2.LogService"/> |
| 165 | </Schema> |
| 166 | |
| 167 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogService.v1_0_4"> |
| 168 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 169 | <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/> |
| 170 | <EntityType Name="LogService" BaseType="LogService.v1_0_3.LogService"/> |
| 171 | </Schema> |
| 172 | |
| 173 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogService.v1_0_5"> |
| 174 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 175 | <Annotation Term="OData.Description" String="This version was created to correct the short and long descriptions in the defined Actions."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 176 | <EntityType Name="LogService" BaseType="LogService.v1_0_4.LogService"/> |
| 177 | </Schema> |
| 178 | |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 179 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogService.v1_0_6"> |
| 180 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 181 | <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number."/> |
| 182 | <EntityType Name="LogService" BaseType="LogService.v1_0_5.LogService"/> |
| 183 | </Schema> |
| 184 | |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 185 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogService.v1_0_7"> |
| 186 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 187 | <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/> |
| 188 | <EntityType Name="LogService" BaseType="LogService.v1_0_6.LogService"/> |
| 189 | </Schema> |
| 190 | |
| 191 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogService.v1_0_8"> |
| 192 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 193 | <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> |
| 194 | <EntityType Name="LogService" BaseType="LogService.v1_0_7.LogService"/> |
| 195 | </Schema> |
| 196 | |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 197 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogService.v1_1_0"> |
| 198 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
Marri Devender Rao | d45d2d0 | 2019-01-21 10:11:34 -0600 | [diff] [blame] | 199 | <Annotation Term="Redfish.Release" String="2017.3"/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 200 | <Annotation Term="OData.Description" String="This version was created to add LogPurpose and EntryType properties."/> |
| 201 | <EntityType Name="LogService" BaseType="LogService.v1_0_5.LogService"> |
| 202 | <Property Name="LogEntryType" Type="LogService.v1_1_0.LogEntryTypes"> |
| 203 | <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 204 | <Annotation Term="OData.Description" String="The format of the log entries."/> |
| 205 | <Annotation Term="OData.LongDescription" String="This property shall represent the EntryType of all LogEntry Resources contained in the Entries collection. If the service cannot determine or guarantee a single EntryType for all LogEntry Resources, this property's value shall be `Multiple`."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 206 | </Property> |
| 207 | </EntityType> |
| 208 | |
| 209 | <EnumType Name="LogEntryTypes"> |
| 210 | <Member Name="Event"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 211 | <Annotation Term="OData.Description" String="The log contains Redfish-defined messages."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 212 | </Member> |
| 213 | <Member Name="SEL"> |
| 214 | <Annotation Term="OData.Description" String="The log contains legacy IPMI System Event Log (SEL) entries."/> |
| 215 | </Member> |
| 216 | <Member Name="Multiple"> |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 217 | <Annotation Term="OData.Description" String="The log contains multiple log entry types and, therefore, the Log Service cannot guarantee a single entry type."/> |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 218 | </Member> |
| 219 | <Member Name="OEM"> |
| 220 | <Annotation Term="OData.Description" String="The log contains entries in an OEM-defined format."/> |
| 221 | </Member> |
| 222 | </EnumType> |
| 223 | </Schema> |
| 224 | |
Ed Tanous | 530520e | 2019-01-02 13:41:37 -0800 | [diff] [blame] | 225 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogService.v1_1_1"> |
| 226 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 227 | <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number."/> |
| 228 | <EntityType Name="LogService" BaseType="LogService.v1_1_0.LogService"/> |
| 229 | </Schema> |
| 230 | |
Ed Tanous | cb10313 | 2019-10-08 11:34:22 -0700 | [diff] [blame] | 231 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogService.v1_1_2"> |
| 232 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 233 | <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/> |
| 234 | <EntityType Name="LogService" BaseType="LogService.v1_1_1.LogService"/> |
| 235 | </Schema> |
| 236 | |
| 237 | <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogService.v1_1_3"> |
| 238 | <Annotation Term="Redfish.OwningEntity" String="DMTF"/> |
| 239 | <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/> |
| 240 | <EntityType Name="LogService" BaseType="LogService.v1_1_2.LogService"/> |
| 241 | </Schema> |
| 242 | |
Jason M. Bills | ea4aa75 | 2018-06-05 13:29:11 -0700 | [diff] [blame] | 243 | </edmx:DataServices> |
| 244 | </edmx:Edmx> |