Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add a length attribute to edge node
authordimitrov <dimitrov@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 21 Mar 2006 12:37:25 +0000 (12:37 +0000)
committerdimitrov <dimitrov@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 21 Mar 2006 12:37:25 +0000 (12:37 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1970 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/xbt/graphxml.dtd

index a26f72e..4a60ac6 100644 (file)
@@ -11,5 +11,6 @@
     name       CDATA        #IMPLIED
     source     CDATA        #REQUIRED
     target     CDATA        #REQUIRED
     name       CDATA        #IMPLIED
     source     CDATA        #REQUIRED
     target     CDATA        #REQUIRED
+    length     CDATA        "0.0"
     isDirected (true|false) "true"
 >
     isDirected (true|false) "true"
 >