Output Line Configuration
Child elements of OutputLine root element
XML elements |
Attributes |
Content |
Number of occurrences |
Description |
Verbose /VB |
Immediate |
EMPTY |
0/1 |
Syntax that the driver uses to generate this XML file. By default, the driver uses the verbose syntax. |
Open/O |
Immediate |
EMPTY |
0/1 |
State of the input line. |
XML File Example
<root>/outputlines/line*/config.xml Read operation Verbose mode
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE OutputLine SYSTEM "config.dtd">
<OutputLine version="1.0">
<Verbose Immediate="true"/>
<Open Immediate="true"/>
</OutputLine>