jobAttachmentCreator Data Type

Namespace
http://eurotech.com/edc/2.0
Schema
edc.xsd
Properties
name data type type namespace min/max occurs description
body base64Binary element edc 0/1  
contentType jobAttachmentType element edc 0/1  
name string element edc 0/1  

Example

<jobAttachmentCreator xmlns="http://eurotech.com/edc/2.0">
  <name>...</name>
  <contentType>...</contentType>
  <body>...</body>
</jobAttachmentCreator>