1<!-- 2 3Copyright (c) 2001-2004 World Wide Web Consortium, 4(Massachusetts Institute of Technology, Institut National de 5Recherche en Informatique et en Automatique, Keio University). All 6Rights Reserved. This program is distributed under the W3C's Software 7Intellectual Property License. This program is distributed in the 8hope that it will be useful, but WITHOUT ANY WARRANTY; without even 9the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 10PURPOSE. 11 12See W3C License http://www.w3.org/Consortium/Legal/ for more details. 13 14--> 15 16<!-- 17 18xsi:noNamespaceSchemaLocation="Yes" appears in hc_staff.xml 19but it was not anticipated that "Yes" would be resolved since 20there were no elements without a namespace. However, since 21at least one processor does attempt to load "Yes", this file 22is here to satisfy that request. 23 24--> 25 26<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"> 27 <xsd:element name="bogus" type="xsd:string"/> 28</xsd:schema> 29