Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Element

INID

Description

country

 

Country is represented by a standard 2-character code based on WIPO ST.3. In the case of WO publications, the country is the authority where the application was filed.

doc-number

21

doc-number is provided in both DocDB-normalized format and in the format provided by the publishing patent office. DocDB-normalized format usually includes the filing year (2 or 4 digits) at the beginning or end unless the year is already embedded in the application number.

  • US application numbers in DocDB format have changed since late 2010 (beginning of series code 13, see link below for more details). USPTO "original" format always includes a prepended series code. 
  • WO application numbers are formatted with a 2-digit year followed by a 5-digit serial number prior to 2004-01-01. Beginning with application dates in 2004, the format is 4-digit year followed by 6-digit serial number (e.g. 9813495 or 2004000001). A kind code of "W" must be used to distinguish WO applications from national office applications.
  • JP application numbers include a 2-digit year as suffix until 2000; thereafter the 4-digit year is prepended (e.g. 131699 or 2007000849). 

For a complete discussion of application numbers in DocDB over time and over multiple authorities, see Number format concordance - application numbers at 
https://www.epo.org/searching-for-patents/helpful-resources/data/tables/regular.html.

kind

23

Kind code of applications comes from DocDB. Values include:

A=Patent
U=Utility
P=Provisional application
W= PCT
F=Design
T=Translation

date

22

Date of filing (YYYYMMDD)

lang

 

Filing language, 2-character code based on ISO 639-2.
Note: The default value is "XX" if no language information is provided by the data source.

application-reference/effective-date

Code Block
languagexml
<application-reference ucid="AU-2016100001-A" appl-type="2" is-representative="NO">
  <document-id mxw-id="PAPP211825114" load-source="patent-office" format="original">
    <country>AU</country>   
    <doc-number>2016100001</doc-number>  
    <date>20160104</date>
  </document-id>
  <document-id mxw-id="PAPP211825115" load-source="docdb" format="epo">  
    <country>AU</country>  
    <doc-number>2016100001</doc-number>  
    <kind>A</kind>  
    <date>20160104</date>
  </document-id>
  <effective-date>  
    <date>20150801</date>
  </effective-date>
</application-reference>
ElementDescription
-Effective date is the earliest filing date, which may be the date of the corresponding PCT filing, of an earlier non-provisional parent filing, or may be the same as the filing date listed in the application-reference when no earlier filing exists (AU only)