<xs:documentation>Job owner according to LB</xs:documentation>
</xs:element>
+ <!-- Parent jobId of DAG -->
+ <xs:element name="parent" type="xs:string" />
+
<!-- the following 6 elements have to be retrieved from JDL -->
<xs:element name="VO" type="xs:string" />
<xs:element name="aTag" type="xs:string" />
av[0].value = edg_wlc_JobIdUnparse(h->status.jobId);
av[0].size = -1;
av[0].timestamp = h->status.lastUpdateTime.tv_sec;
+ } else if (strcmp(attr, GLITE_JP_LB_parent) == 0) {
+ av = calloc(2, sizeof(glite_jp_attrval_t));
+ av[0].name = strdup(attr);
+ av[0].value = edg_wlc_JobIdUnparse(h->status.parent_job);
+ av[0].size = -1;
+ av[0].timestamp = h->status.lastUpdateTime.tv_sec;
} else if (strcmp(attr, GLITE_JP_LB_VO) == 0) {
av = calloc(2, sizeof(glite_jp_attrval_t));
av[0].name = strdup(attr);