<!-- Schema defined in the SOAP Version 1.2 Part 2 specification
     Last Call Working Draft:
     http://www.w3.org/TR/2002/WD-soap12-part2-20020621/
     $Id: soap-rpc.xsd,v 1.1 2002/12/16 17:48:18 ylafon Exp $

     Copyright 2001 W3C (Massachusetts Institute of Technology,
     Institut National de Recherche en Informatique et en Automatique,
     Keio University). All Rights Reserved.
     http://www.w3.org/Consortium/Legal/

     This document is governed by the W3C Software License [1] as
     described in the FAQ [2].

     [1] http://www.w3.org/Consortium/Legal/copyright-software-19980720
     [2] http://www.w3.org/Consortium/Legal/IPR-FAQ-20000620.html#DTD
-->

<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
           xmlns:tns="http://www.w3.org/2002/12/soap-rpc"
           targetNamespace="http://www.w3.org/2002/12/soap-rpc" >
        
 <xs:element name='result' />

 <xs:simpleType name="faultcodeEnum">
    <xs:restriction base="xs:QName">
      <xs:enumeration value="tns:ProcedureNotPresent"/>
	  <xs:enumeration value="tns:BadArguments"/>
    </xs:restriction>
 </xs:simpleType>


</xs:schema>

