6.2.7 spx

<18>

 <?xml version="1.0" encoding="UTF-8"?>
 <xs:schema xmlns:spx="http://schemas.microsoft.com/windows/2010/09/imaging/postscan/scanprocess/extensions"
 xmlns:xs="http://www.w3.org/2001/XMLSchema"        targetNamespace="http://schemas.microsoft.com/windows/2010/09/imaging/postscan/scanprocess/extensions" elementFormDefault="qualified">
     <xs:annotation>
         <xs:documentation>
             Distributed Scan Management - Scan Process Instructions extension schema
             Copyright 2010 Microsoft Corp. All rights reserved
         </xs:documentation>
     </xs:annotation>
  
     <xs:annotation>
         <xs:documentation>
             New Extended element type to allow the user to change 
             the file name at the device
         </xs:documentation>
     </xs:annotation>
     <xs:element name="AllowDeviceFileNameChange" type="xs:boolean" default="false"/>
  
     <xs:annotation>
         <xs:documentation>
             New Extended element type to allow the user to change 
             the target fileshare path at the device
         </xs:documentation>
     </xs:annotation>
     <xs:element name="AllowDeviceFilePathChange" type="xs:boolean" default="false"/>
  
 </xs:schema>