PPQ syntax The PPQ syntax is illustrated below. <?xml version="1.0" encoding="utf-8"?> <s-dbs action="value" update=”value”> <database> <jobset sel=”property=value"> <docset sel="filter" metainfo="filter"/> ... </database> </s-dbs> • The <s-dbs> element specifies which action to apply to the selected documents. See Action and Update. • The <jobset> element specifies which batch in the repository to select. See Job selection. • The <docset> element specifies which documents in the repository to select. See Document selection.
<?xml version="1.0" encoding="utf-8"?>
<s-dbs action="value" update=”value”>
<database>
<jobset sel=”property=value">
<docset sel="filter" metainfo="filter"/>
...
</database>
</s-dbs>