<?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_DatabaseServiceStatistics" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_DatabaseServiceStatistics">
    <xs:import namespace="http://schemas.dmtf.org/wbem/wscim/1/common" schemaLocation="http://schemas.dmtf.org/wbem/wscim/1/common.xsd"/>
    <xs:element name="LastActivity" nillable="true" type="cim:cimDateTime"/>
    <xs:element name="ActiveConnections" nillable="true" type="cim:cimUnsignedLong"/>
    <xs:element name="CumulativeConnections" nillable="true" type="cim:cimUnsignedLong"/>
    <xs:element name="RejectedConnections" nillable="true" type="cim:cimUnsignedLong"/>
    <xs:element name="CompletedTransactions" nillable="true" type="cim:cimUnsignedLong"/>
    <xs:element name="DiskReads" nillable="true" type="cim:cimUnsignedLong"/>
    <xs:element name="DiskWrites" nillable="true" type="cim:cimUnsignedLong"/>
    <xs:element name="LogicalReads" nillable="true" type="cim:cimUnsignedLong"/>
    <xs:element name="LogicalWrites" nillable="true" type="cim:cimUnsignedLong"/>
    <xs:element name="PageReads" nillable="true" type="cim:cimUnsignedLong"/>
    <xs:element name="PageWrites" nillable="true" type="cim:cimUnsignedLong"/>
    <xs:element name="DiskSpaceUnavailable" nillable="true" type="cim:cimUnsignedLong"/>
    <xs:element name="RequestsHandled" nillable="true" type="cim:cimUnsignedLong"/>
    <xs:element name="RequestsReceived" nillable="true" type="cim:cimUnsignedLong"/>
    <xs:element name="RequestsSent" nillable="true" type="cim:cimUnsignedLong"/>
    <xs:element name="HighwaterConnections" nillable="true" type="cim:cimUnsignedLong"/>
    <xs:element name="InstanceID" type="cim:cimString"/>
    <xs:element name="ElementName" type="cim:cimString"/>
    <xs:element name="StartStatisticTime" nillable="true" type="cim:cimDateTime"/>
    <xs:element name="StatisticTime" nillable="true" type="cim:cimDateTime"/>
    <xs:element name="SampleInterval" nillable="true" type="cim:cimDateTime"/>
    <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="ResetSelectedStats_INPUT">
        <xs:complexType>
            <xs:sequence>
                <xs:element name="SelectedStatistics" nillable="true" type="cim:cimString"/>
            </xs:sequence>
        </xs:complexType>
    </xs:element>
    <xs:element name="ResetSelectedStats_OUTPUT">
        <xs:complexType>
            <xs:sequence>
                <xs:element name="ReturnValue" nillable="true" type="cim:cimUnsignedInt"/>
            </xs:sequence>
        </xs:complexType>
    </xs:element>
    <xs:element name="CIM_DatabaseServiceStatistics" type="class:CIM_DatabaseServiceStatistics_Type"/>
    <xs:complexType name="CIM_DatabaseServiceStatistics_Type">
        <xs:sequence>
            <xs:element minOccurs="0" ref="class:ActiveConnections"/>
            <xs:element minOccurs="0" ref="class:Caption"/>
            <xs:element minOccurs="0" ref="class:CompletedTransactions"/>
            <xs:element minOccurs="0" ref="class:CumulativeConnections"/>
            <xs:element minOccurs="0" ref="class:Description"/>
            <xs:element minOccurs="0" ref="class:DiskReads"/>
            <xs:element minOccurs="0" ref="class:DiskSpaceUnavailable"/>
            <xs:element minOccurs="0" ref="class:DiskWrites"/>
            <xs:element ref="class:ElementName"/>
            <xs:element minOccurs="0" ref="class:HighwaterConnections"/>
            <xs:element ref="class:InstanceID"/>
            <xs:element minOccurs="0" ref="class:LastActivity"/>
            <xs:element minOccurs="0" ref="class:LogicalReads"/>
            <xs:element minOccurs="0" ref="class:LogicalWrites"/>
            <xs:element minOccurs="0" ref="class:PageReads"/>
            <xs:element minOccurs="0" ref="class:PageWrites"/>
            <xs:element minOccurs="0" ref="class:RejectedConnections"/>
            <xs:element minOccurs="0" ref="class:RequestsHandled"/>
            <xs:element minOccurs="0" ref="class:RequestsReceived"/>
            <xs:element minOccurs="0" ref="class:RequestsSent"/>
            <xs:element minOccurs="0" ref="class:SampleInterval"/>
            <xs:element minOccurs="0" ref="class:StartStatisticTime"/>
            <xs:element minOccurs="0" ref="class:StatisticTime"/>
            <xs:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="lax"/>
        </xs:sequence>
        <xs:anyAttribute namespace="##any" processContents="lax"/>
    </xs:complexType>
</xs:schema>

