taskID

Identifier for the task entity

Simple Type Information

Used By

Attribute genxml/task/@id

Source

<xs:simpleType name="taskID">
  <xs:annotation>
    <xs:documentation>Identifier for the task entity</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:pattern value="T[1-2]?\d{0,9}"/>
  </xs:restriction>
</xs:simpleType>