home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
WindowsServerTrial
/
server.iso
/
sources
/
install.wim
/
2
/
Windows
/
System32
/
localspl.dll
/
100
/
1
Wrap
Extensible Markup Language
|
2008-01-19
|
2KB
|
49 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='Notification'>
<complexType>
<sequence>
<any namespace='##other' minOccurs='0' maxOccurs='unbounded' processContents='skip'/>
<sequence minOccurs='1' maxOccurs='unbounded'>
<choice>
<element name='Schema' type='bidi:SCHEMA'/>
<element name='ReducedSchema' type='bidi:REDUCED_SCHEMA'/>
</choice>
<any namespace='##other' minOccurs='0' maxOccurs='unbounded' processContents='skip'/>
</sequence>
</sequence>
<attribute name='portName' type='string' use='required'/>
<anyAttribute namespace='##other' processContents='skip'/>
</complexType>
</element>
<complexType name='SCHEMA'>
<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='name' type='bidi:SCHEMA_STRING' use='required'/>
<attribute name='drvPrinterEvent' type='boolean' use='optional'/>
<anyAttribute namespace='##other' processContents='skip'/>
</complexType>
<complexType name='REDUCED_SCHEMA'>
<attribute name='name' type='bidi:PARTIAL_SCHEMA_STRING' use='required'/>
<attribute name='drvPrinterEvent' type='boolean' use='optional'/>
<anyAttribute namespace='##other' processContents='skip'/>
</complexType>
<simpleType name='SCHEMA_STRING'>
<restriction base='string'>
<pattern value='\\\w+(\.\w+)*\:\w+'/>
</restriction>
</simpleType>
<simpleType name='PARTIAL_SCHEMA_STRING'>
<restriction base='string'>
<pattern value='\\(\w+(\.\w+)*(\:\w+)?)?'/>
</restriction>
</simpleType>
</schema>