home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 1 / Windows / System32 / bidispl.dll / 100 / 2 < prev    next >
Extensible Markup Language  |  2006-11-02  |  977b  |  23 lines

  1. <?xml version='1.0'?>
  2. <schema targetNamespace='http://schemas.microsoft.com/windows/2005/03/printing/bidi' xmlns:bidi='http://schemas.microsoft.com/windows/2005/03/printing/bidi' xmlns ='http://www.w3.org/2001/XMLSchema'>
  3.     <element name='Get'>
  4.         <complexType>
  5.             <sequence maxOccurs='unbounded'>
  6.                 <element name='Query'>
  7.                     <complexType>
  8.                         <attribute name='schema' type='bidi:PARTIAL_SCHEMA_STRING' use='required'/>
  9.                         <anyAttribute namespace='##other' processContents='skip'/>
  10.                     </complexType>
  11.                 </element>
  12.             </sequence>
  13.             <anyAttribute namespace='##other' processContents='skip'/>
  14.         </complexType>
  15.     </element>
  16.     <simpleType name='PARTIAL_SCHEMA_STRING'>
  17.         <restriction base='string'>
  18.             <pattern value='\\(\w+(\.\w+)*(\:\w+)?)?'/>
  19.         </restriction>
  20.     </simpleType>
  21. </schema>
  22.  
  23.