added jobId to job-attrs and job-record schemas
authorJan Pospíšil <honik@ntc.zcu.cz>
Sun, 19 Mar 2006 21:23:10 +0000 (21:23 +0000)
committerJan Pospíšil <honik@ntc.zcu.cz>
Sun, 19 Mar 2006 21:23:10 +0000 (21:23 +0000)
org.glite.lb.server/interface/job-attrs.xsd
org.glite.lb.server/interface/job-record.xsd

index 42ebec8..c457c25 100644 (file)
@@ -58,6 +58,8 @@
 
 
 
+       <xs:element name="jobId" type="xs:string" />
+
        <xs:element name="user" type="xs:string">
                <xs:documentation>Job owner according to LB</xs:documentation>
        </xs:element>
index 4326cff..7d98e4b 100644 (file)
@@ -16,6 +16,7 @@
        <xs:complexType name="jobRecordType">
                <xs:sequence>
 
+                       <xs:element ref="a:jobId" minOccurs="1" maxOccurs="1"/>
                        <xs:element ref="a:user" minOccurs="1" maxOccurs="1"/>
 
        <!-- the following 6 elements have to be retrieved from JDL -->