<?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_IndicationSubscription" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_IndicationSubscription">
    <xs:import namespace="http://schemas.dmtf.org/wbem/wscim/1/common" schemaLocation="http://schemas.dmtf.org/wbem/wscim/1/common.xsd"/>
    <xs:element name="Filter" type="cim:cimReference"/>
    <xs:element name="Handler" type="cim:cimReference"/>
    <xs:element name="OnFatalErrorPolicy" 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:restriction>
                    </xs:simpleType>
                    <xs:anyAttribute namespace="##any" processContents="lax"/>
                </xs:restriction>
            </xs:simpleContent>
        </xs:complexType>
    </xs:element>
    <xs:element name="OtherOnFatalErrorPolicy" nillable="true" type="cim:cimString"/>
    <xs:element name="FailureTriggerTimeInterval" nillable="true" type="cim:cimUnsignedLong"/>
    <xs:element name="SubscriptionState" 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:restriction>
                    </xs:simpleType>
                    <xs:anyAttribute namespace="##any" processContents="lax"/>
                </xs:restriction>
            </xs:simpleContent>
        </xs:complexType>
    </xs:element>
    <xs:element name="OtherSubscriptionState" nillable="true" type="cim:cimString"/>
    <xs:element name="TimeOfLastStateChange" nillable="true" type="cim:cimDateTime"/>
    <xs:element name="SubscriptionDuration" nillable="true" type="cim:cimUnsignedLong"/>
    <xs:element name="SubscriptionStartTime" nillable="true" type="cim:cimDateTime"/>
    <xs:element name="SubscriptionTimeRemaining" nillable="true" type="cim:cimUnsignedLong"/>
    <xs:element name="RepeatNotificationPolicy" 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:restriction>
                    </xs:simpleType>
                    <xs:anyAttribute namespace="##any" processContents="lax"/>
                </xs:restriction>
            </xs:simpleContent>
        </xs:complexType>
    </xs:element>
    <xs:element name="OtherRepeatNotificationPolicy" nillable="true" type="cim:cimString"/>
    <xs:element name="RepeatNotificationInterval" nillable="true" type="cim:cimUnsignedLong"/>
    <xs:element name="RepeatNotificationGap" nillable="true" type="cim:cimUnsignedLong"/>
    <xs:element name="RepeatNotificationCount" nillable="true" type="cim:cimUnsignedShort"/>
    <xs:element name="AlertOnStateChange" nillable="true" type="cim:cimBoolean"/>
    <xs:element name="LastIndicationIdentifier" nillable="true" type="cim:cimString"/>
    <xs:element name="LastIndicationProductionDateTime" nillable="true" type="cim:cimDateTime"/>
    <xs:element name="CIM_IndicationSubscription" type="class:CIM_IndicationSubscription_Type"/>
    <xs:complexType name="CIM_IndicationSubscription_Type">
        <xs:sequence>
            <xs:element minOccurs="0" ref="class:AlertOnStateChange"/>
            <xs:element minOccurs="0" ref="class:FailureTriggerTimeInterval"/>
            <xs:element ref="class:Filter"/>
            <xs:element ref="class:Handler"/>
            <xs:element minOccurs="0" ref="class:LastIndicationIdentifier"/>
            <xs:element minOccurs="0" ref="class:LastIndicationProductionDateTime"/>
            <xs:element minOccurs="0" ref="class:OnFatalErrorPolicy"/>
            <xs:element minOccurs="0" ref="class:OtherOnFatalErrorPolicy"/>
            <xs:element minOccurs="0" ref="class:OtherRepeatNotificationPolicy"/>
            <xs:element minOccurs="0" ref="class:OtherSubscriptionState"/>
            <xs:element minOccurs="0" ref="class:RepeatNotificationCount"/>
            <xs:element minOccurs="0" ref="class:RepeatNotificationGap"/>
            <xs:element minOccurs="0" ref="class:RepeatNotificationInterval"/>
            <xs:element minOccurs="0" ref="class:RepeatNotificationPolicy"/>
            <xs:element minOccurs="0" ref="class:SubscriptionDuration"/>
            <xs:element minOccurs="0" ref="class:SubscriptionStartTime"/>
            <xs:element minOccurs="0" ref="class:SubscriptionState"/>
            <xs:element minOccurs="0" ref="class:SubscriptionTimeRemaining"/>
            <xs:element minOccurs="0" ref="class:TimeOfLastStateChange"/>
            <xs:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="lax"/>
        </xs:sequence>
        <xs:anyAttribute namespace="##any" processContents="lax"/>
    </xs:complexType>
</xs:schema>

