<?xml version="1.0"?>
<xsd:schema
  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  xmlns:wsdl="http://www.w3.org/2003/06/wsdl"
  targetNamespace="http://www.w3.org/P3P/2003/p3p-beyond-http/"
  elementFormDefault="qualified">
  <xsd:import
  namespace="http://www.w3.org/2003/06/wsdl"
  schemaLocation="http://www.w3.org/2003/06/wsdl"/>
  <xsd:element name="Privacy" substitutionGroup="wsdl:globalExt">
    <xsd:complexType>            
        <xsd:attribute name="rel"  type="xsd:string" use="required"/>
        <xsd:attribute name="href" type="xsd:anyURI" use="required"/>
    </xsd:complexType>
</xsd:element>
</xsd:schema>
