Printer State
Hammer Coil Bad
Ribbon Ink Out
Validate Requests And Responses Using XML Schema
Use the following declaration to validate a PXML command instance against
the PXML schema.
Below is an example of a normal command that a client sends to the printer:
<?xml version="1.0"?>
<pxml>
<info>
</info>
</pxml>
Since the printer does not perform validation using a schema file, there is no
need to add a schema location definition for normal operation. If there is a
question as to whether an XML command matches the schema, use a
validating parser to test the command. The command must be modified to
add a schema declaration as shown:
<?xml version="1.0"?>
<pxml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<info>
</info>
</pxml>
Table 14. P7000 Alerts
<get type="printer"/>
xmlns="http://www.printronix.com/pxml"
xsi:schemaLocation="http://www.printronix.com/pxml
pxml.xsd">
<get type="printer"/>
Alert
2203
intervention (9)
2226
consumables (10)
Printer Storage
Group
45
Need help?
Do you have a question about the SL4M and is the answer not in the manual?