<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE xs:schema PUBLIC "-//W3C//DTD XMLSCHEMA 200102//EN" "http://www.w3.org/2001/XMLSchema.dtd">
<!-- $Id: http.xsd,v 1.3 2005/05/03 19:09:27 hugo Exp $ -->
<!-- 
   W3C XML Schema defined in the Web Services Description (WSDL)
    Version 2.0 Part 3: Adjuncts specification
     http://www.w3.org/TR/wsdl20-adjuncts

   Copyright (c) 2005 World Wide Web Consortium,
  
   (Massachusetts Institute of Technology, European Research Consortium for
   Informatics and Mathematics, Keio University). All Rights Reserved. This
   work is distributed under the W3C(r) Software License [1] in the hope that
   it will be useful, but WITHOUT ANY WARRANTY; without even the implied
   warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  
   [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
-->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:http="http://www.w3.org/2005/05/wsdl/http" targetNamespace="http://www.w3.org/2005/05/wsdl/http" attributeFormDefault="qualified" finalDefault="" blockDefault="" elementFormDefault="unqualified">

  <xs:attribute name="methodDefault" type="xs:string"/>
  <xs:attribute name="method" type="xs:string"/>

  <xs:attribute name="version" type="xs:string"/>

  <xs:attribute name="location" type="xs:anyURI"/>

  <xs:attribute name="code" type="xs:int"/>
  <xs:attribute name="reasonPhrase" type="xs:int"/>

  <xs:attribute name="inputSerialization" type="xs:string"/>
  <xs:attribute name="outputSerialization" type="xs:string"/>
  <xs:attribute name="faultSerialization" type="xs:string"/>

  <xs:attribute name="queryParameterSeparatorDefault" type="xs:string"/>

  <xs:attribute name="defaultTransferCoding" type="xs:string"/>
  <xs:attribute name="transferCoding" type="xs:string"/>

  <xs:attribute name="cookies" type="xs:boolean"/>

  <xs:attribute name="authenticationType" type="xs:string"/>
  <xs:attribute name="authenticationRealm" type="xs:string"/>


  <xs:element name="header">
    <xs:complexType mixed="false">
      <xs:complexContent>
	<xs:extension base="wsdl:ExtensibleDocumentedType">
	  <xs:attribute name="element" type="xs:QName" use="required"/>
	</xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>

</xs:schema>
