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 >
Wrap
Extensible Markup Language
|
2006-11-02
|
2KB
|
32 lines
<?xml version='1.0'?>
<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'>
<element name='Set'>
<complexType>
<sequence maxOccurs='unbounded'>
<element name='Query'>
<complexType>
<choice>
<element name='BIDI_STRING' type='string'/>
<element name='BIDI_TEXT' type='string'/>
<element name='BIDI_ENUM' type='string'/>
<element name='BIDI_INT' type='integer'/>
<element name='BIDI_FLOAT' type='float'/>
<element name='BIDI_BOOL' type='boolean'/>
<element name='BIDI_BLOB' type='base64Binary'/>
</choice>
<attribute name='schema' type='bidi:SCHEMA_STRING' use='required'/>
<anyAttribute namespace='##other' processContents='skip'/>
</complexType>
</element>
</sequence>
<anyAttribute namespace='##other' processContents='skip'/>
</complexType>
</element>
<simpleType name='SCHEMA_STRING'>
<restriction base='string'>
<pattern value='\\\w+(\.\w+)*\:\w+'/>
</restriction>
</simpleType>
</schema>