This element is used in the JobDocumentTransmit and DocumentTransmit results to contain the actual document being retrieved, along with related information.
Tag Name & type | # | Description |
---|
JobDocumentInfoType | | |
| JobDocumentType xs:string | 0-1 | This element will represent the type of document. Indicates the role of the document in the job. (JobDocumentTransmit only). |
| DocumentNumber DocumentId | 0-1 | Document number and domain. |
| XDN xs:string | 1 | Domain from which document was retrieved. |
| DocNo xs:unsignedInt | 1 | Document Number. |
| Filename xs:string | 0-1 | Filename of the document. (JobDocumentTransmit only). |
| CharacterSet xs:string | 0-1 | CharacterSet of Document. (JobDocumentTransmit only). |
| DocType xs:string | 0-1 | Format of Document (i.e PDF, XAR, HTML...) |
| DocumentInfoExtension SegmentType | 0- | More information about document if requested by user. See ExtensionType |
| FileData DocDataType | 1 | Actual document data. See DocData. |