1<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################       -->
4<!--# Redfish Schema:  MetricDefinition v1.3.3                                             -->
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                                   -->
8<!--# Copyright 2014-2023 DMTF.                                                            -->
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/Resource_v1.xml">
21    <edmx:Include Namespace="Resource.v1_0_0"/>
22  </edmx:Reference>
23  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
24    <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
25  </edmx:Reference>
26  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PhysicalContext_v1.xml">
27    <edmx:Include Namespace="PhysicalContext"/>
28  </edmx:Reference>
29
30  <edmx:DataServices>
31
32    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricDefinition">
33      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
34
35      <EntityType Name="MetricDefinition" BaseType="Resource.v1_0_0.Resource" Abstract="true">
36        <Annotation Term="OData.Description" String="The MetricDefinition schema describes the metadata information for a metric."/>
37        <Annotation Term="OData.LongDescription" String="This resource shall contain the metadata information for a metric in a Redfish implementation."/>
38        <Annotation Term="Capabilities.InsertRestrictions">
39          <Record>
40            <PropertyValue Property="Insertable" Bool="false"/>
41          </Record>
42        </Annotation>
43        <Annotation Term="Capabilities.UpdateRestrictions">
44          <Record>
45            <PropertyValue Property="Updatable" Bool="true"/>
46            <Annotation Term="OData.Description" String="Any writable properties can be updated for metric definitions."/>
47          </Record>
48        </Annotation>
49        <Annotation Term="Capabilities.DeleteRestrictions">
50          <Record>
51            <PropertyValue Property="Deletable" Bool="true"/>
52            <Annotation Term="OData.Description" String="The metric definitions can be deleted."/>
53          </Record>
54        </Annotation>
55        <Annotation Term="Redfish.Uris">
56          <Collection>
57            <String>/redfish/v1/TelemetryService/MetricDefinitions/{MetricDefinitionId}</String>
58          </Collection>
59        </Annotation>
60      </EntityType>
61    </Schema>
62
63    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricDefinition.v1_0_0">
64      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
65      <Annotation Term="Redfish.Release" String="2018.2"/>
66
67      <EnumType Name="MetricType">
68        <Annotation Term="OData.Description" String="The type of metric.  Provides information to the client on how the metric can be handled."/>
69        <Annotation Term="OData.LongDescription" String="This property shall contain the type of metric."/>
70        <Member Name="Numeric">
71          <Annotation Term="OData.Description" String="The metric is a numeric metric.  The metric value is any real number."/>
72        </Member>
73        <Member Name="Discrete">
74          <Annotation Term="OData.Description" String="The metric is a discrete metric.  The metric value is discrete.  The possible values are listed in the DiscreteValues property."/>
75          <Annotation Term="OData.LongDescription" String="The metric values shall indicate discrete states."/>
76        </Member>
77        <Member Name="Gauge">
78          <Annotation Term="OData.Description" String="The metric is a gauge metric.  The metric value is a real number.  When the metric value reaches the gauge's extrema, it stays at that value, until the reading falls within the extrema."/>
79        </Member>
80        <Member Name="Counter">
81          <Annotation Term="OData.Description" String="The metric is a counter metric.  The metric reading is a non-negative integer that increases monotonically.  When a counter reaches its maximum, the value resets to 0 and resumes counting."/>
82        </Member>
83        <Member Name="Countdown">
84          <Annotation Term="OData.Description" String="The metric is a countdown metric.  The metric reading is a non-negative integer that decreases monotonically.  When a counter reaches its minimum, the value resets to preset value and resumes counting down."/>
85        </Member>
86        <Member Name="String">
87          <Annotation Term="OData.Description" String="The metric is a non-discrete string metric.  The metric reading is a non-discrete string that displays some non-discrete, non-numeric data."/>
88          <Annotation Term="Redfish.Revisions">
89            <Collection>
90              <Record>
91                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
92                <PropertyValue Property="Version" String="v1_2_0"/>
93              </Record>
94            </Collection>
95          </Annotation>
96        </Member>
97      </EnumType>
98
99      <EnumType Name="ImplementationType">
100        <Member Name="PhysicalSensor">
101          <Annotation Term="OData.Description" String="The metric is implemented as a physical sensor."/>
102        </Member>
103        <Member Name="Calculated">
104          <Annotation Term="OData.Description" String="The metric is implemented by applying a calculation on another metric property.  The calculation is specified in the CalculationAlgorithm property."/>
105        </Member>
106        <Member Name="Synthesized">
107          <Annotation Term="OData.Description" String="The metric is implemented by applying a calculation on one or more metric properties.  The calculation is not provided."/>
108        </Member>
109        <Member Name="DigitalMeter">
110          <Annotation Term="OData.Description" String="The metric is implemented as digital meter."/>
111        </Member>
112      </EnumType>
113
114      <EnumType Name="MetricDataType">
115        <Annotation Term="OData.Description" String="The data type of the related metric values.  Provides information to the client on the nature of the metric reading."/>
116        <Annotation Term="OData.LongDescription" String="This type shall describe the data type of the related metric values as defined by JSON data types."/>
117        <Member Name="Boolean">
118          <Annotation Term="OData.Description" String="The JSON boolean definition."/>
119        </Member>
120        <Member Name="DateTime">
121          <Annotation Term="OData.Description" String="The JSON string definition with the date-time format."/>
122        </Member>
123        <Member Name="Decimal">
124          <Annotation Term="OData.Description" String="The JSON decimal definition."/>
125        </Member>
126        <Member Name="Integer">
127          <Annotation Term="OData.Description" String="The JSON integer definition."/>
128        </Member>
129        <Member Name="String">
130          <Annotation Term="OData.Description" String="The JSON string definition."/>
131        </Member>
132        <Member Name="Enumeration">
133          <Annotation Term="OData.Description" String="The JSON string definition with a set of defined enumerations."/>
134        </Member>
135      </EnumType>
136
137      <EnumType Name="Calculable">
138        <Annotation Term="OData.Description" String="The types of calculations that can be applied to the metric reading.  Provides information to the client on the suitability of calculation using the metric reading."/>
139        <Annotation Term="OData.LongDescription" String="The type shall describe the types of calculations that can be applied to the metric reading."/>
140        <Member Name="NonCalculatable">
141          <Annotation Term="OData.Description" String="No calculations should be performed on the metric reading."/>
142         </Member>
143        <Member Name="Summable">
144          <Annotation Term="OData.Description" String="The sum of the metric reading across multiple instances is meaningful."/>
145        </Member>
146        <Member Name="NonSummable">
147          <Annotation Term="OData.Description" String="The sum of the metric reading across multiple instances is not meaningful."/>
148        </Member>
149      </EnumType>
150
151      <EntityType Name="MetricDefinition" BaseType="MetricDefinition.MetricDefinition">
152        <Property Name="MetricType" Type="MetricDefinition.v1_0_0.MetricType">
153          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
154          <Annotation Term="OData.Description" String="The type of metric."/>
155          <Annotation Term="OData.LongDescription" String="This property shall specify the type of metric."/>
156        </Property>
157        <Property Name="MetricDataType" Type="MetricDefinition.v1_0_0.MetricDataType">
158          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
159          <Annotation Term="OData.Description" String="The data type of the metric."/>
160          <Annotation Term="OData.LongDescription" String="This property shall specify the data-type of the metric."/>
161        </Property>
162        <Property Name="Units" Type="Edm.String">
163          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
164          <Annotation Term="OData.Description" String="The units of measure for this metric."/>
165          <Annotation Term="OData.LongDescription" String="This property shall specify the units of the metric.  This property shall be consistent with the case-sensitive ('C/s' column) Unified Code for Units of Measure.  Note: Not all units of measure are covered by UCUM."/>
166        </Property>
167        <Property Name="Implementation" Type="MetricDefinition.v1_0_0.ImplementationType">
168          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
169          <Annotation Term="OData.Description" String="The implementation of the metric."/>
170          <Annotation Term="OData.LongDescription" String="This property shall specify the implementation of the metric."/>
171        </Property>
172        <Property Name="Calculable" Type="MetricDefinition.v1_0_0.Calculable">
173          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
174          <Annotation Term="OData.Description" String="An indication of whether the metric can be used in a calculation."/>
175          <Annotation Term="OData.LongDescription" String="This property shall specify whether the metric can be used in a calculation."/>
176        </Property>
177        <Property Name="IsLinear" Type="Edm.Boolean">
178          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
179          <Annotation Term="OData.Description" String="An indication of whether the metric values are linear versus non-linear."/>
180          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the metric values are linear versus non-linear.  Linear metrics can use a greater than relation to compared them.  An example of linear metrics include performance metrics.  Examples of non-linear metrics include error codes."/>
181        </Property>
182        <Property Name="Wildcards" Type="Collection(MetricDefinition.v1_0_0.Wildcard)" Nullable="false">
183          <Annotation Term="OData.Description" String="The wildcards and their substitution values for the entries in the MetricProperties array property."/>
184          <Annotation Term="OData.LongDescription" String="The property shall contain a list of wildcards and their replacement strings, which are applied to the MetricProperties array property.  Each wildcard shall have a corresponding entry in this array property."/>
185        </Property>
186        <Property Name="MetricProperties" Type="Collection(Edm.String)">
187          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
188          <Annotation Term="OData.Description" String="The list of URIs with wildcards and property identifiers that this metric definition defines.  If a URI has wildcards, the wildcards are substituted as specified in the Wildcards property."/>
189          <Annotation Term="OData.LongDescription" String="This array property shall list the URIs with wildcards and property identifiers that this metric defines.  A set of curly braces shall delimit each wildcard in the URI.  The corresponding entry in the Wildcard property shall replace each wildcard.  After each wildcard is replaced, it shall identify a resource property to which the metric definition applies.  The property identifiers portion of the URI shall follow RFC6901-defined JSON pointer notation rules.  This property should not be present if ImplementationType contains `Synthesized` or `Calculated`."/>
190          <Annotation Term="OData.IsURL"/>
191        </Property>
192        <Property Name="CalculationParameters" Type="Collection(MetricDefinition.v1_0_0.CalculationParamsType)">
193          <Annotation Term="OData.Description" String="The metric properties that are part of a calculation that this metric definition defines."/>
194          <Annotation Term="OData.LongDescription" String="This property shall list the metric properties that are part of a calculation that this metric definition defines.  This property should be present if ImplementationType contains `Synthesized` or `Calculated`."/>
195        </Property>
196        <Property Name="PhysicalContext" Type="PhysicalContext.PhysicalContext">
197          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
198          <Annotation Term="OData.Description" String="The physical context of the metric."/>
199          <Annotation Term="OData.LongDescription" String="This property shall contain the physical context of the metric."/>
200        </Property>
201        <Property Name="SensingInterval" Type="Edm.Duration">
202          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
203          <Annotation Term="OData.Description" String="The time interval between when a metric is updated."/>
204          <Annotation Term="OData.LongDescription" String="This property shall specify the time interval between when a metric is updated."/>
205        </Property>
206        <Property Name="DiscreteValues" Type="Collection(Edm.String)">
207          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
208          <Annotation Term="OData.Description" String="This array property specifies possible values of a discrete metric."/>
209          <Annotation Term="OData.LongDescription" String="The values of the property shall specify the possible values of the discrete metric.  This property shall have values when the MetricType property is `Discrete`."/>
210        </Property>
211        <Property Name="Precision" Type="Edm.Int64">
212          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
213          <Annotation Term="OData.Description" String="Number of significant digits in the metric reading."/>
214          <Annotation Term="OData.LongDescription" String="This property shall specify the number of significant digits in the metric reading.  The property is not meaningful when the MetricType property is `Discrete`."/>
215        </Property>
216        <Property Name="Accuracy" Type="Edm.Decimal">
217          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
218          <Annotation Term="OData.Description" String="The estimated percent error of measured versus actual values."/>
219          <Annotation Term="OData.LongDescription" String="This property shall contain the percent error +/- of the measured versus actual values.  The property is not meaningful when the MetricType property is `Discrete`."/>
220        </Property>
221        <Property Name="Calibration" Type="Edm.Decimal">
222          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
223          <Annotation Term="OData.Description" String="The calibration offset added to the metric reading."/>
224          <Annotation Term="OData.LongDescription" String="This property shall contain the calibration offset added to the metric reading.  The value shall have the units specified in the Units property.  The property is not meaningful when the MetricType property is `Discrete`."/>
225        </Property>
226        <Property Name="TimestampAccuracy" Type="Edm.Duration">
227          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
228          <Annotation Term="OData.Description" String="The accuracy of the timestamp."/>
229          <Annotation Term="OData.LongDescription" String="This property shall specify the expected + or - variability of the timestamp."/>
230        </Property>
231        <Property Name="MinReadingRange" Type="Edm.Decimal">
232          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
233          <Annotation Term="OData.Description" String="Minimum value for metric reading."/>
234          <Annotation Term="OData.LongDescription" String="This property shall contain the lowest possible value for the metric reading.  The value shall have the units specified in the property Units.  The property is not meaningful when the MetricType property is `Discrete`."/>
235        </Property>
236        <Property Name="MaxReadingRange" Type="Edm.Decimal">
237          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
238          <Annotation Term="OData.Description" String="Maximum value for metric reading."/>
239          <Annotation Term="OData.LongDescription" String="The value shall indicate the highest possible value for a related MetricValue.  The value shall have the units specified in the property Units.  The property is not meaningful when the MetricType property is `Discrete`."/>
240        </Property>
241        <Property Name="CalculationAlgorithm" Type="MetricDefinition.v1_0_0.CalculationAlgorithmEnum">
242          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
243          <Annotation Term="OData.Description" String="The calculation that is performed on a source metric to obtain the metric being defined."/>
244          <Annotation Term="OData.LongDescription" String="This property shall contain the calculation performed to obtain the metric."/>
245        </Property>
246        <Property Name="CalculationTimeInterval" Type="Edm.Duration">
247          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
248          <Annotation Term="OData.Description" String="The time interval over which the metric calculation is performed."/>
249          <Annotation Term="OData.LongDescription" String="This property shall specify the time interval over the metric calculation is performed."/>
250        </Property>
251        <Property Name="Actions" Type="MetricDefinition.v1_0_0.Actions" Nullable="false">
252          <Annotation Term="OData.Description" String="The available actions for this resource."/>
253          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
254        </Property>
255      </EntityType>
256
257      <ComplexType Name="CalculationParamsType">
258        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
259        <Annotation Term="OData.Description" String="The parameters for a metric calculation."/>
260        <Annotation Term="OData.LongDescription" String="This type shall contain the parameters for a metric calculation."/>
261        <Property Name="SourceMetric" Type="Edm.String">
262          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
263          <Annotation Term="OData.Description" String="The URI with wildcards and property identifiers of the metric property used as the input into the calculation.  If the URI has wildcards, the wildcards are substituted as specified in the Wildcards property."/>
264          <Annotation Term="OData.LongDescription" String="This property shall contain a URI with wildcards and property identifiers of the metric property used as the input into the calculation.  A set of curly braces shall delimit each wildcard in the URI.  The corresponding entry in the Wildcard property shall replace each wildcard.  After each wildcard is replaced, it shall identify a resource property to which the metric definition applies.  The property identifiers portion of the URI shall follow RFC6901-defined JSON pointer notation rules."/>
265        </Property>
266        <Property Name="ResultMetric" Type="Edm.String">
267          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
268          <Annotation Term="OData.Description" String="The URI with wildcards and property identifiers of the metric property that stores the result of the calculation.  If the URI has wildcards, the wildcards are substituted as specified in the Wildcards property."/>
269          <Annotation Term="OData.LongDescription" String="This property shall contain a URI with wildcards and property identifiers of the metric property that stores the result of the calculation.  A set of curly braces shall delimit each wildcard in the URI.  The corresponding entry in the Wildcard property shall replace each wildcard.  After each wildcard is replaced, it shall identify a resource property to which the metric definition applies.  The property identifiers portion of the URI shall follow RFC6901-defined JSON pointer notation rules."/>
270        </Property>
271      </ComplexType>
272
273      <ComplexType Name="Wildcard">
274        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
275        <Annotation Term="OData.Description" String="The wildcard and its substitution values."/>
276        <Annotation Term="OData.LongDescription" String="This property shall contain a wildcard and its substitution values."/>
277        <Property Name="Name" Type="Edm.String">
278          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
279          <Annotation Term="OData.Description" String="The string used as a wildcard."/>
280          <Annotation Term="OData.LongDescription" String="This property shall contain the string used as a wildcard."/>
281        </Property>
282        <Property Name="Values" Type="Collection(Edm.String)">
283          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
284          <Annotation Term="OData.Description" String="An array of values to substitute for the wildcard."/>
285          <Annotation Term="OData.LongDescription" String="This property shall contain the list of values to substitute for the wildcard."/>
286        </Property>
287      </ComplexType>
288
289      <EnumType Name="CalculationAlgorithmEnum">
290        <Member Name="Average">
291          <Annotation Term="OData.Description" String="The metric is calculated as the average metric reading over a sliding time interval."/>
292          <Annotation Term="OData.LongDescription" String="The metric shall be calculated as the average metric reading over a sliding time interval.  The time interval shall contain the CalculationTimeInterval property value."/>
293        </Member>
294        <Member Name="Maximum">
295          <Annotation Term="OData.Description" String="The metric is calculated as the maximum metric reading over during a time interval."/>
296          <Annotation Term="OData.LongDescription" String="The metric shall be calculated as the maximum metric reading over a sliding time interval.  The time interval shall contain the CalculationTimeInterval property value."/>
297        </Member>
298        <Member Name="Minimum">
299          <Annotation Term="OData.Description" String="The metric is calculated as the minimum metric reading over a sliding time interval."/>
300          <Annotation Term="OData.LongDescription" String="The metric shall be calculated as the minimum metric reading over a sliding time interval.  The time interval shall contain the CalculationTimeInterval property value."/>
301        </Member>
302        <Member Name="OEM">
303          <Annotation Term="OData.Description" String="The metric is calculated as specified by an OEM."/>
304          <Annotation Term="OData.LongDescription" String="The metric shall be calculated as specified by an OEM.  The OEMCalculationAlgorithm property shall contain the specific OEM calculation algorithm."/>
305          <Annotation Term="Redfish.Revisions">
306            <Collection>
307              <Record>
308                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
309                <PropertyValue Property="Version" String="v1_1_0"/>
310              </Record>
311            </Collection>
312          </Annotation>
313        </Member>
314      </EnumType>
315
316      <ComplexType Name="Actions">
317        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
318        <Annotation Term="OData.Description" String="The available actions for this resource."/>
319        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
320        <Property Name="Oem" Type="MetricDefinition.v1_0_0.OemActions" Nullable="false">
321          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
322          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
323        </Property>
324      </ComplexType>
325
326      <ComplexType Name="OemActions">
327        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
328        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
329        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
330      </ComplexType>
331    </Schema>
332
333    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricDefinition.v1_0_1">
334      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
335      <Annotation Term="OData.Description" String="This version was created to clarify descriptions of several properties."/>
336      <EntityType Name="MetricDefinition" BaseType="MetricDefinition.v1_0_0.MetricDefinition"/>
337    </Schema>
338
339    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricDefinition.v1_0_2">
340      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
341      <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, and to add a missing term to several properties to disallow them from being `null`."/>
342      <EntityType Name="MetricDefinition" BaseType="MetricDefinition.v1_0_1.MetricDefinition"/>
343    </Schema>
344
345    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricDefinition.v1_0_3">
346      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
347      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
348      <EntityType Name="MetricDefinition" BaseType="MetricDefinition.v1_0_2.MetricDefinition"/>
349    </Schema>
350
351    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricDefinition.v1_0_4">
352      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
353      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
354      <EntityType Name="MetricDefinition" BaseType="MetricDefinition.v1_0_3.MetricDefinition"/>
355    </Schema>
356
357    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricDefinition.v1_0_5">
358      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
359      <Annotation Term="OData.Description" String="This version was created to update the descriptions for CalculationParameters."/>
360      <EntityType Name="MetricDefinition" BaseType="MetricDefinition.v1_0_4.MetricDefinition"/>
361    </Schema>
362
363    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricDefinition.v1_0_6">
364      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
365      <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
366      <EntityType Name="MetricDefinition" BaseType="MetricDefinition.v1_0_5.MetricDefinition"/>
367    </Schema>
368
369    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricDefinition.v1_0_7">
370      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
371      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
372      <EntityType Name="MetricDefinition" BaseType="MetricDefinition.v1_0_6.MetricDefinition"/>
373    </Schema>
374
375    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricDefinition.v1_0_8">
376      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
377      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
378      <EntityType Name="MetricDefinition" BaseType="MetricDefinition.v1_0_7.MetricDefinition"/>
379    </Schema>
380
381    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricDefinition.v1_0_9">
382      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
383      <Annotation Term="OData.Description" String="This version was created to clarify the usage of MetricProperties and CalculationParameters."/>
384      <EntityType Name="MetricDefinition" BaseType="MetricDefinition.v1_0_8.MetricDefinition"/>
385    </Schema>
386
387    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricDefinition.v1_0_10">
388      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
389      <Annotation Term="OData.Description" String="This version was created to correct the regular expression pattern for duration properties in JSON Schema and OpenAPI to not allow for negative values."/>
390      <EntityType Name="MetricDefinition" BaseType="MetricDefinition.v1_0_9.MetricDefinition"/>
391    </Schema>
392
393    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricDefinition.v1_0_11">
394      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
395      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
396      <EntityType Name="MetricDefinition" BaseType="MetricDefinition.v1_0_10.MetricDefinition"/>
397    </Schema>
398
399    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricDefinition.v1_1_0">
400      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
401      <Annotation Term="Redfish.Release" String="2020.3"/>
402      <Annotation Term="OData.Description" String="This version was created to add `OEM` to CalculationAlgorithm."/>
403
404      <EntityType Name="MetricDefinition" BaseType="MetricDefinition.v1_0_5.MetricDefinition">
405        <Property Name="OEMCalculationAlgorithm" Type="Edm.String">
406          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
407          <Annotation Term="OData.Description" String="The OEM-defined calculation that is performed on a source metric to obtain the metric being defined."/>
408          <Annotation Term="OData.LongDescription" String="This property shall contain the OEM-defined calculation performed to obtain the metric.  This property shall be present if CalculationAlgorithm is `OEM`."/>
409        </Property>
410      </EntityType>
411    </Schema>
412
413    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricDefinition.v1_1_1">
414      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
415      <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions."/>
416      <EntityType Name="MetricDefinition" BaseType="MetricDefinition.v1_1_0.MetricDefinition"/>
417    </Schema>
418
419    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricDefinition.v1_1_2">
420      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
421      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
422      <EntityType Name="MetricDefinition" BaseType="MetricDefinition.v1_1_1.MetricDefinition"/>
423    </Schema>
424
425    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricDefinition.v1_1_3">
426      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
427      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
428      <EntityType Name="MetricDefinition" BaseType="MetricDefinition.v1_1_2.MetricDefinition"/>
429    </Schema>
430
431    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricDefinition.v1_1_4">
432      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
433      <Annotation Term="OData.Description" String="This version was created to clarify the usage of MetricProperties and CalculationParameters."/>
434      <EntityType Name="MetricDefinition" BaseType="MetricDefinition.v1_1_3.MetricDefinition"/>
435    </Schema>
436
437    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricDefinition.v1_1_5">
438      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
439      <Annotation Term="OData.Description" String="This version was created to correct the regular expression pattern for duration properties in JSON Schema and OpenAPI to not allow for negative values."/>
440      <EntityType Name="MetricDefinition" BaseType="MetricDefinition.v1_1_4.MetricDefinition"/>
441    </Schema>
442
443    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricDefinition.v1_1_6">
444      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
445      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
446      <EntityType Name="MetricDefinition" BaseType="MetricDefinition.v1_1_5.MetricDefinition"/>
447    </Schema>
448
449    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricDefinition.v1_2_0">
450      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
451      <Annotation Term="Redfish.Release" String="2021.1"/>
452      <Annotation Term="OData.Description" String="This version was created to add `String` to the MetricType enumeration."/>
453
454      <EntityType Name="MetricDefinition" BaseType="MetricDefinition.v1_1_2.MetricDefinition"/>
455    </Schema>
456
457    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricDefinition.v1_2_1">
458      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
459      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
460      <EntityType Name="MetricDefinition" BaseType="MetricDefinition.v1_2_0.MetricDefinition"/>
461    </Schema>
462
463    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricDefinition.v1_2_2">
464      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
465      <Annotation Term="OData.Description" String="This version was created to clarify the usage of MetricProperties and CalculationParameters."/>
466      <EntityType Name="MetricDefinition" BaseType="MetricDefinition.v1_2_1.MetricDefinition"/>
467    </Schema>
468
469    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricDefinition.v1_2_3">
470      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
471      <Annotation Term="OData.Description" String="This version was created to correct the regular expression pattern for duration properties in JSON Schema and OpenAPI to not allow for negative values."/>
472      <EntityType Name="MetricDefinition" BaseType="MetricDefinition.v1_2_2.MetricDefinition"/>
473    </Schema>
474
475    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricDefinition.v1_2_4">
476      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
477      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
478      <EntityType Name="MetricDefinition" BaseType="MetricDefinition.v1_2_3.MetricDefinition"/>
479    </Schema>
480
481    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricDefinition.v1_3_0">
482      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
483      <Annotation Term="Redfish.Release" String="2022.1"/>
484
485      <EntityType Name="MetricDefinition" BaseType="MetricDefinition.v1_2_1.MetricDefinition">
486        <Property Name="LogicalContexts" Type="Collection(PhysicalContext.LogicalContext)" Nullable="false">
487          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
488          <Annotation Term="OData.Description" String="The logical contexts related to the metric."/>
489          <Annotation Term="OData.LongDescription" String="This property shall contain the logical contexts related to the metric.  This property should be present when the PhysicalContext property does not provide complete information and additional context information is needed.  For example, if the metric refers to capacity or performance."/>
490        </Property>
491      </EntityType>
492    </Schema>
493
494    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricDefinition.v1_3_1">
495      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
496      <Annotation Term="OData.Description" String="This version was created to clarify the usage of MetricProperties and CalculationParameters."/>
497      <EntityType Name="MetricDefinition" BaseType="MetricDefinition.v1_3_0.MetricDefinition"/>
498    </Schema>
499
500    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricDefinition.v1_3_2">
501      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
502      <Annotation Term="OData.Description" String="This version was created to correct the regular expression pattern for duration properties in JSON Schema and OpenAPI to not allow for negative values."/>
503      <EntityType Name="MetricDefinition" BaseType="MetricDefinition.v1_3_1.MetricDefinition"/>
504    </Schema>
505
506    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="MetricDefinition.v1_3_3">
507      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
508      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
509      <EntityType Name="MetricDefinition" BaseType="MetricDefinition.v1_3_2.MetricDefinition"/>
510    </Schema>
511
512  </edmx:DataServices>
513</edmx:Edmx>
514