]> AND Private Git Repository - blast.git/blobdiff - projectfile.xsd
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
changed sources to stimulis
[blast.git] / projectfile.xsd
index de6ec42d1ef7bbee7fb0e4797518169e118eff8a..02ba8fd19a8475b24844559e5d0dd0ddd8105322 100644 (file)
   <xs:attribute name="ref_md5" type="xs:string"/>
   <xs:attribute name="context" type="xs:string"/>
   <xs:attribute name="type" type="xs:string"/>
-  <xs:attribute name="params" type="xs:string"/>  
+  <xs:attribute name="params" type="xs:string"/>
+  <xs:attribute name="project_path" type="xs:string"/>  
 
 
   <!-- déclaration des groupes d'éléments -->
   <xs:element name="blast_project">
     <xs:complexType>
       <xs:group ref="rootElmtGroup"/>
+      <xs:attribute ref="project_path" />
     </xs:complexType>
   </xs:element>