<?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_SNMPTrapIndication" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_SNMPTrapIndication">
    <xs:import namespace="http://schemas.dmtf.org/wbem/wscim/1/common" schemaLocation="http://schemas.dmtf.org/wbem/wscim/1/common.xsd"/>
    <xs:element name="Enterprise" nillable="true" type="cim:cimString"/>
    <xs:element name="AgentAddress" nillable="true" type="cim:cimString"/>
    <xs:element name="GenericTrap" nillable="true">
        <xs:complexType>
            <xs:simpleContent>
                <xs:restriction base="cim:cimUnsignedShort">
                    <xs:simpleType>
                        <xs:restriction base="xs:unsignedShort">
                            <xs:enumeration value="0"/>
                            <xs:enumeration value="1"/>
                            <xs:enumeration value="2"/>
                            <xs:enumeration value="3"/>
                            <xs:enumeration value="4"/>
                            <xs:enumeration value="5"/>
                            <xs:enumeration value="6"/>
                        </xs:restriction>
                    </xs:simpleType>
                    <xs:anyAttribute namespace="##any" processContents="lax"/>
                </xs:restriction>
            </xs:simpleContent>
        </xs:complexType>
    </xs:element>
    <xs:element name="SpecificTrap" nillable="true" type="cim:cimUnsignedInt"/>
    <xs:element name="TimeStamp" nillable="true" type="cim:cimDateTime"/>
    <xs:element name="VarBindNames" nillable="true" type="cim:cimString"/>
    <xs:element name="VarBindSyntaxes" nillable="true">
        <xs:complexType>
            <xs:simpleContent>
                <xs:restriction base="cim:cimUnsignedShort">
                    <xs:simpleType>
                        <xs:restriction base="xs:unsignedShort">
                            <xs:enumeration value="1"/>
                            <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:restriction>
                    </xs:simpleType>
                    <xs:anyAttribute namespace="##any" processContents="lax"/>
                </xs:restriction>
            </xs:simpleContent>
        </xs:complexType>
    </xs:element>
    <xs:element name="VarBindValues" nillable="true" type="cim:cimString"/>
    <xs:element name="IndicationIdentifier" nillable="true" type="cim:cimString"/>
    <xs:element name="CorrelatedIndications" nillable="true" type="cim:cimString"/>
    <xs:element name="IndicationTime" nillable="true" type="cim:cimDateTime"/>
    <xs:element name="PerceivedSeverity" nillable="true">
        <xs:complexType>
            <xs:simpleContent>
                <xs:restriction base="cim:cimUnsignedShort">
                    <xs:simpleType>
                        <xs:restriction base="xs:unsignedShort">
                            <xs:enumeration value="0"/>
                            <xs:enumeration value="1"/>
                            <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:restriction>
                    </xs:simpleType>
                    <xs:anyAttribute namespace="##any" processContents="lax"/>
                </xs:restriction>
            </xs:simpleContent>
        </xs:complexType>
    </xs:element>
    <xs:element name="OtherSeverity" nillable="true" type="cim:cimString"/>
    <xs:element name="CIM_SNMPTrapIndication" type="class:CIM_SNMPTrapIndication_Type"/>
    <xs:complexType name="CIM_SNMPTrapIndication_Type">
        <xs:sequence>
            <xs:element minOccurs="0" ref="class:AgentAddress"/>
            <xs:element maxOccurs="unbounded" minOccurs="0" ref="class:CorrelatedIndications"/>
            <xs:element minOccurs="0" ref="class:Enterprise"/>
            <xs:element minOccurs="0" ref="class:GenericTrap"/>
            <xs:element minOccurs="0" ref="class:IndicationIdentifier"/>
            <xs:element minOccurs="0" ref="class:IndicationTime"/>
            <xs:element minOccurs="0" ref="class:OtherSeverity"/>
            <xs:element minOccurs="0" ref="class:PerceivedSeverity"/>
            <xs:element minOccurs="0" ref="class:SpecificTrap"/>
            <xs:element minOccurs="0" ref="class:TimeStamp"/>
            <xs:element maxOccurs="unbounded" minOccurs="0" ref="class:VarBindNames"/>
            <xs:element maxOccurs="unbounded" minOccurs="0" ref="class:VarBindSyntaxes"/>
            <xs:element maxOccurs="unbounded" minOccurs="0" ref="class:VarBindValues"/>
            <xs:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="lax"/>
        </xs:sequence>
        <xs:anyAttribute namespace="##any" processContents="lax"/>
    </xs:complexType>
</xs:schema>

