<?xml encoding='UTF-8' ?>
<!ENTITY % name_group "((name | (prefix? , (last-name | orgname) , first-name? , middle-name? , suffix? , iid? , role? , orgname? , department? , synonym*)) , registered-number?)"> <!--********************************************************************************* dispatch-list v1.2 2009 JULY ********************************************************************************** PUBLIC "-//WIPO//DTD DISPATCH LIST 1.2//EN" "dispatch-list-v1-2.dtd" ********************************************************************************** http://www.wipo.int/pct-safe/epct/schemaDocs/1.8/dispatch-list-v1-2.dtd * ********************************************************************************* contacts: ** EPO: Paul Brewin; pbrewin@epo.org ** JPO: Hideto Tanaka; tanaka-hideto@jpo.go.jp ** USPTO: Bruce B. Cox; bruce.cox@uspto.gov ** WIPO: Michio Okamoto; michio.okamoto@wipo.int ********************************************************************************** revision history *********************************************************************************MO: 01/01/07 incorporated changes from PFCs:..changed version number from v1.1 to v1.2..implementation of PFC06/001HT: 14/12/04 incorporated changes from PFCs:..changed version number from v1.0 to v1.1..added attribute 'id' to application-referenceJune 2003..released version number as v1.0********************************************************************************Root element, dispatch-listAttributes: lang = language of application - use ISO639 language code dtd-version = dtd version number file = filename of the whole application status = status of the application; values: new = new application--> <!ELEMENT dispatch-list (receiver , dispatch-document-list , number-of-the-rest)> <!ATTLIST dispatch-list lang CDATA #REQUIRED dtd-version CDATA #REQUIRED date-produced CDATA #REQUIRED time-produced CDATA #REQUIRED > <!-- The sum total number of cases of "patent, utility model, design, and trademark"--> <!ELEMENT total-number-of-cases EMPTY> <!ATTLIST total-number-of-cases amount CDATA #REQUIRED > <!-- The number of cases by patent, utility model, design and trademark--> <!ELEMENT number-of-cases EMPTY> <!ATTLIST number-of-cases law CDATA #REQUIRED amount CDATA #REQUIRED > <!-- The number of cases which are not displayed --> <!ELEMENT number-of-undisplayed EMPTY> <!ATTLIST number-of-undisplayed amount CDATA #REQUIRED > <!-- Details of dispatch documents attribute date = date of dispatch--> <!ELEMENT dispatch-info (document-code , file-reference-id? , dispatch-id , appeal-reference? , (application-reference+ | (patent-reference , application-reference+)) , arrival-time , text? , wad-message-digest)> <!ATTLIST dispatch-info date CDATA #REQUIRED > <!-- Application reference information: application number, country (INID 21, ST.32:B210)--> <!ELEMENT application-reference (document-id)> <!ATTLIST application-reference id ID #IMPLIED appl-type CDATA #IMPLIED > <!-- Document identification refers to patents (and patent applications) only. See WIPO ST.14--> <!ELEMENT document-id (country , doc-number , kind? , name? , date?)> <!ATTLIST document-id lang CDATA #IMPLIED > <!-- Reference to an appealed application--> <!ELEMENT appeal-reference (doc-number , date?)> <!ATTLIST appeal-reference appeal-type CDATA #REQUIRED > <!-- Name: If no distinction or detail can be given. Also to be used for: personal (natural person) and corporate (legal entity) names--> <!ELEMENT name (#PCDATA)> <!ATTLIST name name-type (legal | natural ) #IMPLIED > <!-- The number of cases which remain, not yet having been dispatched--> <!ELEMENT number-of-the-rest (number-of-cases+ , total-number-of-cases)> <!-- A list of the notice documents--> <!ELEMENT dispatch-document-list (dispatch-info+ , number-of-undisplayed?)> <!-- Wrapped Application Documents message digest--> <!ELEMENT wad-message-digest (#PCDATA)> <!-- If no structure is possible, enter text (without markup)--> <!ELEMENT text (#PCDATA)> <!-- Time when notice reached the applicant--> <!ELEMENT arrival-time (time)> <!-- Time; format HHMM--> <!ELEMENT time (#PCDATA)> <!-- Patent reference information: patent number, date, etc--> <!ELEMENT patent-reference (document-id)> <!-- Document kind code; e.g., A1 (INID 13, ST.32:B130)--> <!ELEMENT kind (#PCDATA)> <!-- Country: use ST.3 country code; e.g. DE, FR, GB, NL, etc. Also includes EP, WO--> <!ELEMENT country (#PCDATA)> <!-- Date: components of a date. Format: YYYYMMDD--> <!ELEMENT date (#PCDATA)> <!-- The number of the referenced patent (or application) document--> <!ELEMENT doc-number (#PCDATA)> <!-- Dispatch identifier--> <!ELEMENT dispatch-id (#PCDATA)> <!-- Applicant's or agent's file reference, if desired, 12 characters maximum--> <!ELEMENT file-reference-id (#PCDATA)> <!-- For reference to non-PCT document from national office; code defined by national office--> <!ELEMENT document-code (#PCDATA)> <!-- Those who receive the dispatch list--> <!ELEMENT receiver (%name_group;)> <!-- Registered number--> <!ELEMENT registered-number (#PCDATA)> <!-- Synonym--> <!ELEMENT synonym (#PCDATA)> <!-- Department, division, section, etc. name--> <!ELEMENT department (#PCDATA)> <!-- Organisation name or company name--> <!ELEMENT orgname (#PCDATA)> <!-- Role; e.g., President, Chairman, etc.--> <!ELEMENT role (#PCDATA)> <!-- SDOBI : Individual id--> <!ELEMENT iid (#PCDATA)> <!-- Name suffix (e.g., II, Jr., Dip., Ing., BA, etc.)--> <!ELEMENT suffix (#PCDATA)> <!-- Middle name(s) or initial(s)--> <!ELEMENT middle-name (#PCDATA)> <!-- First or given name(s), initial(s)--> <!ELEMENT first-name (#PCDATA)> <!-- Last, family, surname--> <!ELEMENT last-name (#PCDATA)> <!-- Title: e.g., Mr., Mrs., Dr. etc--> <!ELEMENT prefix (#PCDATA)>
|