<?xml version="1.0" encoding="utf-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
            targetNamespace="http://plm.marchex.com/credentials"
            xmlns="http://plm.marchex.com/credentials"
            xmlns:tns="http://plm.marchex.com/credentials">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">
         Authentication credentials schema for PLM-J
         &#169; 2006 Marchex, INC
        </xsd:documentation>
    </xsd:annotation>

    <xsd:element name="credentials">
      <xsd:complexType>
        <xsd:attribute name="username" use="required" type="xsd:string"/>
        <xsd:attribute name="password" use="required" type="xsd:string"/>
      </xsd:complexType>
    </xsd:element>
</xsd:schema>
