home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 2 / Windows / System32 / bidispl.dll / 100 / 1 next >
Extensible Markup Language  |  2006-11-02  |  2KB  |  32 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='Set'>
  4.         <complexType>
  5.             <sequence maxOccurs='unbounded'>
  6.                 <element name='Query'>
  7.                     <complexType>
  8.                         <choice>
  9.                             <element name='BIDI_STRING' type='string'/>
  10.                             <element name='BIDI_TEXT'   type='string'/>
  11.                             <element name='BIDI_ENUM'   type='string'/>
  12.                             <element name='BIDI_INT'    type='integer'/>
  13.                             <element name='BIDI_FLOAT'  type='float'/>
  14.                             <element name='BIDI_BOOL'   type='boolean'/>
  15.                             <element name='BIDI_BLOB'   type='base64Binary'/>
  16.                         </choice>
  17.                         <attribute name='schema' type='bidi:SCHEMA_STRING' use='required'/>
  18.                         <anyAttribute namespace='##other' processContents='skip'/>
  19.                     </complexType>
  20.                 </element>
  21.             </sequence>
  22.             <anyAttribute namespace='##other' processContents='skip'/>
  23.         </complexType>
  24.     </element>
  25.     <simpleType name='SCHEMA_STRING'>
  26.         <restriction base='string'>
  27.             <pattern value='\\\w+(\.\w+)*\:\w+'/>
  28.         </restriction>
  29.     </simpleType>
  30. </schema>
  31.  
  32.