diff options
-rw-r--r-- | projects.dtd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/projects.dtd b/projects.dtd index 7c50606..6ce0544 100644 --- a/projects.dtd +++ b/projects.dtd @@ -13,7 +13,7 @@ <!ELEMENT member (email,name,role)> <!-- is-lead="1" indicates that the member is the project's lead --> <!ATTLIST member - is-lead (0|1) "1"> + is-lead (0|1) "0"> <!-- Project member role --> <!ELEMENT role (#PCDATA)> <!-- Subproject of a project --> @@ -22,5 +22,5 @@ from the subproject --> <!-- ref="" references the subproject by the contact e-mail address --> <!ATTLIST subproject - inherit-members (0|1) "1" + inherit-members (0|1) "0" ref CDATA #REQUIRED> |