Changeset 1128


Ignore:
Timestamp:
07/15/13 16:28:42 (12 years ago)
Author:
wojtekp
Message:
 
Location:
DCWoRMS/branches/coolemall/src/test/jobschema/example
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/src/test/jobschema/example/example1.xml

    r745 r1128  
    1 <qcgJob appId="102" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
     1<job id="102" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    22        xsi:noNamespaceSchemaLocation="../QCGJobDescriptionSchemaNew.xsd"> 
    3         <task taskId="0"> 
     3        <task id="0"> 
    44                <requirements> 
    55                        <resourceRequirements> 
     
    1919                </executionTime> 
    2020        </task> 
    21 </qcgJob> 
     21</job> 
  • DCWoRMS/branches/coolemall/src/test/jobschema/example/example2.xml

    r1124 r1128  
    1 <qcgJob appId="1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
     1<job id="1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    22        xsi:noNamespaceSchemaLocation="../QCGJobDescriptionSchemaNew.xsd"> 
    3         <task taskId="0"> 
     3        <task id="0"> 
    44                <requirements> 
    55                        <resourceRequirements> 
     
    2626                </execution> 
    2727        </task> 
    28 </qcgJob> 
     28</job> 
  • DCWoRMS/branches/coolemall/src/test/jobschema/example/example3.xml

    r1124 r1128  
    11<?xml version="1.0" encoding="UTF-8"?> 
    2 <qcgJob appId="0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
     2<job id="0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    33        xsi:noNamespaceSchemaLocation="../QCGJobDescriptionSchemaNew.xsd"> 
    4         <task taskId="0"> 
     4        <task id="0"> 
    55                <execution> 
    66                <resourceConsumptionProfile> 
     
    3838                </execution> 
    3939        </task> 
    40 </qcgJob> 
     40</job> 
Note: See TracChangeset for help on using the changeset viewer.