JobValues element

The optional JobValues element contains the printer's allowed values for job and document processing.

JobValues is defined in the namespace at this URI: https://schemas.microsoft.com/windows/2005/05/wdp/print and referenced by the prefix wprt. (This resource may not be available in some languages and countries.)

Usage

<wprt:JobValues>
  child elements
</wprt:JobValues>

Attributes

There are no attributes.

Text value

None

Child elements

Element Description

DocumentProcessing

Contains the requested processing attributes that are applicable at the document level.

JobProcessing

Contains the requested processing attributes that are applicable at the job level.

Xxx

Any IHV-defined elements

Parent elements

Element Description

PrinterCapabilities

Defines the allowed values for job-related and document-related elements that can be specified to affect print processing

Remarks

The JobValues element contains the section of the WSD Print Service schema that defines the JobProcessing and DocumentProcessing elements and their children. Child elements with multiple, discrete values have one or more AllowedValue elements. Child elements with a range of allowed values have one or more MinValue (optional) and MaxValue (required) elements.

The following syntax block shows that you must also prefix the names of the child elements with the appropriate namespace (in this case wprt), to be certain that your name references apply to child elements in the correct namespace.

See PrinterCapabilities for sample code showing how JobValues is used.

<wprt:JobValues>
 <wprt:JobProcessing> data </wprt:JobProcessing>
 <wprt:DocumentProcessing> data </wprt:DocumentProcessing>
  ...
</wprt:JobValues>

See also

AllowedValue

DocumentProcessing

JobProcessing

MaxValue

MinValue

PrinterCapabilities

 

 

Send comments about this topic to Microsoft

Build date: 7/19/2012