Syntax
XPath: /JDF/ResourcePool/CustomerInfo/@CustomerJobName
Type
String
Description
The job name shown in the control panel.
Syntax
XPath: /JDF[contains(@Types="oce:Mailbox")]/ResourcePool/oce:MailboxDetails/@UseMailbox
Type
Boolean
Description
Jobs that have no oce:MailboxDetails specified, or have specified @UseMailbox ="false", are sent to the list of scheduled jobs. Else the jobs are sent to the list of waiting jobs.
Syntax
XPath: /JDF[contains(@Types="oce:Mailbox")]/ResourcePool/oce:MailboxDetails[@UseMailbox="true"]/@BoxName
Type
String
Supported range
[1..30] characters
Description
The @BoxName defines the destination DocBox for the job.
Syntax
XPath: /JDF/Comment[@Name="Instruction"]
Type
Text element.
Description
Multiple instances of Comment[@Name="Instruction"] are allowed. Each lines will be concatenated with a carriage return.
For the following characters you need to use an escape sequence:
Character |
Escape sequence |
---|---|
& |
& |
' |
' |
" |
" |
< |
< |
> |
> |
Example
<JDF>
<Comment
Name="Instruction">&My comment& </Comment>
</JDF>
Syntax
XPath:
/JDF/ResourcePool/CustomerInfo/ContactRef/@rRef="<text>"
/JDF/ResourcePool/Contact[contains(@ContactTypes="Owner") and @ID="<text>"]/@oce:UserID
Type
String
Description
This is the user ID used by the operating system when the job is sent. Usually the name of the operator.
Syntax
XPath:
/JDF/ResourcePool/CustomerInfo/ContactRef/@rRef="<text>"
/JDF/ResourcePool/Contact[contains(@ContactTypes="Owner")]/oce:ComChannel[@ChannelType="ComputerName" and @ID="<text>"]/@Locator
Type
String
Description
The host name identifies the computer used to create the job.
Syntax
XPath: /JDF/@oce:LabelName
Type
String
Description
When specified, the @oce:LabelName identifies the automated workflow that must be used. The label name is visible on the control panel.
Syntax
XPath: /JDF/ResourcePool/Contact[contains(@ContactTypes="Delivery")]/Person/@FamilyName
Type
String
Description
The recipient name is the name of the customer who ordered the job.
Syntax
XPath: /JDF/@JobID
Type
String
Supported range
[1..63] characters
Description
When specified, the @JobID represents a unique job identifier created by the application that submitted / created the job. The JobID follows a job inside the printing system.