Changeset 1127 for DCWoRMS/branches


Ignore:
Timestamp:
07/15/13 16:27:41 (12 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/src/test/jobschema/QCGJobDescriptionSchemaNew.xsd

    r1125 r1127  
    44<!--version 0.1.0--> 
    55<xs:schema xmlns:jxb="http://java.sun.com/xml/ns/jaxb" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified" jxb:version="1.0"> 
    6         <xs:annotation> 
    7                 <xs:appinfo> 
    8                         <jxb:schemaBindings> 
    9                                 <jxb:package name="pl.psnc.qcg.grms.jobprofile"/> 
    10                         </jxb:schemaBindings> 
    11                 </xs:appinfo> 
    12         </xs:annotation> 
    136        <xs:simpleType name="computingParameterName"> 
    147                <xs:restriction base="xs:string"> 
     
    6659        </xs:simpleType> 
    6760 
    68         <xs:element name="qcgJob"> 
    69                 <xs:annotation> 
    70                         <xs:documentation>Job Description for Gridge Resource Management System</xs:documentation> 
     61        <xs:element name="job"> 
     62                <xs:annotation> 
     63                        <xs:documentation>Job Description for DCworms</xs:documentation> 
    7164                </xs:annotation> 
    7265                <xs:complexType> 
     
    112105                                </xs:element> 
    113106                        </xs:sequence> 
    114                         <xs:attribute name="appId" type="xs:string" use="required"/> 
     107                        <xs:attribute name="id" type="xs:string" use="required"/> 
    115108                        <xs:attribute name="priority" type="xs:int" use="optional" default="0"/> 
    116109                </xs:complexType> 
    117110                <xs:key name="taskId"> 
    118111                        <xs:selector xpath=".//task"/> 
    119                         <xs:field xpath="@taskId"/> 
     112                        <xs:field xpath="@id"/> 
    120113                </xs:key> 
    121114 
     
    160153 
    161154                </xs:sequence> 
    162                 <xs:attribute name="taskId" type="xs:string" use="required"/> 
     155                <xs:attribute name="id" type="xs:string" use="required"/> 
    163156                <xs:attribute name="persistent" type="xs:boolean" use="optional" default="false"/> 
    164157                <xs:attribute name="extension" type="xs:string" use="optional"/> 
Note: See TracChangeset for help on using the changeset viewer.