The dcr:taskType describes a single task or procedure within the requested process. It allows the customer to provide details about what should be done for the item.
The tree structure of the element dcr:taskType has the following appearance:
<xs:complexType name="taskType">
<xs:sequence>
<xs:element name="description" type="dx:richContentType"/>
<xs:element name="data" type="dx:dataType" minOccurs="0"/>
<xs:element name="respContact" type="dx:contactType" minOccurs="0"/>
<xs:element name="lowerTriggerValue" type="dcr:limitType" minOccurs="0"/>
<xs:element name="upperTriggerValue" type="dcr:limitType" minOccurs="0"/>
<xs:element name="timeTriggerList" type="dcr:timeAgreementListType" minOccurs="0"/>
<xs:element name="process" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="dataProcessing"/>
<xs:enumeration value="serviceFeature"/>
<xs:enumeration value="justageInstruction"/>
<xs:enumeration value="other"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
See the list of abbreviations here
| Element (Element type) |
Use | Description |
|---|---|---|
| dx:description (dx:richContentType) |
[M] | Description and name of the task. |
| dx:data (dx:dataType) |
[O] | Datas which are relevant for the task. It can contain formulas, SI values and so on. |
| dx:respContact dx:contactType |
[O] | This element contains the responsible contact person or organization for the requested process, including relevant contact information. |
| dcr:lowerTriggerValue dcr:limitType |
[O] | This element defines the lower limit at which a defined action or process is triggered. |
| dcr:upperTriggerValue dcr:limitType |
[O] | This element defines upper limit at which a defined action or process is triggered. |
| dcr:timeTriggerList dcr:timeAgreementListType |
[O] | This element contains one or more time-based trigger points at which a defined action or process is initiated. |
| process enumeration of xs:string |
[O] | This element defines the process of the task. So the task is applied to a category. |