2.2.1.2.73 task

The task element MUST NOT be present.

Parent Elements

allowedTasks

Attributes:

caption: This attribute MUST NOT be present.

name: This attribute MUST NOT be present.

taskTypeID: This attribute MUST NOT be present.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.

 <xsd:element name="task">
   <xsd:complexType>
     <xsd:attribute name="name" type="xsf:xdHWSname" use="required"/>
     <xsd:attribute name="taskTypeID" type="xsd:string" use="required"/>
     <xsd:attribute name="caption" type="xsf:xdHWSCaption" use="optional"/>
   </xsd:complexType>
 </xsd:element>