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

Private GIT Repository
changed ref/impls xsd and xml
[blast.git] / projectfile.xsd
index 811beb2df2235a2e3770ce5b96f6c47430a43c95..02ba8fd19a8475b24844559e5d0dd0ddd8105322 100644 (file)
     <xs:attribute ref="to" />
   </xs:attributeGroup>
 
     <xs:attribute ref="to" />
   </xs:attributeGroup>
 
+  <xs:attributeGroup name="modifierAttrGroup">
+    <xs:attribute ref="id" />
+    <xs:attribute ref="type" />
+    <xs:attribute ref="params" />
+  </xs:attributeGroup>
+  
 
   <!-- déclaration des attributs -->
 
 
   <!-- déclaration des attributs -->
 
   <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="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="project_path" type="xs:string"/>  
 
 
   <!-- déclaration des groupes d'éléments -->
 
 
   <!-- déclaration des groupes d'éléments -->
   <xs:group name="rootElmtGroup">
     <xs:sequence>
       <xs:element ref="scenes"/>
   <xs:group name="rootElmtGroup">
     <xs:sequence>
       <xs:element ref="scenes"/>
-      <xs:element ref="connections"/>  
+      <xs:element ref="connections"/>
+      <xs:element ref="modifiers"/>
     </xs:sequence>
   </xs:group>
 
     </xs:sequence>
   </xs:group>
 
     </xs:complexType>
   </xs:element>
 
     </xs:complexType>
   </xs:element>
 
+  <xs:element name="modifiers">
+    <xs:complexType>
+      <xs:sequence>
+       <xs:element ref="modifier" minOccurs="0" maxOccurs="unbounded"/>
+      </xs:sequence>
+    </xs:complexType>
+  </xs:element>
+
+  <xs:element name="modifier">
+    <xs:complexType>
+      <xs:attributeGroup ref="modifierAttrGroup"/>
+    </xs:complexType>
+  </xs:element>
+  
   <!-- racine du document -->
 
   <xs:element name="blast_project">
     <xs:complexType>
       <xs:group ref="rootElmtGroup"/>
   <!-- racine du document -->
 
   <xs:element name="blast_project">
     <xs:complexType>
       <xs:group ref="rootElmtGroup"/>
+      <xs:attribute ref="project_path" />
     </xs:complexType>
   </xs:element>
 
     </xs:complexType>
   </xs:element>