<?xml version="1.0" encoding="UTF-8"?>
<!--Generated by WBEM Solutions, Inc. SDKPro 2.0.0 (Beta)-->
<xs:schema xmlns:cim="http://schemas.dmtf.org/wbem/wscim/1/common" xmlns:class="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_DiscreteMetricValue" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_DiscreteMetricValue">
<xs:import namespace="http://schemas.dmtf.org/wbem/wscim/1/common" schemaLocation="http://schemas.dmtf.org/wbem/wscim/1/common.xsd"/>
<xs:element name="DiscreteValue" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:restriction base="cim:cimAnySimpleType">
<xs:simpleType>
<xs:union>
<xs:simpleType>
<xs:union/>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:unsignedShort">
<xs:minInclusive value="32768"/>
<xs:maxInclusive value="65535"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
<xs:anyAttribute namespace="##any" processContents="lax"/>
</xs:restriction>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element name="InstanceID" type="cim:cimString"/>
<xs:element name="MetricDefinitionId" type="cim:cimString"/>
<xs:element name="MeasuredElementName" nillable="true" type="cim:cimString"/>
<xs:element name="TimeStamp" nillable="true" type="cim:cimDateTime"/>
<xs:element name="Duration" nillable="true" type="cim:cimDateTime"/>
<xs:element name="MetricValue" type="cim:cimString"/>
<xs:element name="BreakdownDimension" nillable="true" type="cim:cimString"/>
<xs:element name="BreakdownValue" nillable="true" type="cim:cimString"/>
<xs:element name="Volatile" nillable="true" type="cim:cimBoolean"/>
<xs:element name="Caption" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:restriction base="cim:cimString">
<xs:maxLength value="64"/>
<xs:anyAttribute namespace="##any" processContents="lax"/>
</xs:restriction>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element name="Description" nillable="true" type="cim:cimString"/>
<xs:element name="ElementName" nillable="true" type="cim:cimString"/>
<xs:element name="Generation" nillable="true" type="cim:cimUnsignedLong"/>
<xs:element name="CIM_DiscreteMetricValue" type="class:CIM_DiscreteMetricValue_Type"/>
<xs:complexType name="CIM_DiscreteMetricValue_Type">
<xs:sequence>
<xs:element minOccurs="0" ref="class:BreakdownDimension"/>
<xs:element minOccurs="0" ref="class:BreakdownValue"/>
<xs:element minOccurs="0" ref="class:Caption"/>
<xs:element minOccurs="0" ref="class:Description"/>
<xs:element minOccurs="0" ref="class:DiscreteValue"/>
<xs:element minOccurs="0" ref="class:Duration"/>
<xs:element minOccurs="0" ref="class:ElementName"/>
<xs:element minOccurs="0" ref="class:Generation"/>
<xs:element ref="class:InstanceID"/>
<xs:element minOccurs="0" ref="class:MeasuredElementName"/>
<xs:element ref="class:MetricDefinitionId"/>
<xs:element ref="class:MetricValue"/>
<xs:element minOccurs="0" ref="class:TimeStamp"/>
<xs:element minOccurs="0" ref="class:Volatile"/>
<xs:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="lax"/>
</xs:sequence>
<xs:anyAttribute namespace="##any" processContents="lax"/>
</xs:complexType>
</xs:schema>

