Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add 'content' priority for storage and then storage_type
[simgrid.git] / src / surf / simgrid.dtd
index e35313a..053b7b8 100644 (file)
 <!ATTLIST storage_type id       CDATA #REQUIRED>
 <!ATTLIST storage_type model    CDATA #REQUIRED>
 <!ATTLIST storage_type size     CDATA #REQUIRED>
-<!ATTLIST storage_type content  CDATA "0">
+<!ATTLIST storage_type content  CDATA "">
 
 <!ELEMENT storage (prop*)>
 <!ATTLIST storage id CDATA #REQUIRED>
 <!ATTLIST storage typeId CDATA #REQUIRED>
+<!ATTLIST storage content  CDATA "">
 
 <!ELEMENT mount EMPTY>
 <!ATTLIST mount id CDATA #REQUIRED>