summaryrefslogtreecommitdiffstats
path: root/bugzilla.dtd
diff options
context:
space:
mode:
authorendico%mozilla.org <>2000-05-26 15:34:45 +0200
committerendico%mozilla.org <>2000-05-26 15:34:45 +0200
commit80d6161acf54b6d54a7bf92d694055935cf93c9d (patch)
treea9afa5241aed92ffd9acc17ff9b7bb4f22b66d6e /bugzilla.dtd
parent0d0eff43997034887c12d913249263932811491a (diff)
downloadbugzilla-80d6161acf54b6d54a7bf92d694055935cf93c9d.tar.gz
bugzilla-80d6161acf54b6d54a7bf92d694055935cf93c9d.tar.xz
add error attribute to <bug>
Diffstat (limited to 'bugzilla.dtd')
-rw-r--r--bugzilla.dtd3
1 files changed, 2 insertions, 1 deletions
diff --git a/bugzilla.dtd b/bugzilla.dtd
index 553e067a5..a443a953a 100644
--- a/bugzilla.dtd
+++ b/bugzilla.dtd
@@ -1,13 +1,14 @@
<!ELEMENT bugzilla (bug+)>
-<!ATTLIST bugzilla exporter CDATA #IMPLIED>
<!ATTLIST bugzilla version CDATA #REQUIRED>
<!ATTLIST bugzilla urlbase CDATA #REQUIRED>
<!ATTLIST bugzilla maintainer CDATA #REQUIRED>
+<!ATTLIST bugzilla exporter CDATA #IMPLIED>
<!ELEMENT bug (bug_id, exporter, urlbase, bug_status, resolution?, product,
priority, version, rep_platform, assigned_to, delta_ts, component,
reporter, target_milestone?, bug_severity, creation_ts, qa_contact?,
status_whiteboard?, op_sys, short_desc?, keywords*, dependson*,
blocks*, cc*, long_desc?, attachment*)>
+<!ATTLIST bug error (NotFound|NotPermitted) #IMPLIED>
<!ELEMENT bug_id (#PCDATA)>
<!ELEMENT short_desc (#PCDATA)>
<!ELEMENT bug_status (#PCDATA)>