Changeset 1128
- Timestamp:
- 07/15/13 16:28:42 (12 years ago)
- 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" 2 2 xsi:noNamespaceSchemaLocation="../QCGJobDescriptionSchemaNew.xsd"> 3 <task taskId="0">3 <task id="0"> 4 4 <requirements> 5 5 <resourceRequirements> … … 19 19 </executionTime> 20 20 </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" 2 2 xsi:noNamespaceSchemaLocation="../QCGJobDescriptionSchemaNew.xsd"> 3 <task taskId="0">3 <task id="0"> 4 4 <requirements> 5 5 <resourceRequirements> … … 26 26 </execution> 27 27 </task> 28 </ qcgJob>28 </job> -
DCWoRMS/branches/coolemall/src/test/jobschema/example/example3.xml
r1124 r1128 1 1 <?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" 3 3 xsi:noNamespaceSchemaLocation="../QCGJobDescriptionSchemaNew.xsd"> 4 <task taskId="0">4 <task id="0"> 5 5 <execution> 6 6 <resourceConsumptionProfile> … … 38 38 </execution> 39 39 </task> 40 </ qcgJob>40 </job>
Note: See TracChangeset
for help on using the changeset viewer.