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

Private GIT Repository
finished testbench generation
[blast.git] / blastconfig.xsd
index 6ad294aa6baf8fdb4eb49f3237a9b4dde3cc0d5d..85a678d4fcccbec1b5cf30a53c6d55fba9168e11 100644 (file)
@@ -18,7 +18,7 @@
     </xs:attributeGroup>
 
     <xs:attributeGroup name="interfacesAttrGroup">
-       <xs:attribute ref="linelength" use="required" />
+       <xs:attribute ref="line_length" use="required" />
        <xs:attribute ref="width" use="required" />
        <xs:attribute ref="height" use="required" />
        <xs:attribute ref="font" use="required" />
@@ -86,7 +86,7 @@
        </xs:simpleType>
     </xs:attribute>
 
-    <xs:attribute name="linelength">
+    <xs:attribute name="line_length">
        <xs:simpleType>
            <xs:restriction base="xs:nonNegativeInteger">
                <xs:minInclusive value="1"/>
@@ -95,7 +95,7 @@
        </xs:simpleType>
     </xs:attribute>
 
-    <xs:attribute name="gaplength">
+    <xs:attribute name="gap_length">
        <xs:simpleType>
            <xs:restriction base="xs:nonNegativeInteger">
                <xs:minInclusive value="1"/>
 
     <xs:element name="connections">
        <xs:complexType>
-           <xs:attribute ref="gaplength" use="required"/>
+           <xs:attribute ref="gap_length" use="required"/>
        </xs:complexType>
     </xs:element>