<?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_SettingsAffectSettings" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_SettingsAffectSettings">
    <xs:import namespace="http://schemas.dmtf.org/wbem/wscim/1/common" schemaLocation="http://schemas.dmtf.org/wbem/wscim/1/common.xsd"/>
    <xs:element name="Antecedent" type="cim:cimReference"/>
    <xs:element name="Dependent" type="cim:cimReference"/>
    <xs:element name="Affect" nillable="true">
        <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: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="4"/>
                                            <xs:maxInclusive value="32766"/>
                                        </xs:restriction>
                                    </xs:simpleType>
                                </xs:union>
                            </xs:simpleType>
                            <xs:simpleType>
                                <xs:restriction base="xs:unsignedShort">
                                    <xs:minInclusive value="32767"/>
                                    <xs:maxInclusive value="65535"/>
                                </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="CIM_SettingsAffectSettings" type="class:CIM_SettingsAffectSettings_Type"/>
    <xs:complexType name="CIM_SettingsAffectSettings_Type">
        <xs:sequence>
            <xs:element minOccurs="0" ref="class:Affect"/>
            <xs:element ref="class:Antecedent"/>
            <xs:element ref="class:Dependent"/>
            <xs:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="lax"/>
        </xs:sequence>
        <xs:anyAttribute namespace="##any" processContents="lax"/>
    </xs:complexType>
</xs:schema>

