Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
COUNTRY CODEIP TYPEApplication Number

EXAMPLE FOR REGISTRATION AND RETRIEVAL:

Country Code + " " + Application Number

WELL
FORMATTED NUMBERS (REGEX) TO BE PRINTED on DAS COVER PAGE, CERTIFICATE PAGES AND DISPLAY IN UI PORTALS
NOTES
DAS internal REGEX.
ATPatentA NNNNN/YYYYAT A 1/2019
or
^(AT)\s?(A)\s?(\d{1,5})/?(\d{4})$


International PatentPCT/ATYYYY/NNNNNNPCT/AT2019/123456
^PCT
^(PCT)\/?(AT)(\d{4})\/?(\d{6}
$
Same formatting rules including the two slashes for all PCT numbers issues by different PCT Receiving OfficesInternational PatentPCT/ATYYYY/NNNNNN 
)$
DesignMU NNNN/YYYYAT MU 1/2019
^AT\sMU
^(AT)\s?(MU)\s?(\d{1,4})/?(\
/
d{4})$
Including one space character after the two-letter office code, one space character after the two-letter document code type and all characters should be in upper case
TrademarkAM NNNNN/YYYYAT AM 1/2019
^AT\sAM
^(AT)\s?(AM)\s?(\d{1,
4
5})\/?(\d{4})$
Including one space character after the two-letter office code, one space character after the two-letter document code type and all characters should be in upper case
UtilityGM NNNNN/YYYYAT GM 1/2019
^AT\sGM
^(AT)\s?(GM)\s?(\d{1,
4
5})\/?(\d{4}
$
Including one space character after the two-letter office code, one space character after the two-letter document code type and all characters should be in upper case
)$