summaryrefslogtreecommitdiffstats
path: root/bugzilla.dtd
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2005-09-23 02:05:36 +0200
committerlpsolit%gmail.com <>2005-09-23 02:05:36 +0200
commitd0ca2c2f788881a5ee66b89dea8064b58617041c (patch)
treec4822484c4dde7dab5f975bb1b3baa4623ee2587 /bugzilla.dtd
parentaf7c9b0dbf573d0c04e433f2ad986aed0684748e (diff)
downloadbugzilla-d0ca2c2f788881a5ee66b89dea8064b58617041c.tar.gz
bugzilla-d0ca2c2f788881a5ee66b89dea8064b58617041c.tar.xz
Bug 308221: Update bugzilla.dtd to comply with schema - Patch by Greg Hendricks <ghendricks@novell.com> r=colin a=justdave
Diffstat (limited to 'bugzilla.dtd')
-rw-r--r--bugzilla.dtd14
1 files changed, 12 insertions, 2 deletions
diff --git a/bugzilla.dtd b/bugzilla.dtd
index 9b4ed4f67..a8453304c 100644
--- a/bugzilla.dtd
+++ b/bugzilla.dtd
@@ -5,7 +5,7 @@
maintainer CDATA #REQUIRED
exporter CDATA #IMPLIED
>
-<!ELEMENT bug (bug_id, (alias?, creation_ts, short_desc, delta_ts, reporter_accessible, cclist_accessible, classification_id, classification, product, component, version, rep_platform, op_sys, bug_status, resolution?, bug_file_loc?, status_whiteboard?, keywords*, priority, bug_severity, target_milestone?, dependson*, blocked*, votes?, reporter, assigned_to, qa_contact?, cc*, (estimated_time, remaining_time, actual_time)?, group*, long_desc*, attachment*)?)>
+<!ELEMENT bug (bug_id, (alias?, creation_ts, short_desc, delta_ts, reporter_accessible, cclist_accessible, classification_id, classification, product, component, version, rep_platform, op_sys, bug_status, resolution?, bug_file_loc?, status_whiteboard?, keywords*, priority, bug_severity, target_milestone?, dependson*, blocked*, votes?, reporter, assigned_to, qa_contact?, cc*, (estimated_time, remaining_time, actual_time, deadline)?, group*, flag*, long_desc*, attachment*)?)>
<!ATTLIST bug
error (NotFound | NotPermitted | InvalidBugId) #IMPLIED
>
@@ -44,20 +44,30 @@
<!ELEMENT estimated_time (#PCDATA)>
<!ELEMENT remaining_time (#PCDATA)>
<!ELEMENT actual_time (#PCDATA)>
+<!ELEMENT deadline (#PCDATA)>
<!ELEMENT long_desc (who, bug_when, thetext)>
+<!ATTLIST long_desc
+ encoding (base64) #IMPLIED
+ isprivate (0|1) #IMPLIED
+ >
<!ELEMENT who (#PCDATA)>
<!ELEMENT bug_when (#PCDATA)>
<!ELEMENT thetext (#PCDATA)>
-<!ELEMENT attachment (attachid, date, desc, type?, data?, flag*)>
+<!ELEMENT attachment (attachid, date, desc, filename?, type?, data?, flag*)>
<!ATTLIST attachment
isobsolete (0|1) #IMPLIED
ispatch (0|1) #IMPLIED
+ isprivate (0|1) #IMPLIED
>
<!ELEMENT attachid (#PCDATA)>
<!ELEMENT date (#PCDATA)>
<!ELEMENT desc (#PCDATA)>
+<!ELEMENT filename (#PCDATA)>
<!ELEMENT type (#PCDATA)>
<!ELEMENT data (#PCDATA)>
+<!ATTLIST data
+ encoding (base64) #IMPLIED
+>
<!ELEMENT flag EMPTY>
<!ATTLIST flag
name CDATA #REQUIRED