<?xml version="1.0"?>
<definitions name="MeasurementReference"
             targetNamespace="http://www.hep.ucl.ac.uk/~pdm/e2epipes/admin/schema/20030708/MySQLReference.wsdl"
             xmlns:tns="http://www.hep.ucl.ac.uk/~pdm/e2epipes/admin/schema/20030708/MySQLReference.wsdl"
             xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
             xmlns="http://schemas.xmlsoap.org/wsdl/">

 <types>
  <schema targetNamespace="http://www.hep.ucl.ac.uk/~pdm/e2epipes/admin/schema/20030724/MySQLReference.xsd"
          xmlns="http://www.w3.org/2001/XMLSchema">

   <annotation>
    <documentation>
     
    </documentation>
   </annotation>

   <complexType name="MySQLReference">
    <annotation>
     <documentation>
      This type contains a reference to an MySQL record (or records).
     </documentation>
    </annotation>

    <sequence>
     <element name="host" type="string" minOccurs="1" maxOccurs="1">
      <annotation>
       <documentation>
        The hostname of an MySQL server.
       </documentation>
      </annotation>
     </element>
     <element name="port" type="string" minOccurs="1" maxOccurs="1">
      <annotation>
       <documentation>
        The port of an MySQL server.
       </documentation>
      </annotation>
     </element>
     <element name="database" type="string" minOccurs="1" maxOccurs="1">
      <annotation>
       <documentation>
        The database to query.
       </documentation>
      </annotation>
     </element>
     <element name="query" type="string" minOccurs="1" maxOccurs="1">
      <annotation>
       <documentation>
        The query to pose to the database.
       </documentation>
      </annotation>
     </element>
    </sequence>

   </complexType>

  </schema>
 </types>

</definitions>

