taskOption Data Type

Namespace
http://www.efdis.de/ob-sf-api/
Elements
name data type min/max occurs description
taskDocumentTypeId long 0/1
de
Aufgabentyp-ID
en
Task type id
taskDocumentType string 0/1
de
Aufgabentyp
en
Task type
taskDocumentTypeVariable list of taskDocumentTypeVariableDSList 0/unbounded
de
Aufgabentyp-Details
en
Task type details

Example

<t----->
  <taskDocumentTypeId>...</taskDocumentTypeId>
  <taskDocumentType>...</taskDocumentType>
  <taskDocumentTypeVariable>
    <fieldDescription>...</fieldDescription>
    <fieldTable>...</fieldTable>
    <fieldName>...</fieldName>
  </taskDocumentTypeVariable>
</t----->