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 >
Wrap
Extensible Markup Language
|
2006-11-02
|
977b
|
23 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='Get'>
<complexType>
<sequence maxOccurs='unbounded'>
<element name='Query'>
<complexType>
<attribute name='schema' type='bidi:PARTIAL_SCHEMA_STRING' use='required'/>
<anyAttribute namespace='##other' processContents='skip'/>
</complexType>
</element>
</sequence>
<anyAttribute namespace='##other' processContents='skip'/>
</complexType>
</element>
<simpleType name='PARTIAL_SCHEMA_STRING'>
<restriction base='string'>
<pattern value='\\(\w+(\.\w+)*(\:\w+)?)?'/>
</restriction>
</simpleType>
</schema>