EDG_WLL_QUERY_ATTR_RESUBMITTED, /**< Job was resubmitted */
        EDG_WLL_QUERY_ATTR_PARENT,      /**< Job was resubmitted */
        EDG_WLL_QUERY_ATTR_EXITCODE,    /**< Unix exit code */
+       EDG_WLL_QUERY_ATTR_JDL,         /**< Arbitrary JDL attribute */
        EDG_WLL_QUERY_ATTR__LAST
 /*     if adding new attribute, add conversion string to common/xml_conversions.c too !! */
 } edg_wll_QueryAttr;
  * Specification of attribute to query
  */
        union {
-               char *                  tag;    /**< user tag name */
+               char *                  tag;    /**< user tag name / JDL attribute "path" */
                edg_wll_JobStatCode     state;  /**< job status code */ 
        } attr_id;
 /**