ElementData Element for parent JobElements element

The required ElementData element contains the job-specific element data that the GetJobElementsResponse operation returns to the client.

ElementData 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:ElementData Name="QName" Valid=boolean
  Name = "xs:string"
  Valid = "xs:string">
  child elements
</wprt:ElementData Name="QName" Valid=boolean>

Attributes

Attribute Type Required Description

Name

xs:string

Yes

Required. Must be one of the following QName values:

xmlns:JobStatus Return the current JobStatus element for the specified job. xmlns:PrintTicket Return the PrintTicket element for the specified job. xmlns:Documents Return the Documents element for the specified job. ihvns:VendorSection Return a vendor-defined extension to the Job schema of the WSD Print Service.

Valid

xs:string

Yes

Required. Indicates whether the client's schema query was for a valid QName. Must be one of 1, true, 0, or false.

Text value

None

Child elements

Element Description

Documents

Contains the list of documents to be printed in the current job.

JobStatus

Contains all information about the status of the current job.

PrintTicket

Defines all of the description and processing parameters of the currently identified job.

Xxx

Any IHV-defined child elements.

Parent elements

Element Description

Job Elements

Job Elements

Remarks

A client calls GetJobElementsRequest to determine the values of job-related variables of the specified job. The Print Service returns this information in the ElementData element through the GetJobElementsResponse operation.

The QName value must be a schema keyword that represents a top-level section within the WSD Print Service schema for which a client requested information.

The value of must be the fully qualified namespace or the namespace prefix defined for the current element. The value of is the fully qualified namespace or namespace prefix for any vendor-defined extensions. can be any vendor-defined element related to the printer or job.

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.

<wprt:ElementData Name="QName" Valid=boolean>
 <wprt:JobStatus> data </wprt:JobStatus>
 <wprt:PrintTicket> data </wprt:PrintTicket>
  ...
</wprt:ElementData>

See also

Documents

GetJobElementsRequest

GetJobElementsResponse

JobElements

JobStatus

PrintTicket

 

 

Send comments about this topic to Microsoft

Build date: 7/19/2012