<!-- Schema defined in the SOAP version 1.2 specification
     9 July 2001 Working Draft:
     http://www.w3.org/TR/2001/WD-soap12-20010709/
     $Id: soap-faults.xsd,v 1.2 2001/06/28 19:36:30 hugo 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/2001/06/soap-faults"
           targetNamespace="http://www.w3.org/2001/06/soap-faults" >

  <!-- Global element declaration and complex type definition for header entry returned due to a mustUnderstand fault -->
  <xs:element name="Misunderstood" type="tns:MisunderstoodType" />
  <xs:complexType name="MisunderstoodType" >
    <xs:attribute name="qname" type="xs:QName" use="required" />
  </xs:complexType>

</xs:schema>






