<?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_FromDirectoryAction" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_FromDirectoryAction">
    <xs:import namespace="http://schemas.dmtf.org/wbem/wscim/1/common" schemaLocation="http://schemas.dmtf.org/wbem/wscim/1/common.xsd"/>
    <xs:element name="SourceDirectory" type="cim:cimReference"/>
    <xs:element name="FileName" type="cim:cimReference"/>
    <xs:element name="CIM_FromDirectoryAction" type="class:CIM_FromDirectoryAction_Type"/>
    <xs:complexType name="CIM_FromDirectoryAction_Type">
        <xs:sequence>
            <xs:element ref="class:FileName"/>
            <xs:element ref="class:SourceDirectory"/>
            <xs:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="lax"/>
        </xs:sequence>
        <xs:anyAttribute namespace="##any" processContents="lax"/>
    </xs:complexType>
</xs:schema>

