<?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_TokenRingPortStatistics" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_TokenRingPortStatistics">
    <xs:import namespace="http://schemas.dmtf.org/wbem/wscim/1/common" schemaLocation="http://schemas.dmtf.org/wbem/wscim/1/common.xsd"/>
    <xs:element name="BurstErrors" nillable="true" type="cim:cimUnsignedInt"/>
    <xs:element name="ACErrors" nillable="true" type="cim:cimUnsignedInt"/>
    <xs:element name="AbortTransErrors" nillable="true" type="cim:cimUnsignedInt"/>
    <xs:element name="InternalErrors" nillable="true" type="cim:cimUnsignedInt"/>
    <xs:element name="LostFrameErrors" nillable="true" type="cim:cimUnsignedInt"/>
    <xs:element name="ReceiveCongestions" nillable="true" type="cim:cimUnsignedInt"/>
    <xs:element name="FrameCopiedErrors" nillable="true" type="cim:cimUnsignedInt"/>
    <xs:element name="TokenErrors" nillable="true" type="cim:cimUnsignedInt"/>
    <xs:element name="SoftErrors" nillable="true" type="cim:cimUnsignedInt"/>
    <xs:element name="HardErrors" nillable="true" type="cim:cimUnsignedInt"/>
    <xs:element name="SignalLossCount" nillable="true" type="cim:cimUnsignedInt"/>
    <xs:element name="TransmittedBeacons" nillable="true" type="cim:cimUnsignedInt"/>
    <xs:element name="Recoverys" nillable="true" type="cim:cimUnsignedInt"/>
    <xs:element name="LobeWires" nillable="true" type="cim:cimUnsignedInt"/>
    <xs:element name="Removes" nillable="true" type="cim:cimUnsignedInt"/>
    <xs:element name="Singles" nillable="true" type="cim:cimUnsignedInt"/>
    <xs:element name="FrequencyErrors" nillable="true" type="cim:cimUnsignedInt"/>
    <xs:element name="BytesTransmitted" nillable="true" type="cim:cimUnsignedLong"/>
    <xs:element name="BytesReceived" nillable="true" type="cim:cimUnsignedLong"/>
    <xs:element name="PacketsTransmitted" nillable="true" type="cim:cimUnsignedLong"/>
    <xs:element name="PacketsReceived" 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_TokenRingPortStatistics" type="class:CIM_TokenRingPortStatistics_Type"/>
    <xs:complexType name="CIM_TokenRingPortStatistics_Type">
        <xs:sequence>
            <xs:element minOccurs="0" ref="class:ACErrors"/>
            <xs:element minOccurs="0" ref="class:AbortTransErrors"/>
            <xs:element minOccurs="0" ref="class:BurstErrors"/>
            <xs:element minOccurs="0" ref="class:BytesReceived"/>
            <xs:element minOccurs="0" ref="class:BytesTransmitted"/>
            <xs:element minOccurs="0" ref="class:Caption"/>
            <xs:element minOccurs="0" ref="class:Description"/>
            <xs:element ref="class:ElementName"/>
            <xs:element minOccurs="0" ref="class:FrameCopiedErrors"/>
            <xs:element minOccurs="0" ref="class:FrequencyErrors"/>
            <xs:element minOccurs="0" ref="class:HardErrors"/>
            <xs:element ref="class:InstanceID"/>
            <xs:element minOccurs="0" ref="class:InternalErrors"/>
            <xs:element minOccurs="0" ref="class:LobeWires"/>
            <xs:element minOccurs="0" ref="class:LostFrameErrors"/>
            <xs:element minOccurs="0" ref="class:PacketsReceived"/>
            <xs:element minOccurs="0" ref="class:PacketsTransmitted"/>
            <xs:element minOccurs="0" ref="class:ReceiveCongestions"/>
            <xs:element minOccurs="0" ref="class:Recoverys"/>
            <xs:element minOccurs="0" ref="class:Removes"/>
            <xs:element minOccurs="0" ref="class:SampleInterval"/>
            <xs:element minOccurs="0" ref="class:SignalLossCount"/>
            <xs:element minOccurs="0" ref="class:Singles"/>
            <xs:element minOccurs="0" ref="class:SoftErrors"/>
            <xs:element minOccurs="0" ref="class:StartStatisticTime"/>
            <xs:element minOccurs="0" ref="class:StatisticTime"/>
            <xs:element minOccurs="0" ref="class:TokenErrors"/>
            <xs:element minOccurs="0" ref="class:TransmittedBeacons"/>
            <xs:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="lax"/>
        </xs:sequence>
        <xs:anyAttribute namespace="##any" processContents="lax"/>
    </xs:complexType>
</xs:schema>

