You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/metadata/dtd/election.dtd

20 lines
824 B

<!ELEMENT election (title, author*, abstract?, date, version?, nominations)>
<!ELEMENT title (#PCDATA)*>
<!ELEMENT author (#PCDATA|mail)*>
<!ATTLIST author title CDATA #IMPLIED>
<!ELEMENT mail (#PCDATA)*>
<!ATTLIST mail link CDATA #IMPLIED>
<!ELEMENT abstract (#PCDATA)>
<!ELEMENT date (#PCDATA)>
<!ELEMENT version (#PCDATA)>
<!ELEMENT nominations (nominee*)>
<!ATTLIST nominations from CDATA #REQUIRED
to CDATA #REQUIRED>
<!ELEMENT nominee (#PCDATA)>
<!ATTLIST nominee accepted (yes|no) #IMPLIED
devrel (yes|no) #IMPLIED
council (yes|no) #IMPLIED
trustee (yes|no) #IMPLIED
platform CDATA #IMPLIED>