Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Adding a "version" tag to platform_description. This tag is used to issue a BIG FAT...
[simgrid.git] / src / surf / surfxml.dtd
index 88da30c..8a1d153 100644 (file)
@@ -1,5 +1,6 @@
 <!-- Small DTD for SURF based tools. -->
 <!ELEMENT platform_description ((include|cpu|network_link|route|process)*)>
+<!ATTLIST platform_description version CDATA "1.0">
 
 <!ELEMENT include ((include|cpu|network_link|route|process)*)>
 <!ATTLIST include file CDATA #REQUIRED>
@@ -24,6 +25,7 @@
 <!ATTLIST network_link latency_file CDATA "">
 <!ATTLIST network_link state (ON|OFF) "ON">
 <!ATTLIST network_link state_file CDATA "">
+<!ATTLIST network_link sharing_policy (SHARED|FATPIPE) "SHARED">
 
 <!ELEMENT route (route_element*)>
 <!ATTLIST route src CDATA #REQUIRED>
@@ -39,7 +41,7 @@
 <!ELEMENT process (argument*)>
 <!ATTLIST process host CDATA #REQUIRED>
 <!ATTLIST process function CDATA #REQUIRED>
-<!ATTLIST process start_time CDATA "0.0">
+<!ATTLIST process start_time CDATA "-1.0">
 <!ATTLIST process kill_time CDATA "-1.0">
 
 <!ELEMENT argument EMPTY>