5 Appendix A: Full XML Schema

For ease of implementation, the following is the full XML schema for this protocol.

 <?xml version="1.0" encoding="UTF-8"?>
 <xs:schema
   targetNamespace="http://schemas.microsoft.com/windows/pub/2005/07"
   xmlns:pub="http://schemas.microsoft.com/windows/pub/2005/07"
   xmlns:xs="http://www.w3.org/2001/XMLSchema"
   elementFormDefault="qualified"
   blockDefault="#all" >
  
   <xs:simpleType name="DiscoveryTypeValues">
     <xs:restriction base="xs:QName">
       <xs:enumeration value="pub:Computer"/>
     </xs:restriction>
   </xs:simpleType>
  
   <xs:element name="Computer" type="xs:string" minOccurs="0" />
  
   <xs:element name="Resource" type="xs:string" minOccurs="0" />
  
 </xs:schema>