Loading

Identification

Job name

Syntax

XPath: /JDF/ResourcePool/CustomerInfo/@CustomerJobName

Type

String

Description

The job name shown in the control panel.

List of waiting jobs

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.

DocBox

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.

Message to operator

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

&

&

'

'

"

"

<

&lt;

>

&gt;

Example

<JDF>

<Comment

Name="Instruction">&amp;My comment&amp; </Comment>

</JDF>

User name

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.

Host name

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.

Label name

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.

Recipient name

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.

Job ID

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.