<?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_BlockStorageStatisticalData" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_BlockStorageStatisticalData">
    <xs:import namespace="http://schemas.dmtf.org/wbem/wscim/1/common" schemaLocation="http://schemas.dmtf.org/wbem/wscim/1/common.xsd"/>
    <xs:element name="ElementType">
        <xs:complexType>
            <xs:simpleContent>
                <xs:restriction base="cim:cimAnySimpleType">
                    <xs:simpleType>
                        <xs:union>
                            <xs:simpleType>
                                <xs:restriction base="xs:unsignedShort">
                                    <xs:enumeration value="2"/>
                                    <xs:enumeration value="3"/>
                                    <xs:enumeration value="4"/>
                                    <xs:enumeration value="5"/>
                                    <xs:enumeration value="6"/>
                                    <xs:enumeration value="7"/>
                                    <xs:enumeration value="8"/>
                                    <xs:enumeration value="9"/>
                                    <xs:enumeration value="10"/>
                                    <xs:enumeration value="11"/>
                                    <xs:enumeration value="12"/>
                                </xs:restriction>
                            </xs:simpleType>
                            <xs:simpleType>
                                <xs:union>
                                    <xs:simpleType>
                                        <xs:restriction base="xs:unsignedShort">
                                            <xs:maxInclusive value="1"/>
                                        </xs:restriction>
                                    </xs:simpleType>
                                    <xs:simpleType>
                                        <xs:restriction base="xs:unsignedShort">
                                            <xs:minInclusive value="13"/>
                                            <xs:maxInclusive value="32767"/>
                                        </xs:restriction>
                                    </xs:simpleType>
                                </xs:union>
                            </xs:simpleType>
                            <xs:simpleType>
                                <xs:restriction base="xs:unsignedShort">
                                    <xs:minInclusive value="32768"/>
                                </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="TotalIOs" nillable="true" type="cim:cimUnsignedLong"/>
    <xs:element name="KBytesTransferred" nillable="true" type="cim:cimUnsignedLong"/>
    <xs:element name="KBytesWritten" nillable="true" type="cim:cimUnsignedLong"/>
    <xs:element name="IOTimeCounter" nillable="true" type="cim:cimUnsignedLong"/>
    <xs:element name="ReadIOs" nillable="true" type="cim:cimUnsignedLong"/>
    <xs:element name="ReadHitIOs" nillable="true" type="cim:cimUnsignedLong"/>
    <xs:element name="ReadIOTimeCounter" nillable="true" type="cim:cimUnsignedLong"/>
    <xs:element name="ReadHitIOTimeCounter" nillable="true" type="cim:cimUnsignedLong"/>
    <xs:element name="KBytesRead" nillable="true" type="cim:cimUnsignedLong"/>
    <xs:element name="WriteIOs" nillable="true" type="cim:cimUnsignedLong"/>
    <xs:element name="WriteHitIOs" nillable="true" type="cim:cimUnsignedLong"/>
    <xs:element name="WriteIOTimeCounter" nillable="true" type="cim:cimUnsignedLong"/>
    <xs:element name="WriteHitIOTimeCounter" nillable="true" type="cim:cimUnsignedLong"/>
    <xs:element name="IdleTimeCounter" nillable="true" type="cim:cimUnsignedLong"/>
    <xs:element name="MaintOp" nillable="true" type="cim:cimUnsignedLong"/>
    <xs:element name="MaintTimeCounter" 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_BlockStorageStatisticalData" type="class:CIM_BlockStorageStatisticalData_Type"/>
    <xs:complexType name="CIM_BlockStorageStatisticalData_Type">
        <xs:sequence>
            <xs:element minOccurs="0" ref="class:Caption"/>
            <xs:element minOccurs="0" ref="class:Description"/>
            <xs:element ref="class:ElementName"/>
            <xs:element ref="class:ElementType"/>
            <xs:element minOccurs="0" ref="class:IOTimeCounter"/>
            <xs:element minOccurs="0" ref="class:IdleTimeCounter"/>
            <xs:element ref="class:InstanceID"/>
            <xs:element minOccurs="0" ref="class:KBytesRead"/>
            <xs:element minOccurs="0" ref="class:KBytesTransferred"/>
            <xs:element minOccurs="0" ref="class:KBytesWritten"/>
            <xs:element minOccurs="0" ref="class:MaintOp"/>
            <xs:element minOccurs="0" ref="class:MaintTimeCounter"/>
            <xs:element minOccurs="0" ref="class:ReadHitIOTimeCounter"/>
            <xs:element minOccurs="0" ref="class:ReadHitIOs"/>
            <xs:element minOccurs="0" ref="class:ReadIOTimeCounter"/>
            <xs:element minOccurs="0" ref="class:ReadIOs"/>
            <xs:element minOccurs="0" ref="class:SampleInterval"/>
            <xs:element minOccurs="0" ref="class:StartStatisticTime"/>
            <xs:element minOccurs="0" ref="class:StatisticTime"/>
            <xs:element minOccurs="0" ref="class:TotalIOs"/>
            <xs:element minOccurs="0" ref="class:WriteHitIOTimeCounter"/>
            <xs:element minOccurs="0" ref="class:WriteHitIOs"/>
            <xs:element minOccurs="0" ref="class:WriteIOTimeCounter"/>
            <xs:element minOccurs="0" ref="class:WriteIOs"/>
            <xs:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="lax"/>
        </xs:sequence>
        <xs:anyAttribute namespace="##any" processContents="lax"/>
    </xs:complexType>
</xs:schema>

