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

Private GIT Repository
clkconvert OP compute done
[blast.git] / projectfile.xsd
index 02ba8fd19a8475b24844559e5d0dd0ddd8105322..336d2aca8234bd250d5ba9867985f5ad44649815 100644 (file)
@@ -47,6 +47,7 @@
     <xs:attribute ref="name" />
     <xs:attribute ref="position" />
     <xs:attribute ref="dimension" />
     <xs:attribute ref="name" />
     <xs:attribute ref="position" />
     <xs:attribute ref="dimension" />
+    <xs:attribute ref="visible" use="optional"/>    
   </xs:attributeGroup>
 
   <xs:attributeGroup name="source_parameterAttrGroup">
   </xs:attributeGroup>
 
   <xs:attributeGroup name="source_parameterAttrGroup">
@@ -96,6 +97,7 @@
   <xs:attributeGroup name="connectionAttrGroup">
     <xs:attribute ref="from" />
     <xs:attribute ref="to" />
   <xs:attributeGroup name="connectionAttrGroup">
     <xs:attribute ref="from" />
     <xs:attribute ref="to" />
+    <xs:attribute ref="visible" use="optional" />
   </xs:attributeGroup>
 
   <xs:attributeGroup name="modifierAttrGroup">
   </xs:attributeGroup>
 
   <xs:attributeGroup name="modifierAttrGroup">
     </xs:simpleType>
   </xs:attribute>
 
     </xs:simpleType>
   </xs:attribute>
 
+  <xs:attribute name="visible">
+    <xs:simpleType>
+      <xs:restriction base="xs:string">
+       <xs:enumeration value="true"/>
+       <xs:enumeration value="false"/>
+      </xs:restriction>
+    </xs:simpleType>
+  </xs:attribute>
+  
   <xs:attribute name="inside_group">
     <xs:simpleType>
       <xs:restriction base="xs:nonNegativeInteger">
   <xs:attribute name="inside_group">
     <xs:simpleType>
       <xs:restriction base="xs:nonNegativeInteger">
       <xs:group ref="sceneElmtGroup"/>
       <xs:attribute ref="id"/>
       <xs:attribute ref="upper_scene"/>
       <xs:group ref="sceneElmtGroup"/>
       <xs:attribute ref="id"/>
       <xs:attribute ref="upper_scene"/>
+      <xs:attribute name="clklist" type="xs:string" use="optional" />
     </xs:complexType>
   </xs:element>
 
     </xs:complexType>
   </xs:element>