Name for RequestedElements element
This required Name element identifies the section of the WSD Scan Service schema that the client wants data for when it calls GetScannerElementsRequest or GetJobElementsRequest.
Usage
<wscn:Name>
text
</wscn:Name>
Attributes
There are no attributes.
Text value
Required.
For GetScannerElementsRequest, one of the following QName values:
QName | Description |
---|---|
wscn:ScannerDescription | Get all of the descriptive information for the scan device. |
wscn:ScannerConfiguration | Get all of the configuration information for the scan device. |
wscn:ScannerStatus | Get the entire status section, including ActiveConditions and ConditionHistory. |
xmlns:VendorSection | Get the identified section of a vendor-defined extension to the WSD Scan Service. |
For GetJobElementsRequest, one of the following QName values:
QName | Description |
---|---|
wscn:JobStatus | Get the current JobStatus element data for the specified job. |
wscn:ScanTicket | Get the ScanTicket element data for the specified job. |
wscn:Documents | Get the Documents element data for the specified job. |
xmlns:VendorSection | Get the identified section of a vendor-defined extension to the WSD Scan Service. |
Child elements
There are no child elements.
Parent elements
Element |
---|
RequestedElements |
Remarks
The Qname must identify the top-level element within the WSD Scan Service schema that the client wants information for. The client must specify both the schema namespace and element name.