X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/4cf57e6db08da791233d75237f62e74bc88dd427..eb12792fe5344f4d128b8aba2a7948aa13f6a1ae:/projectfile.xsd diff --git a/projectfile.xsd b/projectfile.xsd index de6ec42..02ba8fd 100644 --- a/projectfile.xsd +++ b/projectfile.xsd @@ -229,7 +229,8 @@ <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 --> @@ -465,6 +466,7 @@ <xs:element name="blast_project"> <xs:complexType> <xs:group ref="rootElmtGroup"/> + <xs:attribute ref="project_path" /> </xs:complexType> </xs:element>