Changeset 1127
- Timestamp:
- 07/15/13 16:27:41 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/test/jobschema/QCGJobDescriptionSchemaNew.xsd
r1125 r1127 4 4 <!--version 0.1.0--> 5 5 <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>13 6 <xs:simpleType name="computingParameterName"> 14 7 <xs:restriction base="xs:string"> … … 66 59 </xs:simpleType> 67 60 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> 71 64 </xs:annotation> 72 65 <xs:complexType> … … 112 105 </xs:element> 113 106 </xs:sequence> 114 <xs:attribute name=" appId" type="xs:string" use="required"/>107 <xs:attribute name="id" type="xs:string" use="required"/> 115 108 <xs:attribute name="priority" type="xs:int" use="optional" default="0"/> 116 109 </xs:complexType> 117 110 <xs:key name="taskId"> 118 111 <xs:selector xpath=".//task"/> 119 <xs:field xpath="@ taskId"/>112 <xs:field xpath="@id"/> 120 113 </xs:key> 121 114 … … 160 153 161 154 </xs:sequence> 162 <xs:attribute name=" taskId" type="xs:string" use="required"/>155 <xs:attribute name="id" type="xs:string" use="required"/> 163 156 <xs:attribute name="persistent" type="xs:boolean" use="optional" default="false"/> 164 157 <xs:attribute name="extension" type="xs:string" use="optional"/>
Note: See TracChangeset
for help on using the changeset viewer.