<?xml version="1.0" encoding="UTF-8"?>
<xs:schema targetNamespace="http://www.pacificspirit.com/2005/witw/" xmlns:witw="http://www.pacificspirit.com/2005/witw/" xmlns:is="http://nwalsh.com/xmlns/witw-is#" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
    <xs:import schemaLocation="http://norman.walsh.name/2005/02/16/examples/is-reply.xsd"/>
    <xs:element name="NameRequest">
		<xs:complexType>
			<xs:sequence>
				<xs:element name="Is" type="xs:string" fixed="Is"/>
				<xs:element name="userid" type="is:userId"/>
				<xs:element name="nearby" type="xs:boolean" minOccurs="0" default="0"/>
				<xs:any namespace="##other" processContents="lax"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
</xs:schema>
