Commit 80d6161a authored by endico%mozilla.org's avatar endico%mozilla.org

add error attribute to <bug>

parent 0d0eff43
<!ELEMENT bugzilla (bug+)> <!ELEMENT bugzilla (bug+)>
<!ATTLIST bugzilla exporter CDATA #IMPLIED>
<!ATTLIST bugzilla version CDATA #REQUIRED> <!ATTLIST bugzilla version CDATA #REQUIRED>
<!ATTLIST bugzilla urlbase CDATA #REQUIRED> <!ATTLIST bugzilla urlbase CDATA #REQUIRED>
<!ATTLIST bugzilla maintainer CDATA #REQUIRED> <!ATTLIST bugzilla maintainer CDATA #REQUIRED>
<!ATTLIST bugzilla exporter CDATA #IMPLIED>
<!ELEMENT bug (bug_id, exporter, urlbase, bug_status, resolution?, product, <!ELEMENT bug (bug_id, exporter, urlbase, bug_status, resolution?, product,
priority, version, rep_platform, assigned_to, delta_ts, component, priority, version, rep_platform, assigned_to, delta_ts, component,
reporter, target_milestone?, bug_severity, creation_ts, qa_contact?, reporter, target_milestone?, bug_severity, creation_ts, qa_contact?,
status_whiteboard?, op_sys, short_desc?, keywords*, dependson*, status_whiteboard?, op_sys, short_desc?, keywords*, dependson*,
blocks*, cc*, long_desc?, attachment*)> blocks*, cc*, long_desc?, attachment*)>
<!ATTLIST bug error (NotFound|NotPermitted) #IMPLIED>
<!ELEMENT bug_id (#PCDATA)> <!ELEMENT bug_id (#PCDATA)>
<!ELEMENT short_desc (#PCDATA)> <!ELEMENT short_desc (#PCDATA)>
<!ELEMENT bug_status (#PCDATA)> <!ELEMENT bug_status (#PCDATA)>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment