<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>