<?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_IPEndpointStatistics" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_IPEndpointStatistics">
    <xs:import namespace="http://schemas.dmtf.org/wbem/wscim/1/common" schemaLocation="http://schemas.dmtf.org/wbem/wscim/1/common.xsd"/>
    <xs:element name="ReceivedPDUs" nillable="true" type="cim:cimUnsignedInt"/>
    <xs:element name="ReceivedPDUHeaderErrors" nillable="true" type="cim:cimUnsignedInt"/>
    <xs:element name="ReceivedPDUAddressErrors" nillable="true" type="cim:cimUnsignedInt"/>
    <xs:element name="ReceivedPDUForwards" nillable="true" type="cim:cimUnsignedInt"/>
    <xs:element name="ReceivedPDUUnknownProtocolErrors" nillable="true" type="cim:cimUnsignedInt"/>
    <xs:element name="ReceivedPDUDiscards" nillable="true" type="cim:cimUnsignedInt"/>
    <xs:element name="PDUDelivers" nillable="true" type="cim:cimUnsignedInt"/>
    <xs:element name="SentPDUs" nillable="true" type="cim:cimUnsignedInt"/>
    <xs:element name="SentPDUDiscards" nillable="true" type="cim:cimUnsignedInt"/>
    <xs:element name="SentPDUNoRouteErrors" nillable="true" type="cim:cimUnsignedInt"/>
    <xs:element name="ReassemblyRequired" nillable="true" type="cim:cimUnsignedInt"/>
    <xs:element name="ReassembledPackets" nillable="true" type="cim:cimUnsignedInt"/>
    <xs:element name="ReassemblyFailed" nillable="true" type="cim:cimUnsignedInt"/>
    <xs:element name="Fragmentation" nillable="true" type="cim:cimUnsignedInt"/>
    <xs:element name="FragmentationFails" nillable="true" type="cim:cimUnsignedInt"/>
    <xs:element name="FragmentedPDUsCreates" nillable="true" type="cim:cimUnsignedInt"/>
    <xs:element name="RouteEntriesDiscards" nillable="true" type="cim:cimUnsignedInt"/>
    <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_IPEndpointStatistics" type="class:CIM_IPEndpointStatistics_Type"/>
    <xs:complexType name="CIM_IPEndpointStatistics_Type">
        <xs:sequence>
            <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:Fragmentation"/>
            <xs:element minOccurs="0" ref="class:FragmentationFails"/>
            <xs:element minOccurs="0" ref="class:FragmentedPDUsCreates"/>
            <xs:element ref="class:InstanceID"/>
            <xs:element minOccurs="0" ref="class:PDUDelivers"/>
            <xs:element minOccurs="0" ref="class:ReassembledPackets"/>
            <xs:element minOccurs="0" ref="class:ReassemblyFailed"/>
            <xs:element minOccurs="0" ref="class:ReassemblyRequired"/>
            <xs:element minOccurs="0" ref="class:ReceivedPDUAddressErrors"/>
            <xs:element minOccurs="0" ref="class:ReceivedPDUDiscards"/>
            <xs:element minOccurs="0" ref="class:ReceivedPDUForwards"/>
            <xs:element minOccurs="0" ref="class:ReceivedPDUHeaderErrors"/>
            <xs:element minOccurs="0" ref="class:ReceivedPDUUnknownProtocolErrors"/>
            <xs:element minOccurs="0" ref="class:ReceivedPDUs"/>
            <xs:element minOccurs="0" ref="class:RouteEntriesDiscards"/>
            <xs:element minOccurs="0" ref="class:SampleInterval"/>
            <xs:element minOccurs="0" ref="class:SentPDUDiscards"/>
            <xs:element minOccurs="0" ref="class:SentPDUNoRouteErrors"/>
            <xs:element minOccurs="0" ref="class:SentPDUs"/>
            <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>

